@charset "UTF-8";
/** Set Bootstrap font path */
/*!
 *   AdminLTE v2.3.0
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  min-height: 100%; }
  .layout-boxed html, .layout-boxed
  body {
    height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto; }

/* Layout */
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }
  .layout-boxed .wrapper {
    max-width: 78.125rem;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    position: relative; }

.layout-boxed {
  background: url("${boxed-layout-bg-image-path}") repeat fixed; }

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 14.375rem;
  z-index: 820; }
  .layout-top-nav .content-wrapper, .layout-top-nav
  .right-side, .layout-top-nav
  .main-footer {
    margin-left: 0; }
  @media (max-width: 47rem) {
    .content-wrapper,
    .right-side,
    .main-footer {
      margin-left: 0; } }
  @media (min-width: 48rem) {
    .sidebar-collapse .content-wrapper, .sidebar-collapse
    .right-side, .sidebar-collapse
    .main-footer {
      margin-left: 0; } }
  @media (max-width: 47rem) {
    .sidebar-open .content-wrapper, .sidebar-open
    .right-side, .sidebar-open
    .main-footer {
      -ms-transform: translate(14.375rem, 0);
      transform: translate(14.375rem, 0); } }

.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: whitesmoke;
  z-index: 800; }

.main-footer {
  background: #fff;
  padding: 0.9375rem;
  color: #444;
  border-top: 0.0625rem solid #d2d6de; }

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed; }

.fixed .main-header {
  top: 0;
  right: 0;
  left: 0; }

.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 3.125rem; }
  @media (max-width: 47rem) {
    .fixed .content-wrapper,
    .fixed .right-side {
      padding-top: 6.25rem; } }

.fixed.layout-boxed .wrapper {
  max-width: 100%; }

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header > .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  transition: none; }

/* Content */
.content {
  min-height: 15.625rem;
  padding: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif; }

/* General Links */
a {
  color: #00a2e3; }

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #31c4ff; }

/* Page Header */
.page-header {
  margin: 0.625rem 0 1.25rem 0;
  font-size: 1.375rem; }
  .page-header > small {
    color: #666;
    display: block;
    margin-top: 0.3125rem; }

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 6.25rem;
  z-index: 1030; }
  .main-header > .navbar {
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 14.375rem;
    border: none;
    min-height: 3.125rem;
    border-radius: 0; }
    .layout-top-nav .main-header > .navbar {
      margin-left: 0; }
  .main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent; }
    .main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {
      border-color: rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.9); }
    .main-header #navbar-search-input.form-control::-moz-placeholder {
      color: #ccc;
      opacity: 1; }
    .main-header #navbar-search-input.form-control:-ms-input-placeholder {
      color: #ccc; }
    .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
      color: #ccc; }
  .main-header .navbar-custom-menu,
  .main-header .navbar-right {
    float: right; }
    @media (max-width: 61rem) {
      .main-header .navbar-custom-menu a,
      .main-header .navbar-right a {
        color: inherit;
        background: transparent; } }
  @media (max-width: 47rem) {
    .main-header .navbar-right {
      float: none; }
      .navbar-collapse .main-header .navbar-right {
        margin: 0.46875rem -0.9375rem; }
      .main-header .navbar-right > li {
        color: inherit;
        border: 0; } }
  .main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 0.84821rem 0.9375rem;
    font-family: fontAwesome; }
    .main-header .sidebar-toggle:before {
      content: "\f0c9"; }
    .main-header .sidebar-toggle:hover {
      color: #fff; }
    .main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
      background: transparent; }
  .main-header .sidebar-toggle .icon-bar {
    display: none; }
  .main-header .navbar .nav > li.user > a > .fa,
  .main-header .navbar .nav > li.user > a > .glyphicon,
  .main-header .navbar .nav > li.user > a > .ion {
    margin-right: 0.3125rem; }
  .main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 0.5625rem;
    right: 0.4375rem;
    text-align: center;
    font-size: 0.5625rem;
    padding: 0.125rem 0.1875rem;
    line-height: .9; }
  .main-header .logo {
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 3.125rem;
    font-size: 1.25rem;
    line-height: 3.125rem;
    text-align: center;
    width: 14.375rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0.9375rem;
    font-weight: 300;
    overflow: hidden; }
    .main-header .logo .logo-lg {
      display: block; }
    .main-header .logo .logo-mini {
      display: none; }
  .main-header .navbar-brand {
    color: #fff; }

.content-header {
  position: relative;
  padding: 0.9375rem 0.9375rem 0 0.9375rem; }
  .content-header > h1 {
    margin: 0;
    font-size: 1.5rem; }
    .content-header > h1 > small {
      font-size: 0.9375rem;
      display: inline-block;
      padding-left: 0.25rem;
      font-weight: 300; }
  .content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.75rem;
    padding: 0.4375rem 0.3125rem;
    position: absolute;
    top: 0.9375rem;
    right: 0.625rem;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }
    .content-header > .breadcrumb > li > a {
      color: #444;
      text-decoration: none;
      display: inline-block; }
      .content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion {
        margin-right: 0.3125rem; }
    .content-header > .breadcrumb > li + li:before {
      content: '>\00a0'; }
  @media (max-width: 61rem) {
    .content-header > .breadcrumb {
      position: relative;
      margin-top: 0.3125rem;
      top: 0;
      right: 0;
      float: none;
      background: #d2d6de;
      padding-left: 0.625rem; }
      .content-header > .breadcrumb li:before {
        color: #97a0b3; } }

.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 0.84821rem 0.9375rem; }

@media (max-width: 61rem) {
  .navbar-custom-menu .navbar-nav > li {
    float: left; }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left; }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    line-height: 1.25rem; } }

@media (max-width: 47rem) {
  .main-header {
    position: relative; }
    .main-header .logo,
    .main-header .navbar {
      width: 100%;
      float: none; }
    .main-header .navbar {
      margin: 0; }
    .main-header .navbar-custom-menu {
      float: right; } }

@media (max-width: 61rem) {
  .navbar-collapse.pull-left {
    float: none !important; }
    .navbar-collapse.pull-left + .navbar-custom-menu {
      display: block;
      position: absolute;
      top: 0;
      right: 2.5rem; } }

/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3.125rem;
  min-height: 100%;
  width: 14.375rem;
  z-index: 810;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out; }
  @media (max-width: 47rem) {
    .main-sidebar,
    .left-side {
      padding-top: 6.25rem; } }
  @media (max-width: 47rem) {
    .main-sidebar,
    .left-side {
      -ms-transform: translate(-14.375rem, 0);
      transform: translate(-14.375rem, 0); } }
  @media (min-width: 48rem) {
    .sidebar-collapse .main-sidebar, .sidebar-collapse
    .left-side {
      -ms-transform: translate(-14.375rem, 0);
      transform: translate(-14.375rem, 0); } }
  @media (max-width: 47rem) {
    .sidebar-open .main-sidebar, .sidebar-open
    .left-side {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

.sidebar {
  padding-bottom: 0.625rem; }

.sidebar-form input:focus {
  border-color: transparent; }

.user-panel {
  position: relative;
  width: 100%;
  padding: 0.625rem;
  overflow: hidden; }
  .user-panel:before, .user-panel:after {
    content: " ";
    display: table; }
  .user-panel:after {
    clear: both; }
  .user-panel > .image > img {
    width: 100%;
    max-width: 2.8125rem;
    height: auto; }
  .user-panel > .info {
    padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
    line-height: 1;
    position: absolute;
    left: 3.4375rem; }
    .user-panel > .info > p {
      font-weight: 600;
      margin-bottom: 0.5625rem; }
    .user-panel > .info > a {
      text-decoration: none;
      padding-right: 0.3125rem;
      margin-top: 0.1875rem;
      font-size: 0.6875rem; }
      .user-panel > .info > a > .fa,
      .user-panel > .info > a > .ion,
      .user-panel > .info > a > .glyphicon {
        margin-right: 0.1875rem; }

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0; }
    .sidebar-menu > li > a {
      padding: 0.25rem 0.3125rem 0.25rem 0.9375rem;
      display: block; }
      .sidebar-menu > li > a > .fa,
      .sidebar-menu > li > a > .glyphicon,
      .sidebar-menu > li > a > .ion {
        width: 1.25rem; }
    .sidebar-menu > li .label,
    .sidebar-menu > li .badge {
      margin-top: 0.1875rem;
      margin-right: 0.3125rem; }
  .sidebar-menu li.header {
    padding: 0.625rem 1.5625rem 0.625rem 0.9375rem;
    font-size: 0.75rem; }
  .sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 0.625rem;
    margin-top: 0.1875rem; }
  .sidebar-menu li.active > a > .fa-angle-left {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .sidebar-menu li.active > .treeview-menu {
    display: block; }
  .sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0.3125rem; }
    .sidebar-menu .treeview-menu .treeview-menu {
      padding-left: 1.25rem; }
    .sidebar-menu .treeview-menu > li {
      margin: 0; }
      .sidebar-menu .treeview-menu > li > a {
        padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
        display: block;
        font-size: 0.875rem; }
        .sidebar-menu .treeview-menu > li > a > .fa,
        .sidebar-menu .treeview-menu > li > a > .glyphicon,
        .sidebar-menu .treeview-menu > li > a > .ion {
          width: 1.25rem; }
        .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
        .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
          width: auto; }

/*
 * Component: Sidebar Mini
 */
@media (min-width: 48rem) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 3.125rem !important;
    z-index: 840; }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 3.125rem !important;
    z-index: 850; }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative; }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
      margin-right: 0; }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
      border-top-right-radius: 0.25rem; }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
      border-bottom-right-radius: 0.25rem; }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem;
      border-bottom-right-radius: 0.25rem; }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
      display: block !important;
      position: absolute;
      width: -35.625rem;
      left: 3.125rem; }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
      top: 0;
      margin-left: -0.1875rem;
      padding: 0.75rem 0.3125rem 0.75rem 1.25rem;
      background-color: inherit; }
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
      top: 2.75rem;
      margin-left: 0; }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0); }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 3.125rem; }
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
      display: block;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      font-size: 1.125rem; }
    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
      display: none; }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 3.125rem; } }

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden; }

.sidebar-menu:hover {
  overflow: visible; }

.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip; }

.sidebar-menu li > a {
  position: relative; }
  .sidebar-menu li > a > .pull-right {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    margin-top: -0.4375rem; }

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0; }

.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -14.375rem;
  width: 14.375rem;
  transition: right 0.3s ease-in-out; }

.control-sidebar {
  position: absolute;
  padding-top: 3.125rem;
  z-index: 1010; }
  @media (max-width: 48rem) {
    .control-sidebar {
      padding-top: 53.125rem; } }
  .control-sidebar > .tab-content {
    padding: 0.625rem 0.9375rem; }
  .control-sidebar.control-sidebar-open,
  .control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: 0; }

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0; }

@media (min-width: 48rem) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 14.375rem; } }

.nav-tabs.control-sidebar-tabs > li:first-of-type > a, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0; }

.nav-tabs.control-sidebar-tabs > li > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .nav-tabs.control-sidebar-tabs > li > a, .nav-tabs.control-sidebar-tabs > li > a:hover {
    border-top: none;
    border-right: none;
    border-left: 0.0625rem solid transparent;
    border-bottom: 0.0625rem solid transparent; }
  .nav-tabs.control-sidebar-tabs > li > a .icon {
    font-size: 1rem; }

.nav-tabs.control-sidebar-tabs > li.active > a, .nav-tabs.control-sidebar-tabs > li.active > a:hover, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none; }

@media (max-width: 48rem) {
  .nav-tabs.control-sidebar-tabs {
    display: table; }
    .nav-tabs.control-sidebar-tabs > li {
      display: table-cell; } }

.control-sidebar-heading {
  font-weight: 400;
  font-size: 1rem;
  padding: 0.625rem 0;
  margin-bottom: 0.625rem; }

.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 0.875rem; }

.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -0.9375rem; }
  .control-sidebar-menu > li > a {
    display: block;
    padding: 0.625rem 0.9375rem; }
    .control-sidebar-menu > li > a:before, .control-sidebar-menu > li > a:after {
      content: " ";
      display: table; }
    .control-sidebar-menu > li > a:after {
      clear: both; }
    .control-sidebar-menu > li > a > .control-sidebar-subheading {
      margin-top: 0; }
  .control-sidebar-menu .menu-icon {
    float: left;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    text-align: center;
    line-height: 2.1875rem; }
  .control-sidebar-menu .menu-info {
    margin-left: 2.8125rem;
    margin-top: 0.1875rem; }
    .control-sidebar-menu .menu-info > .control-sidebar-subheading {
      margin: 0; }
    .control-sidebar-menu .menu-info > p {
      margin: 0;
      font-size: 0.6875rem; }
  .control-sidebar-menu .progress {
    margin: 0; }

