/* 
    Created on : 12.03.2014, 15:30:45
    Author     : lars
*/
/* 
    Created on : 12.03.2014, 11:37:08
    Author     : lars
*/
.nav-pills > li > a,
.nav-tabs > li > a,
.input-group-addon,
input,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input,
.form-control,
.selectize-input,
.selectize-control.multi .selectize-input > div,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.btn {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: unset;
  font-size: 100%;
}
.pointer,
.clickable {
  cursor: pointer;
}
a {
  color: #555555;
}
.is-deleted {
  color: red;
  text-decoration: line-through;
}
.no-wrap {
  white-space: nowrap;
}
.no-float {
  float: none;
}
ul.no-indent {
  padding-left: 0px;
}
ul.no-indent li {
  list-style-type: none;
}
.banner.floating .frontpage-banner .text-block h2 {
  background-color: #5C659C;
  color: #FFF;
  padding: 11px;
  padding-bottom: 30px;
  margin-top: 0px;
  line-height: 0.8;
  box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.66);
}
.banner.floating .frontpage-banner .text-block h2 small {
  color: #FFF;
  font-size: 50%;
}
.banner.floating .frontpage-banner .text-block h2 + p {
  margin-top: -35px;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #FFF;
}
.img-responsive {
  width: 100%;
}
.btn-title {
  padding: 10px 15px;
  font-size: 110%;
  line-height: 1.333333;
  border-radius: 0px;
}
.btn svg.icon {
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  margin-right: 5px;
  margin-left: -5px;
}
/*
#footer,.wrapper{
    .transform(rotateZ(0));
    .transition(filter 0.1s);
}
.depth-backdrop{
    .filter(blur(7px));
}
*/
.panel-title > a.btn {
  color: #fff;
}
.table tbody tr > td.success {
  background-color: #dff0d8 !important;
}
.table tbody tr > td.error {
  background-color: #f2dede !important;
}
.table tbody tr > td.warning {
  background-color: #fcf8e3 !important;
}
.table tbody tr > td.info {
  background-color: #d9edf7 !important;
}
.table-hover tbody tr:hover > td.success {
  background-color: #d0e9c6 !important;
}
.table-hover tbody tr:hover > td.error {
  background-color: #ebcccc !important;
}
.table-hover tbody tr:hover > td.warning {
  background-color: #faf2cc !important;
}
.table-hover tbody tr:hover > td.info {
  background-color: #c4e3f3 !important;
}
.alert {
  border-radius: 0;
}
.alert-default {
  background-color: #cacaca;
  border-color: #b1b1b1;
  color: #3a3a3a;
}
.collapsing {
  -webkit-transition: height 0.15s ease;
  transition: height 0.15s ease;
}
.heart-wrap {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  /*margin: 0 auto;*/
  z-index: 0;
  border: 1px solid #AA5EDF;
  border-radius: 50%;
}
.heart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 30px;
  margin-top: -13px;
  margin-left: -19px;
  z-index: 5;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -webkit-animation: beat 1s infinite ;
  -o-animation: beat 1s infinite ;
  animation: beat 1s infinite ;
}
.heart:before,
.heart:after {
  position: absolute;
  content: "";
  left: 18px;
  top: 0;
  width: 19px;
  height: 30px;
  background: #cc3300;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100% 0;
  -moz-transform-origin: 0 100% 0;
  -ms-transform-origin: 0 100% 0;
  -o-transform-origin: 0 100% 0;
  transform-origin: 0 100% 0;
}
.heart:after {
  left: 0;
  left: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100% 0;
  -moz-transform-origin: 100% 100% 0;
  -ms-transform-origin: 100% 100% 0;
  -o-transform-origin: 100% 100% 0;
  transform-origin: 100% 100% 0;
}
.affixed.fixed-top {
  -webkit-transition: top 0.3s, opacity 0.3s, visibiliy 0s;
  -moz-transition: top 0.3s, opacity 0.3s, visibiliy 0s;
  -o-transition: top 0.3s, opacity 0.3s, visibiliy 0s;
  transition: top 0.3s, opacity 0.3s, visibiliy 0s;
  position: fixed;
  /*margin-left: -15px;*/
  z-index: 1029;
  background-color: #ffffff;
  left: 0px;
  right: 0px;
  top: 50px;
  opacity: 0;
  visibility: hidden;
}
.affixed.fixed-top > .container * {
  display: none;
}
.affixed.fixed-top > .container .base-title,
.affixed.fixed-top > .container .extend-title {
  display: inline-block;
  font-size: 118%;
}
.affixed.fixed-top > .container .base-title *,
.affixed.fixed-top > .container .extend-title * {
  display: inline-block;
}
#header .navbar.navbar-fixed-top {
  -webkit-transition: top 0.3s, opacity 0.3s, visibiliy 0s;
  -moz-transition: top 0.3s, opacity 0.3s, visibiliy 0s;
  -o-transition: top 0.3s, opacity 0.3s, visibiliy 0s;
  transition: top 0.3s, opacity 0.3s, visibiliy 0s;
}
body.affix #header .navbar.navbar-fixed-top {
  /*height: 0px;
            min-height: 0px;
            overflow: hidden;*/
  top: -50px;
}
body.affix .affixed.fixed-top {
  overflow: visible;
  visibility: visible;
  opacity: 1;
  top: 0px;
  height: auto;
  max-height: none;
}
body.affix .affixed.fixed-top .base-title,
body.affix .affixed.fixed-top .extend-title {
  display: inline-block;
  font-size: 118%;
}
body.affix .affixed.fixed-top .base-title *,
body.affix .affixed.fixed-top .extend-title * {
  display: inline-block;
}
.side-nav-menu .nav.nav-root.affix {
  /*top: 34px;*/
  /*width: 300px;*/
  width: 292.5px;
}
.activity-indicator {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.activity-indicator.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.container .jumbotron {
  border: 1px solid cornflowerblue;
  background-color: rgba(100, 149, 237, 0.3);
  border-radius: 0px;
}
.department-badge {
  width: 22px;
  height: 26px;
  display: inline-block;
  border: 3px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  vertical-align: inherit;
  font-size: 30px;
  border-radius: 0px;
}
.department-badge i {
  font-size: inherit;
}
.department-badge i:before {
  font-size: inherit;
}
.department-badge.selectable {
  -webkit-transition: -webkit-border-radius 0.2s, -webkit-box-shadow 0.2s, background-color 0.2s;
  -moz-transition: border-radius 0.2s, -moz-box-shadow 0.2s, background-color 0.2s;
  -o-transition: border-radius 0.2s, box-shadow 0.2s, background-color 0.2s;
  transition: border-radius 0.2s, box-shadow 0.2s, background-color 0.2s;
}
.department-badge.selectable.selectmode,
.department-badge.selectable:hover {
  border: 2px solid rgba(0, 0, 0, 0.5) !important;
  /*background-color: transparent !important;*/
  box-shadow: inset 0px 0px 0px 2px #aaaaaa, inset 0px 0px 0px 30px rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
.department-badge.selectable.selectmode i,
.department-badge.selectable:hover i {
  /*display: none;*/
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.department-badge.selectable.selectmode.selected,
.department-badge.selectable:hover.selected {
  box-shadow: inset 0px 0px 0px 2px #aaaaaa, inset 0px 0px 0px 30px #000000;
  border-radius: 20px;
  /*box-shadow: inset 0px 0px 0px 2px #089ec7;*/
  /*background-color: @black !important;*/
}
/*
.department-badge {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
}

.department-badge.department-badge-s {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 16px;
}

.department-badge.department-badge-m {
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 28px;
}

.department-badge.department-badge-l {
    border-left-width: 25px;
    border-right-width: 25px;
    border-top-width: 50px;
}

.department-badge.department-badge-xl {
    border-left-width: 35px;
    border-right-width: 35px;
    border-top-width: 70px;
}
*/
@media (min-width: 992px) {
  .activity-indicator {
    display: block;
    position: fixed;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    background-image: url('../../bundles/labhubcore/images/ellipsis.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    z-index: 10000;
  }
}
@media (max-width: 767px) {
  /*
    .container.floating{
        padding-left: 0px;
        padding-right: 0px;
    }
    */
  /*    .row {
            margin-left: -30px;
            margin-right: -30px;
        }
    */
  /*
        .row {
            margin-left: 0;
            margin-right: 0;
        }
    */
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0px;
    margin-left: 10px;
    overflow-x: hidden;
  }
  .side-nav-menu .nav.nav-root > li > a,
  .side-nav-menu .nav.nav-root > li > span {
    color: rgba(0, 0, 0, 0.33);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 992px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .side-nav-menu .nav.nav-root.affix {
    width: 195px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 992px;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: auto;
  }
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-left: 0px;
  }
  .topmost {
    padding: 3px 0px 3px 225px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .side-nav-menu .nav.nav-root.affix {
    width: 250px;
  }
  .topmost {
    padding: 3px 0px 3px 280px;
  }
}
@media (max-width: 767px) {
  /*
    .container.floating{
        padding-left: 0px;
        padding-right: 0px;
    }
    */
  /*    .row {
            margin-left: -30px;
            margin-right: -30px;
        }
    */
  /*
        .row {
            margin-left: 0;
            margin-right: 0;
        }
    */
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
    overflow-x: hidden;
  }
  .side-nav-menu .nav.nav-root > li > a,
  .side-nav-menu .nav.nav-root > li > span {
    color: rgba(0, 0, 0, 0.33);
  }
  .topmost {
    padding: 3px 7px 3px 7px;
    -webkit-box-shadow: 0px -16px 70px #000000;
    -moz-box-shadow: 0px -16px 70px #000000;
    box-shadow: 0px -16px 70px #000000;
  }
  .container.row > div {
    margin: 5px auto;
  }
}
@media (min-width: 1200px) {
  .topmost {
    padding: 3px 0px 3px 330px;
  }
}
.selectable:hover {
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
/* remove standard-styles */
/* Causes problems. Chrome will not trigger the change event anymore.
input.large {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
}
*/
/* graceful degradation for ie8 */
input.large[type='radio'],
input.large[type='checkbox'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}
input.large[type='radio']:checked,
input.large[type='radio']:not(:checked),
input.large[type='checkbox']:checked,
input.large[type='checkbox']:not(:checked) {
  background: transparent;
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
input.large[type='radio'] + label,
input.large[type='checkbox'] + label {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 0px;
  line-height: 0px;
  font-weight: normal;
  padding: 0px 0px;
}
input.large[type='radio']:checked::before,
input.large[type='radio']:not(:checked)::before,
input.large[type='checkbox']:checked + label::before,
input.large[type='checkbox']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  /*width: 17px;*/
  /*height:17px;*/
  width: 30px;
  height: 30px;
  /*margin-top: -20px;*/
  /*margin-bottom: -10px;*/
  position: relative;
  /*top:4px;*/
  border: 1px solid #bbb;
  background: white;
  /*margin-right: 1em;*/
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
input.large.valign-middle[type='radio']:checked::before,
input.large.valign-middle[type='radio']:not(:checked)::before,
input.large.valign-middle[type='checkbox']:checked + label::before,
input.large.valign-middle[type='checkbox']:not(:checked) + label::before {
  vertical-align: middle;
}
/*input.large[type=radio]:checked + label::before,
input.large[type=radio]:not(:checked) + label::before {
    border-radius: 30px;
}*/
input.large[type='radio']:hover::before,
input.large[type='checkbox']:hover + label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}
input.large[type='radio']:checked::before,
input.large[type='checkbox']:checked + label::before {
  background: black;
  box-shadow: inset 0 0 0 2px white;
}
input.large.green[type='radio']:checked::before,
input.large.green[type='checkbox']:checked + label::before {
  background: #0ab100;
}
input.large.hidn[type='radio'],
input.large.hidn[type='checkbox'] + label {
  display: none;
}
input.large.hidn[type='radio'][disabled],
input.large.hidn[type='checkbox'][disabled] + label {
  opacity: 0.3;
}
input.classic[type='radio'],
input.classic[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  margin-right: 4px;
}
input.classic[type='radio']:before,
input.classic[type='checkbox']:before {
  font-family: 'FontAwesome';
  content: '\f00d';
  font-size: 15px;
  color: transparent !important;
  background-color: #ffffff;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid black;
  margin-right: 0px;
  margin-top: 0px;
  line-height: 13px;
  margin-left: 0px;
  padding-left: 1px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
input.classic[type='radio']:before {
  border: 1px solid black;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
  content: '\f111';
  padding-left: 0px;
}
input.classic[type='radio'][disabled] {
  border: 0px;
  opacity: 0.3;
}
input.classic.lg[type='radio']:before,
input.classic.lg[type='checkbox']:before {
  width: 20px;
  height: 20px;
  font-size: 19px;
  line-height: 17px;
  padding-left: 0px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
input.classic[type='radio']:hover:before,
input.classic[type='checkbox']:hover:before {
  color: rgba(0, 0, 0, 0.1) !important;
}
input.classic[type='radio']:hover:before {
  border: 2px solid black;
}
input.classic[type='radio'][disabled]:hover:before {
  border: 1px;
}
input.classic[type='radio']:checked:before,
input.classic[type='checkbox']:checked:before {
  color: #000000 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  border: 1px solid rgba(0, 0, 0, 0);
}
input.classic.green[type='radio']:checked:before,
input.classic.green[type='checkbox']:checked:before {
  color: #0a7800 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  border: 1px solid rgba(0, 0, 0, 0);
}
input.classic[type='radio']:checked:hover:before,
input.classic[type='checkbox']:checked:hover:before {
  color: rgba(0, 0, 0, 0.7) !important;
  border: 1px solid rgba(0, 0, 0, 0);
}
input.classic.green[type='radio']:checked:hover:before,
input.classic.green[type='checkbox']:checked:hover:before {
  color: rgba(10, 120, 0, 0.7) !important;
  border: 1px solid rgba(0, 0, 0, 0);
}
input.classic.cross[type='radio']:before,
input.classic.cross[type='checkbox']:before {
  content: '\f00d';
}
input.classic.check[type='radio']:before,
input.classic.check[type='checkbox']:before {
  content: '\f00c';
}
input.classic.dot[type='radio']:before,
input.classic.dot[type='checkbox']:before {
  content: '\f111';
}
.name.name-tag {
  text-decoration: underline;
}
.name.name-tag .name.name-action-indicator {
  -webkit-transition: background 0.5s, opacity 0.2s 0.5s;
  -moz-transition: background 0.5s, opacity 0.2s 0.5s;
  -o-transition: background 0.5s, opacity 0.2s 0.5s;
  transition: background 0.5s, opacity 0.2s 0.5s;
  display: inline-block;
  vertical-align: bottom;
  width: 10px;
  background: linear-gradient(to right, #3c4a95 50%, transparent 50%);
  background-size: 200% 50%;
  background-position: left center;
  background-repeat: no-repeat;
  background-position-x: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-left: 5px;
  margin-right: -10px;
}
.name.name-tag .name.name-actions {
  -webkit-transition: all 0.2s 0.5s;
  -moz-transition: all 0.2s 0.5s;
  -o-transition: all 0.2s 0.5s;
  transition: all 0.2s 0.5s;
  display: inline-block;
  position: absolute;
  vertical-align: bottom;
  width: auto;
  overflow: hidden;
  max-width: 5px;
  padding-left: 6px;
  padding-right: 3px;
  padding: 3px 10px;
  margin-top: -3px;
  margin-left: 10px;
  white-space: nowrap;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background-color: #3c4a95;
  color: #ffffff;
}
.name.name-tag .name.name-actions > * {
  color: #ffffff;
}
.name.name-tag:hover .name.name-action-indicator {
  background-position-x: 0%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.name.name-tag:hover .name.name-actions {
  overflow: hidden;
  max-width: 200px;
  margin-left: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sp-container {
  border-color: #000000;
}
.sp-container .sp-palette-container .sp-palette-row > .sp-thumb-el {
  margin-top: 0px;
  margin-bottom: 0px;
  border-width: 0px;
}
.sp-container .sp-palette-container .sp-palette-row.sp-palette-row-0 {
  padding-bottom: 10px;
}
.sp-container .sp-palette-container .sp-palette-row.sp-palette-row-6 {
  padding-top: 10px;
}
.sp-container .sp-palette-container .sp-palette-row.sp-palette-row-selection {
  padding-top: 20px;
}
.sp-container .sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: none;
  border: 2px solid orange;
}
.sp-container .sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: none;
  border: 2px solid orange;
}
.sp-replacer {
  border-width: 1px;
}
.sp-replacer.sp-active {
  border-bottom-width: 0px;
  margin-bottom: 1px;
}
/* Styling an indeterminate progress bar */
progress:not(value) {
  /* Add your styles here. As part of this walkthrough we will focus only on determinate progress bars. */
}
/* Styling the determinate progress element */
progress[value] {
  /* Get rid of the default appearance */
  appearance: none;
  /* This unfortunately leaves a trail of border behind in Firefox and Opera. We can remove that by setting the border to none. */
  border: none;
  /* Add dimensions */
  width: 100%;
  height: 10px;
  /* Although firefox doesn't provide any additional pseudo class to style the progress element container, any style applied here works on the container. */
  background-color: whiteSmoke;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  /* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
  color: royalblue;
  position: relative;
  margin: -3px 0px 9px 0px;
}
/*
Webkit browsers provide two pseudo classes that can be use to style HTML5 progress element.
-webkit-progress-bar -> To style the progress element container
-webkit-progress-value -> To style the progress element value.
*/
progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  border-radius: 0px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
}
progress[value]::-webkit-progress-value {
  position: relative;
  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius: 0px;
  /* Let's animate this */
  animation: animate-stripes 5s linear infinite;
}
@keyframes animate-stripes {
  100% {
    background-position: -100px 0;
  }
}
/* Let's spice up things little bit by using pseudo elements. */
progress[value]::-webkit-progress-value:after {
  /* Only webkit/blink browsers understand pseudo elements on pseudo classes. A rare phenomenon! */
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 7px;
  right: 7px;
  background-color: white;
  border-radius: 100%;
}
/* Firefox provides a single pseudo class to style the progress element value and not for container. -moz-progress-bar */
progress[value]::-moz-progress-bar {
  /* Gradient background with Stripes */
  background-image: -moz-linear-gradient(135deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #09c, #f44);
  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius: 3px;
  /* Firefox doesn't support CSS3 keyframe animations on progress element. Hence, we did not include animate-stripes in this code block */
}
input,
textarea {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* Fallback technique styles */
.progress-bar {
  background-color: whiteSmoke;
  border-radius: 0px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  /* Dimensions should be similar to the parent progress element. */
  width: 100%;
  height: 10px;
  line-height: 10px;
}
.progress-bar span {
  background-color: #3c4a95;
  border-radius: 0px;
  display: block;
  text-indent: -9999px;
}
p[data-value] {
  position: relative;
}
/* The percentage will automatically fall in place as soon as we make the width fluid. Now making widths fluid. */
p[data-value]:after {
  content: attr(data-value) '%';
  position: absolute;
  right: 0;
}
.basic::-webkit-progress-value {
  /* Gradient background with Stripes */
  background-image: -webkit-linear-gradient(135deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #09c, #f44);
}
@media (min-width: 992px) {
  #throbber {
    background-size: 180px;
  }
  .loading #throbber {
    display: block;
  }
  .loading .curtain {
    transition: transform 0s, opacity 0s;
    opacity: 0.75;
  }
  body {
    overflow-y: scroll;
  }
  body.loading {
    height: 100.1%;
  }
  .curtain-left {
    background-position: right 1498px top 50%;
  }
  .curtain-right {
    background-position: left 1498px top 50%;
  }
  .loading .curtain-left {
    transform: translateX(0%);
  }
  .loading .curtain-right {
    transform: translateX(100%);
  }
  .curtain-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
  }
  .curtain {
    width: 50%;
    height: 100%;
    position: absolute;
    /*background-color: rgba(255,255,255,0.0);*/
    opacity: 0.3;
    z-index: 1000;
  }
  .curtain-left {
    transition: transform 0.4s, opacity 1.3s;
    transform-origin: right center;
    transform: translateX(-100%) scale(2.5);
  }
  .curtain-right {
    transition: transform 0.4s, opacity 1.3s;
    transform-origin: left center;
    transform: translateX(200%) scale(2.5);
  }
  .loaded.switch .curtain-left {
    transition: transform 0.5s, opacity 1.5s;
  }
  .loaded.switch .curtain-right {
    transition: transform 0.5s, opacity 1.5s;
  }
  .loaded.switch .curtain {
    opacity: 0.75;
    /*background-color: rgba(255,255,255,0.5);*/
  }
  .loaded.switch .curtain-left {
    transform: translateX(0%);
  }
  .loaded.switch .curtain-right {
    transform: translateX(100%);
  }
  .loaded.switch .wrapper {
    /*transition: transform 1s;*/
    /*transform-origin: center top;*/
    /*transform: rotateX(90deg);*/
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.container,
.row,
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
.datatable.floating {
  padding-left: 0px;
  padding-right: 0px;
}
#block-col1-row1-col ~ #block-col2-row1-col .datatable.floating {
  padding-left: 15px;
  padding-right: 15px;
}
.side-nav-menu .nav.nav-root {
  margin-left: 0px;
  margin-right: 0px;
}
.frontpage-banner {
  padding: 13px;
}
@media (max-width: 767px) {
  .frontpage-banner {
    padding: 0px;
  }
}
