/*Override with this theme variables*/
/*Use default bootstrap vars*/
/*Theme Overrides*/
/*Change media breakpoints to adapt for mobile portrait devices*/
/*@screen-xs: 480px;
@screen-sm: 768px;
@screen-md: 992px;
@screen-lg: 1200px;*/
/*rzSlider*/
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background-color: white;
}
h1 {
  font-size: 60px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
}
h2 {
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
}
h3 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.no-min-height {
  min-height: 0;
}
.wordwrap {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
}
.default-cursor {
  cursor: default;
}
/* HEADER */
a.header-contact-number {
  text-shadow: 0 12px 24px rgba(0, 168, 158, 0.4);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #007373 !important;
  text-decoration: none;
}
a.header-login-link {
  padding: 15px;
  text-shadow: 0 12px 24px rgba(240, 90, 34, 0.4);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f05a22 !important;
  text-decoration: none;
}
.secondary-logo img {
  max-height: 26px;
  max-width: 180px;
  margin-top: -10px;
  margin-left: 40px;
  -webkit-filter: grayscale(30%) opacity(50%);
  -moz-filter: grayscale(30%) opacity(50%);
  filter: grayscale(30%) opacity(50%);
  opacity: 0.5;
  transition: all 0.5s ease;
}
.secondary-logo img:hover {
  -webkit-filter: grayscale(0%) opacity(100%);
  -moz-filter: grayscale(0%) opacity(100%);
  filter: grayscale(0%) opacity(100%);
  opacity: 1;
}
/*   NavBar   */
.navbar {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
.navbar-brand {
  padding: 0 !important;
  min-height: 80px;
}
.navbar-default .LoginLink,
.navbar-default .navbar-nav > li > div > ul > li > a {
  color: #384142;
}
.navbar-default .navbar-nav > li > div > a:hover,
.navbar-default .navbar-nav > li > div > a:focus,
.navbar-default .navbar-nav > li > div > ul > li > a:hover,
.navbar-default .navbar-nav > li > div > ul > li > a:focus {
  color: #f05a22;
  background-color: transparent;
}
.site-navigation {
  text-align: center;
  border-top: 1px solid #efefef;
}
.site-navigation ul.navbar-nav > li {
  margin-bottom: -1px;
}
.site-navigation ul.navbar-nav > li > a {
  border-bottom: 4px solid transparent;
  display: block;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  color: #596669;
  text-decoration: none;
  transition: color .35s;
  text-transform: uppercase;
  background-color: transparent;
  margin: 3px 5px 0 5px;
}
.site-navigation ul.navbar-nav > li > a:hover,
.site-navigation ul.navbar-nav > li.active > a {
  border-bottom: 4px solid #f05a22;
  color: #f05a22 !important;
  font-weight: 600;
  background-color: transparent !important;
  z-index: 50;
}
.container-fluid .navbar-left {
  margin: 35px 0 0 50px;
  position: absolute;
}
.container-fluid .navbar-right {
  position: absolute;
  right: 0;
  margin: 35px 50px 0 0;
}
/* SECTION */
.section {
  padding: 60px 60px;
}
.section.green {
  background-color: #0e7372;
  color: #fff;
}
.section.light-gray {
  background-color: #fafafa;
}
.section.dark-blue {
  background-color: #214355;
  color: #ffffff;
}
.section h2 {
  margin-bottom: 30px;
}
.section .subtitle {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}
/* BANNER; CAROUSEL; JUMBOTRON */
.jumbotron {
  /*linear-gradient: rgba(20, 20, 20, .5), rgba(20, 20, 20, .5);*/
  /*background-attachment: fixed;
    background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1f282d;
  min-height: 400px;
  position: relative;
  color: #fff;
  margin-bottom: 0px;
}
.jumbotron h1 {
  z-index: 10;
  position: relative;
}
.jumbotron p {
  font-size: 23px;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.carousel-indicators .active {
  margin: 0px 8px;
  width: 35px;
  height: 7px;
  background-color: #f05a22;
}
.carousel-indicators li {
  display: inline-block;
  width: 35px;
  height: 7px;
  margin: 0px 8px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
.carousel-caption-custom {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 70px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.slide-in {
  will-change: transform;
  opacity: 0;
  transform: translateY(30%);
  transition: transform 1850ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1850ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slide-in.visible {
  transform: translateY(0);
  opacity: 1;
}
/* INDICATOR SECTION */
.indicator .header {
  font-weight: bold;
  font-size: 35px;
}
.indicator .separator {
  border-bottom: 4px solid #f05a22;
  width: 15%;
  margin-bottom: 10px;
}
.indicator .content {
  font-size: 14px;
}
/* TESTIMONY */
.card.testimony-item {
  background-color: inherit;
  border: none;
  box-shadow: none;
}
.carousel-indicators.testimony {
  bottom: 0;
  position: relative;
  left: 0;
  width: 100%;
  margin-left: 0;
}
.card.testimony-item .card-title {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #ffffff;
}
.card.testimony-item .card-text {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}
.card-person {
  display: table;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.card-person > div {
  display: table-cell;
  vertical-align: top;
}
.card-person .picture {
  padding: 5px 10px 0 0;
}
/* CARD ACTION */
.card-action {
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 2px;
  box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 378px;
}
.card-action .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right;
}
.card-action .content {
  position: absolute;
  z-index: 10;
}
.card-action .title {
  font-size: 30px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384142;
  width: 65%;
  text-align: left;
  padding: 35px;
}
.card-action .buttons {
  padding: 35px;
}
.card-action .buttons div {
  padding-top: 20px;
}
/* CARD ITEM */
.card-item {
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  color: #384142;
  padding: 30px;
}
.card-item .icon img {
  max-height: 54px;
}
.card-item .title {
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  margin: 20px 0;
}
.card-item .body {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}
/* PARTNERS SECTION*/
.partner-logo {
  padding: 30px 30px;
}
.partner-logo img {
  -webkit-filter: grayscale(100%) opacity(50%);
  -moz-filter: grayscale(100%) opacity(50%);
  filter: grayscale(100%) opacity(50%);
  opacity: 0.5;
  transition: all 0.5s ease;
}
.partner-logo img:hover {
  -webkit-filter: grayscale(0%) opacity(100%);
  -moz-filter: grayscale(0%) opacity(100%);
  filter: grayscale(0%) opacity(100%);
  opacity: 1;
}
/* FORMS; BUTTONS */
.form-control {
  border-radius: 30px;
}
.btn {
  border-radius: 30px;
}
.btn-toolbar .btn {
  border-radius: 0px;
}
.btn-primary-orange,
.btn-primary-green {
  color: white !important;
  border: none;
  padding: 17px 20px;
  min-width: 180px;
  font-size: 15px;
  font-weight: 600;
}
.btn-primary-orange {
  background-image: linear-gradient(110deg, #f99347, #f05a22);
}
.btn-primary-green {
  background-image: linear-gradient(109deg, #00a89e, #007373);
}
.btn-primary-orange-outline {
  border: 2px solid #f05a22;
  padding: 17px 20px;
  color: #F05A23 !important;
  font-size: 15px;
  font-weight: 600;
  min-width: 180px;
}
.btn-primary-green-outline {
  border: 2px solid #007373;
  padding: 17px 20px;
  color: #007373 !important;
  font-size: 15px;
  font-weight: 600;
  min-width: 180px;
}
.btn-primary-green-shopping-cart {
  width: 189px;
  border-radius: 0px;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  padding: 12px 20px;
  opacity: 0.85;
  display: table;
}
.btn-primary-green-shopping-cart .icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
}
.btn-primary-green-shopping-cart .text {
  text-align: left;
  margin-left: 15px;
  font-size: 14px;
  letter-spacing: -0.6px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}
@media screen and (min-width: 480px) {
  .container .jumbotron,
  .container-fluid .jumbotron {
    /*padding-left: 120px;*/
    /*padding-right: 60px;*/
  }
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding: 45px 0;
  }
}
@media screen and (min-width: 800px) {
  .jumbotron {
    padding: 65px 0;
    min-height: 300px;
  }
}
/*Audo show menu dropdowns on hover*/
@media (min-width: 480px) {
  .navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: block !important;
  }
}
/* Login and Register */
.navbar-userinfo {
  height: 25px;
  /*  Messages and Notifications  */
}
.navbar-userinfo li {
  float: left;
}
.navbar-userinfo li > a {
  height: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.navbar-userinfo .registerGroup *,
.navbar-userinfo .loginGroup * {
  display: inline;
}
.navbar-userinfo .registerGroup,
.navbar-userinfo .loginGroup {
  display: inline;
}
.navbar-userinfo .registerGroup a,
.navbar-userinfo .loginGroup a {
  display: block;
  position: relative;
  height: 25px;
  min-width: 12px;
  padding: 3px 15px 0 15px;
  vertical-align: middle;
}
.navbar-userinfo .registerGroup a:hover,
.navbar-userinfo .loginGroup a:hover {
  text-decoration: none;
}
.navbar-userinfo .registerGroup a:active,
.navbar-userinfo .loginGroup a:active {
  text-shadow: 0 -1px 0 #ffffff;
}
.navbar-userinfo .registerGroup a strong,
.navbar-userinfo .loginGroup a strong {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
}
.navbar-userinfo .registerGroup {
  /*  Profile Image  */
}
.navbar-userinfo .registerGroup li {
  float: left;
}
.navbar-userinfo .registerGroup li:first-child:hover {
  border-left: #222;
}
.navbar-userinfo .registerGroup .buttonGroup {
  margin-right: 0;
  display: inline !important;
}
.navbar-userinfo .registerGroup a span {
  display: inline-block;
  min-width: 7px;
  margin-right: 3px;
  text-align: center;
}
.navbar-userinfo .registerGroup a img {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.navbar-userinfo .registerGroup .userProfileImg a {
  min-width: 25px;
  min-height: 25px;
  padding: 0;
}
.navbar-userinfo .userMessages a,
.navbar-userinfo .userNotifications a {
  background-color: transparent;
  /* Number of message next to the message icon*/
}
.navbar-userinfo .userMessages a span,
.navbar-userinfo .userNotifications a span {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  background-color: transparent;
}
.navbar-userinfo .userMessages strong {
  background: url('i/icon_message.png') no-repeat center center;
}
.navbar-userinfo .userMessages span {
  background: url('i/icon_message_active.png') no-repeat center center;
}
.navbar-userinfo .userNotifications strong {
  background: url('i/icon_notification.png') no-repeat center center;
}
.navbar-userinfo .userNotifications span {
  background: url('i/icon_notification_active.png') no-repeat center center;
}
.navbar-userinfo .userNotifications strong,
.navbar-userinfo .userMessages strong {
  height: 100%;
}
.navbar-userinfo .userNotifications span,
.navbar-userinfo .userMessages span {
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  z-index: 999;
}
/*  Search Box  */
.searchBox {
  padding: 15px 15px 0 15px;
  width: 240px;
}
.searchBox .searchText {
  color: #000;
  float: right;
}
.searchSkinObjectPreview_group {
  display: none;
}
.Normal {
  font-size: 14px;
  line-height: 1.428;
}
/*  Carousel  */
.carousel-inner > .active.left {
  float: none;
}
.carousel-caption h1 {
  color: #fff;
}
a.btn-info,
a.btn-info:visited,
a.btn-primary,
a.btn-primary:visited {
  color: #fff;
}
ul.dnnAdminTabNav {
  height: 40px;
  border-radius: 0 !important;
}
/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
  display: inline-block;
}
.dnnActions li {
  margin-right: 5px;
  list-style: none;
  float: left;
}
/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
  text-align: left;
  width: auto;
}
.dnnLabel + span {
  white-space: normal;
}
/* Addition to bootstrap menu styles */
/* Displace second and deeper level menus right from their parent.  */
.dropdown-menu .dropdown-menu {
  margin-left: 160px;
}
/* ADMIN */
#ControlBar,
#ControlBar:before,
#ControlBar:after,
#ControlBar *:before,
#ControlBar *:after,
#ControlBar li,
#ControlBar li:before,
#ControlBar li:after,
#ControlBar a,
#ControlBar a:before,
#ControlBar a:after,
.dnn_mact,
.dnn_mact:before,
.dnn_mact:after,
.dnn_mact *:before,
.dnn_mact *:after,
.dnn_mact li,
.dnn_mact li:before,
.dnn_mact li:after {
  -webkit-box-sizing: content-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box !important;
  /* Firefox, other Gecko */
  box-sizing: content-box !important;
  /* Opera/IE 8+ */
}
/* Content formatting */
#Content,
#TopContent {
  /*margin-top: 10px;*/
}
#FooterRow {
  color: #8e8e8e;
  background: #1f282d;
}
#FooterRow h2 {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
#FooterRow ul {
  list-style: none;
  margin: 0;
  line-height: 1.228;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#FooterRow li {
  color: #cecece;
}
#FooterRow table {
  color: #cecece;
}
#FooterRow table td {
  padding: 10px 0;
}
#FooterRow a,
#FooterRow a:visited {
  color: #cecece;
  text-decoration: none;
}
#FooterRow a:hover {
  color: #f05a22;
}
#FooterRow .fab {
  font-size: 20px;
  margin-left: 20px;
}
#FooterRow .fab:first-child {
  margin-left: 0;
}
#FooterRow .glyphicon {
  margin-right: 10px;
}
#FooterRow .logo-pane {
  padding: 60px 0px;
}
#FooterRow .logo-pane img {
  max-height: 40px;
  max-width: 200px;
}
#FooterRow .copyright {
  text-align: center;
  height: 80px;
  padding-top: 35px;
}
/*
 * blueimp Gallery CSS 2.11.1 https://github.com/blueimp/Gallery
 * Copyright 2013, Sebastian Tschan https://blueimp.net
 * Licensed under the MIT license: http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
/* fix for carousel for large resolution displays */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
  width: 100%;
}
/* fix for DNN dropdown lists being cut off*/
.dnnDropDownList .selected-item,
.dnnDropDownList .selected-item a {
  height: 35px !important;
}
/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark,
.dnnRadiobutton .mark {
  background: none;
}
/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac <rzajac@gmail.com>
 * (c) Valentin Hervieu <valentin@hervi.eu>
 * http://github.com/angular-slider/angularjs-slider
 *
 * Licensed under the MIT license
 */
