@charset "UTF-8";
/* ----- Calculations & renaming ----- */
.panel {
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.panel .panel-heading {
  padding: 10px 15px;
  border-radius: 0;
  border-bottom: 1px solid #dfdfdf;
  opacity: 0.7;
  background-color: white;
}
.panel .panel-heading:hover {
  opacity: 1.0;
}

@font-face {
  font-family: 'museo_sans';
  src: url("../fonts/museosans/museosans-100-webfont.eot");
  src: url("../fonts/museosans/museosans-100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans/museosans-100-webfont.woff2") format("woff2"), url("../fonts/museosans/museosans-100-webfont.woff") format("woff"), url("../fonts/museosans/museosans-100-webfont.ttf") format("truetype"), url("../fonts/museosans/museosans-100-webfont.svg#museo_sans100") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans';
  src: url("../fonts/museosans/museosans-300-webfont.eot");
  src: url("../fonts/museosans/museosans-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans/museosans-300-webfont.woff2") format("woff2"), url("../fonts/museosans/museosans-300-webfont.woff") format("woff"), url("../fonts/museosans/museosans-300-webfont.ttf") format("truetype"), url("../fonts/museosans/museosans-300-webfont.svg#museo_sans300") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans';
  src: url("../fonts/museosans/museosans-500-webfont.eot");
  src: url("../fonts/museosans/museosans-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans/museosans-500-webfont.woff2") format("woff2"), url("../fonts/museosans/museosans-500-webfont.woff") format("woff"), url("../fonts/museosans/museosans-500-webfont.ttf") format("truetype"), url("../fonts/museosans/museosans-500-webfont.svg#museo_sans500") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans';
  src: url("../fonts/museosans/museosans-700-webfont.eot");
  src: url("../fonts/museosans/museosans-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans/museosans-700-webfont.woff2") format("woff2"), url("../fonts/museosans/museosans-700-webfont.woff") format("woff"), url("../fonts/museosans/museosans-700-webfont.ttf") format("truetype"), url("../fonts/museosans/museosans-700-webfont.svg#museo_sans700") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* Webfont: Lato-Heavy */
@font-face {
  font-family: 'LatoHeavy';
  src: url("../fonts/lato/Lato-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/Lato-Heavy.woff") format("woff"), url("../fonts/lato/Lato-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
ul {
  list-style-type: none;
}
ul li {
  position: relative;
}

input[type=url], input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
  line-height: normal;
  padding: .45rem;
  border: 1px solid #b9b9be;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  color: #6a6a74;
  width: 100%;
  max-width: 100%;
  font-family: "clngrd-Lato", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 .5rem;
  -webkit-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
  -moz-transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
  transition: box-shadow 70ms ease-out,border-color 70ms ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: none;
  height: auto;
}

.no-margin {
  margin: 0;
}

.large-margin-vertical {
  margin: 30px 0 30px 0;
}

.large-margin-horizontal {
  margin: 0 30px 0 30px;
}

.medium-padding-horizontal {
  padding: 0 8px 0 8px;
}

.large-padding-horizontal {
  padding: 0 30px 0 30px;
}

.border2-left {
  border-left: 2px solid #d3d3d7;
}

:focus, :hover {
  outline: none;
  outline-width: 0;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

section {
  margin-top: 20px;
  background-color: white;
  border-radius: 0 0 .25rem .25rem;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem 2rem 1rem;
  margin: 0 auto 3rem;
  border: 1px solid #e8e8e8;
  margin-top: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
section section {
  border: 0;
  padding: 10px;
  border-top: 1px solid #d3d3d7;
  background-color: white;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
section section h4:first-child {
  color: #83838e;
}
section h4:first-child {
  color: #6a6a74;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  line-height: 1.5rem;
  margin: 0;
}
ul li a {
  display: block;
  text-decoration: none;
  padding: 0 1rem 0 .75rem;
  margin: 0;
  border-radius: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: 0;
  font-size: 15px;
  line-height: 25px;
  background: 0 0;
  color: #2c2d30;
}

.clear {
  clear: both;
}

.inline-block {
  display: inline-block;
}

* {
  text-shadow: 0 !important;
}

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

.hidden {
  display: none !important;
}

.vertical-middle {
  display: inline-block;
  vertical-align: middle;
}

.light-gray-bg {
  background: #fbfbfb;
}

.ellipsis {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.relative {
  position: relative;
}

.border-right {
  border-right: 1px solid #e7eaec !important;
}

.border-bottom {
  border-bottom: 1px solid #d3d3d7 !important;
}

.border-top {
  border-top: 1px solid #83838e !important;
}

.shadow-top {
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px -2px 5px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px -2px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px -2px 5px 0px;
}

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

.xxs-padding {
  padding: 4px;
}

.small-padding {
  padding: 15px;
}

.alert {
  line-height: 1.5em;
}

.pace .pace-progress {
  left: 0;
}

.text-danger {
  color: #eb4d5c;
}

.text-warning {
  color: #edb431;
}

.text-success {
  color: #00b36e;
}

.text-info {
  color: #3aa3e3;
}

/** initial setup **/
.nano {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.nano .nano-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
}
.nano .nano-content:focus {
  outline: thin dotted;
}
.nano .nano-content::-webkit-scrollbar {
  display: none;
}
.nano > .nano-pane {
  width: 10px;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  visibility: hidden\9;
  opacity: .01;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  opacity: 0.99;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[class^="icon-sweet-"], [class*=" icon-sweet-"] {
  font-style: normal !important;
}

.fade {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 2s ease-out 2s;
  -moz-transition: opacity 2s ease-out 2s;
  transition: opacity 2s ease-out 2s;
  -webkit-animation: alert_page_fade 4s ease-out;
  -moz-animation: alert_page_fade 4s ease-out;
  animation: alert_page_fade 4s ease-out;
}

#banner {
  display: block;
  background: #fff;
  width: 100%;
  cursor: pointer;
}
#banner.collapse.in {
  min-height: 40px;
}
#banner .banner_content {
  font-size: 1em;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 900;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  position: relative;
  line-height: 1.5rem;
  padding: .5rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  min-height: 40px;
}
#banner .banner_content.warning {
  background-color: #edb431;
}
#banner .banner_content.error {
  background-color: #eb4d5c;
}
#banner .banner_content.info {
  background-color: #3aa3e3;
}
#banner .banner_content.success {
  background-color: #00b36e;
}
#banner .banner_content a {
  color: #fff;
}
#banner .banner_content .text-error {
  color: white;
}
#banner .banner_content .list-item {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 8px;
  border-left: none;
  border-right: none;
  border-top: 0;
  border-bottom: 0;
  line-height: 22px;
  word-wrap: break-word;
  transition: background 0.2s;
}
#banner .banner_content .list-item:hover {
  background-color: transparent;
}

