@charset "UTF-8";
/*!
 *
 * Angle - Bootstrap Admin App + jQuery
 *
 * Version: 3.8.3
 * Author: @themicon_co
 * Website: http://themicon.co
 * License: https://wrapbootstrap.com/help/licenses
 *
 */
/* [Table of contents]

1. Bootstrap reset
  1.1 bootstrap
  1.2 bootstrap-reset

2. Typography
  2.1 typo

3. Layout
  3.1 layout / .wrapper .content-wrapper
  3.2 top-navbar / .top-navbar
  3.3 sidebar / .sidebar
  3.4 offsidebar / .offsidebar

4. Components
  4.1  button-extra
  4.2  placeholder / .box-placeholder
  4.3  panels
  4.4  progress-extra
  4.5  radial-bar / .radial-bar
  4.6  user-block / .user-block
  4.7  circles / .circle
  4.8  timeline / .timeline
  4.9  dropdown-extra
  4.10 row-extra / .row-table .row-flush
  4.11 half-float / .half-float
  4.12 masonry-grid / .row-masonry
  4.13 widget / .widget
  4.14 typeahead / .typeahead-ctrl
  4.15 animate
  4.16 table-grid
  4.17 todo / .todo
  4.18 nestable

5. Charts
  5.1 chart-flot / .flot-chart
  5.2 chart-easypie / .easypie-chart

6. Form elements
  6.1 form-elements
  6.2 form-validation
  6.3 form-tags
  6.4 form-wizard
  6.5 form-imgcrop

7. Tables
  7.1 datatable
  7.2 table-extras
  7.3 jqgrid

8. Plugins
  8.1 plugins
  8.2 slim-scroll / .slimScrollBar
  8.3 alerts / .alerts
  8.4 notifiy / .notifiy
  8.5 calendar / .fc-*
  8.6 spinner / .whirl
  8.7 gmap / .gmap
  8.8 vector-map / vector-map
  8.9 portlets / .portlet
  8.10 weahter icons

9. Utilities
  9.1 utils

10. Print CSS
  10.1 print

11. Settings
  11.1 settings

12. Documentation
  12.1 docs
 */
/* ========================================================================
     Component: media-queries
 ========================================================================== */
/* ========================================================================
     Component: bootstrap-reset
 ========================================================================== */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);
*:focus {
  outline: 0 !important; }

