/* line 242, ../scss/bootflat/_global.scss */
.secondary, .grey {
  color: #999;
}

/* line 245, ../scss/bootflat/_global.scss */
.white {
  color: #FFF;
}

/* line 248, ../scss/bootflat/_global.scss */
.blue {
  color: #00AFD7;
}

/* line 251, ../scss/bootflat/_global.scss */
.blue.medium {
  color: #00629B;
}

/* line 254, ../scss/bootflat/_global.scss */
.green {
  color: #84BD00;
}

/* centered columns styles */
/* line 259, ../scss/bootflat/_global.scss */
.row-centered {
  text-align: center;
}

/* line 262, ../scss/bootflat/_global.scss */
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

/* line 273, ../scss/bootflat/_global.scss */
.pad {
  padding: 15px;
}

/* line 277, ../scss/bootflat/_global.scss */
.margin {
  margin: 10px;
}

/* line 281, ../scss/bootflat/_global.scss */
.divider {
  display: block;
  margin: 20px auto;
  background-color: #00AFD7;
  width: 70px;
  height: 5px;
}

/* line 289, ../scss/bootflat/_global.scss */
.center-block {
  float: none;
}

/* line 293, ../scss/bootflat/_global.scss */
.green-hr {
  background: #f7f7f7;
  border-top: 5px solid #84bd00;
  padding: 20px 25px;
  display: inline-block;
  width: 100%;
}

/**
 * typography
 * --------------------------------------------------
 */
/* line 22, ../scss/bootflat/_typography.scss */
html {
  font-size: 16px;
  font-weight: 300;
}

/* line 26, ../scss/bootflat/_typography.scss */
body {
  font-family: adelle-sans, 'Adelle Sans', 'Helvetica', Helvetica, Arial, sans-serif !important;
  color: #54585A;
  background-color: #FFF;
  font-size: 100%;
}

/* line 32, ../scss/bootflat/_typography.scss */
a {
  color: #00AFD7;
  text-decoration: none;
}
/* line 36, ../scss/bootflat/_typography.scss */
a:hover, a:focus {
  color: #16BBD6;
  text-decoration: none;
}
/* line 41, ../scss/bootflat/_typography.scss */
a:focus {
  outline: none;
}

/* line 46, ../scss/bootflat/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  color: inherit;
  font-weight: 100;
  font-style: normal;
}

/* line 63, ../scss/bootflat/_typography.scss */
h1.secondary, h1.grey,
h2.secondary, h2.grey,
h3.secondary, h3.grey,
h4.secondary, h4.grey,
h5.secondary, h5.grey,
h6.secondary, h6.grey,
.h1.secondary, .h1.grey,
.h2.secondary, .h2.grey,
.h3.secondary, .h3.grey,
.h4.secondary, .h4.grey,
.h5.secondary, .h5.grey,
.h6.secondary, .h6.grey {
  color: #999;
}

/* line 78, ../scss/bootflat/_typography.scss */
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
.h1.white,
.h2.white,
.h3.white,
.h4.white,
.h5.white,
.h6.white {
  color: #FFF;
}

/* line 93, ../scss/bootflat/_typography.scss */
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue,
.h1.blue,
.h2.blue,
.h3.blue,
.h4.blue,
.h5.blue,
.h6.blue {
  color: #00AFD7;
}

/* line 109, ../scss/bootflat/_typography.scss */
h1,
.h1 {
  font-size: 3em;
  /* 48 / 16 */
  line-height: 1em;
  /* 48 / 48 */
}

/* line 114, ../scss/bootflat/_typography.scss */
h2,
.h2 {
  font-size: 2.25em;
  /* 36 / 16 */
  line-height: 1.333333333333333em;
  /* 48 / 36 */
}

/* line 119, ../scss/bootflat/_typography.scss */
h3,
.h3 {
  font-size: 1.5em;
  /* 24 / 16 */
  line-height: 1em;
  /* 24 / 24 */
}

/* line 124, ../scss/bootflat/_typography.scss */
h4,
.h4 {
  font-size: 1.3125em;
  /* 21 / 16 */
  line-height: 1.142857142857143em;
  /* 24 / 21 */
}

/* line 129, ../scss/bootflat/_typography.scss */
h5,
.h5 {
  font-size: 1.125em;
  /* 18 / 16 */
  line-height: 1.333333333333333em;
  /* 24 / 18 */
}

/* line 134, ../scss/bootflat/_typography.scss */
h6,
.h6 {
  font-size: .875em;
  /* 16 / 16 */
  line-height: 1em;
  /* 16 / 16 */
  font-weight: 300;
}

/* line 141, ../scss/bootflat/_typography.scss */
p {
  font-size: 1em;
  /* 16 / 16 */
  line-height: 1.5em;
  /* 24 / 16 */
}
/* line 144, ../scss/bootflat/_typography.scss */
p.secondary {
  color: #999;
}
/* line 147, ../scss/bootflat/_typography.scss */
p.white {
  color: #FFF;
}
/* line 150, ../scss/bootflat/_typography.scss */
p.blue {
  color: #00AFD7;
}

/* line 155, ../scss/bootflat/_typography.scss */
blockquote {
  border-left: 3px solid #A5A5A5;
}

/* line 158, ../scss/bootflat/_typography.scss */
.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 161, ../scss/bootflat/_typography.scss */
.img-comment {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  margin: 24px 0;
}

/* line 167, ../scss/bootflat/_typography.scss */
ul {
  list-style-type: none;
}

/* line 170, ../scss/bootflat/_typography.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 174, ../scss/bootflat/_typography.scss */
.square {
  border-radius: 10%;
  background-color: #898D8D;
  color: #FFF;
  font-size: 1em;
  padding: 20px;
  margin-right: 15px;
}

/* line 184, ../scss/bootflat/_typography.scss */
.ellipsis {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 192, ../scss/bootflat/_typography.scss */
.unordered-list {
  margin-left: -35px;
  line-height: 1.8em;
  font-size: 1.1em;
}

/* line 198, ../scss/bootflat/_typography.scss */
.heavyitalic {
  font-weight: 900;
  font-style: italic;
}

/* line 203, ../scss/bootflat/_typography.scss */
.heavy {
  font-weight: 900;
  font-style: normal;
}

/* line 208, ../scss/bootflat/_typography.scss */
.bigtext {
  font-size: 5rem;
  margin-top: 10px;
}
@media handheld, screen and (max-width: 1200px) {
  /* line 208, ../scss/bootflat/_typography.scss */
  .bigtext {
    font-size: 4rem;
  }
}
@media handheld, screen and (max-width: 480px) {
  /* line 208, ../scss/bootflat/_typography.scss */
  .bigtext {
    font-size: 2.5rem;
  }
}

/* line 219, ../scss/bootflat/_typography.scss */
.italic {
  font-style: italic;
}

/* line 223, ../scss/bootflat/_typography.scss */
.snug {
  line-height: 1.2;
}

/* line 227, ../scss/bootflat/_typography.scss */
.overflow {
  height: 400px;
  min-height: 400px;
}

/* line 236, ../scss/bootflat/_typography.scss */
dt {
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 1.1em;
}

/* line 244, ../scss/bootflat/_typography.scss */
.text-primary {
  color: #00AFD7;
}

/* line 248, ../scss/bootflat/_typography.scss */
.text-success {
  color: #84BD00;
}

/* line 252, ../scss/bootflat/_typography.scss */
.text-info {
  color: #041E42;
}

/* line 256, ../scss/bootflat/_typography.scss */
.text-warning {
  color: #F9A74F;
}

/* line 260, ../scss/bootflat/_typography.scss */
.text-danger {
  color: #D50032;
}

/**
 * button
 * --------------------------------------------------
 */
/* line 35, ../scss/bootflat/_button.scss */
.btn {
  display: inline;
  color: #FFF;
  border-radius: 4px;
}
/* line 40, ../scss/bootflat/_button.scss */
.btn, .btn.disabled, .btn[disabled] {
  border-color: #00AFD7;
  background-color: transparent;
}
/* line 46, ../scss/bootflat/_button.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #FFF;
  background-color: #00AFD7;
  outline: none !important;
}
/* line 54, ../scss/bootflat/_button.scss */
.btn:active, .btn.active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
/* line 58, ../scss/bootflat/_button.scss */
.btn.disabled, .btn[disabled] {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
/* line 64, ../scss/bootflat/_button.scss */
.widget .btn, .btn.dark {
  background-color: #00AFD7;
}
/* line 67, ../scss/bootflat/_button.scss */
.widget .btn:hover, .widget .btn:focus, .widget .btn:active, .widget .btn.active, .btn.dark:hover, .btn.dark:focus, .btn.dark:active, .btn.dark.active {
  color: #FFF;
  background-color: #16BBD6;
  border-color: #16BBD6;
  outline: none !important;
}
/* line 79, ../scss/bootflat/_button.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
  border-color: transparent;
  background-color: transparent;
  color: #00AFD7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 91, ../scss/bootflat/_button.scss */
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
}
/* line 97, ../scss/bootflat/_button.scss */
.btn-default {
  color: #FFF;
  border-color: #FFF !important;
}
/* line 101, ../scss/bootflat/_button.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  border-color: #00AFD7;
}
/* line 108, ../scss/bootflat/_button.scss */
.btn-default, .btn-default.disabled, .btn-default[disabled] {
  background-color: #FFF;
}
/* line 114, ../scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-default {
  border-color: #00AFD7;
  background-color: #00AFD7;
}
/* line 120, ../scss/bootflat/_button.scss */
.btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  border-color: #00AFD7;
  background-color: #00AFD7;
}
/* line 128, ../scss/bootflat/_button.scss */
.btn-primary:hover, .btn-primary:focus {
  border-color: #16BBD6;
  background-color: #16BBD6;
}
/* line 134, ../scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-primary {
  border-color: #16BBD6;
  background-color: #16BBD6;
}
/* line 140, ../scss/bootflat/_button.scss */
.btn-info, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  border-color: #00629B;
  background-color: #00629B;
}
/* line 148, ../scss/bootflat/_button.scss */
.btn-info:hover, .btn-info:focus {
  border-color: #106B99;
  background-color: #106B99;
}
/* line 154, ../scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-info {
  border-color: #106B99;
  background-color: #106B99;
}
/* line 160, ../scss/bootflat/_button.scss */
.btn-success, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  border-color: #84BD00;
  background-color: #84BD00;
}
/* line 168, ../scss/bootflat/_button.scss */
.btn-success:hover, .btn-success:focus {
  border-color: #99C914;
  background-color: #99C914;
}
/* line 174, ../scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-success {
  border-color: #99C914;
  background-color: #99C914;
}
/* line 180, ../scss/bootflat/_button.scss */
.btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  border-color: #F9A74F;
  background-color: #F9A74F;
}
/* line 188, ../scss/bootflat/_button.scss */
.btn-warning:hover, .btn-warning:focus {
  border-color: #FFB26C;
  background-color: #FFB26C;
}
/* line 194, ../scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-warning {
  border-color: #FFB26C;
  background-color: #FFB26C;
}
/* line 200, ../scss/bootflat/_button.scss */
.btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
.btn-danger .open .dropdown-toggle.btn {
  border-color: #D50032;
  background-color: #D50032;
}
/* line 209, ../scss/bootflat/_button.scss */
.btn-danger:hover, .btn-danger:focus {
  border-color: #E0174C;
  background-color: #E0174C;
}
/* line 215, ../scss/bootflat/_button.scss */
.open .dropdown-toggle.btn-danger {
  border-color: #E0174C;
  background-color: #E0174C;
}
/* line 220, ../scss/bootflat/_button.scss */
.btn-home {
  background-color: #FFB26C;
}