.control-sidebar-dark {
  color: #b8c7ce; }
  .control-sidebar-dark,
  .control-sidebar-dark + .control-sidebar-bg {
    background: #222d32; }
  .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529; }
    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
      background: #181f23;
      color: #b8c7ce; }
      .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
        border-left-color: #141a1d;
        border-bottom-color: #141a1d; }
      .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
        background: #1c2529; }
      .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
        color: #fff; }
    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
      background: #222d32;
      color: #fff; }
  .control-sidebar-dark .control-sidebar-heading,
  .control-sidebar-dark .control-sidebar-subheading {
    color: #fff; }
  .control-sidebar-dark .control-sidebar-menu > li > a:hover {
    background: #1e282c; }
  .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
    color: #b8c7ce; }

.control-sidebar-light {
  color: #5e5e5e; }
  .control-sidebar-light,
  .control-sidebar-light + .control-sidebar-bg {
    background: #f9fafc;
    border-left: 0.0625rem solid #d2d6de; }
  .control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de; }
    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
      background: #e8ecf4;
      color: #444; }
      .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
        border-left-color: #d2d6de;
        border-bottom-color: #d2d6de; }
      .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
        background: #eff2f7; }
    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
      background: #f9fafc;
      color: #111; }
  .control-sidebar-light .control-sidebar-heading,
  .control-sidebar-light .control-sidebar-subheading {
    color: #111; }
  .control-sidebar-light .control-sidebar-menu {
    margin-left: -0.875rem; }
    .control-sidebar-light .control-sidebar-menu > li > a:hover {
      background: #f4f4f5; }
    .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
      color: #5e5e5e; }

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee; }
  .dropdown-menu > li > a {
    color: #777; }
  .dropdown-menu > li > a > .glyphicon,
  .dropdown-menu > li > a > .fa,
  .dropdown-menu > li > a > .ion {
    margin-right: 0.625rem; }
  .dropdown-menu > li > a:hover {
    background-color: #e1e3e9;
    color: #333; }
  .dropdown-menu > .divider {
    background-color: #eee; }

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 17.5rem !important;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%; }
  .navbar-nav > .notifications-menu > .dropdown-menu > li,
  .navbar-nav > .messages-menu > .dropdown-menu > li,
  .navbar-nav > .tasks-menu > .dropdown-menu > li {
    position: relative;
    border-bottom: none; }

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 0.4375rem 0.625rem;
  border-bottom: 0.0625rem solid #f4f4f4;
  color: #444444;
  font-size: 0.875rem; }

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  font-size: 0.75rem;
  background-color: #fff;
  padding: 0.4375rem 0.625rem;
  border-bottom: 0.0625rem solid #eeeeee;
  color: #444 !important;
  text-align: center; }
  @media (max-width: 61rem) {
    .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
      background: #fff !important;
      color: #444 !important; } }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: normal; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 12.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  /* Make inner menus list-group  items */ }
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    /* Prevent text from breaking */
    border-bottom: 0.0625rem solid #f4f4f4; }
    .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
      background: #f4f4f4;
      text-decoration: none; }
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li,
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li,
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li {
    border: none !important; }

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  padding: 0.625rem; }
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
    width: 1.25rem; }

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 0.625rem 0.625rem; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
    margin: auto 0.625rem auto auto;
    width: 2.5rem;
    height: 2.5rem; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    padding: 0;
    margin: 0;
    color: #444444;
    font-size: 0.9375rem;
    position: relative; }
    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
      color: #999999;
      font-size: 0.625rem;
      position: absolute;
      top: 0;
      right: 0; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0;
    font-size: 0.75rem;
    color: #888888; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    content: " ";
    display: table; }
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    clear: both; }

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu li > div {
  padding: 0.625rem; }
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu li > div > h3 {
    font-size: 0.875rem;
    padding: 0;
    margin: 0 0 0.625rem 0;
    color: #666666; }
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu li > div > .progress {
    padding: 0;
    margin: 0; }

.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0.0625rem 0 0 0;
  border-top-width: 0;
  width: 17.5rem; }
  .navbar-nav > .user-menu > .dropdown-menu,
  .navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 10.9375rem;
    padding: 0.625rem;
    text-align: center; }
    .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
      z-index: 5;
      height: 5.625rem;
      width: 5.625rem;
      border: 0.1875rem solid;
      border-color: transparent;
      border-color: rgba(255, 255, 255, 0.2); }
    .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
      z-index: 5;
      color: #fff;
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.0625rem;
      margin-top: 0.625rem; }
      .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
        display: block;
        font-size: 0.75rem; }
  .navbar-nav > .user-menu > .dropdown-menu > .user-body {
    padding: 0.9375rem;
    border-bottom: 0.0625rem solid #f4f4f4;
    border-top: 0.0625rem solid #dddddd; }
    .navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
      content: " ";
      display: table; }
    .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
      clear: both; }
    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
      color: #444 !important; }
      @media (max-width: 61rem) {
        .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
          background: #fff !important;
          color: #444 !important; } }
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 0.625rem; }
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before, .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
      content: " ";
      display: table; }
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
      clear: both; }
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
      color: #666666; }
      @media (max-width: 61rem) {
        .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
          background-color: #f9f9f9; } }

.navbar-nav > .user-menu .user-image {
  float: left;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  margin-right: 0.625rem;
  margin-top: -0.125rem; }
  @media (max-width: 47rem) {
    .navbar-nav > .user-menu .user-image {
      float: none;
      margin-right: 0;
      margin-top: -0.5rem;
      line-height: 0.625rem; } }

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  animation: flipInX 0.7s both; }

@keyframes flipInX {
  0% {
    transform: perspective(25rem) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(25rem) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in; }
  60% {
    transform: perspective(25rem) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(25rem) rotate3d(1, 0, 0, -5deg); }
  100% {
    transform: perspective(25rem); } }

/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative; }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto; }

@media (max-width: 61rem) {
  .navbar-custom-menu > .navbar-nav {
    float: right; }
    .navbar-custom-menu > .navbar-nav > li {
      position: static; }
      .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 0.0625rem solid #ddd;
        background: #fff; } }

/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  border-color: #d2d6de; }
  .form-control:focus {
    border-color: #00a2e3;
    box-shadow: none; }
  .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1; }
  .form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.form-group.has-success label {
  color: #00a65a; }

.form-group.has-success .form-control {
  border-color: #00a65a;
  box-shadow: none; }

.form-group.has-warning label {
  color: #f39c12; }

.form-group.has-warning .form-control {
  border-color: #f39c12;
  box-shadow: none; }

.form-group.has-error label {
  color: #dd4b39; }

.form-group.has-error .form-control {
  border-color: #dd4b39;
  box-shadow: none; }

/* Input group */
.input-group .input-group-addon {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #d2d6de;
  background-color: #fff; }

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.icheck > label {
  padding-left: 0; }

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 2.30357rem; }

.input-lg + .form-control-feedback.fa, .input-group-lg > .form-control + .form-control-feedback.fa, .input-group-lg > .input-group-addon + .form-control-feedback.fa, .input-group-lg > .input-group-btn > .btn + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 3.04167rem; }

.input-sm + .form-control-feedback.fa, .input-group-sm > .form-control + .form-control-feedback.fa, .input-group-sm > .input-group-addon + .form-control-feedback.fa, .input-group-sm > .input-group-btn > .btn + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 2.025rem; }

/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
  box-shadow: none; }
  .progress, .progress .progress-bar,
  .progress > .progress-bar,
  .progress > .progress-bar .progress-bar {
    border-top-left-radius: 0.0625rem;
    border-top-right-radius: 0.0625rem;
    border-bottom-right-radius: 0.0625rem;
    border-bottom-left-radius: 0.0625rem; }

/* size variation */
.progress.sm,
.progress-sm {
  height: 0.625rem; }
  .progress.sm, .progress.sm .progress-bar,
  .progress-sm,
  .progress-sm .progress-bar {
    border-top-left-radius: 0.0625rem;
    border-top-right-radius: 0.0625rem;
    border-bottom-right-radius: 0.0625rem;
    border-bottom-left-radius: 0.0625rem; }

.progress.xs,
.progress-xs {
  height: 0.4375rem; }
  .progress.xs, .progress.xs .progress-bar,
  .progress-xs,
  .progress-xs .progress-bar {
    border-top-left-radius: 0.0625rem;
    border-top-right-radius: 0.0625rem;
    border-bottom-right-radius: 0.0625rem;
    border-bottom-left-radius: 0.0625rem; }

.progress.xxs,
.progress-xxs {
  height: 0.1875rem; }
  .progress.xxs, .progress.xxs .progress-bar,
  .progress-xxs,
  .progress-xxs .progress-bar {
    border-top-left-radius: 0.0625rem;
    border-top-right-radius: 0.0625rem;
    border-bottom-right-radius: 0.0625rem;
    border-bottom-left-radius: 0.0625rem; }

/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 1.875rem;
  height: 12.5rem;
  display: inline-block;
  margin-right: 0.625rem; }
  .progress.vertical > .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0; }
  .progress.vertical.sm, .progress.vertical.progress-sm {
    width: 1.25rem; }
  .progress.vertical.xs, .progress.vertical.progress-xs {
    width: 0.625rem; }
  .progress.vertical.xxs, .progress.vertical.progress-xxs {
    width: 0.1875rem; }

.progress-group .progress-text {
  font-weight: 600; }

.progress-group .progress-number {
  float: right; }

/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0; }

.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #00a2e3; }
  .progress-striped .progress-bar-light-blue, .progress-striped
  .progress-bar-primary {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a; }
  .progress-striped .progress-bar-green, .progress-striped
  .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef; }
  .progress-striped .progress-bar-aqua, .progress-striped
  .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12; }
  .progress-striped .progress-bar-yellow, .progress-striped
  .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-red,