header {
  display: block;
  background: #fff;
  height: 60px;
  min-height: 60px;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #d3d3d7;
}
header h1 {
  margin: 0;
  padding: 0;
}
header:after {
  position: absolute;
  z-index: 98;
  right: 0;
  height: 7px;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  content: '';
}
header .header_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  z-index: 10;
}
header .header_container .patient_header {
  display: inline-block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: -2px;
  min-width: 0;
}
header .header_container .patient_header .patient_info {
  display: inline-block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
header .header_container .patient_header .patient_info h2.identity {
  display: block;
  white-space: nowrap;
  margin: 0 0 -2px;
  font-family: 'Lato Black';
  font-weight: 900;
  padding-left: 1.3rem;
  padding-top: 10px;
  color: #6a6a74;
  font-size: 1.25em;
  -webkit-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
header .header_container .patient_header .patient_info .admission_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  padding-left: 1.3em;
  background: #fff;
  color: #9e9ea6;
  font-weight: 900;
  font-size: .8125em;
  font-weight: 400;
  line-height: 1.16;
}
header .header_container a.icon {
  padding-top: 5px;
  position: absolute;
  padding: 7px 5px;
  display: inline-block;
  position: relative;
  margin: 8px 2px 0;
  width: 38px;
  height: 38px;
  bottom: 5px;
  color: #9e9ea6;
  z-index: 50;
  border-radius: .25em;
  text-align: center;
}
header .header_container a.icon:hover {
  color: #3aa3e3;
  background-color: #fbfbfb;
}
header .header_container a.icon:active {
  color: #3aa3e3;
  background-color: #fbfbfb;
}
header .header_container a.icon i {
  font-size: 1.5em;
}
header .header_container .divider_bar {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 1.6em;
  background: #e8e8e8;
  right: 0;
  margin-left: 8px;
  bottom: 4px;
}
header .header_container .patient_action {
  position: relative;
  z-index: 101;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 9pt;
  background: #fff;
  color: #9e9ea6;
}
header .header_container .flex_header {
  position: relative;
  z-index: 10;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 4px;
  padding-left: 3px;
  background: #fff;
}
header .search_input_container {
  position: relative;
  width: 100%;
  min-width: 350px;
  max-width: 600px;
  margin-top: -4px;
}
header .search_input_container form {
  margin: 0;
}
header .search_input_container form input.search_input {
  width: 100%;
  height: auto;
  margin: 0;
  transition-property: all;
  transition-duration: 120ms;
  padding-left: 2.5em !important;
  border-radius: 6px !important;
  padding: .45em .75em .55em;
}
header ul {
  margin: 0;
}
header ul li a {
  color: #9e9ea6;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-left: 9px;
  position: relative;
  cursor: pointer;
  line-height: 1em;
  padding: 8px 7px 9px;
  border-radius: 5px;
}
header ul li a:hover {
  text-decoration: none;
  background-color: #d3d3d7;
  color: #6a6a74;
}
header .caret {
  vertical-align: middle;
  border-top: 4px solid #9e9ea6;
}
header .select2-container .select2-choice {
  height: 40px;
}
header .select2-container .select2-choice > .select2-chosen {
  line-height: 2.5em;
}
header .select2-container .select2-choice .select2-arrow b {
  background-position: 0 6px;
}

.form-page header {
  -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background: #114564;
  height: 60px;
  min-height: 60px;
  width: 290px;
}
.form-page header .patient-id {
  height: 60px;
  min-height: 60px;
  width: 230px;
  color: white;
  margin: 0;
  padding: 10px;
  font-size: 14px;
}
.form-page header .patient-id:hover {
  background: #5db2e4;
  color: #fff;
}
.form-page header .patient-id.open {
  background: #114564;
}
.form-page header .patient-id.open a.dropdown-toggle {
  color: #fff;
  background: transparent;
  border-color: transparent;
}
.form-page header .patient-id.open a.dropdown-toggle:hover {
  background: transparent;
  color: #fff;
}
.form-page header .patient-id a.dropdown-toggle {
  color: #fff;
  background: transparent;
}
.form-page header .patient-id a.dropdown-toggle:hover {
  background: transparent;
  color: #fff;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroll_wrapper {
  height: 100%;
  overflow: hidden;
}

.scroll {
  overflow-y: visible;
  overflow-x: hidden;
}

.panel-title {
  font-family: "clngrd-Lato", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  color: #808080;
}
.panel-title a {
  font-family: "clngrd-Lato", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  color: #808080;
}

p {
  line-height: 1.2em;
}

body {
  font-size: 16px;
  line-height: 1.0em;
  background: #fbfbfb;
  color: #6a6a74;
  padding: 0;
}

footer {
  background: #d3d3d7;
  border-top: 1px solid #b9b9be;
  padding: 0 30px;
  height: 40px;
}

aside {
  width: 230px;
  background-color: white;
  overflow-y: auto;
  padding: 20px;
}

.full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
}

.scroll {
  overflow-y: auto;
}

.display_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.align_items_center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  align-items: center;
}

.align_items_baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

.align_items_start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.align_items_end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.align_items_auto {
  -ms-flex-align: flex-auto;
  -webkit-align-items: flex-auto;
  -webkit-box-align: flex-auto;
  -moz-align-items: flex-auto;
  align-items: flex-auto;
}

.stretch {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-items: stretch;
}

.align_self_start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}

.align_self_end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}