/**
 * button-group
 * --------------------------------------------------
 */
/* line 11, ../scss/bootflat/_button_group.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
}
/* line 15, ../scss/bootflat/_button_group.scss */
.btn-group .btn {
  border-left-color: transparent;
}
/* line 19, ../scss/bootflat/_button_group.scss */
.btn-group.open .btn-default.dropdown-toggle, .btn-group .btn-default:focus, .btn-group .btn-default:active, .btn-group .btn-default.active {
  color: #FFF;
}
/* line 26, ../scss/bootflat/_button_group.scss */
.btn-group .btn-primary, .btn-group .btn-primary:focus, .btn-group .btn-primary:active, .btn-group .btn-primary.active {
  border-left-color: #0092b3;
}
/* line 33, ../scss/bootflat/_button_group.scss */
.btn-group .btn-success, .btn-group .btn-success:focus, .btn-group .btn-success:active, .btn-group .btn-success.active {
  border-left-color: #6b9900;
}
/* line 40, ../scss/bootflat/_button_group.scss */
.btn-group .btn-warning, .btn-group .btn-warning:focus, .btn-group .btn-warning:active, .btn-group .btn-warning.active {
  border-left-color: #f78914;
}
/* line 47, ../scss/bootflat/_button_group.scss */
.btn-group .btn-danger, .btn-group .btn-danger:focus, .btn-group .btn-danger:active, .btn-group .btn-danger.active {
  border-left-color: #b1002a;
}
/* line 54, ../scss/bootflat/_button_group.scss */
.btn-group .btn-info, .btn-group .btn-info:focus, .btn-group .btn-info:active, .btn-group .btn-info.active {
  border-left-color: #004b77;
}
/* line 61, ../scss/bootflat/_button_group.scss */
.btn-group .btn:first-child, .btn-group .btn-primary:first-child, .btn-group .btn-success:first-child, .btn-group .btn-warning:first-child, .btn-group .btn-danger:first-child, .btn-group .btn-info:first-child {
  border-left-color: transparent;
}

/* line 72, ../scss/bootflat/_button_group.scss */
.btn-group-vertical .btn, .btn-group-vertical .btn-group .btn-primary {
  border-top-color: transparent !important;
}
/* line 77, ../scss/bootflat/_button_group.scss */
.btn-group-vertical .btn-primary, .btn-group-vertical .btn-primary:focus, .btn-group-vertical .btn-primary:active, .btn-group-vertical .btn-primary.active, .btn-group-vertical .btn-group .btn-primary {
  border-top-color: #0092b3 !important;
}
/* line 85, ../scss/bootflat/_button_group.scss */
.btn-group-vertical .btn-success, .btn-group-vertical .btn-success:focus, .btn-group-vertical .btn-success:active, .btn-group-vertical .btn-success.active, .btn-group-vertical .btn-group .btn-success {
  border-top-color: #6b9900 !important;
}
/* line 93, ../scss/bootflat/_button_group.scss */
.btn-group-vertical .btn-warning, .btn-group-vertical .btn-warning:focus, .btn-group-vertical .btn-warning:active, .btn-group-vertical .btn-warning.active, .btn-group-vertical .btn-group .btn-warning {
  border-top-color: #f78914 !important;
}
/* line 101, ../scss/bootflat/_button_group.scss */
.btn-group-vertical .btn-danger, .btn-group-vertical .btn-danger:focus, .btn-group-vertical .btn-danger:active, .btn-group-vertical .btn-danger.active, .btn-group-vertical .btn-group .btn-danger {
  border-top-color: #b1002a !important;
}
/* line 109, ../scss/bootflat/_button_group.scss */
.btn-group-vertical .btn-info, .btn-group-vertical .btn-info:focus, .btn-group-vertical .btn-info:active, .btn-group-vertical .btn-info.active, .btn-group-vertical .btn-group .btn-info {
  border-top-color: #004b77 !important;
}
/* line 117, ../scss/bootflat/_button_group.scss */
.btn-group-vertical .btn:not(.btn-default):first-child, .btn-group-vertical .btn-primary:first-child, .btn-group-vertical .btn-success:first-child, .btn-group-vertical .btn-warning:first-child, .btn-group-vertical .btn-danger:first-child, .btn-group-vertical .btn-info:first-child {
  border-top: none;
}

/**
 * labels and badges
 * --------------------------------------------------
 */
/* line 22, ../scss/bootflat/_label_badge.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
}

/* line 28, ../scss/bootflat/_label_badge.scss */
.label,
.badge {
  background-color: #898D8D;
  font-weight: normal;
}

/* line 34, ../scss/bootflat/_label_badge.scss */
.label-default,
.badge-default {
  border: 1px solid transparent;
  background-color: #FFF;
  color: #54585A;
}

/* line 41, ../scss/bootflat/_label_badge.scss */
.label-primary,
.badge-primary {
  border-color: #00AFD7;
  background-color: #00AFD7;
}

/* line 47, ../scss/bootflat/_label_badge.scss */
.label-success,
.badge-success {
  border-color: #84BD00;
  background-color: #84BD00;
}

/* line 53, ../scss/bootflat/_label_badge.scss */
.label-danger,
.badge-danger {
  border-color: #D50032;
  background-color: #D50032;
}

/* line 59, ../scss/bootflat/_label_badge.scss */
.label-warning,
.badge-warning {
  border-color: #F9A74F;
  background-color: #F9A74F;
}

/* line 65, ../scss/bootflat/_label_badge.scss */
.label-info,
.badge-info {
  border-color: #A4DBE8;
  background-color: #A4DBE8;
}

/* line 72, ../scss/bootflat/_label_badge.scss */
span.badge.type-web-filter {
  background-color: #041E42;
}

/* line 76, ../scss/bootflat/_label_badge.scss */
span.badge.type-rocket {
  background-color: #041E42;
}

/* line 80, ../scss/bootflat/_label_badge.scss */
span.badge.type-email-manager {
  background-color: #041E42;
}

/* line 84, ../scss/bootflat/_label_badge.scss */
span.badge.type-mobile-manager {
  background-color: #00629B;
}

/* line 88, ../scss/bootflat/_label_badge.scss */
span.badge.type-classroom-orchestrator {
  background-color: #F9A74F;
}

/* line 92, ../scss/bootflat/_label_badge.scss */
span.badge.type-firewall {
  background-color: #D50032;
}

/* line 96, ../scss/bootflat/_label_badge.scss */
span.badge.type-bandwidth-manager {
  background-color: #84BD00;
}

/**
 * tooltip
 * --------------------------------------------------
 */
/* line 18, ../scss/bootflat/_tooltip.scss */
.tooltip-inner {
  color: #FFF;
  background-color: #00AFD7;
}
/* line 22, ../scss/bootflat/_tooltip.scss */
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #00AFD7;
}
/* line 27, ../scss/bootflat/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #00AFD7;
}
/* line 30, ../scss/bootflat/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #00AFD7;
}
/* line 33, ../scss/bootflat/_tooltip.scss */
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #00AFD7;
}

/**
 * popover
 * --------------------------------------------------
 */
/* line 18, ../scss/bootflat/_popover.scss */
.popover {
  background-color: #E0E0E0;
  color: #191919;
  border-color: #E0E0E0;
}
/* line 23, ../scss/bootflat/_popover.scss */
.popover-title {
  padding-bottom: 0;
  font-weight: bold;
  color: #191919;
  background-color: transparent;
  border-bottom: none;
}
/* line 30, ../scss/bootflat/_popover.scss */
.popover.top .arrow, .popover.top .arrow:after {
  border-top-color: #E0E0E0;
}
/* line 34, ../scss/bootflat/_popover.scss */
.popover.right .arrow, .popover.right .arrow:after {
  border-right-color: #E0E0E0;
}
/* line 38, ../scss/bootflat/_popover.scss */
.popover.bottom .arrow, .popover.bottom .arrow:after {
  border-bottom-color: #E0E0E0;
}
/* line 42, ../scss/bootflat/_popover.scss */
.popover.left .arrow, .popover.left .arrow:after {
  border-left-color: #E0E0E0;
}

/**
 * progress
 * --------------------------------------------------
 */