a {
  outline: none !important; }
  a.text-muted:hover, a.text-muted:focus {
    color: #748690; }

hr {
  border-top: 1px solid #e4eaec; }

[data-now] {
  display: inline-block; }

.list-group {
  line-height: 1.3; }
  .list-group .list-group-item {
    padding: 10px; }
    .panel > .list-group .list-group-item {
      border-top: 0; }

.navbar-toggle .icon-bar {
  background-color: #fff; }

.page-header {
  border-bottom-color: #e4eaec; }

.panel .panel-heading {
  border-bottom: 0;
  font-size: 14px; }
  .panel .panel-heading a {
    text-decoration: none !important; }

.panel.panel-default {
  border-top-width: 3px; }

.well {
  border: 1px solid #dde6e9; }

.jumbotron {
  border: 1px solid #dde6e9; }
  @media only screen and (min-width: 768px) {
    .jumbotron {
      padding: 30px 15px; } }

.nav-tabs > li > a {
  font-weight: bold;
  color: #515253;
  background-color: #edf1f2;
  margin: 0;
  border: 1px solid #dde6e9;
  border-radius: 0;
  padding: 10px 20px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: inherit;
  border-bottom-color: #fff; }

.tab-content {
  padding: 10px 20px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #dde6e9; }
  .nav-pills + .tab-content {
    border: 0;
    padding: 0; }

.btn {
  border-radius: 3px;
  font-size: 13px;
  border-color: transparent;
  -webkit-appearance: none;
  outline: none !important;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }
  .btn.btn-link {
    box-shadow: none;
    border: 0; }
  .btn.btn-default {
    border-color: #eaeaea; }
  .input-group .btn {
    font-size: 14px;
    border-color: #dde6e9; }
  .input-group .input-sm + .input-group-btn .btn {
    font-size: 13px; }

.form-control {
  box-shadow: 0 0 0 #000 !important; }

.input-sm,
select.input-sm {
  height: 31px; }

fieldset {
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px; }
  fieldset.last-child, fieldset:last-child {
    border-bottom: 0; }
  fieldset .form-group {
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none; } }

.table > thead > tr > th {
  border-bottom-width: 1px; }

.table > tbody + tbody {
  border-bottom-width: 1px; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px; }

.progress {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  background-color: #fff; }
  .progress .progress-bar {
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000; }

.popover {
  box-shadow: 0 0 0 #000;
  border-color: #eee;
  border-bottom: 2px solid #e4eaec;
  border-radius: 3px; }
  .popover .popover-title {
    border: 0; }

.nav.nav-pills .active > a {
  background-color: #2b957a; }

.dropdown-menu {
  border-radius: 3px; }

.dropdown-header {
  color: #a1a2a3; }

.navbar-top .navbar-nav > .active > a {
  color: #999; }
  .navbar-top .navbar-nav > .active > a:hover, .navbar-top .navbar-nav > .active > a:focus {
    color: #d1d2d3; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #666; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #222; }

.carousel .carousel-indicators {
  bottom: 0; }

.carousel .carousel-control.left, .carousel .carousel-control.right {
  background-image: none; }

.carousel .carousel-control em {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px; }

.modal-backdrop {
  position: fixed;
  bottom: 0; }

.topnavbar,
.navbar,
.navbar .dropdown-menu {
  filter: none !important; }

.glyphicon {
  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; }
  .glyphicon.glyphicon-chevron-right:before {
    content: ""; }
  .glyphicon.glyphicon-chevron-left:before {
    content: ""; }
  .glyphicon.glyphicon-chevron-up:before {
    content: ""; }
  .glyphicon.glyphicon-chevron-down:before {
    content: ""; }
  .glyphicon.glyphicon-folder-open:before {
    content: ""; }

/* ========================================================================
     Component: typo
 ========================================================================== */
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #656565; }

h1, h2, h3, h4 {
  font-weight: bold; }

/* ========================================================================
     Component: layout
 ========================================================================== */
html {
  /* $replace rtl */
  direction: ltr;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

html, body, #app {
  height: 100%; }

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden; }
  .wrapper.ng-leave {
    display: none; }
  .wrapper > .aside {
    position: absolute;
    width: 180px;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 116;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff; }
    .wrapper > .aside .aside-inner {
      padding-top: 110px;
      height: 100%;
      width: 180px;
      overflow: hidden; }
    .wrapper > .aside > .nav-floating {
      left: inherit;
      margin-left: 180px;
      z-index: 1110;
      min-width: 190px;
      overflow: auto; }
  .wrapper .dropdown-backdrop {
    z-index: 109; }
  .wrapper > section {
    position: relative;
    height: 100%;
    margin-left: 0;
    z-index: 111;
    background-color: #f5f7fa;
    margin-bottom: 60px !important; }
  .wrapper > footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #e4eaec;
    padding: 20px;
    z-index: 109; }
    .wrapper > footer > p {
      margin: 0; }

.modal-open .wrapper {
  z-index: 0; }

.content-wrapper {
  padding: 15px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -1px; }
  .content-wrapper > .unwrap {
    margin: -15px; }
    @media only screen and (min-width: 768px) {
      .content-wrapper > .unwrap {
        margin: -20px; } }
  .content-wrapper > h3,
  .content-wrapper > .content-heading {
    font-size: 28px;
    line-height: 1.1;
    color: #929292;
    margin: -15px;
    margin-bottom: 20px;
    padding: 15px;
    font-weight: normal;
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2; }
    .content-wrapper > h3 > small,
    .content-wrapper > .content-heading > small {
      display: block;
      font-size: 12px;
      color: #909FA7; }
  .content-wrapper > button, .content-wrapper > .btn {
    margin: 10px 10px 0 0; }
  .content-wrapper .container,
  .content-wrapper .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 768px) {
    .content-wrapper {
      padding: 20px; }
      .content-wrapper > h3,
      .content-wrapper > .content-heading {
        margin: -20px;
        margin-bottom: 20px;
        padding: 20px; }
      .content-wrapper > button, .content-wrapper > .btn {
        margin: 0; } }

@media only screen and (min-width: 768px) {
  body {
    min-height: 100%; }
  .wrapper > .aside .aside-inner {
    padding-top: 55px; }
  .wrapper > section,
  .wrapper > footer {
    margin-left: 180px; }
  .wrapper > section.has-sidebar-right {
    margin-right: 200px; }
    .wrapper > section.has-sidebar-right + .offsidebar {
      z-index: 1; } }

@media only screen and (max-width: 767px) {
  .wrapper > .aside {
    margin-left: -180px; }
  .aside-toggled .wrapper > section,
  .aside-toggled .wrapper > footer {
    margin-left: 180px; }
  .aside-toggled .wrapper > .aside {
    margin-left: 0; }
  .csstransforms3d .wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
    .csstransforms3d .wrapper > section,
    .csstransforms3d .wrapper > footer {
      margin-left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 0.3s ease;
      -moz-transition: -moz-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      transition: transform 0.3s ease; }
    .csstransforms3d .wrapper > .aside {
      margin-left: 0;
      -webkit-transform: translate3d(-180px, 0, 0);
      transform: translate3d(-180px, 0, 0);
      -webkit-transition: -webkit-transform 0.3s ease;
      -moz-transition: -moz-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      transition: transform 0.3s ease; }
  .csstransforms3d .aside-toggled .wrapper > section,
  .csstransforms3d .aside-toggled .wrapper > footer {
    -webkit-transform: translate3d(180px, 0, 0);
    transform: translate3d(180px, 0, 0); }
  .csstransforms3d .aside-toggled .wrapper > .aside {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media only screen and (max-width: 767px) {
  .aside-collapsed .wrapper > .aside {
    margin-left: -70px; }
  .aside-collapsed.aside-toggled .wrapper > section,
  .aside-collapsed.aside-toggled .wrapper > footer {
    margin-left: 70px; }
  .aside-collapsed.aside-toggled .wrapper > .aside {
    margin-left: 0; }
  .csstransforms3d .aside-collapsed .wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
    .csstransforms3d .aside-collapsed .wrapper > section,
    .csstransforms3d .aside-collapsed .wrapper > footer {
      margin-left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 0.3s ease;
      -moz-transition: -moz-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      transition: transform 0.3s ease; }
    .csstransforms3d .aside-collapsed .wrapper > .aside {
      margin-left: 0;
      -webkit-transform: translate3d(-70px, 0, 0);
      transform: translate3d(-70px, 0, 0);
      -webkit-transition: -webkit-transform 0.3s ease;
      -moz-transition: -moz-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      transition: transform 0.3s ease; }
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper > section,
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper > footer {
    -webkit-transform: translate3d(70px, 0, 0);
    transform: translate3d(70px, 0, 0); }
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper > .aside {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.aside-collapsed {
  overflow-y: auto; }
  .aside-collapsed .wrapper > .aside, .aside-collapsed .wrapper > .aside > .aside-inner {
    width: 70px; }
  .aside-collapsed .wrapper > .aside > .nav-floating {
    margin-left: 70px; }

@media only screen and (min-width: 768px) {
  .aside-collapsed .wrapper > section,
  .aside-collapsed .wrapper > footer {
    margin-left: 70px; } }

@media only screen and (max-width: 767px) {
  .aside-collapsed-text .wrapper > .aside {
    margin-left: -90px; }
  .aside-collapsed-text.aside-toggled .wrapper > section,
  .aside-collapsed-text.aside-toggled .wrapper > footer {
    margin-left: 90px; }
  .aside-collapsed-text.aside-toggled .wrapper > .aside {
    margin-left: 0; }
  .csstransforms3d .aside-collapsed-text .wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
    .csstransforms3d .aside-collapsed-text .wrapper > section,
    .csstransforms3d .aside-collapsed-text .wrapper > footer {
      margin-left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 0.3s ease;
      -moz-transition: -moz-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      transition: transform 0.3s ease; }
    .csstransforms3d .aside-collapsed-text .wrapper > .aside {
      margin-left: 0;
      -webkit-transform: translate3d(-90px, 0, 0);
      transform: translate3d(-90px, 0, 0);
      -webkit-transition: -webkit-transform 0.3s ease;
      -moz-transition: -moz-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      transition: transform 0.3s ease; }
  .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper > section,
  .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper > footer {
    -webkit-transform: translate3d(90px, 0, 0);
    transform: translate3d(90px, 0, 0); }
  .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper > .aside {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.aside-collapsed-text {
  overflow-y: auto; }
  .aside-collapsed-text .wrapper > .aside, .aside-collapsed-text .wrapper > .aside > .aside-inner {
    width: 90px; }
  .aside-collapsed-text .wrapper > .aside > .nav-floating {
    margin-left: 90px; }

@media only screen and (min-width: 768px) {
  .aside-collapsed-text .wrapper > section,
  .aside-collapsed-text .wrapper > footer {
    margin-left: 90px; } }

@media (max-width: 1140px) {
  .layout-fixed.aside-toggled, .layout-fixed.offsidebar-open {
    overflow-y: hidden; } }

.layout-fixed .wrapper {
  /* only applied to sidebar */ }
  .layout-fixed .wrapper .topnavbar-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 121; }
  .layout-fixed .wrapper > aside {
    position: fixed; }
  .layout-fixed .wrapper > .aside {
    /* safari fix */
    height: 1px;
    min-height: 100%;
    /* ios blanks space fix */ }
    .layout-fixed .wrapper > .aside > .aside-inner {
      position: fixed;
      top: 0;
      bottom: 0; }
  .layout-fixed .wrapper > section {
    margin-top: 114px; }
    @media only screen and (min-width: 768px) {
      .layout-fixed .wrapper > section {
        margin-top: 55px; } }

/* IE10+ hack: safari fix breaks ie so we need to target ie only to restore */
_:-ms-lang(x), .layout-fixed .wrapper > .aside > .aside-inner {
  position: static !important; }

@media only screen and (min-width: 992px) {
  .layout-boxed {
    overflow: auto !important; }
    .layout-boxed .wrapper {
      margin: 0 auto;
      overflow: hidden;
      box-shadow: 0 0 13px rgba(0, 0, 0, 0.25); }
      .layout-boxed .wrapper .offsidebar {
        position: absolute !important; }
      .layout-boxed .wrapper > .aside {
        left: inherit; }
      .layout-boxed .wrapper, .layout-boxed .wrapper .topnavbar-wrapper {
        width: 970px; }
    .layout-boxed.layout-fixed .wrapper > .aside > .aside-inner {
      left: inherit; } }

@media only screen and (min-width: 1200px) {
  .layout-boxed .wrapper, .layout-boxed .wrapper .topnavbar-wrapper {
    width: 1140px; } }

/* ========================================================================
   Component: layout-extra
 ========================================================================== */
.hidden-footer .wrapper > footer {
  display: none; }

.hidden-footer .wrapper > section {
  margin-bottom: 0 !important; }

.layout-fs .wrapper > section {
  position: absolute;
  top: 114px;
  left: 0;
  right: 0;
  bottom: 60px;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 480px) {
    .layout-fs .wrapper > section {
      overflow: hidden; } }
  @media only screen and (min-width: 768px) {
    .layout-fs .wrapper > section {
      top: 55px; } }
  .layout-fs .wrapper > section > .content-wrapper {
    width: 100%;
    height: 100%;
    padding: 0; }

.layout-fs.hidden-footer .wrapper > section {
  bottom: 0; }

.d-table,
.d-table-fixed {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border-spacing: 0; }

.d-table-fixed {
  table-layout: fixed; }

.d-row {
  display: table-row;
  height: 100%; }

.d-cell,
.d-cell-wrapper {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: top;
  overflow: auto; }

.d-cell-wrapper {
  display: block; }
  .d-cell-wrapper .d-cell-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

@media only screen and (max-width: 767px) {
  .d-table-fixed {
    display: block; }
    .d-table-fixed > .d-cell {
      display: block;
      width: auto;
      height: auto; } }

/* Target Firefox only */
@-moz-document url-prefix() {
  .d-table, .d-table-desktop {
    height: 240px;
    min-height: 100%; }
  .d-cell-inner {
    overflow: auto; } }

.fh {
  height: 100% !important; }

.fw {
  width: 100% !important; }

.scroll {
  overflow: auto; }

.scroll-y {
  overflow-y: auto; }

.scroll-y {
  overflow-y: auto; }

.layout-h .wrapper > section {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .layout-h .wrapper > section > .content-wrapper > h3 {
    display: none; }
  .layout-h .wrapper > section .content-heading {
    background-color: transparent;
    border: 0; }

.layout-h .wrapper > section {
  margin-top: 0; }

.layout-h .wrapper > .offsidebar {
  margin-top: 55px; }

.layout-h .wrapper > footer {
  margin: 0; }

.layout-h.layout-fixed .wrapper > section,
.layout-h.layout-fixed .wrapper > .offsidebar {
  margin-top: 55px; }

.aside-float .wrapper {
  box-shadow: 0 0 0 #000; }
  .aside-float .wrapper > footer {
    border: 0; }
  .aside-float .wrapper > .aside {
    padding: 15px 0;
    background: transparent; }
    .aside-float .wrapper > .aside > .aside-inner {
      height: 100%;
      top: 15px;
      bottom: 15px;
      left: inherit; }
    .aside-float .wrapper > .aside .sidebar {
      border: 1px solid #e4eaec; }
    .aside-float .wrapper > .aside .sidebar:after {
      display: none; }
  @media only screen and (min-width: 768px) {
    .aside-float .wrapper > section {
      padding-left: 15px; }
    .aside-float .wrapper > footer {
      left: 15px; } }
  .aside-float .wrapper .content-wrapper {
    border: 0; }
    .aside-float .wrapper .content-wrapper > h3,
    .aside-float .wrapper .content-wrapper > .content-heading {
      padding-top: 30px;
      border: 0;
      background-color: transparent; }
    .aside-float .wrapper .content-wrapper > .unwrap {
      margin: 0 !important; }

.aside-float.aside-toggled .wrapper > .aside {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }
  .aside-float.aside-toggled .wrapper > .aside > .aside-inner {
    margin-left: 15px; }

.aside-float.aside-toggled .wrapper > section {
  padding-left: 15px; }

.aside-float.aside-toggled .wrapper > footer {
  left: 15px; }

@media only screen and (min-width: 768px) {
  .aside-float.aside-collapsed .topnavbar .navbar-header {
    width: 100px; }
  .aside-float.aside-collapsed-text .topnavbar .navbar-header {
    width: 120px; }
  .aside-float.layout-fs .wrapper > section > .content-wrapper {
    padding: 0 0 0 20px; }
  .aside-float .wrapper > .aside > .aside-inner {
    margin-left: 15px; } }

@media only screen and (min-width: 992px) {
  .aside-float.layout-boxed .wrapper > .aside > .aside-inner {
    margin-left: 0; }
  .aside-float.layout-boxed .wrapper > section {
    padding-left: 0; } }

.aside-float.aside-toggled.layout-fs .wrapper > section > .content-wrapper {
  padding: 0 0 0 20px; }

/* ========================================================================
     Component: top-navbar
 ========================================================================== */
.topnavbar {
  -webkit-backface-visibility: hidden;
  /* fixes chrome jump */
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  z-index: 1050;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 768px) {
    .topnavbar .navbar-header {
      width: 180px;
      text-align: center; }
      .topnavbar .navbar-header .navbar-brand {
        width: 100%; } }

.topnavbar {
  position: relative; }
  .topnavbar .navbar-header {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, #2b957a 0%, #36bd9a 100%);
    background-image: -o-linear-gradient(left, #2b957a 0%, #36bd9a 100%);
    background-image: linear-gradient(to right, #2b957a 0%, #36bd9a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2B957A', endColorstr='#FF36BD9A', GradientType=1); }
    @media only screen and (min-width: 768px) {
      .topnavbar .navbar-header {
        background-image: none; } }
  .topnavbar .navbar-header {
    position: relative;
    z-index: 11; }
    .topnavbar .navbar-header .navbar-brand {
      padding: 0; }
    .topnavbar .navbar-header .brand-logo > img,
    .topnavbar .navbar-header .brand-logo-collapsed > img {
      margin: 0 auto; }
    .topnavbar .navbar-header .brand-logo {
      display: block;
      padding: 10px 15px; }
    .topnavbar .navbar-header .brand-logo-collapsed {
      display: none;
      padding: 6px 15px; }
  .topnavbar .navbar-nav > li > .navbar-text {
    color: #2b957a; }
  .topnavbar .navbar-nav > li > a,
  .topnavbar .navbar-nav > .open > a {
    color: #2b957a; }
    .topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus,
    .topnavbar .navbar-nav > .open > a:hover,
    .topnavbar .navbar-nav > .open > a:focus {
      color: #144639; }
  .topnavbar .navbar-nav > .active > a, .topnavbar .navbar-nav > .active > a:hover, .topnavbar .navbar-nav > .active > a:focus,
  .topnavbar .navbar-nav > .open > a,
  .topnavbar .navbar-nav > .open > a:hover,
  .topnavbar .navbar-nav > .open > a:focus {
    background-color: transparent; }
  .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media only screen and (min-width: 768px) {
      .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
        color: #fff; } }
  @media only screen and (max-width: 767px) {
    .topnavbar .navbar-text {
      margin: 10px; } }

@media only screen and (max-width: 767px) {
  .sidebar-toggle {
    position: absolute !important;
    top: 5px;
    right: 0;
    z-index: 3001; }
    .sidebar-toggle > em {
      color: white; } }

.nav-wrapper {
  padding: 0 15px;
  background-color: transparent; }
  .nav-wrapper .nav.navbar-nav {
    float: left; }
    .nav-wrapper .nav.navbar-nav.navbar-right {
      float: right; }
  .nav-wrapper .nav > li {
    position: static;
    float: left; }
  .nav-wrapper .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: white;
    left: 0px;
    right: 0px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }

.topnavbar .navbar-form {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 55px;
  z-index: 9001;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  border-bottom: 1px solid #e1e2e3; }
  .topnavbar .navbar-form .form-group {
    height: 100%;
    width: 100%; }
  .topnavbar .navbar-form .form-control {
    height: 100%;
    border: 0;
    border-radius: 0;
    width: 100%; }
  .topnavbar .navbar-form.open {
    top: 0; }
  .topnavbar .navbar-form .has-feedback .form-control-feedback {
    height: 30px;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    margin-right: 10px;
    color: #c1c2c3;
    font-size: 1.5em;
    pointer-events: auto; }

@media only screen and (min-width: 768px) {
  .topnavbar .navbar-form {
    left: 180px; } }

@media only screen and (min-width: 768px) {
  .topnavbar {
    border: 0;
    background-color: #2b957a;
    background-image: -webkit-linear-gradient(left, #2b957a 0%, #36bd9a 100%);
    background-image: -o-linear-gradient(left, #2b957a 0%, #36bd9a 100%);
    background-image: linear-gradient(to right, #2b957a 0%, #36bd9a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2B957A', endColorstr='#FF36BD9A', GradientType=1); }
    .topnavbar .navbar-header {
      background-image: none;
      background-repeat: no-repeat;
      filter: none; }
    .topnavbar .navbar-nav > a {
      box-shadow: 0 0 0 #000 inset;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .topnavbar .navbar-nav > .open > a, .topnavbar .navbar-nav > .open > a:hover, .topnavbar .navbar-nav > .open > a:focus {
      box-shadow: 0 -3px 0 #2b957a inset;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .topnavbar .navbar-nav > li > .navbar-text {
      color: #fff; }
    .topnavbar .navbar-nav > li > a,
    .topnavbar .navbar-nav > .open > a {
      color: #fff; }
      .topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus,
      .topnavbar .navbar-nav > .open > a:hover,
      .topnavbar .navbar-nav > .open > a:focus {
        color: #144639; }
    .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
      position: static; }
  .nav-wrapper {
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    z-index: 10; }
    .nav-wrapper:before, .nav-wrapper:after {
      content: " ";
      display: table; }
    .nav-wrapper:after {
      clear: both; }
    .nav-wrapper .nav > li {
      position: relative; }
    .nav-wrapper .navbar-nav .open .dropdown-menu {
      left: auto;
      right: auto; }
    .nav-wrapper .navbar-nav.navbar-right .open .dropdown-menu {
      left: auto;
      right: 0; } }

@media only screen and (min-width: 768px) {
  .aside-collapsed .topnavbar .navbar-header .brand-logo {
    display: none; }
  .aside-collapsed .topnavbar .navbar-header .brand-logo-collapsed {
    display: block; }
  .aside-collapsed .topnavbar .navbar-header {
    width: 70px; }
  .aside-collapsed .topnavbar .navbar-form {
    left: 70px; } }

@media only screen and (min-width: 768px) {
  .aside-collapsed-text .topnavbar .navbar-header .brand-logo {
    display: none; }
  .aside-collapsed-text .topnavbar .navbar-header .brand-logo-collapsed {
    display: block; }
  .aside-collapsed-text .topnavbar .navbar-header {
    width: 90px; }
  .aside-collapsed-text .topnavbar .navbar-form {
    left: 90px; } }

/* ========================================================================
   Component: breadcrumbs
 ========================================================================== */
.breadcrumb {
  font-weight: normal;
  border-radius: 0;
  color: #909FA7;
  padding: 10px 20px; }

h3 + .breadcrumb,
.content-heading + .breadcrumb {
  margin: -25px -25px 20px -20px;
  background-color: #fafbfc;
  border-top: 1px solid #cfdbe2;
  border-bottom: 1px solid #cfdbe2; }

h3 > .breadcrumb,
.content-heading > .breadcrumb {
  background: transparent;
  font-size: 13px;
  border: 0;
  padding: 10px 10px 0 0;
  margin-bottom: 0; }
  h3 > .breadcrumb.pull-right,
  .content-heading > .breadcrumb.pull-right {
    margin: -2px 0 0; }

/* ========================================================================
     Component: button-extra
 ========================================================================== */
.btn-inverse {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26; }
  .btn-inverse:focus, .btn-inverse.focus {
    color: #fff;
    background-color: #0c1318;
    border-color: #05090b; }
  .btn-inverse:hover {
    color: #fff;
    background-color: #0c1318;
    border-color: #05090b; }
  .btn-inverse:active, .btn-inverse.active,
  .open > .btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #0c1318;
    border-color: #05090b; }
    .btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus,
    .open > .btn-inverse.dropdown-toggle:hover,
    .open > .btn-inverse.dropdown-toggle:focus,
    .open > .btn-inverse.dropdown-toggle.focus {
      color: #fff;
      background-color: #0c1318;
      border-color: #05090b; }
  .btn-inverse:active, .btn-inverse.active,
  .open > .btn-inverse.dropdown-toggle {
    background-image: none; }
  .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus,
  fieldset[disabled] .btn-inverse:hover,
  fieldset[disabled] .btn-inverse:focus,
  fieldset[disabled] .btn-inverse.focus {
    background-color: #131e26;
    border-color: #131e26; }
  .btn-inverse .badge {
    color: #131e26;
    background-color: #fff; }

.btn-green {
  color: #fff;
  background-color: #37bc9b;
  border-color: rgba(0, 0, 0, 0); }
  .btn-green:focus, .btn-green.focus {
    color: #fff;
    background-color: #32ac8e;
    border-color: rgba(0, 0, 0, 0); }
  .btn-green:hover {
    color: #fff;
    background-color: #32ac8e;
    border-color: rgba(0, 0, 0, 0); }
  .btn-green:active, .btn-green.active,
  .open > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #32ac8e;
    border-color: rgba(0, 0, 0, 0); }
    .btn-green:active:hover, .btn-green:active:focus, .btn-green:active.focus, .btn-green.active:hover, .btn-green.active:focus, .btn-green.active.focus,
    .open > .btn-green.dropdown-toggle:hover,
    .open > .btn-green.dropdown-toggle:focus,
    .open > .btn-green.dropdown-toggle.focus {
      color: #fff;
      background-color: #32ac8e;
      border-color: rgba(0, 0, 0, 0); }
  .btn-green:active, .btn-green.active,
  .open > .btn-green.dropdown-toggle {
    background-image: none; }
  .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled.focus, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled].focus,
  fieldset[disabled] .btn-green:hover,
  fieldset[disabled] .btn-green:focus,
  fieldset[disabled] .btn-green.focus {
    background-color: #37bc9b;
    border-color: rgba(0, 0, 0, 0); }
  .btn-green .badge {
    color: #37bc9b;
    background-color: #fff; }

.btn-purple {
  color: #fff;
  background-color: #7266ba;
  border-color: rgba(0, 0, 0, 0); }
  .btn-purple:focus, .btn-purple.focus {
    color: #fff;
    background-color: #6558b4;
    border-color: rgba(0, 0, 0, 0); }
  .btn-purple:hover {
    color: #fff;
    background-color: #6558b4;
    border-color: rgba(0, 0, 0, 0); }
  .btn-purple:active, .btn-purple.active,
  .open > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #6558b4;
    border-color: rgba(0, 0, 0, 0); }
    .btn-purple:active:hover, .btn-purple:active:focus, .btn-purple:active.focus, .btn-purple.active:hover, .btn-purple.active:focus, .btn-purple.active.focus,
    .open > .btn-purple.dropdown-toggle:hover,
    .open > .btn-purple.dropdown-toggle:focus,
    .open > .btn-purple.dropdown-toggle.focus {
      color: #fff;
      background-color: #6558b4;
      border-color: rgba(0, 0, 0, 0); }
  .btn-purple:active, .btn-purple.active,
  .open > .btn-purple.dropdown-toggle {
    background-image: none; }
  .btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled.focus, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled].focus,
  fieldset[disabled] .btn-purple:hover,
  fieldset[disabled] .btn-purple:focus,
  fieldset[disabled] .btn-purple.focus {
    background-color: #7266ba;
    border-color: rgba(0, 0, 0, 0); }
  .btn-purple .badge {
    color: #7266ba;
    background-color: #fff; }

.btn-pink {
  color: #fff;
  background-color: #f532e5;
  border-color: rgba(0, 0, 0, 0); }
  .btn-pink:focus, .btn-pink.focus {
    color: #fff;
    background-color: #f41fe3;
    border-color: rgba(0, 0, 0, 0); }
  .btn-pink:hover {
    color: #fff;
    background-color: #f41fe3;
    border-color: rgba(0, 0, 0, 0); }
  .btn-pink:active, .btn-pink.active,
  .open > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #f41fe3;
    border-color: rgba(0, 0, 0, 0); }
    .btn-pink:active:hover, .btn-pink:active:focus, .btn-pink:active.focus, .btn-pink.active:hover, .btn-pink.active:focus, .btn-pink.active.focus,
    .open > .btn-pink.dropdown-toggle:hover,
    .open > .btn-pink.dropdown-toggle:focus,
    .open > .btn-pink.dropdown-toggle.focus {
      color: #fff;
      background-color: #f41fe3;
      border-color: rgba(0, 0, 0, 0); }
  .btn-pink:active, .btn-pink.active,
  .open > .btn-pink.dropdown-toggle {
    background-image: none; }
  .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled.focus, .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled].focus,
  fieldset[disabled] .btn-pink:hover,
  fieldset[disabled] .btn-pink:focus,
  fieldset[disabled] .btn-pink.focus {
    background-color: #f532e5;
    border-color: rgba(0, 0, 0, 0); }
  .btn-pink .badge {
    color: #f532e5;
    background-color: #fff; }

.btn-flat {
  border-bottom-width: 1px;
  border-radius: 0;
  box-shadow: 0 0 0 #000; }

.btn-xl {
  padding: 20px 16px;
  font-size: 18px; }

.btn-square {
  border-radius: 0; }

.btn-pill-left, .btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px; }

.btn-pill-right, .btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px; }

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0; }

.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 6px 16px;
  left: -16px;
  border-radius: 3px 0 0 3px; }
  .btn-label.btn-label-right {
    left: auto;
    right: -16px;
    border-radius: 0 3px 3px 0; }

.btn-lg .btn-label {
  padding: 10px 20px;
  left: -20px;
  border-radius: 5px 0 0 5px; }
  .btn-lg .btn-label.btn-label-right {
    left: auto;
    right: -20px;
    border-radius: 0 5px 5px 0; }

.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px; }
  .btn-sm .btn-label.btn-label-right {
    left: auto;
    right: -10px;
    border-radius: 0 2px 2px 0; }

.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px; }
  .btn-xs .btn-label.btn-label-right {
    left: auto;
    right: -5px;
    border-radius: 0 2px 2px 0; }

.btn-fw {
  min-width: 80px; }
  .btn-fw.btn-sm {
    min-width: 40px; }
  .btn-fw.btn-md {
    min-width: 60px; }
  .btn-fw.btn-lg {
    min-width: 140px; }

.btn-circle {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  border-radius: 500px;
  padding: 0;
  border: 0; }
  .btn-circle > * {
    line-height: inherit !important; }
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px; }

.btn-outline {
  background-color: transparent; }
  .btn-outline.btn-default {
    border-color: #eaeaea;
    color: #333 !important; }
  .btn-outline.btn-primary {
    border-color: #2b957a;
    color: #2b957a; }
  .btn-outline.btn-success {
    border-color: #27c24c;
    color: #27c24c; }
  .btn-outline.btn-info {
    border-color: #2b957a;
    color: #2b957a; }
  .btn-outline.btn-warning {
    border-color: #ff902b;
    color: #ff902b; }
  .btn-outline.btn-danger {
    border-color: #f05050;
    color: #f05050; }
  .btn-outline.btn-inverse {
    border-color: #131e26;
    color: #131e26; }
  .btn-outline.btn-green {
    border-color: #37bc9b;
    color: #37bc9b; }
  .btn-outline.btn-purple {
    border-color: #7266ba;
    color: #7266ba; }
  .btn-outline.btn-pink {
    border-color: #f532e5;
    color: #f532e5; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.hover, .btn-outline.focus, .btn-outline.active {
    color: #fff; }

/* ========================================================================
     Component: panels
 ========================================================================== */
.panel .table {
  margin-bottom: 0;
  border: 0; }

.panel.panel-transparent {
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 #000; }
  .panel.panel-transparent .panel-heading,
  .panel.panel-transparent .panel-body {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0; }

.panel-flat {
  margin: 0 !important;
  border: 0; }

.panel-group .panel-flat {
  box-shadow: 0 0 0 #000; }
  .panel-group .panel-flat:first-child {
    border-radius: 4px 4px 0 0; }
  .panel-group .panel-flat:last-child {
    border-radius: 0 0 4px 4px; }

.panel-heading > a[data-tool] {
  display: inline-block;
  color: #fff;
  width: 2em;
  text-align: center; }

.panel-default .panel-heading > a[data-tool] {
  color: #c1c2c3; }

.panel-heading > .label.pull-right {
  margin-top: 3px; }
  .panel-heading > .label.pull-right + .label.pull-right {
    margin-right: 10px; }

.panel-heading.panel-heading-collapsed {
  border-radius: 3px; }

.panel-footer .pagination {
  margin: 0; }

.panel-footer .radial-bar {
  margin-bottom: 0; }

.panel-footer p {
  margin-bottom: 0; }

.panel-heading-active {
  background-color: #27c24c !important;
  font-weight: bold;
  font-size: 16px; }
  .panel-heading-active > a {
    padding: 15px 0;
    color: #fff !important;
    -webkit-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    transition: padding 0.5s ease; }
  .panel-heading-active + .panel-collapse:after {
    content: "";
    display: block;
    width: 60%;
    margin: 0 auto;
    height: 0;
    border-bottom: 1px solid #e1e2e3; }

.panel-inverse {
  border-color: #cfdbe2; }
  .panel-inverse > .panel-heading {
    color: #fff;
    background-color: #131e26;
    border-color: #131e26; }
    .panel-inverse > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #cfdbe2; }
    .panel-inverse > .panel-heading .badge {
      color: #131e26;
      background-color: #fff; }
  .panel-inverse > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cfdbe2; }

.panel-green {
  border-color: #cfdbe2; }
  .panel-green > .panel-heading {
    color: #fff;
    background-color: #37bc9b;
    border-color: #37bc9b; }
    .panel-green > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #cfdbe2; }
    .panel-green > .panel-heading .badge {
      color: #37bc9b;
      background-color: #fff; }
  .panel-green > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cfdbe2; }

.panel-pink {
  border-color: #cfdbe2; }
  .panel-pink > .panel-heading {
    color: #fff;
    background-color: #f532e5;
    border-color: #f532e5; }
    .panel-pink > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #cfdbe2; }
    .panel-pink > .panel-heading .badge {
      color: #f532e5;
      background-color: #fff; }
  .panel-pink > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cfdbe2; }

.panel-purple {
  border-color: #cfdbe2; }
  .panel-purple > .panel-heading {
    color: #fff;
    background-color: #7266ba;
    border-color: #7266ba; }
    .panel-purple > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #cfdbe2; }
    .panel-purple > .panel-heading .badge {
      color: #7266ba;
      background-color: #fff; }
  .panel-purple > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cfdbe2; }

.panel-dark {
  border-color: #cfdbe2; }
  .panel-dark > .panel-heading {
    color: #fff;
    background-color: #3a3f51;
    border-color: #3a3f51; }
    .panel-dark > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #cfdbe2; }
    .panel-dark > .panel-heading .badge {
      color: #3a3f51;
      background-color: #fff; }
  .panel-dark > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #cfdbe2; }

/* ========================================================================
     Component: circles
 ========================================================================== */
.circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 500px;
  margin: 0 .5em;
  background-color: #ddd;
  vertical-align: baseline;
  border: 2px solid transparent; }
  .circle.text-left {
    margin-left: 0; }
  .circle.text-right {
    margin-right: 0; }

.circle-primary {
  background-color: #2b957a; }

.circle-success {
  background-color: #27c24c; }

.circle-info {
  background-color: #2b957a; }

.circle-warning {
  background-color: #ff902b; }

.circle-danger {
  background-color: #f05050; }

.circle-green {
  background-color: #37bc9b; }

.circle-pink {
  background-color: #f532e5; }

.circle-inverse {
  background-color: #131e26; }

.circle-purple {
  background-color: #7266ba; }

.circle-sm {
  width: 5px;
  height: 5px; }

.circle-lg {
  width: 11px;
  height: 11px; }

.circle-xl {
  width: 18px;
  height: 18px; }

.circle-outline {
  background-color: transparent; }
  .circle-outline.circle-primary {
    border: 1px solid #2b957a; }
  .circle-outline.circle-success {
    border: 1px solid #27c24c; }
  .circle-outline.circle-info {
    border: 1px solid #2b957a; }
  .circle-outline.circle-warning {
    border: 1px solid #ff902b; }
  .circle-outline.circle-danger {
    border: 1px solid #f05050; }

/* ========================================================================
     Component: dropdown-extras
 ========================================================================== */
.dropdown-lg > .dropdown-menu {
  min-width: 200px; }

.dropdown-list > .dropdown-menu {
  padding: 0;
  min-width: 220px; }

.dropdown-list .list-group {
  margin: 0; }

.dropdown-list .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0; }
  .dropdown-list .list-group-item:first-child {
    border-top: 0; }
  .dropdown-list .list-group-item:last-child {
    border-bottom: 0; }

.dropdown > a {
  position: relative; }
  .dropdown > a > span .label,
  .dropdown > a > .label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px; }
    @media only screen and (min-width: 768px) {
      .dropdown > a > span .label,
      .dropdown > a > .label {
        top: 10px; } }

.dropdown-menu-header {
  padding: 10px 15px;
  background-color: #fafafa;
  border-bottom: 1px solid #e1e1e1; }

/* ========================================================================
     Component: row-extra
 ========================================================================== */
.container-sm {
  max-width: 750px;
  width: auto; }

.container-md {
  max-width: 970px;
  width: auto; }

.container-lg {
  max-width: 1170px;
  width: auto; }

.row-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0; }
  .row-table > [class*="col-"] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle; }

.row-flush > [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

/* ========================================================================
     Component: widget
 ========================================================================== */
.widget {
  margin-bottom: 20px;
  border: 0; }
  .widget.panel,
  .widget .panel {
    overflow: hidden; }
  .widget .lateral-picture {
    position: relative;
    display: block;
    height: 240px;
    width: auto;
    overflow: hidden; }
    .widget .lateral-picture > img {
      position: absolute;
      top: 0;
      left: 0;
      max-height: 100%;
      width: auto; }

/* ========================================================================
     Component: form-elements
 ========================================================================== */
/**
 * Custom form elements
 *    - Checkbox
 *    - Radios
 *    - Switch
 *    - Rounded inputs
 */
.c-checkbox,
.c-radio {
  margin-right: 4px; }
  .c-checkbox *,
  .c-radio * {
    cursor: pointer; }
  .c-checkbox input,
  .c-radio input {
    opacity: 0;
    position: absolute;
    margin-left: 0 !important; }
  .c-checkbox em,
  .c-radio em {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 5px;
    text-align: center; }
    .c-checkbox em:before,
    .c-radio em:before {
      margin-left: 1px; }
  .c-checkbox:hover em,
  .c-radio:hover em {
    border-color: #2b957a; }
  .form-inline .c-checkbox em, .form-inline
  .c-radio em {
    margin-left: 0; }
  .c-checkbox.c-checkbox-rounded em, .c-checkbox.c-radio-rounded em,
  .c-radio.c-checkbox-rounded em,
  .c-radio.c-radio-rounded em {
    border-radius: 500px; }

/* override for radio */
.c-radio em {
  border-radius: 500px; }

/* the icon */
.c-checkbox em:before,
.c-radio em:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle; }

/* Checked state */
.c-checkbox,
.c-radio {
  /* override for radio */
  /* Disable state */
  /* override for radio */ }
  .c-checkbox input[type=checkbox]:checked + em:before,
  .c-checkbox input[type=radio]:checked + em:before,
  .c-radio input[type=checkbox]:checked + em:before,
  .c-radio input[type=radio]:checked + em:before {
    color: #fff;
    opacity: 1;
    transition: color .3s ease-out; }
  .c-checkbox input[type=checkbox]:checked + em,
  .c-checkbox input[type=radio]:checked + em,
  .c-radio input[type=checkbox]:checked + em,
  .c-radio input[type=radio]:checked + em {
    border-color: #2b957a;
    background-color: #2b957a; }
  .c-checkbox input[type=radio]:checked + em,
  .c-radio input[type=radio]:checked + em {
    background-color: #fff; }
    .c-checkbox input[type=radio]:checked + em:before,
    .c-radio input[type=radio]:checked + em:before {
      color: #2b957a; }
  .c-checkbox input[type=checkbox]:disabled + em,
  .c-checkbox input[type=radio]:disabled + em,
  .c-radio input[type=checkbox]:disabled + em,
  .c-radio input[type=radio]:disabled + em {
    border-color: #ddd !important;
    background-color: #ddd !important; }
  .c-checkbox input[type=radio]:disabled + em,
  .c-radio input[type=radio]:disabled + em {
    background-color: #fff !important; }
    .c-checkbox input[type=radio]:disabled + em:before,
    .c-radio input[type=radio]:disabled + em:before {
      color: #ddd; }

.c-radio.c-radio-nofont {
  /* override for radio */
  /* Disable state */
  /* override for radio */ }
  .c-radio.c-radio-nofont em:before {
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 500px; }
  .c-radio.c-radio-nofont input[type=radio]:checked + em:before {
    color: #fff;
    opacity: 1;
    transition: color .3s ease-out; }
  .c-radio.c-radio-nofont input[type=radio]:checked + em {
    border-color: #2b957a;
    background-color: #2b957a; }
  .c-radio.c-radio-nofont input[type=radio]:checked + em {
    background-color: #fff; }
    .c-radio.c-radio-nofont input[type=radio]:checked + em:before {
      background-color: #2b957a; }
  .c-radio.c-radio-nofont input[type=radio]:disabled + em {
    border-color: #ddd !important;
    background-color: #ddd !important; }
  .c-radio.c-radio-nofont input[type=radio]:disabled + em {
    background-color: #fff !important; }
    .c-radio.c-radio-nofont input[type=radio]:disabled + em:before {
      background-color: #ddd; }

.form-control-rounded {
  border-radius: 100px; }

.switch .form-control {
  padding-top: 7px;
  margin-bottom: 0; }

.switch * {
  cursor: pointer; }

.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.switch em {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: all .5s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
  vertical-align: middle; }

.switch em:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ddd;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s; }

.switch.switch-lg em {
  width: 50px;
  height: 25px; }

.switch.switch-lg em:after {
  height: 23px;
  width: 23px; }

.switch.switch-sm em {
  width: 30px;
  height: 15px; }

.switch.switch-sm em:after {
  height: 13px;
  width: 13px; }

.switch input:checked + em {
  background-color: #2b957a;
  border-color: #2b957a;
  transition: all .5s; }

.switch input:checked + em:after {
  left: 50%;
  transition: all .2s; }

.switch input:disabled + span {
  background-color: #f1f1f1;
  cursor: not-allowed; }

.form-control-feedback {
  left: 16px;
  right: auto; }
  .form-control + .form-control-feedback,
  .form-control + .parsley-errors-list + .form-control-feedback {
    right: 0;
    left: auto; }
  .input-sm + .form-control-feedback,
  .input-sm + .parsley-errors-list + .form-control-feedback {
    top: 0; }

.input-md {
  width: 260px; }

.note-editor {
  background-image: -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
  background-image: linear-gradient(#eee 0.1em, transparent 0.1em);
  background-size: 100% 20px;
  background-color: #fff;
  line-height: 20px;
  margin-top: 5px;
  padding: 0;
  padding-bottom: 1px;
  border: none; }
  .note-editor.note-editor-margin {
    background-image: -webkit-linear-gradient(0deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
    background-image: linear-gradient(90deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), linear-gradient(#eee 0.1em, transparent 0.1em);
    padding-left: 55px; }

/* ========================================================================
     Component: form-validation
 ========================================================================== */
.parsley-error {
  border-color: #f05050 !important; }

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0; }
  .parsley-errors-list.filled {
    display: block; }
  .parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #f05050; }

/* ========================================================================
     Component: utils
 ========================================================================== */
.m0 {
  margin: 0 !important; }

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

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

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

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

.m {
  margin: 10px !important; }

.ml, .mh {
  margin-left: 10px !important; }

.mr, .mh {
  margin-right: 10px !important; }

.mt, .mv {
  margin-top: 10px !important; }

.mb, .mv {
  margin-bottom: 10px !important; }

.m-sm {
  margin: 5px !important; }

.ml-sm, .mh-sm {
  margin-left: 5px !important; }

.mr-sm, .mh-sm {
  margin-right: 5px !important; }

.mt-sm, .mv-sm {
  margin-top: 5px !important; }

.mb-sm, .mv-sm {
  margin-bottom: 5px !important; }

.m-lg {
  margin: 15px !important; }

.ml-lg, .mh-lg {
  margin-left: 15px !important; }

.mr-lg, .mh-lg {
  margin-right: 15px !important; }

.mt-lg, .mv-lg {
  margin-top: 15px !important; }

.mb-lg, .mv-lg {
  margin-bottom: 15px !important; }

.m-xl {
  margin: 30px !important; }

.ml-xl {
  margin-left: 30px !important; }

.mr-xl {
  margin-right: 30px !important; }

.mt-xl {
  margin-top: 30px !important; }

.mb-xl {
  margin-bottom: 30px !important; }

.p0 {
  padding: 0 !important; }

.pl0, .ph0 {
  padding-left: 0 !important; }

.pr0, .ph0 {
  padding-right: 0 !important; }

.pt0, .pv0 {
  padding-top: 0 !important; }

.pb0, .pv0 {
  padding-bottom: 0 !important; }

.p {
  padding: 10px !important; }

.pl, .ph {
  padding-left: 10px !important; }

.pr, .ph {
  padding-right: 10px !important; }

.pt, .pv {
  padding-top: 10px !important; }

.pb, .pv {
  padding-bottom: 10px !important; }

.p-sm {
  padding: 5px !important; }

.pl-sm, .ph-sm {
  padding-left: 5px !important; }

.pr-sm, .ph-sm {
  padding-right: 5px !important; }

.pt-sm, .pv-sm {
  padding-top: 5px !important; }

.pb-sm, .pv-sm {
  padding-bottom: 5px !important; }

.p-lg {
  padding: 15px !important; }

.pl-lg, .ph-lg {
  padding-left: 15px !important; }

.pr-lg, .ph-lg {
  padding-right: 15px !important; }

.pt-lg, .pv-lg {
  padding-top: 15px !important; }

.pb-lg, .pv-lg {
  padding-bottom: 15px !important; }

.p-xl {
  padding: 30px !important; }

.pl-xl, .ph-xl {
  padding-left: 30px !important; }

.pr-xl, .ph-xl {
  padding-right: 30px !important; }

.pt-xl, .pv-xl {
  padding-top: 30px !important; }

.pb-xl, .pv-xl {
  padding-bottom: 30px !important; }

.b0 {
  border-width: 0 !important; }

.bl0 {
  border-left-width: 0 !important; }

.br0 {
  border-right-width: 0 !important; }

.bt0 {
  border-top-width: 0 !important; }

.bb0 {
  border-bottom-width: 0 !important; }

.br, .b, .ba {
  border-right: 1px solid rgba(0, 0, 0, 0.12); }

.bl, .b, .ba {
  border-left: 1px solid rgba(0, 0, 0, 0.12); }

.bt, .b, .ba {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.bb, .b, .ba {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.radius-clear {
  border-radius: 0 !important; }

.shadow-clear {
  box-shadow: 0 0 0 #000 !important; }

.text-white {
  color: #fff; }

.text-inverse {
  color: #131e26; }

.text-alpha {
  color: rgba(255, 255, 255, 0.5); }

.text-pink {
  color: #f532e5; }

.text-purple {
  color: #7266ba; }

.text-dark {
  color: #3a3f51; }

.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5); }

.text-green {
  color: #37bc9b; }

.text-yellow {
  color: #fad732; }

.text-gray-darker {
  color: #232735; }

.text-gray-dark {
  color: #3a3f51; }

.text-gray {
  color: #dde6e9; }

.text-gray-light {
  color: #e4eaec; }

.text-gray-lighter {
  color: #edf1f2; }

.text-inherit {
  color: inherit; }

.text-sm {
  font-size: 13.6px; }

.text-md {
  font-size: 30.4px; }

.text-lg {
  font-size: 48px; }

.text-nowrap {
  white-space: nowrap; }

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

.text-normal {
  font-weight: normal !important; }

.text-bold {
  font-weight: bold !important; }

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

.block-center {
  margin: 0 auto; }

.bg-primary {
  background-color: #2b957a;
  color: #fff !important; }

.bg-primary-light {
  background-color: #36bd9a;
  color: #fff !important; }

.bg-primary-dark {
  background-color: #206d5a;
  color: #fff !important; }

.bg-primary small {
  color: inherit; }

.bg-success {
  background-color: #27c24c;
  color: #fff !important; }

.bg-success-light {
  background-color: #43d967;
  color: #fff !important; }

.bg-success-dark {
  background-color: #1e983b;
  color: #fff !important; }

.bg-success small {
  color: inherit; }

.bg-info {
  background-color: #2b957a;
  color: #fff !important; }

.bg-info-light {
  background-color: #36bd9a;
  color: #fff !important; }

.bg-info-dark {
  background-color: #206d5a;
  color: #fff !important; }

.bg-info small {
  color: inherit; }

.bg-warning {
  background-color: #ff902b;
  color: #fff !important; }

.bg-warning-light {
  background-color: #ffab5e;
  color: #fff !important; }

.bg-warning-dark {
  background-color: #f77600;
  color: #fff !important; }

.bg-warning small {
  color: inherit; }

.bg-danger {
  background-color: #f05050;
  color: #fff !important; }

.bg-danger-light {
  background-color: #f47f7f;
  color: #fff !important; }

.bg-danger-dark {
  background-color: #ec2121;
  color: #fff !important; }

.bg-danger small {
  color: inherit; }

.bg-green {
  background-color: #37bc9b;
  color: #fff !important; }

.bg-green-light {
  background-color: #58ceb1;
  color: #fff !important; }

.bg-green-dark {
  background-color: #2b957a;
  color: #fff !important; }

.bg-green small {
  color: inherit; }

.bg-pink {
  background-color: #f532e5;
  color: #fff !important; }

.bg-pink-light {
  background-color: #f763eb;
  color: #fff !important; }

.bg-pink-dark {
  background-color: #e90bd6;
  color: #fff !important; }

.bg-pink small {
  color: inherit; }

.bg-purple {
  background-color: #7266ba;
  color: #fff !important; }

.bg-purple-light {
  background-color: #9289ca;
  color: #fff !important; }

.bg-purple-dark {
  background-color: #564aa3;
  color: #fff !important; }

.bg-purple small {
  color: inherit; }

.bg-inverse {
  background-color: #131e26;
  color: #fff !important; }

.bg-inverse-light {
  background-color: #243948;
  color: #fff !important; }

.bg-inverse-dark {
  background-color: #020304;
  color: #fff !important; }

.bg-inverse small {
  color: inherit; }

.bg-yellow {
  background-color: #fad732;
  color: #fff !important; }

.bg-yellow-light {
  background-color: #fbe164;
  color: #fff !important; }

.bg-yellow-dark {
  background-color: #f3ca06;
  color: #fff !important; }

.bg-yellow small {
  color: inherit; }

.bg-white {
  background-color: #fff;
  color: inherit !important; }

.bg-gray-darker {
  background-color: #232735;
  color: #fff !important; }

.bg-gray-dark {
  background-color: #3a3f51;
  color: #fff !important; }

.bg-gray {
  background-color: #dde6e9;
  color: #515253 !important; }

.bg-gray-light {
  background-color: #e4eaec;
  color: #515253 !important; }

.bg-gray-lighter {
  background-color: #edf1f2;
  color: #515253 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-cover {
  background-size: cover; }

.thumb8 {
  width: 8px !important;
  height: 8px !important; }

.thumb16 {
  width: 16px !important;
  height: 16px !important; }

.thumb24 {
  width: 24px !important;
  height: 24px !important; }

.thumb32 {
  width: 32px !important;
  height: 32px !important; }

.thumb48 {
  width: 48px !important;
  height: 48px !important; }

.thumb64 {
  width: 64px !important;
  height: 64px !important; }

.thumb80 {
  width: 80px !important;
  height: 80px !important; }

.thumb96 {
  width: 96px !important;
  height: 96px !important; }

.thumb128 {
  width: 128px !important;
  height: 128px !important; }

.align-middle {
  vertical-align: middle; }

.align-top {
  vertical-align: top; }

.align-bottom {
  vertical-align: bottom; }

.bg-center {
  background-position: center center;
  background-size: cover; }

.list-icon em {
  font-size: 14px;
  width: 40px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 30px; }

.list-icon div:hover em {
  -webkit-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  -o-transform: scale(3, 3);
  transform: scale(3, 3); }

.wd-xxs {
  width: 60px; }

.wd-xs {
  width: 90px; }

.wd-sm {
  width: 150px; }

.wd-sd {
  width: 200px; }

.wd-md {
  width: 240px; }

.wd-lg {
  width: 280px; }

.wd-xl {
  width: 320px; }

.wd-xxl {
  width: 360px; }

.wd-wide {
  width: 100%; }

.wd-auto {
  width: auto; }

.wd-zero {
  width: 0; }

.label-inverse {
  background-color: #131e26; }
  .label-inverse[href]:hover, .label-inverse[href]:focus {
    background-color: #020304; }

.label-green {
  background-color: #37bc9b; }
  .label-green[href]:hover, .label-green[href]:focus {
    background-color: #2b957a; }

.label-pink {
  background-color: #f532e5; }
  .label-pink[href]:hover, .label-pink[href]:focus {
    background-color: #e90bd6; }

.label-purple {
  background-color: #7266ba; }
  .label-purple[href]:hover, .label-purple[href]:focus {
    background-color: #564aa3; }

.alert-purple {
  background-color: #7266ba;
  border-color: #7266ba;
  color: #fff; }
  .alert-purple hr {
    border-top-color: #6254b2; }
  .alert-purple .alert-link {
    color: #e6e6e6; }

.alert-green {
  background-color: #37bc9b;
  border-color: #37bc9b;
  color: #fff; }
  .alert-green hr {
    border-top-color: #31a88b; }
  .alert-green .alert-link {
    color: #e6e6e6; }

.alert-pink {
  background-color: #f532e5;
  border-color: #f532e5;
  color: #fff; }
  .alert-pink hr {
    border-top-color: #f41ae2; }
  .alert-pink .alert-link {
    color: #e6e6e6; }

.alert-inverse {
  background-color: #131e26;
  border-color: #131e26;
  color: #fff; }
  .alert-inverse hr {
    border-top-color: #0b1115; }
  .alert-inverse .alert-link {
    color: #e6e6e6; }

.clickable {
  cursor: pointer; }

.abs-center-container {
  position: relative; }

.abs-center {
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .abs-center.abs-fixed {
    position: fixed;
    z-index: 999; }
  .abs-center.abs-right {
    left: auto;
    right: 20px;
    text-align: right; }
  .abs-center.abs-left {
    right: auto;
    left: 20px;
    text-align: left; }

@media (max-height: 720px) {
  .abs-center {
    position: relative; } }

.link-unstyled {
  text-decoration: none !important;
  outline: none !important; }

.no-resize {
  resize: none;
  max-width: 100%;
  min-width: 100%; }

/** 
 * Displays hidden content on hover. Add this class to the parent element.
 * Markup
 *   <div class="hover-visible">
 *    <div class="hover-hidden"></div>
 *   </div>
 */
.hover-visible .hover-hidden {
  display: none; }

.hover-visible:hover .hover-hidden {
  display: block; }

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

.media-box,
.media-box-body {
  overflow: hidden;
  zoom: 1; }

.media-box,
.media-box .media-box {
  margin-top: 15px; }

.media-box:first-child {
  margin-top: 0; }

.media-box-object {
  display: block; }

.media-box-heading {
  margin: 0 0 5px; }

.media-box > .pull-left {
  margin-right: 10px; }

.media-box > .pull-right {
  margin-left: 10px; }

.media-box-list {
  padding-left: 0;
  list-style: none; }

/* ========================================================================
     Component: print
 ========================================================================== */
@media print {
  .sidebar,
  .topnavbar,
  .offsidebar,
  .btn {
    display: none !important;
    width: 0 !important;
    height: 0 !important; }
  .wrapper,
  .wrapper > section,
  .content-wrapper {
    margin: 0 !important;
    /* remove margin used for sidebar and expand the content */
    padding: 0 !important;
    width: 100% !important; }
  .content-wrapper {
    overflow: hidden !important; }
  .breadcrumb {
    display: none; }
  .panel, .panel-primary {
    page-break-inside: avoid !important;
    page-break-after: auto !important; }
  a[href]:after {
    content: none !important; } }

/*
    Navigation
*/
.nav small.text-muted,
.nav span.media-box-heading {
  color: white; }

.nav .fa-info-circle {
  color: white; }

.nav .media-box {
  cursor: pointer; }

.nav .media-box:hover {
  color: #3a3f51; }

.nav a.media-box-contact-info {
  color: white !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 15px !important; }

.nav a.media-box-contact-info:hover {
  color: white !important; }

.nav li > a {
  font-size: 16px; }

@media only screen and (max-width: 768px) {
  .nav-wrapper .nav.navbar-nav.navbar-right {
    float: left !important; } }

.no-margin {
  margin: 0 0; }

.visible-xs-block, .visible-xs-table {
  display: none; }

.outside-text {
  float: right; }

.pointer {
  cursor: pointer; }

/*
    Circles
*/
.circle-yellow {
  background-color: #fad732; }

/*
    Brand selector
*/
.wrapper > section.brand-selector {
  margin-bottom: 5px !important; }

/*
    Tabs
*/
.tab-stacked {
  border-style: none !important;
  padding-top: 0 !important; }

/*
    Table
*/
.table-sortable > thead:first-child > tr:first-child > th {
  cursor: pointer; }

/*
    Griddle
*/
.griddle .footer-container {
  background-color: #EDEDED; }

.griddle .footer-container .paginate-info {
  float: left !important;
  padding-left: 30px; }

.griddle .footer-container .paginate {
  float: right !important;
  padding-right: 30px;
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.group-class {
  margin-bottom: 0 !important; }

.griddle-first-column {
  width: 500px; }

/*
    Top link
*/
.wrapper {
  overflow: hidden; }

/*
    Top link
*/
#top-link-block.affix-top {
  position: absolute;
  /* allows it to "slide" up into view */
  bottom: -82px;
  /* negative of the offset - height of link element */
  left: 10px;
  /* padding from the left side of the window */ }

#top-link-block.affix {
  position: fixed;
  /* keeps it on the bottom once in view */
  bottom: 38px;
  left: 10px;
  z-index: 1000; }

/*
    Breadcrumbs
*/
.breadcrumb {
  margin: -25px -25px 20px -20px;
  background-color: #fafbfc;
  border-bottom: 1px solid #cfdbe2;
  padding-top: 15px; }

/*
    Buttons
*/
.btn-xl {
  padding: 20px 30px;
  font-size: large; }

.btn-preview.btn-primary {
  background-color: #2b957a !important;
  border-color: #2a9177 !important;
  font-size: 13px;
  text-transform: none; }

/* 
    Category selector
*/
.category-selector.inactive:after {
  content: attr(data-inactive-reason);
  border-top: 2px solid #DD2C00;
  padding-top: 6px;
  color: #DD2C00;
  font-size: 0.8em;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  clear: both;
  display: block; }

.category-selector.inactive-total:after {
  content: attr(data-inactive-total-reason);
  border-top: 2px solid #DD2C00;
  padding-top: 6px;
  color: #DD2C00;
  font-size: 0.8em;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  clear: both;
  display: block; }

/*
    Multiple select
*/
.Select-menu-outer {
  z-index: 100 !important; }

/*
    Formats
*/
.formats {
  padding: 0px;
  border-top: 1px dotted #656565; }

.header-formats {
  background-color: #1797be;
  background-image: -webkit-linear-gradient(left, #1797be 30%, #24b7e4 100%);
  background-image: -o-linear-gradient(left, #1797be 30%, #24b7e4 100%);
  background-image: linear-gradient(to right, #1797be 30%, #24b7e4 100%);
  text-align: center; }

.formats h3 {
  font-size: 18px; }

.formats ul {
  text-decoration: none;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 24px; }

.formats ul li {
  display: inline-block;
  color: #656565;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 15px; }

.main-formats {
  text-align: center; }

.main-formats .col-sm-6 {
  margin-bottom: 24px; }

.main-formats img {
  max-width: 100%; }

.main-formats {
  margin-top: 24px;
  margin-bottom: 24px; }

.header-formats {
  display: table; }

.header-formats div {
  display: table-cell;
  vertical-align: middle;
  color: white; }

.formats-logo-button {
  width: 200px;
  height: 40px;
  margin: 0 auto; }

.formats-logo-button-mobile {
  width: 150px;
  height: 30px;
  margin: 0 auto; }

.formats-doorklikbare-foto, .formats-productfotos, .formats-thumb-interactieve-tool {
  width: 640px;
  height: 480px;
  margin: 0 auto; }

.header-formats.formats-logo-microsite {
  background-color: #1797be;
  background: -webkit-linear-gradient(top, #1797be 0%, rgba(36, 183, 228, 0) 100%);
  background: -o-linear-gradient(top, #1797be 0%, rgba(36, 183, 228, 0) 100%);
  background: linear-gradient(to bottom, #1797be 0%, rgba(36, 183, 228, 0) 100%);
  width: 200px;
  height: 100px;
  margin: 0 auto; }

.formats-logo-thumb {
  width: 95px;
  height: 70px;
  margin: 0 auto; }

.formats-header {
  width: 100%;
  max-width: 1200px;
  height: 285px;
  margin: 0 auto; }

.formats-medium-rectangle {
  width: 300px;
  height: 250px;
  margin: 0 auto; }

.formats-medium-rectangle-mobile {
  width: 200px;
  height: 167px;
  margin: 0 auto; }

.formats-leaderboard {
  width: 738px;
  height: 90px;
  margin: 0 auto; }

.formats-leaderboard-mobile {
  width: 320px;
  height: 50px;
  margin: 0 auto; }

.formats-skyscraper {
  width: 120px;
  height: 600px;
  margin: 0 auto; }

.formats-wide-skyscraper {
  width: 160px;
  height: 600px;
  margin: 0 auto; }

.formats-large-rectangle {
  width: 336px;
  height: 280px;
  margin: 0 auto; }

.formats-half-page {
  width: 300px;
  height: 600px;
  margin: 0 auto; }

.formats-billboard {
  width: 970px;
  height: 250px;
  margin: 0 auto; }

.formats-small-rectangle {
  width: 120px;
  height: 240px;
  margin: 0 auto; }

@media (max-width: 768px) {
  .max-768 {
    width: 100%; }
  .formats ul {
    width: inherit; }
  .formats ul li {
    display: block; } }

@media (max-width: 400px) {
  .max-400 {
    width: 100%; } }

@media print {
  .header-formats {
    background-color: #1797be !important;
    background-image: -webkit-linear-gradient(left, #1797be 30%, #24b7e4 100%) !important;
    background-image: -o-linear-gradient(left, #1797be 30%, #24b7e4 100%) !important;
    background-image: linear-gradient(to right, #1797be 30%, #24b7e4 100%) !important;
    -webkit-print-color-adjust: exact; }
  .header-formats.formats-logo-microsite {
    background-color: #1797be !important;
    background: -webkit-linear-gradient(top, #1797be 0%, rgba(36, 183, 228, 0) 100%) !important;
    background: -o-linear-gradient(top, #1797be 0%, rgba(36, 183, 228, 0) 100%) !important;
    background: linear-gradient(to bottom, #1797be 0%, rgba(36, 183, 228, 0) 100%) !important;
    -webkit-print-color-adjust: exact; } }

/*
    Colors
*/
.form-control:focus {
  border-color: #2b957a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 149, 122, 0.6); }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #2b957a;
  color: #fff; }

.select2-container--bootstrap .select2-dropdown {
  border-color: #2b957a; }

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 149, 122, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 149, 122, 0);
  border-color: #2b957a; }

.is-open > .Select-control {
  border-color: #2b957a #2b957a #2b957a; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #2b957a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 149, 122, 0); }

.Select-menu-outer {
  border: 1px solid #2b957a; }

.Select-option.is-focused {
  background-color: #2b957a;
  color: #fff; }

.Select--multi .Select-value {
  background-color: #ffffff;
  border: 1px solid #37bc9b;
  color: #2b957a; }

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
  background-color: #2b957a; }