.justify_content_center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.justify_content_around {
  -ms-flex-pack: distribute;
  -webkit-box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.justify_content_between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.justify_content_start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.justify_content_end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex_direction_column {
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex_direction_row_reverse {
  -ms-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_direction_row {
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex_none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.flex_one {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex_two {
  -ms-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.justify-content {
  justify-content: center;
}

.magic_input {
  display: flex;
  top: 0;
  min-height: 80px;
  padding: .5em;
  width: 100%;
  border-bottom: 1px solid #d3d3d7;
}
.magic_input .btn {
  padding: 0 8px 0 8px;
}
.magic_input .btn.btn-left {
  border-radius: 4px 0px 0px 4px;
}
.magic_input .btn.btn-right {
  border-radius: 0px 4px 4px 0px;
}
.magic_input textarea {
  margin: 0;
  border-radius: 0 4px 4px 0;
  border: 1px solid #b9b9be;
  border-left: 0;
  resize: auto;
  overflow: hidden;
}

.form-horizontal {
  width: 100%;
}

.footer-actions {
  margin-top: 40px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .content {
    width: 100%;
    padding: 30px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .content {
    width: 100%;
    padding: 40px;
    display: block;
  }
}
@media (min-width: 1280px) {
  .content {
    width: 100%;
    padding: 50px;
    display: block;
  }
}
.dropdown-menu {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu .menu_section {
  position: relative;
  padding-bottom: .9375rem;
  color: #83838e;
  margin-bottom: 0px;
  padding: 0px;
  padding-top: 10px;
  border: none;
  background-color: white;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu .menu_section:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu .menu_section .menu_header_primary {
  font-size: 18px;
  line-height: 20px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-transform: translateY(-0.1875em);
  -moz-transform: translateY(-0.1875em);
  -ms-transform: translateY(-0.1875em);
  transform: translateY(-0.1875em);
  font-weight: 900;
}
.dropdown-menu li {
  line-height: 1.75em;
}
.dropdown-menu li a {
  margin: 0;
  border-radius: 0;
  -shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-menu li a.btn {
  display: block;
  text-decoration: none;
  padding: 5px 7px;
  margin: 5px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #2c2d30;
  text-align: left;
}
.dropdown-menu li a.btn:hover {
  background: #5db2e4;
  color: #fff;
}

.no-list-background .list-item {
  border: 0;
}
.no-list-background .list-item:hover {
  background-color: transparent;
  transition: background 0s;
  border-radius: 0;
}
.no-list-background .list-item:hover .list_actions {
  display: block;
}

.list-item {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 8px;
  border-left: none;
  border-right: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #d3d3d7;
  color: #2c2d30;
  font-size: 1.0em;
  line-height: 22px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  word-wrap: break-word;
  transition: background 0.2s;
}
.list-item.small-padding {
  padding: 0.2em;
}
.list-item.active {
  background-color: #1f82bc;
}
.list-item.active:hover {
  background-color: #114564;
}
.list-item.active a {
  color: white;
}
.list-item.active a:hover {
  color: white;
}
.list-item .list_actions {
  display: none;
  position: absolute;
  top: 4px;
  right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: border 50ms ease-in 0s;
  -moz-transition: border 50ms ease-in 0s;
  transition: border 50ms ease-in 0s;
  z-index: 97;
}
.list-item .list_actions:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.3);
}
.list-item .list_actions a, .list-item .list_actions .btn-link, .list-item .list_actions .btn {
  width: 37px;
  text-align: center;
  line-height: 14px;
  padding: 6px 0 4px;
  color: #555459;
  background: #fff;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 50ms ease-in 0s;
  -moz-transition: all 50ms ease-in 0s;
  transition: all 50ms ease-in 0s;
  display: block;
  float: left;
}
.list-item .list_actions a:hover, .list-item .list_actions .btn-link:hover, .list-item .list_actions .btn:hover {
  color: #3aa3e3;
  box-shadow: none;
}
.list-item .list_actions a i, .list-item .list_actions .btn-link i, .list-item .list_actions .btn i {
  width: 37px;
  font-size: 18px;
}
.list-item .list_actions a:hover, .list-item .list_actions .btn-link:hover, .list-item .list_actions .btn:hover {
  color: #3aa3e3;
  box-shadow: none;
}
.list-item .list_actions a:before, .list-item .list_actions .btn-link:before, .list-item .list_actions .btn:before {
  font-size: 18px;
}
.list-item .list_actions a:active, .list-item .list_actions .btn-link:active, .list-item .list_actions .btn:active {
  background: #f7f7f7;
  color: #3aa3e3;
}
.list-item .list_actions a:first-child, .list-item .list_actions .btn-link:first-child, .list-item .list_actions .btn:first-child {
  border-radius: 6px 0 0 6px;
}
.list-item .list_actions a:last-child, .list-item .list_actions .btn-link:last-child, .list-item .list_actions .btn:last-child {
  border-radius: 0 6px 6px 0;
  border-right: none;
}
.list-item .list_icon {
  text-align: right;
  position: absolute;
  top: 1.0em;
  left: 0;
  width: 72px;
  padding-right: 10px;
  margin-top: 4px;
  display: block;
  color: #b9b9be;
}
.list-item .list_content {
  margin-left: 72px;
}
.list-item .list_content .item-title {
  font-size: 1.0em;
  font-weight: 900;
  color: #6a6a74 !important;
  margin-right: .25rem;
  padding: 0px 10px;
}
.list-item .list_content .item-title .btn.btn-link {
  font-weight: 900;
  font-size: 1.20em;
  padding-left: 0;
  color: #6a6a74;
  opacity: 0.8;
}
.list-item .list_content .item-title .btn.btn-link:hover {
  opacity: 1.0;
}
.list-item .list_content .item-title .fa {
  margin-right: 15px;
}
.list-item .list_content .item-title-complement {
  font-weight: 300;
  margin-right: .25rem;
  opacity: 1;
  color: #83838e;
  font-size: 9pt;
  padding: 0px 10px;
}
.list-item .list_content .item-subtitle {
  font-weight: 300;
  line-height: 18px;
  margin-right: .25rem;
  padding: 0px 10px;
}
.list-item .list_content .item-content {
  padding: 0px 10px;
}

.list-item:hover {
  background-color: #b4dcf3;
  transition: background 0.2s;
  border-radius: 0;
}
.list-item:hover .list_actions {
  display: block;
}

.patient-list .list-item {
  width: 32%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  background-color: white;
  border-radius: 4px;
  color: #5db2e4;
  padding: 10px;
  border: 1px solid #d3d3d7;
  border-bottom: 5px solid #d3d3d7;
}
.patient-list .list-item .patient-dates {
  border-top: 1px solid #d3d3d7;
  border-bottom: 1px solid #d3d3d7;
  font-size: 0.9em;
  padding: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.patient-list .list-item:hover {
  background-color: #e0f0fa;
  border-bottom: 5px solid #5db2e4;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.patient-list .list-item:hover a {
  text-decoration: none;
}
.patient-list .list-item:hover .patient-dates {
  border-top: 1px solid #9fd1ef;
  border-bottom: 1px solid #9fd1ef;
}

.invest_stats .item {
  margin: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 5px solid;
  padding-bottom: 15px;
  color: white;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.invest_stats .item.include {
  background-color: #95e3d3;
  border-color: #00b36e;
}
.invest_stats .item h1 {
  color: white;
}

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

.main-content {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  margin-top: 20px;
}
.main-content:after {
  content: " ";
  display: block;
  clear: both;
}

.main-content-small {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  margin-top: 30px;
}
.main-content-small:after {
  content: " ";
  display: block;
  clear: both;
}

.top-content {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.top-content:after {
  content: " ";
  display: block;
  clear: both;
}

.grid {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.grid:after {
  content: " ";
  display: block;
  clear: both;
}
.grid .col {
  width: 7.47664%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-2 {
  width: 15.88785%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-3 {
  width: 24.29907%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-4 {
  width: 32.71028%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-5 {
  width: 41.1215%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-6 {
  width: 49.53271%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-7 {
  width: 57.94393%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-8 {
  width: 66.35514%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-9 {
  width: 74.76636%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-10 {
  width: 83.17757%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-11 {
  width: 91.58879%;
  float: left;
  margin-right: 0.93458%;
}
.grid .col-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.grid .col.last {
  float: right;
  margin-right: 0;
}
.grid .col:last-child {
  float: right;
  margin-right: 0;
}

.input-container.with-suffix {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.input-container.with-suffix:after {
  content: " ";
  display: block;
  clear: both;
}
.input-container.with-suffix input {
  width: 49.53271%;
  float: left;
  margin-right: 0.93458%;
}
.input-container.with-suffix .suffix-container {
  width: 49.53271%;
  float: right;
  margin-right: 0;
}
.input-container.with-suffix.with-icon .icon-container {
  width: 7.47664%;
  float: left;
  margin-right: 0.93458%;
}
.input-container.with-suffix.with-icon input {
  width: 41.1215%;
  float: left;
  margin-right: 0.93458%;
}

.gallery {
  overflow: hidden;
  *zoom: 1;
  padding: 0;
  padding-right: 1px;
}
.gallery .gallery-item {
  width: 49.0566%;
  float: left;
  margin-bottom: 1.88679%;
}
.gallery .gallery-item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery .gallery-item:nth-child(2n + 2) {
  margin-left: 50.9434%;
  margin-right: -100%;
  clear: none;
}

.grid-full-width {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-full-width:after {
  content: " ";
  display: block;
  clear: both;
}
.grid-full-width .col {
  width: 5.71429%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-2 {
  width: 14.28571%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-3 {
  width: 22.85714%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-4 {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-5 {
  width: 40%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-6 {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-7 {
  width: 57.14286%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-8 {
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-9 {
  width: 74.28571%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-10 {
  width: 82.85714%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-11 {
  width: 91.42857%;
  float: left;
  margin-right: 2.85714%;
}
.grid-full-width .col-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.grid-full-width .col.last {
  float: right;
  margin-right: 0;
}
.grid-full-width .col:last-child {
  float: right;
  margin-right: 0;
}
.grid-full-width img {
  width: 100%;
}

.grid-side-img {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.grid-side-img img {
  width: 100%;
}
.grid-side-img:after {
  content: " ";
  display: block;
  clear: both;
}
.grid-side-img .side-img-right {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
}
.grid-side-img .form-left {
  padding-right: 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 233.33333px;
}

.hospitalisation_body .content .list-item:last-child {
  margin-bottom: 80px;
}

label {
  font-weight: 400;
}

.form.form-grid.notitle {
  margin: -10px 0 25px 0px;
  padding: 5px;
}
.form.form-grid.notitle .content {
  background-color: #fbfbfb;
  border: 1px solid #d3d3d7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  margin: 0;
}
.form.form-grid.notitle .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 40px;
  vertical-align: middle;
  border-top: 8px dashed transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #d3d3d7;
}

.help {
  margin: -10px -10px 25px -10px;
  padding: 5px;
  background-color: #fbfbfb;
  border: 1px solid #d3d3d7;
  padding: 5px;
  margin: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
}

.form-field.muted:hover {
  cursor: no-drop;
}
.form-field.muted .afield_widget .field-title {
  color: #b9b9be;
}
.form-field.muted .afield_widget .field-title:hover {
  cursor: no-drop;
}
.form-field.muted .afield_widget .field-container {
  background-color: #fbfbfb;
}
.form-field.muted .afield_widget .field-container:hover, .form-field.muted .afield_widget .field-container:active {
  border: 1px solid #d3d3d7;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: no-drop;
}
.form-field.muted .afield_widget .field-container input[type=url],
.form-field.muted .afield_widget .field-container input[type=text],
.form-field.muted .afield_widget .field-container input[type=tel],
.form-field.muted .afield_widget .field-container input[type=number],
.form-field.muted .afield_widget .field-container input[type=email],
.form-field.muted .afield_widget .field-container input[type=password],
.form-field.muted .afield_widget .field-container select,
.form-field.muted .afield_widget .field-container textarea {
  border: 0;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  padding: .35rem;
  background-color: #fbfbfb;
  cursor: no-drop;
}
.form-field.muted .afield_widget .field-container.radiobuttons {
  border: 1px solid transparent;
  background-color: transparent;
  cursor: no-drop;
  color: #9e9ea6;
}
.form-field.muted .afield_widget .field-container.radiobuttons:hover, .form-field.muted .afield_widget .field-container.radiobuttons:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  cursor: no-drop;
}
.form-field.muted .afield_widget .field-container.radiobuttons .radios_item label {
  color: #b9b9be;
}
.form-field.viewable-input:hover {
  cursor: no-drop;
}
.form-field.viewable-input .afield_widget .field-container {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  cursor: no-drop;
  color: black;
  font-weight: 600;
}
.form-field.viewable-input .afield_widget .field-container:hover, .form-field.viewable-input .afield_widget .field-container:active {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: no-drop;
}
.form-field.viewable-input .afield_widget .field-container input[type=url],
.form-field.viewable-input .afield_widget .field-container input[type=text],
.form-field.viewable-input .afield_widget .field-container input[type=tel],
.form-field.viewable-input .afield_widget .field-container input[type=number],
.form-field.viewable-input .afield_widget .field-container input[type=email],
.form-field.viewable-input .afield_widget .field-container input[type=password],
.form-field.viewable-input .afield_widget .field-container select,
.form-field.viewable-input .afield_widget .field-container textarea {
  border: 0;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  padding: .35rem;
  background-color: #d3d3d7;
  cursor: no-drop;
}
.form-field .afield_widget {
  padding: 1px 5px;
  margin-bottom: 7px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
.form-field .afield_widget .field-title {
  -webkit-flex: 1;
  flex: 1;
  margin-bottom: 0;
  color: #6a6a74;
  padding: 0 10px;
  font-weight: normal;
}
.form-field .afield_widget .field-container {
  position: relative;
  line-height: normal;
  padding: 0;
  border: 1px solid #ccc;
  color: #6a6a74;
  width: 100%;
  max-width: 100%;
  font-family: "clngrd-Lato", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  margin: 0;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: ease-out 70ms, border-color 70ms ease-out;
  -o-transition: ease-out 70ms, border-color 70ms ease-out;
  -webkit-transition: ease-out 70ms, border-color 70ms ease-out;
  transition: ease-out 70ms, border-color 70ms ease-out;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 2;
  flex: 2;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
.form-field .afield_widget .field-container:hover, .form-field .afield_widget .field-container:active {
  border: 1px solid #3aa3e3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: ease-out 70ms, border-color 70ms ease-out;
  -o-transition: ease-out 70ms, border-color 70ms ease-out;
  -webkit-transition: ease-out 70ms, border-color 70ms ease-out;
  transition: ease-out 70ms, border-color 70ms ease-out;
}
.form-field .afield_widget .field-container:hover .clear.btn.btn-default.btn-sm, .form-field .afield_widget .field-container:active .clear.btn.btn-default.btn-sm {
  display: block;
  -moz-transition: ease-out 70ms, display 70ms ease-out;
  -o-transition: ease-out 70ms, display 70ms ease-out;
  -webkit-transition: ease-out 70ms, display 70ms ease-out;
  transition: ease-out 70ms, display 70ms ease-out;
}
.form-field .afield_widget .field-container .biology {
  padding-left: 5px;
}
.form-field .afield_widget .field-container.radiobuttons {
  border: 1px solid transparent;
  color: black;
  background-color: transparent;
}
.form-field .afield_widget .field-container.radiobuttons .radio-clear .clear.btn.btn-default.btn-sm {
  font-size: 0.8em;
  height: 20px;
  width: 20px;
  padding: 0;
  display: none;
}
.form-field .afield_widget .field-container.radiobuttons:hover, .form-field .afield_widget .field-container.radiobuttons:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: ease-out 70ms, border-color 70ms ease-out;
  -o-transition: ease-out 70ms, border-color 70ms ease-out;
  -webkit-transition: ease-out 70ms, border-color 70ms ease-out;
  transition: ease-out 70ms, border-color 70ms ease-out;
}
.form-field .afield_widget .field-container.radiobuttons:hover .radio-clear .clear.btn.btn-default.btn-sm, .form-field .afield_widget .field-container.radiobuttons:active .radio-clear .clear.btn.btn-default.btn-sm {
  display: block;
}
.form-field .afield_widget .field-container.checkbox {
  border: 0;
  background-color: transparent;
}
.form-field .afield_widget .field-container.checkbox input[type=checkbox] {
  margin: 0;
}
.form-field .afield_widget .field-container.checkbox:hover, .form-field .afield_widget .field-container.checkbox:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: ease-out 70ms, border-color 70ms ease-out;
  -o-transition: ease-out 70ms, border-color 70ms ease-out;
  -webkit-transition: ease-out 70ms, border-color 70ms ease-out;
  transition: ease-out 70ms, border-color 70ms ease-out;
}
.form-field .afield_widget .field-container .select2-container {
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-field .afield_widget .field-container .select2-container .select2-choice {
  min-height: 35px;
  border: 0;
  height: 35px;
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-field .afield_widget .field-container .select2-container .select2-choice .select2-arrow {
  background: none !important;
  border: 0;
}
.form-field .afield_widget .field-container .select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
  background-image: none !important;
  border: 0;
}
.form-field .afield_widget .field-container .select2-container .select2-choice .select2-arrow b:after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.form-field .afield_widget .field-container .select2-container.select2-container-multi {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-field .afield_widget .field-container .select2-container.select2-container-multi .select2-choices {
  border: 0;
}
.form-field .afield_widget .field-container .select2-search input, .form-field .afield_widget .field-container .select2-search-choice-close, .form-field .afield_widget .field-container .select2-container .select2-choice abbr, .form-field .afield_widget .field-container .select2-container .select2-choice .select2-arrow b {
  background: none !important;
  background-image: none !important;
  background-repeat: none;
  background-size: 0;
}
.form-field .afield_widget .field-container .select2-container-multi .select2-choices {
  background-image: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-field .afield_widget .field-container .select2-container-multi .select2-choices .select2-search-choice {
  font-weight: normal;
  font-size: 0.9em;
}
.form-field .afield_widget .field-container input[type=url],
.form-field .afield_widget .field-container input[type=text],
.form-field .afield_widget .field-container input[type=tel],
.form-field .afield_widget .field-container input[type=number],
.form-field .afield_widget .field-container input[type=email],
.form-field .afield_widget .field-container input[type=password],
.form-field .afield_widget .field-container select,
.form-field .afield_widget .field-container textarea {
  border: 0;
  margin: 0;
  min-height: 35px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  padding: 0 5px;
  background-color: transparent;
  color: black;
}
.form-field .afield_widget .field-container input[type=url]:disabled,
.form-field .afield_widget .field-container input[type=text]:disabled,
.form-field .afield_widget .field-container input[type=tel]:disabled,
.form-field .afield_widget .field-container input[type=number]:disabled,
.form-field .afield_widget .field-container input[type=email]:disabled,
.form-field .afield_widget .field-container input[type=password]:disabled,
.form-field .afield_widget .field-container select:disabled,
.form-field .afield_widget .field-container textarea:disabled {
  background-color: #fbfbfb;
  cursor: no-drop;
}
.form-field .afield_widget .field-container:has(input:focus), .form-field .afield_widget .field-container:has(input:hover) {
  border-color: #eb4d5c;
}
.form-field .afield_widget .field-container .radio.inline, .form-field .afield_widget .field-container .checkbox.inline {
  padding-top: 0;
}
.form-field .afield_widget .field-container .suffix {
  font-size: .75em;
  margin-left: 5px;
  color: #83838e;
  padding-right: 0.5rem;
  -webkit-align-items: end;
  align-items: end;
}
.form-field .afield_widget .field-container .wicket-ajax-indicator {
  position: absolute;
  right: 20px;
}
.form-field .afield_widget .field-container .checkbox input[type="checkbox"], .form-field .afield_widget .field-container input[type="checkbox"] {
  margin-top: 0px;
  margin-left: 0px;
  position: relative;
}
.form-field .afield_widget .field-container i {
  font-size: 1em;
  width: 30px;
  height: auto;
}

.select2-drop-active {
  border-color: #ccc;
}

.select_wrapper {
  position: relative;
  width: 100%;
}
.select_wrapper:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #9e9ea6;
}

.table-form .afield_widget {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.table-form .afield_widget label.field-title {
  display: block;
  min-height: 34px;
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-bottom: 5px;
}
.table-form .afield_widget .field-container {
  padding-left: 5px;
  min-height: 34px;
}

.columns {
  padding: 1px 5px;
  margin-bottom: 7px;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
.columns div:empty {
  display: none;
}
.columns > div:first-child {
  -webkit-flex: 1;
  flex: 1;
}
.columns > div:last-child {
  -webkit-flex: 2;
  flex: 2;
}
.columns .column.flex_one > div:first-child {
  -webkit-flex: 1;
  flex: 1;
}
.columns .column.flex_one > div:last-child {
  -webkit-flex: 1;
  flex: 1;
}
.columns .column-label {
  padding-right: 10px;
}
.columns .column-label .afield_widget label {
  min-height: 34px;
  -webkit-flex: 1;
  flex: 1;
}
.columns .column-field {
  -webkit-flex: 2;
  flex: 2;
}
.columns .column-field > div:first-child {
  -webkit-flex: 1;
  flex: 1;
}
.columns .column-field > div:first-child:empty {
  display: none;
}
.columns .column-field > div:last-child {
  -webkit-flex: 1;
  flex: 1;
}
.columns .column-field > div:last-child:empty {
  display: none;
}
.columns .column-field .columns {
  padding-left: 0.8em;
  padding-right: 0;
}
.columns .column-field .columns > div:first-child {
  -webkit-flex: 1;
  flex: 1;
}
.columns .column-field .columns > div:last-child {
  -webkit-flex: 1;
  flex: 1;
}
.columns .column-field .columns > div:empty {
  display: none;
}
.columns .column-field .afield_widget {
  padding: 0;
}
.columns .column-field .afield_widget label {
  min-height: 34px;
}

.columns .columns {
  padding-left: 0;
  padding-right: 0;
}
.columns .columns .column .form-field .afield_widget .field-container {
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
}
.columns .column-field {
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
}
.columns .column-field .form-field .afield_widget {
  padding: 0;
  margin: 0;
}
.columns .column-field .form-field .afield_widget label.field-title {
  display: none;
}
.columns .column-label {
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
}
.columns .column-label .afield_widget {
  padding: 0;
  margin: 0;
}
.columns .column-label .afield_widget .field-title {
  margin: 0;
  padding-bottom: 4px;
}

div:empty {
  display: none;
}

.radios_item {
  margin-right: 15px;
}
.radios_item label {
  color: black;
  margin-left: 8px;
  margin-bottom: 0;
}

.table-form {
  border: 0;
  table-layout: fixed;
}
.table-form > tbody > tr > td {
  border: 0;
  padding: 0;
}
.table-form > tbody > tr > td .columns {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: start;
  align-items: start;
}
.table-form > tbody > tr > td .columns > div {
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
}
.table-form > tbody > tr > td .columns .columns {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.form-horizontal .radio, .form-horizontal .radio-inline, .form-horizontal .checkbox, .form-horizontal .checkbox-inline {
  padding: 0;
}

.feedback-content {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  border-top: 2px solid #DFDFDF;
  border-bottom: 2px solid #DFDFDF;
  background-color: white;
  padding: 10%;
}

nav.icon_side_bar {
  padding: 0;
  width: 60px;
  background-color: #5db2e4;
  overflow: hidden;
}
nav.icon_side_bar li:hover {
  background-color: #114564;
}
nav.icon_side_bar li.active {
  background-color: #1f82bc;
}
nav.icon_side_bar a, nav.icon_side_bar .btn.btn-link {
  font-size: 1.5em;
  color: #9fd1ef;
  width: 60px;
  min-width: 60px;
  padding: 5px 15px;
  margin: 0;
  text-align: center;
  position: relative;
}
nav.icon_side_bar a .badge, nav.icon_side_bar .btn.btn-link .badge {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 0px;
  color: white;
  margin-left: 5px;
  padding: 5px 5px;
  border: 1px solid white;
}
nav.icon_side_bar a:hover, nav.icon_side_bar .btn.btn-link:hover {
  color: #fff;
}
nav.icon_side_bar li.active a {
  color: #fff;
}
nav.side_bar {
  padding-top: 0;
  width: 190px;
  background-color: #5db2e4;
}
nav.side_bar ul.nav {
  padding-top: 0;
  margin-top: 0;
}
nav.side_bar li.brand {
  margin: 0;
  height: 60px;
  min-height: 60px;
  background-color: white;
  border-bottom: 1px solid #d3d3d7;
}
nav.side_bar li a {
  font-size: 1.0em;
  color: #9fd1ef;
  padding: 7px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
nav.side_bar li a:hover {
  color: #1f82bc;
}
nav.side_bar li.active a {
  background-color: #1f82bc;
  color: white;
}
nav.side_bar li.active a:hover {
  color: #1f82bc;
}
nav.side_bar .dark-zone {
  background-color: #83838e;
  color: #fbfbfb;
}

.sidebar-tree {
  padding: 0;
  width: 230px;
  background-color: white;
  -moz-box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.15);
}
.sidebar-tree .nav-pills {
  margin: 0;
}
.sidebar-tree .nav-pills li {
  position: relative;
  line-height: 1.6em;
  padding: 4px 2px;
  white-space: nowrap;
  display: block;
  margin-right: 5px;
  font-size: 15px;
  opacity: 0.85;
  border-radius: 0 4px 4px 0;
}
.sidebar-tree .nav-pills li.active {
  background-color: #1f82bc;
  border-radius: 0 4px 4px 0;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 1;
}
.sidebar-tree .nav-pills li.active a {
  color: #e0f0fa;
}
.sidebar-tree .nav-pills li.active:hover {
  background-color: #114564;
}
.sidebar-tree .nav-pills li.active:hover a {
  color: #e0f0fa;
}
.sidebar-tree .nav-pills li:hover {
  background-color: #114564;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 1;
}
.sidebar-tree .nav-pills li:hover a {
  background-color: transparent;
  color: #e0f0fa;
}
.sidebar-tree .nav-pills li.nav-header a {
  font-weight: bold;
  font-variant: small-caps;
  color: #6a6a74;
}
.sidebar-tree .nav-pills li.nav-header:active {
  background-color: transparent;
}
.sidebar-tree .nav-pills li.nav-header:hover {
  background-color: transparent;
}
.sidebar-tree .nav-pills li.nav-header:hover a {
  font-weight: bold;
  font-variant: small-caps;
  color: #6a6a74;
}
.sidebar-tree .nav-pills a {
  padding: 3px;
  font-weight: 400;
}
.sidebar-tree .nav-pills a:hover {
  color: #e0f0fa;
}

.indent-tab {
  padding-left: 15px;
}

.form-nav .truncate {
  width: 205px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-nav nav.side_bar {
  padding: 5px;
  padding-left: 0;
  width: 230px;
  background-color: white;
  -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-right: 1px solid #d3d3d7;
}
.form-nav nav.side_bar h3 {
  padding: 0 0 5px 10px;
  margin: 5px 2px 5px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #d3d3d7;
  color: #83838e;
}
.form-nav nav.side_bar h4 a {
  width: 200px;
  color: black;
  margin: 5px;
  font-size: 1.4em;
  font-variant: small-caps;
  padding: 0px 0px 7px 3px;
  position: relative;
  font-weight: 600;
  opacity: 1;
}
.form-nav nav.side_bar h4 a a.collapse {
  color: #6a6a74;
  opacity: 0.8;
}
.form-nav nav.side_bar h4 a:hover {
  color: black;
  text-decoration: none;
}
.form-nav nav.side_bar h4 a .badge {
  position: absolute;
  right: 0px;
  font-size: 0px;
  color: white;
  margin-left: 5px;
  padding: 5px 5px;
}
.form-nav nav.side_bar h4 a.collapse {
  color: #6a6a74;
}
.form-nav nav.side_bar .panel-body {
  padding: 0;
}
.form-nav nav.side_bar .panel-collapse .panel-body {
  border: 0;
  margin-bottom: 30px;
}
.form-nav nav.side_bar .panel-collapse .panel-heading {
  padding: 0;
  border: 0;
}
.form-nav nav.side_bar .panel-title {
  font-size: 0.9em;
}
.form-nav nav.side_bar .panel .panel-heading {
  padding: 0;
}
.form-nav nav.side_bar .panel-group {
  margin-bottom: 10px;
  padding-right: 20px;
}
.form-nav nav.side_bar .panel-default > .panel-heading .badge-success {
  background-color: #00b36e;
}
.form-nav nav.side_bar .panel-default > .panel-heading .badge-important {
  background-color: #eb4d5c;
}
.form-nav nav.side_bar .panel-default > .panel-heading .badge-warning {
  background-color: #edb431;
}
.form-nav nav.side_bar .panel-default > .panel-heading .badge-info {
  background-color: #3aa3e3;
}
.form-nav nav.side_bar div.form-group-list {
  position: relative;
  line-height: 1.6em;
  padding: 4px 2px;
  white-space: nowrap;
  display: block;
  font-size: 15px;
  opacity: 0.85;
  height: 34px;
}
.form-nav nav.side_bar div.form-group-list.active {
  background-color: #1f82bc;
  border-radius: 0px 4px 4px 0px;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 1;
}
.form-nav nav.side_bar div.form-group-list.active a {
  color: #e0f0fa;
}
.form-nav nav.side_bar div.form-group-list.active:hover {
  background-color: #FF6866;
}
.form-nav nav.side_bar div.form-group-list.active:hover a {
  color: #e0f0fa;
}
.form-nav nav.side_bar div.form-group-list:hover {
  background-color: #114564;
  border-radius: 0px 4px 4px 0px;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 1;
}
.form-nav nav.side_bar div.form-group-list:hover a {
  color: #e0f0fa;
}
.form-nav nav.side_bar a {
  padding: 0px 0px 7px 15px;
  font-weight: 400;
  display: block;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9e9ea6;
}
.form-nav nav.side_bar a:hover {
  color: #e0f0fa;
}
.form-nav nav.side_bar .badge {
  position: absolute;
  right: 4px;
  top: 7px;
  font-size: 10px;
  color: white;
  margin-left: 5px;
  padding: 5px 7px;
}
.form-nav nav.side_bar .badge.dcf {
  right: 30px;
}
.form-nav nav.side_bar .badge.monitoring {
  right: 0px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  min-width: 2px;
  border-radius: 0px !important;
  padding: 0;
}
.form-nav nav.side_bar .dropdown-menu {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.form-nav nav.side_bar .dropdown-menu .menu_section {
  position: relative;
  padding-bottom: .9375rem;
  color: #83838e;
  margin-bottom: 0px;
  padding: 0px;
  padding-top: 10px;
  border: none;
  background-color: white;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.form-nav nav.side_bar .dropdown-menu .menu_section:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.form-nav nav.side_bar .dropdown-menu .menu_section .menu_header_primary {
  font-size: 18px;
  line-height: 20px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-transform: translateY(-0.1875em);
  -moz-transform: translateY(-0.1875em);
  -ms-transform: translateY(-0.1875em);
  transform: translateY(-0.1875em);
  font-weight: 900;
}
.form-nav nav.side_bar .dropdown-menu li {
  line-height: 1.75em;
}
.form-nav nav.side_bar .dropdown-menu li a {
  margin: 0;
  border-radius: 0;
  color: #9e9ea6;
}
.form-nav nav.side_bar .dropdown-menu li a.btn {
  display: block;
  text-decoration: none;
  padding: 5px 7px;
  margin: 5px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #2c2d30;
  text-align: left;
  text-shadow: none;
}
.form-nav nav.side_bar .dropdown-menu li a.btn:hover {
  background: #5db2e4;
  color: #fff;
}

.home-link-container {
  width: 60px;
  height: 60px;
  padding: 15px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  background-color: #114564;
}
.home-link-container:hover {
  background-color: #1f82bc;
  color: white;
}

.off-navigation {
  width: 0;
  top: 60px;
  bottom: 0;
  background: #fff;
  border-left: 1px solid #9e9ea6;
  padding: 0px;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.off-navigation .close-off-nav {
  position: absolute;
  right: 25px;
  z-index: 999;
  display: none;
}
.off-navigation .close-off-nav i {
  width: 20px;
  line-height: 20px;
  font-size: 1.5em;
}
.off-navigation h4 {
  margin-top: 0;
  padding-right: 30px;
}
.off-navigation li {
  margin-bottom: 10px;
}

.nav.aside-buttons {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  z-index: 999;
  right: 0px;
  width: 240px;
  border-radius: 0 0 4px 4px;
}
.nav.aside-buttons li a {
  background-color: transparent;
  width: 60px -10px;
  position: relative;
  text-align: center;
}
.nav.aside-buttons li a:hover {
  background: black;
  color: white;
}
.nav.aside-buttons li a .badge {
  position: absolute;
  right: 2px;
  top: 4px;
  padding: 3px 6px;
}
.nav.aside-buttons li.active a {
  color: white;
}

.off-nav-opened .close-off-nav {
  display: block;
}
.off-nav-opened .off-navigation {
  width: 240px;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.nav-header {
  font-weight: 700;
  color: #319ddd;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .active a {
  background-color: transparent;
}

.tab-content {
  padding: 20px;
  margin-top: -1px;
  border: 1px solid #ddd;
  background-color: white;
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
}

.login {
  background-color: #d3d3d7;
}
.login .modal-login {
  margin: 40px auto 0 auto;
  background: white;
  border: none;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 620px;
  padding: 20px;
  top: 5%;
}
.login .modal-login .fieldset {
  margin-bottom: 10px;
  max-width: 70%;
}
.login .modal-login .field {
  width: 100%;
}
.login .modal-login .field-title {
  text-align: left;
  margin: 0;
}
.login .modal-login .form-horizontal a {
  width: 70%;
  padding: 10px;
}
.login .modal-login .alert {
  width: 70%;
  padding: 10px;
  margin: auto;
  background-color: white;
  border-color: #d3d3d7;
  color: #6a6a74;
  text-shadow: none;
}
.login .modal-login .alert input {
  width: 100%;
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  padding: 4px 6px;
  font-size: 14px;
}
.login .modal-login .alert a {
  width: 70%;
  padding: 10px;
}
.login .modal-login .alert a.pull-right {
  width: auto;
  padding: 0;
}
.login .modal-login .alert label {
  text-align: right;
}
.login .modal-login .nav-list li {
  display: inline-block;
  font-size: 12px;
}
.login .modal-login .nav-list li a {
  text-shadow: none;
  color: #6a6a74;
  margin: 0;
}
.login .modal-login .nav-list li a:hover {
  background: none;
  text-decoration: underline;
  color: #6a6a74;
}

.success-container {
  text-align: center;
  bottom: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #d3d3d7;
}
.success-container .main-content {
  max-width: 70%;
  padding: 40px;
  background: white;
  margin-top: 40px;
}
.success-container .main-content .text-success {
  margin-bottom: 40px;
}
.success-container .main-content a:first-child {
  margin-right: 20px;
}

/* ----- TABLES ----- */
table {
  width: 100%;
  border-bottom: 1px solid #d3d3d7;
  border-top: 1px solid #d3d3d7;
}
table th, table td {
  line-height: 16px;
}
table .headers {
  font-size: 14px;
}
table .table-striped tbody > tr:nth-child(odd) > td, table .table-striped tbody > tr:nth-child(odd) > th {
  background: white;
}
table .badge {
  padding: 5px 0;
  width: 20px;
}
table.table-center td {
  text-align: center;
}
table a {
  color: #3aa3e3;
}
table a:hover {
  text-decoration: none;
}
table.table-condensed.todo thead {
  display: none;
}
table.table-condensed.todo tbody tr  td  {
  padding-left: 20px;
  padding-right: 20px;
}
table.table-condensed.todo tbody .todoDate, table.table-condensed.todo tbody .todoPatient, table.table-condensed.todo tbody .todoPeriod {
  font-weight: bold;
}
table.table-condensed.todo tbody .todoPatient, table.table-condensed.todo tbody .todoPeriod {
  color: #5db2e4;
}
table.table-hover tr:hover {
  background-color: #e0f0fa;
  transition: background 0.2s;
}

table.list-patient .state {
  display: block;
}
table.list-patient td.align-right {
  text-align: right;
  padding-right: 0;
}
table.list-patient .patient-id {
  font-weight: bold;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  line-height: 2.3;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding-left: 20px;
  padding-right: 20px;
}

table.noheader th {
  display: none;
}

table.nohover tr:hover {
  background-color: transparent;
  transition: background 0.2s;
}
table.nohover tr:hover a {
  text-decoration: none;
}
table.nohover tr:hover a:hover {
  text-decoration: none;
}
table.nohover table.table-hover tr:hover {
  background-color: #e0f0fa;
  transition: background 0.2s;
}
table.nohover table.table-hover tr:hover a {
  text-decoration: none;
}
table.nohover table.table-hover tr:hover a:hover {
  text-decoration: none;
}

.tree {
  margin: 0;
  font-size: 12px;
}
.tree li {
  list-style: none;
}
.tree li.active > a {
  background: #319ddd !important;
  color: #fff;
}
.tree li a {
  display: block;
  padding: 10px;
  color: #6a6a74;
}
.tree li a .level-label {
  width: 75%;
  padding-left: 5%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tree li a .level-label:hover {
  text-decoration: underline;
}
.tree li a.title {
  background: #9e9ea6;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.tree li.nav-header {
  text-shadow: none;
  background: #9e9ea6;
  padding: 3px 15px 3px 0;
}
.tree li.nav-header a {
  color: white;
}
.tree ul.collapse {
  margin: 0;
}
.tree ul.third-level li a {
  margin-left: 0px;
}
.tree ul.fourth-level li a {
  margin-left: 10px;
}
.tree ul.fifth-level li a {
  margin-left: 20px;
}
.tree .badge {
  float: right;
}
.tree .collapse-state {
  float: right;
  padding-left: 10px;
}
.tree .collapse-state i {
  line-height: inherit;
}

/* ----- Widgets ----- */
.ui-widget-header {
  background: #d3d3d7;
  border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: white;
}

.select2-container .select2-choice {
  background: white;
}

/* ----- ALERTS ----- */
.text-warning {
  color: #fc0;
}

.text-error {
  color: #eb4d5c;
}

.alert.small {
  font-size: 12px;
  line-height: 14px;
}

.alert-success {
  color: #00b36e;
  background-color: #e6fff5;
  border-color: #e6fff5;
}
.alert-success i {
  color: #00b36e;
}

.alert-info {
  text-shadow: none;
  color: #5db2e4;
  border-color: white;
}

.text-success {
  color: #00b36e;
}

.alert-danger, .alert-error {
  color: #eb4d5c !important;
  background-color: white;
  border-color: white;
}

/* ----- BADGES ----- */
span.badge {
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  border-radius: 100px !important;
  text-shadow: none;
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
  text-align: center;
}

.badge, .label {
  background: #83838e;
}

.badge-primary, .label-primary {
  background: #5db2e4;
}

.badge-success, .label-success {
  background: #00b36e;
}

.badge-warning, .label-warning {
  background: #fc0;
}

.badge-important, .label-important {
  background: #eb4d5c;
}

.badge-info, .label-info {
  background: #23c6c8;
}

.badge-inverse, .label-inverse {
  background: #6a6a74;
}

.warning input {
  border-color: #fc0;
}

.button, .btn {
  line-height: 1.5rem;
  font-weight: 900;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  padding: 11px;
  margin: 0;
}
.button.hover, .button:hover, .btn.hover, .btn:hover {
  -moz-box-shadow: inset 0 -4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-transition-property: border-bottom-color, color, box-shadow, text-shadow;
  -o-transition-property: border-bottom-color, color, box-shadow, text-shadow;
  -webkit-transition-property: border-bottom-color, color, box-shadow, text-shadow;
  transition-property: border-bottom-color, color, box-shadow, text-shadow;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button.active, .button:active, .button:focus, .button.focus, .btn.active, .btn:active, .btn:focus, .btn.focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button.btn-default, .btn.btn-default {
  background: white;
  color: #9e9ea6;
  border: 1px solid #b9b9be;
  text-shadow: none;
}
.button.btn-default:hover, .btn.btn-default:hover {
  border-bottom-color: #9e9ea6;
  background: #d3d3d7;
  color: #6a6a74;
  text-shadow: none;
}
.button.btn-info, .btn.btn-info {
  background: #23c6c8;
  color: white;
  border-color: #23c6c8;
}
.button.btn-success, .btn.btn-success {
  background: #00b36e;
  color: white;
  border: 1px solid #00b36e;
}
.button.btn-danger, .btn.btn-danger {
  background: #eb4d5c;
  color: #fff;
  border: 1px solid #eb4d5c;
  text-shadow: none;
}
.button.btn-danger:hover, .btn.btn-danger:hover {
  border-bottom-color: #bd1525;
  background: #eb4d5c;
  color: #fff;
  text-shadow: none;
}
.button.btn-warning, .btn.btn-warning {
  background: #fff;
  color: #eb4d5c;
  border-color: #eb4d5c;
}
.button.btn-warning:hover, .btn.btn-warning:hover {
  background: #eb4d5c;
  color: #fff;
}
.button.btn-inverse, .btn.btn-inverse {
  background: #6a6a74;
  color: white;
  border-color: #6a6a74;
}
.button.btn-inverse:hover, .btn.btn-inverse:hover {
  background: white;
  color: #6a6a74;
}
.button.btn-link, .btn.btn-link {
  background: none;
  color: #5db2e4;
  border: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;
}
.button.btn-link:hover, .btn.btn-link:hover {
  background: none;
  border: transparent;
  color: #5db2e4;
  text-decoration: underline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.button.btn-primary, .btn.btn-primary {
  background: #5db2e4;
  color: #fff;
  border: 1px solid #5db2e4;
  text-shadow: none;
}
.button.btn-primary:hover, .btn.btn-primary:hover {
  border-bottom-color: #e0f0fa;
  background: #5db2e4;
  color: #fff;
  text-shadow: none;
}
.button.btn-transparent, .btn.btn-transparent {
  background: none;
  color: #6a6a74;
  border-color: #d3d3d7;
}
.button.btn-transparent:hover, .btn.btn-transparent:hover {
  background: white;
}

.btn-group.open .btn.dropdown-toggle {
  background: #d3d3d7;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00b36e;
}

.field-actions .button, .field-actions .btn {
  line-height: 0.8em;
  font-size: 0.8em;
  border-bottom: 0;
  padding: 4px;
  margin-right: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.field-actions .button:hover, .field-actions .btn:hover {
  border-bottom: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.btn-group-xs {
  font-size: 1.0em;
}

/* ----- ERROR FULL SCREEN ----- */
.screen-error-size {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(106, 106, 116, 0.8);
  text-align: center;
  display: none;
}
.screen-error-size .main-content {
  width: 50%;
  background: white;
  padding: 40px;
  margin-top: 80px;
}

@media (max-width: 1023px) {
  .screen-error-size {
    display: block;
  }
}
/* ----- MODAL BACKGROUND ----- */
.modal-backdrop, .modal-backdrop.fade.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: rgba(106, 106, 116, 0.8);
  text-align: center;
}

.modal-backdrop .alert {
  width: 50%;
  background: white;
  padding: 40px;
  margin-top: 80px;
}

.modal-body .main-content {
  min-height: 150px;
}
.modal-body h5:first-child {
  margin-top: 0;
}

#modalbac .modal {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: rgba(106, 106, 116, 0.8);
}
#modalbac .modal.modal-xxlarge {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 20px;
}
#modalbac .modal.modal-xlarge {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.dialog-footer span a {
  margin-right: 200px;
}

/* ----- WIZARD ----- */
.wizard-container .wizard {
  background: white;
}
.wizard-container .topbar-action {
  display: none;
}
.wizard-container .minus-topbar-actions {
  top: 58px;
}
.wizard-container h5 {
  margin-top: 30px;
}
.wizard-container .nav-tabs > li > a {
  border-top: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wizard-container .nav-tabs > .active > a, .wizard-container .nav-tabs > .active > a:hover {
  border-top: 0;
}

.nice-pagination ul {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}
.nice-pagination ul > li > a, .nice-pagination ul > li > span {
  border: none;
  color: #9e9ea6;
  padding: 4px 5px;
  margin: 0 5px;
}
.nice-pagination ul > li a:hover {
  background: none;
  color: #6a6a74;
}
.nice-pagination ul > li.active > a, .nice-pagination ul > li.active > span {
  background: none;
  font-weight: bold;
  color: #6a6a74;
  border-bottom: 2px solid #6a6a74;
}
