
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown: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, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000 !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
/***
Spectrum Colorpicker v1.3.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    -ms-user-select: none;
        user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear
{
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top
{
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear
{
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error
{
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container
{
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container
{
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container
{
    border-right: solid 1px #ccc;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el
{
    position:relative;
}

/* Initial */
.sp-initial
{
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview
{
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette
{
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el
{
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container
{
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel
{
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover
{
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active
{
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el
{
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner
{
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner
{
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 1.35rem;
  box-sizing: border-box; }

/*! normalize.css commit fe56763 | 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,
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 {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px 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 40px; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  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; }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  height: 100%; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  height: 100%; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #7B7B7B; }

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #555555;
  text-decoration: none; }
  a:focus, a:hover {
    color: #222222;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #b3b3b3;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

p {
  margin: 0 0 0.75; }

.lead {
  margin-bottom: 1.5;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2.25; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic;
  color: #555555; }

cite {
  font-style: normal; }

.muted {
  color: #b3b3b3; }

a.muted:hover,
a.muted:focus {
  color: #9a9a9a; }

.text-warning {
  color: #ff9d74; }

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

.text-error {
  color: #ff7169; }

a.text-error:hover,
a.text-error:focus {
  color: #ff4136; }

.text-info {
  color: #2AB2E4; }

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

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

a.text-success:hover,
a.text-success:focus {
  color: #28b62c; }

a {
  cursor: pointer; }

a[disabled] {
  cursor: default;
  pointer-events: none !important; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #555555; }

h1, .h1 {
  font-size: 2rem;
  font-style: italic; }

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 400; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 400; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 400; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 400; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #292929; }

small,
.small {
  font-size: 0.875rem;
  font-weight: normal; }

.small-xs {
  font-size: 0.75rem; }

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

ul, ol {
  padding: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 1.5; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-bottom: 1.5; }

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0.75; }

.dl-horizontal::after {
  content: "";
  display: table;
  clear: both; }

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dl-horizontal dd {
  margin-left: 180px; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #7B7B7B; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 1.5;
  border-left: 5px solid #b3b3b3; }
  blockquote p {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.25; }
  blockquote small {
    display: block;
    line-height: 1.5;
    color: #7B7B7B; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #b3b3b3;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 1.5;
  font-style: normal;
  line-height: 1.5; }

a.external-link {
  color: #2AB2E4;
  text-decoration: underline; }

.link {
  color: #555555;
  cursor: pointer; }

.link:hover {
  color: #222222; }

.pointer {
  cursor: pointer; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.5;
  font-size: 1.5rem;
  line-height: 3;
  color: #b3b3b3;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  legend small {
    font-size: 1.125;
    color: #7B7B7B; }

label,
input,
button,
select,
textarea {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5; }

input,
button,
select,
textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

label {
  display: block; }

input,
select {
  background-color: #fbfbfb;
  color: #292929;
  border: none;
  box-shadow: none; }

textarea {
  height: auto; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  height: 2.7rem;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 2.7rem; }

select {
  width: 220px;
  border: 1px solid #ECECEC;
  background-color: #fbfbfb; }

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

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7B7B7B; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7B7B7B; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7B7B7B; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #ECECEC; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  cursor: not-allowed;
  background-color: transparent; }

input[type=text].input-fluid {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  -moz-box-sizing: border-box;
  height: 100%; }

input[type="checkbox"].cr1 {
  display: none; }

.editor-option label.cr1 {
  display: inline-block;
  margin: 5px 0 1px 0; }

label.cr1 {
  display: inline-block;
  height: 18px;
  position: relative;
  clear: none;
  text-indent: 2px;
  margin: 0 0 0px 0;
  padding: 0 0 0 20px;
  vertical-align: top;
  background: url("../img/checkbox_white.png") left top no-repeat;
  cursor: pointer; }

input[type="checkbox"].cr1:checked + label {
  background: url("../img/checkbox_white.png") 0px -18px no-repeat; }

.gf-fluid-input {
  border: none;
  display: block;
  overflow: hidden;
  padding-right: 10px; }
  .gf-fluid-input input[type=text] {
    width: 100%;
    padding: 5px 6px;
    height: 100%;
    box-sizing: border-box; }
  .gf-fluid-input textarea {
    width: 100%;
    padding: 5px 6px;
    height: 100%;
    box-sizing: border-box; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.675rem;
  background-size: 1.35rem 1.35rem; }

.has-success .text-help,
.has-success .form-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,
.has-success .custom-control {
  color: #28B62C; }

.has-success .form-control {
  border-color: #28B62C; }

.has-success .input-group-addon {
  color: #28B62C;
  border-color: #28B62C;
  background-color: #baf0bc; }

.has-success .form-control-feedback {
  color: #28B62C; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .text-help,
.has-warning .form-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,
.has-warning .custom-control {
  color: #Ff7941; }

.has-warning .form-control {
  border-color: #Ff7941; }

.has-warning .input-group-addon {
  color: #Ff7941;
  border-color: #Ff7941;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #Ff7941; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label,
.has-danger .custom-control {
  color: #FF4136; }

.has-danger .form-control {
  border-color: #FF4136; }

.has-danger .input-group-addon {
  color: #FF4136;
  border-color: #FF4136;
  background-color: white; }

.has-danger .form-control-feedback {
  color: #FF4136; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 8.3333333333%; }

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 16.6666666667%; }

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%; }

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 33.3333333333%; }

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 41.6666666667%; }

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%; }

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 58.3333333333%; }

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 66.6666666667%; }

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 75%; }

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 83.3333333333%; }

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 91.6666666667%; }

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%; }

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

.pull-xs-1 {
  right: 8.3333333333%; }

.pull-xs-2 {
  right: 16.6666666667%; }

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

.pull-xs-4 {
  right: 33.3333333333%; }

.pull-xs-5 {
  right: 41.6666666667%; }

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

.pull-xs-7 {
  right: 58.3333333333%; }

.pull-xs-8 {
  right: 66.6666666667%; }

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

.pull-xs-10 {
  right: 83.3333333333%; }

.pull-xs-11 {
  right: 91.6666666667%; }

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

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

.push-xs-1 {
  left: 8.3333333333%; }

.push-xs-2 {
  left: 16.6666666667%; }

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

.push-xs-4 {
  left: 33.3333333333%; }

.push-xs-5 {
  left: 41.6666666667%; }

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

.push-xs-7 {
  left: 58.3333333333%; }

.push-xs-8 {
  left: 66.6666666667%; }

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

.push-xs-10 {
  left: 83.3333333333%; }

.push-xs-11 {
  left: 91.6666666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.3333333333%; }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.6666666667%; }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%; }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.3333333333%; }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.6666666667%; }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%; }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.3333333333%; }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.6666666667%; }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%; }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.3333333333%; }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.6666666667%; }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.3333333333%; }
  .pull-sm-2 {
    right: 16.6666666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.3333333333%; }
  .pull-sm-5 {
    right: 41.6666666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.3333333333%; }
  .pull-sm-8 {
    right: 66.6666666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.3333333333%; }
  .pull-sm-11 {
    right: 91.6666666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.3333333333%; }
  .push-sm-2 {
    left: 16.6666666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.3333333333%; }
  .push-sm-5 {
    left: 41.6666666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.3333333333%; }
  .push-sm-8 {
    left: 66.6666666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.3333333333%; }
  .push-sm-11 {
    left: 91.6666666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.3333333333%; }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.6666666667%; }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%; }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.3333333333%; }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.6666666667%; }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%; }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.3333333333%; }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.6666666667%; }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%; }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.3333333333%; }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.6666666667%; }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.3333333333%; }
  .pull-md-2 {
    right: 16.6666666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.3333333333%; }
  .pull-md-5 {
    right: 41.6666666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.3333333333%; }
  .pull-md-8 {
    right: 66.6666666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.3333333333%; }
  .pull-md-11 {
    right: 91.6666666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.3333333333%; }
  .push-md-2 {
    left: 16.6666666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.3333333333%; }
  .push-md-5 {
    left: 41.6666666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.3333333333%; }
  .push-md-8 {
    left: 66.6666666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.3333333333%; }
  .push-md-11 {
    left: 91.6666666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.3333333333%; }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.6666666667%; }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%; }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.3333333333%; }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.6666666667%; }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%; }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.3333333333%; }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.6666666667%; }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%; }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.3333333333%; }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.6666666667%; }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.3333333333%; }
  .pull-lg-2 {
    right: 16.6666666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.3333333333%; }
  .pull-lg-5 {
    right: 41.6666666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.3333333333%; }
  .pull-lg-8 {
    right: 66.6666666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.3333333333%; }
  .pull-lg-11 {
    right: 91.6666666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.3333333333%; }
  .push-lg-2 {
    left: 16.6666666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.3333333333%; }
  .push-lg-5 {
    left: 41.6666666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.3333333333%; }
  .push-lg-8 {
    left: 66.6666666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.3333333333%; }
  .push-lg-11 {
    left: 91.6666666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 8.3333333333%; }
  .col-xl-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 16.6666666667%; }
  .col-xl-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 25%; }
  .col-xl-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 33.3333333333%; }
  .col-xl-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 41.6666666667%; }
  .col-xl-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 50%; }
  .col-xl-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 58.3333333333%; }
  .col-xl-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 66.6666666667%; }
  .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 75%; }
  .col-xl-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 83.3333333333%; }
  .col-xl-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 91.6666666667%; }
  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.3333333333%; }
  .pull-xl-2 {
    right: 16.6666666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.3333333333%; }
  .pull-xl-5 {
    right: 41.6666666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.3333333333%; }
  .pull-xl-8 {
    right: 66.6666666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.3333333333%; }
  .pull-xl-11 {
    right: 91.6666666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.3333333333%; }
  .push-xl-2 {
    left: 16.6666666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.3333333333%; }
  .push-xl-5 {
    left: 41.6666666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.3333333333%; }
  .push-xl-8 {
    left: 66.6666666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.3333333333%; }
  .push-xl-11 {
    left: 91.6666666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .glyphicon-chevron-right, .glyphicon-chevron-left {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff; }

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

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before, .glyphicon-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before, .glyphicon-chevron-right:before {
  content: "\f054"; }

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-rss:before {
  content: "\f09e"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

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

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

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

@font-face {
  font-family: 'grafana-icons';
  src: url("../fonts/grafana-icons.eot?okx5td");
  src: url("../fonts/grafana-icons.eot?okx5td#iefix") format("embedded-opentype"), url("../fonts/grafana-icons.ttf?okx5td") format("truetype"), url("../fonts/grafana-icons.woff?okx5td") format("woff"), url("../fonts/grafana-icons.svg?okx5td#grafana-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-gf {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'grafana-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.inline-icon-gf {
  vertical-align: middle; }

.icon-gf-raintank_wordmark:before {
  content: "\e600"; }

.micon-gf-raintank_icn:before {
  content: "\e601"; }

.icon-gf-raintank_r-icn:before {
  content: "\e905"; }

.icon-gf-check-alt:before {
  content: "\e603"; }

.icon-gf-check:before {
  content: "\e604"; }

.icon-gf-collector:before {
  content: "\e605"; }

.icon-gf-dashboard:before {
  content: "\e606"; }

.icon-gf-panel:before {
  content: "\e904"; }

.icon-gf-datasources:before {
  content: "\e607"; }

.icon-gf-endpoint-tiny:before {
  content: "\e608"; }

.icon-gf-endpoint:before {
  content: "\e609"; }

.icon-gf-page:before {
  content: "\e908"; }

.icon-gf-filter:before {
  content: "\e60a"; }

.icon-gf-status:before {
  content: "\e60b"; }

.icon-gf-monitoring:before {
  content: "\e60c"; }

.icon-gf-monitoring-tiny:before {
  content: "\e620"; }

.icon-gf-jump-to-dashboard:before {
  content: "\e60d"; }

.icon-gf-warn,
.icon-gf-warning:before {
  content: "\e60e"; }

.icon-gf-nodata:before {
  content: "\e60f"; }

.icon-gf-critical:before {
  content: "\e610"; }

.icon-gf-crit:before {
  content: "\e610"; }

.icon-gf-online:before {
  content: "\e611"; }

.icon-gf-event-error:before {
  content: "\e623"; }

.icon-gf-event:before {
  content: "\e624"; }

.icon-gf-sadface:before {
  content: "\e907"; }

.icon-gf-private-collector:before {
  content: "\e612"; }

.icon-gf-alert:before {
  content: "\e61f"; }

.icon-gf-alert-disabled:before {
  content: "\e621"; }

.icon-gf-refresh:before {
  content: "\e613"; }

.icon-gf-save:before {
  content: "\e614"; }

.icon-gf-share:before {
  content: "\e616"; }

.icon-gf-star:before {
  content: "\e617"; }

.icon-gf-search:before {
  content: "\e618"; }

.icon-gf-settings:before {
  content: "\e615"; }

.icon-gf-add:before {
  content: "\e619"; }

.icon-gf-remove:before {
  content: "\e61a"; }

.icon-gf-video:before {
  content: "\e61b"; }

.icon-gf-bulk_action:before {
  content: "\e61c"; }

.icon-gf-users:before {
  content: "\e622"; }

.icon-gf-globe:before {
  content: "\e61d"; }

.icon-gf-snapshot:before {
  content: "\e61e"; }

.icon-gf-play-grafana-icon:before {
  content: "\e629"; }

.icon-gf-grafana-icon:before {
  content: "\e625"; }

.icon-gf-email:before {
  content: "\e628"; }

.icon-gf-stopwatch:before {
  content: "\e626"; }

.icon-gf-skull:before {
  content: "\e900"; }

.icon-gf-probe:before {
  content: "\e901"; }

.icon-gf-apps:before {
  content: "\e902"; }

.icon-gf-scale:before {
  content: "\e906"; }

.icon-gf-pending:before {
  content: "\e909"; }

.icon-gf-verified:before {
  content: "\e90a"; }

.icon-gf-worldping:before {
  content: "\e627"; }

.icon-gf-grafana_wordmark:before {
  content: "\e903"; }

code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: -1rem;
  background-color: #f4f5f8;
  color: #555555;
  border: 1px solid #ebedf2;
  border-radius: 4px; }

code {
  color: #555555;
  white-space: nowrap;
  padding: 2px 5px;
  margin: 0 2px; }

code.code--small {
  font-size: 0.75rem;
  padding: 0.2rem;
  margin: 0 2px; }

pre {
  display: block;
  margin: 0 0 1.5;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f4f5f8;
  padding: 10px; }
  pre.prettyprint {
    margin-bottom: 1.5; }
  pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.highlight-word {
  color: #Ff7941; }

.emphasis-word {
  font-weight: 500;
  color: #444444; }

.close {
  opacity: 0.2;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-shadow: 0 1px 0 white; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden !important; }

.affix {
  position: fixed; }

input.validation-error,
input.ng-dirty.ng-invalid {
  box-shadow: inset 0 0px 5px #FF4136; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.max-width {
  width: 100%; }

.width-auto {
  width: auto; }

.width-1 {
  width: 0.8rem !important; }

.width-2 {
  width: 1.8rem !important; }

.width-3 {
  width: 2.8rem !important; }

.width-4 {
  width: 3.8rem !important; }

.width-5 {
  width: 4.8rem !important; }

.width-6 {
  width: 5.8rem !important; }

.width-7 {
  width: 6.8rem !important; }

.width-8 {
  width: 7.8rem !important; }

.width-9 {
  width: 8.8rem !important; }

.width-10 {
  width: 9.8rem !important; }

.width-11 {
  width: 10.8rem !important; }

.width-12 {
  width: 11.8rem !important; }

.width-13 {
  width: 12.8rem !important; }

.width-14 {
  width: 13.8rem !important; }

.width-15 {
  width: 14.8rem !important; }

.width-16 {
  width: 15.8rem !important; }

.width-17 {
  width: 16.8rem !important; }

.width-18 {
  width: 17.8rem !important; }

.width-19 {
  width: 18.8rem !important; }

.width-20 {
  width: 19.8rem !important; }

.width-21 {
  width: 20.8rem !important; }

.width-22 {
  width: 21.8rem !important; }

.width-23 {
  width: 22.8rem !important; }

.width-24 {
  width: 23.8rem !important; }

.width-25 {
  width: 24.8rem !important; }

.width-26 {
  width: 25.8rem !important; }

.width-27 {
  width: 26.8rem !important; }

.width-28 {
  width: 27.8rem !important; }

.width-29 {
  width: 28.8rem !important; }

.width-30 {
  width: 29.8rem !important; }

.max-width-1 {
  max-width: 0.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-2 {
  max-width: 1.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-3 {
  max-width: 2.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-4 {
  max-width: 3.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-5 {
  max-width: 4.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-6 {
  max-width: 5.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-7 {
  max-width: 6.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-8 {
  max-width: 7.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-9 {
  max-width: 8.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-10 {
  max-width: 9.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-11 {
  max-width: 10.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-12 {
  max-width: 11.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-13 {
  max-width: 12.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-14 {
  max-width: 13.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-15 {
  max-width: 14.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-16 {
  max-width: 15.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-17 {
  max-width: 16.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-18 {
  max-width: 17.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-19 {
  max-width: 18.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-20 {
  max-width: 19.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-21 {
  max-width: 20.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-22 {
  max-width: 21.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-23 {
  max-width: 22.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-24 {
  max-width: 23.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-25 {
  max-width: 24.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-26 {
  max-width: 25.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-27 {
  max-width: 26.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-28 {
  max-width: 27.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-29 {
  max-width: 28.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.max-width-30 {
  max-width: 29.8rem !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.offset-width-1 {
  margin-left: 1rem !important; }

.offset-width-2 {
  margin-left: 2rem !important; }

.offset-width-3 {
  margin-left: 3rem !important; }

.offset-width-4 {
  margin-left: 4rem !important; }

.offset-width-5 {
  margin-left: 5rem !important; }

.offset-width-6 {
  margin-left: 6rem !important; }

.offset-width-7 {
  margin-left: 7rem !important; }

.offset-width-8 {
  margin-left: 8rem !important; }

.offset-width-9 {
  margin-left: 9rem !important; }

.offset-width-10 {
  margin-left: 10rem !important; }

.offset-width-11 {
  margin-left: 11rem !important; }

.offset-width-12 {
  margin-left: 12rem !important; }

.offset-width-13 {
  margin-left: 13rem !important; }

.offset-width-14 {
  margin-left: 14rem !important; }

.offset-width-15 {
  margin-left: 15rem !important; }

.offset-width-16 {
  margin-left: 16rem !important; }

.offset-width-17 {
  margin-left: 17rem !important; }

.offset-width-18 {
  margin-left: 18rem !important; }

.offset-width-19 {
  margin-left: 19rem !important; }

.offset-width-20 {
  margin-left: 20rem !important; }

.offset-width-21 {
  margin-left: 21rem !important; }

.offset-width-22 {
  margin-left: 22rem !important; }

.offset-width-23 {
  margin-left: 23rem !important; }

.offset-width-24 {
  margin-left: 24rem !important; }

.offset-width-25 {
  margin-left: 25rem !important; }

.offset-width-26 {
  margin-left: 26rem !important; }

.offset-width-27 {
  margin-left: 27rem !important; }

.offset-width-28 {
  margin-left: 28rem !important; }

.offset-width-29 {
  margin-left: 29rem !important; }

.offset-width-30 {
  margin-left: 30rem !important; }

.ui-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .ui-list > li {
    margin-bottom: 0.3125rem; }
    .ui-list > li:last-child {
      margin-bottom: 0; }

.grafana-app {
  display: block;
  height: 100%; }

.page-container {
  background-color: #fff;
  padding: 2rem 4rem;
  max-width: 1060px;
  min-height: calc(100% - 54px);
  padding-bottom: 5rem;
  background-image: linear-gradient(60deg, transparent 70%, whitesmoke 98%); }

@media (min-width: 768px) {
  .page-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.page-content-with-sidebar {
  width: calc(100% - 15rem); }

@media (min-width: 768px) {
  .page-sidebar {
    width: 11rem;
    margin-left: 4rem; } }

.page-header {
  padding: 1rem 0 0 0;
  margin-bottom: 2rem;
  border-image: linear-gradient(to right, #ffd500 0%, #ff4400 99%, #ff4400 100%);
  border-image-slice: 1;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 1px; }
  .page-header::after {
    content: "";
    display: table;
    clear: both; }
  .page-header h1 {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: inline-block;
    margin-bottom: 1.5rem; }
  .page-header button, .page-header a {
    float: right;
    margin-left: 1rem; }

.page-heading {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.7rem; }

.admin-page {
  max-width: 800px;
  margin-left: 10px; }
  .admin-page h2 {
    margin-left: 15px;
    margin-bottom: 0px;
    font-size: 1.25rem;
    color: #555555; }
    .admin-page h2 i {
      padding-right: 6px; }

.page-sidebar {
  color: #b3b3b3; }
  .page-sidebar h4 {
    font-size: 1rem;
    font-weight: 600; }
  .page-sidebar h5 {
    font-size: 1rem;
    font-weight: 600; }

.page-sidebar-section {
  margin-bottom: 2rem; }

.layout-selector {
  text-align: right;
  margin: 0 1.5rem 1rem;
  position: relative;
  top: -0.5rem; }
  .layout-selector::after {
    content: "";
    display: table;
    clear: both; }
  .layout-selector button {
    background: #f4f5f8;
    color: #b3b3b3;
    box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.1), 1px 1px 0 0 rgba(0, 0, 0, 0.1);
    border: none;
    padding: 0.5rem;
    line-height: 1;
    font-size: 130%;
    float: right; }
    .layout-selector button:focus {
      outline: none; }
    .layout-selector button.active {
      background-color: white;
      color: #555555; }
    .layout-selector button:nth-child(2) {
      border-radius: 3px 0 0 3px;
      border-right: 1px solid solid 1px #f4f5f8; }
    .layout-selector button:nth-child(1) {
      border-radius: 0 3px 3px 0; }

.card-section {
  margin-bottom: 2rem; }

.card-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none; }

.card-item {
  display: block;
  height: 100%;
  background: linear-gradient(135deg, #ECECEC, #f4f5f8);
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.1), 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 4px; }
  .card-item:hover {
    background: linear-gradient(135deg, #f4f5f8, #fbfbfb); }
  .card-item .label-tag {
    margin-left: 6px;
    font-size: 11px;
    padding: 2px 6px; }
  .card-item--alert {
    padding: 0.5rem 1rem; }
    .card-item--alert .card-item-name a {
      font-size: 1.2rem; }

.card-item-body {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.card-item-details {
  overflow: hidden; }

.card-item-cog {
  font-size: 130%;
  position: relative;
  top: 1rem;
  color: #b3b3b3; }

.card-item-header {
  margin-bottom: 1rem; }

.card-item-type {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold; }

.card-item-notice {
  font-size: 0.875rem; }

.card-item-name {
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.card-item-sub-name {
  color: #b3b3b3;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.card-item-sub-name--header {
  color: #b3b3b3;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: bold; }

.card-list-layout-grid .card-item-type {
  display: inline-block; }

.card-list-layout-grid .card-item-notice {
  font-size: 0.875rem;
  display: inline-block;
  margin-left: 1rem; }

.card-list-layout-grid .card-item-header-action {
  float: right; }

.card-list-layout-grid .card-item-wrapper {
  width: 100%;
  padding: 0 1.5rem 1.5rem 0rem; }

.card-list-layout-grid .card-item-wrapper--clickable {
  cursor: pointer; }

.card-list-layout-grid .card-item-figure {
  margin: 0 1rem 1rem 0;
  height: 6rem; }
  .card-list-layout-grid .card-item-figure img {
    width: 6rem; }

.card-list-layout-grid .card-item-name {
  font-size: 1.5rem; }

@media (min-width: 768px) {
  .card-list-layout-grid .card-item-wrapper {
    width: 50%; } }

@media (min-width: 992px) {
  .card-list-layout-grid .card-item-wrapper {
    width: 33.333333%; } }

@media (min-width: 992px) {
  .card-list-layout-grid.card-list-layout-grid--max-2-col .card-item-wrapper {
    width: 50%; } }

.card-list-layout-list .card-item-wrapper {
  padding: 0;
  width: 100%; }

.card-list-layout-list .card-item-wrapper--clickable {
  cursor: pointer; }

.card-list-layout-list .card-item {
  border-bottom: 0.2rem solid #fff;
  border-radius: 0;
  box-shadow: none; }

.card-list-layout-list .card-item-header {
  float: right;
  text-align: right; }

.card-list-layout-list .card-item-figure {
  margin: 0 1rem 0 0; }
  .card-list-layout-list .card-item-figure img {
    width: 3.5rem; }

.card-list-layout-list .card-item-name {
  font-size: 1.3rem; }

.card-list-layout-list .card-item-sub-name {
  font-size: 0.875rem; }

.card-list-layout-list .layout-selector {
  margin-right: 0; }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border-radius: 2px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none; }

.btn-large {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 2px; }

.btn-small {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 2px; }

.btn-mini {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 2px; }

.btn-link {
  color: #555555; }

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff8551;
  background-image: linear-gradient(to bottom, #Ff7941, #ff966a);
  background-repeat: repeat-x;
  border-color: #Ff7941; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-image: none;
    background-color: #Ff7941; }

.btn-secondary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #43add7;
  background-image: linear-gradient(to bottom, #3CAAD6, #4db1da);
  background-repeat: repeat-x;
  border-color: #3CAAD6; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
    color: #fff;
    background-image: none;
    background-color: #3CAAD6; }

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff7b44;
  background-image: linear-gradient(to bottom, #ff8450, #ff6e32);
  background-repeat: repeat-x;
  border-color: #ff8450; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-image: none;
    background-color: #ff8450; }

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff4439;
  background-image: linear-gradient(to bottom, #ff4f45, #ff3327);
  background-repeat: repeat-x;
  border-color: #ff4f45; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-image: none;
    background-color: #ff4f45; }

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #29b92d;
  background-image: linear-gradient(to bottom, #2bc32f, #25a929);
  background-repeat: repeat-x;
  border-color: #2bc32f; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-image: none;
    background-color: #2bc32f; }

.btn-secondary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #43add7;
  background-image: linear-gradient(to bottom, #3CAAD6, #4db1da);
  background-repeat: repeat-x;
  border-color: #3CAAD6; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
    color: #fff;
    background-image: none;
    background-color: #3CAAD6; }

.btn-inverse {
  color: #373737;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #ECECEC, #dfdfdf);
  background-repeat: repeat-x;
  border-color: #ECECEC;
  box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.1), 1px 1px 0 0 rgba(0, 0, 0, 0.1); }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #373737;
    background-image: none;
    background-color: #ECECEC; }

.btn-outline-primary {
  color: #Ff7941;
  background-image: none;
  background-color: transparent;
  border-color: #Ff7941; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #Ff7941;
    border-color: #Ff7941; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #Ff7941;
    border-color: #Ff7941; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #Ff7941;
    border-color: #Ff7941; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #e94500;
      border-color: #c13900; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #ffc1a7; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #ffc1a7; }

.btn-outline-secondary {
  color: #3CAAD6;
  background-image: none;
  background-color: transparent;
  border-color: #3CAAD6; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #3CAAD6;
    border-color: #3CAAD6; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #3CAAD6;
    border-color: #3CAAD6; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #3CAAD6;
    border-color: #3CAAD6; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #21789b;
      border-color: #195e79; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: #90cfe8; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: #90cfe8; }

.btn-outline-inverse {
  color: #ECECEC;
  background-image: none;
  background-color: transparent;
  border-color: #ECECEC; }
  .btn-outline-inverse:hover {
    color: #fff;
    background-color: #ECECEC;
    border-color: #ECECEC; }
  .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    color: #fff;
    background-color: #ECECEC;
    border-color: #ECECEC; }
  .btn-outline-inverse:active, .btn-outline-inverse.active,
  .open > .btn-outline-inverse.dropdown-toggle {
    color: #fff;
    background-color: #ECECEC;
    border-color: #ECECEC; }
    .btn-outline-inverse:active:hover, .btn-outline-inverse:active:focus, .btn-outline-inverse:active.focus, .btn-outline-inverse.active:hover, .btn-outline-inverse.active:focus, .btn-outline-inverse.active.focus,
    .open > .btn-outline-inverse.dropdown-toggle:hover,
    .open > .btn-outline-inverse.dropdown-toggle:focus,
    .open > .btn-outline-inverse.dropdown-toggle.focus {
      color: #fff;
      background-color: #c1c1c1;
      border-color: #acacac; }
  .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled.focus, .btn-outline-inverse:disabled:focus, .btn-outline-inverse:disabled.focus {
    border-color: white; }
  .btn-outline-inverse.disabled:hover, .btn-outline-inverse:disabled:hover {
    border-color: white; }

.btn-outline-success {
  color: #2bc32f;
  background-image: none;
  background-color: transparent;
  border-color: #2bc32f; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #2bc32f;
    border-color: #2bc32f; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #2bc32f;
    border-color: #2bc32f; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #2bc32f;
    border-color: #2bc32f; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #1b7b1e;
      border-color: #145a16; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #73e076; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #73e076; }

.btn-outline-warning {
  color: #ff8450;
  background-image: none;
  background-color: transparent;
  border-color: #ff8450; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ff8450;
    border-color: #ff8450; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #ff8450;
    border-color: #ff8450; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff8450;
    border-color: #ff8450; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #f94900;
      border-color: #d03d00; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #ffccb6; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #ffccb6; }

.btn-outline-danger {
  color: #ff4f45;
  background-image: none;
  background-color: transparent;
  border-color: #ff4f45; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff4f45;
    border-color: #ff4f45; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #ff4f45;
    border-color: #ff4f45; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4f45;
    border-color: #ff4f45; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ee0d00;
      border-color: #c50b00; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #ffb0ab; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #ffb0ab; }

.nav {
  margin: 0;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > .pull-right {
  float: right; }

.nav-tabs::after {
  content: "";
  display: table;
  clear: both; }

.nav-tabs > li {
  float: left; }

.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  border-bottom: 1px solid #7B7B7B;
  padding-left: 10px;
  margin: 0 0 10px 0; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding: 0.40rem 1rem 0.35rem 1rem;
  margin-right: 0.5rem;
  line-height: 1.5;
  border: 1px solid transparent;
  position: relative; }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #222222; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border-radius: 3px;
  border-color: #7B7B7B;
  border-bottom: 1px solid #fbfbfb;
  color: #555555; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.modal-body .nav-tabs {
  border-bottom: none; }

.modal-body .nav-tabs > li > a {
  border: none;
  border-radius: 0; }
  .modal-body .nav-tabs > li > a:hover, .modal-body .nav-tabs > li > a:focus {
    border-bottom: 1px solid #2AB2E4; }

.modal-body .nav-tabs > .active > a,
.modal-body .nav-tabs > .active > a:hover,
.modal-body .nav-tabs > .active > a:focus {
  border: none;
  border-bottom: 1px solid #2AB2E4;
  color: #555555; }

.nav-tabs-alt > li > a {
  color: #222222; }

.nav-tabs-alt li > a:hover {
  border-bottom: none; }

.nav-tabs-alt li.active > a,
.nav-tabs-alt li.active > a:focus,
.nav-tabs-alt li.active > a:hover {
  border-radius: 3px;
  border: 1px solid #7B7B7B;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #555555; }

.nav-tabs-alt li.disabled > a {
  color: #555555; }

.nav-tabs-alt .open .dropdown-toggle {
  background-color: #060606;
  border-color: transparent; }

.nav-tabs-alt .tab-content {
  padding: 10px;
  background-color: #fbfbfb; }

.gf-tabs {
  float: left;
  margin: 0.5rem 0 0 0; }
  .gf-tabs::after {
    content: "";
    display: table;
    clear: both; }

.gf-tabs-item {
  float: left;
  list-style: none; }

.gf-tabs-link {
  padding: 0.6rem 1rem 0.4rem 1rem;
  margin-right: 0.5rem;
  border: 1px solid transparent;
  position: relative;
  display: block;
  border-radius: 2px 2px 0 0; }
  .gf-tabs-link:hover, .gf-tabs-link:focus {
    color: #222222; }
  .gf-tabs-link.active, .gf-tabs-link.active:hover, .gf-tabs-link.active:focus {
    border-radius: 3px;
    border-color: rgba(216, 131, 40, 0.77);
    border-bottom: 2px solid #fbfbfb;
    color: #555555;
    position: relative;
    top: 2px; }

.alert {
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin-bottom: 1.5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #Ff7941;
  position: relative;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px; }

.alert-success {
  background-color: #28B62C; }

.alert-danger,
.alert-error {
  background-color: #FF4136; }

.alert-info {
  background-color: #3CAAD6; }

.alert-warning {
  background-color: #Ff7941; }

.page-alert-list {
  z-index: 8000;
  min-width: 300px;
  max-width: 300px;
  position: fixed;
  right: 20px;
  top: 56px; }

.alert-close {
  position: absolute;
  top: -4px;
  right: -2px;
  width: 16px;
  height: 16px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  border: none;
  font-size: 1.1rem;
  color: #373737; }
  .alert-close .fa, .alert-close .glyphicon-chevron-right, .alert-close .glyphicon-chevron-left {
    position: relative;
    top: -2px; }

.alert-title {
  font-weight: 600;
  padding-bottom: 2px; }

/* ============================================================
  SWITCH 3 - YES NO
============================================================ */
.gf-form-switch {
  position: relative;
  max-width: 4.5rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 4.0rem; }
  .gf-form-switch input {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
    display: none; }
  .gf-form-switch input + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
    height: 2.65rem;
    background-color: #fff; }
  .gf-form-switch input + label::before, .gf-form-switch input + label::after {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fbfbfb;
    background-image: linear-gradient(to bottom, #fbfbfb, #fbfbfb);
    background-repeat: repeat-x;
    border-color: #fbfbfb;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    line-height: 2.8rem;
    font-size: 150%; }
    .gf-form-switch input + label::before:hover, .gf-form-switch input + label::before:focus, .gf-form-switch input + label::before:active, .gf-form-switch input + label::before.active, .gf-form-switch input + label::before.disabled, .gf-form-switch input + label::before[disabled], .gf-form-switch input + label::after:hover, .gf-form-switch input + label::after:focus, .gf-form-switch input + label::after:active, .gf-form-switch input + label::after.active, .gf-form-switch input + label::after.disabled, .gf-form-switch input + label::after[disabled] {
      color: #fff;
      background-image: none;
      background-color: #fbfbfb; }
  .gf-form-switch:hover input + label::before {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fdfdfd;
    background-image: linear-gradient(to bottom, #fbfbfb, white);
    background-repeat: repeat-x;
    border-color: #fbfbfb;
    color: #555555;
    text-shadow: none; }
    .gf-form-switch:hover input + label::before:hover, .gf-form-switch:hover input + label::before:focus, .gf-form-switch:hover input + label::before:active, .gf-form-switch:hover input + label::before.active, .gf-form-switch:hover input + label::before.disabled, .gf-form-switch:hover input + label::before[disabled] {
      color: #fff;
      background-image: none;
      background-color: #fbfbfb; }
  .gf-form-switch:hover input + label::after {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fdfdfd;
    background-image: linear-gradient(to bottom, #fbfbfb, white);
    background-repeat: repeat-x;
    border-color: #fbfbfb;
    color: #ff9d74;
    text-shadow: none; }
    .gf-form-switch:hover input + label::after:hover, .gf-form-switch:hover input + label::after:focus, .gf-form-switch:hover input + label::after:active, .gf-form-switch:hover input + label::after.active, .gf-form-switch:hover input + label::after.disabled, .gf-form-switch:hover input + label::after[disabled] {
      color: #fff;
      background-image: none;
      background-color: #fbfbfb; }
  .gf-form-switch input + label::before {
    font-family: 'FontAwesome';
    content: "\f096";
    color: #b3b3b3;
    transition: transform 0.4s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-shadow: none; }
  .gf-form-switch input + label::after {
    content: "\f046";
    color: #Ff7941;
    text-shadow: none;
    font-family: 'FontAwesome';
    transition: transform 0.4s;
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .gf-form-switch input:checked + label::before {
    transform: rotateY(180deg); }
  .gf-form-switch input:checked + label::after {
    transform: rotateY(0); }

gf-form-switch[disabled] .gf-form-label,
gf-form-switch[disabled] .gf-form-switch input + label {
  cursor: default;
  pointer-events: none !important; }

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0; }
  .tooltip.in {
    opacity: 1; }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 400px;
  padding: 8px;
  color: #f4f5f8;
  text-align: center;
  text-decoration: none;
  background-color: #3CAAD6;
  border-radius: 2px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3CAAD6; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #3CAAD6; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #3CAAD6; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3CAAD6; }

.grafana-tooltip {
  position: absolute;
  top: -1000;
  left: 0;
  color: #f4f5f8;
  padding: 10px;
  font-size: 11pt;
  font-weight: 200;
  background-color: #3CAAD6;
  border-radius: 5px;
  z-index: 9999;
  max-width: 800px;
  max-height: 600px;
  overflow: hidden;
  line-height: 14px; }
  .grafana-tooltip a {
    color: white; }

.grafana-tip {
  padding-left: 5px; }

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 0.846rem;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #555555; }

.label-tag {
  background-color: #9954BB;
  color: #f2f2f2;
  white-space: nowrap;
  border-radius: 3px;
  text-shadow: none;
  font-size: 13px;
  padding: 2px 6px;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.2); }
  .label-tag .icon-tag {
    position: relative;
    top: 1px;
    padding-right: 4px; }

.label-tag:hover {
  opacity: 0.85;
  background-color: #7e3f9d; }

.graph-canvas-wrapper {
  position: relative;
  cursor: crosshair; }

.histogram-chart {
  position: relative; }

.datapoints-warning {
  pointer: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -50px;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  cursor: auto;
  padding: 10px; }

.graph-legend {
  margin: 0 1rem;
  text-align: center;
  width: calc(100% - $spacer);
  padding-top: 6px; }
  .graph-legend::after {
    content: "";
    display: table;
    clear: both; }
  .graph-legend .popover-content {
    padding: 0; }

.graph-legend-icon {
  position: relative;
  padding-right: 4px;
  top: 1px; }

.graph-legend-icon,
.graph-legend-alias,
.graph-legend-value {
  cursor: pointer;
  float: left;
  white-space: nowrap;
  font-size: 85%;
  text-align: left; }
  .graph-legend-icon.current::before,
  .graph-legend-alias.current::before,
  .graph-legend-value.current::before {
    content: "Current: "; }
  .graph-legend-icon.max::before,
  .graph-legend-alias.max::before,
  .graph-legend-value.max::before {
    content: "Max: "; }
  .graph-legend-icon.min::before,
  .graph-legend-alias.min::before,
  .graph-legend-value.min::before {
    content: "Min: "; }
  .graph-legend-icon.total::before,
  .graph-legend-alias.total::before,
  .graph-legend-value.total::before {
    content: "Total: "; }
  .graph-legend-icon.avg::before,
  .graph-legend-alias.avg::before,
  .graph-legend-value.avg::before {
    content: "Avg: "; }

.graph-legend-icon .fa, .graph-legend-icon .glyphicon-chevron-right, .graph-legend-icon .glyphicon-chevron-left {
  font-size: 135%;
  position: relative;
  top: 1px; }

.graph-legend-series {
  float: left;
  white-space: nowrap;
  padding-left: 10px; }
  .graph-legend-series--right-y {
    float: right; }

.graph-legend-value {
  padding-left: 6px; }

.graph-legend-table {
  overflow-y: auto;
  overflow-x: hidden; }
  .graph-legend-table .graph-legend-series {
    display: table-row;
    float: none;
    padding-left: 0; }
    .graph-legend-table .graph-legend-series--right-y {
      float: none; }
      .graph-legend-table .graph-legend-series--right-y .graph-legend-alias::after {
        content: '(right-y)';
        padding: 0 5px;
        color: #b3b3b3; }
  .graph-legend-table td, .graph-legend-table .graph-legend-alias, .graph-legend-table .graph-legend-icon, .graph-legend-table .graph-legend-value {
    float: none;
    display: table-cell;
    white-space: nowrap;
    padding: 2px 10px;
    text-align: right; }
  .graph-legend-table .graph-legend-icon {
    width: 5px;
    padding: 0;
    top: 0; }
    .graph-legend-table .graph-legend-icon .fa, .graph-legend-table .graph-legend-icon .glyphicon-chevron-right, .graph-legend-table .graph-legend-icon .glyphicon-chevron-left {
      top: 4px; }
  .graph-legend-table .graph-legend-value {
    padding-left: 15px; }
  .graph-legend-table .graph-legend-alias {
    padding-left: 7px;
    text-align: left;
    width: 95%; }
  .graph-legend-table .graph-legend-series:nth-child(odd) {
    background-color: #ECECEC; }
  .graph-legend-table .graph-legend-value.current::before, .graph-legend-table .graph-legend-value.max::before, .graph-legend-table .graph-legend-value.min::before, .graph-legend-table .graph-legend-value.total::before, .graph-legend-table .graph-legend-value.avg::before {
    content: ''; }
  .graph-legend-table th {
    text-align: right;
    padding: 0px 10px 1px 0;
    font-weight: bold;
    color: #2AB2E4;
    font-size: 85%;
    white-space: nowrap; }

.graph-legend-rightside.graph-wrapper {
  display: table;
  width: 100%; }

.graph-legend-rightside .graph-canvas-wrapper {
  display: table-cell;
  width: 100%;
  position: relative; }

.graph-legend-rightside .graph-legend-wrapper {
  display: table-cell;
  vertical-align: top;
  position: relative;
  left: 4px; }

.graph-legend-rightside .graph-legend {
  margin: 0; }

.graph-legend-rightside .graph-legend-series {
  display: block;
  padding-left: 0px; }

.graph-legend-rightside .graph-legend-table .graph-legend-series {
  display: table-row; }

.graph-legend-series-hidden .graph-legend-value,
.graph-legend-series-hidden .graph-legend-alias {
  color: #a2a2a2; }

.graph-legend-popover {
  width: 200px; }
  .graph-legend-popover label {
    display: inline-block; }
  .graph-legend-popover .btn {
    padding: 1px 3px;
    margin-right: 0px;
    line-height: initial; }
  .graph-legend-popover .close {
    margin-right: 5px;
    color: #555555;
    opacity: 0.7;
    text-shadow: none; }
  .graph-legend-popover .editor-row {
    padding: 5px; }

.annotation-tags {
  color: #9954BB; }

.graph-series-override input {
  float: left;
  margin-right: 10px; }

.graph-series-override .graph-series-override-option {
  float: left;
  padding: 2px 6px; }

.graph-series-override .graph-series-override-selector {
  float: left; }

.graph-tooltip {
  white-space: nowrap;
  font-size: 0.875rem;
  background-color: #ECECEC;
  color: #555555; }
  .graph-tooltip .graph-tooltip-time {
    text-align: center;
    position: relative;
    top: -3px;
    padding: 0.2rem;
    font-weight: bold;
    color: #555555; }
  .graph-tooltip .graph-tooltip-list-item {
    display: table-row; }
    .graph-tooltip .graph-tooltip-list-item--highlight {
      color: #444444;
      font-weight: bold; }
  .graph-tooltip .graph-tooltip-series-name {
    display: table-cell;
    padding: 0.15rem; }
  .graph-tooltip .graph-tooltip-value {
    display: table-cell;
    font-weight: bold;
    padding-left: 15px;
    text-align: right; }

.graph-annotation .label-tag {
  margin-right: 4px;
  margin-top: 8px; }

.graph-annotation .graph-annotation-title {
  font-weight: 600;
  position: relative;
  top: -0.4rem; }

.graph-annotation a {
  color: #2AB2E4;
  text-decoration: underline; }

.graph-annotation .graph-annotation-time {
  position: relative;
  text-align: center;
  top: 0.6rem; }

.left-yaxis-label {
  top: 50%;
  left: -5px;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  -ms-transform-origin: left top;
      transform-origin: left top; }

.right-yaxis-label {
  top: 50%;
  right: -5px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -ms-transform-origin: right top;
      transform-origin: right top; }

.axisLabel {
  color: #555555;
  font-size: 0.875rem;
  position: absolute;
  text-align: center;
  font-size: 12px; }

.alert-handle-wrapper {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .alert-handle-wrapper .alert-handle {
    z-index: 10;
    position: relative;
    float: right;
    box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.1), 1px 1px 0 0 rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ECECEC, #f4f5f8);
    cursor: move;
    width: 100px;
    font-size: 0.875rem;
    border-radius: 4px;
    text-align: left;
    color: #b3b3b3; }
    .alert-handle-wrapper .alert-handle:hover {
      background-color: #dfdfdf; }
    .alert-handle-wrapper .alert-handle .icon-gf {
      font-size: 14px;
      position: relative;
      top: 0px;
      float: left;
      border-right: 1px solid #D8D9DA;
      padding: 0.5rem 0.3rem 0.4rem 0.4rem; }
  .alert-handle-wrapper .alert-handle-value {
    border-left: 1px solid #fbfbfb;
    padding: 0.5rem;
    line-height: 2rem; }
    .alert-handle-wrapper .alert-handle-value .alert-handle-grip {
      background: url("../img/grab_light.svg") no-repeat 50% 50%;
      background-size: 8px;
      float: right;
      width: 1rem;
      height: 2rem;
      margin-right: 2px; }
  .alert-handle-wrapper--T1 {
    right: -222px;
    width: 245px; }
    .alert-handle-wrapper--T1 .alert-handle-line {
      width: 145px; }
  .alert-handle-wrapper--T0 {
    right: -104px;
    width: 129px; }
    .alert-handle-wrapper--T0 .alert-handle-line {
      width: 28px; }
  .alert-handle-wrapper--no-value .alert-handle-line {
    display: none; }
  .alert-handle-wrapper .alert-handle-line {
    float: left;
    height: 2px;
    margin-top: 13px;
    z-index: 0;
    position: relative; }
    .alert-handle-wrapper .alert-handle-line--critical {
      background-color: rgba(237, 46, 24, 0.6); }
    .alert-handle-wrapper .alert-handle-line--warning {
      background-color: rgba(247, 149, 32, 0.6); }

.thresholds-form-disabled {
  -webkit-filter: blur(3px);
          filter: blur(3px); }

.submenu-controls {
  margin: 0 0.4rem 0.8rem 0.4rem; }

.annotation-disabled, .annotation-disabled a {
  color: #a2a2a2; }

.annotation-segment {
  padding: 8px 7px; }
  .annotation-segment label.cr1 {
    margin-left: 5px;
    margin-top: 3px; }

.submenu-item {
  margin-right: 20px;
  display: inline-block;
  margin-right: 15px;
  display: inline-block;
  float: left; }
  .submenu-item .fa-caret-down {
    font-size: 75%;
    position: relative;
    top: -1px;
    left: 1px; }

.variable-value-link {
  padding-right: 10px;
  padding: 8px 7px;
  box-sizing: content-box;
  display: inline-block;
  color: #555555; }
  .variable-value-link .label-tag {
    margin: 0 5px; }

.variable-link-wrapper {
  display: inline-block;
  position: relative; }
  .variable-link-wrapper .hidden-input {
    padding: 8px 7px;
    border: none;
    margin: 0px;
    background: transparent;
    border-radius: 0;
    border-right: 1px solid #D8D9DA; }

.variable-value-dropdown {
  position: absolute;
  top: 47px;
  min-width: 150px;
  max-height: 400px;
  min-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  z-index: 1000;
  font-size: 1rem;
  border-radius: 3px 3px 0 0;
  border: 1px solid #ECECEC; }
  .variable-value-dropdown.multi .selected .variable-option-icon {
    background: url("../img/checkbox_white.png") 0px -18px no-repeat; }
  .variable-value-dropdown.single .variable-option-icon {
    display: none; }
  .variable-value-dropdown.single .selected {
    background-color: #f4f5f8; }

.variable-options-wrapper {
  display: table;
  width: 100%; }

.variable-options-column {
  max-height: 350px;
  display: table-cell;
  line-height: 26px; }
  .variable-options-column:nth-child(2) {
    border-left: 1px solid #ECECEC; }

.variable-option-tag,
.variable-option,
.variable-options-column-header {
  display: block;
  padding: 2px 27px 0 8px;
  position: relative;
  white-space: nowrap;
  min-width: 115px; }

.variable-options-column-header {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px; }
  .variable-options-column-header.many-selected .variable-option-icon {
    background: url("../img/checkbox_white.png") 0px -36px no-repeat; }

.variable-option-icon {
  display: inline-block;
  width: 24px;
  height: 18px;
  position: relative;
  top: 4px;
  background: url("../img/checkbox_white.png") left top no-repeat; }

.variable-option:hover, .variable-option.highlighted {
  background-color: #3CAAD6; }

.dash-nav-link {
  padding: 8px 7px;
  display: inline-block;
  color: #555555; }

.panel-alert-list {
  overflow-y: scroll; }

.dashlist-section-header {
  margin-bottom: 1rem;
  color: #b3b3b3; }

.dashlist-section {
  margin-bottom: 1rem; }

.dashlist-link {
  display: block;
  margin: 5px;
  padding: 7px;
  background-color: #f4f5f8; }
  .dashlist-link .fa, .dashlist-link .glyphicon-chevron-right, .dashlist-link .glyphicon-chevron-left {
    float: right;
    padding-top: 3px; }
  .dashlist-link .fa-star {
    color: #Ff7941; }
  .dashlist-link:hover {
    background-color: #ECECEC; }

.pluginlist-section-header {
  margin-bottom: 1rem;
  color: #b3b3b3; }

.pluginlist-section {
  margin-bottom: 1rem; }

.pluginlist-link {
  display: block;
  margin: 5px;
  padding: 7px;
  background-color: #f4f5f8; }
  .pluginlist-link:hover {
    background-color: #ECECEC; }

.pluginlist-icon {
  vertical-align: sub;
  font-size: 2rem;
  margin-right: 0.5rem; }

.pluginlist-image {
  width: 20px; }

.pluginlist-title {
  margin-right: 0.3333333333rem; }

.pluginlist-version {
  font-size: 0.875rem;
  color: #b3b3b3; }

.pluginlist-message {
  float: right;
  font-size: 0.875rem; }

.pluginlist-message--update:hover {
  border-bottom: 1px solid #555555; }

.pluginlist-message--enable {
  color: #2AB2E4; }
  .pluginlist-message--enable:hover {
    border-bottom: 1px solid #2AB2E4; }

.pluginlist-message--no-update {
  color: #b3b3b3; }

.pluginlist-emphasis {
  font-weight: 600; }

.pluginlist-none-installed {
  color: #b3b3b3;
  font-size: 0.875rem; }

.pluginlist-inline-logo {
  vertical-align: sub;
  margin-right: 0.3333333333rem;
  width: 16px; }

.singlestat-panel {
  position: relative;
  display: table;
  width: 100%; }

.singlestat-panel-value-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 3em;
  font-weight: bold; }

.singlestat-panel-prefix {
  padding-right: 20px; }

.singlestat-panel-table {
  width: 100%; }
  .singlestat-panel-table td {
    padding: 5px 10px;
    white-space: nowrap;
    text-align: right;
    border-bottom: 1px solid #b3b3b3; }
  .singlestat-panel-table th {
    text-align: right;
    padding: 5px 10px;
    font-weight: bold;
    color: #2AB2E4; }
  .singlestat-panel-table td:first-child {
    text-align: left; }
  .singlestat-panel-table tr:nth-child(odd) td {
    background-color: #ECECEC; }
  .singlestat-panel-table tr:last-child td {
    border: none; }

#flotGagueValue0 {
  font-weight: bold; }

.table-panel-wrapper .panel-content {
  padding: 0; }

.table-panel-wrapper .panel-title-container {
  padding-bottom: 4px; }

.table-panel-scroll {
  overflow: auto; }

.table-panel-container {
  padding-top: 2.2em;
  position: relative; }

.table-panel-footer {
  text-align: center;
  font-size: 90%;
  line-height: 2px; }
  .table-panel-footer ul {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0; }
  .table-panel-footer ul > li {
    display: inline; }
  .table-panel-footer ul > li > a {
    float: left;
    padding: 4px 12px;
    text-decoration: none;
    border-left-width: 0; }
    .table-panel-footer ul > li > a:hover {
      background-color: #ECECEC; }
    .table-panel-footer ul > li > a.active {
      font-weight: bold;
      color: #2AB2E4; }

.table-panel-table {
  width: 100%;
  border-collapse: collapse; }
  .table-panel-table th {
    padding: 0; }
    .table-panel-table th:first-child .table-panel-table-header-inner {
      padding-left: 15px; }
  .table-panel-table td {
    padding: 0.45em 0 0.45em 1.1em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; }
    .table-panel-table td:first-child {
      padding-left: 15px; }
    .table-panel-table td:last-child {
      border-right: none; }

.table-panel-header-bg {
  background: #ECECEC;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 2.0em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.table-panel-table-header-inner {
  padding: 0.45em 0 0.45em 1.1em;
  text-align: left;
  color: #2AB2E4;
  position: absolute;
  top: 0; }

.table-panel-width-hack {
  visibility: hidden;
  height: 0px;
  line-height: 0px; }

.panel-text-content ul {
  margin: 0 0 1rem 1.5rem; }

.panel-text-content li {
  line-height: 2; }

.panel-text-content a {
  color: #2AB2E4; }

.bootstrap-tagsinput {
  display: inline-block;
  padding: 0 0 0 6px;
  vertical-align: middle;
  max-width: 100%;
  line-height: 22px;
  background-color: #fbfbfb; }
  .bootstrap-tagsinput input {
    display: inline-block;
    border: none;
    border-right: 1px solid #D8D9DA;
    margin: 0px;
    border-radius: 0;
    padding: 8px 6px;
    height: 100%;
    width: 5rem;
    box-sizing: border-box; }
  .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white; }
    .bootstrap-tagsinput .tag [data-role="remove"] {
      margin-left: 8px;
      cursor: pointer; }
      .bootstrap-tagsinput .tag [data-role="remove"]::after {
        content: "x";
        padding: 0px 2px; }
      .bootstrap-tagsinput .tag [data-role="remove"]:hover {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
        .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.grafana-options-table {
  width: 100%; }
  .grafana-options-table th {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 4px solid #fbfbfb; }
  .grafana-options-table tr td {
    background-color: #f4f5f8;
    padding: 5px 10px;
    white-space: nowrap;
    border-bottom: 4px solid #fbfbfb; }
    .grafana-options-table tr td.nobg {
      background-color: transparent; }
  .grafana-options-table .max-width-btns {
    padding-right: 0px; }
    .grafana-options-table .max-width-btns .btn {
      box-sizing: border-box;
      width: 100%; }

.max-width {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap; }

.grafana-list-item {
  display: block;
  padding: 1px 10px;
  line-height: 34px;
  background-color: #f4f5f8;
  margin-bottom: 4px;
  cursor: pointer; }

.search-container {
  left: 72px;
  top: 39px;
  margin: 16px 0 0 2px;
  z-index: 1000;
  position: absolute;
  width: 700px;
  box-shadow: 0 5px 30px 0 #c8c8c8;
  padding: 10px;
  background-color: #fbfbfb;
  border: solid 1px #f4f5f8; }
  .search-container .label-tag {
    margin-left: 6px;
    font-size: 11px;
    padding: 2px 6px; }

.search-field-wrapper {
  padding-bottom: 10px; }
  .search-field-wrapper input {
    width: 100%;
    padding: 8px 8px;
    height: 100%;
    box-sizing: border-box; }
  .search-field-wrapper button {
    margin: 0 4px 0 0; }
  .search-field-wrapper > span {
    display: block;
    overflow: hidden; }

.search-results-container {
  height: 450px;
  overflow: auto;
  display: block;
  line-height: 28px; }
  .search-results-container .search-item:hover, .search-results-container .search-item.selected {
    background-color: #ECECEC; }
  .search-results-container .selected .search-result-tag {
    opacity: 0.70;
    color: white; }
  .search-results-container .fa-star, .search-results-container .fa-star-o {
    padding-left: 13px; }
  .search-results-container .fa-star {
    color: #Ff7941; }
  .search-results-container .search-result-link {
    color: #555555; }
    .search-results-container .search-result-link .fa, .search-results-container .search-result-link .glyphicon-chevron-right, .search-results-container .search-result-link .glyphicon-chevron-left {
      padding-right: 10px; }
  .search-results-container .search-item {
    display: block;
    padding: 3px 10px;
    white-space: nowrap;
    background-color: #f4f5f8;
    margin-bottom: 4px; }
    .search-results-container .search-item .search-result-icon::before {
      content: "\f009"; }
    .search-results-container .search-item.search-item-dash-home .search-result-icon::before {
      content: "\f015"; }
  .search-results-container .search-result-tags {
    float: right; }
  .search-results-container .search-result-actions {
    float: right;
    padding-left: 20px; }

.search-switches {
  position: absolute;
  top: 19px;
  right: 21px; }

.search-button-row {
  padding-top: 20px; }
  .search-button-row button, .search-button-row a {
    margin-right: 10px; }
  .search-button-row .search-button-row-explore-link {
    color: #b3b3b3;
    font-size: 0.875rem;
    padding-right: 7rem;
    background: url(../img/grafana_net_logo.svg);
    background-size: 6.5rem;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    top: 0.8rem; }
    .search-button-row .search-button-row-explore-link:hover {
      color: #222222; }

.gf-form {
  margin-bottom: 0.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  position: relative;
  font-size: 0.875rem; }
  .gf-form--offset-1 {
    margin-left: 1rem; }
  .gf-form--grow {
    -ms-flex-positive: 1;
        flex-grow: 1; }

.gf-form-disabled {
  color: #b3b3b3; }
  .gf-form-disabled .query-keyword,
  .gf-form-disabled a,
  .gf-form-disabled .gf-form-input {
    color: #b3b3b3; }

.gf-form-group {
  margin-bottom: 2.5rem; }

.gf-form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.gf-form-button-row {
  padding-top: 1.5rem; }
  .gf-form-button-row a, .gf-form-button-row button {
    margin-right: 1rem; }

.gf-form-label {
  padding: 0.6rem 0.75rem;
  margin-right: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f4f5f8;
  display: block;
  font-size: 0.875rem;
  margin-right: 0.25rem;
  border: 1px solid transparent;
  border-radius: 0.1rem 0 0 0.1rem; }
  .gf-form-label--grow {
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-height: 2.60rem; }

.gf-form-checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.6rem 0.75rem;
  line-height: 1.35rem; }
  .gf-form-checkbox .checkbox-label {
    display: inline;
    cursor: pointer;
    padding: 0.6rem 0.4rem;
    line-height: 1.35rem; }

.gf-form-textarea {
  max-width: 650px; }

.gf-form-input {
  display: block;
  width: 100%;
  padding: 0.6rem 0.75rem;
  margin-right: 0.25rem;
  font-size: 1rem;
  line-height: 1.35rem;
  color: #292929;
  background-color: #fbfbfb;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ECECEC;
  border-radius: 0 0.1rem 0.1rem 0;
  box-shadow: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .gf-form-input::-ms-expand {
    background-color: transparent;
    border: 0;
    display: none; }
  .gf-form-input.gf-input-small {
    padding: 0.2rem 0.25rem;
    font-size: 0.75rem; }
  .gf-form-input:focus {
    border-color: #2AB2E4;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #2AB2E4; }
  .gf-form-input::-webkit-input-placeholder {
    color: #D8D9DA;
    opacity: 1; }
  .gf-form-input::-moz-placeholder {
    color: #D8D9DA;
    opacity: 1; }
  .gf-form-input:-ms-input-placeholder {
    color: #D8D9DA;
    opacity: 1; }
  .gf-form-input::placeholder {
    color: #D8D9DA;
    opacity: 1; }
  .gf-form-input:disabled, .gf-form-input[readonly] {
    background-color: #ECECEC;
    opacity: 1; }
  .gf-form-input:disabled {
    cursor: not-allowed; }
  .gf-form-input.gf-size-auto {
    width: auto; }
  .gf-form-input--dropdown {
    padding-right: 1.5rem; }
    .gf-form-input--dropdown::after {
      position: absolute;
      top: 35%;
      right: 0.75rem;
      background-color: transparent;
      color: #292929;
      font: normal normal normal 0.875rem FontAwesome;
      content: '\f0d7';
      pointer-events: none; }

.gf-form-select-wrapper {
  margin-right: 0.25rem;
  position: relative;
  background-color: #fbfbfb; }
  .gf-form-select-wrapper select.gf-form-input {
    text-indent: .01px;
    text-overflow: '';
    padding-right: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: menulist-text;
    appearance: none; }
    .gf-form-select-wrapper select.gf-form-input:-moz-focusring {
      outline: none;
      color: transparent;
      text-shadow: 0 0 0 #555555; }
    .gf-form-select-wrapper select.gf-form-input.ng-empty {
      color: #b3b3b3; }
  .gf-form-select-wrapper::after {
    position: absolute;
    top: 35%;
    right: 0.375rem;
    background-color: transparent;
    color: #292929;
    font: normal normal normal 0.875rem FontAwesome;
    content: '\f0d7';
    pointer-events: none; }
  .gf-form-select-wrapper--has-help-icon::after {
    right: 2.25rem; }

.gf-form--v-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.gf-form-btn {
  padding: 0.6rem 0.75rem;
  margin-right: 0.25rem;
  line-height: 1.35rem;
  font-size: 0.875rem;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0.1rem 0 0 0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0; }

.gf-form-switch {
  margin-right: 0.25rem; }

.natural-language-inputinput[type="number"] {
  font-size: 1rem;
  line-height: 1.35rem;
  margin: -6px -5px 0 5px;
  padding: 0.3rem 0.375rem; }

.gf-form-dropdown-typeahead {
  margin-right: 0.25rem;
  position: relative;
  background-color: #fbfbfb;
  padding-right: 0.75rem; }
  .gf-form-dropdown-typeahead::after {
    position: absolute;
    top: 35%;
    right: 0.375rem;
    background-color: transparent;
    color: #292929;
    font: normal normal normal 0.875rem FontAwesome;
    content: '\f0d7';
    pointer-events: none; }

.gf-form-help-icon {
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding-left: 1rem;
  color: #b3b3b3; }
  .gf-form-help-icon--right-absolute {
    position: absolute;
    right: 1rem;
    top: 8px; }
  .gf-form-help-icon--right-normal {
    float: right; }
  .gf-form-help-icon--header {
    margin-bottom: 0.25rem; }

select.gf-form-input ~ .gf-form-help-icon {
  right: 10px; }

.sidemenu-canvas {
  position: relative; }

.sidemenu-wrapper {
  position: absolute;
  top: 52px;
  left: 0;
  width: 14rem;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 101;
  transform: translate3d(0, -100%, 0);
  visibility: hidden; }
  .sidemenu-wrapper a:focus {
    text-decoration: none; }

.sidemenu-open .sidemenu-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s; }

.sidemenu-pinned .sidemenu-wrapper {
  min-height: calc(100% - 54px); }

.sidemenu-pinned .dashboard-container {
  padding-left: 14.5rem; }

.sidemenu-pinned .page-container {
  margin-left: 14rem; }

.sidemenu-pinned .search-container {
  left: auto; }

.sidemenu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidemenu > li {
    position: relative;
    border-left: 2px solid transparent; }
    .sidemenu > li.active, .sidemenu > li:hover {
      background-color: #f4f5f8;
      border: none;
      border-image: linear-gradient(#ffd500 0%, #ff4400 99%, #ff4400 100%);
      border-image-slice: 1;
      border-style: solid;
      border-top: 0;
      border-right: 0;
      border-bottom: 0;
      border-left-width: 2px; }
      .sidemenu > li.active .dropdown-menu, .sidemenu > li:hover .dropdown-menu {
        display: block;
        opacity: 0;
        top: 0px;
        left: 13.8rem;
        background-color: rgba(255, 255, 255, 0.97);
        animation: dropdown-anim 150ms ease-in-out 100ms forwards;
        z-index: -9999; }

@keyframes dropdown-anim {
  0% {
    opacity: 0;
    transform: translate3d(-5%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.sidemenu-main-link {
  font-size: 16px; }

.sidemenu-item-text {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.icon-circle {
  width: 40px;
  height: 40px;
  display: inline-block; }
  .icon-circle i {
    color: #555555;
    opacity: .7;
    position: relative;
    left: 7px;
    top: 5px;
    font-size: 150%; }
  .icon-circle img {
    left: 7px;
    position: relative; }

.sidemenu-item {
  color: #555555;
  line-height: 47px;
  padding: 0px 10px 0px 10px;
  display: block;
  border-left: 1px solid transparent; }
  .sidemenu-item .sidemenu-item-text {
    padding-left: 11px; }
  .sidemenu-item img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    box-shadow: 0 0 14px 2px rgba(255, 255, 255, 0.05); }

.sidemenu-section-tagline {
  font-style: italic;
  line-height: 10px; }

.sidemenu-section-text-wrapper {
  padding-top: 4px; }

.sidemenu-org-section .dropdown-menu-title {
  margin: 0 10px 0 6px;
  padding: 7px 0 7px;
  overflow: hidden;
  color: #b3b3b3; }

.sidemenu-org-section .dropdown-menu-title > span {
  display: inline-block;
  position: relative; }
  .sidemenu-org-section .dropdown-menu-title > span::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 100%;
    width: 200px;
    height: 1px;
    margin-left: 5px;
    background: #f4f5f8;
    content: ''; }

.sidemenu-org {
  padding: 17px 10px 15px 14px;
  box-sizing: border-box;
  cursor: pointer;
  display: table;
  position: relative;
  width: 100%; }

.sidemenu .fa-caret-right {
  position: absolute;
  top: 38%;
  right: 6px;
  font-size: 14px;
  color: #D8D9DA; }

.sidemenu-org-avatar,
.sidemenu-org-details {
  display: table-cell;
  vertical-align: top; }

.sidemenu-org-avatar {
  width: 40px;
  height: 40px;
  background-color: #7B7B7B;
  border-radius: 50%;
  text-align: center; }
  .sidemenu-org-avatar > img {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 14px; }

.sidemenu-org-avatar--missing {
  color: #D8D9DA;
  text-shadow: 0 1px 0 #141414;
  line-height: 40px;
  font-size: 1.25rem; }

.sidemenu-org-details {
  padding-left: 10px;
  color: #555555; }

.sidemenu-org-name {
  display: block;
  font-size: 13px;
  color: #a2a2a2; }

.sidemenu-org-user {
  display: block; }

.navbar {
  display: block;
  overflow: visible;
  position: relative;
  z-index: 110; }

.navbar-inner {
  min-height: 52px;
  padding-right: 1rem;
  background-color: #f8f8f8;
  border-bottom: 1px solid #D8D9DA; }
  .navbar-inner::after {
    content: "";
    display: table;
    clear: both; }

.navbar .nav {
  position: relative;
  left: 0;
  float: left; }

.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  float: none;
  padding: 17px 13px 13px;
  color: #666;
  text-decoration: none; }
  .navbar .nav > li > a .fa, .navbar .nav > li > a .glyphicon-chevron-right, .navbar .nav > li > a .glyphicon-chevron-left {
    font-size: 115%; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none; }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e7e7e7; }

.navbar-brand-btn {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  border-right: 1px solid #D8D9DA;
  background-color: white;
  padding: 0.4rem 1.0rem 0.4rem 1rem; }
  .navbar-brand-btn .fa-caret-down {
    font-size: 70%; }
  .navbar-brand-btn .fa-chevron-left, .navbar-brand-btn .glyphicon-chevron-left {
    display: none; }
  .navbar-brand-btn:hover {
    background: white; }
  .navbar-brand-btn img {
    width: 30px;
    position: relative;
    top: -1px; }
  .navbar-brand-btn .navbar-brand-btn-background {
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 50%;
    background: #fff;
    width: 40px;
    height: 40px; }
  .navbar-brand-btn .icon-gf-grafana_wordmark {
    font-size: 21px;
    position: relative;
    top: 4px;
    padding-left: 5px;
    display: none; }

.navbar-page-btn {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  display: block;
  margin: 0;
  font-size: 1.4em;
  border-right: 1px solid #D8D9DA;
  color: #484848;
  background-color: white;
  font-size: 1.25rem;
  padding: 1rem 1rem 0.7rem 1rem; }
  .navbar-page-btn:hover {
    background: white;
    color: #555555; }
  .navbar-page-btn .fa-caret-down {
    font-size: 60%;
    padding-left: 0.2rem; }
  .navbar-page-btn .icon-gf {
    position: relative;
    top: 2px;
    font-size: 20px;
    line-height: 8px; }
  .navbar-page-btn > img {
    max-width: 27px;
    max-height: 27px; }

.sidemenu-pinned .navbar-brand-btn {
  background-color: #fff;
  width: 14rem; }
  .sidemenu-pinned .navbar-brand-btn .icon-gf-grafana_wordmark {
    display: inline-block; }
  .sidemenu-pinned .navbar-brand-btn .fa-caret-down {
    display: none; }
  .sidemenu-pinned .navbar-brand-btn:hover .fa-chevron-left, .sidemenu-pinned .navbar-brand-btn:hover .glyphicon-chevron-left {
    display: inline-block;
    color: #b3b3b3;
    position: relative;
    left: 1.3rem; }

.nav.gf-timepicker-nav {
  margin-right: 0; }

.timepicker-timestring {
  font-weight: normal; }

.gf-timepicker-nav-btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.gf-timepicker-dropdown {
  margin: -8px -10px 10px 5px;
  padding: 10px 20px;
  float: right;
  background-color: #fbfbfb;
  box-shadow: inset 0px 4px 7px -4px #cccccc; }

.gf-timepicker-absolute-section {
  width: 290px;
  float: left;
  border-right: 1px solid #7B7B7B;
  padding: 0 10px; }
  .gf-timepicker-absolute-section select {
    width: 183px;
    margin-bottom: 0; }

.gf-timepicker-btn-apply {
  margin: 0 0 0 15px; }

.gf-timepicker-utc {
  background-color: #ECECEC;
  color: #Ff7941;
  font-size: 75%;
  padding: 3px;
  border-radius: 2px;
  font-weight: bold;
  margin-left: 4px; }

.gf-timepicker-relative-section {
  padding: 0 20px 0 30px;
  min-height: 237px;
  float: left; }
  .gf-timepicker-relative-section ul {
    list-style: none;
    float: left;
    margin: 0 30px 10px 0px; }
    .gf-timepicker-relative-section ul li {
      line-height: 22px; }
    .gf-timepicker-relative-section ul li.active {
      border-bottom: 1px solid #2AB2E4;
      margin: 3px 0;
      font-weight: bold; }

.gf-timepicker-component {
  padding: 0.5rem 0 1rem 0; }
  .gf-timepicker-component td {
    padding: 1px; }
  .gf-timepicker-component button.btn-sm {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #ECECEC, #dfdfdf);
    background-repeat: repeat-x;
    border-color: #ECECEC;
    font-size: 0.875rem;
    background-image: none;
    border: none;
    padding: 5px 11px;
    color: #555555; }
    .gf-timepicker-component button.btn-sm:hover, .gf-timepicker-component button.btn-sm:focus, .gf-timepicker-component button.btn-sm:active, .gf-timepicker-component button.btn-sm.active, .gf-timepicker-component button.btn-sm.disabled, .gf-timepicker-component button.btn-sm[disabled] {
      color: #fff;
      background-image: none;
      background-color: #ECECEC; }
    .gf-timepicker-component button.btn-sm.active span {
      color: #2AB2E4;
      font-weight: bold; }
    .gf-timepicker-component button.btn-sm .text-info {
      color: #Ff7941;
      font-weight: bold; }

.input-datetime-format {
  color: #a2a2a2; }

.fa, .glyphicon-chevron-right, .glyphicon-chevron-left {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-chevron-left::before, .glyphicon-chevron-left::before {
  content: "\f053"; }

.fa-chevron-right::before, .glyphicon-chevron-right::before {
  content: "\f054"; }

.gf-timepicker-time-control {
  font-size: 0.875rem; }
  .gf-timepicker-time-control a {
    padding: 18px 7px 13px !important; }

.dashnav-move-timeframe {
  position: relative;
  top: 1px; }

.filter-controls-filters {
  display: inline-block;
  margin-bottom: 40px; }

.tab-pane > .filter-controls-filters {
  margin-top: 20px; }

.filter-controls-actions {
  margin: 0 0 10px;
  padding: 0;
  list-style: none; }

.filter-controls-actions > li {
  display: inline-block;
  margin-right: 10px; }

.filter-controls-actions-selected {
  text-transform: uppercase; }

.filter-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.filter-list > li {
  padding: 10px;
  margin-bottom: 2px;
  background: #fbfbfb; }
  .filter-list > li:last-child {
    margin: 0; }

.filter-list-card {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.filter-list-card > li {
  display: table-cell;
  vertical-align: top; }

.filter-list-card-select {
  width: 23px;
  padding-right: 5px; }

.filter-list-card-title {
  display: block;
  font-size: 16px;
  font-weight: normal; }

.filter-list-card-image {
  width: 50px;
  padding: 5px 50px 5px 5px; }

.filter-list-card-status {
  color: #777;
  font-size: 12px; }

.filter-list-card-state {
  display: inline-block;
  padding: 5px 0 0 28px;
  background: 0 bottom no-repeat;
  background-size: 24px auto;
  font-size: 14px;
  text-transform: uppercase; }
  .filter-list-card-state.online {
    background-image: url("/img/online.svg");
    color: #01A64F; }
  .filter-list-card-state.warn {
    background-image: url("/img/warn-tiny.svg");
    color: #F79520; }
  .filter-list-card-state.critical {
    background-image: url("/img/critical.svg");
    color: #EC2128; }

.filter-list-card-controls {
  float: right; }

.filter-list-card-links,
.filter-list-card-config,
.filter-list-card-expand {
  display: inline-block;
  vertical-align: middle; }

.filter-list-card-link {
  display: block;
  color: #777;
  text-align: right; }
  .filter-list-card-link > a {
    color: #777; }

.filter-list-card-config {
  padding: 8px 8px 8px 16px;
  color: #777;
  font-size: 25px; }
  .filter-list-card-config > a {
    color: #777; }

.filter-list-card-expand {
  width: 20px;
  padding: 8px 0 8px 8px;
  color: #aaa;
  font-size: 30px;
  text-align: center;
  cursor: pointer; }

.filter-list-card-details {
  padding: 20px 0 0 30px; }

.filter-list-card-details-heading {
  font-weight: normal; }
  .filter-list-card-details-heading > a {
    float: right;
    color: #2AB2E4;
    font-size: 12px; }

.filter-table * {
  box-sizing: border-box; }

.filter-table {
  width: 100%;
  border-collapse: collapse; }

.filter-table tr {
  background: #f4f5f8;
  border-bottom: 2px solid #fff; }

.filter-table th {
  width: auto;
  padding: 10px 15px 10px 0;
  text-align: left; }
  .filter-table th:first-child {
    padding-left: 15px; }

.filter-table td {
  padding: 15px 15px 15px 0; }
  .filter-table td:first-child {
    padding-left: 15px; }

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

.filter-table .expanded {
  border-color: #fbfbfb; }

.filter-table .expanded > td {
  padding-bottom: 0; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar:hover {
  height: 8px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-button:horizontal:decrement {
  display: none; }

::-webkit-scrollbar-button:horizontal:increment {
  display: none; }

::-webkit-scrollbar-button:vertical:decrement {
  display: none; }

::-webkit-scrollbar-button:vertical:increment {
  display: none; }

::-webkit-scrollbar-button:horizontal:decrement:active {
  background-image: none; }

::-webkit-scrollbar-button:horizontal:increment:active {
  background-image: none; }

::-webkit-scrollbar-button:vertical:decrement:active {
  background-image: none; }

::-webkit-scrollbar-button:vertical:increment:active {
  background-image: none; }

::-webkit-scrollbar-track-piece {
  background-color: transparent; }

::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ECECEC), color-stop(100%, #ECECEC));
  border: 1px solid #D8D9DA;
  border-top: 1px solid #D8D9DA;
  border-left: 1px solid #D8D9DA; }

::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ECECEC), color-stop(100%, #ECECEC));
  border: 1px solid #D8D9DA;
  border-top: 1px solid #D8D9DA;
  border-left: 1px solid #D8D9DA; }

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

.section {
  margin-right: 3rem;
  vertical-align: top;
  display: inline-block; }

div.editor-option {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px; }

div.editor-option label {
  display: block; }

.typeahead {
  max-height: 300px;
  overflow-y: auto; }

.typeahead strong {
  color: #FF851B; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7; }

.modal {
  position: absolute;
  z-index: 1050;
  width: 100%;
  background-color: #fbfbfb;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  max-width: 750px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 20%; }

.modal-header {
  background-color: #fff;
  border-image: linear-gradient(to right, #ffd500 0%, #ff4400 99%, #ff4400 100%);
  border-image-slice: 1;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 1px; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }
  .modal-header .gf-tabs-link.active {
    background-color: #fbfbfb; }

.modal-header-title {
  font-style: italic;
  font-size: 1.5rem;
  float: left;
  padding-top: 0.75rem;
  margin: 0 3rem 0 1.5rem; }

.modal-header-close {
  float: right;
  padding: 0.75rem 1rem; }

.modal-body {
  position: relative;
  overflow-y: auto; }

.modal-content {
  padding: 2rem; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  border-top: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  text-align: right; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

.modal--narrow {
  max-width: 500px; }

.confirm-modal {
  max-width: 500px; }
  .confirm-modal .confirm-modal-icon {
    padding-top: 41px;
    font-size: 280%;
    color: #28B62C;
    padding-bottom: 20px; }
  .confirm-modal .confirm-modal-text {
    font-size: 1.3rem;
    color: #555555;
    margin-bottom: 2rem;
    padding-top: 1rem; }
  .confirm-modal .confirm-modal-text2 {
    font-size: 14px;
    padding-top: 1rem; }
  .confirm-modal .confirm-modal-buttons {
    margin-bottom: 1rem; }
    .confirm-modal .confirm-modal-buttons button {
      margin-right: 0.5rem; }
  .confirm-modal .modal-content-confirm-text {
    margin-bottom: 2rem; }
    .confirm-modal .modal-content-confirm-text span {
      text-align: center; }

.share-modal-body {
  padding: 10px 0; }
  .share-modal-body .tight-form {
    text-align: left; }
  .share-modal-body .share-modal-options {
    margin: 11px 0px 33px 0px;
    display: inline-block; }
  .share-modal-body .share-modal-big-icon {
    margin-bottom: 10px;
    margin-right: 2rem; }
    .share-modal-body .share-modal-big-icon .fa, .share-modal-body .share-modal-big-icon .glyphicon-chevron-right, .share-modal-body .share-modal-big-icon .glyphicon-chevron-left, .share-modal-body .share-modal-big-icon .icon-gf {
      font-size: 50px; }
  .share-modal-body .share-modal-info-text {
    margin-top: 5px; }
    .share-modal-body .share-modal-info-text strong {
      color: #555555;
      font-weight: 500; }
  .share-modal-body .share-modal-header {
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0 22px 0; }
  .share-modal-body .share-modal-content {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .share-modal-body .tight-form {
    text-align: left; }
  .share-modal-body .share-modal-link {
    max-width: 716px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

.dropdown-desc {
  position: relative;
  top: -3px;
  width: 250px;
  font-size: 80%;
  margin-left: 22px;
  color: #7B7B7B;
  white-space: normal; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 140px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #D8D9DA; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 0.1rem;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #f4f5f8;
    border-bottom: 1px solid #fff; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #292929;
    white-space: nowrap; }
    .dropdown-menu > li > a i {
      padding-right: 5px;
      color: #a2a2a2; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #555555;
  background-color: #f4f5f8; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #555555;
  text-decoration: none;
  outline: 0;
  background-color: #f4f5f8; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #7B7B7B; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default; }

.open > .dropdown-menu {
  display: block; }

.open.cascade-open .dropdown-menu {
  display: block; }

.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: 4px solid #000;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0; }

.dropdown-submenu > a::after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a::after {
  border-left-color: #555555; }

.dropdown-submenu.pull-left {
  float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px; }

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

.typeahead {
  z-index: 1051;
  margin-top: 2px; }

.dropdown-menu-item-with-shortcut a {
  min-width: 12rem; }

.dropdown-menu-item-shortcut {
  display: block;
  float: right;
  color: #b3b3b3; }
  .dropdown-menu-item-shortcut::before {
    font-family: FontAwesome;
    width: 2rem;
    display: inline-block;
    text-align: center;
    content: "\f11c"; }

.sp-replacer {
  background: inherit;
  border: none;
  color: inherit;
  padding: 0; }

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: inherit;
  color: inherit; }

.sp-container {
  border-radius: 0;
  background-color: #fff;
  border: none;
  padding: 0; }

.sp-palette-container, .sp-picker-container {
  border: none; }

.sp-dd {
  display: none; }

.sp-preview {
  position: relative;
  width: 15px;
  height: 15px;
  border: none;
  margin: 0;
  float: left;
  z-index: 0; }

.page-dashboard .footer {
  display: none; }

.footer {
  color: #b3b3b3;
  padding: 5rem 0 1rem 0;
  font-size: 0.75rem;
  width: 98%;
  /* was causing horiz scrollbars - need to examine */ }
  .footer a {
    color: #b3b3b3; }
    .footer a:hover {
      color: #444444; }
  .footer ul {
    list-style: none; }
  .footer li {
    display: inline-block;
    padding-right: 2px; }
    .footer li::after {
      content: ' | ';
      padding-left: 2px; }
  .footer li:last-child::after {
    padding-left: 0;
    content: ''; }

.grafana-info-box::before {
  content: "\f05a";
  font-family: 'FontAwesome';
  position: absolute;
  top: -13px;
  left: -8px;
  font-size: 20px;
  color: #2AB2E4; }

.grafana-info-box {
  position: relative;
  padding: 5px 20px;
  background-color: #f4f5f8;
  border: 1px solid #D8D9DA; }
  .grafana-info-box h5 {
    margin-top: 5px; }
  .grafana-info-box ul {
    padding-left: 1rem; }

.shortcut-category {
  float: left;
  font-size: 0.875rem;
  width: 50%; }

.shortcut-table {
  margin-bottom: 1rem; }
  .shortcut-table .shortcut-table-category-header {
    font-weight: normal;
    font-size: 1rem;
    font-style: italic;
    text-align: left; }
  .shortcut-table .shortcut-table-description {
    text-align: left;
    color: #b3b3b3;
    width: 99%;
    padding: 0.38rem 1rem; }
  .shortcut-table .shortcut-table-keys {
    white-space: nowrap;
    width: 1%;
    text-align: right;
    color: #555555; }

.shortcut-table-key {
  display: inline-block;
  text-align: center;
  margin-right: 0.3rem;
  padding: 3px 5px;
  font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #ECECEC;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  color: #373737;
  box-shadow: inset 0 -1px 0 #dfdfdf; }

.drop-element {
  z-index: 10000;
  position: absolute;
  display: none;
  opacity: 0; }
  .drop-element.drop-open {
    display: block; }

.drop-element, .drop-element * {
  box-sizing: border-box; }

.drop-popopver-close {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 1.25rem; }

.drop-help ul {
  padding-left: 1rem; }

.drop-hide-out-of-bounds.drop-open.drop-help.drop-out-of-bounds, .drop-hide-out-of-bounds.drop-open-transitionend.drop-help.drop-out-of-bounds {
  display: none; }

.drop-element.drop-help {
  max-width: 100%;
  max-height: 100%; }
  .drop-element.drop-help .drop-content {
    border-radius: 0.3rem;
    position: relative;
    font-family: inherit;
    background: #3CAAD6;
    color: #f4f5f8;
    padding: 0.65rem;
    font-size: 0.875rem;
    max-width: 20rem; }
    .drop-element.drop-help .drop-content:before {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-color: transparent;
      border-width: 0.7rem;
      border-style: solid;
      pointer-events: null; }
  .drop-element.drop-help.drop-wide .drop-content {
    max-width: 40rem; }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-center .drop-content {
    margin-bottom: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
      top: 100%;
      left: 50%;
      margin-left: -0.7rem;
      border-top-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-center .drop-content {
    margin-top: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-top.drop-element-attached-center .drop-content:before {
      bottom: 100%;
      left: 50%;
      margin-left: -0.7rem;
      border-bottom-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-right.drop-element-attached-middle .drop-content {
    margin-right: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
      left: 100%;
      top: 50%;
      margin-top: -0.7rem;
      border-left-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-left.drop-element-attached-middle .drop-content {
    margin-left: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
      right: 100%;
      top: 50%;
      margin-top: -0.7rem;
      border-right-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-left.drop-target-attached-center .drop-content {
    left: -1.4rem; }
  .drop-element.drop-help.drop-element-attached-right.drop-target-attached-center .drop-content {
    left: 1.4rem; }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-middle .drop-content {
    margin-top: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-middle .drop-content:before {
      bottom: 100%;
      left: 0.7rem;
      border-bottom-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-middle .drop-content {
    margin-top: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-middle .drop-content:before {
      bottom: 100%;
      right: 0.7rem;
      border-bottom-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-middle .drop-content {
    margin-bottom: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-middle .drop-content:before {
      top: 100%;
      left: 0.7rem;
      border-top-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-middle .drop-content {
    margin-bottom: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-middle .drop-content:before {
      top: 100%;
      right: 0.7rem;
      border-top-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
    margin-top: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
      bottom: 100%;
      left: 0.7rem;
      border-bottom-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
    margin-top: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
      bottom: 100%;
      right: 0.7rem;
      border-bottom-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
    margin-bottom: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
      top: 100%;
      left: 0.7rem;
      border-top-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
    margin-bottom: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
      top: 100%;
      right: 0.7rem;
      border-top-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
    margin-right: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
      top: 0.7rem;
      left: 100%;
      border-left-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
    margin-left: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
      top: 0.7rem;
      right: 100%;
      border-right-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
    margin-right: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
      bottom: 0.7rem;
      left: 100%;
      border-left-color: #3CAAD6; }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
    margin-left: 0.7rem; }
    .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
      bottom: 0.7rem;
      right: 100%;
      border-right-color: #3CAAD6; }

.drop-element.drop-popover {
  max-width: 100%;
  max-height: 100%; }
  .drop-element.drop-popover .drop-content {
    border-radius: 0.3rem;
    position: relative;
    font-family: inherit;
    background: #ECECEC;
    color: #555555;
    padding: 0.65rem;
    font-size: 0.875rem;
    max-width: 20rem; }
    .drop-element.drop-popover .drop-content:before {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-color: transparent;
      border-width: 0.7rem;
      border-style: solid;
      pointer-events: null; }
  .drop-element.drop-popover.drop-wide .drop-content {
    max-width: 40rem; }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-center .drop-content {
    margin-bottom: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
      top: 100%;
      left: 50%;
      margin-left: -0.7rem;
      border-top-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-center .drop-content {
    margin-top: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-center .drop-content:before {
      bottom: 100%;
      left: 50%;
      margin-left: -0.7rem;
      border-bottom-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-right.drop-element-attached-middle .drop-content {
    margin-right: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
      left: 100%;
      top: 50%;
      margin-top: -0.7rem;
      border-left-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-left.drop-element-attached-middle .drop-content {
    margin-left: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
      right: 100%;
      top: 50%;
      margin-top: -0.7rem;
      border-right-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-left.drop-target-attached-center .drop-content {
    left: -1.4rem; }
  .drop-element.drop-popover.drop-element-attached-right.drop-target-attached-center .drop-content {
    left: 1.4rem; }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-middle .drop-content {
    margin-top: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-middle .drop-content:before {
      bottom: 100%;
      left: 0.7rem;
      border-bottom-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-middle .drop-content {
    margin-top: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-middle .drop-content:before {
      bottom: 100%;
      right: 0.7rem;
      border-bottom-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-middle .drop-content {
    margin-bottom: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-middle .drop-content:before {
      top: 100%;
      left: 0.7rem;
      border-top-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-middle .drop-content {
    margin-bottom: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-middle .drop-content:before {
      top: 100%;
      right: 0.7rem;
      border-top-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
    margin-top: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
      bottom: 100%;
      left: 0.7rem;
      border-bottom-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
    margin-top: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
      bottom: 100%;
      right: 0.7rem;
      border-bottom-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
    margin-bottom: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
      top: 100%;
      left: 0.7rem;
      border-top-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
    margin-bottom: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
      top: 100%;
      right: 0.7rem;
      border-top-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
    margin-right: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
      top: 0.7rem;
      left: 100%;
      border-left-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
    margin-left: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
      top: 0.7rem;
      right: 100%;
      border-right-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
    margin-right: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
      bottom: 0.7rem;
      left: 100%;
      border-left-color: #ECECEC; }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
    margin-left: 0.7rem; }
    .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
      bottom: 0.7rem;
      right: 100%;
      border-right-color: #ECECEC; }

.drop-element.drop-help {
  transform: translateZ(0);
  transition: opacity 100ms;
  opacity: 0; }
  .drop-element.drop-help .drop-content {
    transition: transform 0.2s cubic-bezier(0, 0, 0.265, 1);
    transform: scale(0.8) translateZ(0); }
  .drop-element.drop-help.drop-open {
    display: none; }
  .drop-element.drop-help.drop-open-transitionend {
    display: block; }
  .drop-element.drop-help.drop-after-open {
    transition: none;
    opacity: 1; }
    .drop-element.drop-help.drop-after-open .drop-content {
      transform: scale(1) translateZ(0); }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-center .drop-content {
    -ms-transform-origin: 50% calc(100% + 0%);
        transform-origin: 50% calc(100% + 0%); }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-center .drop-content {
    -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%; }
  .drop-element.drop-help.drop-element-attached-right.drop-element-attached-middle .drop-content {
    -ms-transform-origin: calc(100% + 0%) 50%;
        transform-origin: calc(100% + 0%) 50%; }
  .drop-element.drop-help.drop-element-attached-left.drop-element-attached-middle .drop-content {
    -ms-transform-origin: -0% 50%;
        transform-origin: -0% 50%; }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
    -ms-transform-origin: 0 0%;
        transform-origin: 0 0%; }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
    -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%; }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
    -ms-transform-origin: 0 calc(100% + 0%);
        transform-origin: 0 calc(100% + 0%); }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
    -ms-transform-origin: 100% calc(100% + 0%);
        transform-origin: 100% calc(100% + 0%); }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
    -ms-transform-origin: calc(100% + 0%) 0;
        transform-origin: calc(100% + 0%) 0; }
  .drop-element.drop-help.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
    -ms-transform-origin: 0% 0;
        transform-origin: 0% 0; }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
    -ms-transform-origin: calc(100% + 0%) 100%;
        transform-origin: calc(100% + 0%) 100%; }
  .drop-element.drop-help.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%; }

.drop-element.drop-popover {
  transform: translateZ(0);
  transition: opacity 100ms;
  opacity: 0; }
  .drop-element.drop-popover .drop-content {
    transition: transform 0.2s cubic-bezier(0, 0, 0.265, 1);
    transform: scale(0.8) translateZ(0); }
  .drop-element.drop-popover.drop-open {
    display: none; }
  .drop-element.drop-popover.drop-open-transitionend {
    display: block; }
  .drop-element.drop-popover.drop-after-open {
    transition: none;
    opacity: 1; }
    .drop-element.drop-popover.drop-after-open .drop-content {
      transform: scale(1) translateZ(0); }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-center .drop-content {
    -ms-transform-origin: 50% calc(100% + 0%);
        transform-origin: 50% calc(100% + 0%); }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-center .drop-content {
    -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%; }
  .drop-element.drop-popover.drop-element-attached-right.drop-element-attached-middle .drop-content {
    -ms-transform-origin: calc(100% + 0%) 50%;
        transform-origin: calc(100% + 0%) 50%; }
  .drop-element.drop-popover.drop-element-attached-left.drop-element-attached-middle .drop-content {
    -ms-transform-origin: -0% 50%;
        transform-origin: -0% 50%; }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
    -ms-transform-origin: 0 0%;
        transform-origin: 0 0%; }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
    -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%; }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
    -ms-transform-origin: 0 calc(100% + 0%);
        transform-origin: 0 calc(100% + 0%); }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
    -ms-transform-origin: 100% calc(100% + 0%);
        transform-origin: 100% calc(100% + 0%); }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
    -ms-transform-origin: calc(100% + 0%) 0;
        transform-origin: calc(100% + 0%) 0; }
  .drop-element.drop-popover.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
    -ms-transform-origin: 0% 0;
        transform-origin: 0% 0; }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
    -ms-transform-origin: calc(100% + 0%) 100%;
        transform-origin: calc(100% + 0%) 100%; }
  .drop-element.drop-popover.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%; }

.query-keyword {
  font-weight: bold;
  color: #2AB2E4; }

.query-segment-operator {
  color: #Ff7941; }

.gf-form-query {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }
  .gf-form-query .gf-form,
  .gf-form-query .gf-form-filler {
    margin-bottom: 2px; }
  .gf-form-query .gf-form-switch,
  .gf-form-query .gf-form-switch label,
  .gf-form-query .gf-form-input,
  .gf-form-query .gf-form-select-wrapper,
  .gf-form-query .gf-form-filler,
  .gf-form-query .gf-form-label {
    margin-right: 2px; }

.gf-form-query-content {
  -ms-flex-positive: 2;
      flex-grow: 2; }
  .gf-form-query-content--collapsed {
    overflow: hidden; }
    .gf-form-query-content--collapsed .gf-form-label {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      white-space: nowrap; }

.gf-form-query-letter-cell .gf-form-query-letter-cell-carret {
  display: inline-block;
  width: 0.7rem;
  position: relative;
  left: -2px; }

.gf-form-query-letter-cell .gf-form-query-letter-cell-letter {
  font-weight: bold;
  color: #2AB2E4; }

.gf-form-query-letter-cell .gf-form-query-letter-cell-ds {
  color: #b3b3b3; }

.grafana-metric-options {
  margin-top: 25px; }

.tight-form-func {
  background: #ECECEC; }
  .tight-form-func.show-function-controls {
    padding-top: 5px;
    min-width: 100px;
    text-align: center; }

input[type="text"].tight-form-func-param {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0; }

.tight-form-func-controls {
  display: none;
  text-align: center; }
  .tight-form-func-controls .fa-arrow-left {
    float: left;
    position: relative;
    top: 2px; }
  .tight-form-func-controls .fa-arrow-right {
    float: right;
    position: relative;
    top: 2px; }
  .tight-form-func-controls .fa-remove {
    margin-left: 10px; }

.grafana-metric-options {
  margin-top: 25px; }

.tight-form-func {
  background: #ECECEC; }
  .tight-form-func.show-function-controls {
    padding-top: 5px;
    min-width: 100px;
    text-align: center; }

input[type="text"].tight-form-func-param {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0; }

.tight-form-func-controls {
  display: none;
  text-align: center; }
  .tight-form-func-controls .fa-arrow-left {
    float: left;
    position: relative;
    top: 2px; }
  .tight-form-func-controls .fa-arrow-right {
    float: right;
    position: relative;
    top: 2px; }
  .tight-form-func-controls .fa-remove {
    margin-left: 10px; }

.tabbed-view {
  background-color: #fff;
  background-image: linear-gradient(60deg, transparent 70%, whitesmoke 98%);
  margin: -0.8rem -0.4rem;
  margin-bottom: 2rem;
  padding: 3rem; }
  .tabbed-view.tabbed-view--panel-edit {
    padding: 0; }
    .tabbed-view.tabbed-view--panel-edit .tabbed-view-header {
      padding: 0;
      background-color: #fff;
      padding: 1.5em 1rem 0 1rem; }
    .tabbed-view.tabbed-view--panel-edit .gf-tabs-link.active {
      background-color: #fbfbfb; }

.tabbed-view-header {
  border-image: linear-gradient(to right, #ffd500 0%, #ff4400 99%, #ff4400 100%);
  border-image-slice: 1;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 1px; }
  .tabbed-view-header::after {
    content: "";
    display: table;
    clear: both; }

.tabbed-view-title {
  float: left;
  font-style: italic;
  padding-top: 0.5rem;
  margin: 0 3rem 0 1rem; }

.tabbed-view-close-btn {
  float: right;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  padding: 1.1rem 1rem 0.4rem;
  color: #555555; }
  .tabbed-view-close-btn i {
    font-size: 120%; }
  .tabbed-view-close-btn:hover {
    color: #fff; }

.tabbed-view-body {
  padding: 2rem;
  min-height: 250px; }

.section-heading {
  font-size: 1.1rem;
  margin-bottom: 0.6rem; }

.query-part {
  background-color: #fbfbfb !important; }
  .query-part.show-function-controls {
    padding-top: 5px;
    min-width: 100px;
    text-align: center; }

/* Structure */
json-tree .json-tree-key {
  vertical-align: middle; }

json-tree .expandable {
  position: relative; }
  json-tree .expandable::before {
    pointer-events: none; }
  json-tree .expandable::before, json-tree .expandable > .json-tree-key {
    cursor: pointer; }

json-tree .json-tree-branch-preview {
  display: inline-block;
  vertical-align: middle; }

/* Looks */
json-tree ul {
  padding-left: 1rem; }

json-tree li, json-tree ul {
  list-style: none; }

json-tree li {
  line-height: 1.3rem; }

json-tree .json-tree-key {
  color: #2AB2E4;
  padding: 5px 10px 5px 15px; }
  json-tree .json-tree-key::after {
    content: ':'; }

json-tree json-node.expandable::before {
  content: '\25b6';
  position: absolute;
  left: 0px;
  font-size: 8px;
  transition: transform .1s ease; }

json-tree json-node.expandable.expanded::before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

json-tree .json-tree-leaf-value, json-tree .json-tree-branch-preview {
  word-break: break-all; }

json-tree .json-tree-branch-preview {
  overflow: hidden;
  font-style: italic;
  max-width: 40%;
  height: 1.5em;
  opacity: .7; }

.edit-tab-with-sidemenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.edit-tab-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 0; }

.edit-sidemenu-aside {
  min-width: 15rem; }

.edit-sidemenu {
  width: 100%;
  list-style: none; }
  .edit-sidemenu li.active {
    border: none;
    border-image: linear-gradient(#ffd500 0%, #ff4400 99%, #ff4400 100%);
    border-image-slice: 1;
    border-style: solid;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left-width: 2px; }
  .edit-sidemenu a {
    display: block;
    color: #555555;
    margin: 0 0 1.5rem 1rem; }

@media (max-width: 767px) {
  .edit-tab-with-sidemenu {
    -ms-flex-direction: column;
        flex-direction: column; }
  .edit-sidemenu-aside {
    width: 100%;
    margin-bottom: 2rem; }
  .edit-sidemenu li {
    float: left; }
  .edit-sidemenu a {
    margin: 0.3rem 1rem; } }

.dash-row {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative; }
  .dash-row--collapse .dash-row-header {
    background: #fbfbfb;
    border: solid 1px #f4f5f8;
    margin-bottom: 0.8rem; }

.dash-row-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-right: 0.4rem;
  margin-left: 0; }
  .dash-row-header .h1 {
    font-size: 2.7rem;
    font-style: normal;
    line-height: 4rem;
    font-weight: 300; }
  .dash-row-header .h2 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 300; }
  .dash-row-header .h3 {
    font-size: 2.0rem;
    line-height: 3rem;
    font-weight: 300; }
  .dash-row-header .h4 {
    font-size: 1.7rem;
    font-weight: 300; }
  .dash-row-header .h5 {
    font-size: 1.4rem;
    font-weight: 300; }
  .dash-row-header .h6 {
    font-size: 1rem;
    font-weight: 300; }

.dash-row-header-title {
  padding: 0.6rem;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .dash-row-header-title .dash-row-collapse-toggle {
    padding: 0 2px;
    font-size: 0.75rem;
    color: #b3b3b3;
    position: relative;
    left: -3px;
    top: -1px; }
  .dash-row-header-title:hover .dash-row-collapse-toggle {
    color: #555555; }

.panels-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative; }

.dash-row-dropview {
  position: relative;
  background: #fbfbfb;
  border: solid 1px #f4f5f8;
  margin: 0 0.4rem 0.8rem 0.4rem;
  padding: 0.8rem;
  display: -ms-flexbox;
  display: flex; }

.dash-row-dropview-close {
  position: absolute;
  right: -12px;
  top: -10px;
  width: 20px;
  height: 20px; }

.add-panel-panels-scroll {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none; }
  .add-panel-panels-scroll::-webkit-scrollbar {
    display: none; }

.add-panel-panels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.add-panel-item {
  background: #f4f5f8;
  border: solid 1px #f4f5f8;
  padding: 0.3333333333rem 1rem;
  min-width: 9rem;
  max-width: 9rem;
  text-align: center;
  margin: 0.25rem;
  cursor: pointer; }
  .add-panel-item.active, .add-panel-item:hover {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px #52a8ec; }

.add-panel-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.875rem; }

.add-panel-item-img {
  width: 2rem; }

.dash-row-menu-container {
  position: absolute;
  top: 0px;
  width: 138px;
  min-height: 100%;
  -ms-transform: translate(-131px, 0);
      transform: translate(-131px, 0);
  transition: 0.1s ease-out 0.4s;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .dash-row-menu-container:hover {
    -ms-transform: translate(-0.4rem, 0);
        transform: translate(-0.4rem, 0);
    transition: 0.2s ease-in 0.05s;
    z-index: 101; }
    .dash-row-menu-container:hover .dash-row-menu-grip {
      opacity: 0;
      transition: 0.2s ease-in 0.05s; }

.dash-row-menu {
  list-style: none;
  -ms-flex-positive: 1;
      flex-grow: 1;
  box-shadow: 0 5px 30px 0 #c8c8c8;
  background: #fff; }
  .dash-row-menu li a {
    display: block;
    white-space: nowrap;
    color: #b3b3b3;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-left: 2px solid #fff; }
    .dash-row-menu li a i {
      display: inline-block;
      padding-right: 0.5rem; }
    .dash-row-menu li a:hover {
      border: none;
      border-image: linear-gradient(#ffd500 0%, #ff4400 99%, #ff4400 100%);
      border-image-slice: 1;
      border-style: solid;
      border-top: 0;
      border-right: 0;
      border-bottom: 0;
      border-left-width: 2px;
      color: #555555;
      background: #f4f5f8; }

.dash-row-menu-grip {
  text-align: center;
  font-size: 130%;
  color: #D8D9DA;
  opacity: 1;
  transition: 0.2s ease-out 0.5s;
  width: 1rem; }

.login-container {
  background-position: left;
  background-size: 60%;
  background-repeat: no-repeat;
  min-width: 100%;
  margin-left: 0;
  margin-top: -26px;
  /* BAD HACK - experiement to see how it looks */
  padding-top: 5rem;
  /* BAD HACK - experiement to see how it looks */ }

.login-form {
  display: inline-block;
  max-width: 24rem; }

.login-box {
  max-width: 700px;
  margin: 0 auto;
  /* was $spacer * 2 auto 0 auto; */ }

.login-box-logo {
  text-align: center;
  margin-bottom: 2rem; }
  .login-box-logo img {
    width: 6rem; }
  .login-box-logo .icon-gf-grafana_wordmark {
    color: #555555;
    position: relative;
    top: -4.5rem;
    font-size: 2.5rem;
    text-shadow: 3px 3px 5px black; }

.login-inner-box {
  background: #fbfbfb;
  text-align: center; }

.login-tab-header {
  background: #f4f5f8;
  text-align: center;
  margin-bottom: 3rem; }

.btn-login-tab {
  background: transparent;
  border: none;
  font-size: 15px;
  padding: 10px 10px;
  font-weight: bold;
  display: inline-block;
  width: 170px;
  color: #555555; }
  .btn-login-tab.active {
    background: #e4e7ee;
    color: #fff; }
  .btn-login-tab:focus {
    outline: 0; }

.password-strength {
  display: block;
  width: 15%;
  overflow: visible;
  white-space: nowrap;
  padding-top: 3px;
  color: #222222;
  border-top: 3px solid #FF4136; }
  .password-strength.password-strength-ok {
    width: 40%;
    border-top: 3px solid #ffa04e; }
  .password-strength.password-strength-good {
    width: 100%;
    border-top: 3px solid #3dd441; }

.login-submit-button-row {
  text-align: center;
  margin-top: 30px; }
  .login-submit-button-row button {
    padding: 14px 23px;
    font-size: 16px;
    font-weight: bold;
    min-width: 150px;
    display: inline-block;
    border: 1px solid white; }

.login-oauth {
  margin-bottom: 15px; }
  .login-oauth .btn {
    margin: 5px; }
  .login-oauth .btn-google {
    background: #dd4b39;
    color: white; }
  .login-oauth .btn-github {
    background: #555;
    color: white; }
  .login-oauth .btn-grafana-net {
    background: url(../img/grafana_net_logo.svg);
    background-size: 10rem;
    background-repeat: no-repeat;
    background-position: right 35%;
    overflow: hidden;
    padding-right: 10.5rem; }
    .login-oauth .btn-grafana-net span {
      display: none; }

.password-recovery {
  background: #f4f5f8;
  margin-top: 10px;
  padding: 10px; }
  .password-recovery a {
    color: #7B7B7B; }

.login-divider {
  float: left;
  width: 50%;
  margin: 5px 25% 25px 25%; }
  .login-divider .login-divider-line {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #555555; }
    .login-divider .login-divider-line .login-divider-text {
      background-color: #fbfbfb;
      color: #7B7B7B;
      padding: 0 10px; }

.signup-page-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/background_tease.jpg);
  opacity: 0.3;
  z-index: -1; }

.invite-box {
  text-align: center;
  border: 1px solid #ECECEC;
  background-color: #fbfbfb;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .invite-box .tight-form {
    text-align: left; }
  .invite-box h3 {
    margin-top: 30px; }
  .invite-box .modal-close {
    float: right;
    font-size: 140%;
    padding: 10px; }
  .invite-box .modal-tagline {
    font-size: 16px; }

@media (min-width: 768px) {
  .login-box-logo img {
    width: 125px; }
  .login-box-logo .icon-gf-grafana_wordmark {
    top: -5px;
    font-size: 3rem; } }

.dashboard-container {
  padding: 0.8rem 0.4rem 0.4rem 0.4rem;
  width: 100%; }

.page-dashboard .main-view {
  background-image: none; }

.template-variable {
  color: #2AB2E4; }

div.flot-text {
  color: #555555 !important; }

.panel {
  display: inline-block;
  float: left; }
  .panel--solo .resize-panel-handle {
    display: none; }
  .panel--solo .panel-container {
    border: none; }

.panel-margin {
  margin: 0 0.4rem 0.8rem 0.4rem;
  display: block; }

.panel-container {
  background-color: #fbfbfb;
  position: relative;
  border: solid 1px #f4f5f8; }
  .panel-container.panel-transparent {
    background-color: transparent;
    border: none; }

.panel-content {
  padding: 0px 10px 5px 10px; }

.panel-title-container {
  min-height: 9px;
  padding-top: 4px;
  cursor: pointer; }

.panel-title {
  border: 0px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block; }

.panel-links-btn {
  margin-left: 10px;
  display: none; }

.panel-loading {
  position: absolute;
  top: -3px;
  right: 0px;
  z-index: 800; }

.panel-header {
  text-align: center; }

.panel-error {
  color: #fff;
  position: absolute;
  left: 0;
  padding: 0px 17px 6px 5px;
  top: 0;
  z-index: 10; }
  .panel-error i {
    position: relative;
    top: -2px; }

.panel-error-arrow {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 31px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 27px solid #fbfbfb;
  left: 0;
  bottom: 0; }

.panel-full-edit {
  margin-top: 20px;
  margin-bottom: 20px; }

.panel-menu {
  z-index: 500;
  position: absolute;
  background: #ECECEC;
  border: solid 1px white; }
  .panel-menu .panel-menu-row {
    white-space: nowrap;
    border-bottom: solid 1px white; }
    .panel-menu .panel-menu-row:last-child {
      border-bottom: none; }
  .panel-menu .panel-menu-link, .panel-menu .panel-menu-icon {
    padding: 5px 10px; }
  .panel-menu .panel-menu-link {
    display: inline-block;
    border-right: solid 1px white; }
    .panel-menu .panel-menu-link:last-child {
      border: none; }
  .panel-menu .dropdown-menu {
    text-align: left; }

.panel-highlight {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #52a8ec; }

.panel-hover-highlight {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025), 0 0 1px rgba(82, 168, 236, 0.5); }

.on-drag-hover .panel-container {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #52a8ec; }

.panel-drop-zone {
  display: none; }
  .panel-drop-zone .panel-container {
    border: solid 1px #f4f5f8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    color: #D8D9DA;
    font-weight: bold;
    background: repeating-linear-gradient(-128deg, #fff, #fff 10px, #f4f5f8 10px, #f4f5f8 20px); }

.panel-in-fullscreen .panel-drop-zone {
  display: none !important; }

.panel-time-info {
  font-weight: bold;
  float: right;
  margin-right: 15px;
  color: #2AB2E4;
  font-size: 85%;
  position: absolute;
  top: 0;
  right: 0; }

.resize-panel-handle {
  cursor: nwse-resize;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  display: block;
  color: #D8D9DA;
  overflow: hidden; }
  .resize-panel-handle:before {
    left: initial;
    right: -5px;
    bottom: 0px;
    position: absolute; }

.dashboard-header {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-align: center; }
  .dashboard-header span {
    display: inline-block;
    border-image: linear-gradient(to right, #ffd500 0%, #ff4400 99%, #ff4400 100%);
    border-image-slice: 1;
    border-style: solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom-width: 1px;
    padding: 0.5rem .5rem .2rem .5rem; }

.playlist-description {
  width: 555px;
  margin-bottom: 20px; }

.playlist-search-container {
  z-index: 1000;
  position: relative;
  width: 700px;
  box-shadow: 0px 0px 55px 0px black;
  background-color: #fbfbfb; }
  .playlist-search-container .label-tag {
    margin-left: 6px;
    font-size: 11px;
    padding: 2px 6px; }

.playlist-search-switches {
  position: absolute;
  top: 8px;
  right: 11px; }

.playlist-search-containerwrapper {
  margin-bottom: 15px; }

.playlist-search-field-wrapper input {
  width: 100%;
  padding: 8px 8px;
  height: 100%;
  box-sizing: border-box; }

.playlist-search-field-wrapper button {
  margin: 0 4px 0 0; }

.playlist-search-field-wrapper > span {
  display: block;
  overflow: hidden; }

.playlist-search-results-container {
  min-height: 100px;
  overflow: auto;
  display: block;
  line-height: 28px; }
  .playlist-search-results-container .search-item:hover, .playlist-search-results-container .search-item.selected {
    background-color: #ECECEC; }
  .playlist-search-results-container .selected .search-result-tag {
    opacity: 0.70;
    color: white; }
  .playlist-search-results-container .fa-star, .playlist-search-results-container .fa-star-o {
    padding-left: 13px; }
  .playlist-search-results-container .fa-star {
    color: #Ff7941; }
  .playlist-search-results-container .search-result-link {
    color: #555555; }
    .playlist-search-results-container .search-result-link .fa, .playlist-search-results-container .search-result-link .glyphicon-chevron-right, .playlist-search-results-container .search-result-link .glyphicon-chevron-left {
      padding-right: 10px; }
  .playlist-search-results-container .search-item {
    display: block;
    padding: 3px 10px;
    white-space: nowrap;
    background-color: #f4f5f8;
    margin-bottom: 4px; }
    .playlist-search-results-container .search-item .search-result-icon:before {
      content: "\f009"; }
    .playlist-search-results-container .search-item.search-item-dash-home .search-result-icon:before {
      content: "\f015"; }
  .playlist-search-results-container .search-result-tags {
    float: right; }
  .playlist-search-results-container .search-result-actions {
    float: right;
    padding-left: 20px; }

.playlist-available-list td {
  line-height: 2rem;
  white-space: nowrap; }

.playlist-available-list .add-dashboard {
  text-align: center; }

.playlist-available-list .fa-star {
  color: #Ff7941; }

.playlist-column-header {
  border-bottom: thin solid #555555;
  padding-bottom: 3px;
  margin-bottom: 15px; }

.selected-playlistitem-settings {
  text-align: right; }

.admin-settings-section {
  color: #2AB2E4;
  font-weight: bold; }

td.admin-settings-key {
  padding-left: 20px; }

.alert-state-paused,
.alert-state-pending {
  color: #b3b3b3; }

.alert-state-ok {
  color: #01A64F; }

.alert-state-warning {
  color: #F79520; }

.alert-state-critical {
  color: #EC2128; }

.alert-notify-emails {
  width: 400px;
  border-right: 1px solid #000; }

.alert-notify-emails .bootstrap-tagsinput {
  width: 394px; }

.alert-notify-emails .bootstrap-tagsinput input {
  border: 0; }

.alert-list-item-state {
  font-weight: bold; }
  .alert-list-item-state .icon-gf, .alert-list-item-state .fa, .alert-list-item-state .glyphicon-chevron-right, .alert-list-item-state .glyphicon-chevron-left {
    font-size: 120%;
    position: relative;
    top: 2px; }

.panel-has-alert .panel-alert-icon:before {
  content: "\e611";
  position: relative;
  top: 1px;
  left: -3px; }

.panel-alert-state--alerting {
  animation: alerting-panel 1.6s cubic-bezier(1, 0.1, 0.73, 1) 0s infinite alternate;
  box-shadow: 0 0 10px rgba(236, 33, 40, 0.5);
  opacity: 1; }
  .panel-alert-state--alerting .panel-alert-icon:before {
    color: #EC2128;
    content: "\e610"; }

.panel-alert-state--ok .panel-alert-icon:before {
  color: #01A64F;
  content: "\e611"; }

@keyframes alerting-panel {
  100% {
    box-shadow: 0 0 15px #EC2128; } }

.plugin-header {
  padding: 1rem 0 0.5rem 0;
  margin-bottom: 2rem; }
  .plugin-header::after {
    content: "";
    display: table;
    clear: both; }

.plugin-header-logo {
  float: left;
  width: 7rem;
  margin-right: 1rem; }
  .plugin-header-logo img {
    width: 7rem; }

.plugin-header-info-block {
  float: left; }

.plugin-header-stamps-type {
  color: #a2a2a2;
  text-transform: uppercase; }

.plugin-info-list-item {
  white-space: nowrap;
  max-width: 11rem;
  text-overflow: ellipsis;
  overflow: hidden; }
  .plugin-info-list-item img {
    width: 16px; }

.plugin-markdown-readme img {
  max-width: 100%; }

.plugin-markdown-readme ul {
  padding-left: 1.5rem;
  margin-bottom: 2rem; }

.plugin-markdown-readme table td, .plugin-markdown-readme table th {
  padding: 0.5rem 1rem; }

.plugin-markdown-readme table th {
  font-weight: normal;
  background: #ECECEC; }

.plugin-markdown-readme table, .plugin-markdown-readme th, .plugin-markdown-readme td {
  border: 1px solid #b3b3b3;
  border-collapse: collapse; }

.get-more-plugins-link {
  color: #b3b3b3;
  font-size: 0.875rem;
  padding-right: 7rem;
  background: url(../img/grafana_net_logo.svg);
  background-size: 6.5rem 3rem;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  top: 1.2rem; }
  .get-more-plugins-link:hover {
    color: #222222; }

@media (max-width: 767px) {
  .get-more-plugins-link {
    display: none; } }

.signup-page-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url(/img/background_tease.jpg); }
  .signup-page-container .signup-logo-container {
    width: 150px;
    margin: 0 auto;
    padding: 80px 0; }

.style-guide-color-card {
  list-style: none;
  margin: 0;
  padding: 1rem;
  width: 100%;
  text-align: left;
  text-shadow: 0 0 8px #fff;
  color: #000;
  font-size: 0.875rem; }

.color-card-body-bg {
  background-color: #fff; }

.color-card-page-bg {
  background-color: #fff; }

.color-card-gray {
  background-color: #555555; }

.style-guide-button-list {
  padding: 1rem; }
  .style-guide-button-list button {
    display: block;
    margin: 0 1rem 1rem 0; }

.dashnav-back-to-dashboard {
  display: none; }

@media (max-width: 767px) {
  div.panel {
    width: 100% !important;
    padding: 0px !important; }
  .panel-margin {
    margin-right: 0;
    margin-left: 0; }
  body {
    padding: 0; }
  .page-dashboard .navbar-page-btn {
    max-width: 200px; }
  .gf-timepicker-nav-btn {
    max-width: 120px; }
  .dashnav-zoom-out,
  .dashnav-move-timeframe,
  .dashnav-action-icons {
    display: none; }
  .page-container {
    padding: 1rem 2rem; }
  .dash-row-menu-container {
    display: none; } }

@media (max-width: 543px) {
  .page-dashboard .navbar-page-btn {
    max-width: 150px; } }

@media (min-width: 768px) {
  .page-dashboard .navbar-page-btn {
    max-width: 180px; }
  .gf-timepicker-nav-btn {
    max-width: 120px; }
  .dashnav-move-timeframe {
    display: none; }
  .panel-in-fullscreen .dashnav-action-icons {
    display: none; }
  .panel-in-fullscreen .dashnav-back-to-dashboard {
    display: block; } }

@media (min-width: 992px) {
  .page-dashboard .navbar-page-btn {
    max-width: 290px; }
  .gf-timepicker-nav-btn {
    max-width: 240px; }
  .dashnav-zoom-out {
    display: block; }
  .dashnav-move-timeframe {
    display: block; } }

@media (min-width: 1200px) {
  .panel-in-fullscreen .dashnav-action-icons {
    display: block; }
  .page-dashboard .navbar-page-btn {
    max-width: none; }
  .gf-timepicker-nav-btn {
    max-width: none; } }

.hide-controls .add-row-panel-hint,
.hide-controls .dash-row-menu-container {
  display: none; }

.hide-controls .resize-panel-handle,
.hide-controls .panel-drop-zone {
  visibility: hidden; }

.page-kiosk-mode .add-row-panel-hint,
.page-kiosk-mode .dash-row-menu-container {
  display: none; }

.page-kiosk-mode .resize-panel-handle,
.page-kiosk-mode .panel-drop-zone {
  visibility: hidden; }

.page-kiosk-mode dashnav {
  display: none; }

.playlist-active .add-row-panel-hint,
.playlist-active .dash-row-menu-container,
.playlist-active .resize-panel-handle,
.playlist-active .panel-drop-zone .dashnav-refresh-action,
.playlist-active .dashnav-zoom-out,
.playlist-active .dashnav-action-icons,
.playlist-active .dashnav-move-timeframe,
.user-activity-low .add-row-panel-hint,
.user-activity-low .dash-row-menu-container,
.user-activity-low .resize-panel-handle,
.user-activity-low .panel-drop-zone .dashnav-refresh-action,
.user-activity-low .dashnav-zoom-out,
.user-activity-low .dashnav-action-icons,
.user-activity-low .dashnav-move-timeframe {
  opacity: 0;
  transition: all 1.5s ease-in-out 1s; }

.playlist-active .navbar-brand-btn,
.playlist-active .navbar-inner,
.user-activity-low .navbar-brand-btn,
.user-activity-low .navbar-inner {
  border-color: transparent;
  background: transparent;
  transition: all 1.5s ease-in-out 1s; }
  .playlist-active .navbar-brand-btn .fa, .playlist-active .navbar-brand-btn .glyphicon-chevron-right, .playlist-active .navbar-brand-btn .glyphicon-chevron-left,
  .playlist-active .navbar-inner .fa,
  .playlist-active .navbar-inner .glyphicon-chevron-right,
  .playlist-active .navbar-inner .glyphicon-chevron-left,
  .user-activity-low .navbar-brand-btn .fa,
  .user-activity-low .navbar-brand-btn .glyphicon-chevron-right,
  .user-activity-low .navbar-brand-btn .glyphicon-chevron-left,
  .user-activity-low .navbar-inner .fa,
  .user-activity-low .navbar-inner .glyphicon-chevron-right,
  .user-activity-low .navbar-inner .glyphicon-chevron-left {
    opacity: 0;
    transition: all 1.5s ease-in-out 1s; }

.playlist-active .navbar-page-btn,
.user-activity-low .navbar-page-btn {
  border-color: transparent;
  background: transparent;
  transform: translate3d(-50px, 0, 0);
  transition: all 1.5s ease-in-out 1s; }
  .playlist-active .navbar-page-btn .icon-gf,
  .user-activity-low .navbar-page-btn .icon-gf {
    opacity: 0;
    transition: all 1.5s ease-in-out 1s; }

.playlist-active .gf-timepicker-nav-btn,
.user-activity-low .gf-timepicker-nav-btn {
  transform: translate3d(40px, 0, 0);
  transition: transform 1.5s ease-in-out 1s; }

.playlist-active .dash-playlist-actions .fa, .playlist-active .dash-playlist-actions .glyphicon-chevron-right, .playlist-active .dash-playlist-actions .glyphicon-chevron-left {
  opacity: 1;
  color: #D8D9DA !important; }

/*# sourceMappingURL=grafana.light.min.css.map */