/* line 19, ../scss/bootflat/_progress.scss */
.progress {
  background-color: #C7C9C7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 23, ../scss/bootflat/_progress.scss */
.progress-bar {
  background-color: #00AFD7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 27, ../scss/bootflat/_progress.scss */
.progress-bar-success {
  background-color: #84BD00;
}
/* line 30, ../scss/bootflat/_progress.scss */
.progress-bar-info {
  background-color: #A4DBE8;
}
/* line 33, ../scss/bootflat/_progress.scss */
.progress-bar-warning {
  background-color: #F9A74F;
}
/* line 36, ../scss/bootflat/_progress.scss */
.progress-bar-danger {
  background-color: #D50032;
}

/**
 * breadcrumb
 * --------------------------------------------------
 */
/* line 20, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb {
  color: #54585A;
  background-color: #C7C9C7;
}
/* line 23, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb > .active {
  color: #54585A;
}
/* line 26, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb a {
  color: #00AFD7;
}

/* line 31, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow {
  padding: 0;
  list-style: none;
  background-color: #C7C9C7;
  height: 36px;
  line-height: 36px;
}
/* line 38, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 41, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top;
}
/* line 47, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px;
}
/* line 50, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li + li:before {
  padding: 0;
  content: "";
}
/* line 54, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li span {
  padding: 0 10px;
}
/* line 57, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
  padding: 0 10px 0 25px;
  height: 36px;
  line-height: 36px;
}
/* line 63, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li:first-child a {
  padding: 0 10px;
}
/* line 66, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a {
  position: relative;
  border: 1px solid #00AFD7;
  color: #FFF;
  background-color: #00AFD7;
  text-decoration: none;
}
/* line 73, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li:first-child a {
  padding-left: 10px;
}
/* line 76, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
  position: absolute;
  top: -1px;
  content: '';
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
/* line 86, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:before {
  right: -10px;
  border-left-width: 11px;
  border-left-style: solid;
  border-left-color: #00AFD7;
  z-index: 3;
}
/* line 93, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:after {
  right: -11px;
  border-left: 11px solid #0085a4;
  z-index: 2;
}
/* line 98, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
  background-color: #16BBD6;
  border: 1px solid #16BBD6;
}
/* line 103, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:hover:before, .breadcrumb-arrow li a:focus:before {
  border-left-color: #16BBD6;
}
/* line 107, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:active {
  background-color: #0085a4;
  border: 1px solid #0085a4;
}
/* line 111, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after {
  border-left-color: #0085a4;
}
/* line 115, ../scss/bootflat/_breadcrumb.scss */
.breadcrumb-arrow li span {
  color: #54585A;
}

/**
 * pagination
 * --------------------------------------------------
 */
/* line 22, ../scss/bootflat/_pagination.scss */
.pagination > li > a, .pagination > li > span {
  color: #54585A;
  background-color: #FFF;
  border-color: #A5A5A5;
}
/* line 28, ../scss/bootflat/_pagination.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #FFF;
  background-color: #A5A5A5;
  border-color: #A5A5A5;
}
/* line 36, ../scss/bootflat/_pagination.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #FFF;
  background-color: #84BD00;
  border-color: #84BD00;
}
/* line 46, ../scss/bootflat/_pagination.scss */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #C7C9C7;
  background-color: #FFF;
  border-color: #A5A5A5;
}

/**
 * pager
 * --------------------------------------------------
 */
/* line 20, ../scss/bootflat/_pager.scss */
.pager li > a, .pager li > span {
  color: #FFF;
  background-color: #84BD00;
  border-color: #84BD00;
}
/* line 26, ../scss/bootflat/_pager.scss */
.pager li > a:hover, .pager li > a:focus {
  background-color: #99C914;
  border-color: #99C914;
}
/* line 31, ../scss/bootflat/_pager.scss */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #C7C9C7;
  background-color: #FFF;
  border-color: #C7C9C7;
}

/**
 * form
 * --------------------------------------------------
 */
/* line 34, ../scss/bootflat/_form.scss */
.form-control {
  color: #54585A;
  border-color: #898D8D;
}
/* line 38, ../scss/bootflat/_form.scss */
.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 42, ../scss/bootflat/_form.scss */
.form-control:focus {
  border-color: #00AFD7;
}
/* line 45, ../scss/bootflat/_form.scss */
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #C7C9C7;
}
/* line 51, ../scss/bootflat/_form.scss */
.form-control.disabled, .form-control[disabled] {
  border-color: #C7C9C7;
  background-color: #C7C9C7;
}

/* line 59, ../scss/bootflat/_form.scss */
.input-group-btn .btn + .btn {
  border-width: 1px;
  border-style: solid;
  border-color: #777b7b;
}
/* line 64, ../scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-default {
  border-color: #ededed;
}
/* line 67, ../scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-primary {
  border-color: #0092b3;
}
/* line 70, ../scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-info {
  border-color: #88d0e1;
}
/* line 73, ../scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-success {
  border-color: #6b9900;
}
/* line 76, ../scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-warning {
  border-color: #f8962c;
}
/* line 79, ../scss/bootflat/_form.scss */
.input-group-btn .btn + .btn.btn-danger {
  border-color: #b1002a;
}

/* line 84, ../scss/bootflat/_form.scss */
.input-group-addon {
  background-color: #898D8D;
  border-color: #777b7b;
  color: #FFF;
}
/* line 89, ../scss/bootflat/_form.scss */
.input-group-addon .radio, .input-group-addon .checkbox {
  margin: -3px 0 -4px !important;
}