.rzslider {
  display: inline-block;
  position: relative;
  height: 3px;
  width: 100%;
  margin: 20px 0 7px 0;
  vertical-align: middle;
  user-select: none;
}
.rzslider.with-legend {
  margin-bottom: 20px;
}
.rzslider[disabled] {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-selection {
  background: #eeeeee;
}
.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-tick.rz-selected {
  background: #eeeeee;
}
.rzslider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}
.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider .rz-bar-wrapper {
  left: 0;
  box-sizing: border-box;
  margin-top: -12px;
  padding-top: 12px;
  width: 100%;
  height: 24px;
  z-index: 1;
}
.rzslider .rz-draggable {
  cursor: move;
}
.rzslider .rz-bar {
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1;
  background: #eeeeee;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
}
.rzslider .rz-selection {
  z-index: 2;
  background: #337ab7;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
}
.rzslider .rz-pointer {
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: -10.5px;
  background-color: #337ab7;
  z-index: 3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /*-webkit-transition: all linear 0.15s;
        -moz-transition: all linear 0.15s;
        -o-transition: all linear 0.15s;
        transition: all linear 0.15s;*/
}
.rzslider .rz-pointer:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.rzslider .rz-pointer:hover:after {
  background-color: #eeeeee;
}
.rzslider .rz-pointer.rz-active {
  z-index: 4;
}
.rzslider .rz-pointer.rz-active:after {
  background-color: #23527c;
}
.rzslider .rz-bubble {
  cursor: default;
  bottom: 10.5px;
  padding: 1px 3px;
  color: #333333;
}
.rzslider .rz-bubble.rz-limit {
  color: #333333;
}
.rzslider .rz-ticks {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: -3.5px;
  margin: 0;
  z-index: 1;
  list-style: none;
}
.rzslider .rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -32px;
}
.rzslider .rz-tick {
  text-align: center;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #eeeeee;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 7px;
}
.rzslider .rz-tick.rz-selected {
  background: #337ab7;
}
.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}
.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  transform: translate(-50%, 0);
  max-width: 50px;
  white-space: normal;
}
.rzslider.rz-vertical {
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 20px;
  padding: 0;
  vertical-align: baseline;
}
.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  margin: 0 0 0 -12px;
  padding: 0 0 0 12px;
  height: 100%;
  width: 24px;
}
.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 3px;
  height: 100%;
}
.rzslider.rz-vertical .rz-pointer {
  left: -10.5px !important;
  top: auto;
  bottom: 0;
}
.rzslider.rz-vertical .rz-bubble {
  left: 12px !important;
  margin-left: 3px;
  bottom: 0;
}
.rzslider.rz-vertical .rz-ticks {
  height: 100%;
  width: 0;
  left: -3.5px;
  top: 0;
  z-index: 1;
}
.rzslider.rz-vertical .rz-tick {
  vertical-align: middle;
  margin-left: auto;
  margin-top: 7px;
}
.rzslider.rz-vertical .rz-tick-value {
  left: 24px;
  top: initial;
  transform: translate(0, -28%);
}
.rzslider.rz-vertical .rz-tick-legend {
  top: initial;
  right: 24px;
  transform: translate(0, -28%);
  max-width: none;
  white-space: nowrap;
}
.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  bottom: initial;
  left: initial;
  right: 24px;
}
/*Order By commands*/
.orderBy {
  cursor: pointer;
}
.orderBy.orderByAsc:after {
  content: "\e094";
  font-family: 'Glyphicons Halflings';
}
.orderBy.orderByDesc:after {
  content: "\e093";
  font-family: 'Glyphicons Halflings';
}
/*hide show personabar */
#personaBar-iframe {
  /*left: -65px !important;
        opacity: 0;
        transition: all .2s linear;*/
  z-index: 1010 !important;
}
/*
    #personaBar-iframe:hover {
        left: 0px !important;
        opacity: 1;
    }

    body {
        margin-left: initial !important;
    }
    */
