@import '../../../assets/library/bootstrap/css/bootstrap.min.css';
@import '../../../assets/library/icons/fontawesome/assets/css/font-awesome.min.css';
@import '../../../assets/library/icons/glyphicons/assets/css/glyphicons_regular.css';
@import '../../../assets/library/icons/glyphicons/assets/css/glyphicons_social.css';
@import '../../../assets/library/icons/glyphicons/assets/css/glyphicons_filetypes.css';
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* --- LOADING [css.bootstrap.min] from assets/library/bootstrap/css/bootstrap.min.css */
/* --- LOADING [css.font-awesome.min] from assets/library/icons/fontawesome/assets/css/font-awesome.min.css */
/* --- LOADING [css.glyphicons_regular] from assets/library/icons/glyphicons/assets/css/glyphicons_regular.css */
/* --- LOADING [css.glyphicons_social] from assets/library/icons/glyphicons/assets/css/glyphicons_social.css */
/* --- LOADING [css.glyphicons_filetypes] from assets/library/icons/glyphicons/assets/css/glyphicons_filetypes.css */
/* --- LOADING [less.variables] from assets/components/core/variables.less */
/* --- LOADING [less.mixins] from assets/components/core/mixins.less */
/* --- LOADING [less.scaffolding] from assets/components/core/scaffolding.less */
html {
  -webkit-font-smoothing: antialiased !important;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #eaeaea;
  font-size: 14px;
  color: #525252;
  position: relative;
  height: 100%;
}
*,
a:focus {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
a:hover {
  color: #333333;
}
a:hover,
a:hover .text-underline {
  text-decoration: none;
}
a {
  color: #4193d0;
  outline: 0 !important;
}
a.text-inverse {
  color: #424242;
  outline: 0 !important;
}
a.text-inverse:hover {
  color: #eb6a5a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0 0 5px;
  font-weight: 700;
  color: #4d4d4d;
}
h1.glyphicons,
h2.glyphicons,
h3.glyphicons,
h4.glyphicons,
h5.glyphicons,
h6.glyphicons {
  color: #424242;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #858585;
  font-weight: 300;
  /*padding: 0 5px;*/
  /*font-style: italic;*/
}
h4,
.h4 {
  font-size: 17px;
}
h1 span,
h2 span,
h3 span {
  font-size: 50%;
  text-transform: none;
  padding: 0;
  position: relative;
  top: -3px;
  font-weight: 300;
}
h1 {
  line-height: 40px;
  font-weight: 300;
}
h2,
h3 {
  line-height: 34px;
}
h2 {
  font-size: 26px;
}
.text-muted {
  color: #cacaca;
}
.header-line {
  margin: 20px -15px 20px -15px;
}
.thumbnail {
  margin: 0;
}
.heading-buttons h1,
.heading-buttons h2,
.heading-buttons h3,
.heading-buttons h4,
.heading-buttons h5,
.heading-buttons h6 {
  display: inline-block;
  margin: 0 10px;
}
.heading-buttons h1.glyphicons,
.heading-buttons h2.glyphicons,
.heading-buttons h3.glyphicons,
.heading-buttons h4.glyphicons,
.heading-buttons h5.glyphicons,
.heading-buttons h6.glyphicons {
  display: inline-block;
}
.heading-buttons .buttons {
  margin-top: 5px;
  margin-right: 10px;
  text-align: right;
}
.heading-buttons .btn + .btn {
  margin-left: 10px;
}
.heading-buttons > .btn-group-xs,
.heading-buttons > .btn-xs,
.heading-buttons > .dropdown {
  margin-top: 8px;
}
.heading-buttons > .btn-group-sm,
.heading-buttons > .btn-sm {
  margin-top: 4px;
}
p {
  margin: 0 0 10px;
  line-height: normal;
}
.lead {
  margin: 0 0 10px;
}
img {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 1px;
  border: 1px solid #efefef;
}
.img-clean,
.img-clean:hover {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  padding: 0;
}
.ie .img-responsive {
  max-width: 100%;
  height: auto;
  width: auto;
}
ul.fa-ul {
  line-height: 20px;
}
ul.fa-ul .fa-li {
  top: 4px;
}
ul.icons {
  text-align: left;
  padding: 0;
}
ul.icons li {
  display: block;
  padding: 0 0 0 25px;
  line-height: 22px;
  color: #525252;
}
ul.icons li i:before {
  color: #525252;
  font-size: 17px;
  left: 0;
  top: 4px;
}
ul.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list-unstyled .list-unstyled {
  padding-left: 40px;
}
ul.friends-list li a {
  display: block;
  font-weight: 300;
  color: #424242;
  padding: 10px;
}
ul.friends-list li a.glyphicons {
  padding-left: 40px;
}
ul.friends-list li a.glyphicons i:before {
  top: 8px;
  left: 10px;
  color: #ccc;
  border: 1px solid #ccc;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  font-size: 16px;
  padding: 2px;
}
ul.friends-list li a img {
  width: 35px;
}
ul.friends-list li:hover {
  background-color: #efefef;
}
ul.friends-list li:data-content {
  width: 100px;
}
ul.friends-list li.active {
  background-color: #efefef;
}
ul.friends-list li.active a.glyphicons i:before {
  color: #eb6a5a;
  border: 1px solid #eb6a5a;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
pre.prettyprint {
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee));
  background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%);
  -moz-background-size: 38px 38px;
  background-size: 38px 38px;
  border: 1px solid #ebebeb;
  display: block;
  line-height: 19px;
  margin-bottom: 10px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
