@charset "UTF-8";

/* ----- Calculations & renaming ----- */
.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: #f1f1f2;
}

.lightest-gray-bg {
  background: #f9f9f9;
}

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

.relative {
  position: relative;
}

.border-gray {
  border: 1px solid #dfdfdf !important;
}

.border-left-gray {
  border-left: 1px solid #dfdfdf !important;
}

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

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

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

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

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

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

.small-padding {
  padding: 15px;
}

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

/*!
 *  Font Awesome 4.3.0 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/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#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;
  transform: translate(0, 0);
}

/* 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;
}

.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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-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: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-rebel:before {
  content: "";
}

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

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

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

.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-genderless:before,
.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-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-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: "";
}

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

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

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Lucida Sans Unicode", Arial, Freesans, sans-serif;
  font-weigh: 600;
  font-size: 14px;
}

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

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

.half-col-l {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  overflow: hidden;
}

.half-col-r {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  overflow: hidden;
}

.full-height {
  height: 100%;
}

.fixed {
  position: absolute;
}

.sidebar-icon {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow-y: auto;
  width: 125px;
}
.sidebar-icon li a {
  font-size: 12px;
}

.sidebar-tree {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow-y: auto;
  width: 260px;
  background: #1175af;
}

.second-level .sidebar-tree {
  background: #fff;
  border-right: 1px solid #dfdfdf;
  width: 200px;
}
.second-level .minus-sidebar-tree {
  left: 200px;
}

.right-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150px;
}

.third-topbar {
  height: 130px;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: #4d4d4d;
  line-height: 40px;
}

.content {
  overflow-y: auto;
  overflow-x: hidden;
}

.main-content, .main-content form {
  margin-top: 30px;
}

.modal-body.main-content form {
  margin-top: 0px;
}

/* LAYOUT */
.minus-topbar-main {
  top: 60px;
}

.minus-topbar-actions {
  top: 41px;
}

.minus-secondary-topbar {
  top: 60px;
}

.minus-third-topbar {
  top: 130px;
}

.minus-sidebar {
  left: 80px;
}

.minus-sidebar-icon {
  left: 126px;
}

.minus-sidebar-tree {
  left: 261px;
}

.minus-medium-sidebar {
  left: 200px;
}

.minus-big-sidebar {
  left: 260px;
}

.minus-right-sidebar {
  right: 150px;
}

.minus-footer-actions {
  bottom: 60px;
}

.minus-footer {
  bottom: 40px;
}

.legend .nav-list li span {
  font-size: 12px;
}

.table-legend {
  margin-right: 20px;
}
.table-legend .badge {
  padding: 5px 0;
  width: 20px;
}
.table-legend:last {
  margin-right: 0;
}

.scrollable {
  overflow-y: auto !important;
}

.container-full-height:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.container-full-height .btn {
  display: inline-block;
  vertical-align: middle;
}

.tiptip_content {
  text-shadow: none;
  background: #1175af;
}

.session-container h5 {
  margin-bottom: 0;
}
.session-container table {
  border-top: 0;
}
.session-container .navigation .pull-right {
  float: none;
  text-align: center;
}

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

.main-content {
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.main-content: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;
}

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

.field {
  width: 41.1215%;
  float: left;
  margin-right: 0.93458%;
}

.field-title {
  width: 32.71028%;
  float: left;
  margin-right: 0.93458%;
}

.field-help {
  width: 15.88785%;
  float: left;
  margin-right: 0.93458%;
}

.field-actions {
  width: 7.47664%;
  float: right;
  margin-right: 0;
}