/* line 96, ../scss/bootflat/_form.scss */
.form-search .search-query, .form-search .search-query:first-child, .form-search .search-query:last-child {
  padding: 0 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
/* line 102, ../scss/bootflat/_form.scss */
.input-group .form-control:last-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 107, ../scss/bootflat/_form.scss */
.input-group .form-control:first-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 111, ../scss/bootflat/_form.scss */
.form-search .btn {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}

/* line 116, ../scss/bootflat/_form.scss */
.search-only {
  position: relative;
}
/* line 118, ../scss/bootflat/_form.scss */
.search-only .search-icon {
  position: absolute;
  top: 2px;
  left: 8.5px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: #C7C9C7;
  z-index: 20;
}
/* line 129, ../scss/bootflat/_form.scss */
.search-only .form-control:last-child {
  padding-left: 40px;
}

/* line 135, ../scss/bootflat/_form.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #84BD00;
}
/* line 143, ../scss/bootflat/_form.scss */
.has-success .form-control {
  border-color: #84BD00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 147, ../scss/bootflat/_form.scss */
.has-success .form-control:focus {
  border-color: #84BD00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 151, ../scss/bootflat/_form.scss */
.has-success .input-group-addon {
  background-color: #84BD00;
  border-color: #84BD00;
}
/* line 155, ../scss/bootflat/_form.scss */
.has-success .form-control-feedback {
  color: #84BD00;
}

/* line 160, ../scss/bootflat/_form.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #F9A74F;
}
/* line 168, ../scss/bootflat/_form.scss */
.has-warning .form-control {
  border-color: #F9A74F;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 172, ../scss/bootflat/_form.scss */
.has-warning .form-control:focus {
  border-color: #F9A74F;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 176, ../scss/bootflat/_form.scss */
.has-warning .input-group-addon {
  background-color: #F9A74F;
  border-color: #F9A74F;
}
/* line 180, ../scss/bootflat/_form.scss */
.has-warning .form-control-feedback {
  color: #F9A74F;
}

/* line 185, ../scss/bootflat/_form.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #D50032;
}
/* line 193, ../scss/bootflat/_form.scss */
.has-error .form-control {
  border-color: #D50032;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 197, ../scss/bootflat/_form.scss */
.has-error .form-control:focus {
  border-color: #D50032;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 201, ../scss/bootflat/_form.scss */
.has-error .input-group-addon {
  background-color: #D50032;
  border-color: #D50032;
}
/* line 205, ../scss/bootflat/_form.scss */
.has-error .form-control-feedback {
  color: #D50032;
}

/**
 * stepper
 * --------------------------------------------------
 */
/* line 19, ../scss/bootflat/_stepper.scss */
.stepper .stepper-input {
  overflow: hidden;
  -moz-appearance: textfield;
}
/* line 23, ../scss/bootflat/_stepper.scss */
.stepper .stepper-input::-webkit-inner-spin-button, .stepper .stepper-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 30, ../scss/bootflat/_stepper.scss */
.stepper .stepper-arrow {
  background-color: #00AFD7;
  cursor: pointer;
  display: block;
  height: 50%;
  position: absolute;
  right: 15px;
  text-indent: -99999px;
  width: 20px;
}
/* line 40, ../scss/bootflat/_stepper.scss */
.stepper .stepper-arrow:hover, .stepper .stepper-arrow:active {
  background-color: #16BBD6;
}
/* line 45, ../scss/bootflat/_stepper.scss */
.stepper .up {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #0092b3;
  top: 0;
}
/* line 50, ../scss/bootflat/_stepper.scss */
.stepper .down {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
}
/* line 54, ../scss/bootflat/_stepper.scss */
.stepper .up::before, .stepper .down::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
/* line 63, ../scss/bootflat/_stepper.scss */
.stepper .up::before {
  top: 5px;
  left: 5px;
  border-bottom: 4px solid #FFF;
}
/* line 68, ../scss/bootflat/_stepper.scss */
.stepper .down:before {
  bottom: 5px;
  left: 6px;
  border-top: 4px solid #FFF;
}
/* line 73, ../scss/bootflat/_stepper.scss */
.stepper.disabled .stepper-arrow {
  background-color: #00AFD7;
  opacity: 0.45;
  filter: alpha(opacity=45);
}

/* line 25, ../scss/bootflat/_selecter.scss */
.selecter {
  display: block;
  position: relative;
  max-width: 100%;
  z-index: 1;
  outline: none;
  /* Open */
  /* 'Cover' Positioning */
  /* 'Bottom' Positioning */
  /* 'Bottom' + 'Cover' Positioning */
  /* Multiple Select */
  /* 'Disabled' State */
  /* Scroller Support */
}
/* line 32, ../scss/bootflat/_selecter.scss */
.selecter .selecter-element {
  display: none;
  *left: -999999px;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 0;
}
/* line 42, ../scss/bootflat/_selecter.scss */
.selecter .selecter-element, .selecter .selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
/* line 49, ../scss/bootflat/_selecter.scss */
.selecter .selecter-selected {
  background-color: #FFF;
  border: 1px solid #898D8D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 6px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
}
/* line 61, ../scss/bootflat/_selecter.scss */
.selecter .selecter-selected:after {
  position: absolute;
  top: 14px;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
/* line 73, ../scss/bootflat/_selecter.scss */
.selecter .selecter-options {
  border: 1px solid #898D8D;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #FFF;
  display: none;
  left: 0;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
  *width: auto;
  z-index: 50;
}
/* line 90, ../scss/bootflat/_selecter.scss */
.selecter .selecter-group {
  border-bottom: 1px solid #C7C9C7;
  color: #898D8D;
  background-color: #E0E0E0;
  display: block;
  font-size: 11px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
}
/* line 99, ../scss/bootflat/_selecter.scss */
.selecter .selecter-item {
  background-color: #FFF;
  border-bottom: 1px solid #C7C9C7;
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 6px 10px;
  text-overflow: ellipsis;
  width: 100%;
}
/* line 110, ../scss/bootflat/_selecter.scss */
.selecter .selecter-item.selected {
  color: #FFF;
  border-bottom-color: #16BBD6;
  background-color: #00AFD7;
}
/* line 115, ../scss/bootflat/_selecter.scss */
.selecter .selecter-item.disabled {
  color: #898D8D;
  cursor: default;
}
/* line 119, ../scss/bootflat/_selecter.scss */
.selecter .selecter-item:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 122, ../scss/bootflat/_selecter.scss */
.selecter .selecter-item:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-bottom: 0;
}
/* line 128, ../scss/bootflat/_selecter.scss */
.selecter .selecter-item:hover {
  background-color: #C7C9C7;
}
/* line 131, ../scss/bootflat/_selecter.scss */
.selecter .selecter-item.selected:hover {
  background-color: #00AFD7;
}
/* line 135, ../scss/bootflat/_selecter.scss */
.selecter .selecter-item.disabled:hover, .selecter:hover .selecter-selected, .selecter.disabled .selecter-item:hover {
  background-color: #FFF;
}
/* line 142, ../scss/bootflat/_selecter.scss */
.selecter.open {
  outline: 0;
  z-index: 3;
}
/* line 146, ../scss/bootflat/_selecter.scss */
.selecter.open .selecter-selected {
  border: 1px solid #00AFD7;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  z-index: 51;
}
/* line 153, ../scss/bootflat/_selecter.scss */
.selecter.open .selecter-selected, .selecter.focus .selecter-selected {
  background-color: #FFF;
}
/* line 160, ../scss/bootflat/_selecter.scss */
.selecter.cover .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  top: 0;
}
/* line 165, ../scss/bootflat/_selecter.scss */
.selecter.cover .selecter-options .selecter-item.first {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 171, ../scss/bootflat/_selecter.scss */
.selecter.cover.open .selecter-selected {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  z-index: 49;
}
/* line 180, ../scss/bootflat/_selecter.scss */
.selecter.bottom .selecter-options {
  border-width: 1px 1px 0;
  bottom: 100%;
  top: auto;
}
/* line 185, ../scss/bootflat/_selecter.scss */
.selecter.bottom .selecter-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
/* line 189, ../scss/bootflat/_selecter.scss */
.selecter.bottom.open .selecter-selected {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 192, ../scss/bootflat/_selecter.scss */
.selecter.bottom.open .selecter-options {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 199, ../scss/bootflat/_selecter.scss */
.selecter.bottom.cover .selecter-options {
  bottom: 0;
  top: auto;
}
/* line 203, ../scss/bootflat/_selecter.scss */
.selecter.bottom.cover.open .selecter-selected, .selecter.bottom.cover.open .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 211, ../scss/bootflat/_selecter.scss */
.selecter.multiple .selecter-options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  box-shadow: none;
  display: block;
  position: static;
  width: 100%;
}
/* line 222, ../scss/bootflat/_selecter.scss */
.selecter.disabled .selecter-selected {
  background-color: #C7C9C7;
  border-color: #C7C9C7;
  color: #898D8D;
  cursor: default;
}
/* line 228, ../scss/bootflat/_selecter.scss */
.selecter.disabled .selecter-options {
  background-color: #C7C9C7;
  border-color: #C7C9C7;
}
/* line 232, ../scss/bootflat/_selecter.scss */
.selecter.disabled .selecter-group, .selecter.disabled .selecter-item {
  background-color: #C7C9C7;
  border-color: #C7C9C7;
  color: #898D8D;
  cursor: default;
}
/* line 239, ../scss/bootflat/_selecter.scss */
.selecter.disabled .selecter-item.selected {
  background-color: #00AFD7;
  opacity: 0.45;
  filter: alpha(opacity=45);
  color: #FFF;
}
/* line 248, ../scss/bootflat/_selecter.scss */
.selecter .selecter-options.scroller {
  overflow: hidden;
}
/* line 251, ../scss/bootflat/_selecter.scss */
.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}

/**
 * checkbox and radio
 * --------------------------------------------------
 */
/* line 14, ../scss/bootflat/_checkbox_radio.scss */
.checkbox, .radio {
  margin-top: 0;
  padding-left: 0;
}

/* line 18, ../scss/bootflat/_checkbox_radio.scss */
.checkbox label, .radio label {
  position: relative;
  top: 2px;
  padding-left: 5px;
}

/* line 23, ../scss/bootflat/_checkbox_radio.scss */
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  background: url("../img/check_flat/default.png") no-repeat;
  border: none;
  cursor: pointer;
}

/* line 37, ../scss/bootflat/_checkbox_radio.scss */
.icheckbox_flat {
  background-position: 0 0;
}
/* line 40, ../scss/bootflat/_checkbox_radio.scss */
.icheckbox_flat.checked {
  background-position: -22px 0;
}
/* line 43, ../scss/bootflat/_checkbox_radio.scss */
.icheckbox_flat.disabled {
  background-position: -44px 0;
  cursor: default;
}
/* line 47, ../scss/bootflat/_checkbox_radio.scss */
.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}

/* line 52, ../scss/bootflat/_checkbox_radio.scss */
.iradio_flat {
  background-position: -88px 0;
}
/* line 55, ../scss/bootflat/_checkbox_radio.scss */
.iradio_flat.checked {
  background-position: -110px 0;
}
/* line 58, ../scss/bootflat/_checkbox_radio.scss */
.iradio_flat.disabled {
  background-position: -132px 0;
  cursor: default;
}
/* line 62, ../scss/bootflat/_checkbox_radio.scss */
.iradio_flat.checked.disabled {
  background-position: -154px 0;
}

/**
 * toggle
 * --------------------------------------------------
 */
/* line 33, ../scss/bootflat/_toggle.scss */
.toggle {
  height: 32px;
}
/* line 36, ../scss/bootflat/_toggle.scss */
.toggle input[type="checkbox"], .toggle input[type="radio"] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -100000px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 46, ../scss/bootflat/_toggle.scss */
.toggle .handle {
  display: block;
  position: relative;
  top: -20px;
  left: 0;
  width: 50px;
  height: 32px;
  background-color: #FFF;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -webkit-box-shadow: inset 0 0 0 1px #969a9a;
  -moz-box-shadow: inset 0 0 0 1px #969a9a;
  box-shadow: inset 0 0 0 1px #969a9a;
}
/* line 57, ../scss/bootflat/_toggle.scss */
.toggle .handle:before, .toggle .handle:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 1px #969a9a, 1px 1px 1px #a3a6a6;
  -moz-box-shadow: inset 0 0 0 1px #969a9a, 1px 1px 1px #a3a6a6;
  box-shadow: inset 0 0 0 1px #969a9a, 1px 1px 1px #a3a6a6;
}
/* line 73, ../scss/bootflat/_toggle.scss */
.toggle input[type="checkbox"]:disabled + .handle, .toggle input[type="radio"]:disabled + .handle, .toggle input[type="checkbox"]:disabled + .handle:before, .toggle input[type="radio"]:disabled + .handle:before, .toggle input[type="checkbox"]:disabled + .handle:after, .toggle input[type="radio"]:disabled + .handle:after {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #C7C9C7;
}
/* line 83, ../scss/bootflat/_toggle.scss */
.toggle input[type="checkbox"]:checked + .handle:before, .toggle input[type="radio"]:checked + .handle:before {
  width: 50px;
  background-color: #99C914;
}
/* line 88, ../scss/bootflat/_toggle.scss */
.toggle input[type="checkbox"]:checked + .handle:after, .toggle input[type="radio"]:checked + .handle:after {
  left: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #E0E0E0, 1px 1px 1px #a3a6a6;
  -moz-box-shadow: inset 0 0 0 1px #E0E0E0, 1px 1px 1px #a3a6a6;
  box-shadow: inset 0 0 0 1px #E0E0E0, 1px 1px 1px #a3a6a6;
}

/**
 * calendar
 * --------------------------------------------------
 */
/* line 21, ../scss/bootflat/_calendar.scss */
.calendar {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  background-color: #144278;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 28, ../scss/bootflat/_calendar.scss */
.calendar .unit {
  float: left;
  width: 14.28%;
  text-align: center;
}
/* line 36, ../scss/bootflat/_calendar.scss */
.calendar .years .prev {
  text-align: left;
}
/* line 39, ../scss/bootflat/_calendar.scss */
.calendar .years .next {
  text-align: right;
}
/* line 42, ../scss/bootflat/_calendar.scss */
.calendar .years .prev em, .calendar .years .next em {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FFF;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
/* line 52, ../scss/bootflat/_calendar.scss */
.calendar .years .prev em:before, .calendar .years .next em:before {
  position: absolute;
  display: block;
  content: "";
  margin-top: 6px;
  border-style: solid;
  border-width: 7px;
  width: 0;
  height: 0;
  font-size: 0;
}
/* line 64, ../scss/bootflat/_calendar.scss */
.calendar .years .prev em:before {
  top: 3px;
  left: 4px;
  border-color: transparent #FFF transparent transparent;
}
/* line 69, ../scss/bootflat/_calendar.scss */
.calendar .years .next em:before {
  top: 3px;
  left: 13px;
  border-color: transparent transparent transparent #FFF;
}
/* line 74, ../scss/bootflat/_calendar.scss */
.calendar .years .prev em:hover, .calendar .years .next em:hover, .calendar .years .prev em:active, .calendar .years .next em:active {
  border-color: #041E42;
}
/* line 80, ../scss/bootflat/_calendar.scss */
.calendar .years .prev em:hover:before, .calendar .years .prev em:active:before {
  border-color: transparent #041E42 transparent transparent;
}
/* line 85, ../scss/bootflat/_calendar.scss */
.calendar .years .next em:hover:before, .calendar .years .next em:active:before {
  border-color: transparent transparent transparent #041E42;
}
/* line 90, ../scss/bootflat/_calendar.scss */
.calendar .years .monyear {
  float: left;
  width: 71.42%;
  text-align: center;
  height: 34px;
  line-height: 34px;
}
/* line 99, ../scss/bootflat/_calendar.scss */
.calendar .days {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #073472;
}
/* line 103, ../scss/bootflat/_calendar.scss */
.calendar .days .unit {
  margin-bottom: 3px;
  text-align: center;
  height: 34px;
  line-height: 34px;
}
/* line 109, ../scss/bootflat/_calendar.scss */
.calendar .days .unit b {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: normal;
  width: 34px;
  height: 34px;
}
/* line 115, ../scss/bootflat/_calendar.scss */
.calendar .days .unit:hover b, .calendar .days .unit:active b, .calendar .days .unit.active b {
  display: inline-block;
  background-color: #FFF;
  color: #041E42;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 124, ../scss/bootflat/_calendar.scss */
.calendar .days .unit.older b {
  color: #041E42;
  background-color: transparent;
  cursor: default;
  width: auto;
  height: auto;
}

/**
 * pricing
 * --------------------------------------------------
 */
/* line 26, ../scss/bootflat/_pricing.scss */
.pricing ul {
  list-style: none;
  padding: 0;
}
/* line 31, ../scss/bootflat/_pricing.scss */
.pricing .unit {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 250px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 39, ../scss/bootflat/_pricing.scss */
.pricing .unit.active {
  top: 5px;
  margin-left: -36px;
  margin-right: -36px;
  z-index: 1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* line 46, ../scss/bootflat/_pricing.scss */
.pricing .unit.active .price-title h3 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  /* line 53, ../scss/bootflat/_pricing.scss */
  .pricing .unit {
    display: block;
    margin-bottom: 20px;
  }
  /* line 57, ../scss/bootflat/_pricing.scss */
  .pricing .unit.active {
    top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 62, ../scss/bootflat/_pricing.scss */
  .pricing .unit.active .price-title h3 {
    font-size: 30px;
  }
}
/* line 69, ../scss/bootflat/_pricing.scss */
.pricing .price-title {
  padding: 20px 20px 10px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  color: #FFF;
}
/* line 75, ../scss/bootflat/_pricing.scss */
.pricing .price-title h3, .pricing .price-title h3 > p {
  margin: 0;
}
/* line 81, ../scss/bootflat/_pricing.scss */
.pricing .price-body {
  padding: 20px 20px 10px;
}
/* line 84, ../scss/bootflat/_pricing.scss */
.pricing .price-body ul {
  padding-top: 10px;
}
/* line 88, ../scss/bootflat/_pricing.scss */
.pricing .price-body li {
  margin-bottom: 10px;
}
/* line 92, ../scss/bootflat/_pricing.scss */
.pricing .price-body h4 {
  margin: 0;
}
/* line 97, ../scss/bootflat/_pricing.scss */
.pricing .price-foot {
  padding: 20px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  background-color: #C7C9C7;
}
/* line 106, ../scss/bootflat/_pricing.scss */
.pricing .price-primary .price-title {
  background-color: #16BBD6;
}
/* line 109, ../scss/bootflat/_pricing.scss */
.pricing .price-primary .price-body {
  background-color: #91e6f4;
}
/* line 111, ../scss/bootflat/_pricing.scss */
.pricing .price-primary .price-body ul {
  border-top: 1px solid #63dbef;
}
/* line 117, ../scss/bootflat/_pricing.scss */
.pricing .price-success .price-title {
  background-color: #99C914;
}
/* line 120, ../scss/bootflat/_pricing.scss */
.pricing .price-success .price-body {
  background-color: #d5f383;
}
/* line 122, ../scss/bootflat/_pricing.scss */
.pricing .price-success .price-body ul {
  border-top: 1px solid #c5ee55;
}
/* line 128, ../scss/bootflat/_pricing.scss */
.pricing .price-warning .price-title {
  background-color: #E0174C;
}
/* line 131, ../scss/bootflat/_pricing.scss */
.pricing .price-warning .price-body {
  background-color: #f59bb3;
}
/* line 133, ../scss/bootflat/_pricing.scss */
.pricing .price-warning .price-body ul {
  border-top: 1px solid #f06d90;
}

/**
 * alert
 * --------------------------------------------------
 */
/* line 25, ../scss/bootflat/_alert.scss */
.alert h4 {
  margin-bottom: 10px;
  font-weight: 400;
}
/* line 30, ../scss/bootflat/_alert.scss */
.alert hr {
  border-top-color: #FFF;
}
/* line 34, ../scss/bootflat/_alert.scss */
.alert-dismissable .close {
  color: #000;
}
/* line 38, ../scss/bootflat/_alert.scss */
.alert-info {
  background-color: #C7C9C7;
  border: #C7C9C7;
  color: #191919;
  border-radius: 4px;
}
/* line 44, ../scss/bootflat/_alert.scss */
.alert-warning {
  background-color: #F9A74F;
  border: #F9A74F;
  color: #FFF;
}
/* line 49, ../scss/bootflat/_alert.scss */
.alert-danger {
  background-color: #D50032;
  border: #D50032;
  color: #FFF;
}
/* line 54, ../scss/bootflat/_alert.scss */
.alert-success {
  background-color: #84BD00;
  border: #84BD00;
  color: #FFF;
}
/* line 60, ../scss/bootflat/_alert.scss */
.alert .alert-link {
  cursor: pointer;
  text-decoration: underline;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
/* line 64, ../scss/bootflat/_alert.scss */
.alert .alert-link:hover, .alert .alert-link:focus {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
/* line 70, ../scss/bootflat/_alert.scss */
.alert-success a, .alert-warning a {
  color: #FFF;
  text-decoration: underline;
}
/* line 76, ../scss/bootflat/_alert.scss */
.alert .btn-link, .alert .btn-link:hover, .alert .btn-link:focus {
  color: #000;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
/* line 82, ../scss/bootflat/_alert.scss */
.alert .btn-link:focus, .alert .btn-link:hover {
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 89, ../scss/bootflat/_alert.scss */
.alert-info hr {
  border-top-color: #FFF;
}

/**
 * tab
 * --------------------------------------------------
 */
/* line 22, ../scss/bootflat/_tab.scss */
.nav-tabs {
  border-bottom: none;
  background-color: #C7C9C7;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 27, ../scss/bootflat/_tab.scss */
.nav-tabs > li {
  margin-bottom: 0;
  border-left: 1px solid #A5A5A5;
}
/* line 31, ../scss/bootflat/_tab.scss */
.nav-tabs > li:first-child {
  border-left: none;
}
/* line 34, ../scss/bootflat/_tab.scss */
.nav-tabs > li > a {
  margin-right: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #54585A;
}
/* line 40, ../scss/bootflat/_tab.scss */
.nav-tabs > li:first-child > a {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
/* line 43, ../scss/bootflat/_tab.scss */
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  border: none;
  background-color: #E0E0E0;
}
/* line 48, ../scss/bootflat/_tab.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
  background-color: #FFF !important;
}
/* line 55, ../scss/bootflat/_tab.scss */
.nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus {
  color: #54585A;
}
/* line 61, ../scss/bootflat/_tab.scss */
.nav-tabs li.dropdown.open .dropdown-toggle {
  color: #54585A;
  background-color: #E0E0E0;
}
/* line 65, ../scss/bootflat/_tab.scss */
.nav-tabs li.dropdown.active.open .dropdown-toggle {
  color: #54585A;
}
/* line 68, ../scss/bootflat/_tab.scss */
.nav-tabs li.dropdown.active.open .dropdown-toggle .caret, .nav-tabs li.dropdown.active .dropdown-toggle .caret {
  border-top-color: #54585A;
  border-bottom-color: #54585A;
}
/* line 73, ../scss/bootflat/_tab.scss */
.nav-tabs li.dropdown.open .caret, .nav-tabs li.dropdown.open.active .caret, .nav-tabs li.dropdown.open a:hover .caret, .nav-tabs li.dropdown.open a:focus .caret, .nav-tabs .dropdown-toggle .caret, .nav-tabs .dropdown-toggle:hover .caret, .nav-tabs .dropdown-toggle:focus .caret {
  border-top-color: #54585A;
  border-bottom-color: #54585A;
}
/* line 84, ../scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
}
/* line 88, ../scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
/* line 92, ../scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 95, ../scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > li:first-child > a {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
/* line 98, ../scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > li:last-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
/* line 101, ../scss/bootflat/_tab.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: none;
}
@media (min-width: 768px) {
  /* line 107, ../scss/bootflat/_tab.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  /* line 111, ../scss/bootflat/_tab.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom: none;
  }
}
/* line 118, ../scss/bootflat/_tab.scss */
.tab-content {
  padding: 10px;
}

/* line 124, ../scss/bootflat/_tab.scss */
.tabs-below .nav-tabs {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 127, ../scss/bootflat/_tab.scss */
.tabs-below .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
/* line 130, ../scss/bootflat/_tab.scss */
.tabs-below .nav-tabs.nav-justified > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

/* line 135, ../scss/bootflat/_tab.scss */
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
  border-left: none;
  border-top: 1px solid #A5A5A5;
}

/* line 141, ../scss/bootflat/_tab.scss */
.tabs-left .nav-tabs > li:first-child,
.tabs-right .nav-tabs > li:first-child {
  border-top: none;
}

/* line 145, ../scss/bootflat/_tab.scss */
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
}

/* line 151, ../scss/bootflat/_tab.scss */
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 156, ../scss/bootflat/_tab.scss */
.tabs-left .nav-tabs > li:first-child > a {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
/* line 159, ../scss/bootflat/_tab.scss */
.tabs-left .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

/* line 164, ../scss/bootflat/_tab.scss */
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 169, ../scss/bootflat/_tab.scss */
.tabs-right .nav-tabs > li:first-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
/* line 172, ../scss/bootflat/_tab.scss */
.tabs-right .nav-tabs > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

/**
 * pill
 * --------------------------------------------------
 */
/* line 19, ../scss/bootflat/_pill.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #00AFD7;
}
/* line 25, ../scss/bootflat/_pill.scss */
.nav-pills > li > a {
  color: #00AFD7;
}
/* line 28, ../scss/bootflat/_pill.scss */
.nav-pills > li > a:hover {
  color: #54585A;
  background-color: #C7C9C7;
}
/* line 32, ../scss/bootflat/_pill.scss */
.nav-pills > .active > a > .badge {
  color: #00AFD7;
}
/* line 35, ../scss/bootflat/_pill.scss */
.nav-pills .open > a, .nav-pills .open > a:focus, .nav-pills .open > a:hover {
  color: #54585A;
  background-color: #C7C9C7;
}

/**
 * navbar
 * --------------------------------------------------
 */
/* line 20, ../scss/bootflat/_navbar.scss */
.navbar-form {
  padding: 0 !important;
}

/* line 25, ../scss/bootflat/_navbar.scss */
.navbar-default {
  background-color: #FFF;
  border-color: #FFF;
}
/* line 29, ../scss/bootflat/_navbar.scss */
.navbar-default .navbar-brand, .navbar-default .navbar-link, .navbar-default .btn-link {
  color: #d9d9d9;
}
/* line 34, ../scss/bootflat/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-link:hover, .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #191919;
  background-color: transparent;
}
/* line 46, ../scss/bootflat/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #191919;
}
/* line 50, ../scss/bootflat/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #191919;
  background-color: #FFF;
}
/* line 56, ../scss/bootflat/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus, .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  background-color: transparent;
}
/* line 66, ../scss/bootflat/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}
/* line 70, ../scss/bootflat/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
}
/* line 75, ../scss/bootflat/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
/* line 78, ../scss/bootflat/_navbar.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #FFF;
}
/* line 84, ../scss/bootflat/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #191919;
  background-color: #FFF;
}
@media (max-width: 767px) {
  /* line 92, ../scss/bootflat/_navbar.scss */
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #FFF;
  }
  /* line 96, ../scss/bootflat/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .divider {
    background-color: #FFF;
  }
  /* line 99, ../scss/bootflat/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #d9d9d9;
  }
  /* line 102, ../scss/bootflat/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #191919;
    background-color: #FFF;
  }
  /* line 110, ../scss/bootflat/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: #d9d9d9;
  }
  /* line 113, ../scss/bootflat/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #e6e6e6;
  }
}

/* line 122, ../scss/bootflat/_navbar.scss */
.navbar-inverse {
  background-color: #00AFD7;
  border-color: #00AFD7;
  font-size: .8rem;
}
/* line 127, ../scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-link, .navbar-inverse .btn-link {
  color: #f1fcff;
}
/* line 132, ../scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-link:hover, .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #FFF;
  background-color: transparent;
}
/* line 140, ../scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
  color: #f1fcff;
}
/* line 144, ../scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #FFF;
}
/* line 148, ../scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #00AFD7;
}
/* line 154, ../scss/bootflat/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus, .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #a4eeff;
  background-color: transparent;
}
/* line 164, ../scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #00AFD7;
  background-color: #00AFD7;
}
/* line 168, ../scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  border-color: #0bd2ff;
  background-color: #0bd2ff;
}
/* line 173, ../scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #f1fcff;
}
/* line 176, ../scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #00AFD7;
}
/* line 180, ../scss/bootflat/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #FFF;
  background-color: #00AFD7;
}
@media (max-width: 767px) {
  /* line 188, ../scss/bootflat/_navbar.scss */
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #00AFD7;
  }
  /* line 192, ../scss/bootflat/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .divider {
    background-color: #00AFD7;
  }
  /* line 195, ../scss/bootflat/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f1fcff;
  }
  /* line 198, ../scss/bootflat/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #191919;
    background-color: #00AFD7;
  }
  /* line 206, ../scss/bootflat/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    color: white;
  }
  /* line 209, ../scss/bootflat/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #a4eeff;
  }
}

/**
 * list
 * --------------------------------------------------
 */
/* line 36, ../scss/bootflat/_list.scss */
.list-group {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 39, ../scss/bootflat/_list.scss */
.list-group-item {
  border-color: transparent;
  border-top-color: #C7C9C7;
}
/* line 42, ../scss/bootflat/_list.scss */
.list-group-item:first-child {
  border-top: none;
}
/* line 45, ../scss/bootflat/_list.scss */
.list-group-item-heading {
  color: #54585A;
}

/* line 52, ../scss/bootflat/_list.scss */
a.list-group-item {
  color: #54585A;
}
/* line 55, ../scss/bootflat/_list.scss */
a.list-group-item .list-group-item-heading {
  font-size: 16px;
  color: #54585A;
}
/* line 60, ../scss/bootflat/_list.scss */
a.list-group-item:hover, a.list-group-item:focus {
  background-color: #C7C9C7;
}
/* line 64, ../scss/bootflat/_list.scss */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #16BBD6;
  border-color: #16BBD6;
}
/* line 70, ../scss/bootflat/_list.scss */
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #FFF;
}

/* line 76, ../scss/bootflat/_list.scss */
.list-group-item-primary {
  color: #1193a8;
  border-color: #00AFD7 transparent transparent transparent;
  background-color: #16BBD6;
}
/* line 80, ../scss/bootflat/_list.scss */
.list-group-item-primary:first-child {
  border-color: transparent;
}
/* line 83, ../scss/bootflat/_list.scss */
a.list-group-item-primary {
  color: #08424b;
}
/* line 85, ../scss/bootflat/_list.scss */
a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  color: #FFF;
  background-color: #00AFD7;
}
/* line 90, ../scss/bootflat/_list.scss */
a.list-group-item-primary.active, a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  background-color: #00AFD7;
  border-color: #16BBD6 transparent transparent transparent;
}

/* line 98, ../scss/bootflat/_list.scss */
.list-group-item-success {
  color: #769b0f;
  border-color: #84BD00 transparent transparent transparent;
  background-color: #99C914;
}
/* line 102, ../scss/bootflat/_list.scss */
.list-group-item-success:first-child {
  border-color: transparent;
}
/* line 105, ../scss/bootflat/_list.scss */
a.list-group-item-success {
  color: #2f3e06;
}
/* line 107, ../scss/bootflat/_list.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #FFF;
  background-color: #84BD00;
}
/* line 112, ../scss/bootflat/_list.scss */
a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group-item-success:focus {
  background-color: #84BD00;
  border-color: #99C914 transparent transparent transparent;
}

/* line 120, ../scss/bootflat/_list.scss */
.list-group-item-warning {
  color: #ff9739;
  border-color: #F9A74F transparent transparent transparent;
  background-color: #FFB26C;
}
/* line 124, ../scss/bootflat/_list.scss */
.list-group-item-warning:first-child {
  border-color: transparent;
}
/* line 127, ../scss/bootflat/_list.scss */
a.list-group-item-warning {
  color: #9f4c00;
}
/* line 129, ../scss/bootflat/_list.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #FFF;
  background-color: #F9A74F;
}
/* line 134, ../scss/bootflat/_list.scss */
a.list-group-item-warning.active, a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  background-color: #F9A74F;
  border-color: #FFB26C transparent transparent transparent;
}

/* line 142, ../scss/bootflat/_list.scss */
.list-group-item-info {
  color: #95ced7;
  border-color: #A4DBE8 transparent transparent transparent;
  background-color: #BADFE5;
}
/* line 146, ../scss/bootflat/_list.scss */
.list-group-item-info:first-child {
  border-color: transparent;
}
/* line 149, ../scss/bootflat/_list.scss */
a.list-group-item-info {
  color: #4babbb;
}
/* line 151, ../scss/bootflat/_list.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #FFF;
  background-color: #A4DBE8;
}
/* line 156, ../scss/bootflat/_list.scss */
a.list-group-item-info.active, a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #A4DBE8;
  border-color: #BADFE5 transparent transparent transparent;
}

/* line 164, ../scss/bootflat/_list.scss */
.list-group-item-danger {
  color: #b2123c;
  border-color: #D50032 transparent transparent transparent;
  background-color: #E0174C;
}
/* line 168, ../scss/bootflat/_list.scss */
.list-group-item-danger:first-child {
  border-color: transparent;
}
/* line 171, ../scss/bootflat/_list.scss */
a.list-group-item-danger {
  color: #55091d;
}
/* line 173, ../scss/bootflat/_list.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #FFF;
  background-color: #D50032;
}
/* line 178, ../scss/bootflat/_list.scss */
a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  background-color: #D50032;
  border-color: #E0174C transparent transparent transparent;
}

/**
 * media list
 * --------------------------------------------------
 */
/* line 16, ../scss/bootflat/_media_list.scss */
.media-list {
  color: #898D8D;
}
/* line 18, ../scss/bootflat/_media_list.scss */
.media-heading {
  font-size: 14px;
  color: #54585A;
}

/**
 * modal
 * --------------------------------------------------
 */
/* line 20, ../scss/bootflat/_modal.scss */
.modal-content {
  border: solid 1px #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #54585A;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  top: 10%;
}
/* line 27, ../scss/bootflat/_modal.scss */
.modal-header {
  border-bottom: none;
}
/* line 30, ../scss/bootflat/_modal.scss */
.modal-body {
  padding: 0 15px;
}
/* line 33, ../scss/bootflat/_modal.scss */
.modal-footer {
  border-top: none;
}

/**
 * well
 * --------------------------------------------------
 */
/* line 22, ../scss/bootflat/_well.scss */
.well {
  padding: 10px;
  border: solid 1px #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #54585A;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 30, ../scss/bootflat/_well.scss */
.well blockquote {
  border-color: #A5A5A5;
}
/* line 33, ../scss/bootflat/_well.scss */
.well-lg {
  padding: 20px;
}
/* line 36, ../scss/bootflat/_well.scss */
.well-sm {
  padding: 5px;
}

/**
 * thumbnail
 * --------------------------------------------------
 */
/* line 18, ../scss/bootflat/_thumbnail.scss */
.thumbnail {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 22, ../scss/bootflat/_thumbnail.scss */
.thumbnail a > img, .thumbnail > img {
  width: 100%;
}
/* line 26, ../scss/bootflat/_thumbnail.scss */
.thumbnail .caption {
  font-size: 14px;
}
/* line 30, ../scss/bootflat/_thumbnail.scss */
.thumbnail .caption h1, .thumbnail .caption h2, .thumbnail .caption h3, .thumbnail .caption h4, .thumbnail .caption h5, .thumbnail .caption h6 {
  margin: 5px 0 10px;
  font-size: 16px;
}

/**
 * jumbotron
 * --------------------------------------------------
 */
/* line 20, ../scss/bootflat/_jumbotron.scss */
.jumbotron {
  margin-bottom: 20px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 27, ../scss/bootflat/_jumbotron.scss */
.container .jumbotron {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 31, ../scss/bootflat/_jumbotron.scss */
.jumbotron > .jumbotron-photo img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  width: 100%;
}
/* line 36, ../scss/bootflat/_jumbotron.scss */
.jumbotron .jumbotron-contents {
  padding: 20px;
  color: #54585A;
}
/* line 40, ../scss/bootflat/_jumbotron.scss */
.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner > .item.active img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 45, ../scss/bootflat/_jumbotron.scss */
.jumbotron .carousel-inner > .item > a > img,
.jumbotron .carousel-inner > .item > img {
  width: 100%;
}
/* line 49, ../scss/bootflat/_jumbotron.scss */
.jumbotron .carousel-control.left {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
/* line 52, ../scss/bootflat/_jumbotron.scss */
.jumbotron .carousel-control.right {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
/* line 56, ../scss/bootflat/_jumbotron.scss */
.jumbotron h1, .jumbotron .h1, .jumbotron h2, .jumbotron .h2 {
  font-weight: 400;
}
/* line 61, ../scss/bootflat/_jumbotron.scss */
.jumbotron h1, .jumbotron .h1 {
  font-size: 28px;
}
/* line 64, ../scss/bootflat/_jumbotron.scss */
.jumbotron h2, .jumbotron .h2 {
  font-size: 24px;
}
/* line 67, ../scss/bootflat/_jumbotron.scss */
.jumbotron p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  /* line 72, ../scss/bootflat/_jumbotron.scss */
  .jumbotron, .container .jumbotron {
    padding: 0;
  }
  /* line 76, ../scss/bootflat/_jumbotron.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 28px;
  }
}

/**
 * panel
 * --------------------------------------------------
 */
/* line 27, ../scss/bootflat/_panel.scss */
.panel {
  background-color: #FFF;
  border: solid 1px #E0E0E0;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
/* line 37, ../scss/bootflat/_panel.scss */
.panel .list-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 40, ../scss/bootflat/_panel.scss */
.panel .list-group-item:first-child {
  border-top: 1px solid #C7C9C7;
}
/* line 44, ../scss/bootflat/_panel.scss */
.panel-heading {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 47, ../scss/bootflat/_panel.scss */
.panel-title {
  font-size: 2em;
  color: #FFF;
  font-weight: normal;
}
/* line 52, ../scss/bootflat/_panel.scss */
.panel-footer {
  background-color: #C7C9C7;
  border-top-color: #C7C9C7;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 58, ../scss/bootflat/_panel.scss */
.panel-default {
  border-color: #C7C9C7;
}
/* line 60, ../scss/bootflat/_panel.scss */
.panel-default > .panel-heading {
  color: #FFF;
  background-color: #C7C9C7;
  border-color: #C7C9C7;
}
/* line 66, ../scss/bootflat/_panel.scss */
.panel-primary {
  border-color: #00AFD7;
}
/* line 68, ../scss/bootflat/_panel.scss */
.panel-primary > .panel-heading {
  color: #FFF;
  background-color: #00AFD7;
  border-color: #00AFD7;
}
/* line 74, ../scss/bootflat/_panel.scss */
.panel-success {
  border-color: #84BD00;
}
/* line 76, ../scss/bootflat/_panel.scss */
.panel-success > .panel-heading {
  color: #FFF;
  background-color: #84BD00;
  border-color: #84BD00;
}
/* line 82, ../scss/bootflat/_panel.scss */
.panel-info {
  border-color: #A4DBE8;
}
/* line 84, ../scss/bootflat/_panel.scss */
.panel-info > .panel-heading {
  color: #FFF;
  background-color: #A4DBE8;
  border-color: #A4DBE8;
}
/* line 90, ../scss/bootflat/_panel.scss */
.panel-warning {
  border-color: #F9A74F;
}
/* line 92, ../scss/bootflat/_panel.scss */
.panel-warning > .panel-heading {
  color: #FFF;
  background-color: #F9A74F;
  border-color: #F9A74F;
}
/* line 98, ../scss/bootflat/_panel.scss */
.panel-danger {
  border-color: #D50032;
}
/* line 100, ../scss/bootflat/_panel.scss */
.panel-danger > .panel-heading {
  color: #FFF;
  background-color: #D50032;
  border-color: #D50032;
}
/* line 107, ../scss/bootflat/_panel.scss */
.panel-primary > .panel-heading > .panel-title, .panel-success > .panel-heading > .panel-title, .panel-info > .panel-heading > .panel-title, .panel-warning > .panel-heading > .panel-title, .panel-danger > .panel-heading > .panel-title {
  color: #FFF;
}
/* line 115, ../scss/bootflat/_panel.scss */
.panel > .list-group:first-child .list-group-item:first-child, .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 120, ../scss/bootflat/_panel.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 123, ../scss/bootflat/_panel.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
/* line 133, ../scss/bootflat/_panel.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
/* line 143, ../scss/bootflat/_panel.scss */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 147, ../scss/bootflat/_panel.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
/* line 157, ../scss/bootflat/_panel.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
/* line 167, ../scss/bootflat/_panel.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top-color: #C7C9C7;
}
/* line 172, ../scss/bootflat/_panel.scss */
.panel p {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

/* line 181, ../scss/bootflat/_panel.scss */
.toc {
  display: block;
  color: #898D8D;
}

/* line 187, ../scss/bootflat/_panel.scss */
.toc a {
  display: block;
  padding: 4px 10px;
  color: #898D8D;
  border-right: 3px solid #A4DBE8;
}

/* line 194, ../scss/bootflat/_panel.scss */
.toc a:focus, .toc a:hover {
  color: #898D8D;
  text-decoration: underline;
  background-color: transparent;
  border-right: 3px solid #00AFD7;
}

/* line 201, ../scss/bootflat/_panel.scss */
.toc active:focus > a, .toc active:hover > a, .toc active > a {
  color: #898D8D;
  background-color: transparent;
  border-right: 3px solid #00AFD7;
}

/* line 207, ../scss/bootflat/_panel.scss */
.toc ul {
  -webkit-padding-start: 13px;
}

/**
 * accordion
 * --------------------------------------------------
 */
/* line 25, ../scss/bootflat/_accordion.scss */
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
  margin-left: 0px;
}
/* line 32, ../scss/bootflat/_accordion.scss */
.panel-group .panel + .panel {
  margin-top: 0;
}
/* line 35, ../scss/bootflat/_accordion.scss */
.panel-group .panel-heading {
  padding: 0;
  border-bottom-color: transparent;
  background-color: #FFF;
}
/* line 40, ../scss/bootflat/_accordion.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 0px 0;
  border-top-color: transparent;
}
/* line 44, ../scss/bootflat/_accordion.scss */
.panel-group .panel-title {
  font-size: 1em;
}
/* line 47, ../scss/bootflat/_accordion.scss */
.panel-group .panel-title a {
  padding: 0px 0;
  display: block;
  font-size: 1em;
  color: #333333;
}
/* line 54, ../scss/bootflat/_accordion.scss */
.panel-group .panel-title a:hover {
  color: #00AFD7;
}
/* line 57, ../scss/bootflat/_accordion.scss */
.panel-group .panel-title a:active {
  color: #00AFD7;
}

/* line 62, ../scss/bootflat/_accordion.scss */
.panel-group-lists .panel {
  border-bottom: 1px solid #C7C9C7;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 67, ../scss/bootflat/_accordion.scss */
.panel-group-lists .panel:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 70, ../scss/bootflat/_accordion.scss */
.panel-group-lists .panel:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}
/* line 74, ../scss/bootflat/_accordion.scss */
.panel-group-lists .panel-heading + .panel-collapse .panel-body {
  padding: 15px;
  border-top-color: #C7C9C7;
}
/* line 78, ../scss/bootflat/_accordion.scss */
.panel-group-lists .panel-title a {
  padding: 10px 15px;
  color: #54585A;
}
/* line 82, ../scss/bootflat/_accordion.scss */
.panel-group-lists .panel-title a:hover, .panel-group-lists .panel-title a:focus, .panel-group-lists .panel-title a:active {
  color: #898D8D;
}

/**
 * footer
 * --------------------------------------------------
 */
/* line 21, ../scss/bootflat/_footer.scss */
.footer {
  padding: 40px 0;
  background-color: #54585A;
}
/* line 25, ../scss/bootflat/_footer.scss */
.footer-logo, .footer-nav {
  float: left;
  padding: 0 20px;
  width: 20%;
}
@media (max-width: 768px) {
  /* line 32, ../scss/bootflat/_footer.scss */
  .footer-logo {
    margin-bottom: 20px;
  }
  /* line 35, ../scss/bootflat/_footer.scss */
  .footer-logo, .footer-nav {
    float: none;
    display: block;
    width: 100%;
  }
}
/* line 42, ../scss/bootflat/_footer.scss */
.footer-logo {
  height: 32px;
  line-height: 32px;
  font-size: 1.2em;
  font-weight: 100;
}
/* line 49, ../scss/bootflat/_footer.scss */
.footer-logo img {
  margin-right: 10px;
}
/* line 52, ../scss/bootflat/_footer.scss */
.footer-logo a {
  color: #FFF;
}
/* line 56, ../scss/bootflat/_footer.scss */
.footer-logo a:hover, .footer-logo a:active {
  text-decoration: none;
}
/* line 61, ../scss/bootflat/_footer.scss */
.footer-nav .nav-title {
  margin-bottom: 15px;
  color: #FFF;
  line-height: 32px;
}
/* line 66, ../scss/bootflat/_footer.scss */
.footer-nav .nav-item {
  line-height: 28px;
}
/* line 68, ../scss/bootflat/_footer.scss */
.footer-nav .nav-item > a {
  color: #C7C9C7;
}
/* line 71, ../scss/bootflat/_footer.scss */
.footer-nav .nav-item > a:hover, .footer-nav .nav-item > a:active {
  color: #A5A5A5;
  text-decoration: none;
}
/* line 77, ../scss/bootflat/_footer.scss */
.footer-copyright {
  color: #C7C9C7;
}

/**
 * timeline
 * --------------------------------------------------
 */
/* line 22, ../scss/bootflat/_timeline.scss */
.timeline dl {
  position: relative;
  top: 0;
  margin: 0;
  padding: 20px 0;
}
/* line 28, ../scss/bootflat/_timeline.scss */
.timeline dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  content: '';
  background-color: #A5A5A5;
  z-index: 100;
}
/* line 40, ../scss/bootflat/_timeline.scss */
.timeline dl dt {
  position: relative;
  top: 30px;
  padding: 3px 5px;
  margin: 0 auto 15px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #898D8D;
  font-weight: normal;
  color: #FFF;
  width: 120px;
  z-index: 200;
}
/* line 54, ../scss/bootflat/_timeline.scss */
.timeline dl dd {
  position: relative;
  z-index: 200;
}
/* line 57, ../scss/bootflat/_timeline.scss */
.timeline dl dd .circ {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -11px;
  border: 4px solid #E0E0E0;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #16BBD6;
  z-index: 200;
}
/* line 70, ../scss/bootflat/_timeline.scss */
.timeline dl dd .time {
  position: absolute;
  top: 31px;
  left: 50%;
  padding: 10px 20px;
  width: 100px;
  display: inline-block;
  color: #16BBD6;
}
/* line 80, ../scss/bootflat/_timeline.scss */
.timeline dl dd .events {
  position: relative;
  margin-top: 10px;
  padding: 10px 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  width: 47%;
}
/* line 88, ../scss/bootflat/_timeline.scss */
.timeline dl dd .events:before {
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  content: '';
  border-width: 6px;
  border-style: solid;
}
/* line 98, ../scss/bootflat/_timeline.scss */
.timeline dl dd .events .events-object {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  /* line 98, ../scss/bootflat/_timeline.scss */
  .timeline dl dd .events .events-object {
    display: none;
  }
}
/* line 105, ../scss/bootflat/_timeline.scss */
.timeline dl dd .events .events-body {
  zoom: 1;
}
/* line 118, ../scss/bootflat/_timeline.scss */
.timeline dl dd.pos-right .time {
  margin-left: -100px;
  text-align: right;
}
/* line 122, ../scss/bootflat/_timeline.scss */
.timeline dl dd.pos-right .events {
  float: right;
}
/* line 125, ../scss/bootflat/_timeline.scss */
.timeline dl dd.pos-right .events:before {
  left: -12px;
  border-color: transparent #FFF transparent transparent;
}
/* line 132, ../scss/bootflat/_timeline.scss */
.timeline dl dd.pos-left .time {
  margin-left: 0;
  text-align: left;
}
/* line 136, ../scss/bootflat/_timeline.scss */
.timeline dl dd.pos-left .events {
  float: left;
}
/* line 138, ../scss/bootflat/_timeline.scss */
.timeline dl dd.pos-left .events:before {
  right: -12px;
  border-color: transparent transparent transparent #FFF;
}

@media screen and (max-width: 767px) {
  /* line 149, ../scss/bootflat/_timeline.scss */
  .timeline dl:before {
    left: 60px;
  }
  /* line 152, ../scss/bootflat/_timeline.scss */
  .timeline dl dt {
    margin: 0 0 30px;
  }
  /* line 156, ../scss/bootflat/_timeline.scss */
  .timeline dl dd .circ {
    left: 60px;
  }
  /* line 159, ../scss/bootflat/_timeline.scss */
  .timeline dl dd .time {
    left: 0;
  }
  /* line 163, ../scss/bootflat/_timeline.scss */
  .timeline dl dd.pos-left .time {
    margin-left: 0;
    padding: 10px 0;
    text-align: left;
  }
  /* line 168, ../scss/bootflat/_timeline.scss */
  .timeline dl dd.pos-left .events {
    float: right;
    width: 84%;
  }
  /* line 171, ../scss/bootflat/_timeline.scss */
  .timeline dl dd.pos-left .events:before {
    left: -12px;
    border-color: transparent #FFF transparent transparent;
  }
  /* line 178, ../scss/bootflat/_timeline.scss */
  .timeline dl dd.pos-right .time {
    margin-left: 0;
    padding: 10px 0;
    text-align: left;
  }
  /* line 183, ../scss/bootflat/_timeline.scss */
  .timeline dl dd.pos-right .events {
    float: right;
    width: 84%;
  }
}
/**
 * dropdown-menu
 * --------------------------------------------------
 */
/* line 28, ../scss/bootflat/_dropdown.scss */
.dropdown-menu {
  border: 1px solid #E0E0E0;
  background-color: #FFF;
}
/* line 32, ../scss/bootflat/_dropdown.scss */
.dropdown-menu .dropdown-header {
  padding: 5px 20px;
  font-size: 0.9em;
  font-weight: 400;
  color: #898D8D;
}
/* line 39, ../scss/bootflat/_dropdown.scss */
.dropdown-menu li a {
  padding: 5px 20px;
  color: #54585A;
  background-image: none;
  outline: none;
}
/* line 45, ../scss/bootflat/_dropdown.scss */
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  color: #FFF;
  background-color: #00AFD7 !important;
}
/* line 50, ../scss/bootflat/_dropdown.scss */
.dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
  color: #FFF;
  background-color: #00AFD7 !important;
}
/* line 55, ../scss/bootflat/_dropdown.scss */
.dropdown-menu .active a {
  color: #54585A;
  background-color: #E0E0E0;
  outline: none;
}
/* line 60, ../scss/bootflat/_dropdown.scss */
.dropdown-menu .disabled a, .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus {
  color: #FFF;
  cursor: default;
}
/* line 66, ../scss/bootflat/_dropdown.scss */
.dropdown-menu .divider {
  background-color: #898D8D;
  border-bottom: none;
}
/* line 71, ../scss/bootflat/_dropdown.scss */
.dropup .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/**
 * dropdown-submenu
 * --------------------------------------------------
 */
/* line 80, ../scss/bootflat/_dropdown.scss */
.dropdown-submenu {
  position: relative;
}
/* line 83, ../scss/bootflat/_dropdown.scss */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}
/* line 90, ../scss/bootflat/_dropdown.scss */
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
/* line 93, ../scss/bootflat/_dropdown.scss */
.dropup .dropdown-submenu .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  border-radius: 4px 4px 4px 0;
}
/* line 100, ../scss/bootflat/_dropdown.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #A4DBE8;
  margin-top: 5px;
  margin-right: -10px;
}
/* line 113, ../scss/bootflat/_dropdown.scss */
.dropdown-default .dropdown-submenu > a:after {
  border-left-color: #54585A;
}
/* line 116, ../scss/bootflat/_dropdown.scss */
.dropdown-submenu:hover a:after {
  border-left-color: #A4DBE8;
}
/* line 119, ../scss/bootflat/_dropdown.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 122, ../scss/bootflat/_dropdown.scss */
.dropdown-submenu.pull-left .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
}

/**
 * search in nav
 * --------------------------------------------------
 */
/* line 16, ../scss/bootflat/_search.scss */
.navbar-collapse {
  position: relative;
  padding-top: 30px !important;
  max-height: 270px;
}

/* line 21, ../scss/bootflat/_search.scss */
.navbar-collapse form[role="search"] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 0;
}

/* line 30, ../scss/bootflat/_search.scss */
.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
  padding: 8px 12px;
  border-radius: 0px;
  border-width: 0px;
  color: #A4DBE8;
  border-color: #e7e7e7;
  box-shadow: none;
  outline: none;
}

/* line 40, ../scss/bootflat/_search.scss */
.navbar-collapse form[role="search"] input {
  padding: 16px 12px;
  color: #041E42;
  box-shadow: none;
}

/* line 47, ../scss/bootflat/_search.scss */
.navbar-collapse form[role="search"] button:hover, .navbar-collapse form[role="search"] button:focus, .navbar-collapse form[role="search"] button:active, .navbar-collapse form[role="search"] button.active {
  background-color: transparent;
}

@media handheld, screen and (min-width: 768px) {
  /* line 56, ../scss/bootflat/_search.scss */
  .navbar-collapse {
    padding-top: 0px !important;
    padding-right: 38px !important;
  }

  /* line 60, ../scss/bootflat/_search.scss */
  .navbar-collapse form[role="search"] {
    width: 38px;
  }

  /* line 63, ../scss/bootflat/_search.scss */
  .navbar-collapse form[role="search"] button,
  .navbar-collapse form[role="search"] input {
    padding: 12px 12px;
  }

  /* line 67, ../scss/bootflat/_search.scss */
  .navbar-collapse form[role="search"] input {
    opacity: 0;
    display: none;
    color: #FFF;
  }

  /* line 72, ../scss/bootflat/_search.scss */
  .navbar-collapse form[role="search"].active {
    width: 100%;
  }

  /* line 76, ../scss/bootflat/_search.scss */
  .navbar-collapse form[role="search"].active button,
  .navbar-collapse form[role="search"].active input {
    display: table-cell;
    opacity: 1;
  }

  /* line 81, ../scss/bootflat/_search.scss */
  .navbar-collapse form[role="search"].active input {
    width: 100%;
    text-align: right;
    background-color: #041E42;
  }

  /* line 86, ../scss/bootflat/_search.scss */
  .navbar-collapse form[role="search"].active button[type="submit"] {
    background-color: #fff;
  }
}