/*Toast styles (messages)*/
.messages-placeholder {
  position: fixed;
  z-index: 100000;
  top: 10vh;
  left: 80px;
  right: 80px;
}
.messages-placeholder .alert {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 30px;
}
/*Angular animations for toat messages*/
.alert.ng-animate,
.alert.ng-enter,
.alert.ng-leave {
  -webkit-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  width: 100%;
}
.alert.ng-leave.ng-leave-active {
  opacity: 0;
  margin-left: -100%;
}
.alert.ng-enter {
  opacity: 0;
  margin-left: 200%;
}
.alert.ng-enter.ng-enter-active {
  opacity: 1;
  margin-left: 0px;
}
.alert.ng-leave {
  opacity: 1;
  margin-left: 0px;
}
/*Field addons stuff*/
.showPicker {
  cursor: pointer;
}
/*Switch checkboxes: Alternative switch CSS (radios / checkboxes) - from http://jsfiddle.net/rebelliard/kvq411zb/*/
label.rb-switcher {
  font-weight: normal;
  color: #337ab7;
  vertical-align: middle;
  margin-right: 15px;
}
label.rb-switcher.rb-switcher-small {
  font-size: 10px;
  line-height: 16px;
}
.rb-switcher {
  /*Themes*/
}
.rb-switcher input {
  display: none;
}
.rb-switcher:not([disabled]) {
  cursor: pointer;
}
.rb-switcher .rb-switcher-label {
  padding-left: 5px;
}
.no-label .rb-switcher .rb-switcher-label {
  display: none;
}
.rb-switcher i {
  background-color: #eeeeee;
  display: inline-block;
  padding-right: 16px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  border-radius: 16px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}