pre.prettyprint .glyphicons {
  padding: 0 0 0 20px;
}
pre.prettyprint .glyphicons i:before {
  font-size: 17px;
  top: 1px;
}
blockquote p {
  font-size: 12px;
}
.separator {
  padding: 10px 0 3px 0;
  display: block;
}
.separator.primary {
  padding: 0;
  border-top: 2px solid #eb6a5a;
}
.separator.bottom {
  padding: 0 0 10px;
}
.separator.top {
  padding: 10px 0 0;
}
hr {
  border-top-color: #efefef;
  border-bottom: none;
  margin: 0;
}
hr.separator {
  padding: 0;
}
hr.separator.top {
  margin: 5px 0 0;
}
hr.separator.bottom {
  margin: 0 0 5px;
}
@media print {
  html,
  body {
    height: auto !important;
    min-height: none !important;
  }
  @page {
    size: auto;
    margin: 10mm 10mm 10mm 10mm;
  }
  #wrapper {
    overflow-y: hidden !important;
  }
  #content {
    margin: 0 !important;
    padding: 0 !important;
    overflow: none;
  }
  .breadcrumb,
  #tlyPageGuideWrapper,
  .filter-bar {
    display: none !important;
  }
  .table td,
  .table th {
    vertical-align: middle;
  }
  .table th {
    padding: 3px;
    text-align: center;
  }
  .table img {
    float: left;
  }
}
.map_canvas img {
  max-width: none !important;
}
.streetview {
  width: 100%;
  height: 300px;
}
.ui-dialog-vevent .dtstart {
  display: none;
}
.ui-dialog-vevent .website {
  margin: 0 0 1em;
}
h1 [class*="icon-"],
h2 [class*="icon-"],
h3 [class*="icon-"],
h4 [class*="icon-"],
h5 [class*="icon-"],
h6 [class*="icon-"] {
  font-size: 80%;
  vertical-align: middle;
  margin-top: -3px;
}
/* --- LOADING [less.helpers] from assets/components/core/helpers.less */
.scripts-async .container-fluid {
  visibility: hidden;
}
.innerLR {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.innerTB {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.innerAll {
  padding: 10px;
  position: relative;
}
.innerL {
  padding-left: 10px;
  position: relative;
}
.innerR {
  padding-right: 10px;
  position: relative;
}
.innerT {
  padding-top: 10px;
  position: relative;
}
.innerB {
  padding-bottom: 10px;
  position: relative;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.center {
  text-align: center !important;
}
.margin-none {
  margin: 0 !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-left-none {
  margin-left: 0 !important;
}
.margin-right-none {
  margin-right: 0 !important;
}
.padding-none {
  padding: 0 !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.padding-left-none {
  padding-left: 0 !important;
}
.padding-right-none {
  padding-right: 0 !important;
}
.padding-none-TB {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.padding-none-LR {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.border-none {
  border: none !important;
}
.border-top-none {
  border-top: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border-left-none {
  border-left: none !important;
}
.border-right-none {
  border-right: none !important;
}
.box-shadow-none {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.bg-container {
  background: #eaeaea !important;
}
.bg-gray {
  background: #f9f9f9 !important;
}
.bg-gray-dark {
  background: #f2f2f2 !important;
}
.bg-none {
  background: none !important;
}
.bg-white {
  background: #fff !important;
}
.bg-success {
  background: #8bbf61 !important;
  color: #fff;
}
.bg-info {
  background: #4193d0 !important;
  color: #fff;
}
.bg-info-dark {
  background: #2c79b2 !important;
}
.bg-inverse {
  background: #424242 !important;
  color: #fff;
}
.bg-inverse-faded {
  background: rgba(66, 66, 66, 0.5) !important;
}
.bg-primary {
  background: #eb6a5a !important;
  color: #fff;
}
.bg-primary-light {
  background: #fdf2f0 !important;
}
.bg-primary-light *:not(.btn) {
  border-color: #f4b0a7 !important;
}
.bg-primary-light[class*="border-"],
.bg-primary-light.box-generic {
  border-color: #faddd9 !important;
}
.bg-primary-light .caret {
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  border-right-color: #f4b0a7 !important;
}
.bg-warning {
  background: #ab7a4b;
}
.bg-lightred {
  background: #E15258;
}
.bg-mustard {
  background: #D4D172;
}
.bg-purple {
  background: #9D8AC7;
}
.bg-gray-hover:hover {
  background: #f7f7f7;
}
.relativeWrap {
  position: relative;
}
.display-block {
  display: block !important;
}
.display-block-inline {
  display: inline-block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.text-white {
  color: #fff;
}
.text-info {
  color: #4193d0;
}
.text-primary {
  color: #eb6a5a !important;
}
.text-success {
  color: #8bbf61;
}
.text-regular {
  color: #444 !important;
}
.text-faded {
  color: #d7d7d7 !important;
}
.text-muted-dark {
  color: #a2a2a2;
}
.text-muted-darker {
  color: #898989;
}
.text-weight-regular {
  font-weight: normal !important;
}
.text-weight-normal {
  font-weight: 400;
}
.text-condensed {
  letter-spacing: -2px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-small {
  font-size: 12px;
}
.text-larger {
  font-size: 14px;
}
.text-medium {
  font-size: 30px;
  line-height: 30px;
}
.text-large {
  font-size: 35px !important;
  line-height: 40px !important;
}
.text-xlarge {
  font-size: 50px;
  line-height: 50px;
}
.text-xxlarge {
  font-size: 70px;
  line-height: 70px;
}
.text-underline {
  text-decoration: underline;
}
.inline-block {
  display: inline-block !important;
}
.overflow-y-auto {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.applyNiceScroll {
  overflow-y: auto;
}
.overflow-hidden {
  position: relative;
  overflow: hidden;
}
.containerBg {
  background: #eaeaea;
}
.whiteBg {
  background: #fff;
}
.hide2 {
  display: none;
}
.border-top {
  border-top: 1px solid #efefef;
}
.border-right {
  border-right: 1px solid #efefef;
}
.border-bottom {
  border-bottom: 1px solid #efefef !important;
}
.border-left {
  border-left: 1px solid #efefef;
}
.half.innerAll {
  padding: 5px !important;
}
.half.innerLR {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.half.innerTB {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.half.innerT {
  padding-top: 5px !important;
}
.half.innerB {
  padding-bottom: 5px !important;
}
.half.innerL {
  padding-left: 5px !important;
}
.half.innerR {
  padding-right: 5px !important;
}
.inner-2x.innerAll {
  padding: 20px !important;
}
.inner-2x.innerTB {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.inner-2x.innerLR {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.inner-2x.padding-bottom-none {
  padding-bottom: 0 !important;
}
.inner-2x.padding-right-none {
  padding-right: 0 !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x {
  overflow-x: auto;
}
.unscrollable {
  overflow: hidden !important;
}
.fixed-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.height-auto {
  height: auto !important;
}
div.row,
ul.row {
  margin: 0 -5px;
}
.row-merge {
  margin: 0 !important;
}
div[class*="col-xs-"],
div[class*="col-sm-"],
div[class*="col-md-"],
div[class*="col-lg-"],
li[class*="col-xs-"],
li[class*="col-sm-"],
li[class*="col-md-"],
li[class*="col-lg-"] {
  padding: 0 5px;
}
.widget .row-merge {
  margin: 0;
}
.row-merge {
  position: relative;
}
.row-merge > [class*="col-"] {
  padding: 0;
}
.row-merge > [class*="col-"] ~ [class*="col-"] {
  position: static;
}
.row-merge > [class*="col-"] ~ [class*="col-"]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #efefef;
  content: "";
}
.row-merge.border-top,
.row-merge ~ .row-merge {
  border-top: 1px solid #efefef;
}
.row-merge.border-bottom {
  border-bottom: 1px solid #efefef;
}
.row-merge .fill-column:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: inherit;
  background: #f4f4f4;
  content: "";
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"] {
    position: relative;
  }
  .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"]:after {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    background: #efefef;
    content: "";
  }
}
.row-icons {
  padding: 10px 0;
  margin: 0;
}
.row-icons [class*="col"] {
  margin-bottom: 10px;
  padding: 0;
}
.row-icons [class*="col"] a {
  line-height: 24px;
  display: inline-block;
  color: #1d1d1b;
}
.row-icons [class*="col"][class*="glyphicons"] {
  padding-left: 50px;
}
.row-icons [class*="col"][class*="glyphicons"] i:before {
  left: 10px;
  top: 10px;
}
.row-icons [class*="col"] i.fa {
  vertical-align: middle;
  margin: 0 10px;
}
.row-icons [class*="col"] i,
.row-icons [class*="col"] i:before {
  color: #eb6a5a;
  font-size: 24px;
}
.row-icons [class*="col"] span {
  padding-left: 5px;
}
.ui-tooltip {
  display: none !important;
}
.rounded-none {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.rounded-left {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.rounded-right {
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
.notebook {
  min-height: 60px;
  line-height: 30px;
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 5%) 0 0;
  background: linear-gradient(bottom, #f0f0f0 0%, #ffffff 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}
.notebook ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notebook ul li {
  line-height: 30px;
}
.bg-success .notebook {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #8bbf61 5%) 0 0;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #8bbf61 5%) 0 0;
  background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #8bbf61 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  color: #fff;
}
.bg-inverse .notebook {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #424242 5%) 0 0;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #424242 5%) 0 0;
  background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #424242 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  color: #fff;
}
.bg-primary .notebook {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #eb6a5a 5%) 0 0;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #eb6a5a 5%) 0 0;
  background: linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, #eb6a5a 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  color: #fff;
}
.bg-gray .notebook {
  background: -webkit-linear-gradient(bottom, #f0f0f0 0%, #f9f9f9 5%) 0 0;
  background: -moz-linear-gradient(bottom, #f0f0f0 0%, #f9f9f9 5%) 0 0;
  background: linear-gradient(bottom, #f0f0f0 0%, #f9f9f9 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}
/* --- LOADING [less.flotcharts] from assets/components/charts_flot/flotcharts.less */
#flotTip {
  background: #f9f9f9;
  border: 1px solid #efefef;
  padding: 5px 10px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-size: 12px;
  font-weight: bold;
}
.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child {
  display: none;
}
.tickLabel {
  font-weight: bold;
  font-size: 12px;
  color: #666;
  padding: 7px;
}
.flotchart-holder {
  margin: 30px 0 10px;
  height: 200px;
  padding: 0;
}
.flotchart-holder .label {
  padding: 5px 10px;
}
#chart_lines_fill_nopoints_2 {
  height: 160px;
}
.legend table {
  top: -30px !important;
  left: 0 !important;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-collapse: separate;
}
.legend table tr td {
  padding: 5px;
  background: #f9f9f9;
  border: 1px solid #efefef;
  border-left: none;
  border-right: none;
}
.legend table tr td.legendLabel {
  padding-left: 0;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.legend table tr td.legendColorBox > div {
  border: none !important;
}
.legend table tr td.legendColorBox > div > div {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.legend table tr td:first-of-type {
  padding-left: 10px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #efefef;
}
.legend table tr td:last-of-type {
  padding-right: 10px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #efefef;
}
/* --- LOADING [less.labels] from assets/components/ui_labels/labels.less */
.label {
  display: inline-block;
}
.label.label-stroke {
  background: none;
  color: #999;
  border: 1px solid #999;
}
.label.label-primary {
  background: #eb6a5a;
  color: #fff;
}
.label.label-primary.label-stroke {
  background: none;
  color: #eb6a5a;
  border: 1px solid #eb6a5a;
}
.label.label-info {
  background: #4193d0;
}
.label.label-info.label-stroke {
  background: none;
  color: #4193d0;
  border: 1px solid #4193d0;
}
.label.label-warning {
  background: #ab7a4b;
}
.label.label-warning.label-stroke {
  background: none;
  color: #ab7a4b;
  border: 1px solid #ab7a4b;
}
.label.label-danger {
  background: #bd362f;
}
.label.label-danger.label-stroke {
  background: none;
  color: #bd362f;
  border: 1px solid #bd362f;
}
.label.label-inverse {
  background: #424242;
}
.label.label-inverse.label-stroke {
  background: none;
  color: #424242;
  border: 1px solid #424242;
}
.label.label-success {
  background: #8bbf61;
}
.label.label-success.label-stroke {
  background: none;
  color: #8bbf61;
  border: 1px solid #8bbf61;
}
.label.label-block {
  display: block;
}
.badge {
  border: 1px solid #fff;
}
.badge.badge-stroke {
  background: none;
  color: #999;
  border: 1px solid #999;
}
.badge.badge-primary {
  background: #eb6a5a;
  color: #fff;
}
.badge.badge-primary.badge-stroke {
  background: none;
  color: #eb6a5a;
  border: 1px solid #eb6a5a;
}
.badge.badge-warning {
  background: #ab7a4b;
}
.badge.badge-warning.badge-stroke {
  background: none;
  color: #ab7a4b;
  border: 1px solid #ab7a4b;
}
.badge.badge-danger {
  background: #bd362f;
}
.badge.badge-danger.badge-stroke {
  background: none;
  color: #bd362f;
  border: 1px solid #bd362f;
}
.badge.badge-success {
  background: #8bbf61;
}
.badge.badge-success.badge-stroke {
  background: none;
  color: #8bbf61;
  border: 1px solid #8bbf61;
}
.badge.badge-inverse {
  background: #424242;
}
.badge.badge-inverse.badge-stroke {
  background: none;
  color: #424242;
  border: 1px solid #424242;
}
.badge.badge-info {
  background: #4193d0;
}
.badge.badge-info.badge-stroke {
  background: none;
  color: #4193d0;
  border: 1px solid #4193d0;
}
.badge.badge-white {
  background: #fff;
  color: #797979;
  border: 1px solid #ccc;
}
.badge.badge-block {
  display: block;
}
.widget-tabs .widget-head li > a > .badge {
  padding: 2px 5px;
  margin-left: 3px;
}
/* --- LOADING [less.tooltips] from assets/components/ui_tooltips/tooltips.less */
.tooltip-inner {
  background: #272a2c;
  color: #bab9b9;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #272a2c;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #272a2c;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #272a2c;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #272a2c;
}
.tooltip.left {
  margin-left: -13px;
}
#flotTip {
  white-space: nowrap;
  border: 1px solid #eb6a5a;
  padding: 3px 8px;
  background: #eb6a5a;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 100;
  color: #fff;
}