.audit-trail, .alert {
  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 li {
  width: 49.0566%;
  float: left;
  margin-bottom: 1.88679%;
}
.gallery li:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery li: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;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height: 25px;
  padding: 2px 6px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  color: black;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

label {
  margin-bottom: 0;
}

.input-block-level {
  min-height: 25px;
}

.field {
  line-height: 25px;
}

form .main-content {
  margin-top: 10px;
}
form .main-content .tab-row .nav {
  margin: 0;
}

.main-content h4 {
  margin-top: 0;
}
.main-content h5 {
  border-bottom: 3px solid #dfdfdf;
  padding-bottom: 10px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.main-content .form-grid {
  margin-bottom: 15px;
  background: white;
  padding: 1.0em;
  border: 1px solid #f1f1f1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0px 5px 5px 5px;
}
.main-content .form-grid .form-grid {
  margin-bottom: 5px;
  background: white;
  padding: 1.0em;
  border: 0;
  box-shadow: 0 0;
  border-radius: 0px;
}
.main-content .form-grid .form-field {
  padding-bottom: 2px;
  padding-top: 1px;
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 2px;
  color: #4d4d4d;
}
.main-content .form-grid .form-field:last-child {
  border-bottom: none;
}
.main-content .tab-content .form-grid {
  margin-bottom: 5px;
  background: white;
  padding: 1.0em;
  border: 0;
  box-shadow: 0 0;
  border-radius: 0px;
}
.main-content .fieldset .field-title {
  line-height: 23px;
  padding-right: 15px;
  padding-top: 4px;
}
.main-content .fieldset .field input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.main-content .fieldset .input-container.viewable-input {
  line-height: 23px;
  padding-top: 4px;
  color: black;
}
.main-content .fieldset .clear-value {
  padding-left: 0;
}
.main-content .fieldset .form-prefix, .main-content .fieldset .form-suffix {
  font-size: 12px;
}
.main-content .fieldset .form-suffix {
  margin-left: 5px;
}
.main-content .fieldset .form-decorators {
  display: inline-block;
}
.main-content .fieldset .state i {
  margin-top: 10px;
}
.main-content .fieldset .field-actions input {
  margin-top: 10px;
}
.main-content .fieldset .field-actions .btn-group:first-child {
  text-align: right;
  width: 20px;
  height: 20px;
  text-align: center;
}
.main-content .fieldset .field-actions .btn-group {
  float: right;
  width: 25px;
}
.main-content .fieldset .field-actions .btn {
  padding: 0;
  width: 100%;
  display: block;
  background: none;
  color: #c2c2c2;
  border-color: #dfdfdf;
}
.main-content .fieldset .field-actions .btn i {
  line-height: 20px;
}
.main-content .fieldset .field-actions .btn:hover {
  background: white;
}
.main-content .fieldset .field-actions .open .btn {
  color: white;
  background: #4d4d4d;
}
.main-content .fieldset .field-actions .dropdown-menu {
  padding: 0;
  right: 0;
  left: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.main-content .fieldset .field-actions .dropdown-menu li > a {
  padding: 3px 8px;
  text-align: right;
}
.main-content .fieldset .field-actions .dropdown-menu li > a:hover {
  background: #1175af;
}
.main-content .fieldset .field-actions .dropdown-menu li > a i {
  padding-left: 5px;
}
.main-content .form-column {
  border-bottom: 1px solid #dfdfdf;
}
.main-content .form-column .form-field {
  border-bottom: none;
}
.main-content .form-column .form-field:last-child {
  border-bottom: none;
}

textarea {
  resize: none;
}

select option {
  font-size: 12px;
}

.breadcrumb {
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  background: none;
}
.breadcrumb li {
  color: #4d4d4d;
}
.breadcrumb li:before {
  content: "> ";
  padding: 0 5px;
  color: #4d4d4d;
}
.breadcrumb li:first-child:before {
  content: "";
  padding: 0;
}
.breadcrumb li.active {
  color: #4d4d4d;
  font-weight: bold;
}

.audit-trail {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  background: none;
}
.audit-trail .title {
  background: #2ab27b;
  padding: 10px;
}
.audit-trail .close {
  right: 0;
  color: white;
  text-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding: 10px;
}
.audit-trail .close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.audit-trail h6 {
  text-shadow: none;
  color: white;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
.audit-trail .nav-list {
  padding: 0;
}
.audit-trail .nav-list .active a {
  background: #dfdfdf;
}
.audit-trail .nav-list .active a:hover {
  color: #4d4d4d;
  background: #dfdfdf;
  text-shadow: none;
}
.audit-trail .nav-list li {
  border-bottom: 1px solid #dfdfdf;
}
.audit-trail .nav-list li a {
  text-shadow: none;
  color: #4d4d4d;
  margin: 0;
}
.audit-trail .prettyprint.linenums {
  box-shadow: none;
  padding: 10px;
}
.audit-trail .prettyprint.linenums * {
  color: #4d4d4d;
}
.audit-trail .prettyprint.linenums .linenums {
  list-style-position: inside;
  margin: 0;
}
.audit-trail .prettyprint.linenums .linenums li {
  margin: 10px 0 20px;
}
.audit-trail .prettyprint.linenums .linenums p {
  line-height: 35px;
}
.audit-trail .prettyprint.linenums blockquote {
  margin: 0;
}
.audit-trail .prettyprint.linenums .lab {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #2ab27b;
  color: #2ab27b;
  font-weight: bold;
  background: none;
  padding: 5px;
  margin: 0 5px;
}
.audit-trail .prettyprint.linenums .lab.wrong {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.audit-trail .last-value {
  background: rgba(42, 178, 123, 0.15);
  color: #2ab27b;
  padding: 10px;
}

.nav-list .error {
  padding: 10px 0;
  font-size: 12px;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline, .radio.inline, .checkbox.inline {
  margin-left: 0;
  margin-right: 10px;
}
.radio.inline + .radio.inline:last-child, .checkbox.inline + .checkbox.inline:last-child, .radio.inline:last-child, .checkbox.inline:last-child {
  margin-right: 0;
}

.radio.inline {
  margin-left: 0;
  margin-right: 10px;
}
.radio.clear-value a {
  color: #4d4d4d;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.input-append, .input-prepend {
  width: 150px;
}
.input-append .add-on, .input-prepend .add-on {
  height: 25px;
}

.input-container.with-icon .icon-container {
  height: 30px;
  text-align: center;
}
.input-container.with-icon .icon-container i {
  line-height: 30px;
  display: block;
}

.form:last-child .form-field:last-child {
  border-bottom: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background: white;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.topbar-action .fa.fa-barcode {
  font-size: 25px;
  transform: translate(0, 5px);
}

.nice-append {
  display: inline-block;
}
.nice-append input {
  height: 25px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0px 0px 4px;
  margin-right: 0 !important;
  vertical-align: middle !important;
}
.nice-append button.btn {
  vertical-align: middle !important;
  padding: 0 10px;
  height: 25px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 4px 4px 0px;
  border: none;
  margin-left: -4px;
}

.topbar-action .nice-append input {
  margin-left: 10px !important;
  width: 250px;
}
.topbar-action .nice-append button.btn {
  background: #c2c2c2;
}
.topbar-action .dropdown.action-menu .btn {
  padding: 7px 10px;
  border: none;
  background: #c2c2c2;
}

.form-actions-container .btn {
  display: block;
  padding: 20px;
  margin: 5px;
}

.gallery {
  position: relative;
}
.gallery li {
  padding: 20px 40px 20px 20px;
  border: 1px solid #dfdfdf;
  position: relative;
  min-height: 100%;
  background: white;
}
.gallery li.dashed {
  border: 1px dashed #dfdfdf;
}
.gallery li span {
  display: inline-block;
}
.gallery li .btn-toolbar {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.gallery li .btn-toolbar .btn {
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  width: 25px;
  margin: 0;
}

.module-block {
  padding: 20px 20px 20px 20px;
  background: rgba(223, 223, 223, 0.4);
  margin: 10px 0;
}
.module-block h5 {
  margin-top: 0 !important;
}
.module-block .gallery li, .module-block table {
  background: white;
}

.form-actions {
  padding-left: 0px !important;
}

.form img {
  margin-bottom: 20px;
}

.magic-field .field-container {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 5px;
}
.magic-field .field-container textarea, .magic-field .field-container input[type="text"], .magic-field .field-container input[type="password"], .magic-field .field-container input[type="datetime"], .magic-field .field-container input[type="datetime-local"], .magic-field .field-container input[type="date"], .magic-field .field-container input[type="month"], .magic-field .field-container input[type="time"], .magic-field .field-container input[type="week"], .magic-field .field-container input[type="number"], .magic-field .field-container input[type="email"], .magic-field .field-container input[type="url"], .magic-field .field-container input[type="search"], .magic-field .field-container input[type="tel"], .magic-field .field-container input[type="color"], .magic-field .field-container select, .magic-field .field-container .uneditable-input {
  border: none;
  display: inline;
  box-shadow: none;
  width: auto;
}
.magic-field .field-container label {
  display: inline;
}
.magic-field .popup-menu {
  z-index: 100;
  position: absolute;
  margin-top: 10px;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-clip: padding-box;
  overflow: visible;
}
.magic-field .popup-menu .arrow {
  position: absolute;
  top: -5px;
  left: 31px;
  -webkit-transform: scaleY(0.8);
  -moz-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  transform: scaleY(0.8);
}
.magic-field .popup-menu .arrow:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.magic-field .popup-menu .arrow_shadow {
  position: absolute;
  top: -5px;
  left: 31px;
  -webkit-transform: scaleY(0.8);
  -moz-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  transform: scaleY(0.8);
}
.magic-field .popup-menu .arrow_shadow:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 0 0 0 1px #e0e0e0, 0 0 3px rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
}
.magic-field .popup-menu .auto-complete {
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  color: #3a3a3a;
  max-height: 534px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}
.magic-field .popup-menu .auto-complete header {
  background-color: #FAFAFA;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px;
}
.magic-field .popup-menu .auto-complete .scroll-wrapper {
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  color: #3a3a3a;
  max-height: 534px;
  overflow: hidden;
}
.magic-field .popup-menu .auto-complete .scroll-wrapper .section-header {
  position: relative;
  margin: 10px 18px 1px;
  background-color: #fff;
  position: relative;
  padding-right: .8rem;
  color: #929292;
}
.magic-field .popup-menu .auto-complete .scroll-wrapper .section-header .search_mini {
  font-size: .8rem;
  line-height: 1rem;
}
.magic-field .popup-menu .auto-complete .scroll-wrapper .section-header hr {
  position: absolute;
  left: 20px;
  right: 0;
  margin-top: .6rem;
  margin-bottom: 0;
}
.magic-field .popup-menu .auto-complete .scroll-wrapper ol {
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 0;
  list-style: none;
}
.magic-field .popup-menu .auto-complete .scroll-wrapper ol li {
  margin: 6px -6px 3px;
  padding-left: 6px;
  padding-right: 6px;
  min-height: 25px;
  line-height: 25px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.magic-field .popup-menu .auto-complete .scroll-wrapper ol li .autocomplete-touch {
  font-size: 0.6em;
  margin-right: 10px;
  color: #c2c2c2;
  border: 2px solid #c2c2c2;
  border-radius: 4px;
  padding: 2px 4px;
  line-height: 25px;
  magin: auto;
  vertical-align: top;
  font-variant: small-caps;
}
.magic-field .popup-menu .auto-complete .scroll-wrapper ol li .autocomplete-help {
  color: #808080;
  padding-left: 0.40rem;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

.footer a {
  color: #fff;
  margin: 0 10px;
  font-size: 10px;
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.footer a i {
  margin-right: 5px;
}

.sidebar-icon {
  background: #dfdfdf;
}
.sidebar-icon .nav li {
  border: none;
}
.sidebar-icon .nav li a {
  padding: 18px 0;
  display: block;
  color: #4d4d4d;
  font-weight: bold;
}
.sidebar-icon .nav li a span {
  line-height: 14px;
}
.sidebar-icon .nav li a i {
  color: #aaaaaa;
}
.sidebar-icon .nav li i {
  display: block;
  text-align: center;
  font-size: 2em;
  margin-right: 0 !important;
}
.sidebar-icon .nav li .nav-label {
  text-align: center;
  display: block;
}
.sidebar-icon .nav li.logo a {
  padding: 0;
  height: 60px;
}
.sidebar-icon .nav li.logo i {
  line-height: 60px;
}
.sidebar-icon .nav li.active {
  border: none;
  background: #1175af;
}
.sidebar-icon .nav li.active a {
  color: #fff;
}
.sidebar-icon .nav li.active a i {
  color: #fff;
}

.nav.pull-right-absolute {
  float: none !important;
  left: inherit;
  position: absolute;
  right: 0;
}

.topbar-action {
  background: #f1f1f2;
  position: absolute;
  height: 40px;
  line-height: 40px;
  margin-bottom: 1px;
  padding: 0 10px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  overflow: initial;
}
.topbar-action h1 {
  display: inline-block;
  font-weight: bold;
  margin: 0px;
  line-height: 38px;
  padding: 0;
  float: left;
  color: #aaaaaa;
}
.topbar-action .dropdown {
  margin-top: 5px;
  float: left;
}
.topbar-action .status {
  float: right;
  padding-right: 10px;
  font-size: 11px;
}
.topbar-action .status .alert {
  height: 38px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 0;
  border: 0;
}
.topbar-action .status .alert-success {
  display: inline-block;
  padding: 0 20px;
}
.topbar-action .status .alert-success .btn {
  margin: 0 10px;
}
.topbar-action input {
  margin: 0 10px 0 0;
  height: 25px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: baseline;
}

.topbar-main {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 999;
  margin-bottom: 0;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* ----- DROPDOWNS ----- */
}
.topbar-main .brand {
  padding: 0;
  margin-left: 0;
  text-shadow: none;
  border-right: 0;
  text-align: left;
  width: 260px;
}
.topbar-main .brand img {
  height: 60px;
}
.topbar-main .nav {
  float: none;
}
.topbar-main .nav li a {
  font-size: 15px;
  font-weight: bold;
  line-height: 60px;
  color: #c2c2c2;
  border-left: 1px solid #dfdfdf;
}
.topbar-main .nav li a.back-link {
  color: #aaaaaa;
  width: 260px;
}
.topbar-main .nav li a.back-link:hover {
  color: #4d4d4d;
}
.topbar-main .nav li:last-child {
  border-right: 1px solid #dfdfdf;
}
.topbar-main .nav li i {
  padding-top: 5px;
  display: inline-block;
  font-size: 26px;
  text-align: center;
}
.topbar-main .nav li .dropdown-menu li a {
  line-height: 20px;
}
.topbar-main .nav li .dropdown-menu li a:hover {
  background-color: #f1f1f2;
}
.topbar-main .nav .brand:last-child {
  border-right: 0;
}
.topbar-main .nav.icon-big a {
  line-height: 0;
}
.topbar-main .nav.icon-big i {
  display: block;
}
.topbar-main .nav li a {
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #aaaaaa;
}
.topbar-main .nav li a:hover {
  text-decoration: underline;
  background: #f1f1f2;
}
.topbar-main .nav li a a {
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4d4d4d;
}
.topbar-main .nav > li.active, .topbar-main .nav > li.active:hover {
  color: #4d4d4d;
  text-decoration: underline;
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topbar-main .nav > li.active a, .topbar-main .nav > li.active:hover a {
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}
.topbar-main .nav > li.active:after, .topbar-main .nav > li.active:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 8px solid white;
  border-color: transparent transparent #dfdfdf transparent;
  bottom: 0px;
  left: 50%;
  margin-left: -8px;
}
.topbar-main .nav > li > a {
  padding: 0 9px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
}
.topbar-main .off-canvas-btn a {
  padding: 0 10px !important;
}
.topbar-main .off-canvas-btn a i {
  font-size: 20px;
  padding-top: 20px;
  display: inline-block !important;
}
.topbar-main .off-canvas-btn a span {
  vertical-align: super;
}
.topbar-main .off-canvas-btn.active:after {
  border-color: transparent transparent #f1f1f2 transparent !important;
}
.topbar-main .dropdown-menu,
.topbar-main .infos-user .dropdown-menu,
.topbar-main infos-patient .dropdown-menu {
  padding: 10px;
  min-width: 145px;
}
.topbar-main .dropdown-menu li,
.topbar-main .infos-user .dropdown-menu li,
.topbar-main infos-patient .dropdown-menu li {
  text-align: left;
  display: block;
  cursor: pointer;
}
.topbar-main .dropdown-menu li span,
.topbar-main .infos-user .dropdown-menu li span,
.topbar-main infos-patient .dropdown-menu li span {
  color: #808080;
}
.topbar-main .dropdown-menu li div,
.topbar-main .infos-user .dropdown-menu li div,
.topbar-main infos-patient .dropdown-menu li div {
  font-size: 13px;
  color: #4d4d4d;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.topbar-main .dropdown-menu li a,
.topbar-main .infos-user .dropdown-menu li a,
.topbar-main infos-patient .dropdown-menu li a {
  line-height: 30px;
  padding: 3px 10px;
  display: block;
  color: #4d4d4d;
}
.topbar-main .dropdown-menu li a:hover,
.topbar-main .infos-user .dropdown-menu li a:hover,
.topbar-main infos-patient .dropdown-menu li a:hover {
  background-color: #f1f1f2;
}
.topbar-main .dropdown-menu li:hover,
.topbar-main .infos-user .dropdown-menu li:hover,
.topbar-main infos-patient .dropdown-menu li:hover {
  background: transparent;
}
.topbar-main .infos-user {
  list-style: none;
  line-height: 60px;
  margin: 0 8px 0 0;
}
.topbar-main .infos-user .btn {
  margin-top: 0;
}
.topbar-main .infos-user li {
  line-height: inherit;
  padding: 0 5px;
  display: inline-block;
}
.topbar-main .infos-user li.separator {
  border-right: 1px solid #fff;
}
.topbar-main .infos-user li:hover {
  background: transparent;
  background-image: none;
}
.topbar-main .infos-user li a {
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.topbar-main .infos-user li a i {
  color: #dfdfdf;
}
.topbar-main .infos-user li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.topbar-main .infos-user li a:hover i {
  color: #4d4d4d;
}
.topbar-main .infos-user li.messages i {
  margin-right: 5px;
}
.topbar-main .infos-user li.dopdown a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}
.topbar-main .infos-user li.dopdown a:hover i {
  color: #4d4d4d;
}
.topbar-main .nav li.infos-patient {
  position: relative;
  line-height: inherit;
  display: inline-block;
}
.topbar-main .nav li.infos-patient a {
  padding: 0 10px;
  color: #4d4d4d;
  border-left: 1px solid #dfdfdf;
  display: block;
  font-weight: bold;
  font-size: 12px;
}
.topbar-main .nav li.infos-patient a.dropdown-toggle {
  margin: 0;
}
.topbar-main .nav li.infos-patient a .name {
  color: #fff;
  margin-right: 5px;
}
.topbar-main .nav li.infos-patient a:hover {
  text-decoration: none;
}
.topbar-main .nav li.infos-patient i {
  font-size: 12px;
}
.topbar-main .nav li.infos-patient i.big {
  font-size: 24px;
}

.footer-actions {
  border-top: 1px solid #dfdfdf;
  position: absolute;
  top: auto;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
}
.footer-actions h1 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
  line-height: 40px;
  padding: 0;
  float: left;
}
.footer-actions .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

#main-content {
  -moz-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.off-navigation {
  position: absolute;
  right: -280px;
  width: 280px;
  top: 60px;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  padding: 10px;
  -moz-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.off-navigation .close-off-nav {
  float: right;
  text-align: center;
  display: block;
  color: #808080;
}
.off-navigation .close-off-nav i {
  width: 20px;
  line-height: 20px;
  font-size: 1.5em;
}
.off-navigation h4 {
  margin-top: 0;
  padding-right: 30px;
  color: #808080;
}
.off-navigation li {
  margin-bottom: 10px;
}

.off-nav-opened #main-content {
  right: 280px;
}
.off-nav-opened .off-navigation {
  right: 0;
}

.tabs-left .nav-tabs {
  width: 200px;
  margin-right: -1px;
}
.tabs-left .tab-content {
  border: 1px solid #ddd;
  min-height: 530px;
}
.tabs-left form {
  padding: 20px;
}

.tab-row .nav {
  margin-bottom: 0;
}

/* ----- LOGIN Page ----- */
.login {
  background-color: white;
}
.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: #dfdfdf;
  color: #4d4d4d;
  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 .login-footer .nav-list li {
  display: inline-block;
  font-size: 12px;
}
.login .modal-login .login-footer .nav-list li a {
  text-shadow: none;
  color: #4d4d4d;
  margin: 0;
}
.login .modal-login .login-footer .nav-list li a:hover {
  background: none;
  text-decoration: underline;
  color: #4d4d4d;
}

.success-container {
  text-align: center;
  bottom: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #dfdfdf;
}
.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;
}

/* ----- TIMELINE ----- */
.timeline-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 350px;
  background-color: #fff;
  border-right: 1px solid #c2c2c2;
  padding-top: 5px;
  padding-right: 5px;
}
.timeline-container .nav-list > li {
  margin-bottom: 10px;
  line-height: 15px;
}
.timeline-container .nav-list, .timeline-container .nav-list > li > a {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #808080;
}
.timeline-container .nav-list .timeline-image, .timeline-container .nav-list > li > a .timeline-image {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 3px solid #1175af;
  color: #1175af;
  background-color: white;
  font-size: 16px;
  text-align: center;
  padding-top: 2px;
}
.timeline-container .nav-list > li > a:hover, .timeline-container .nav-list > .active > a, .timeline-container .nav-list > .active > a:hover {
  background-color: transparent;
}
.timeline-container .nav-list > li > a:hover .timeline-content, .timeline-container .nav-list > .active > a .timeline-content, .timeline-container .nav-list > .active > a:hover .timeline-content {
  background-color: #f9f9f9;
  color: #4d4d4d;
  text-shadow: none;
}
.timeline-container .nav-list > li > a:hover .timeline-content .arrow:after, .timeline-container .nav-list > .active > a .timeline-content .arrow:after, .timeline-container .nav-list > .active > a:hover .timeline-content .arrow:after {
  border-right-color: #f9f9f9;
}
.timeline-container .nav-list > li > a:hover .timeline-image, .timeline-container .nav-list > .active > a .timeline-image, .timeline-container .nav-list > .active > a:hover .timeline-image {
  background-color: #1175af;
  border-color: #1175af;
  color: white;
}

.timeline-detail-container {
  position: absolute;
  top: 0;
  left: 350px;
}

.main-content .timeline-content {
  position: relative;
  left: 50px;
  padding: 5px;
  width: 295px;
  border: 1px solid #dfdfdf;
  font-size: 0.75em;
  margin-right: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.main-content .timeline-content h5 {
  margin: 3px;
  font-variant: small-caps;
  padding-bottom: 2px;
}
.main-content .timeline-content p {
  margin: 0;
}
.main-content .timeline-content .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 15px;
  left: -22px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
  border-width: 11px;
}
.main-content .timeline-content .arrow:after {
  bottom: -10px;
  left: -9px;
  border-color: transparent;
  border-right-color: #ffffff;
  border-left-width: 0;
  border-width: 10px;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-container:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 21px;
  bottom: 10px;
  width: 2px;
  background: #1175af;
}

.timeline-block {
  position: relative;
}

.timeline-image {
  position: absolute;
  left: 8px;
  top: 13px;
}

.timeline-date {
  color: #1175af;
}

/* ----- TABLES ----- */
table {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
table tr.active td {
  color: #1175af;
}
table tr.active td a {
  color: #1175af;
}
table th, table td {
  line-height: 16px;
}
table .headers {
  font-size: 14px;
}
table tbody {
  font-size: 14px;
}
table .table-striped tbody > tr:nth-child(odd) > td, table .table-striped tbody > tr:nth-child(odd) > th {
  background: white;
}
table span.badge {
  padding: 5px;
}
table.table-center td {
  text-align: center;
}
table a {
  color: #4d4d4d;
}
table a:hover {
  color: #4d4d4d;
}
table.todo td {
  padding-top: 10px;
  padding-bottom: 10px;
}
table.todo i {
  float: left;
  margin-right: 5px;
  color: #eb4d5c;
}
table.todo thead {
  display: none;
}
table.todo .todoPatient {
  display: block;
  color: #4d4d4d;
}
table.todo .todoDate {
  display: block;
  color: #4d4d4d;
}
table.todo .todoPeriod {
  color: #1c84c6;
}

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;
}

.tree {
  margin: 0;
  font-size: 12px;
}
.tree li {
  list-style: none;
}
.tree li.active > a {
  background: #083752 !important;
  color: #fff;
}
.tree li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
.tree li a .level-label {
  width: 80%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tree li a .level-label:hover {
  text-decoration: underline;
}
.tree li a.title {
  color: #97d2f5;
}
.tree li.nav-header {
  text-shadow: none;
  font-variant: small-caps;
  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;
}

.second-level .tree li {
  list-style: none;
}
.second-level .tree li.active > a {
  background: #aaaaaa !important;
  color: #fff;
}
.second-level .tree li a {
  color: #808080;
}
.second-level .tree li.title {
  color: #aaaaaa;
}
.second-level .tree.nav-header {
  text-shadow: none;
  font-variant: small-caps;
  padding: 3px 15px 3px 0;
}
.second-level .tree.nav-header a {
  color: #aaaaaa;
}

/* ----- Widgets ----- */
.ui-widget-header {
  background: #dfdfdf;
  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: #f8ac59;
}

.text-error {
  color: #eb4d5c;
}

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

.alert-success {
  color: #2ab27b;
  background-color: white;
  border-color: white;
}
.alert-success i {
  color: #2ab27b;
}
.alert-success .btn, .alert-success .btn.btn-link {
  background: #2ab27b;
  color: white;
  border: 1px solid #2ab27b;
}
.alert-success .btn:hover, .alert-success .btn.btn-link:hover {
  background: white;
  color: #2ab27b;
  border: 1px solid #2ab27b;
}

.alert-info {
  text-shadow: none;
  color: #1175af;
  background-color: #f4fafe;
  border-color: #f4fafe;
}

.text-success {
  color: #2ab27b;
}

.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: #808080;
}

.badge-primary, .label-primary {
  background: #1175af;
}

.badge-success, .label-success {
  background: #2ab27b;
}

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

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

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

.badge-inverse, .label-inverse {
  background: #4d4d4d;
}

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

/* ----- BUTTONS ----- */
button.big {
  margin-bottom: 20px;
}

.button, .btn {
  padding: 3px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background: #dfdfdf;
  color: #4d4d4d;
  border: 1px solid #dfdfdf;
}
.button:hover, .btn:hover {
  background: #fff;
  color: #4d4d4d;
  text-decoration: none;
}
.button.active, .button:active, .btn.active, .btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button.btn-info, .btn.btn-info {
  background: #23c6c8;
  color: white;
  border-color: #23c6c8;
}
.button.btn-info:hover, .btn.btn-info:hover {
  background: white;
  color: #23c6c8;
}
.button.btn-success, .btn.btn-success {
  background: #2ab27b;
  color: white;
  border-color: #2ab27b;
}
.button.btn-success:hover, .btn.btn-success:hover {
  background: white;
  color: #2ab27b;
}
.button.btn-warning, .btn.btn-warning {
  background: #f8ac59;
  color: white;
  border-color: #f8ac59;
}
.button.btn-warning:hover, .btn.btn-warning:hover {
  background: white;
  color: #f8ac59;
}
.button.btn-danger, .btn.btn-danger {
  background: #eb4d5c;
  color: white;
  border-color: #eb4d5c;
}
.button.btn-danger:hover, .btn.btn-danger:hover {
  background: white;
  color: #eb4d5c;
}
.button.btn-inverse, .btn.btn-inverse {
  background: #4d4d4d;
  color: white;
  border-color: #4d4d4d;
}
.button.btn-inverse:hover, .btn.btn-inverse:hover {
  background: white;
  color: #4d4d4d;
}
.button.btn-link, .btn.btn-link {
  background: none;
  color: #1175af;
  border-color: none;
}
.button.btn-link:hover, .btn.btn-link:hover {
  background: none;
  border: none;
  color: #1175af;
  text-decoration: underline;
}
.button.btn-primary, .btn.btn-primary {
  background: #1175af;
  color: white;
  border-color: #1175af;
}
.button.btn-primary:hover, .btn.btn-primary:hover {
  background: white;
  color: #1175af;
}
.button.btn-transparent, .btn.btn-transparent {
  background: none;
  color: #4d4d4d;
  border-color: #dfdfdf;
}
.button.btn-transparent:hover, .btn.btn-transparent:hover {
  background: white;
}

.btn-group.open .btn.dropdown-toggle {
  background: #dfdfdf;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2ab27b;
}

.btn-toolbar a {
  border: none;
}

.main-topbar .btn-group {
  width: 100%;
  height: 34px;
}
.main-topbar .btn-group button {
  width: 100%;
  height: 100%;
}

.big-btn {
  width: 100%;
  padding: 10px !important;
  margin: 10px 0;
}

/* ----- ERROR FULL SCREEN ----- */
.screen-error-size {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(77, 77, 77, 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(77, 77, 77, 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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
#modalbac .modal {
  position: absolute;
}

/* Modals */
@media (min-width: 768px) and (max-width: 979px) {
  .modal.modal-large {
    width: 650px;
    margin-left: -325px;
  }

  .modal.modal-xlarge {
    width: 740px;
    margin-left: -370px;
  }

  .modal.modal-xxlarge {
    width: 830px;
    margin-left: -415px;
  }
}
@media (min-width: 980px) {
  .modal.modal-large {
    width: 700px;
    margin-left: -350px;
  }

  .modal.modal-xlarge {
    width: 840px;
    margin-left: -420px;
  }

  .modal.modal-xxlarge {
    width: 980px;
    margin-left: -490px;
  }
}
.modal.modal-fit .modal-body {
  max-height: none !important;
}

.modal.modal-tall .modal-body {
  max-height: 500px !important;
}

.modal.modal-xtall .modal-body {
  max-height: 600px !important;
}

.modal.modal-xxtall .modal-body {
  max-height: 700px !important;
}

/* ----- WIZARD ----- */
.wizard-container .wizard {
  background: #f1f1f2;
  padding-top: 5px;
  padding-left: 20px;
  padding-left: 20px;
}
.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 {
  padding-bottom: 3px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wizard-container .nav-tabs > li > a h4 {
  margin: 0;
}
.wizard-container .nav-tabs > li > a small {
  font-size: 11px;
}

.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: #aaaaaa;
  padding: 4px 5px;
  margin: 0 5px;
}
.nice-pagination ul > li a:hover {
  background: none;
  color: #4d4d4d;
}
.nice-pagination ul > li.active > a, .nice-pagination ul > li.active > span {
  background: none;
  font-weight: bold;
  color: #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
}

.stat-container .stat-value {
  text-align: center;
  background-color: #2ab27b;
  border-radius: 5px;
  color: white;
  padding: 5px;
  padding-top: 20px;
  height: 75px;
  width: 90px;
  line-height: 70px;
  margin: auto;
  vertical-align: middle;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #175f42;
}
.stat-container .stat-legend {
  font-size: 0.75em;
  color: #c2c2c2;
  text-align: center;
}

.form-field.error .input-container:after {
  position: absolute;
  font-size: 18px;
  left: -10px;
  top: -10px;
  content: "*";
  color: #fc6042;
}

.table-form .form-field.error .input-container:after {display: none;}

.form-field.error input {
  border-color: #fc6042;
}

.form-field.muted .field-title {
  color: #AFAFAF;
}

.field {
  position: relative;
}

.form-field .wicket-ajax-indicator {
  position: absolute;
  top: 5px;
  left: -20px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, .uneditable-input {
}

.modal-body.main-content {
  position: relative;
  max-height: 450px;
  padding: 15px;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.norecords-td {
  color: #C6C6C6;
}

.main-content h4 {
  margin-top: 30px;
  /*nglatt*/
}

.main-content h5 {
  border-bottom: 3px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sidebar-tree span.badge {
  /*nglatt*/
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  border-radius: 100px !important;
  text-shadow: none;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
  text-align: center;
}

.form-field.error .input-container:after {
  position: absolute;
  font-size: 18px;
  left: -20px;
  top: 4px;
  content: "*";
  color: #fc6042;
}

.main-content h4:first-child {
  margin-top: 5px;
}

.main-content .tab-content {
  background-color: white;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px;
}

.topbar-main .nav li.infos-patient a {
  font-size: 1.1em;
}

.main-content .tab-row li a h6 {
  font-size: 16px;
  font-weight: 900;
}

li.infos-patient .dropdown-menu .btn.btn-link {
  border: 0;
  font-weight: normal;
  text-align: left;
  font-size: 13px;
}

.tree li a.deleted .level-label, .tree li a.deleted:hover .level-label {
  text-decoration: line-through;
}

table.table-form {
  border: 0;
}

.table th, .table.table-form td {
  padding: 4px;
}

.main-content .table-form .form-field {
  border: 0;
}

.main-content .table-form .fieldset .field {
  width: 95%;
}

.main-content .table-form .fieldset .field.field-title {
  width: 100%;
}

.main-content .fieldset .field input[type="checkbox"] {
  margin: 2px 0 0;
}

.table-form .form-field.error .input-container:after {
  left: 0px;
}

.table-form tr label.text-info {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

.topbar-action h1 {
  float: none;
  position: absolute;
  left: 8px;
  right: 300px;
  width: 55%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.topbar-action .status {
  margin-right: -20px;
}

table .btn-link {
  border: 0;
  font-size: 1.0em;
}

.list-actions {
  position: absolute;
  right: 2px;
  top: 2px;
}

.nav.nav-list li {
  position: relative;
}

.button-bar {
  padding: 10px;
}

.main-content .form-grid .form-grid.notitle {
  padding: 20px;
  background-color: #f9f9f9;
  position: relative;
  border: 1px solid #f1f1f2;
  margin-top: 10px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.main-content .form-grid .form-grid.notitle:before {
  position: absolute;
  top: -10px;
  left: 50px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f1f1f2;
  border-left: 10px solid transparent;
  border-bottom-color: #f1f1f2;
  content: '';
}

.main-content .form-grid .form-grid h4:first-child {
  font-size: 15px;
}

.form-columns div:first-child .form-grid {
  padding-right: 10px;
}

.main-content .form-columns .form-field {
  border: 0;
}

.main-content .form-columns {
  border-bottom: 1px solid #f1f1f2;
}

.pagination-small {
  margin: 0;
}