.progress-bar-danger {
  background-color: #dd4b39; }
  .progress-striped .progress-bar-red, .progress-striped
  .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1); }
  .small-box > .inner {
    padding: 10px; }
  .small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none; }
    .small-box > .small-box-footer:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.15); }
  .small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0; }
  .small-box p {
    font-size: 15px; }
    .small-box p > small {
      display: block;
      color: #f9f9f9;
      font-size: 13px;
      margin-top: 5px; }
  .small-box h3, .small-box p {
    z-index: 5px; }
  .small-box .icon {
    transition: all 0.3s linear;
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15); }
  .small-box:hover {
    text-decoration: none;
    color: #f9f9f9; }
    .small-box:hover .icon {
      font-size: 95px; }
  .small-box.default:hover {
    color: #000; }

@media (max-width: 47rem) {
  .small-box {
    text-align: center; }
    .small-box .icon {
      display: none; }
    .small-box p {
      font-size: 12px; } }

/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  background: #ffffff;
  border-top: 0.1875rem solid #d2d6de;
  margin-bottom: 1.25rem;
  width: 100%;
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1); }
  .box.box-primary {
    border-top-color: #00a2e3; }
  .box.box-info {
    border-top-color: #00c0ef; }
  .box.box-danger {
    border-top-color: #dd4b39; }
  .box.box-warning {
    border-top-color: #f39c12; }
  .box.box-success {
    border-top-color: #00a65a; }
  .box.box-default {
    border-top-color: #d2d6de; }
  .box.collapsed-box .box-body,
  .box.collapsed-box .box-footer {
    display: none; }
  .box .nav-stacked > li {
    border-bottom: 0.0625rem solid #f4f4f4;
    margin: 0; }
    .box .nav-stacked > li:last-of-type {
      border-bottom: none; }
  .box.height-control .box-body {
    max-height: 18.75rem;
    overflow: auto; }
  .box .border-right {
    border-right: 0.0625rem solid #f4f4f4; }
  .box .border-left {
    border-left: 0.0625rem solid #f4f4f4; }
  .box.box-solid {
    border-top: 0; }
    .box.box-solid > .box-header .btn.btn-default {
      background: transparent; }
    .box.box-solid > .box-header .btn:hover,
    .box.box-solid > .box-header a:hover {
      background: rgba(0, 0, 0, 0.1); }
    .box.box-solid.box-default {
      border: 0.0625rem solid #d2d6de; }
      .box.box-solid.box-default > .box-header {
        color: #444;
        background: #d2d6de;
        background-color: #d2d6de; }
        .box.box-solid.box-default > .box-header a,
        .box.box-solid.box-default > .box-header .btn {
          color: #444; }
    .box.box-solid.box-primary {
      border: 0.0625rem solid #00a2e3; }
      .box.box-solid.box-primary > .box-header {
        color: #fff;
        background: #00a2e3;
        background-color: #00a2e3; }
        .box.box-solid.box-primary > .box-header a,
        .box.box-solid.box-primary > .box-header .btn {
          color: #fff; }
    .box.box-solid.box-info {
      border: 0.0625rem solid #00c0ef; }
      .box.box-solid.box-info > .box-header {
        color: #fff;
        background: #00c0ef;
        background-color: #00c0ef; }
        .box.box-solid.box-info > .box-header a,
        .box.box-solid.box-info > .box-header .btn {
          color: #fff; }
    .box.box-solid.box-danger {
      border: 0.0625rem solid #dd4b39; }
      .box.box-solid.box-danger > .box-header {
        color: #fff;
        background: #dd4b39;
        background-color: #dd4b39; }
        .box.box-solid.box-danger > .box-header a,
        .box.box-solid.box-danger > .box-header .btn {
          color: #fff; }
    .box.box-solid.box-warning {
      border: 0.0625rem solid #f39c12; }
      .box.box-solid.box-warning > .box-header {
        color: #fff;
        background: #f39c12;
        background-color: #f39c12; }
        .box.box-solid.box-warning > .box-header a,
        .box.box-solid.box-warning > .box-header .btn {
          color: #fff; }
    .box.box-solid.box-success {
      border: 0.0625rem solid #00a65a; }
      .box.box-solid.box-success > .box-header {
        color: #fff;
        background: #00a65a;
        background-color: #00a65a; }
        .box.box-solid.box-success > .box-header a,
        .box.box-solid.box-success > .box-header .btn {
          color: #fff; }
    .box.box-solid > .box-header > .box-tools .btn {
      border: 0;
      box-shadow: none; }
    .box.box-solid[class*='bg'] > .box-header {
      color: #fff; }
  .box .box-group > .box {
    margin-bottom: 0.3125rem; }
  .box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 0.75rem;
    margin-bottom: 0.3em; }

.box > .overlay,
.box > .loading-img,
.overlay-wrapper > .overlay,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }
  .box .overlay > .fa,
  .overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.9375rem;
    margin-top: -0.9375rem;
    color: #000;
    font-size: 1.875rem; }

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5); }

.box-header:before, .box-header:after,
.box-body:before,
.box-body:after,
.box-footer:before,
.box-footer:after {
  content: " ";
  display: table; }

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both; }

.box-header {
  color: #444;
  display: block;
  padding: 0.625rem;
  position: relative; }
  .box-header.with-border {
    border-bottom: 0.0625rem solid #f4f4f4; }
    .collapsed-box .box-header.with-border {
      border-bottom: none; }
  .box-header > .fa,
  .box-header > .glyphicon,
  .box-header > .ion,
  .box-header .box-title {
    display: inline-block;
    font-size: 1.125rem;
    margin: 0;
    line-height: 1; }
  .box-header > .fa,
  .box-header > .glyphicon,
  .box-header > .ion {
    margin-right: 0.3125rem; }
  .box-header > .box-tools {
    position: absolute;
    right: 0.625rem;
    top: 0.3125rem; }
    .box-header > .box-tools [data-toggle="tooltip"] {
      position: relative; }
    .box-header > .box-tools.pull-right .dropdown-menu {
      right: 0;
      left: auto; }

.btn-box-tool {
  padding: 0.3125rem;
  font-size: 0.75rem;
  background: transparent;
  color: #97a0b3; }
  .open .btn-box-tool, .btn-box-tool:hover {
    color: #606c84; }
  .btn-box-tool.btn:active {
    box-shadow: none; }

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  padding: 0.625rem; }
  .no-header .box-body {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem; }
  .box-body > .table {
    margin-bottom: 0; }
  .box-body .fc {
    margin-top: 0.3125rem; }
  .box-body .full-width-chart {
    margin: -1.1875rem; }
  .box-body.no-padding .full-width-chart {
    margin: -0.5625rem; }
  .box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.1875rem; }
  .box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0; }

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-top: 0.0625rem solid #f4f4f4;
  padding: 0.625rem;
  background-color: #fff; }

.chart-legend {
  margin: 0.625rem 0; }
  @media (max-width: 61rem) {
    .chart-legend > li {
      float: left;
      margin-right: 0.625rem; } }

.box-comments {
  background: #f7f7f7; }
  .box-comments .box-comment {
    padding: 0.5rem 0;
    border-bottom: 0.0625rem solid #eee; }
    .box-comments .box-comment:before, .box-comments .box-comment:after {
      content: " ";
      display: table; }
    .box-comments .box-comment:after {
      clear: both; }
    .box-comments .box-comment:last-of-type {
      border-bottom: 0; }
    .box-comments .box-comment:first-of-type {
      padding-top: 0; }
    .box-comments .box-comment img {
      float: left; }
  .box-comments .comment-text {
    margin-left: 2.5rem;
    color: #555; }
  .box-comments .username {
    color: #444;
    display: block;
    font-weight: 600; }
  .box-comments .text-muted {
    font-weight: 400;
    font-size: 0.75rem; }

/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto; }
  .todo-list > li {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    padding: 0.625rem;
    background: #f4f4f4;
    margin-bottom: 0.125rem;
    border-left: 0.125rem solid #e6e7e8;
    color: #444; }
    .todo-list > li:last-of-type {
      margin-bottom: 0; }
    .todo-list > li > input[type='checkbox'] {
      margin: 0 0.625rem 0 0.3125rem; }
    .todo-list > li .text {
      display: inline-block;
      margin-left: 0.3125rem;
      font-weight: 600; }
    .todo-list > li .label {
      margin-left: 0.625rem;
      font-size: 0.5625rem; }
    .todo-list > li .tools {
      display: none;
      float: right;
      color: #dd4b39; }
      .todo-list > li .tools > .fa, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion {
        margin-right: 0.3125rem;
        cursor: pointer; }
    .todo-list > li:hover .tools {
      display: inline-block; }
    .todo-list > li.done {
      color: #999; }
      .todo-list > li.done .text {
        text-decoration: line-through;
        font-weight: 500; }
      .todo-list > li.done .label {
        background: #d2d6de !important; }
  .todo-list .danger {
    border-left-color: #dd4b39; }
  .todo-list .warning {
    border-left-color: #f39c12; }
  .todo-list .info {
    border-left-color: #00c0ef; }
  .todo-list .success {
    border-left-color: #00a65a; }
  .todo-list .primary {
    border-left-color: #00a2e3; }
  .todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 0.3125rem; }

/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 0.3125rem 1.25rem 0.3125rem 0.625rem; }
  .chat .item {
    margin-bottom: 0.625rem; }
    .chat .item:before, .chat .item:after {
      content: " ";
      display: table; }
    .chat .item:after {
      clear: both; }
    .chat .item > img {
      width: 2.5rem;
      height: 2.5rem;
      border: 0.125rem solid transparent;
      border-top-left-radius: 50%;
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%; }
    .chat .item > .online {
      border: 0.125rem solid #00a65a; }
    .chat .item > .offline {
      border: 0.125rem solid #dd4b39; }
    .chat .item > .message {
      margin-left: 3.4375rem;
      margin-top: -2.5rem; }
      .chat .item > .message > .name {
        display: block;
        font-weight: 600; }
    .chat .item > .attachment {
      border-top-left-radius: 0.1875rem;
      border-top-right-radius: 0.1875rem;
      border-bottom-right-radius: 0.1875rem;
      border-bottom-left-radius: 0.1875rem;
      background: #f4f4f4;
      margin-left: 4.0625rem;
      margin-right: 0.9375rem;
      padding: 0.625rem; }
      .chat .item > .attachment > h4 {
        margin: 0 0 0.3125rem 0;
        font-weight: 600;
        font-size: 0.875rem; }
      .chat .item > .attachment > p, .chat .item > .attachment > .filename {
        font-weight: 600;
        font-size: 0.8125rem;
        font-style: italic;
        margin: 0; }
      .chat .item > .attachment:before, .chat .item > .attachment:after {
        content: " ";
        display: table; }
      .chat .item > .attachment:after {
        clear: both; }

.box-input {
  max-width: 12.5rem; }

.modal .panel-body {
  color: #444; }

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 5.625rem;
  background: #fff;
  width: 100%;
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  margin-bottom: 0.9375rem; }
  .info-box small {
    font-size: 0.875rem; }
  .info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 0.3125rem -0.625rem 0.3125rem -0.625rem;
    height: 0.125rem; }
    .info-box .progress,
    .info-box .progress .progress-bar {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .info-box .progress .progress-bar {
      background: #fff; }

.info-box-icon {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.125rem;
  display: block;
  float: left;
  height: 5.625rem;
  width: 5.625rem;
  text-align: center;
  font-size: 2.8125rem;
  line-height: 5.625rem;
  background: rgba(0, 0, 0, 0.2); }
  .info-box-icon > img {
    max-width: 100%; }

.info-box-content {
  padding: 0.3125rem 0.625rem;
  margin-left: 5.625rem; }

.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 1.125rem; }

.progress-description,
.info-box-text {
  display: block;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.info-box-text {
  text-transform: uppercase; }

.info-box-more {
  display: block; }

.progress-description {
  margin: 0; }

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
  .timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  .timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px; }
    .timeline > li:before, .timeline > li:after {
      content: " ";
      display: table; }
    .timeline > li:after {
      clear: both; }
    .timeline > li > .timeline-item {
      box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
      border-top-left-radius: 0.1875rem;
      border-top-right-radius: 0.1875rem;
      border-bottom-right-radius: 0.1875rem;
      border-bottom-left-radius: 0.1875rem;
      margin-top: 0;
      background: #fff;
      color: #444;
      margin-left: 60px;
      margin-right: 15px;
      padding: 0;
      position: relative; }
      .timeline > li > .timeline-item > .time {
        color: #999;
        float: right;
        padding: 10px;
        font-size: 12px; }
      .timeline > li > .timeline-item > .timeline-header {
        margin: 0;
        color: #555;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px;
        font-size: 16px;
        line-height: 1.1; }
        .timeline > li > .timeline-item > .timeline-header > a {
          font-weight: 600; }
      .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
        padding: 10px; }
    .timeline > li > .fa,
    .timeline > li > .glyphicon,
    .timeline > li > .ion {
      width: 30px;
      height: 30px;
      font-size: 15px;
      line-height: 30px;
      position: absolute;
      color: #666;
      background: #d2d6de;
      border-radius: 50%;
      text-align: center;
      left: 18px;
      top: 0; }
  .timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  box-shadow: none; }
  .timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd; }

/*
 * Component: Button
 * -----------------
 */
.btn {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  box-shadow: none;
  border: 0.0625rem solid transparent; }
  .btn.uppercase {
    text-transform: uppercase; }
  .btn.btn-flat {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    border-width: 0.0625rem; }
  .btn:active {
    box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125); }
  .btn:focus {
    outline: none; }
  .btn.btn-file {
    position: relative;
    overflow: hidden; }
    .btn.btn-file > input[type='file'] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 6.25rem;
      text-align: right;
      opacity: 0;
      filter: alpha(opacity=0);
      outline: none;
      background: white;
      cursor: inherit;
      display: block; }

.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd; }
  .btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #e7e7e7; }

.btn-primary {
  background-color: #00a2e3;
  border-color: #0090ca; }
  .btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #0090ca; }

.btn-success {
  background-color: #00a65a;
  border-color: #008d4c; }
  .btn-success:hover, .btn-success:active, .btn-success.hover {
    background-color: #008d4c; }

.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6; }
  .btn-info:hover, .btn-info:active, .btn-info.hover {
    background-color: #00acd6; }

.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925; }
  .btn-danger:hover, .btn-danger:active, .btn-danger.hover {
    background-color: #d73925; }

.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b; }
  .btn-warning:hover, .btn-warning:active, .btn-warning.hover {
    background-color: #e08e0b; }

.btn-outline {
  border: 0.0625rem solid #fff;
  background: transparent;
  color: #fff; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7); }

.btn-link {
  box-shadow: none; }

.btn[class*='bg-']:hover {
  box-shadow: inset 0 0 6.25rem rgba(0, 0, 0, 0.2); }

.btn-app {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  position: relative;
  padding: 0.9375rem 0.3125rem;
  margin: 0 0 0.625rem 0.625rem;
  min-width: 5rem;
  height: 3.75rem;
  text-align: center;
  color: #666;
  border: 0.0625rem solid #ddd;
  background-color: #f4f4f4;
  font-size: 0.75rem; }
  .btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
    font-size: 1.25rem;
    display: block; }
  .btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa; }
  .btn-app:active, .btn-app:focus {
    box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125); }
  .btn-app > .badge {
    position: absolute;
    top: -0.1875rem;
    right: -0.625rem;
    font-size: 0.625rem;
    font-weight: 400; }

/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee; }
  .callout a {
    color: #fff;
    text-decoration: underline; }
    .callout a:hover {
      color: #eee; }
  .callout h4 {
    margin-top: 0;
    font-weight: 600; }
  .callout p:last-child {
    margin-bottom: 0; }
  .callout code,
  .callout .highlight {
    background-color: #fff; }
  .callout.callout-danger {
    border-color: #c23321; }
  .callout.callout-warning {
    border-color: #c87f0a; }
  .callout.callout-info {
    border-color: #0097bc; }
  .callout.callout-success {
    border-color: #00733e; }

/*
 * Component: alert
 * ----------------
 */
.alert {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem; }
  .alert h4 {
    font-weight: 600; }
  .alert .icon {
    margin-right: 0.625rem; }
  .alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .alert .close:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .alert a {
    color: #fff;
    text-decoration: underline; }

.alert-success {
  border-color: #008d4c; }

.alert-danger,
.alert-error {
  border-color: #d73925; }

.alert-warning {
  border-color: #e08e0b; }

.alert-info, .app-content-header {
  border-color: #00acd6; }

/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7; }

/* NAV PILLS */
.nav-pills > li > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 0.1875rem solid transparent;
  color: #444; }
  .nav-pills > li > a > .fa,
  .nav-pills > li > a > .glyphicon,
  .nav-pills > li > a > .ion {
    margin-right: 0.3125rem; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #00a2e3; }

.nav-pills > li.active > a {
  font-weight: 600; }

/* NAV STACKED */
.nav-stacked > li > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 0;
  border-left: 0.1875rem solid transparent;
  color: #444; }

.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #00a2e3; }

.nav-stacked > li.header {
  border-bottom: 0.0625rem solid #ddd;
  color: #777;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.625rem;
  text-transform: uppercase; }

/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 1.25rem;
  background: #fff;
  box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem; }
  .nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem; }
    .nav-tabs-custom > .nav-tabs > li {
      border-top: 0.1875rem solid transparent;
      margin-bottom: -0.125rem;
      margin-right: 0.3125rem; }
      .nav-tabs-custom > .nav-tabs > li > a {
        color: #444;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
        .nav-tabs-custom > .nav-tabs > li > a.text-muted {
          color: #999; }
        .nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
          background: transparent;
          margin: 0; }
        .nav-tabs-custom > .nav-tabs > li > a:hover {
          color: #999; }
      .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
      .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
      .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
        border-color: transparent; }
    .nav-tabs-custom > .nav-tabs > li.active {
      border-top-color: #00a2e3; }
      .nav-tabs-custom > .nav-tabs > li.active > a,
      .nav-tabs-custom > .nav-tabs > li.active:hover > a {
        background-color: #fff;
        color: #444; }
      .nav-tabs-custom > .nav-tabs > li.active > a {
        border-top-color: transparent;
        border-left-color: #f4f4f4;
        border-right-color: #f4f4f4; }
    .nav-tabs-custom > .nav-tabs > li:first-of-type {
      margin-left: 0; }
      .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
        border-left-color: transparent; }
    .nav-tabs-custom > .nav-tabs.pull-right {
      float: none !important; }
      .nav-tabs-custom > .nav-tabs.pull-right > li {
        float: right; }
      .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
        margin-right: 0; }
        .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
          border-left-width: 0.0625rem; }
        .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
          border-left-color: #f4f4f4;
          border-right-color: transparent; }
    .nav-tabs-custom > .nav-tabs > li.header {
      line-height: 2.1875rem;
      padding: 0 0.625rem;
      font-size: 1.25rem;
      color: #444; }
      .nav-tabs-custom > .nav-tabs > li.header > .fa,
      .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
      .nav-tabs-custom > .nav-tabs > li.header > .ion {
        margin-right: 0.3125rem; }
  .nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 0.625rem;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }
  .nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999; }

/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666; }

.pagination.pagination-flat > li > a {
  border-radius: 0 !important; }

/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .products-list > .item {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem;
    box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
    padding: 0.625rem 0;
    background: #fff; }
    .products-list > .item:before, .products-list > .item:after {
      content: " ";
      display: table; }
    .products-list > .item:after {
      clear: both; }
  .products-list .product-img {
    float: left; }
    .products-list .product-img img {
      width: 3.125rem;
      height: 3.125rem; }
  .products-list .product-info {
    margin-left: 3.75rem; }
  .products-list .product-title {
    font-weight: 600; }
  .products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.product-list-in-box > .item {
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0.0625rem solid #f4f4f4; }
  .product-list-in-box > .item:last-of-type {
    border-bottom-width: 0; }

/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 0.0625rem solid #f4f4f4; }

.table > thead > tr > th {
  border-bottom: 0.125rem solid #f4f4f4; }

.table tr td .progress {
  margin-top: 0.3125rem; }

.table-bordered {
  border: 0.0625rem solid #f4f4f4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 0.0625rem solid #f4f4f4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 0.125rem; }

.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0; }

/* .text-center in tables */
table.text-center, table.task-controls, table.text-center td, table.task-controls td, table.text-center th, table.task-controls th {
  text-align: center; }

.table.align th {
  text-align: left; }

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

/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444; }

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left, .carousel-control.right {
  background-image: none; }

.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px; }

/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3); }

.modal-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.125);
  border: 0; }
  @media (min-width: 48rem) {
    .modal-content {
      box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.125); } }

.modal-header {
  border-bottom-color: #f4f4f4; }

.modal-footer {
  border-top-color: #f4f4f4; }

.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #007eb0; }

.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a; }

.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc; }

.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e; }

.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321; }

/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative; }

.widget-user .widget-user-header {
  padding: 1.25rem;
  height: 7.5rem;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem; }

.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 0.3125rem;
  font-size: 1.5625rem;
  font-weight: 300;
  text-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2); }

.widget-user .widget-user-desc {
  margin-top: 0; }

.widget-user .widget-user-image {
  position: absolute;
  top: 4.0625rem;
  left: 50%;
  margin-left: -2.8125rem; }
  .widget-user .widget-user-image > img {
    width: 5.625rem;
    height: auto;
    border: 0.1875rem solid #fff; }

.widget-user .box-footer {
  padding-top: 1.875rem; }

.widget-user-2 .widget-user-header {
  padding: 1.25rem;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem; }

.widget-user-2 .widget-user-username {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  font-size: 1.5625rem;
  font-weight: 300; }

.widget-user-2 .widget-user-desc {
  margin-top: 0; }

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 4.6875rem; }

.widget-user-2 .widget-user-image > img {
  width: 4.0625rem;
  height: auto;
  float: left; }

/*
//PAGES
//------
//@import "adminlte/mailbox.scss";
@import "adminlte/lockscreen.scss";
@import "adminlte/login_and_register.scss";
//@import "adminlte/404_500_errors.scss";
//@import "adminlte/invoice.scss";
@import "adminlte/profile";

//Plugins
//--------
//@import "adminlte/bootstrap-social.scss";
//@import "adminlte/fullcalendar.scss";
@import "adminlte/select2.scss";

//Miscellaneous
//-------------

@import "adminlte/print.scss";
*/
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 0.625rem; }

.margin {
  margin: 0.625rem; }

.margin-bottom {
  margin-bottom: 1.25rem; }

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

.margin-r-5 {
  margin-right: 0.3125rem; }

.inline {
  display: inline; }

.description-block {
  display: block;
  margin: 0.625rem 0;
  text-align: center; }
  .description-block.margin-bottom {
    margin-bottom: 1.5625rem; }
  .description-block > .description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 1rem; }
  .description-block > .description-text {
    text-transform: uppercase; }

.bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body,
.bg-yellow,
.callout.callout-warning,
.label-warning,
.modal-warning .modal-body,
.bg-aqua,
.callout.callout-info,
.label-info,
.modal-info .modal-body,
.bg-blue,
.bg-light-blue,
.label-primary,
.modal-primary .modal-body,
.bg-green,
.callout.callout-success,
.label-success,
.modal-success .modal-body,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer,
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer,
.bg-blue-active,
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
  color: #fff !important; }

.bg-gray {
  color: #000;
  background-color: #d2d6de !important; }

.bg-gray-light {
  background-color: #f7f7f7; }

.bg-black {
  background-color: #111 !important; }

.bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body {
  background-color: #dd4b39 !important; }


.bg-yellow,
.callout.callout-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important; }


.bg-aqua,
.callout.callout-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important; }

.bg-blue {
  background-color: #0073b7 !important; }


.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #00a2e3 !important; }


.bg-green,
.callout.callout-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important; }

.bg-navy {
  background-color: #001F3F !important; }

.bg-teal {
  background-color: #39CCCC !important; }

.bg-olive {
  background-color: #3D9970 !important; }

.bg-lime {
  background-color: #01FF70 !important; }

.bg-orange {
  background-color: #FF851B !important; }

.bg-fuchsia {
  background-color: #F012BE !important; }

.bg-purple {
  background-color: #605ca8 !important; }

.bg-maroon {
  background-color: #D81B60 !important; }

.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important; }

.bg-black-active {
  background-color: black !important; }


.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important; }


.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important; }


.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important; }

.bg-blue-active {
  background-color: #005384 !important; }


.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #008cc4 !important; }


.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important; }

.bg-navy-active {
  background-color: #001a35 !important; }

.bg-teal-active {
  background-color: #30bbbb !important; }

.bg-olive-active {
  background-color: #368763 !important; }

.bg-lime-active {
  background-color: #00e765 !important; }

.bg-orange-active {
  background-color: #ff7702 !important; }

.bg-fuchsia-active {
  background-color: #db0ead !important; }

.bg-purple-active {
  background-color: #555299 !important; }

.bg-maroon-active {
  background-color: #ca195a !important; }

[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65); }

.text-red {
  color: #dd4b39 !important; }

.text-yellow {
  color: #f39c12 !important; }

.text-aqua {
  color: #00c0ef !important; }

.text-blue {
  color: #0073b7 !important; }

.text-black {
  color: #111 !important; }

.text-light-blue {
  color: #00a2e3 !important; }

.text-green {
  color: #00a65a !important; }

.text-gray {
  color: #d2d6de !important; }

.text-navy {
  color: #001F3F !important; }

.text-teal {
  color: #39CCCC !important; }

.text-olive {
  color: #3D9970 !important; }

.text-lime {
  color: #01FF70 !important; }

.text-orange {
  color: #FF851B !important; }

.text-fuchsia {
  color: #F012BE !important; }

.text-purple {
  color: #605ca8 !important; }

.text-maroon {
  color: #D81B60 !important; }

.link-muted {
  color: #7a869d; }
  .link-muted:hover, .link-muted:focus {
    color: #606c84; }

.link-black {
  color: #666; }
  .link-black:hover, .link-black:focus {
    color: #999; }

.hide {
  display: none !important; }

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

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

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

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

.list-unstyled, .chart-legend {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-group-unbordered > .list-group-item, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu.list-group-unbordered > li:not(:last-child),
.navbar-nav > .messages-menu > .dropdown-menu > li .menu.list-group-unbordered > li:not(:last-child),
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu.list-group-unbordered > li:not(:last-child) {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }

.flat {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.text-bold, .text-bold.table td, .text-bold.table th {
  font-weight: 700; }

.text-sm {
  font-size: 0.75rem; }

.jqstooltip {
  padding: 0.3125rem !important;
  width: auto !important;
  height: auto !important; }

.bg-teal-gradient {
  background: #39CCCC;
  background: -o-linear-gradient(#7adddd !important, #39CCCC);
  color: #fff; }

.bg-light-blue-gradient {
  background: #00a2e3;
  background: -o-linear-gradient(#21bfff !important, #00a2e3);
  color: #fff; }

.bg-blue-gradient {
  background: #0073b7;
  background: -o-linear-gradient(#0089db !important, #0073b7);
  color: #fff; }

.bg-aqua-gradient {
  background: #00c0ef;
  background: -o-linear-gradient(#14d1ff !important, #00c0ef);
  color: #fff; }

.bg-yellow-gradient {
  background: #f39c12;
  background: -o-linear-gradient(#f7bc60 !important, #f39c12);
  color: #fff; }

.bg-purple-gradient {
  background: #605ca8;
  background: -o-linear-gradient(#9491c4 !important, #605ca8);
  color: #fff; }

.bg-green-gradient {
  background: #00a65a;
  background: -o-linear-gradient(#00ca6d !important, #00a65a);
  color: #fff; }

.bg-red-gradient {
  background: #dd4b39;
  background: -o-linear-gradient(#e47365 !important, #dd4b39);
  color: #fff; }

.bg-black-gradient {
  background: #111;
  background: -o-linear-gradient(#2b2b2b !important, #111);
  color: #fff; }

.bg-maroon-gradient {
  background: #D81B60;
  background: -o-linear-gradient(#e73f7c !important, #D81B60);
  color: #fff; }

.description-block .description-icon {
  font-size: 1rem; }

.no-pad-top {
  padding-top: 0; }

.position-static {
  position: static !important; }

.list-header {
  font-size: 0.9375rem;
  padding: 0.625rem 0.25rem;
  font-weight: bold;
  color: #666; }

.list-seperator {
  height: 0.0625rem;
  background: #f4f4f4;
  margin: 0.9375rem 0 0.5625rem 0; }

.list-link > a {
  padding: 0.25rem;
  color: #777; }
  .list-link > a:hover {
    color: #222; }

.font-light {
  font-weight: 300; }

.user-block:before, .user-block:after {
  content: " ";
  display: table; }

.user-block:after {
  clear: both; }

.user-block img {
  width: 2.5rem;
  height: 2.5rem;
  float: left; }

.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 3.125rem; }

.user-block .username {
  font-size: 1rem;
  font-weight: 600; }

.user-block .description {
  color: #999;
  font-size: 0.8125rem; }

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 2.5rem; }

.user-block.user-block-sm .username {
  font-size: 0.875rem; }

.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img,
.img-md,
.img-lg {
  float: left; }

.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
  width: 1.875rem !important;
  height: 1.875rem !important; }
  .img-sm + .img-push, .box-comments .box-comment img + .img-push, .user-block.user-block-sm img + .img-push {
    margin-left: 2.5rem; }

.img-md {
  width: 3.75rem;
  height: 3.75rem; }
  .img-md + .img-push {
    margin-left: 4.375rem; }

.img-lg {
  width: 6.25rem;
  height: 6.25rem; }
  .img-lg + .img-push {
    margin-left: 6.875rem; }

.img-bordered {
  border: 0.1875rem solid #d2d6de;
  padding: 0.1875rem; }

.img-bordered-sm {
  border: 0.125rem solid #d2d6de;
  padding: 0.125rem; }

.attachment-block {
  border: 0.0625rem solid #f4f4f4;
  padding: 0.3125rem;
  margin-bottom: 0.625rem;
  background: #f7f7f7; }
  .attachment-block .attachment-img {
    max-width: 6.25rem;
    max-height: 6.25rem;
    height: auto;
    float: left; }
  .attachment-block .attachment-pushed {
    margin-left: 6.875rem; }
  .attachment-block .attachment-heading {
    margin: 0; }
  .attachment-block .attachment-text {
    color: #555; }

.connectedSortable {
  min-height: 6.25rem; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem; }

.sort-highlight {
  background: #f4f4f4;
  border: 0.0625rem dashed #ddd;
  margin-bottom: 0.625rem; }

.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65); }
  .full-opacity-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.chart {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .chart svg,
  .chart canvas {
    width: 100% !important; }

/*
 * Skin: Blue
 * ----------
 */
/*
@import "../../bootstrap-less/mixins.less";
@import "../../bootstrap-less/variables.less";
*/
.skin-blue .main-header .navbar {
  background-color: #00a2e3; }
  .skin-blue .main-header .navbar .nav > li > a {
    color: #fff; }
  .skin-blue .main-header .navbar .nav > li > a:hover,
  .skin-blue .main-header .navbar .nav > li > a:active,
  .skin-blue .main-header .navbar .nav > li > a:focus,
  .skin-blue .main-header .navbar .nav .open > a,
  .skin-blue .main-header .navbar .nav .open > a:hover,
  .skin-blue .main-header .navbar .nav .open > a:focus,
  .skin-blue .main-header .navbar .nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6; }
  .skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff; }
    .skin-blue .main-header .navbar .sidebar-toggle:hover {
      color: #f6f6f6;
      background: rgba(0, 0, 0, 0.1); }
  .skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff; }
    .skin-blue .main-header .navbar .sidebar-toggle:hover {
      background-color: #0090ca; }
  @media (max-width: 47rem) {
    .skin-blue .main-header .navbar .dropdown-menu li.divider {
      background-color: rgba(255, 255, 255, 0.1); }
    .skin-blue .main-header .navbar .dropdown-menu li a {
      color: #fff; }
      .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background: #0090ca; } }

.skin-blue .main-header .logo {
  background-color: #0090ca;
  color: #fff;
  border-bottom: 0 solid transparent; }
  .skin-blue .main-header .logo:hover {
    background-color: #008cc4; }

.skin-blue .main-header li.user-header {
  background-color: #00a2e3; }

.skin-blue .content-header {
  background: transparent; }

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #222d32; }

.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
  color: #fff; }

.skin-blue .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226; }

.skin-blue .sidebar-menu > li > a {
  border-left: 0.1875rem solid transparent; }

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
  color: #fff;
  background: #1e282c;
  border-left-color: #00a2e3; }

.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 0.0625rem;
  background: #2c3b41; }

.skin-blue .sidebar a {
  color: #b8c7ce; }
  .skin-blue .sidebar a:hover {
    text-decoration: none; }

.skin-blue .treeview-menu > li > a {
  color: #8aa4af; }

.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
  color: #fff; }

.skin-blue .sidebar-form {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border: 0.0625rem solid #374850;
  margin: 0.625rem 0.625rem; }
  .skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 0.0625rem solid transparent;
    height: 2.1875rem;
    transition: all 0.3s ease-in-out; }
  .skin-blue .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.125rem; }
    .skin-blue .sidebar-form input[type="text"]:focus, .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      background-color: #fff;
      color: #666; }
    .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      border-left-color: #fff; }
  .skin-blue .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0; }

.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #00a2e3;
  color: #fff;
  border-bottom: 0 solid transparent; }
  .skin-blue.layout-top-nav .main-header > .logo:hover {
    background-color: #009ede; }

/*
 * Skin: Black
 * -----------
 */
/*
@import "../../bootstrap-less/mixins.less";
@import "../../bootstrap-less/variables.less";
*/
/* skin-black navbar */
.skin-black .main-header {
  box-shadow: 0rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05); }
  .skin-black .main-header .navbar-toggle {
    color: #333; }
  .skin-black .main-header .navbar-brand {
    color: #333;
    border-right: 0.0625rem solid #eee; }
  .skin-black .main-header > .navbar {
    background-color: #fff; }
    .skin-black .main-header > .navbar .nav > li > a {
      color: #333; }
    .skin-black .main-header > .navbar .nav > li > a:hover,
    .skin-black .main-header > .navbar .nav > li > a:active,
    .skin-black .main-header > .navbar .nav > li > a:focus,
    .skin-black .main-header > .navbar .nav .open > a,
    .skin-black .main-header > .navbar .nav .open > a:hover,
    .skin-black .main-header > .navbar .nav .open > a:focus,
    .skin-black .main-header > .navbar .nav > .active > a {
      background: #fff;
      color: #999; }
    .skin-black .main-header > .navbar .sidebar-toggle {
      color: #333; }
      .skin-black .main-header > .navbar .sidebar-toggle:hover {
        color: #999;
        background: #fff; }
    .skin-black .main-header > .navbar > .sidebar-toggle {
      color: #333;
      border-right: 0.0625rem solid #eee; }
    .skin-black .main-header > .navbar .navbar-nav > li > a {
      border-right: 0.0625rem solid #eee; }
    .skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
    .skin-black .main-header > .navbar .navbar-right > li > a {
      border-left: 0.0625rem solid #eee;
      border-right-width: 0; }
  .skin-black .main-header > .logo {
    background-color: #fff;
    color: #333;
    border-bottom: 0 solid transparent;
    border-right: 0.0625rem solid #eee; }
    .skin-black .main-header > .logo:hover {
      background-color: #fcfcfc; }
    @media (max-width: 47rem) {
      .skin-black .main-header > .logo {
        background-color: #222;
        color: #fff;
        border-bottom: 0 solid transparent;
        border-right: none; }
        .skin-black .main-header > .logo:hover {
          background-color: #1f1f1f; } }
  .skin-black .main-header li.user-header {
    background-color: #222; }

.skin-black .content-header {
  background: transparent;
  box-shadow: none; }

.skin-black .wrapper,
.skin-black .main-sidebar,
.skin-black .left-side {
  background-color: #222d32; }

.skin-black .user-panel > .info, .skin-black .user-panel > .info > a {
  color: #fff; }

.skin-black .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226; }

.skin-black .sidebar-menu > li > a {
  border-left: 0.1875rem solid transparent; }

.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a {
  color: #fff;
  background: #1e282c;
  border-left-color: #fff; }

.skin-black .sidebar-menu > li > .treeview-menu {
  margin: 0 0.0625rem;
  background: #2c3b41; }

.skin-black .sidebar a {
  color: #b8c7ce; }
  .skin-black .sidebar a:hover {
    text-decoration: none; }

.skin-black .treeview-menu > li > a {
  color: #8aa4af; }

.skin-black .treeview-menu > li.active > a, .skin-black .treeview-menu > li > a:hover {
  color: #fff; }

.skin-black .sidebar-form {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border: 0.0625rem solid #374850;
  margin: 0.625rem 0.625rem; }
  .skin-black .sidebar-form input[type="text"], .skin-black .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 0.0625rem solid transparent;
    height: 2.1875rem;
    transition: all 0.3s ease-in-out; }
  .skin-black .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.125rem; }
    .skin-black .sidebar-form input[type="text"]:focus, .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      background-color: #fff;
      color: #666; }
    .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      border-left-color: #fff; }
  .skin-black .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0; }

/*
 * Skin: Red
 * ---------
 */
/*
@import "../../bootstrap-less/mixins.less";
@import "../../bootstrap-less/variables.less";

*/
.skin-red .main-header .navbar {
  background-color: #dd4b39; }
  .skin-red .main-header .navbar .nav > li > a {
    color: #fff; }
  .skin-red .main-header .navbar .nav > li > a:hover,
  .skin-red .main-header .navbar .nav > li > a:active,
  .skin-red .main-header .navbar .nav > li > a:focus,
  .skin-red .main-header .navbar .nav .open > a,
  .skin-red .main-header .navbar .nav .open > a:hover,
  .skin-red .main-header .navbar .nav .open > a:focus,
  .skin-red .main-header .navbar .nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6; }
  .skin-red .main-header .navbar .sidebar-toggle {
    color: #fff; }
    .skin-red .main-header .navbar .sidebar-toggle:hover {
      color: #f6f6f6;
      background: rgba(0, 0, 0, 0.1); }
  .skin-red .main-header .navbar .sidebar-toggle {
    color: #fff; }
    .skin-red .main-header .navbar .sidebar-toggle:hover {
      background-color: #d73925; }
  @media (max-width: 47rem) {
    .skin-red .main-header .navbar .dropdown-menu li.divider {
      background-color: rgba(255, 255, 255, 0.1); }
    .skin-red .main-header .navbar .dropdown-menu li a {
      color: #fff; }
      .skin-red .main-header .navbar .dropdown-menu li a:hover {
        background: #d73925; } }

.skin-red .main-header .logo {
  background-color: #d73925;
  color: #fff;
  border-bottom: 0 solid transparent; }
  .skin-red .main-header .logo:hover {
    background-color: #d33724; }

.skin-red .main-header li.user-header {
  background-color: #dd4b39; }

.skin-red .content-header {
  background: transparent; }

.skin-red .wrapper,
.skin-red .main-sidebar,
.skin-red .left-side {
  background-color: #222d32; }

.skin-red .user-panel > .info, .skin-red .user-panel > .info > a {
  color: #fff; }

.skin-red .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226; }

.skin-red .sidebar-menu > li > a {
  border-left: 0.1875rem solid transparent; }

.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a {
  color: #fff;
  background: #1e282c;
  border-left-color: #dd4b39; }

.skin-red .sidebar-menu > li > .treeview-menu {
  margin: 0 0.0625rem;
  background: #2c3b41; }

.skin-red .sidebar a {
  color: #b8c7ce; }
  .skin-red .sidebar a:hover {
    text-decoration: none; }

.skin-red .treeview-menu > li > a {
  color: #8aa4af; }

.skin-red .treeview-menu > li.active > a, .skin-red .treeview-menu > li > a:hover {
  color: #fff; }

.skin-red .sidebar-form {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border: 0.0625rem solid #374850;
  margin: 0.625rem 0.625rem; }
  .skin-red .sidebar-form input[type="text"], .skin-red .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 0.0625rem solid transparent;
    height: 2.1875rem;
    transition: all 0.3s ease-in-out; }
  .skin-red .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.125rem; }
    .skin-red .sidebar-form input[type="text"]:focus, .skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      background-color: #fff;
      color: #666; }
    .skin-red .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      border-left-color: #fff; }
  .skin-red .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0; }

/*
 * Skin: Blue
 * ----------
 */
/*
@import "../../bootstrap-less/mixins.less";
@import "../../bootstrap-less/variables.less";
*/
.skin-blue-light .main-header .navbar {
  background-color: #00a2e3; }
  .skin-blue-light .main-header .navbar .nav > li > a {
    color: #fff; }
  .skin-blue-light .main-header .navbar .nav > li > a:hover,
  .skin-blue-light .main-header .navbar .nav > li > a:active,
  .skin-blue-light .main-header .navbar .nav > li > a:focus,
  .skin-blue-light .main-header .navbar .nav .open > a,
  .skin-blue-light .main-header .navbar .nav .open > a:hover,
  .skin-blue-light .main-header .navbar .nav .open > a:focus,
  .skin-blue-light .main-header .navbar .nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6; }
  .skin-blue-light .main-header .navbar .sidebar-toggle {
    color: #fff; }
    .skin-blue-light .main-header .navbar .sidebar-toggle:hover {
      color: #f6f6f6;
      background: rgba(0, 0, 0, 0.1); }
  .skin-blue-light .main-header .navbar .sidebar-toggle {
    color: #fff; }
    .skin-blue-light .main-header .navbar .sidebar-toggle:hover {
      background-color: #0090ca; }
  @media (max-width: 47rem) {
    .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
      background-color: rgba(255, 255, 255, 0.1); }
    .skin-blue-light .main-header .navbar .dropdown-menu li a {
      color: #fff; }
      .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
        background: #0090ca; } }

.skin-blue-light .main-header .logo {
  background-color: #00a2e3;
  color: #fff;
  border-bottom: 0 solid transparent; }
  .skin-blue-light .main-header .logo:hover {
    background-color: #009ede; }

.skin-blue-light .main-header li.user-header {
  background-color: #00a2e3; }

.skin-blue-light .content-header {
  background: transparent; }

.skin-blue-light .wrapper,
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side {
  background-color: #f9fafc; }

.skin-blue-light .content-wrapper,
.skin-blue-light .main-footer {
  border-left: 0.0625rem solid #d2d6de; }

.skin-blue-light .user-panel > .info, .skin-blue-light .user-panel > .info > a {
  color: #444; }

.skin-blue-light .sidebar-menu > li {
  transition: border-left-color 0.3s ease; }
  .skin-blue-light .sidebar-menu > li.header {
    color: #848484;
    background: #f9fafc; }
  .skin-blue-light .sidebar-menu > li > a {
    border-left: 0.1875rem solid transparent;
    font-weight: 600; }
  .skin-blue-light .sidebar-menu > li:hover > a,
  .skin-blue-light .sidebar-menu > li.active > a {
    color: #000;
    background: #f4f4f5; }
  .skin-blue-light .sidebar-menu > li.active {
    border-left-color: #00a2e3; }
    .skin-blue-light .sidebar-menu > li.active > a {
      font-weight: 600; }
  .skin-blue-light .sidebar-menu > li > .treeview-menu {
    background: #f4f4f5; }

.skin-blue-light .sidebar a {
  color: #444; }
  .skin-blue-light .sidebar a:hover {
    text-decoration: none; }

.skin-blue-light .treeview-menu > li > a {
  color: #777; }

.skin-blue-light .treeview-menu > li.active > a,
.skin-blue-light .treeview-menu > li > a:hover {
  color: #000; }

.skin-blue-light .treeview-menu > li.active > a {
  font-weight: 600; }

.skin-blue-light .sidebar-form {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border: 0.0625rem solid #d2d6de;
  margin: 0.625rem 0.625rem; }
  .skin-blue-light .sidebar-form input[type="text"],
  .skin-blue-light .sidebar-form .btn {
    box-shadow: none;
    background-color: #fff;
    border: 0.0625rem solid transparent;
    height: 2.1875rem;
    transition: all 0.3s ease-in-out; }
  .skin-blue-light .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.125rem; }
    .skin-blue-light .sidebar-form input[type="text"]:focus,
    .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      background-color: #fff;
      color: #666; }
    .skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
      border-left-color: #fff; }
  .skin-blue-light .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0; }

@media (min-width: 48rem) {
  .skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 0.0625rem solid #d2d6de; } }

.skin-blue-light .main-footer {
  border-top-color: #d2d6de; }

.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #00a2e3;
  color: #fff;
  border-bottom: 0 solid transparent; }
  .skin-blue.layout-top-nav .main-header > .logo:hover {
    background-color: #009ede; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 0.0625rem dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 2.5rem; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 0.0625rem solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 0.0625rem solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 0.0625rem solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.42857;
  color: #333333;
  background-color: whitesmoke; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #00a2e3;
  text-decoration: none; }
  a:hover, a:focus {
    color: #31c4ff;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 0.3125rem auto -webkit-focus-ring-color;
    outline-offset: -0.125rem; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.375rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.42857;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 1.42857rem;
  margin-bottom: 1.42857rem;
  border: 0;
  border-top: 0.0625rem solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 1.42857rem;
  margin-bottom: 0.71429rem; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0.71429rem;
  margin-bottom: 0.71429rem; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 2.6rem; }

h2, .h2 {
  font-size: 2.15rem; }

h3, .h3 {
  font-size: 1.7rem; }

h4, .h4 {
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.85rem; }

p {
  margin: 0 0 0.71429rem; }

.lead {
  margin-bottom: 1.42857rem;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 48rem) {
    .lead {
      font-size: 1.5rem; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

.text-center, .task-controls {
  text-align: center; }

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

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

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger, .task-controls {
  color: #a94442; }

a.text-danger:hover, a.task-controls:hover,
a.text-danger:focus,
a.task-controls:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: -0.28571rem;
  margin: 2.85714rem 0 1.42857rem;
  border-bottom: 0.0625rem solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.71429rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .chart-legend {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -0.3125rem; }
  .list-inline > li {
    display: inline-block;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }

dl {
  margin-top: 0;
  margin-bottom: 1.42857rem; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 48rem) {
  .dl-horizontal dt {
    float: left;
    width: -8.75rem;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 11.25rem; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 0.0625rem dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 0.71429rem 1.42857rem;
  margin: 0 0 1.42857rem;
  font-size: 1.25rem;
  border-left: 0.3125rem solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 0.9375rem;
  padding-left: 0;
  border-right: 0.3125rem solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 1.42857rem;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 48rem) {
    .container {
      width: 46.875rem; } }
  @media (min-width: 62rem) {
    .container {
      width: 60.625rem; } }
  @media (min-width: 75rem) {
    .container {
      width: 73.125rem; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 48rem) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 62rem) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 75rem) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.42857rem; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 0.5rem;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 0.0625rem solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0.125rem solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 0.125rem solid #ddd; }
  .table .table {
    background-color: whitesmoke; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 0.3125rem; }

.table-bordered {
  border: 0.0625rem solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 0.0625rem solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 0.125rem; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 47rem) {
    .table-responsive {
      width: 100%;
      margin-bottom: 1.07143rem;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 0.0625rem solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.42857rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 0.0625rem solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.3125rem;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0.25rem 0 0;
  margin-top: 0.0625rem \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color;
  outline-offset: -0.125rem; }

output {
  display: block;
  padding-top: 1.375rem;
  font-size: 1rem;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 2.30357rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.30357rem; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 2.025rem; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 3.04167rem; } }

.form-group {
  margin-bottom: 0.9375rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }
  .radio label,
  .checkbox label {
    min-height: 1.42857rem;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -1.25rem;
  margin-top: 0.25rem \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -0.3125rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 0.625rem; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  margin-bottom: 0;
  min-height: 2.42857rem; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 2.025rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 2.025rem;
  line-height: 2.025rem; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 2.025rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.form-group-sm select.form-control {
  height: 2.025rem;
  line-height: 2.025rem; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 2.025rem;
  min-height: 2.27857rem;
  padding: 1.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 3.04167rem;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.375rem; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 3.04167rem;
  line-height: 3.04167rem; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 3.04167rem;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.375rem; }

.form-group-lg select.form-control {
  height: 3.04167rem;
  line-height: 3.04167rem; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 3.04167rem;
  min-height: 2.67857rem;
  padding: 1.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 2.87946rem; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.30357rem;
  height: 2.30357rem;
  line-height: 2.30357rem;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 3.04167rem;
  height: 3.04167rem;
  line-height: 3.04167rem; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 2.025rem;
  height: 2.025rem;
  line-height: 2.025rem; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.375rem #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 6.42857rem; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
  color: #737373; }

@media (min-width: 48rem) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.375rem; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 2.80357rem; }

.form-horizontal .form-group {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 48rem) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 1.375rem; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 0.9375rem; }

@media (min-width: 48rem) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 1.83333rem;
    font-size: 1.25rem; } }

@media (min-width: 48rem) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.3125rem;
    font-size: 0.85rem; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0.0625rem solid transparent;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.42857;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 0.3125rem auto -webkit-focus-ring-color;
    outline-offset: -0.125rem; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #00a2e3;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #31c4ff;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.375rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.btn-xs, .btn-group-xs > .btn {
  padding: 0.0625rem 0.3125rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.3125rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.125rem;
  vertical-align: middle;
  border-top: 0.25rem dashed;
  border-top: 0.25rem solid \9;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.3125rem 0;
  margin: 0.125rem 0 0;
  list-style: none;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 0.0625rem;
    margin: -0.28571rem 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 0.1875rem 1.25rem;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 0.1875rem 1.25rem;
  font-size: 0.85rem;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 0.25rem dashed;
  border-bottom: 0.25rem solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

@media (min-width: 48rem) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -0.0625rem; }

.btn-toolbar {
  margin-left: -0.3125rem; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.3125rem; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3125rem 0.3125rem 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3125rem 0.3125rem; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -0.0625rem;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.3125rem 0.625rem;
    font-size: 0.85rem;
    border-radius: 0.1875rem; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.625rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.375rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -0.0625rem; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -0.0625rem; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -0.0625rem; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 0.625rem 0.9375rem; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #00a2e3; }
  .nav .nav-divider {
    height: 0.0625rem;
    margin: -0.28571rem 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 0.0625rem solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -0.0625rem; }
    .nav-tabs > li > a {
      margin-right: 0.125rem;
      line-height: 1.42857;
      border: 0.0625rem solid transparent;
      border-radius: 0.25rem 0.25rem 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 0.0625rem solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0.25rem; }
  .nav-pills > li + li {
    margin-left: 0.125rem; }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 0.125rem;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 0.3125rem; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 48rem) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0.25rem; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 0.0625rem solid #ddd; }
  @media (min-width: 48rem) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 0.0625rem solid #ddd;
      border-radius: 0.25rem 0.25rem 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -0.0625rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 3.125rem;
  margin-bottom: 1.42857rem;
  border: 0.0625rem solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 48rem) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 48rem) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  border-top: 0.0625rem solid transparent;
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 48rem) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 21.25rem; }
  @media (max-device-width: 30rem) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 12.5rem; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }
  @media (min-width: 48rem) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 0.0625rem; }
  @media (min-width: 48rem) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 48rem) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0.0625rem; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 0.0625rem 0 0; }

.navbar-brand {
  float: left;
  padding: 0.84821rem 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.42857rem;
  height: 3.125rem; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 48rem) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -0.9375rem; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0.9375rem;
  padding: 0.5625rem 0.625rem;
  margin-top: -15.4375rem;
  margin-bottom: -15.4375rem;
  background-color: transparent;
  background-image: none;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 1.375rem;
    height: 0.125rem;
    border-radius: 0.0625rem; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0.25rem; }
  @media (min-width: 48rem) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 0.42411rem -0.9375rem; }
  .navbar-nav > li > a {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    line-height: 1.42857rem; }
  @media (max-width: 47rem) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0.3125rem 0.9375rem 0.3125rem 1.5625rem; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.42857rem; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 48rem) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 0.84821rem;
          padding-bottom: 0.84821rem; } }

.navbar-form {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0.625rem 0.9375rem;
  border-top: 0.0625rem solid transparent;
  border-bottom: 0.0625rem solid transparent;
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.1), 0 0.0625rem 0 rgba(255, 255, 255, 0.1);
  margin-top: -16.86607rem;
  margin-bottom: -16.86607rem; }
  @media (min-width: 48rem) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 47rem) {
    .navbar-form .form-group {
      margin-bottom: 0.3125rem; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 48rem) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: -16.86607rem;
  margin-bottom: -16.86607rem; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: -14.6375rem;
    margin-bottom: -14.6375rem; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: -9.4375rem;
    margin-bottom: -9.4375rem; }

.navbar-text {
  margin-top: -9.86607rem;
  margin-bottom: -9.86607rem; }
  @media (min-width: 48rem) {
    .navbar-text {
      float: left;
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }

@media (min-width: 48rem) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -0.9375rem; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 47rem) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .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: #555;
      background-color: #e7e7e7; }
    .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: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 47rem) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .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: #fff;
      background-color: #090909; }
    .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: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 0.5rem 0.9375rem;
  margin-bottom: 1.42857rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0.25rem; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 0.3125rem;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 0.625rem;
  padding: 0.1875rem 0.4375rem;
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 0.625rem; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -0.0625rem; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 0.0625rem 0.3125rem; }
  .list-group-item.active > .badge, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:not(:last-child) > .badge, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:not(:last-child) > .badge, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:not(:last-child) > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child) > .badge, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child) > .badge, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child) > .badge {
    float: right; }
  .list-group-item > .badge + .badge, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child) > .badge + .badge, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child) > .badge + .badge, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child) > .badge + .badge {
    margin-right: 0.3125rem; }
  .nav-pills > li > a > .badge {
    margin-left: 0.1875rem; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 0.9375rem;
    font-size: 1.5rem;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0.375rem; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 48rem) {
    .jumbotron {
      padding-top: 3rem;
      padding-bottom: 3rem; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 3.75rem;
        padding-right: 3.75rem; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 4.5rem; } }

.thumbnail {
  display: block;
  padding: 0.25rem;
  margin-bottom: 1.42857rem;
  line-height: 1.42857;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 0.5625rem;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00a2e3; }

.alert {
  padding: 0.9375rem;
  margin-bottom: 1.42857rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 0.3125rem; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 20.9375rem; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -0.125rem;
    right: -1.3125rem;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info, .app-content-header {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr, .app-content-header hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link, .app-content-header .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 2.5rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 1.42857rem;
  margin-bottom: 1.42857rem;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 0.85rem;
  line-height: 1.42857rem;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 2.5rem 2.5rem; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.list-group, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  margin-bottom: 1.25rem;
  padding-left: 0; }

.list-group-item, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child),
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child),
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child) {
  position: relative;
  display: block;
  padding: 0.625rem 0.9375rem;
  margin-bottom: -0.0625rem;
  background-color: #fff;
  border: 0.0625rem solid #ddd; }
  .list-group-item:first-child, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:first-child:not(:last-child),
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:first-child:not(:last-child),
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:first-child:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:last-child:not(:last-child),
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:last-child:not(:last-child),
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:last-child:not(:last-child) {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }


button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.disabled:not(:last-child),
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.disabled:not(:last-child),
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.disabled:not(:last-child), .list-group-item.disabled:hover, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.disabled:hover:not(:last-child),
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.disabled:hover:not(:last-child),
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.disabled:hover:not(:last-child), .list-group-item.disabled:focus, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.disabled:focus:not(:last-child),
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.disabled:focus:not(:last-child),
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.disabled:focus:not(:last-child) {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.disabled:not(:last-child) .list-group-item-heading, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.disabled:not(:last-child) .list-group-item-heading, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.disabled:not(:last-child) .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.disabled:hover:not(:last-child) .list-group-item-heading, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.disabled:hover:not(:last-child) .list-group-item-heading, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.disabled:hover:not(:last-child) .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.disabled:focus:not(:last-child) .list-group-item-heading, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.disabled:focus:not(:last-child) .list-group-item-heading, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.disabled:focus:not(:last-child) .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.disabled:not(:last-child) .list-group-item-text, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.disabled:not(:last-child) .list-group-item-text, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.disabled:not(:last-child) .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.disabled:hover:not(:last-child) .list-group-item-text, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.disabled:hover:not(:last-child) .list-group-item-text, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.disabled:hover:not(:last-child) .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.disabled:focus:not(:last-child) .list-group-item-text, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.disabled:focus:not(:last-child) .list-group-item-text, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.disabled:focus:not(:last-child) .list-group-item-text {
    color: #777777; }

.list-group-item.active, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:not(:last-child),
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:not(:last-child),
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:not(:last-child), .list-group-item.active:hover, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child),
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child),
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child), .list-group-item.active:focus, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child),
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child),
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-heading, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-heading, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-heading > small,
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-heading > small,
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-heading > .small,
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-heading > .small,
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-heading, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-heading, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-heading > small,
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-heading > small,
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-heading > .small,
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-heading > .small,
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-heading, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-heading, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-heading > small,
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-heading > small,
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small,
  .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-heading > .small,
  .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-heading > .small,
  .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-text, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-text, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:not(:last-child) .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-text, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-text, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:hover:not(:last-child) .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-text, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-text, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li.active:focus:not(:last-child) .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 0.3125rem; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 1.25rem;
  padding: 1.1875rem;
  margin-bottom: 1.25rem;
  background-color: #f5f5f5;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 1.5rem;
  border-radius: 0.375rem; }

.well-sm {
  padding: 0.5625rem;
  border-radius: 0.1875rem; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 0.0625rem 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.625rem; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 0.0625rem solid #999;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 0.9375rem;
  border-bottom: 0.0625rem solid #e5e5e5;
  min-height: 2.36607rem; }

.modal-header .close {
  margin-top: -0.125rem; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 0.9375rem; }

.modal-footer {
  padding: 0.9375rem;
  text-align: right;
  border-top: 0.0625rem solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 0.3125rem;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -0.0625rem; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -624.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  overflow: scroll; }

@media (min-width: 48rem) {
  .modal-dialog {
    width: 37.5rem;
    margin: 1.875rem auto; }
  .modal-content {
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 18.75rem; } }

@media (min-width: 62rem) {
  .modal-lg {
    width: 56.25rem; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 47rem) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 47rem) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 47rem) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 47rem) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 48rem) and (max-width: 61rem) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 48rem) and (max-width: 61rem) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 48rem) and (max-width: 61rem) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 48rem) and (max-width: 61rem) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 62rem) and (max-width: 74rem) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 62rem) and (max-width: 74rem) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 62rem) and (max-width: 74rem) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 62rem) and (max-width: 74rem) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 75rem) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 75rem) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 75rem) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 75rem) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 47rem) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 48rem) and (max-width: 61rem) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 62rem) and (max-width: 74rem) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 75rem) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

html {
  font-size: 16px; }

@media all and (min-width: 67.5em) and (max-width: 120em) {
  html {
    font-size: 18px; } }

html, body {
  min-height: 23.75rem;
  height: 100%; }

input[type="checkbox"] {
  margin: 0.625rem; }

body {
  overflow-x: hidden;
  overflow-y: auto; }

.autoellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.no-select, .sidebar {
  /*user-select:none;*/ }

.appname {
  padding-top: 1.25rem; }
  .appname .appdesc {
    display: none; }
  .appname .lblTitle {
    max-width: 80%;
    height: 1.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.25rem; }

.sidebar-full .fixedItem {
  left: 12.5rem; }

.sidebar-full .appname .appdesc {
  display: block;
  color: white !important; }

.validationMessage {
  display: block;
  color: #dd4b39; }

#content {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.defaultpadding {
  padding: 1.25rem; }

.rowpadd {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.cursor-pointer, .task-controls {
  cursor: pointer; }

.cntct-list-img {
  width: 3.75rem;
  height: 2.5rem; }

.alert {
  margin-bottom: 0; }
  .alert.heading {
    margin-bottom: 0; }

.medianame {
  max-width: 90%;
  height: 100%;
  display: inline-block; }

.pull-container {
  height: 1.25rem;
  margin-top: 0; }

.pull-refresh-slide {
  display: block;
  position: absolute;
  top: -12.5rem;
  height: 6.25rem;
  width: 100%;
  background: #cccccc; }

.pull-message {
  text-align: center; }
  .pull-message.release::after {
    content: 'Release to refresh'; }

.pull-message::after {
  content: 'Pull down'; }

html {
  backface-visibility: hidden; }

body {
  margin: 0;
  background: white;
  color: #111;
  font-family: "verdana";
  line-height: 1.25rem; }

.fullHeight {
  /*@extend %extend_height;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/ }

#main .nav-tabs li a {
  padding: 0.625rem;
  outline: none; }

.social-navbar {
  overflow-x: hidden; }

.spinner {
  position: relative;
  margin: 0 auto;
  width: 3.75rem;
  height: 3.75rem;
  border: 0.375rem solid rgba(0, 174, 239, 0.15);
  border-radius: 100%;
  animation: rotation .6s infinite linear; }
  .spinner.spinner2 {
    animation: rotation .3s infinite linear; }
  .spinner:before {
    position: absolute;
    top: -0.375rem;
    left: -0.375rem;
    display: block;
    width: 100%;
    height: 100%;
    border-top: 0.375rem solid rgba(0, 174, 239, 0.8);
    border-right: 0.375rem solid transparent;
    border-bottom: 0.375rem solid transparent;
    border-left: 0.375rem solid transparent;
    border-radius: 100%;
    content: ""; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

#login button {
  margin: 0.25rem;
  min-width: 5.625rem; }

#login .center {
  display: none;
  width: 100%;
  height: 100%; }
  #login .center > .centerme {
    display: table-cell;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    border-radius: 0.3125rem;
    vertical-align: middle; }

#login input:hover {
  border: 0.125rem solid #dd4b39; }

#login input:focus {
  border: 0.125rem solid #dd4b39; }

#login .content {
  margin: 0 auto;
  max-width: 30rem;
  height: 100%;
  height: 20rem; }

#login form {
  width: 100%; }

#login div.activeview {
  display: table;
  height: 100%; }

.loginwrap {
  padding: 0.4375rem; }

.notification-menu {
  overflow: hidden;
  max-height: 21.875rem; }

#splash {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center; }
  #splash .glyphicon.glyphicon-refresh {
    display: block;
    font-size: 7.5rem; }

#splash {
  margin-top: 10%; }

.loading-header {
  color: #2f96b4;
  font-weight: bold;
  font-size: 2.5rem; }

.loading-subheader {
  color: #dd4b39;
  font-size: 2.5rem; }

.fixedItem {
  position: fixed;
  top: 2.5rem;
  left: 3.375rem;
  right: 0;
  z-index: 1020; }

.navbar-top {
  position: absolute;
  right: 0; }

.tooltip {
  display: block;
  position: absolute;
  border: 0.0625rem solid #d9d9d9;
  font: 400 1 "Arial";
  border-radius: 0.1875rem;
  background: white;
  top: -2.6875rem;
  padding: 0.3125rem;
  left: -0.5625rem;
  text-align: center;
  width: 3.125rem; }
  .tooltip strong {
    display: block;
    padding: 0.125rem; }

.slider.noUi-target {
  height: 0.7875rem;
  margin: 0.15625rem; }

.slider .noUi-handle:after {
  height: 1.25rem;
  top: 0.1875rem; }

.slider .noUi-handle:before {
  height: 1.25rem;
  top: 0.1875rem; }

.slider.noUi-horizontal .noUi-handle {
  height: 1.3125rem;
  top: -0.32813rem;
  left: -0.74375rem;
  width: 1.3125rem; }
  .slider.noUi-horizontal .noUi-handle:before, .slider.noUi-horizontal .noUi-handle:after {
    top: 0.2625rem;
    left: 0.6125rem;
    height: 0.6125rem; }
  .slider.noUi-horizontal .noUi-handle:after {
    left: 0.74375rem; }

.slider.noUi-handle:focus {
  box-shadow: 0 0 5px orange; }

.label-as-badge {
  border-radius: 1em; }

.template-row {
  padding: 0.3125rem 0.625rem;
  min-height: 3.125rem; }

.tb-summary-text {
  max-width: 12.5rem;
  height: 2.5rem;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis; }

.pace {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .pace .pace-progress {
    background: #2299dd;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 0.125rem; }

.pace-inactive {
  display: none; }

.messageBox {
  background: white;
  max-width: 800px; }

#ContactList .list-group-item, #ContactList .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .notifications-menu > .dropdown-menu > li #ContactList .menu > li:not(:last-child),
#ContactList .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .messages-menu > .dropdown-menu > li #ContactList .menu > li:not(:last-child),
#ContactList .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .tasks-menu > .dropdown-menu > li #ContactList .menu > li:not(:last-child) {
  min-height: 3.4375rem;
  text-align: left; }

#GroupList .list-group-item, #GroupList .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .notifications-menu > .dropdown-menu > li #GroupList .menu > li:not(:last-child),
#GroupList .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .messages-menu > .dropdown-menu > li #GroupList .menu > li:not(:last-child),
#GroupList .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .tasks-menu > .dropdown-menu > li #GroupList .menu > li:not(:last-child) {
  min-height: 3.4375rem;
  text-align: left; }

#contactList .thumbnail {
  margin: 0.25rem; }

.chzn-container-multi .chzn-choices .search-field input {
  height: 1.5625rem; }

div.list-group-item {
  color: #555555; }
  div.list-group-item:hover {
    background-color: whitesmoke;
    text-decoration: none; }
  div.list-group-item:focus {
    background-color: whitesmoke;
    text-decoration: none; }

/*
.wraper #main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
*/
.noheader #main {
  margin-left: 0 !important; }

.navbar .brand {
  padding-left: 1.875rem !important; }

.input-group label.input-group-addon {
  min-width: 6.6875rem;
  text-align: right; }

span.sidenav-icon {
  margin-left: 0.2em;
  color: #cccccc;
  text-shadow: 0.125rem 0.125rem #111;
  font-size: 2em; }
  span.sidenav-icon:hover {
    color: white; }

.homePanels .panel-body {
  overflow: auto;
  height: 21.25rem; }

.panel.panel-primary > .panel-heading {
  background-color: #1d85a2 !important; }

#packages .list-group-item, #packages .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .notifications-menu > .dropdown-menu > li #packages .menu > li:not(:last-child),
#packages .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .messages-menu > .dropdown-menu > li #packages .menu > li:not(:last-child),
#packages .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .tasks-menu > .dropdown-menu > li #packages .menu > li:not(:last-child) {
  padding: 0.3125rem 0.4375rem; }

#dashboard_conversations .list-group .list-group-item, #dashboard_conversations .navbar-nav > .notifications-menu > .dropdown-menu > li .menu .list-group-item, .navbar-nav > .notifications-menu > .dropdown-menu > li #dashboard_conversations .menu .list-group-item, #dashboard_conversations .navbar-nav > .messages-menu > .dropdown-menu > li .menu .list-group-item, .navbar-nav > .messages-menu > .dropdown-menu > li #dashboard_conversations .menu .list-group-item, #dashboard_conversations .navbar-nav > .tasks-menu > .dropdown-menu > li .menu .list-group-item, .navbar-nav > .tasks-menu > .dropdown-menu > li #dashboard_conversations .menu .list-group-item, #dashboard_conversations .list-group .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .notifications-menu > .dropdown-menu > li #dashboard_conversations .list-group .menu > li:not(:last-child), #dashboard_conversations .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .notifications-menu > .dropdown-menu > li #dashboard_conversations .menu > li:not(:last-child), #dashboard_conversations .navbar-nav > .messages-menu > .dropdown-menu > li .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child), #dashboard_conversations .navbar-nav > .tasks-menu > .dropdown-menu > li .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child),
#dashboard_conversations .list-group .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .messages-menu > .dropdown-menu > li #dashboard_conversations .list-group .menu > li:not(:last-child),
#dashboard_conversations .navbar-nav > .notifications-menu > .dropdown-menu > li .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child),
#dashboard_conversations .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .messages-menu > .dropdown-menu > li #dashboard_conversations .menu > li:not(:last-child),
#dashboard_conversations .navbar-nav > .tasks-menu > .dropdown-menu > li .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child),
#dashboard_conversations .list-group .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .tasks-menu > .dropdown-menu > li #dashboard_conversations .list-group .menu > li:not(:last-child),
#dashboard_conversations .navbar-nav > .notifications-menu > .dropdown-menu > li .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child),
#dashboard_conversations .navbar-nav > .messages-menu > .dropdown-menu > li .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child),
#dashboard_conversations .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .tasks-menu > .dropdown-menu > li #dashboard_conversations .menu > li:not(:last-child) {
  padding: 0.3125rem 0.625rem;
  min-height: 3.125rem; }

#dashboard_notifications .list-group .list-group-item, #dashboard_notifications .navbar-nav > .notifications-menu > .dropdown-menu > li .menu .list-group-item, .navbar-nav > .notifications-menu > .dropdown-menu > li #dashboard_notifications .menu .list-group-item, #dashboard_notifications .navbar-nav > .messages-menu > .dropdown-menu > li .menu .list-group-item, .navbar-nav > .messages-menu > .dropdown-menu > li #dashboard_notifications .menu .list-group-item, #dashboard_notifications .navbar-nav > .tasks-menu > .dropdown-menu > li .menu .list-group-item, .navbar-nav > .tasks-menu > .dropdown-menu > li #dashboard_notifications .menu .list-group-item, #dashboard_notifications .list-group .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .notifications-menu > .dropdown-menu > li #dashboard_notifications .list-group .menu > li:not(:last-child), #dashboard_notifications .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .notifications-menu > .dropdown-menu > li #dashboard_notifications .menu > li:not(:last-child), #dashboard_notifications .navbar-nav > .messages-menu > .dropdown-menu > li .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child), #dashboard_notifications .navbar-nav > .tasks-menu > .dropdown-menu > li .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child),
#dashboard_notifications .list-group .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .messages-menu > .dropdown-menu > li #dashboard_notifications .list-group .menu > li:not(:last-child),
#dashboard_notifications .navbar-nav > .notifications-menu > .dropdown-menu > li .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child),
#dashboard_notifications .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .messages-menu > .dropdown-menu > li #dashboard_notifications .menu > li:not(:last-child),
#dashboard_notifications .navbar-nav > .tasks-menu > .dropdown-menu > li .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child),
#dashboard_notifications .list-group .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .tasks-menu > .dropdown-menu > li #dashboard_notifications .list-group .menu > li:not(:last-child),
#dashboard_notifications .navbar-nav > .notifications-menu > .dropdown-menu > li .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child),
#dashboard_notifications .navbar-nav > .messages-menu > .dropdown-menu > li .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child),
#dashboard_notifications .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .tasks-menu > .dropdown-menu > li #dashboard_notifications .menu > li:not(:last-child) {
  padding: 0.3125rem 0.625rem;
  min-height: 3.125rem; }

.table-bordered > tbody > tr > td, .table.tablesaw-stack > thead > tr > th, .table.tablesaw-stack > tbody > tr > th, .table.tablesaw-stack > tfoot > tr > th, .tabletablesaw-stack > thead > tr > td, .table.tablesaw-stack > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
  border-bottom: none !important; }

.task-controls {
  display: block;
  text-align: right; }

.notification-menu li.header {
  text-align: center; }

/*
to be removed
.row{
 margin-left:0;
 margin-right:0;   
}
*/
.app-content-header {
  background: none;
  padding: 0.9375rem !important;
  border-bottom: 0.03125rem solid #ccc; }
  .app-content-header h1 {
    margin: 0;
    font-size: 1.25rem; }

#packages .panel-heading {
  min-height: 3.125rem; }

#packages .panel-footer {
  text-align: center; }
  #packages .panel-footer button {
    margin: 0.9375rem; }

.fixed .noheader .content-wrapper {
  padding-top: 0rem; }

.app-banner-header {
  text-align: center;
  padding: 1em;
  margin-bottom: 0.3125rem; }
  .app-banner-header h1 {
    margin: 0;
    font-weight: bold; }
    .app-banner-header h1 a {
      text-decoration: none; }

.sidebar .logo-image img {
  width: 2.5rem;
  height: 2.5rem; }

.small-box .inner {
  min-height: 11.25rem; }

.mediaplayer {
  position: fixed;
  bottom: 3%;
  right: 3%;
  background: #111;
  background: rgba(0, 0, 0, 0.5);
  height: 6.25rem;
  width: 18.75rem;
  color: white;
  padding: 0.625rem;
  z-index: 1060;
  border: 0.0625rem solid white; }
  .mediaplayer .durationindicator {
    position: absolute;
    left: 0.625rem;
    bottom: 0; }
  .mediaplayer:hover {
    background: #111;
    background: rgba(0, 0, 0, 0.8); }
  .mediaplayer .close-player {
    font-size: 1.5em; }
    .mediaplayer .close-player:hover {
      color: #dd4b39;
      font-size: 1.6em;
      cursor: pointer; }
  .mediaplayer .progresscntrl {
    position: absolute;
    left: 0.625rem;
    right: 0.625rem;
    bottom: 0.375rem;
    height: 0.3125rem; }
    .mediaplayer .progresscntrl.playindicator {
      background: none; }
  .mediaplayer .medialabel {
    line-height: 100%;
    max-height: 1.25rem;
    font-size: 85%; }

#msgList {
  cursor: pointer; }

.msg-list .msg-item {
  padding-bottom: 0.9375rem;
  padding: 0 0.4375rem;
  min-height: 5rem;
  text-align: left;
  display: block;
  position: relative;
  border-bottom: 0.0625rem solid #ccc; }

.msg-list .name {
  font-weight: bold; }

.msg-list .msg-time {
  font-size: 0.625rem;
  display: inline-block; }

.msg-list .usr-img {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 3.125rem;
  height: 3.125rem; }

.msg-list .msg-tool-bar {
  float: right; }

.batch-date-sep {
  margin-top: 1.25rem;
  text-align: center; }

.message > .message-date-sep,
.batch-date-sep {
  position: -webkit-sticky;
  position: sticky;
  top: -1;
  margin-top: 1.25rem;
  text-align: center; }
  .message > .message-date-sep span,
  .batch-date-sep span {
    background: lightblue;
    padding: 0.25rem;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem; }

#convMsgList {
  margin-bottom: 6.25rem; }
  #convMsgList.msg-list .incoming {
    margin-left: 0; }
    #convMsgList.msg-list .incoming.msg-item {
      padding-right: 0;
      background-color: whitesmoke;
      left: 0; }
    #convMsgList.msg-list .incoming .usr-img {
      right: auto;
      left: 0; }
    #convMsgList.msg-list .incoming .msg-tool-bar {
      float: right; }
  #convMsgList.msg-list .msg-text {
    color: #111;
    word-wrap: break-word;
    border-radius: 0.3125rem;
    padding: 0.125rem;
    margin-right: 3.125rem;
    display: inline; }
  #convMsgList.msg-list .msg-time {
    position: relative;
    display: inline;
    font-size: 0.625rem;
    padding: 0.125rem;
    border-top: none; }
  #convMsgList.msg-list .usr-img {
    right: 0;
    left: auto; }
  #convMsgList.msg-list .msg-tool-bar {
    float: left; }
  #convMsgList.msg-list .msg-item {
    border: 0.0625rem solid #d2d6de;
    border-radius: 0.3125rem;
    margin: 0.3125rem;
    max-width: 18.75rem;
    min-height: initial; }
  #convMsgList.msg-list .msg-item.outgoing {
    margin-left: auto;
    margin-right: 0;
    float: right;
    display: block;
    background-color: #dcf8c6; }
  #convMsgList .msg-reply {
    display: none; }
  #convMsgList .usr-img {
    float: right; }
  #convMsgList .message {
    border: none; }
  #convMsgList .message:after {
    content: '';
    display: table;
    clear: both; }
  #convMsgList .incoming .usr-img {
    float: left; }

.sidebar-collapse .MessageInput {
  left: 3.375rem; }

.MessageInput {
  position: static;
  position: -webkit-sticky;
  position: sticky;
  right: 0rem;
  left: 0;
  bottom: 0;
  padding-bottom: 0.625rem;
  min-height: 3.125rem;
  background: #eeeeee;
  transition: left 0.5s;
  padding: 0 1.25rem;
  padding-bottom: 0rem; }
  @media (max-width: 47rem) {
    .MessageInput {
      left: 0; } }

.sidebar-collapse .MessageInput {
  left: 3.125rem; }

.messages.no-message {
  display: block;
  margin: 0.9375rem;
  text-align: center; }

.package-container ul {
  list-style: none; }

.package-container .list-group-item, .package-container .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .notifications-menu > .dropdown-menu > li .package-container .menu > li:not(:last-child),
.package-container .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .messages-menu > .dropdown-menu > li .package-container .menu > li:not(:last-child),
.package-container .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:not(:last-child), .navbar-nav > .tasks-menu > .dropdown-menu > li .package-container .menu > li:not(:last-child) {
  border: none; }

#ls-time-period {
  display: inline-block;
  margin: 0 auto; }

#systemjobs .job-card {
  padding: 2px;
  background: white;
  background-origin: padding-box;
  width: 49.5%;
  margin: 0 2px;
  border: 1px solid black;
  height: 250px;
  word-wrap: break-word; }

#systemjobs .job-card.disabled {
  background: #ccc; }

.msg-summary-text {
  max-height: 200px;
  max-width: 400px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis; }

.dropdown-menu .divider {
  margin: unset; }

#projects-menu {
  position: fixed;
  left: 10px;
  top: 3.75rem;
  z-index: 2000; }
  #projects-menu li > a {
    color: #333333; }

scope-label {
  text-transform: lowercase; }

.menu li .close {
  visibility: hidden;
  font-size: smaller; }

.menu li:hover .close {
  visibility: visible; }

.breadcrumb {
  margin-bottom: 0.1rem; }

#service-action-editor {
  position: relative; }
  #service-action-editor > ul.actions > li {
    border-top: 1px solid #ccc; }
  #service-action-editor .flow {
    position: relative; }
    #service-action-editor .flow:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 4px;
      background: #ddd;
      left: 31px;
      margin: 0;
      border-radius: 2px; }
  #service-action-editor .btn.close {
    margin-top: 1.25rem;
    margin-right: 0.625rem;
    font-size: smaller; }
  #service-action-editor .action-header {
    position: relative;
    padding-left: 18px; }
  #service-action-editor .add-action-btn {
    right: 2px;
    bottom: 5px;
    margin-left: auto;
    display: block;
    position: relative; }

ul {
  list-style-type: none; }

#service-editor .editor-section {
  margin-top: 1.875rem; }
  #service-editor .editor-section:not(.controls) {
    background-color: white; }

.main-header {
  /*  a.logo{
        background-color: transparent !important;
    }*/ }

.logo img {
  width: 2.8125rem;
  margin: 0 auto; }

.logo-large .main-header .logo-lg img {
  width: 5.625rem;
  margin: 0.125rem auto; }

.logo-large .main-sidebar ul.sidebar-menu {
  background-color: #1a2226; }

.logo-large #projects-menu {
  position: fixed;
  top: 6.875rem; }

.skin-red .app-content-header {
  background-color: inherit !important; }

.skin-red .breadcrumb {
  background-color: inherit; }

.skin-red .content-wrapper, .skin-red .right-side {
  background: whitesmoke; }

.skin-red .bootstrap-dialog.type-primary .modal-header {
  background-color: red; }

.app-banner-header img.logo {
  width: 300px; }

.skin-red .main-header .logo {
  background-color: #222d32; }

.skin-red .main-header .logo:hover {
  background-color: #222d32; }

.btn.payment-btn {
  width: 250px;
  height: 100px;
  margin: 3px; }
  .btn.payment-btn img {
    width: 100%;
    height: 100%; }

img#splash-logo-image {
  width: 200px; }

/*** Full height Hack **/
html, body, .container {
  height: 100%; }

.container {
  display: table;
  width: 100%;
  margin-top: -50px;
  padding: 50px 0 0 0;
  /*set left/right padding according to needs*/
  box-sizing: border-box; }

.row {
  height: 100%; }

.row .no-float {
  display: table-cell;
  float: none; }

/*** END Full height Hack **/

/*# sourceMappingURL=maps/app.css.map */

.flag {
	width: 16px;
	height: 11px;
    background: url(flags.png) no-repeat;
    display: inline-block;
}

.flag.flag-ad {background-position: -16px 0}
.flag.flag-ae {background-position: -32px 0}
.flag.flag-af {background-position: -48px 0}
.flag.flag-ag {background-position: -64px 0}
.flag.flag-ai {background-position: -80px 0}
.flag.flag-al {background-position: -96px 0}
.flag.flag-am {background-position: -112px 0}
.flag.flag-an {background-position: -128px 0}
.flag.flag-ao {background-position: -144px 0}
.flag.flag-ar {background-position: -160px 0}
.flag.flag-as {background-position: -176px 0}
.flag.flag-at {background-position: -192px 0}
.flag.flag-au {background-position: -208px 0}
.flag.flag-aw {background-position: -224px 0}
.flag.flag-az {background-position: -240px 0}
.flag.flag-ba {background-position: 0 -11px}
.flag.flag-bb {background-position: -16px -11px}
.flag.flag-bd {background-position: -32px -11px}
.flag.flag-be {background-position: -48px -11px}
.flag.flag-bf {background-position: -64px -11px}
.flag.flag-bg {background-position: -80px -11px}
.flag.flag-bh {background-position: -96px -11px}
.flag.flag-bi {background-position: -112px -11px}
.flag.flag-bj {background-position: -128px -11px}
.flag.flag-bm {background-position: -144px -11px}
.flag.flag-bn {background-position: -160px -11px}
.flag.flag-bo {background-position: -176px -11px}
.flag.flag-br {background-position: -192px -11px}
.flag.flag-bs {background-position: -208px -11px}
.flag.flag-bt {background-position: -224px -11px}
.flag.flag-bv {background-position: -240px -11px}
.flag.flag-bw {background-position: 0 -22px}
.flag.flag-by {background-position: -16px -22px}
.flag.flag-bz {background-position: -32px -22px}
.flag.flag-ca {background-position: -48px -22px}
.flag.flag-catalonia {background-position: -64px -22px}
.flag.flag-cd {background-position: -80px -22px}
.flag.flag-cf {background-position: -96px -22px}
.flag.flag-cg {background-position: -112px -22px}
.flag.flag-ch {background-position: -128px -22px}
.flag.flag-ci {background-position: -144px -22px}
.flag.flag-ck {background-position: -160px -22px}
.flag.flag-cl {background-position: -176px -22px}
.flag.flag-cm {background-position: -192px -22px}
.flag.flag-cn {background-position: -208px -22px}
.flag.flag-co {background-position: -224px -22px}
.flag.flag-cr {background-position: -240px -22px}
.flag.flag-cu {background-position: 0 -33px}
.flag.flag-cv {background-position: -16px -33px}
.flag.flag-cw {background-position: -32px -33px}
.flag.flag-cy {background-position: -48px -33px}
.flag.flag-cz {background-position: -64px -33px}
.flag.flag-de {background-position: -80px -33px}
.flag.flag-dj {background-position: -96px -33px}
.flag.flag-dk {background-position: -112px -33px}
.flag.flag-dm {background-position: -128px -33px}
.flag.flag-do {background-position: -144px -33px}
.flag.flag-dz {background-position: -160px -33px}
.flag.flag-ec {background-position: -176px -33px}
.flag.flag-ee {background-position: -192px -33px}
.flag.flag-eg {background-position: -208px -33px}
.flag.flag-eh {background-position: -224px -33px}
.flag.flag-england {background-position: -240px -33px}
.flag.flag-er {background-position: 0 -44px}
.flag.flag-es {background-position: -16px -44px}
.flag.flag-et {background-position: -32px -44px}
.flag.flag-eu {background-position: -48px -44px}
.flag.flag-fi {background-position: -64px -44px}
.flag.flag-fj {background-position: -80px -44px}
.flag.flag-fk {background-position: -96px -44px}
.flag.flag-fm {background-position: -112px -44px}
.flag.flag-fo {background-position: -128px -44px}
.flag.flag-fr {background-position: -144px -44px}
.flag.flag-ga {background-position: -160px -44px}
.flag.flag-gb {background-position: -176px -44px}
.flag.flag-gd {background-position: -192px -44px}
.flag.flag-ge {background-position: -208px -44px}
.flag.flag-gf {background-position: -224px -44px}
.flag.flag-gg {background-position: -240px -44px}
.flag.flag-gh {background-position: 0 -55px}
.flag.flag-gi {background-position: -16px -55px}
.flag.flag-gl {background-position: -32px -55px}
.flag.flag-gm {background-position: -48px -55px}
.flag.flag-gn {background-position: -64px -55px}
.flag.flag-gp {background-position: -80px -55px}
.flag.flag-gq {background-position: -96px -55px}
.flag.flag-gr {background-position: -112px -55px}
.flag.flag-gs {background-position: -128px -55px}
.flag.flag-gt {background-position: -144px -55px}
.flag.flag-gu {background-position: -160px -55px}
.flag.flag-gw {background-position: -176px -55px}
.flag.flag-gy {background-position: -192px -55px}
.flag.flag-hk {background-position: -208px -55px}
.flag.flag-hm {background-position: -224px -55px}
.flag.flag-hn {background-position: -240px -55px}
.flag.flag-hr {background-position: 0 -66px}
.flag.flag-ht {background-position: -16px -66px}
.flag.flag-hu {background-position: -32px -66px}
.flag.flag-ic {background-position: -48px -66px}
.flag.flag-id {background-position: -64px -66px}
.flag.flag-ie {background-position: -80px -66px}
.flag.flag-il {background-position: -96px -66px}
.flag.flag-im {background-position: -112px -66px}
.flag.flag-in {background-position: -128px -66px}
.flag.flag-io {background-position: -144px -66px}
.flag.flag-iq {background-position: -160px -66px}
.flag.flag-ir {background-position: -176px -66px}
.flag.flag-is {background-position: -192px -66px}
.flag.flag-it {background-position: -208px -66px}
.flag.flag-je {background-position: -224px -66px}
.flag.flag-jm {background-position: -240px -66px}
.flag.flag-jo {background-position: 0 -77px}
.flag.flag-jp {background-position: -16px -77px}
.flag.flag-ke {background-position: -32px -77px}
.flag.flag-kg {background-position: -48px -77px}
.flag.flag-kh {background-position: -64px -77px}
.flag.flag-ki {background-position: -80px -77px}
.flag.flag-km {background-position: -96px -77px}
.flag.flag-kn {background-position: -112px -77px}
.flag.flag-kp {background-position: -128px -77px}
.flag.flag-kr {background-position: -144px -77px}
.flag.flag-kurdistan {background-position: -160px -77px}
.flag.flag-kw {background-position: -176px -77px}
.flag.flag-ky {background-position: -192px -77px}
.flag.flag-kz {background-position: -208px -77px}
.flag.flag-la {background-position: -224px -77px}
.flag.flag-lb {background-position: -240px -77px}
.flag.flag-lc {background-position: 0 -88px}
.flag.flag-li {background-position: -16px -88px}
.flag.flag-lk {background-position: -32px -88px}
.flag.flag-lr {background-position: -48px -88px}
.flag.flag-ls {background-position: -64px -88px}
.flag.flag-lt {background-position: -80px -88px}
.flag.flag-lu {background-position: -96px -88px}
.flag.flag-lv {background-position: -112px -88px}
.flag.flag-ly {background-position: -128px -88px}
.flag.flag-ma {background-position: -144px -88px}
.flag.flag-mc {background-position: -160px -88px}
.flag.flag-md {background-position: -176px -88px}
.flag.flag-me {background-position: -192px -88px}
.flag.flag-mg {background-position: -208px -88px}
.flag.flag-mh {background-position: -224px -88px}
.flag.flag-mk {background-position: -240px -88px}
.flag.flag-ml {background-position: 0 -99px}
.flag.flag-mm {background-position: -16px -99px}
.flag.flag-mn {background-position: -32px -99px}
.flag.flag-mo {background-position: -48px -99px}
.flag.flag-mp {background-position: -64px -99px}
.flag.flag-mq {background-position: -80px -99px}
.flag.flag-mr {background-position: -96px -99px}
.flag.flag-ms {background-position: -112px -99px}
.flag.flag-mt {background-position: -128px -99px}
.flag.flag-mu {background-position: -144px -99px}
.flag.flag-mv {background-position: -160px -99px}
.flag.flag-mw {background-position: -176px -99px}
.flag.flag-mx {background-position: -192px -99px}
.flag.flag-my {background-position: -208px -99px}
.flag.flag-mz {background-position: -224px -99px}
.flag.flag-na {background-position: -240px -99px}
.flag.flag-nc {background-position: 0 -110px}
.flag.flag-ne {background-position: -16px -110px}
.flag.flag-nf {background-position: -32px -110px}
.flag.flag-ng {background-position: -48px -110px}
.flag.flag-ni {background-position: -64px -110px}
.flag.flag-nl {background-position: -80px -110px}
.flag.flag-no {background-position: -96px -110px}
.flag.flag-np {background-position: -112px -110px}
.flag.flag-nr {background-position: -128px -110px}
.flag.flag-nu {background-position: -144px -110px}
.flag.flag-nz {background-position: -160px -110px}
.flag.flag-om {background-position: -176px -110px}
.flag.flag-pa {background-position: -192px -110px}
.flag.flag-pe {background-position: -208px -110px}
.flag.flag-pf {background-position: -224px -110px}
.flag.flag-pg {background-position: -240px -110px}
.flag.flag-ph {background-position: 0 -121px}
.flag.flag-pk {background-position: -16px -121px}
.flag.flag-pl {background-position: -32px -121px}
.flag.flag-pm {background-position: -48px -121px}
.flag.flag-pn {background-position: -64px -121px}
.flag.flag-pr {background-position: -80px -121px}
.flag.flag-ps {background-position: -96px -121px}
.flag.flag-pt {background-position: -112px -121px}
.flag.flag-pw {background-position: -128px -121px}
.flag.flag-py {background-position: -144px -121px}
.flag.flag-qa {background-position: -160px -121px}
.flag.flag-re {background-position: -176px -121px}
.flag.flag-ro {background-position: -192px -121px}
.flag.flag-rs {background-position: -208px -121px}
.flag.flag-ru {background-position: -224px -121px}
.flag.flag-rw {background-position: -240px -121px}
.flag.flag-sa {background-position: 0 -132px}
.flag.flag-sb {background-position: -16px -132px}
.flag.flag-sc {background-position: -32px -132px}
.flag.flag-scotland {background-position: -48px -132px}
.flag.flag-sd {background-position: -64px -132px}
.flag.flag-se {background-position: -80px -132px}
.flag.flag-sg {background-position: -96px -132px}
.flag.flag-sh {background-position: -112px -132px}
.flag.flag-si {background-position: -128px -132px}
.flag.flag-sk {background-position: -144px -132px}
.flag.flag-sl {background-position: -160px -132px}
.flag.flag-sm {background-position: -176px -132px}
.flag.flag-sn {background-position: -192px -132px}
.flag.flag-so {background-position: -208px -132px}
.flag.flag-somaliland {background-position: -224px -132px}
.flag.flag-sr {background-position: -240px -132px}
.flag.flag-ss {background-position: 0 -143px}
.flag.flag-st {background-position: -16px -143px}
.flag.flag-sv {background-position: -32px -143px}
.flag.flag-sx {background-position: -48px -143px}
.flag.flag-sy {background-position: -64px -143px}
.flag.flag-sz {background-position: -80px -143px}
.flag.flag-tc {background-position: -96px -143px}
.flag.flag-td {background-position: -112px -143px}
.flag.flag-tf {background-position: -128px -143px}
.flag.flag-tg {background-position: -144px -143px}
.flag.flag-th {background-position: -160px -143px}
.flag.flag-tj {background-position: -176px -143px}
.flag.flag-tk {background-position: -192px -143px}
.flag.flag-tl {background-position: -208px -143px}
.flag.flag-tm {background-position: -224px -143px}
.flag.flag-tn {background-position: -240px -143px}
.flag.flag-to {background-position: 0 -154px}
.flag.flag-tr {background-position: -16px -154px}
.flag.flag-tt {background-position: -32px -154px}
.flag.flag-tv {background-position: -48px -154px}
.flag.flag-tw {background-position: -64px -154px}
.flag.flag-tz {background-position: -80px -154px}
.flag.flag-ua {background-position: -96px -154px}
.flag.flag-ug {background-position: -112px -154px}
.flag.flag-um {background-position: -128px -154px}
.flag.flag-us {background-position: -144px -154px}
.flag.flag-uy {background-position: -160px -154px}
.flag.flag-uz {background-position: -176px -154px}
.flag.flag-va {background-position: -192px -154px}
.flag.flag-vc {background-position: -208px -154px}
.flag.flag-ve {background-position: -224px -154px}
.flag.flag-vg {background-position: -240px -154px}
.flag.flag-vi {background-position: 0 -165px}
.flag.flag-vn {background-position: -16px -165px}
.flag.flag-vu {background-position: -32px -165px}
.flag.flag-wales {background-position: -48px -165px}
.flag.flag-wf {background-position: -64px -165px}
.flag.flag-ws {background-position: -80px -165px}
.flag.flag-ye {background-position: -96px -165px}
.flag.flag-yt {background-position: -112px -165px}
.flag.flag-za {background-position: -128px -165px}
.flag.flag-zanzibar {background-position: -144px -165px}
.flag.flag-zm {background-position: -160px -165px}
.flag.flag-zw {background-position: -176px -165px}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}
/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999!important;border-radius:4px}.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:7px}.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:8px}.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget .dow{width:14.2857%}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget td.cw{font-size:10px;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#777}.bootstrap-datetimepicker-widget td.today{position:relative}.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td span.old{color:#777}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget th.picker-switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0!important}@media screen and (max-width:767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width:283px}}
@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