.rb-switcher i:before {
  display: block;
  content: '\00a0';
  margin: 2px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: 'Glyphicons Halflings';
  text-align: center;
}
.rb-switcher i :hover {
  background-color: #337ab7 !important;
}
.rb-switcher :checked + i {
  padding-right: 0;
  padding-left: 16px;
  background-color: #003462;
}
.rb-switcher.rb-switcher-small i {
  padding-right: 10px;
}
.rb-switcher.rb-switcher-small i:before {
  width: 10px;
  height: 10px;
  margin: 1px;
}
.rb-switcher.rb-switcher-small i :checked + i {
  padding-left: 10px;
}
.rb-switcher.green :checked + i {
  background-color: #5cb85c;
}
.rb-switcher.green :checked + i:before {
  content: "\e013";
  color: #5cb85c;
}
.red .rb-switcher :checked + i {
  background-color: #d9534f;
}
.red .rb-switcher :checked + i:before {
  content: "\e014";
  color: #d9534f;
}
.red-green .rb-switcher :not(:checked) + i {
  background-color: #d9534f;
}
.red-green .rb-switcher :not(:checked) + i:before {
  content: "\e014";
  color: #d9534f;
}
.red-green .rb-switcher :checked + i {
  background-color: #5cb85c;
}
.red-green .rb-switcher :checked + i:before {
  content: "\e013";
  color: #5cb85c;
}
/*Hover Dropdowns*/
.dropdown-hover:hover .dropdown-menu {
  display: block !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
/*Collapsible panels*/
.panel-collapsed .panel-body {
  display: none;
}
/*Collapsible panels*/
.panel-collapsed .panel-body.in {
  display: block !important;
}
/*Profile avatar*/
.avatar {
  display: inline-block;
  padding: 2px;
  border: none;
  /*border-width: 1px;
    border-style: solid;
    border-color: @gray-lighter;*/
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  margin: 0;
  /*margin-top: -.75em;*/
  transition: .1s all linear;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  max-height: 46px;
}
.avatar.avatar-xs,
.avatar-xs .avatar {
  padding: 0px;
  width: 1.5em;
  height: 1.5em;
}
.avatar-hover .avatar:hover {
  font-size: 2em;
  margin-left: -0.75em;
  margin-bottom: -0.9em;
  position: relative;
  box-shadow: -1px 9px 20px rgba(0, 0, 0, 0.5);
}
/*Stamps*/
.stamp {
  display: inline-block;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-bottom-color: currentColor;
  padding: 15px;
  font-size: 1.2em;
  font-weight: bold;
  transform: rotate(10deg);
}
/*Responsive mobile tables (wrap columns to rows)*/
@media (max-width: 767px) {
  .table-responsive-xs tr {
    border: 1px solid #eeeeee;
    border-bottom: 15px solid transparent;
    box-shadow: 0px -5px 20px -4px rgba(0, 0, 0, 0.4);
    background-color: transparent !important;
  }
  .table-responsive-xs td,
  .table-responsive-xs th {
    display: block;
  }
  .table-responsive-xs td.table-col-xs-1,
  .table-responsive-xs th.table-col-xs-1 {
    display: inline-block;
    width: 8.33333333%;
  }
  .table-responsive-xs td.table-col-xs-2,
  .table-responsive-xs th.table-col-xs-2 {
    display: inline-block;
    width: 16.66666667%;
  }
  .table-responsive-xs td.table-col-xs-3,
  .table-responsive-xs th.table-col-xs-3 {
    display: inline-block;
    width: 25%;
  }
  .table-responsive-xs td.table-col-xs-4,
  .table-responsive-xs th.table-col-xs-4 {
    display: inline-block;
    width: 33.33333333%;
  }
  .table-responsive-xs td.table-col-xs-5,
  .table-responsive-xs th.table-col-xs-5 {
    display: inline-block;
    width: 41.66666667%;
  }
  .table-responsive-xs td.table-col-xs-6,
  .table-responsive-xs th.table-col-xs-6 {
    display: inline-block;
    width: 50%;
  }
  .table-responsive-xs td.table-col-xs-7,
  .table-responsive-xs th.table-col-xs-7 {
    display: inline-block;
    width: 58.33333333%;
  }
  .table-responsive-xs td.table-col-xs-8,
  .table-responsive-xs th.table-col-xs-8 {
    display: inline-block;
    width: 66.66666667%;
  }
  .table-responsive-xs td.table-col-xs-9,
  .table-responsive-xs th.table-col-xs-9 {
    display: inline-block;
    width: 75%;
  }
  .table-responsive-xs td.table-col-xs-10,
  .table-responsive-xs th.table-col-xs-10 {
    display: inline-block;
    width: 83.33333333%;
  }
  .table-responsive-xs td.table-col-xs-11,
  .table-responsive-xs th.table-col-xs-11 {
    display: inline-block;
    width: 91.66666667%;
  }
  .table-responsive-xs td.table-col-xs-12,
  .table-responsive-xs th.table-col-xs-12 {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .table-responsive-sm tr {
    border: 1px solid #eeeeee;
    border-bottom: 15px solid transparent;
    box-shadow: 0px -5px 20px -4px rgba(0, 0, 0, 0.4);
    background-color: transparent !important;
  }
  .table-responsive-sm td,
  .table-responsive-sm th {
    display: block;
  }
  .table-responsive-sm td.table-col-sm-1,
  .table-responsive-sm th.table-col-sm-1 {
    display: inline-block;
    width: 8.33333333%;
  }
  .table-responsive-sm td.table-col-sm-2,
  .table-responsive-sm th.table-col-sm-2 {
    display: inline-block;
    width: 16.66666667%;
  }
  .table-responsive-sm td.table-col-sm-3,
  .table-responsive-sm th.table-col-sm-3 {
    display: inline-block;
    width: 25%;
  }
  .table-responsive-sm td.table-col-sm-4,
  .table-responsive-sm th.table-col-sm-4 {
    display: inline-block;
    width: 33.33333333%;
  }
  .table-responsive-sm td.table-col-sm-5,
  .table-responsive-sm th.table-col-sm-5 {
    display: inline-block;
    width: 41.66666667%;
  }
  .table-responsive-sm td.table-col-sm-6,
  .table-responsive-sm th.table-col-sm-6 {
    display: inline-block;
    width: 50%;
  }
  .table-responsive-sm td.table-col-sm-7,
  .table-responsive-sm th.table-col-sm-7 {
    display: inline-block;
    width: 58.33333333%;
  }
  .table-responsive-sm td.table-col-sm-8,
  .table-responsive-sm th.table-col-sm-8 {
    display: inline-block;
    width: 66.66666667%;
  }
  .table-responsive-sm td.table-col-sm-9,
  .table-responsive-sm th.table-col-sm-9 {
    display: inline-block;
    width: 75%;
  }
  .table-responsive-sm td.table-col-sm-10,
  .table-responsive-sm th.table-col-sm-10 {
    display: inline-block;
    width: 83.33333333%;
  }
  .table-responsive-sm td.table-col-sm-11,
  .table-responsive-sm th.table-col-sm-11 {
    display: inline-block;
    width: 91.66666667%;
  }
  .table-responsive-sm td.table-col-sm-12,
  .table-responsive-sm th.table-col-sm-12 {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive-md tr {
    border: 1px solid #eeeeee;
    border-bottom: 15px solid transparent;
    box-shadow: 0px -5px 20px -4px rgba(0, 0, 0, 0.4);
    background-color: transparent !important;
  }
  .table-responsive-md td,
  .table-responsive-md th {
    display: block;
  }
  .table-responsive-md td.table-col-md-1,
  .table-responsive-md th.table-col-md-1 {
    display: inline-block;
    width: 8.33333333%;
  }
  .table-responsive-md td.table-col-md-2,
  .table-responsive-md th.table-col-md-2 {
    display: inline-block;
    width: 16.66666667%;
  }
  .table-responsive-md td.table-col-md-3,
  .table-responsive-md th.table-col-md-3 {
    display: inline-block;
    width: 25%;
  }
  .table-responsive-md td.table-col-md-4,
  .table-responsive-md th.table-col-md-4 {
    display: inline-block;
    width: 33.33333333%;
  }
  .table-responsive-md td.table-col-md-5,
  .table-responsive-md th.table-col-md-5 {
    display: inline-block;
    width: 41.66666667%;
  }
  .table-responsive-md td.table-col-md-6,
  .table-responsive-md th.table-col-md-6 {
    display: inline-block;
    width: 50%;
  }
  .table-responsive-md td.table-col-md-7,
  .table-responsive-md th.table-col-md-7 {
    display: inline-block;
    width: 58.33333333%;
  }
  .table-responsive-md td.table-col-md-8,
  .table-responsive-md th.table-col-md-8 {
    display: inline-block;
    width: 66.66666667%;
  }
  .table-responsive-md td.table-col-md-9,
  .table-responsive-md th.table-col-md-9 {
    display: inline-block;
    width: 75%;
  }
  .table-responsive-md td.table-col-md-10,
  .table-responsive-md th.table-col-md-10 {
    display: inline-block;
    width: 83.33333333%;
  }
  .table-responsive-md td.table-col-md-11,
  .table-responsive-md th.table-col-md-11 {
    display: inline-block;
    width: 91.66666667%;
  }
  .table-responsive-md td.table-col-md-12,
  .table-responsive-md th.table-col-md-12 {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .table-responsive-lg tr {
    border: 1px solid #eeeeee;
    border-bottom: 15px solid transparent;
    box-shadow: 0px -5px 20px -4px rgba(0, 0, 0, 0.4);
    background-color: transparent !important;
  }
  .table-responsive-lg td,
  .table-responsive-lg th {
    display: block;
  }
  .table-responsive-lg td.table-col-lg-1,
  .table-responsive-lg th.table-col-lg-1 {
    display: inline-block;
    width: 8.33333333%;
  }
  .table-responsive-lg td.table-col-lg-2,
  .table-responsive-lg th.table-col-lg-2 {
    display: inline-block;
    width: 16.66666667%;
  }
  .table-responsive-lg td.table-col-lg-3,
  .table-responsive-lg th.table-col-lg-3 {
    display: inline-block;
    width: 25%;
  }
  .table-responsive-lg td.table-col-lg-4,
  .table-responsive-lg th.table-col-lg-4 {
    display: inline-block;
    width: 33.33333333%;
  }
  .table-responsive-lg td.table-col-lg-5,
  .table-responsive-lg th.table-col-lg-5 {
    display: inline-block;
    width: 41.66666667%;
  }
  .table-responsive-lg td.table-col-lg-6,
  .table-responsive-lg th.table-col-lg-6 {
    display: inline-block;
    width: 50%;
  }
  .table-responsive-lg td.table-col-lg-7,
  .table-responsive-lg th.table-col-lg-7 {
    display: inline-block;
    width: 58.33333333%;
  }
  .table-responsive-lg td.table-col-lg-8,
  .table-responsive-lg th.table-col-lg-8 {
    display: inline-block;
    width: 66.66666667%;
  }
  .table-responsive-lg td.table-col-lg-9,
  .table-responsive-lg th.table-col-lg-9 {
    display: inline-block;
    width: 75%;
  }
  .table-responsive-lg td.table-col-lg-10,
  .table-responsive-lg th.table-col-lg-10 {
    display: inline-block;
    width: 83.33333333%;
  }
  .table-responsive-lg td.table-col-lg-11,
  .table-responsive-lg th.table-col-lg-11 {
    display: inline-block;
    width: 91.66666667%;
  }
  .table-responsive-lg td.table-col-lg-12,
  .table-responsive-lg th.table-col-lg-12 {
    display: inline-block;
    width: 100%;
  }
}
/*Modals*/
.modal-full {
  padding: 0px !important;
}
.modal-full .modal-dialog {
  width: auto !important;
  margin: 10px !important;
}
@media (min-width: 768px) {
  .modal-full .modal-dialog {
    margin: 30px !important;
  }
}
@media (max-width: 767px) {
  .modal-header,
  .modal-footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.modal-header,
.modal-footer {
  background-color: #ffffff;
}
div[ui-open-dialog] {
  cursor: pointer;
}
/*Force buttons in footer to show side-by-side*/
.footer-btn-group [ng-repeat] {
  display: inline-block;
}
.footer-btn-group .btn {
  margin-left: 5px;
}
/*Disabled buttons*/
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  color: #555555;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
/*force Hide / show labels of fields when in inline-edit*/
.inlineEdit .control-label,
.field-table .control-label,
.no-label .control-label {
  display: none;
}
.show-label .control-label,
.inlineEdit .show-label .control-label,
.field-table .show-label .control-label,
.field-table.show-label .control-label,
.no-label .show-label .control-label {
  display: inline-block;
}
.no-header th,
th .no-label {
  display: none !important;
}
/*Add visited rule*/
a:visited {
  color: #337ab7;
}
/*Alternative sizing of components*/
.inline-block-xs-1 {
  display: inline-block;
  width: 8.33333333%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-2 {
  display: inline-block;
  width: 16.66666667%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-3 {
  display: inline-block;
  width: 25%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-4 {
  display: inline-block;
  width: 33.33333333%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-5 {
  display: inline-block;
  width: 41.66666667%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-6 {
  display: inline-block;
  width: 50%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-7 {
  display: inline-block;
  width: 58.33333333%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-8 {
  display: inline-block;
  width: 66.66666667%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-9 {
  display: inline-block;
  width: 75%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-10 {
  display: inline-block;
  width: 83.33333333%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-11 {
  display: inline-block;
  width: 91.66666667%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
.inline-block-xs-12 {
  display: inline-block;
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  vertical-align: top;
}
@media (min-width: 480px) {
  .inline-block-sm-1 {
    display: inline-block;
    width: 8.33333333%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-2 {
    display: inline-block;
    width: 16.66666667%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-3 {
    display: inline-block;
    width: 25%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-4 {
    display: inline-block;
    width: 33.33333333%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-5 {
    display: inline-block;
    width: 41.66666667%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-6 {
    display: inline-block;
    width: 50%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-7 {
    display: inline-block;
    width: 58.33333333%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-8 {
    display: inline-block;
    width: 66.66666667%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-9 {
    display: inline-block;
    width: 75%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-10 {
    display: inline-block;
    width: 83.33333333%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-11 {
    display: inline-block;
    width: 91.66666667%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-sm-12 {
    display: inline-block;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .inline-block-md-1 {
    display: inline-block;
    width: 8.33333333%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-2 {
    display: inline-block;
    width: 16.66666667%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-3 {
    display: inline-block;
    width: 25%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-4 {
    display: inline-block;
    width: 33.33333333%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-5 {
    display: inline-block;
    width: 41.66666667%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-6 {
    display: inline-block;
    width: 50%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-7 {
    display: inline-block;
    width: 58.33333333%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-8 {
    display: inline-block;
    width: 66.66666667%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-9 {
    display: inline-block;
    width: 75%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-10 {
    display: inline-block;
    width: 83.33333333%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-11 {
    display: inline-block;
    width: 91.66666667%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
  .inline-block-md-12 {
    display: inline-block;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: top;
  }
}
/*CSS field overrides (material like) */
/*
.input-group-addon, .form-control, .has-error .form-control {
    background-color: transparent !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-width: 2px;
    box-shadow: none !important;
}
.form-control {
    margin-top:15px;
    border-bottom-color: darken(@gray-lighter,10%);
}
.form-control:focus {
    border-bottom-color: lighten(@brand-primary,10%) !important;
}
.control-label{
    position:absolute;
}
*/
/*Gauge sizes*/
.max-width-100 {
  max-width: 100px;
}
.max-width-150 {
  max-width: 150px;
}
.max-width-200 {
  max-width: 200px;
}
/*Circular progress status*/
.radial-progress-gauge {
  stroke: #337ab7;
  transition: all 1s linear;
}
.radial-progress-gauge.progress-bar-primary {
  stroke: #337ab7;
}
.radial-progress-gauge.progress-bar-success {
  stroke: #5cb85c;
}
.radial-progress-gauge.progress-bar-info {
  stroke: #5bc0de;
}
.radial-progress-gauge.progress-bar-warning {
  stroke: #f0ad4e;
}
.radial-progress-gauge.progress-bar-danger {
  stroke: #d9534f;
}
/*Borders*/
.no-border {
  border: none !important;
}
.border,
.border-primary,
.border-success,
.border-info,
.border-warning,
.border-danger {
  border: 1px solid #eeeeee;
}
.border-primary {
  border-color: #337ab7;
}
.border-success {
  border-color: #5cb85c;
}
.border-info {
  border-color: #5bc0de;
}
.border-warning {
  border-color: #f0ad4e;
}
.border-danger {
  border-color: #d9534f;
}
/*Vertical align*/
.text-top {
  vertical-align: top !important;
}
.text-middle {
  vertical-align: middle !important;
}
.text-baseline {
  vertical-align: baseline !important;
}
.text-bottom {
  vertical-align: bottom !important;
}
/*Tabs and pulls alignment*/
.nav-tabs-right,
.nav-pills-right {
  text-align: right;
}
.nav-tabs-right > li,
.nav-pills-right > li {
  display: inline-block;
  float: none;
}
.nav-tabs-center,
.nav-pills-center {
  text-align: center;
}
.nav-tabs-center > li,
.nav-pills-center > li {
  display: inline-block;
  float: none;
}
/*Do not style disabled inputs*/
.form-control [disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  cursor: inherit;
}
/*Ajustements to form control and addons (more material like)*/
.form-control {
  /*border-top: 0px none transparent !important;
    border-left: 0px none transparent !important;
    border-right: 0px none transparent !important;
    padding: 6px 6px !important;
    box-shadow: none !important;*/
  border-radius: 30px;
}
.lead input.form-control {
  font-size: 100%;
}
.form-control:focus {
  /*border-bottom-width:2px;*/
}
.input-group-addon {
  background-color: transparent !important;
  border-bottom: 1px solid #ccc;
  border-top: 0px none transparent !important;
  border-left: 0px none transparent !important;
  border-right: 0px none transparent !important;
}
/*Aditiona font awsome icons*/
.far.fa-fx:before,
.fas.fa-fx:before {
  font-weight: bold;
  content: "\03a3";
}
/*Fix loginpannel in small screens*/
@media (max-width: 767px) {
  .LoginPanel {
    width: auto;
    padding-right: initial;
  }
}
/*Blink fx*/
.blink {
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webktit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.blink-infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.blink-1 {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.blink-2 {
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -o-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.blink-3 {
  -webkit-animation-iteration-count: 3;
  -moz-animation-iteration-count: 3;
  -o-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.blink-4 {
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  -o-animation-iteration-count: 4;
  animation-iteration-count: 4;
}
.blink-5 {
  -webkit-animation-iteration-count: 5;
  -moz-animation-iteration-count: 5;
  -o-animation-iteration-count: 5;
  animation-iteration-count: 5;
}
.blink-6 {
  -webkit-animation-iteration-count: 6;
  -moz-animation-iteration-count: 6;
  -o-animation-iteration-count: 6;
  animation-iteration-count: 6;
}
.blink-7 {
  -webkit-animation-iteration-count: 7;
  -moz-animation-iteration-count: 7;
  -o-animation-iteration-count: 7;
  animation-iteration-count: 7;
}
.blink-8 {
  -webkit-animation-iteration-count: 8;
  -moz-animation-iteration-count: 8;
  -o-animation-iteration-count: 8;
  animation-iteration-count: 8;
}
.blink-9 {
  -webkit-animation-iteration-count: 9;
  -moz-animation-iteration-count: 9;
  -o-animation-iteration-count: 9;
  animation-iteration-count: 9;
}
.blink-furiously {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
/*Breadcrumbs*/
.breadcrumbLink {
  padding: 5px;
  display: inline-block;
  font-size: small;
  color: #7a7a7a !important;
}
.breadcrumb {
  margin-left: 0px;
  background-color: initial;
}
.breadcrumb > li {
  color: #337ab7;
}
.breadcrumb > li + li:before {
  content: '>';
}
/*card*/
.card {
  background-color: white;
  border: 1px solid #CCC;
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.3);
}
.card.card-hover:hover {
  box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.3);
}
/*Ad-hoc margin and padding*/
.np-margin {
  margin: 0px;
}
.margin {
  margin: 15px;
}
.margin-left {
  margin-left: 15px;
}
.margin-right {
  margin-right: 15px;
}
.margin-top {
  margin-top: 15px;
}
.margin-bottom {
  margin-bottom: 15px;
}
.margin-negative {
  margin: -15px;
}
.margin-left-negative {
  margin-left: -15px;
}
.margin-right-negative {
  margin-right: -15px;
}
.margin-top-negative {
  margin-top: -15px;
}
.margin-bottom-negative {
  margin-bottom: -15px;
}
.no-padding {
  padding: 0px !important;
}
.padding {
  padding: 15px;
}
.padding-left {
  padding-left: 15px;
}
.padding-right {
  padding-right: 15px;
}
.padding-top {
  padding-top: 15px;
}
.padding-bottom {
  padding-bottom: 15px;
}
.strike {
  text-decoration: line-through;
}
/*Chart stuff*/
.legend-item {
  display: inline-block;
  padding: 3px;
}
.legend-item-label {
  display: inline-block;
}
.legend-item-color {
  display: inline-block;
  width: 1em;
  height: 1em;
}
/*opacity utils*/
.opacity-20 {
  opacity: .2;
}
.opacity-40 {
  opacity: .4;
}
.opacity-50 {
  opacity: .5;
}
.opacity-60 {
  opacity: .6;
}
.opacity-80 {
  opacity: .8;
}
/*hover utils*/
.show-hover,
.show-hover-tr {
  display: none;
}
tr:hover .show-hover-tr,
.show-hover-this:hover .show-hover {
  display: inline-block;
}
/*DND lists*/
/*
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
[dnd-list] {
  min-height: 42px;
}
[dnd-list] .dndDraggingSource {
  opacity: 0.5;
}
[dnd-list] .dndPlaceholder {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  min-height: 42px;
}
/*Timeline styles*/
.vis-item.vis-box {
  background-color: #FFF;
  border-radius: 1em;
  border-color: #5bc0de;
}
.display-none {
  display: none;
}
div.card1 {
  width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
