div#messages {
  max-width: 100%;
  z-index: 2001;
  position: absolute;
  transform: translate(-50%, -50%);
}
div#messages .alert {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
div#messages.top-center {
  top: 25%;
  left: 50%;
}
div#messages.center-center {
  top: 50%;
  left: 50%;
}
div#messages.bottom-center {
  top: 75%;
  left: 50%;
}
.alert-confirm {
  margin-top: 10px;
  width: 100%;
}
.close {
  outline: none;
}

/***
Spectrum Colorpicker v1.8.0
https://github.com/seballot/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/seballot/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-original-input-container {
    position: relative;
    display: inline-flex;
}
.sp-original-input-container input {
    margin: 0 !important;
}
.sp-original-input-container .sp-add-on {
    width: 40px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
input.spectrum.with-add-on {
    /*padding-left: 45px;*/
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.sp-original-input-container .sp-add-on .sp-colorize {
    height: 100%;
    width: 100%;
    border-radius: inherit;
}
.sp-colorize-container {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}
.sp-container.sp-flat {
    position: relative;
}

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

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

.sp-clear-enabled .sp-hue {
    top: 15%;
    height: 85%;
}

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

.sp-alpha-enabled .sp-top {
    margin-bottom: 28px !important;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position: absolute;
    top: -3px;
    cursor: pointer;
    height: 16px;
    border-radius: 50%;
    width: 16px;
    margin-right: 5px;
    left: -2px;
    right: 0;
    background: #f9f9f9;
    box-shadow: 0 0 2px 0px #3a3a3a;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    height: 10px;
}
.sp-alpha-inner {
    border-radius: 4px;
}

.sp-clear {
    display: none;
}

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

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    cursor: pointer;
    left: initial;
    height: 12px;
    width: 12px;
}

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

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

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


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

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

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

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

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

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

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths)
*/

.sp-container {
    display: inline-flex;
    border-radius: 0;
    background-color: white;
    padding: 0;
    border-radius: 4px;
    color: black;
    box-shadow: 0 0 0 1px rgba(99,114,130,.16), 0 8px 16px rgba(27,39,51,.08);
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font-size:12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 10px;
}
.sp-color, .sp-hue, .sp-clear, .sp-val, .sp-sat {
    border-radius: 3px;
}

.sp-input-container {
    margin-top: -5px;
}
.sp-input-container.sp-cf,
.sp-initial.sp-thumb.sp-cf,
.sp-button-container.sp-cf {
    height: 25px;
}
.sp-picker-container .sp-cf {
    margin-bottom: 10px;
}

.sp-palette-row-initial > span:first-child {
    cursor: pointer;
}

/* Input */
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
    padding: 0px 5px !important;
    margin: 0;
    width: 100%;
    box-shadow: none !important;
    height: 100% !important;
    background: transparent;
    color: #3a3a3a;
    border-radius: 2px !important;
    border: 1px solid #e0e0e0 !important;
    text-align: center;
    font-family: monospace;
    font-size: inherit !important;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    position: relative;
    padding: 10px;
}
.sp-picker-container {
    width: 200px;
    padding-bottom: 0;
}

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

.sp-palette-only .sp-palette-container {
    border: 0;
}

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

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

}
.sp-initial .spe-thumb-el.sp-thumb-active {
    border-radius: 0 5px 5px 0;
}
.sp-initial .spe-thumb-el{
   border-radius: 5px 0 0 5px;
}

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

/* Buttons */
.sp-button-container {
    float: right;
}
.sp-palette-button-container {
    margin-top: 10px;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    position: relative;
    overflow:hidden;
    cursor:pointer;
    display:inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    color: #666;
    transition: border-color .3s;
    vertical-align: middle;
    width: 3rem;
    height: 1.5rem;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border: 1px solid #666;
    color: black;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    position: absolute;
    font-size: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 2px;
    line-height: 1.6rem;
    background-color: white
}
.sp-preview {
    position:relative;
    width: 100%;
    height: 100%;
    float:left;
    z-index: 0;
}
.sp-preview-inner {
    transition: background-color .2s;
}
.sp-preview-inner.sp-clear-display {
    /*width: 20px;
    margin-left: 10px;
    margin-top: 2px;*/
    display: none;
}

/* Color Picker */
.sp-palette .sp-thumb-el {
    width: 16px;
    height: 16px;
    margin: 3px;
    border: none;
    border-radius: 3px;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
    border-radius: 3px;
    border: none;
    background: transparent;
    line-height: 1;
    padding: 0 8px;
    height: 25px;
    text-transform: capitalize;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #606c72;
    font-weight: bold;
}
.sp-container button.sp-choose {
    background-color: #3cab3b;
    color: #fff;
    margin-left: 5px;
}
.sp-container button:hover {
    opacity: .8;
}
.sp-container button.sp-palette-toggle {
    width: 100%;
    background-color: #f3f3f3;
    margin: 0;
}


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

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

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

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

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

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==);
}

.formularhead2 {
  padding-left: 4px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.formularhead {
  padding-left: 4px;
  margin-bottom: 5px;
}
.formulargroup {
  margin-top: 10px;
}
.grenznachweiserrortext {
  color: #a94442;
}
.grenznachweiszweck {
  padding-top: 5px;
}
.grenznachweisrow {
  padding-left: 5px;
  padding-right: 5px;
}
.grenznachweisdiv {
  max-height: inherit;
  width: 500px;
}

.upload-icon {
  display: inline-block;
  margin-top: 24px;
  cursor: pointer;
}
.red {
  color: #e90000;
}
.green {
  color: #00b61e;
}
.upload-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}
.check-icon-importer {
  padding-left: 10px;
}

.btn-setStyle {
  width: auto;
  margin-top: 10px;
}
#customImportSettings > .row {
  padding-top: 5px;
  padding-bottom: 5px;
}

#wmsCapabilitiesInput {
  width: 100%;
}

#selectWmsLayer {
  max-height: 300px;
  overflow-y: auto;
}
.childrenLayer {
  margin-left: 1em;
}

#wfsCapabilitiesInput {
  width: 100%;
}

#wmtsCapabilitiesInput {
  width: 100%;
}

#selectWmtsLayer {
  max-height: 300px;
  overflow-y: auto;
}

.btn-edit-layer {
  margin-top: 20px;
}

.stylePreview {
  border: 0px;
}
.colorPickerFill .sp-replacer.sp-light,
.colorPickerStroke .sp-replacer.sp-light {
  width: 100%;
  height: 30px;
  border-radius: unset;
}
.colorPickerFill .sp-replacer.sp-light .sp-dd,
.colorPickerStroke .sp-replacer.sp-light .sp-dd {
  font-size: 9px;
  padding-top: 6px;
  padding-right: 3px;
  padding-left: 3px;
  line-height: unset;
}
.btn-apply-style,
.btn-reset-style {
  margin-top: 10px;
}


.btn-setStyle {
  width: auto;
  margin-top: 10px;
}
#customImportSettings > .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.max-Features {
  width: 80px;
}
.addFeaturesToDrawLayer {
  padding-left: 15px;
  padding-top: 10px;
}
.addFeaturesToDrawLayer input {
  margin-right: 5px;
}

.btn-edit-layer {
  margin-top: 20px;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Adapted to Masterportal Requirements (https://www.hamburg.de/geowerkstatt)
 */
.bootstrap-scope {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}
.bootstrap-scope html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bootstrap-scope body {
  margin: 0;
}
.bootstrap-scope article,
.bootstrap-scope aside,
.bootstrap-scope details,
.bootstrap-scope figcaption,
.bootstrap-scope figure,
.bootstrap-scope footer,
.bootstrap-scope header,
.bootstrap-scope hgroup,
.bootstrap-scope main,
.bootstrap-scope menu,
.bootstrap-scope nav,
.bootstrap-scope section,
.bootstrap-scope summary {
  display: block;
}
.bootstrap-scope audio,
.bootstrap-scope canvas,
.bootstrap-scope progress,
.bootstrap-scope video {
  display: inline-block;
  vertical-align: baseline;
}
.bootstrap-scope audio:not([controls]) {
  display: none;
  height: 0;
}
.bootstrap-scope [hidden],
.bootstrap-scope template {
  display: none;
}
.bootstrap-scope a {
  background-color: transparent;
}
.bootstrap-scope a:active,
.bootstrap-scope a:hover {
  outline: 0;
}
.bootstrap-scope abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.bootstrap-scope b,
.bootstrap-scope strong {
  font-weight: bold;
}
.bootstrap-scope dfn {
  font-style: italic;
}
.bootstrap-scope h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bootstrap-scope mark {
  background: #ff0;
  color: #000;
}
.bootstrap-scope small {
  font-size: 80%;
}
.bootstrap-scope sub,
.bootstrap-scope sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bootstrap-scope sup {
  top: -0.5em;
}
.bootstrap-scope sub {
  bottom: -0.25em;
}
.bootstrap-scope img {
  border: 0;
}
.bootstrap-scope svg:not(:root) {
  overflow: hidden;
}
.bootstrap-scope figure {
  margin: 1em 40px;
}
.bootstrap-scope hr {
  box-sizing: content-box;
  height: 0;
}
.bootstrap-scope pre {
  overflow: auto;
}
.bootstrap-scope code,
.bootstrap-scope kbd,
.bootstrap-scope pre,
.bootstrap-scope samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bootstrap-scope button,
.bootstrap-scope input,
.bootstrap-scope optgroup,
.bootstrap-scope select,
.bootstrap-scope textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bootstrap-scope button {
  overflow: visible;
}
.bootstrap-scope button,
.bootstrap-scope select {
  text-transform: none;
}
.bootstrap-scope button,
.bootstrap-scope html input[type="button"],
.bootstrap-scope input[type="reset"],
.bootstrap-scope input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bootstrap-scope button[disabled],
.bootstrap-scope html input[disabled] {
  cursor: default;
}
.bootstrap-scope button::-moz-focus-inner,
.bootstrap-scope input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bootstrap-scope input {
  line-height: normal;
}
.bootstrap-scope input[type="checkbox"],
.bootstrap-scope input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-scope input[type="number"]::-webkit-inner-spin-button,
.bootstrap-scope input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-scope input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.bootstrap-scope input[type="search"]::-webkit-search-cancel-button,
.bootstrap-scope input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-scope fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bootstrap-scope legend {
  border: 0;
  padding: 0;
}
.bootstrap-scope textarea {
  overflow: auto;
}
.bootstrap-scope optgroup {
  font-weight: bold;
}
.bootstrap-scope table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap-scope td,
.bootstrap-scope th {
  padding: 0;
}
@media print {
  .bootstrap-scope *,
  .bootstrap-scope *:before,
  .bootstrap-scope *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .bootstrap-scope a,
  .bootstrap-scope a:visited {
    text-decoration: underline;
  }
  .bootstrap-scope a[href]:after {
    content: " (" attr(href) ")";
  }
  .bootstrap-scope abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bootstrap-scope a[href^="#"]:after,
  .bootstrap-scope a[href^="javascript:"]:after {
    content: "";
  }
  .bootstrap-scope pre,
  .bootstrap-scope blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bootstrap-scope thead {
    display: table-header-group;
  }
  .bootstrap-scope tr,
  .bootstrap-scope img {
    page-break-inside: avoid;
  }
  .bootstrap-scope img {
    max-width: 100% !important;
  }
  .bootstrap-scope p,
  .bootstrap-scope h2,
  .bootstrap-scope h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-scope h2,
  .bootstrap-scope h3 {
    page-break-after: avoid;
  }
  .bootstrap-scope .navbar {
    display: none;
  }
  .bootstrap-scope .btn > .caret,
  .bootstrap-scope .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bootstrap-scope .label {
    border: 1px solid #000;
  }
  .bootstrap-scope .table {
    border-collapse: collapse !important;
  }
  .bootstrap-scope .table td,
  .bootstrap-scope .table th {
    background-color: #fff !important;
  }
  .bootstrap-scope .table-bordered th,
  .bootstrap-scope .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(./woffs/glyphicons-halflings-regular.eot);
  src: url(./woffs/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(./woffs/glyphicons-halflings-regular.woff2) format("woff2"), url(./woffs/glyphicons-halflings-regular.woff) format("woff"), url(./woffs/glyphicons-halflings-regular.ttf) format("truetype"), url(./woffs/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.bootstrap-scope .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-scope .glyphicon-asterisk:before {
  content: "*";
}
.bootstrap-scope .glyphicon-plus:before {
  content: "+";
}
.bootstrap-scope .glyphicon-euro:before,
.bootstrap-scope .glyphicon-eur:before {
  content: "\20AC";
}
.bootstrap-scope .glyphicon-minus:before {
  content: "\2212";
}
.bootstrap-scope .glyphicon-cloud:before {
  content: "\2601";
}
.bootstrap-scope .glyphicon-envelope:before {
  content: "\2709";
}
.bootstrap-scope .glyphicon-pencil:before {
  content: "\270F";
}
.bootstrap-scope .glyphicon-glass:before {
  content: "\E001";
}
.bootstrap-scope .glyphicon-music:before {
  content: "\E002";
}
.bootstrap-scope .glyphicon-search:before {
  content: "\E003";
}
.bootstrap-scope .glyphicon-heart:before {
  content: "\E005";
}
.bootstrap-scope .glyphicon-star:before {
  content: "\E006";
}
.bootstrap-scope .glyphicon-star-empty:before {
  content: "\E007";
}
.bootstrap-scope .glyphicon-user:before {
  content: "\E008";
}
.bootstrap-scope .glyphicon-film:before {
  content: "\E009";
}
.bootstrap-scope .glyphicon-th-large:before {
  content: "\E010";
}
.bootstrap-scope .glyphicon-th:before {
  content: "\E011";
}
.bootstrap-scope .glyphicon-th-list:before {
  content: "\E012";
}
.bootstrap-scope .glyphicon-ok:before {
  content: "\E013";
}
.bootstrap-scope .glyphicon-remove:before {
  content: "\E014";
}
.bootstrap-scope .glyphicon-zoom-in:before {
  content: "\E015";
}
.bootstrap-scope .glyphicon-zoom-out:before {
  content: "\E016";
}
.bootstrap-scope .glyphicon-off:before {
  content: "\E017";
}
.bootstrap-scope .glyphicon-signal:before {
  content: "\E018";
}
.bootstrap-scope .glyphicon-cog:before {
  content: "\E019";
}
.bootstrap-scope .glyphicon-trash:before {
  content: "\E020";
}
.bootstrap-scope .glyphicon-home:before {
  content: "\E021";
}
.bootstrap-scope .glyphicon-file:before {
  content: "\E022";
}
.bootstrap-scope .glyphicon-time:before {
  content: "\E023";
}
.bootstrap-scope .glyphicon-road:before {
  content: "\E024";
}
.bootstrap-scope .glyphicon-download-alt:before {
  content: "\E025";
}
.bootstrap-scope .glyphicon-download:before {
  content: "\E026";
}
.bootstrap-scope .glyphicon-upload:before {
  content: "\E027";
}
.bootstrap-scope .glyphicon-inbox:before {
  content: "\E028";
}
.bootstrap-scope .glyphicon-play-circle:before {
  content: "\E029";
}
.bootstrap-scope .glyphicon-repeat:before {
  content: "\E030";
}
.bootstrap-scope .glyphicon-refresh:before {
  content: "\E031";
}
.bootstrap-scope .glyphicon-list-alt:before {
  content: "\E032";
}
.bootstrap-scope .glyphicon-lock:before {
  content: "\E033";
}
.bootstrap-scope .glyphicon-flag:before {
  content: "\E034";
}
.bootstrap-scope .glyphicon-headphones:before {
  content: "\E035";
}
.bootstrap-scope .glyphicon-volume-off:before {
  content: "\E036";
}
.bootstrap-scope .glyphicon-volume-down:before {
  content: "\E037";
}
.bootstrap-scope .glyphicon-volume-up:before {
  content: "\E038";
}
.bootstrap-scope .glyphicon-qrcode:before {
  content: "\E039";
}
.bootstrap-scope .glyphicon-barcode:before {
  content: "\E040";
}
.bootstrap-scope .glyphicon-tag:before {
  content: "\E041";
}
.bootstrap-scope .glyphicon-tags:before {
  content: "\E042";
}
.bootstrap-scope .glyphicon-book:before {
  content: "\E043";
}
.bootstrap-scope .glyphicon-bookmark:before {
  content: "\E044";
}
.bootstrap-scope .glyphicon-print:before {
  content: "\E045";
}
.bootstrap-scope .glyphicon-camera:before {
  content: "\E046";
}
.bootstrap-scope .glyphicon-font:before {
  content: "\E047";
}
.bootstrap-scope .glyphicon-bold:before {
  content: "\E048";
}
.bootstrap-scope .glyphicon-italic:before {
  content: "\E049";
}
.bootstrap-scope .glyphicon-text-height:before {
  content: "\E050";
}
.bootstrap-scope .glyphicon-text-width:before {
  content: "\E051";
}
.bootstrap-scope .glyphicon-align-left:before {
  content: "\E052";
}
.bootstrap-scope .glyphicon-align-center:before {
  content: "\E053";
}
.bootstrap-scope .glyphicon-align-right:before {
  content: "\E054";
}
.bootstrap-scope .glyphicon-align-justify:before {
  content: "\E055";
}
.bootstrap-scope .glyphicon-list:before {
  content: "\E056";
}
.bootstrap-scope .glyphicon-indent-left:before {
  content: "\E057";
}
.bootstrap-scope .glyphicon-indent-right:before {
  content: "\E058";
}
.bootstrap-scope .glyphicon-facetime-video:before {
  content: "\E059";
}
.bootstrap-scope .glyphicon-picture:before {
  content: "\E060";
}
.bootstrap-scope .glyphicon-map-marker:before {
  content: "\E062";
}
.bootstrap-scope .glyphicon-adjust:before {
  content: "\E063";
}
.bootstrap-scope .glyphicon-tint:before {
  content: "\E064";
}
.bootstrap-scope .glyphicon-edit:before {
  content: "\E065";
}
.bootstrap-scope .glyphicon-share:before {
  content: "\E066";
}
.bootstrap-scope .glyphicon-check:before {
  content: "\E067";
}
.bootstrap-scope .glyphicon-move:before {
  content: "\E068";
}
.bootstrap-scope .glyphicon-step-backward:before {
  content: "\E069";
}
.bootstrap-scope .glyphicon-fast-backward:before {
  content: "\E070";
}
.bootstrap-scope .glyphicon-backward:before {
  content: "\E071";
}
.bootstrap-scope .glyphicon-play:before {
  content: "\E072";
}
.bootstrap-scope .glyphicon-pause:before {
  content: "\E073";
}
.bootstrap-scope .glyphicon-stop:before {
  content: "\E074";
}
.bootstrap-scope .glyphicon-forward:before {
  content: "\E075";
}
.bootstrap-scope .glyphicon-fast-forward:before {
  content: "\E076";
}
.bootstrap-scope .glyphicon-step-forward:before {
  content: "\E077";
}
.bootstrap-scope .glyphicon-eject:before {
  content: "\E078";
}
.bootstrap-scope .glyphicon-chevron-left:before {
  content: "\E079";
}
.bootstrap-scope .glyphicon-chevron-right:before {
  content: "\E080";
}
.bootstrap-scope .glyphicon-plus-sign:before {
  content: "\E081";
}
.bootstrap-scope .glyphicon-minus-sign:before {
  content: "\E082";
}
.bootstrap-scope .glyphicon-remove-sign:before {
  content: "\E083";
}
.bootstrap-scope .glyphicon-ok-sign:before {
  content: "\E084";
}
.bootstrap-scope .glyphicon-question-sign:before {
  content: "\E085";
}
.bootstrap-scope .glyphicon-info-sign:before {
  content: "\E086";
}
.bootstrap-scope .glyphicon-screenshot:before {
  content: "\E087";
}
.bootstrap-scope .glyphicon-remove-circle:before {
  content: "\E088";
}
.bootstrap-scope .glyphicon-ok-circle:before {
  content: "\E089";
}
.bootstrap-scope .glyphicon-ban-circle:before {
  content: "\E090";
}
.bootstrap-scope .glyphicon-arrow-left:before {
  content: "\E091";
}
.bootstrap-scope .glyphicon-arrow-right:before {
  content: "\E092";
}
.bootstrap-scope .glyphicon-arrow-up:before {
  content: "\E093";
}
.bootstrap-scope .glyphicon-arrow-down:before {
  content: "\E094";
}
.bootstrap-scope .glyphicon-share-alt:before {
  content: "\E095";
}
.bootstrap-scope .glyphicon-resize-full:before {
  content: "\E096";
}
.bootstrap-scope .glyphicon-resize-small:before {
  content: "\E097";
}
.bootstrap-scope .glyphicon-exclamation-sign:before {
  content: "\E101";
}
.bootstrap-scope .glyphicon-gift:before {
  content: "\E102";
}
.bootstrap-scope .glyphicon-leaf:before {
  content: "\E103";
}
.bootstrap-scope .glyphicon-fire:before {
  content: "\E104";
}
.bootstrap-scope .glyphicon-eye-open:before {
  content: "\E105";
}
.bootstrap-scope .glyphicon-eye-close:before {
  content: "\E106";
}
.bootstrap-scope .glyphicon-warning-sign:before {
  content: "\E107";
}
.bootstrap-scope .glyphicon-plane:before {
  content: "\E108";
}
.bootstrap-scope .glyphicon-calendar:before {
  content: "\E109";
}
.bootstrap-scope .glyphicon-random:before {
  content: "\E110";
}
.bootstrap-scope .glyphicon-comment:before {
  content: "\E111";
}
.bootstrap-scope .glyphicon-magnet:before {
  content: "\E112";
}
.bootstrap-scope .glyphicon-chevron-up:before {
  content: "\E113";
}
.bootstrap-scope .glyphicon-chevron-down:before {
  content: "\E114";
}
.bootstrap-scope .glyphicon-retweet:before {
  content: "\E115";
}
.bootstrap-scope .glyphicon-shopping-cart:before {
  content: "\E116";
}
.bootstrap-scope .glyphicon-folder-close:before {
  content: "\E117";
}
.bootstrap-scope .glyphicon-folder-open:before {
  content: "\E118";
}
.bootstrap-scope .glyphicon-resize-vertical:before {
  content: "\E119";
}
.bootstrap-scope .glyphicon-resize-horizontal:before {
  content: "\E120";
}
.bootstrap-scope .glyphicon-hdd:before {
  content: "\E121";
}
.bootstrap-scope .glyphicon-bullhorn:before {
  content: "\E122";
}
.bootstrap-scope .glyphicon-bell:before {
  content: "\E123";
}
.bootstrap-scope .glyphicon-certificate:before {
  content: "\E124";
}
.bootstrap-scope .glyphicon-thumbs-up:before {
  content: "\E125";
}
.bootstrap-scope .glyphicon-thumbs-down:before {
  content: "\E126";
}
.bootstrap-scope .glyphicon-hand-right:before {
  content: "\E127";
}
.bootstrap-scope .glyphicon-hand-left:before {
  content: "\E128";
}
.bootstrap-scope .glyphicon-hand-up:before {
  content: "\E129";
}
.bootstrap-scope .glyphicon-hand-down:before {
  content: "\E130";
}
.bootstrap-scope .glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.bootstrap-scope .glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.bootstrap-scope .glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.bootstrap-scope .glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.bootstrap-scope .glyphicon-globe:before {
  content: "\E135";
}
.bootstrap-scope .glyphicon-wrench:before {
  content: "\E136";
}
.bootstrap-scope .glyphicon-tasks:before {
  content: "\E137";
}
.bootstrap-scope .glyphicon-filter:before {
  content: "\E138";
}
.bootstrap-scope .glyphicon-briefcase:before {
  content: "\E139";
}
.bootstrap-scope .glyphicon-fullscreen:before {
  content: "\E140";
}
.bootstrap-scope .glyphicon-dashboard:before {
  content: "\E141";
}
.bootstrap-scope .glyphicon-paperclip:before {
  content: "\E142";
}
.bootstrap-scope .glyphicon-heart-empty:before {
  content: "\E143";
}
.bootstrap-scope .glyphicon-link:before {
  content: "\E144";
}
.bootstrap-scope .glyphicon-phone:before {
  content: "\E145";
}
.bootstrap-scope .glyphicon-pushpin:before {
  content: "\E146";
}
.bootstrap-scope .glyphicon-usd:before {
  content: "\E148";
}
.bootstrap-scope .glyphicon-gbp:before {
  content: "\E149";
}
.bootstrap-scope .glyphicon-sort:before {
  content: "\E150";
}
.bootstrap-scope .glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.bootstrap-scope .glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.bootstrap-scope .glyphicon-sort-by-order:before {
  content: "\E153";
}
.bootstrap-scope .glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.bootstrap-scope .glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.bootstrap-scope .glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.bootstrap-scope .glyphicon-unchecked:before {
  content: "\E157";
}
.bootstrap-scope .glyphicon-expand:before {
  content: "\E158";
}
.bootstrap-scope .glyphicon-collapse-down:before {
  content: "\E159";
}
.bootstrap-scope .glyphicon-collapse-up:before {
  content: "\E160";
}
.bootstrap-scope .glyphicon-log-in:before {
  content: "\E161";
}
.bootstrap-scope .glyphicon-flash:before {
  content: "\E162";
}
.bootstrap-scope .glyphicon-log-out:before {
  content: "\E163";
}
.bootstrap-scope .glyphicon-new-window:before {
  content: "\E164";
}
.bootstrap-scope .glyphicon-record:before {
  content: "\E165";
}
.bootstrap-scope .glyphicon-save:before {
  content: "\E166";
}
.bootstrap-scope .glyphicon-open:before {
  content: "\E167";
}
.bootstrap-scope .glyphicon-saved:before {
  content: "\E168";
}
.bootstrap-scope .glyphicon-import:before {
  content: "\E169";
}
.bootstrap-scope .glyphicon-export:before {
  content: "\E170";
}
.bootstrap-scope .glyphicon-send:before {
  content: "\E171";
}
.bootstrap-scope .glyphicon-floppy-disk:before {
  content: "\E172";
}
.bootstrap-scope .glyphicon-floppy-saved:before {
  content: "\E173";
}
.bootstrap-scope .glyphicon-floppy-remove:before {
  content: "\E174";
}
.bootstrap-scope .glyphicon-floppy-save:before {
  content: "\E175";
}
.bootstrap-scope .glyphicon-floppy-open:before {
  content: "\E176";
}
.bootstrap-scope .glyphicon-credit-card:before {
  content: "\E177";
}
.bootstrap-scope .glyphicon-transfer:before {
  content: "\E178";
}
.bootstrap-scope .glyphicon-cutlery:before {
  content: "\E179";
}
.bootstrap-scope .glyphicon-header:before {
  content: "\E180";
}
.bootstrap-scope .glyphicon-compressed:before {
  content: "\E181";
}
.bootstrap-scope .glyphicon-earphone:before {
  content: "\E182";
}
.bootstrap-scope .glyphicon-phone-alt:before {
  content: "\E183";
}
.bootstrap-scope .glyphicon-tower:before {
  content: "\E184";
}
.bootstrap-scope .glyphicon-stats:before {
  content: "\E185";
}
.bootstrap-scope .glyphicon-sd-video:before {
  content: "\E186";
}
.bootstrap-scope .glyphicon-hd-video:before {
  content: "\E187";
}
.bootstrap-scope .glyphicon-subtitles:before {
  content: "\E188";
}
.bootstrap-scope .glyphicon-sound-stereo:before {
  content: "\E189";
}
.bootstrap-scope .glyphicon-sound-dolby:before {
  content: "\E190";
}
.bootstrap-scope .glyphicon-sound-5-1:before {
  content: "\E191";
}
.bootstrap-scope .glyphicon-sound-6-1:before {
  content: "\E192";
}
.bootstrap-scope .glyphicon-sound-7-1:before {
  content: "\E193";
}
.bootstrap-scope .glyphicon-copyright-mark:before {
  content: "\E194";
}
.bootstrap-scope .glyphicon-registration-mark:before {
  content: "\E195";
}
.bootstrap-scope .glyphicon-cloud-download:before {
  content: "\E197";
}
.bootstrap-scope .glyphicon-cloud-upload:before {
  content: "\E198";
}
.bootstrap-scope .glyphicon-tree-conifer:before {
  content: "\E199";
}
.bootstrap-scope .glyphicon-tree-deciduous:before {
  content: "\E200";
}
.bootstrap-scope .glyphicon-cd:before {
  content: "\E201";
}
.bootstrap-scope .glyphicon-save-file:before {
  content: "\E202";
}
.bootstrap-scope .glyphicon-open-file:before {
  content: "\E203";
}
.bootstrap-scope .glyphicon-level-up:before {
  content: "\E204";
}
.bootstrap-scope .glyphicon-copy:before {
  content: "\E205";
}
.bootstrap-scope .glyphicon-paste:before {
  content: "\E206";
}
.bootstrap-scope .glyphicon-alert:before {
  content: "\E209";
}
.bootstrap-scope .glyphicon-equalizer:before {
  content: "\E210";
}
.bootstrap-scope .glyphicon-king:before {
  content: "\E211";
}
.bootstrap-scope .glyphicon-queen:before {
  content: "\E212";
}
.bootstrap-scope .glyphicon-pawn:before {
  content: "\E213";
}
.bootstrap-scope .glyphicon-bishop:before {
  content: "\E214";
}
.bootstrap-scope .glyphicon-knight:before {
  content: "\E215";
}
.bootstrap-scope .glyphicon-baby-formula:before {
  content: "\E216";
}
.bootstrap-scope .glyphicon-tent:before {
  content: "\26FA";
}
.bootstrap-scope .glyphicon-blackboard:before {
  content: "\E218";
}
.bootstrap-scope .glyphicon-bed:before {
  content: "\E219";
}
.bootstrap-scope .glyphicon-apple:before {
  content: "\F8FF";
}
.bootstrap-scope .glyphicon-erase:before {
  content: "\E221";
}
.bootstrap-scope .glyphicon-hourglass:before {
  content: "\231B";
}
.bootstrap-scope .glyphicon-lamp:before {
  content: "\E223";
}
.bootstrap-scope .glyphicon-duplicate:before {
  content: "\E224";
}
.bootstrap-scope .glyphicon-piggy-bank:before {
  content: "\E225";
}
.bootstrap-scope .glyphicon-scissors:before {
  content: "\E226";
}
.bootstrap-scope .glyphicon-bitcoin:before {
  content: "\E227";
}
.bootstrap-scope .glyphicon-btc:before {
  content: "\E227";
}
.bootstrap-scope .glyphicon-xbt:before {
  content: "\E227";
}
.bootstrap-scope .glyphicon-yen:before {
  content: "\A5";
}
.bootstrap-scope .glyphicon-jpy:before {
  content: "\A5";
}
.bootstrap-scope .glyphicon-ruble:before {
  content: "\20BD";
}
.bootstrap-scope .glyphicon-rub:before {
  content: "\20BD";
}
.bootstrap-scope .glyphicon-scale:before {
  content: "\E230";
}
.bootstrap-scope .glyphicon-ice-lolly:before {
  content: "\E231";
}
.bootstrap-scope .glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.bootstrap-scope .glyphicon-education:before {
  content: "\E233";
}
.bootstrap-scope .glyphicon-option-horizontal:before {
  content: "\E234";
}
.bootstrap-scope .glyphicon-option-vertical:before {
  content: "\E235";
}
.bootstrap-scope .glyphicon-menu-hamburger:before {
  content: "\E236";
}
.bootstrap-scope .glyphicon-modal-window:before {
  content: "\E237";
}
.bootstrap-scope .glyphicon-oil:before {
  content: "\E238";
}
.bootstrap-scope .glyphicon-grain:before {
  content: "\E239";
}
.bootstrap-scope .glyphicon-sunglasses:before {
  content: "\E240";
}
.bootstrap-scope .glyphicon-text-size:before {
  content: "\E241";
}
.bootstrap-scope .glyphicon-text-color:before {
  content: "\E242";
}
.bootstrap-scope .glyphicon-text-background:before {
  content: "\E243";
}
.bootstrap-scope .glyphicon-object-align-top:before {
  content: "\E244";
}
.bootstrap-scope .glyphicon-object-align-bottom:before {
  content: "\E245";
}
.bootstrap-scope .glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.bootstrap-scope .glyphicon-object-align-left:before {
  content: "\E247";
}
.bootstrap-scope .glyphicon-object-align-vertical:before {
  content: "\E248";
}
.bootstrap-scope .glyphicon-object-align-right:before {
  content: "\E249";
}
.bootstrap-scope .glyphicon-triangle-right:before {
  content: "\E250";
}
.bootstrap-scope .glyphicon-triangle-left:before {
  content: "\E251";
}
.bootstrap-scope .glyphicon-triangle-bottom:before {
  content: "\E252";
}
.bootstrap-scope .glyphicon-triangle-top:before {
  content: "\E253";
}
.bootstrap-scope .glyphicon-console:before {
  content: "\E254";
}
.bootstrap-scope .glyphicon-superscript:before {
  content: "\E255";
}
.bootstrap-scope .glyphicon-subscript:before {
  content: "\E256";
}
.bootstrap-scope .glyphicon-menu-left:before {
  content: "\E257";
}
.bootstrap-scope .glyphicon-menu-right:before {
  content: "\E258";
}
.bootstrap-scope .glyphicon-menu-down:before {
  content: "\E259";
}
.bootstrap-scope .glyphicon-menu-up:before {
  content: "\E260";
}
.bootstrap-scope * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-scope *:before,
.bootstrap-scope *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-scope html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-scope body {
  font-family: MasterPortalFont, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.bootstrap-scope input,
.bootstrap-scope button,
.bootstrap-scope select,
.bootstrap-scope textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-scope a {
  color: #337ab7;
  text-decoration: none;
}
.bootstrap-scope a:hover,
.bootstrap-scope a:focus {
  color: #23527c;
  text-decoration: underline;
}
.bootstrap-scope a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-scope figure {
  margin: 0;
}
.bootstrap-scope img {
  vertical-align: middle;
}
.bootstrap-scope .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bootstrap-scope .img-rounded {
  border-radius: 0;
}
.bootstrap-scope .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bootstrap-scope .img-circle {
  border-radius: 50%;
}
.bootstrap-scope hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bootstrap-scope .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-scope .sr-only-focusable:active,
.bootstrap-scope .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bootstrap-scope [role="button"] {
  cursor: pointer;
}
.bootstrap-scope h1,
.bootstrap-scope h2,
.bootstrap-scope h3,
.bootstrap-scope h4,
.bootstrap-scope h5,
.bootstrap-scope h6,
.bootstrap-scope .h1,
.bootstrap-scope .h2,
.bootstrap-scope .h3,
.bootstrap-scope .h4,
.bootstrap-scope .h5,
.bootstrap-scope .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bootstrap-scope h1 small,
.bootstrap-scope h2 small,
.bootstrap-scope h3 small,
.bootstrap-scope h4 small,
.bootstrap-scope h5 small,
.bootstrap-scope h6 small,
.bootstrap-scope .h1 small,
.bootstrap-scope .h2 small,
.bootstrap-scope .h3 small,
.bootstrap-scope .h4 small,
.bootstrap-scope .h5 small,
.bootstrap-scope .h6 small,
.bootstrap-scope h1 .small,
.bootstrap-scope h2 .small,
.bootstrap-scope h3 .small,
.bootstrap-scope h4 .small,
.bootstrap-scope h5 .small,
.bootstrap-scope h6 .small,
.bootstrap-scope .h1 .small,
.bootstrap-scope .h2 .small,
.bootstrap-scope .h3 .small,
.bootstrap-scope .h4 .small,
.bootstrap-scope .h5 .small,
.bootstrap-scope .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.bootstrap-scope h1,
.bootstrap-scope .h1,
.bootstrap-scope h2,
.bootstrap-scope .h2,
.bootstrap-scope h3,
.bootstrap-scope .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bootstrap-scope h1 small,
.bootstrap-scope .h1 small,
.bootstrap-scope h2 small,
.bootstrap-scope .h2 small,
.bootstrap-scope h3 small,
.bootstrap-scope .h3 small,
.bootstrap-scope h1 .small,
.bootstrap-scope .h1 .small,
.bootstrap-scope h2 .small,
.bootstrap-scope .h2 .small,
.bootstrap-scope h3 .small,
.bootstrap-scope .h3 .small {
  font-size: 65%;
}
.bootstrap-scope h4,
.bootstrap-scope .h4,
.bootstrap-scope h5,
.bootstrap-scope .h5,
.bootstrap-scope h6,
.bootstrap-scope .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-scope h4 small,
.bootstrap-scope .h4 small,
.bootstrap-scope h5 small,
.bootstrap-scope .h5 small,
.bootstrap-scope h6 small,
.bootstrap-scope .h6 small,
.bootstrap-scope h4 .small,
.bootstrap-scope .h4 .small,
.bootstrap-scope h5 .small,
.bootstrap-scope .h5 .small,
.bootstrap-scope h6 .small,
.bootstrap-scope .h6 .small {
  font-size: 75%;
}
.bootstrap-scope h1,
.bootstrap-scope .h1 {
  font-size: 36px;
}
.bootstrap-scope h2,
.bootstrap-scope .h2 {
  font-size: 30px;
}
.bootstrap-scope h3,
.bootstrap-scope .h3 {
  font-size: 24px;
}
.bootstrap-scope h4,
.bootstrap-scope .h4 {
  font-size: 18px;
}
.bootstrap-scope h5,
.bootstrap-scope .h5 {
  font-size: 14px;
}
.bootstrap-scope h6,
.bootstrap-scope .h6 {
  font-size: 12px;
}
.bootstrap-scope p {
  margin: 0 0 10px;
}
.bootstrap-scope .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bootstrap-scope .lead {
    font-size: 21px;
  }
}
.bootstrap-scope small,
.bootstrap-scope .small {
  font-size: 85%;
}
.bootstrap-scope mark,
.bootstrap-scope .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap-scope .text-left {
  text-align: left;
}
.bootstrap-scope .text-right {
  text-align: right;
}
.bootstrap-scope .text-center {
  text-align: center;
}
.bootstrap-scope .text-justify {
  text-align: justify;
}
.bootstrap-scope .text-nowrap {
  white-space: nowrap;
}
.bootstrap-scope .text-lowercase {
  text-transform: lowercase;
}
.bootstrap-scope .text-uppercase {
  text-transform: uppercase;
}
.bootstrap-scope .text-capitalize {
  text-transform: capitalize;
}
.bootstrap-scope .text-muted {
  color: #777777;
}
.bootstrap-scope .text-primary {
  color: #337ab7;
}
a.bootstrap-scope .text-primary:hover,
a.bootstrap-scope .text-primary:focus {
  color: #286090;
}
.bootstrap-scope .text-success {
  color: #3c763d;
}
a.bootstrap-scope .text-success:hover,
a.bootstrap-scope .text-success:focus {
  color: #2b542c;
}
.bootstrap-scope .text-info {
  color: #31708f;
}
a.bootstrap-scope .text-info:hover,
a.bootstrap-scope .text-info:focus {
  color: #245269;
}
.bootstrap-scope .text-warning {
  color: #8a6d3b;
}
a.bootstrap-scope .text-warning:hover,
a.bootstrap-scope .text-warning:focus {
  color: #66512c;
}
.bootstrap-scope .text-danger {
  color: #a94442;
}
a.bootstrap-scope .text-danger:hover,
a.bootstrap-scope .text-danger:focus {
  color: #843534;
}
.bootstrap-scope .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bootstrap-scope .bg-primary:hover,
a.bootstrap-scope .bg-primary:focus {
  background-color: #286090;
}
.bootstrap-scope .bg-success {
  background-color: #dff0d8;
}
a.bootstrap-scope .bg-success:hover,
a.bootstrap-scope .bg-success:focus {
  background-color: #c1e2b3;
}
.bootstrap-scope .bg-info {
  background-color: #d9edf7;
}
a.bootstrap-scope .bg-info:hover,
a.bootstrap-scope .bg-info:focus {
  background-color: #afd9ee;
}
.bootstrap-scope .bg-warning {
  background-color: #fcf8e3;
}
a.bootstrap-scope .bg-warning:hover,
a.bootstrap-scope .bg-warning:focus {
  background-color: #f7ecb5;
}
.bootstrap-scope .bg-danger {
  background-color: #f2dede;
}
a.bootstrap-scope .bg-danger:hover,
a.bootstrap-scope .bg-danger:focus {
  background-color: #e4b9b9;
}
.bootstrap-scope .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.bootstrap-scope ul,
.bootstrap-scope ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bootstrap-scope ul ul,
.bootstrap-scope ol ul,
.bootstrap-scope ul ol,
.bootstrap-scope ol ol {
  margin-bottom: 0;
}
.bootstrap-scope .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-scope .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bootstrap-scope .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap-scope dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bootstrap-scope dt,
.bootstrap-scope dd {
  line-height: 1.42857143;
}
.bootstrap-scope dt {
  font-weight: 700;
}
.bootstrap-scope dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bootstrap-scope .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap-scope .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bootstrap-scope abbr[title],
.bootstrap-scope abbr[data-original-title] {
  cursor: help;
}
.bootstrap-scope .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-scope blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.bootstrap-scope blockquote p:last-child,
.bootstrap-scope blockquote ul:last-child,
.bootstrap-scope blockquote ol:last-child {
  margin-bottom: 0;
}
.bootstrap-scope blockquote footer,
.bootstrap-scope blockquote small,
.bootstrap-scope blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.bootstrap-scope blockquote footer:before,
.bootstrap-scope blockquote small:before,
.bootstrap-scope blockquote .small:before {
  content: "\2014   \A0";
}
.bootstrap-scope .blockquote-reverse,
.bootstrap-scope blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.bootstrap-scope .blockquote-reverse footer:before,
.bootstrap-scope blockquote.pull-right footer:before,
.bootstrap-scope .blockquote-reverse small:before,
.bootstrap-scope blockquote.pull-right small:before,
.bootstrap-scope .blockquote-reverse .small:before,
.bootstrap-scope blockquote.pull-right .small:before {
  content: "";
}
.bootstrap-scope .blockquote-reverse footer:after,
.bootstrap-scope blockquote.pull-right footer:after,
.bootstrap-scope .blockquote-reverse small:after,
.bootstrap-scope blockquote.pull-right small:after,
.bootstrap-scope .blockquote-reverse .small:after,
.bootstrap-scope blockquote.pull-right .small:after {
  content: "\A0   \2014";
}
.bootstrap-scope address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bootstrap-scope code,
.bootstrap-scope kbd,
.bootstrap-scope pre,
.bootstrap-scope samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-scope code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
.bootstrap-scope kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-scope kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
.bootstrap-scope pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
.bootstrap-scope pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bootstrap-scope .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-scope .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .container {
    width: 1170px;
  }
}
.bootstrap-scope .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-scope .row {
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-scope .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-scope .row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .col-xs-1,
.bootstrap-scope .col-sm-1,
.bootstrap-scope .col-md-1,
.bootstrap-scope .col-lg-1,
.bootstrap-scope .col-xs-2,
.bootstrap-scope .col-sm-2,
.bootstrap-scope .col-md-2,
.bootstrap-scope .col-lg-2,
.bootstrap-scope .col-xs-3,
.bootstrap-scope .col-sm-3,
.bootstrap-scope .col-md-3,
.bootstrap-scope .col-lg-3,
.bootstrap-scope .col-xs-4,
.bootstrap-scope .col-sm-4,
.bootstrap-scope .col-md-4,
.bootstrap-scope .col-lg-4,
.bootstrap-scope .col-xs-5,
.bootstrap-scope .col-sm-5,
.bootstrap-scope .col-md-5,
.bootstrap-scope .col-lg-5,
.bootstrap-scope .col-xs-6,
.bootstrap-scope .col-sm-6,
.bootstrap-scope .col-md-6,
.bootstrap-scope .col-lg-6,
.bootstrap-scope .col-xs-7,
.bootstrap-scope .col-sm-7,
.bootstrap-scope .col-md-7,
.bootstrap-scope .col-lg-7,
.bootstrap-scope .col-xs-8,
.bootstrap-scope .col-sm-8,
.bootstrap-scope .col-md-8,
.bootstrap-scope .col-lg-8,
.bootstrap-scope .col-xs-9,
.bootstrap-scope .col-sm-9,
.bootstrap-scope .col-md-9,
.bootstrap-scope .col-lg-9,
.bootstrap-scope .col-xs-10,
.bootstrap-scope .col-sm-10,
.bootstrap-scope .col-md-10,
.bootstrap-scope .col-lg-10,
.bootstrap-scope .col-xs-11,
.bootstrap-scope .col-sm-11,
.bootstrap-scope .col-md-11,
.bootstrap-scope .col-lg-11,
.bootstrap-scope .col-xs-12,
.bootstrap-scope .col-sm-12,
.bootstrap-scope .col-md-12,
.bootstrap-scope .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-scope .col-xs-1,
.bootstrap-scope .col-xs-2,
.bootstrap-scope .col-xs-3,
.bootstrap-scope .col-xs-4,
.bootstrap-scope .col-xs-5,
.bootstrap-scope .col-xs-6,
.bootstrap-scope .col-xs-7,
.bootstrap-scope .col-xs-8,
.bootstrap-scope .col-xs-9,
.bootstrap-scope .col-xs-10,
.bootstrap-scope .col-xs-11,
.bootstrap-scope .col-xs-12 {
  float: left;
}
.bootstrap-scope .col-xs-12 {
  width: 100%;
}
.bootstrap-scope .col-xs-11 {
  width: 91.66666667%;
}
.bootstrap-scope .col-xs-10 {
  width: 83.33333333%;
}
.bootstrap-scope .col-xs-9 {
  width: 75%;
}
.bootstrap-scope .col-xs-8 {
  width: 66.66666667%;
}
.bootstrap-scope .col-xs-7 {
  width: 58.33333333%;
}
.bootstrap-scope .col-xs-6 {
  width: 50%;
}
.bootstrap-scope .col-xs-5 {
  width: 41.66666667%;
}
.bootstrap-scope .col-xs-4 {
  width: 33.33333333%;
}
.bootstrap-scope .col-xs-3 {
  width: 25%;
}
.bootstrap-scope .col-xs-2 {
  width: 16.66666667%;
}
.bootstrap-scope .col-xs-1 {
  width: 8.33333333%;
}
.bootstrap-scope .col-xs-pull-12 {
  right: 100%;
}
.bootstrap-scope .col-xs-pull-11 {
  right: 91.66666667%;
}
.bootstrap-scope .col-xs-pull-10 {
  right: 83.33333333%;
}
.bootstrap-scope .col-xs-pull-9 {
  right: 75%;
}
.bootstrap-scope .col-xs-pull-8 {
  right: 66.66666667%;
}
.bootstrap-scope .col-xs-pull-7 {
  right: 58.33333333%;
}
.bootstrap-scope .col-xs-pull-6 {
  right: 50%;
}
.bootstrap-scope .col-xs-pull-5 {
  right: 41.66666667%;
}
.bootstrap-scope .col-xs-pull-4 {
  right: 33.33333333%;
}
.bootstrap-scope .col-xs-pull-3 {
  right: 25%;
}
.bootstrap-scope .col-xs-pull-2 {
  right: 16.66666667%;
}
.bootstrap-scope .col-xs-pull-1 {
  right: 8.33333333%;
}
.bootstrap-scope .col-xs-pull-0 {
  right: auto;
}
.bootstrap-scope .col-xs-push-12 {
  left: 100%;
}
.bootstrap-scope .col-xs-push-11 {
  left: 91.66666667%;
}
.bootstrap-scope .col-xs-push-10 {
  left: 83.33333333%;
}
.bootstrap-scope .col-xs-push-9 {
  left: 75%;
}
.bootstrap-scope .col-xs-push-8 {
  left: 66.66666667%;
}
.bootstrap-scope .col-xs-push-7 {
  left: 58.33333333%;
}
.bootstrap-scope .col-xs-push-6 {
  left: 50%;
}
.bootstrap-scope .col-xs-push-5 {
  left: 41.66666667%;
}
.bootstrap-scope .col-xs-push-4 {
  left: 33.33333333%;
}
.bootstrap-scope .col-xs-push-3 {
  left: 25%;
}
.bootstrap-scope .col-xs-push-2 {
  left: 16.66666667%;
}
.bootstrap-scope .col-xs-push-1 {
  left: 8.33333333%;
}
.bootstrap-scope .col-xs-push-0 {
  left: auto;
}
.bootstrap-scope .col-xs-offset-12 {
  margin-left: 100%;
}
.bootstrap-scope .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bootstrap-scope .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bootstrap-scope .col-xs-offset-9 {
  margin-left: 75%;
}
.bootstrap-scope .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bootstrap-scope .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bootstrap-scope .col-xs-offset-6 {
  margin-left: 50%;
}
.bootstrap-scope .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bootstrap-scope .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bootstrap-scope .col-xs-offset-3 {
  margin-left: 25%;
}
.bootstrap-scope .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bootstrap-scope .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bootstrap-scope .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bootstrap-scope .col-sm-1,
  .bootstrap-scope .col-sm-2,
  .bootstrap-scope .col-sm-3,
  .bootstrap-scope .col-sm-4,
  .bootstrap-scope .col-sm-5,
  .bootstrap-scope .col-sm-6,
  .bootstrap-scope .col-sm-7,
  .bootstrap-scope .col-sm-8,
  .bootstrap-scope .col-sm-9,
  .bootstrap-scope .col-sm-10,
  .bootstrap-scope .col-sm-11,
  .bootstrap-scope .col-sm-12 {
    float: left;
  }
  .bootstrap-scope .col-sm-12 {
    width: 100%;
  }
  .bootstrap-scope .col-sm-11 {
    width: 91.66666667%;
  }
  .bootstrap-scope .col-sm-10 {
    width: 83.33333333%;
  }
  .bootstrap-scope .col-sm-9 {
    width: 75%;
  }
  .bootstrap-scope .col-sm-8 {
    width: 66.66666667%;
  }
  .bootstrap-scope .col-sm-7 {
    width: 58.33333333%;
  }
  .bootstrap-scope .col-sm-6 {
    width: 50%;
  }
  .bootstrap-scope .col-sm-5 {
    width: 41.66666667%;
  }
  .bootstrap-scope .col-sm-4 {
    width: 33.33333333%;
  }
  .bootstrap-scope .col-sm-3 {
    width: 25%;
  }
  .bootstrap-scope .col-sm-2 {
    width: 16.66666667%;
  }
  .bootstrap-scope .col-sm-1 {
    width: 8.33333333%;
  }
  .bootstrap-scope .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap-scope .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-scope .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-scope .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap-scope .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-scope .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-scope .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap-scope .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-scope .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-scope .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap-scope .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-scope .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-scope .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap-scope .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap-scope .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-scope .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-scope .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap-scope .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-scope .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-scope .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap-scope .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-scope .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-scope .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap-scope .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-scope .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-scope .col-sm-push-0 {
    left: auto;
  }
  .bootstrap-scope .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-scope .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-scope .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-scope .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-scope .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-scope .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-scope .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-scope .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-scope .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-scope .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .col-md-1,
  .bootstrap-scope .col-md-2,
  .bootstrap-scope .col-md-3,
  .bootstrap-scope .col-md-4,
  .bootstrap-scope .col-md-5,
  .bootstrap-scope .col-md-6,
  .bootstrap-scope .col-md-7,
  .bootstrap-scope .col-md-8,
  .bootstrap-scope .col-md-9,
  .bootstrap-scope .col-md-10,
  .bootstrap-scope .col-md-11,
  .bootstrap-scope .col-md-12 {
    float: left;
  }
  .bootstrap-scope .col-md-12 {
    width: 100%;
  }
  .bootstrap-scope .col-md-11 {
    width: 91.66666667%;
  }
  .bootstrap-scope .col-md-10 {
    width: 83.33333333%;
  }
  .bootstrap-scope .col-md-9 {
    width: 75%;
  }
  .bootstrap-scope .col-md-8 {
    width: 66.66666667%;
  }
  .bootstrap-scope .col-md-7 {
    width: 58.33333333%;
  }
  .bootstrap-scope .col-md-6 {
    width: 50%;
  }
  .bootstrap-scope .col-md-5 {
    width: 41.66666667%;
  }
  .bootstrap-scope .col-md-4 {
    width: 33.33333333%;
  }
  .bootstrap-scope .col-md-3 {
    width: 25%;
  }
  .bootstrap-scope .col-md-2 {
    width: 16.66666667%;
  }
  .bootstrap-scope .col-md-1 {
    width: 8.33333333%;
  }
  .bootstrap-scope .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap-scope .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-scope .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-scope .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap-scope .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-scope .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-scope .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap-scope .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-scope .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-scope .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap-scope .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-scope .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-scope .col-md-pull-0 {
    right: auto;
  }
  .bootstrap-scope .col-md-push-12 {
    left: 100%;
  }
  .bootstrap-scope .col-md-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-scope .col-md-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-scope .col-md-push-9 {
    left: 75%;
  }
  .bootstrap-scope .col-md-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-scope .col-md-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-scope .col-md-push-6 {
    left: 50%;
  }
  .bootstrap-scope .col-md-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-scope .col-md-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-scope .col-md-push-3 {
    left: 25%;
  }
  .bootstrap-scope .col-md-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-scope .col-md-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-scope .col-md-push-0 {
    left: auto;
  }
  .bootstrap-scope .col-md-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-scope .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-scope .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-scope .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-scope .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-scope .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-scope .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-scope .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-scope .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-scope .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .col-lg-1,
  .bootstrap-scope .col-lg-2,
  .bootstrap-scope .col-lg-3,
  .bootstrap-scope .col-lg-4,
  .bootstrap-scope .col-lg-5,
  .bootstrap-scope .col-lg-6,
  .bootstrap-scope .col-lg-7,
  .bootstrap-scope .col-lg-8,
  .bootstrap-scope .col-lg-9,
  .bootstrap-scope .col-lg-10,
  .bootstrap-scope .col-lg-11,
  .bootstrap-scope .col-lg-12 {
    float: left;
  }
  .bootstrap-scope .col-lg-12 {
    width: 100%;
  }
  .bootstrap-scope .col-lg-11 {
    width: 91.66666667%;
  }
  .bootstrap-scope .col-lg-10 {
    width: 83.33333333%;
  }
  .bootstrap-scope .col-lg-9 {
    width: 75%;
  }
  .bootstrap-scope .col-lg-8 {
    width: 66.66666667%;
  }
  .bootstrap-scope .col-lg-7 {
    width: 58.33333333%;
  }
  .bootstrap-scope .col-lg-6 {
    width: 50%;
  }
  .bootstrap-scope .col-lg-5 {
    width: 41.66666667%;
  }
  .bootstrap-scope .col-lg-4 {
    width: 33.33333333%;
  }
  .bootstrap-scope .col-lg-3 {
    width: 25%;
  }
  .bootstrap-scope .col-lg-2 {
    width: 16.66666667%;
  }
  .bootstrap-scope .col-lg-1 {
    width: 8.33333333%;
  }
  .bootstrap-scope .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap-scope .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bootstrap-scope .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bootstrap-scope .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap-scope .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bootstrap-scope .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bootstrap-scope .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap-scope .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bootstrap-scope .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bootstrap-scope .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap-scope .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bootstrap-scope .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bootstrap-scope .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap-scope .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap-scope .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bootstrap-scope .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bootstrap-scope .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap-scope .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bootstrap-scope .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bootstrap-scope .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap-scope .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bootstrap-scope .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bootstrap-scope .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap-scope .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bootstrap-scope .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bootstrap-scope .col-lg-push-0 {
    left: auto;
  }
  .bootstrap-scope .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bootstrap-scope .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bootstrap-scope .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-scope .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap-scope .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-scope .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-scope .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap-scope .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-scope .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-scope .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap-scope .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-scope .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-scope .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bootstrap-scope table {
  background-color: transparent;
}
.bootstrap-scope table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.bootstrap-scope table td[class*="col-"],
.bootstrap-scope table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.bootstrap-scope caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.bootstrap-scope th {
  text-align: left;
}
.bootstrap-scope .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bootstrap-scope .table > thead > tr > th,
.bootstrap-scope .table > tbody > tr > th,
.bootstrap-scope .table > tfoot > tr > th,
.bootstrap-scope .table > thead > tr > td,
.bootstrap-scope .table > tbody > tr > td,
.bootstrap-scope .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bootstrap-scope .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.bootstrap-scope .table > caption + thead > tr:first-child > th,
.bootstrap-scope .table > colgroup + thead > tr:first-child > th,
.bootstrap-scope .table > thead:first-child > tr:first-child > th,
.bootstrap-scope .table > caption + thead > tr:first-child > td,
.bootstrap-scope .table > colgroup + thead > tr:first-child > td,
.bootstrap-scope .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bootstrap-scope .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.bootstrap-scope .table .table {
  background-color: #fff;
}
.bootstrap-scope .table-condensed > thead > tr > th,
.bootstrap-scope .table-condensed > tbody > tr > th,
.bootstrap-scope .table-condensed > tfoot > tr > th,
.bootstrap-scope .table-condensed > thead > tr > td,
.bootstrap-scope .table-condensed > tbody > tr > td,
.bootstrap-scope .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bootstrap-scope .table-bordered {
  border: 1px solid #ddd;
}
.bootstrap-scope .table-bordered > thead > tr > th,
.bootstrap-scope .table-bordered > tbody > tr > th,
.bootstrap-scope .table-bordered > tfoot > tr > th,
.bootstrap-scope .table-bordered > thead > tr > td,
.bootstrap-scope .table-bordered > tbody > tr > td,
.bootstrap-scope .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.bootstrap-scope .table-bordered > thead > tr > th,
.bootstrap-scope .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bootstrap-scope .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bootstrap-scope .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bootstrap-scope .table > thead > tr > td.active,
.bootstrap-scope .table > tbody > tr > td.active,
.bootstrap-scope .table > tfoot > tr > td.active,
.bootstrap-scope .table > thead > tr > th.active,
.bootstrap-scope .table > tbody > tr > th.active,
.bootstrap-scope .table > tfoot > tr > th.active,
.bootstrap-scope .table > thead > tr.active > td,
.bootstrap-scope .table > tbody > tr.active > td,
.bootstrap-scope .table > tfoot > tr.active > td,
.bootstrap-scope .table > thead > tr.active > th,
.bootstrap-scope .table > tbody > tr.active > th,
.bootstrap-scope .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bootstrap-scope .table-hover > tbody > tr > td.active:hover,
.bootstrap-scope .table-hover > tbody > tr > th.active:hover,
.bootstrap-scope .table-hover > tbody > tr.active:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .active,
.bootstrap-scope .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bootstrap-scope .table > thead > tr > td.success,
.bootstrap-scope .table > tbody > tr > td.success,
.bootstrap-scope .table > tfoot > tr > td.success,
.bootstrap-scope .table > thead > tr > th.success,
.bootstrap-scope .table > tbody > tr > th.success,
.bootstrap-scope .table > tfoot > tr > th.success,
.bootstrap-scope .table > thead > tr.success > td,
.bootstrap-scope .table > tbody > tr.success > td,
.bootstrap-scope .table > tfoot > tr.success > td,
.bootstrap-scope .table > thead > tr.success > th,
.bootstrap-scope .table > tbody > tr.success > th,
.bootstrap-scope .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.bootstrap-scope .table-hover > tbody > tr > td.success:hover,
.bootstrap-scope .table-hover > tbody > tr > th.success:hover,
.bootstrap-scope .table-hover > tbody > tr.success:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .success,
.bootstrap-scope .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.bootstrap-scope .table > thead > tr > td.info,
.bootstrap-scope .table > tbody > tr > td.info,
.bootstrap-scope .table > tfoot > tr > td.info,
.bootstrap-scope .table > thead > tr > th.info,
.bootstrap-scope .table > tbody > tr > th.info,
.bootstrap-scope .table > tfoot > tr > th.info,
.bootstrap-scope .table > thead > tr.info > td,
.bootstrap-scope .table > tbody > tr.info > td,
.bootstrap-scope .table > tfoot > tr.info > td,
.bootstrap-scope .table > thead > tr.info > th,
.bootstrap-scope .table > tbody > tr.info > th,
.bootstrap-scope .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.bootstrap-scope .table-hover > tbody > tr > td.info:hover,
.bootstrap-scope .table-hover > tbody > tr > th.info:hover,
.bootstrap-scope .table-hover > tbody > tr.info:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .info,
.bootstrap-scope .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.bootstrap-scope .table > thead > tr > td.warning,
.bootstrap-scope .table > tbody > tr > td.warning,
.bootstrap-scope .table > tfoot > tr > td.warning,
.bootstrap-scope .table > thead > tr > th.warning,
.bootstrap-scope .table > tbody > tr > th.warning,
.bootstrap-scope .table > tfoot > tr > th.warning,
.bootstrap-scope .table > thead > tr.warning > td,
.bootstrap-scope .table > tbody > tr.warning > td,
.bootstrap-scope .table > tfoot > tr.warning > td,
.bootstrap-scope .table > thead > tr.warning > th,
.bootstrap-scope .table > tbody > tr.warning > th,
.bootstrap-scope .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bootstrap-scope .table-hover > tbody > tr > td.warning:hover,
.bootstrap-scope .table-hover > tbody > tr > th.warning:hover,
.bootstrap-scope .table-hover > tbody > tr.warning:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .warning,
.bootstrap-scope .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bootstrap-scope .table > thead > tr > td.danger,
.bootstrap-scope .table > tbody > tr > td.danger,
.bootstrap-scope .table > tfoot > tr > td.danger,
.bootstrap-scope .table > thead > tr > th.danger,
.bootstrap-scope .table > tbody > tr > th.danger,
.bootstrap-scope .table > tfoot > tr > th.danger,
.bootstrap-scope .table > thead > tr.danger > td,
.bootstrap-scope .table > tbody > tr.danger > td,
.bootstrap-scope .table > tfoot > tr.danger > td,
.bootstrap-scope .table > thead > tr.danger > th,
.bootstrap-scope .table > tbody > tr.danger > th,
.bootstrap-scope .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.bootstrap-scope .table-hover > tbody > tr > td.danger:hover,
.bootstrap-scope .table-hover > tbody > tr > th.danger:hover,
.bootstrap-scope .table-hover > tbody > tr.danger:hover > td,
.bootstrap-scope .table-hover > tbody > tr:hover > .danger,
.bootstrap-scope .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.bootstrap-scope .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .bootstrap-scope .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .bootstrap-scope .table-responsive > .table {
    margin-bottom: 0;
  }
  .bootstrap-scope .table-responsive > .table > thead > tr > th,
  .bootstrap-scope .table-responsive > .table > tbody > tr > th,
  .bootstrap-scope .table-responsive > .table > tfoot > tr > th,
  .bootstrap-scope .table-responsive > .table > thead > tr > td,
  .bootstrap-scope .table-responsive > .table > tbody > tr > td,
  .bootstrap-scope .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bootstrap-scope .table-responsive > .table-bordered {
    border: 0;
  }
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap-scope .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap-scope .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bootstrap-scope fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-scope legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-scope label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.bootstrap-scope input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.bootstrap-scope input[type="radio"],
.bootstrap-scope input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bootstrap-scope input[type="radio"][disabled],
.bootstrap-scope input[type="checkbox"][disabled],
.bootstrap-scope input[type="radio"].disabled,
.bootstrap-scope input[type="checkbox"].disabled,
fieldset[disabled] .bootstrap-scope input[type="radio"],
fieldset[disabled] .bootstrap-scope input[type="checkbox"] {
  cursor: not-allowed;
}
.bootstrap-scope input[type="file"] {
  display: block;
}
.bootstrap-scope input[type="range"] {
  display: block;
  width: 100%;
}
.bootstrap-scope select[multiple],
.bootstrap-scope select[size] {
  height: auto;
}
.bootstrap-scope input[type="file"]:focus,
.bootstrap-scope input[type="radio"]:focus,
.bootstrap-scope input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-scope output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.bootstrap-scope .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-scope .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-scope .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.bootstrap-scope .form-control:-ms-input-placeholder {
  color: #999;
}
.bootstrap-scope .form-control::-webkit-input-placeholder {
  color: #999;
}
.bootstrap-scope .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-scope .form-control[disabled],
.bootstrap-scope .form-control[readonly],
fieldset[disabled] .bootstrap-scope .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.bootstrap-scope .form-control[disabled],
fieldset[disabled] .bootstrap-scope .form-control {
  cursor: not-allowed;
}
textarea.bootstrap-scope .form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-scope input[type="date"].form-control,
  .bootstrap-scope input[type="time"].form-control,
  .bootstrap-scope input[type="datetime-local"].form-control,
  .bootstrap-scope input[type="month"].form-control {
    line-height: 34px;
  }
  .bootstrap-scope input[type="date"].input-sm,
  .bootstrap-scope input[type="time"].input-sm,
  .bootstrap-scope input[type="datetime-local"].input-sm,
  .bootstrap-scope input[type="month"].input-sm,
  .input-group-sm .bootstrap-scope input[type="date"],
  .input-group-sm .bootstrap-scope input[type="time"],
  .input-group-sm .bootstrap-scope input[type="datetime-local"],
  .input-group-sm .bootstrap-scope input[type="month"] {
    line-height: 30px;
  }
  .bootstrap-scope input[type="date"].input-lg,
  .bootstrap-scope input[type="time"].input-lg,
  .bootstrap-scope input[type="datetime-local"].input-lg,
  .bootstrap-scope input[type="month"].input-lg,
  .input-group-lg .bootstrap-scope input[type="date"],
  .input-group-lg .bootstrap-scope input[type="time"],
  .input-group-lg .bootstrap-scope input[type="datetime-local"],
  .input-group-lg .bootstrap-scope input[type="month"] {
    line-height: 46px;
  }
}
.bootstrap-scope .form-group {
  margin-bottom: 15px;
}
.bootstrap-scope .radio,
.bootstrap-scope .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-scope .radio.disabled label,
.bootstrap-scope .checkbox.disabled label,
fieldset[disabled] .bootstrap-scope .radio label,
fieldset[disabled] .bootstrap-scope .checkbox label {
  cursor: not-allowed;
}
.bootstrap-scope .radio label,
.bootstrap-scope .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.bootstrap-scope .radio input[type="radio"],
.bootstrap-scope .radio-inline input[type="radio"],
.bootstrap-scope .checkbox input[type="checkbox"],
.bootstrap-scope .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.bootstrap-scope .radio + .radio,
.bootstrap-scope .checkbox + .checkbox {
  margin-top: -5px;
}
.bootstrap-scope .radio-inline,
.bootstrap-scope .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.bootstrap-scope .radio-inline.disabled,
.bootstrap-scope .checkbox-inline.disabled,
fieldset[disabled] .bootstrap-scope .radio-inline,
fieldset[disabled] .bootstrap-scope .checkbox-inline {
  cursor: not-allowed;
}
.bootstrap-scope .radio-inline + .radio-inline,
.bootstrap-scope .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bootstrap-scope .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.bootstrap-scope .form-control-static.input-lg,
.bootstrap-scope .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.bootstrap-scope .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.bootstrap-scope .input-sm,
select[multiple].bootstrap-scope .input-sm {
  height: auto;
}
.bootstrap-scope .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.bootstrap-scope .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.bootstrap-scope .form-group-sm textarea.form-control,
.bootstrap-scope .form-group-sm select[multiple].form-control {
  height: auto;
}
.bootstrap-scope .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-scope .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.bootstrap-scope .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.bootstrap-scope .input-lg,
select[multiple].bootstrap-scope .input-lg {
  height: auto;
}
.bootstrap-scope .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.bootstrap-scope .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.bootstrap-scope .form-group-lg textarea.form-control,
.bootstrap-scope .form-group-lg select[multiple].form-control {
  height: auto;
}
.bootstrap-scope .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-scope .has-feedback {
  position: relative;
}
.bootstrap-scope .has-feedback .form-control {
  padding-right: 42.5px;
}
.bootstrap-scope .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bootstrap-scope .input-lg + .form-control-feedback,
.bootstrap-scope .input-group-lg + .form-control-feedback,
.bootstrap-scope .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bootstrap-scope .input-sm + .form-control-feedback,
.bootstrap-scope .input-group-sm + .form-control-feedback,
.bootstrap-scope .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-scope .has-success .help-block,
.bootstrap-scope .has-success .control-label,
.bootstrap-scope .has-success .radio,
.bootstrap-scope .has-success .checkbox,
.bootstrap-scope .has-success .radio-inline,
.bootstrap-scope .has-success .checkbox-inline,
.bootstrap-scope .has-success.radio label,
.bootstrap-scope .has-success.checkbox label,
.bootstrap-scope .has-success.radio-inline label,
.bootstrap-scope .has-success.checkbox-inline label {
  color: #3c763d;
}
.bootstrap-scope .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-scope .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap-scope .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.bootstrap-scope .has-success .form-control-feedback {
  color: #3c763d;
}
.bootstrap-scope .has-warning .help-block,
.bootstrap-scope .has-warning .control-label,
.bootstrap-scope .has-warning .radio,
.bootstrap-scope .has-warning .checkbox,
.bootstrap-scope .has-warning .radio-inline,
.bootstrap-scope .has-warning .checkbox-inline,
.bootstrap-scope .has-warning.radio label,
.bootstrap-scope .has-warning.checkbox label,
.bootstrap-scope .has-warning.radio-inline label,
.bootstrap-scope .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bootstrap-scope .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-scope .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap-scope .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.bootstrap-scope .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bootstrap-scope .has-error .help-block,
.bootstrap-scope .has-error .control-label,
.bootstrap-scope .has-error .radio,
.bootstrap-scope .has-error .checkbox,
.bootstrap-scope .has-error .radio-inline,
.bootstrap-scope .has-error .checkbox-inline,
.bootstrap-scope .has-error.radio label,
.bootstrap-scope .has-error.checkbox label,
.bootstrap-scope .has-error.radio-inline label,
.bootstrap-scope .has-error.checkbox-inline label {
  color: #a94442;
}
.bootstrap-scope .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-scope .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap-scope .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.bootstrap-scope .has-error .form-control-feedback {
  color: #a94442;
}
.bootstrap-scope .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bootstrap-scope .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bootstrap-scope .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bootstrap-scope .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap-scope .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .input-group .input-group-addon,
  .bootstrap-scope .form-inline .input-group .input-group-btn,
  .bootstrap-scope .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap-scope .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-scope .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .radio,
  .bootstrap-scope .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .form-inline .radio label,
  .bootstrap-scope .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap-scope .form-inline .radio input[type="radio"],
  .bootstrap-scope .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-scope .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bootstrap-scope .form-horizontal .radio,
.bootstrap-scope .form-horizontal .checkbox,
.bootstrap-scope .form-horizontal .radio-inline,
.bootstrap-scope .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.bootstrap-scope .form-horizontal .radio,
.bootstrap-scope .form-horizontal .checkbox {
  min-height: 27px;
}
.bootstrap-scope .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.bootstrap-scope .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.bootstrap-scope .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-scope .btn:focus,
.bootstrap-scope .btn:active:focus,
.bootstrap-scope .btn.active:focus,
.bootstrap-scope .btn.focus,
.bootstrap-scope .btn:active.focus,
.bootstrap-scope .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap-scope .btn:hover,
.bootstrap-scope .btn:focus,
.bootstrap-scope .btn.focus {
  color: #333;
  text-decoration: none;
}
.bootstrap-scope .btn:active,
.bootstrap-scope .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-scope .btn.disabled,
.bootstrap-scope .btn[disabled],
fieldset[disabled] .bootstrap-scope .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.bootstrap-scope .btn.disabled,
fieldset[disabled] a.bootstrap-scope .btn {
  pointer-events: none;
}
.bootstrap-scope .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-scope .btn-default:focus,
.bootstrap-scope .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.bootstrap-scope .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bootstrap-scope .btn-default:active,
.bootstrap-scope .btn-default.active,
.open > .dropdown-toggle.bootstrap-scope .btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.bootstrap-scope .btn-default:active:hover,
.bootstrap-scope .btn-default.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-default:hover,
.bootstrap-scope .btn-default:active:focus,
.bootstrap-scope .btn-default.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-default:focus,
.bootstrap-scope .btn-default:active.focus,
.bootstrap-scope .btn-default.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.bootstrap-scope .btn-default.disabled:hover,
.bootstrap-scope .btn-default[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-default:hover,
.bootstrap-scope .btn-default.disabled:focus,
.bootstrap-scope .btn-default[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-default:focus,
.bootstrap-scope .btn-default.disabled.focus,
.bootstrap-scope .btn-default[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-scope .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.bootstrap-scope .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-scope .btn-primary:focus,
.bootstrap-scope .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.bootstrap-scope .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.bootstrap-scope .btn-primary:active,
.bootstrap-scope .btn-primary.active,
.open > .dropdown-toggle.bootstrap-scope .btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.bootstrap-scope .btn-primary:active:hover,
.bootstrap-scope .btn-primary.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-primary:hover,
.bootstrap-scope .btn-primary:active:focus,
.bootstrap-scope .btn-primary.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-primary:focus,
.bootstrap-scope .btn-primary:active.focus,
.bootstrap-scope .btn-primary.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.bootstrap-scope .btn-primary.disabled:hover,
.bootstrap-scope .btn-primary[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-primary:hover,
.bootstrap-scope .btn-primary.disabled:focus,
.bootstrap-scope .btn-primary[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-primary:focus,
.bootstrap-scope .btn-primary.disabled.focus,
.bootstrap-scope .btn-primary[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.bootstrap-scope .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-scope .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-scope .btn-success:focus,
.bootstrap-scope .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.bootstrap-scope .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bootstrap-scope .btn-success:active,
.bootstrap-scope .btn-success.active,
.open > .dropdown-toggle.bootstrap-scope .btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.bootstrap-scope .btn-success:active:hover,
.bootstrap-scope .btn-success.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-success:hover,
.bootstrap-scope .btn-success:active:focus,
.bootstrap-scope .btn-success.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-success:focus,
.bootstrap-scope .btn-success:active.focus,
.bootstrap-scope .btn-success.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.bootstrap-scope .btn-success.disabled:hover,
.bootstrap-scope .btn-success[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-success:hover,
.bootstrap-scope .btn-success.disabled:focus,
.bootstrap-scope .btn-success[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-success:focus,
.bootstrap-scope .btn-success.disabled.focus,
.bootstrap-scope .btn-success[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.bootstrap-scope .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.bootstrap-scope .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-scope .btn-info:focus,
.bootstrap-scope .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.bootstrap-scope .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.bootstrap-scope .btn-info:active,
.bootstrap-scope .btn-info.active,
.open > .dropdown-toggle.bootstrap-scope .btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.bootstrap-scope .btn-info:active:hover,
.bootstrap-scope .btn-info.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-info:hover,
.bootstrap-scope .btn-info:active:focus,
.bootstrap-scope .btn-info.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-info:focus,
.bootstrap-scope .btn-info:active.focus,
.bootstrap-scope .btn-info.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.bootstrap-scope .btn-info.disabled:hover,
.bootstrap-scope .btn-info[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-info:hover,
.bootstrap-scope .btn-info.disabled:focus,
.bootstrap-scope .btn-info[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-info:focus,
.bootstrap-scope .btn-info.disabled.focus,
.bootstrap-scope .btn-info[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.bootstrap-scope .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.bootstrap-scope .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-scope .btn-warning:focus,
.bootstrap-scope .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.bootstrap-scope .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.bootstrap-scope .btn-warning:active,
.bootstrap-scope .btn-warning.active,
.open > .dropdown-toggle.bootstrap-scope .btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.bootstrap-scope .btn-warning:active:hover,
.bootstrap-scope .btn-warning.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-warning:hover,
.bootstrap-scope .btn-warning:active:focus,
.bootstrap-scope .btn-warning.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-warning:focus,
.bootstrap-scope .btn-warning:active.focus,
.bootstrap-scope .btn-warning.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.bootstrap-scope .btn-warning.disabled:hover,
.bootstrap-scope .btn-warning[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-warning:hover,
.bootstrap-scope .btn-warning.disabled:focus,
.bootstrap-scope .btn-warning[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-warning:focus,
.bootstrap-scope .btn-warning.disabled.focus,
.bootstrap-scope .btn-warning[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.bootstrap-scope .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.bootstrap-scope .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-scope .btn-danger:focus,
.bootstrap-scope .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.bootstrap-scope .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.bootstrap-scope .btn-danger:active,
.bootstrap-scope .btn-danger.active,
.open > .dropdown-toggle.bootstrap-scope .btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.bootstrap-scope .btn-danger:active:hover,
.bootstrap-scope .btn-danger.active:hover,
.open > .dropdown-toggle.bootstrap-scope .btn-danger:hover,
.bootstrap-scope .btn-danger:active:focus,
.bootstrap-scope .btn-danger.active:focus,
.open > .dropdown-toggle.bootstrap-scope .btn-danger:focus,
.bootstrap-scope .btn-danger:active.focus,
.bootstrap-scope .btn-danger.active.focus,
.open > .dropdown-toggle.bootstrap-scope .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.bootstrap-scope .btn-danger.disabled:hover,
.bootstrap-scope .btn-danger[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-danger:hover,
.bootstrap-scope .btn-danger.disabled:focus,
.bootstrap-scope .btn-danger[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-danger:focus,
.bootstrap-scope .btn-danger.disabled.focus,
.bootstrap-scope .btn-danger[disabled].focus,
fieldset[disabled] .bootstrap-scope .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.bootstrap-scope .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.bootstrap-scope .btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.bootstrap-scope .btn-link,
.bootstrap-scope .btn-link:active,
.bootstrap-scope .btn-link.active,
.bootstrap-scope .btn-link[disabled],
fieldset[disabled] .bootstrap-scope .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-scope .btn-link,
.bootstrap-scope .btn-link:hover,
.bootstrap-scope .btn-link:focus,
.bootstrap-scope .btn-link:active {
  border-color: transparent;
}
.bootstrap-scope .btn-link:hover,
.bootstrap-scope .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap-scope .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap-scope .btn-link:hover,
.bootstrap-scope .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap-scope .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.bootstrap-scope .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.bootstrap-scope .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.bootstrap-scope .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.bootstrap-scope .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-scope .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap-scope input[type="submit"].btn-block,
.bootstrap-scope input[type="reset"].btn-block,
.bootstrap-scope input[type="button"].btn-block {
  width: 100%;
}
.bootstrap-scope .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap-scope .fade.in {
  opacity: 1;
}
.bootstrap-scope .collapse {
  display: none;
}
.bootstrap-scope .collapse.in {
  display: block;
}
tr.bootstrap-scope .collapse.in {
  display: table-row;
}
tbody.bootstrap-scope .collapse.in {
  display: table-row-group;
}
.bootstrap-scope .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bootstrap-scope .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.bootstrap-scope .dropup,
.bootstrap-scope .dropdown {
  position: relative;
}
.bootstrap-scope .dropdown-toggle:focus {
  outline: 0;
}
.bootstrap-scope .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.bootstrap-scope .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap-scope .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-scope .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.bootstrap-scope .dropdown-menu > li > a:hover,
.bootstrap-scope .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-scope .dropdown-menu > .active > a,
.bootstrap-scope .dropdown-menu > .active > a:hover,
.bootstrap-scope .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.bootstrap-scope .dropdown-menu > .disabled > a,
.bootstrap-scope .dropdown-menu > .disabled > a:hover,
.bootstrap-scope .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.bootstrap-scope .dropdown-menu > .disabled > a:hover,
.bootstrap-scope .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-scope .open > .dropdown-menu {
  display: block;
}
.bootstrap-scope .open > a {
  outline: 0;
}
.bootstrap-scope .dropdown-menu-right {
  right: 0;
  left: auto;
}
.bootstrap-scope .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap-scope .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.bootstrap-scope .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.bootstrap-scope .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-scope .dropup .caret,
.bootstrap-scope .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.bootstrap-scope .dropup .dropdown-menu,
.bootstrap-scope .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .bootstrap-scope .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.bootstrap-scope .btn-group,
.bootstrap-scope .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-scope .btn-group > .btn,
.bootstrap-scope .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bootstrap-scope .btn-group > .btn:hover,
.bootstrap-scope .btn-group-vertical > .btn:hover,
.bootstrap-scope .btn-group > .btn:focus,
.bootstrap-scope .btn-group-vertical > .btn:focus,
.bootstrap-scope .btn-group > .btn:active,
.bootstrap-scope .btn-group-vertical > .btn:active,
.bootstrap-scope .btn-group > .btn.active,
.bootstrap-scope .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bootstrap-scope .btn-group .btn + .btn,
.bootstrap-scope .btn-group .btn + .btn-group,
.bootstrap-scope .btn-group .btn-group + .btn,
.bootstrap-scope .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bootstrap-scope .btn-toolbar {
  margin-left: -5px;
}
.bootstrap-scope .btn-toolbar .btn,
.bootstrap-scope .btn-toolbar .btn-group,
.bootstrap-scope .btn-toolbar .input-group {
  float: left;
}
.bootstrap-scope .btn-toolbar > .btn,
.bootstrap-scope .btn-toolbar > .btn-group,
.bootstrap-scope .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bootstrap-scope .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bootstrap-scope .btn-group > .btn:first-child {
  margin-left: 0;
}
.bootstrap-scope .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .btn-group > .btn:last-child:not(:first-child),
.bootstrap-scope .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group > .btn-group {
  float: left;
}
.bootstrap-scope .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-scope .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-scope .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group .dropdown-toggle:active,
.bootstrap-scope .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap-scope .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.bootstrap-scope .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.bootstrap-scope .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-scope .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-scope .btn .caret {
  margin-left: 0;
}
.bootstrap-scope .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bootstrap-scope .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bootstrap-scope .btn-group-vertical > .btn,
.bootstrap-scope .btn-group-vertical > .btn-group,
.bootstrap-scope .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bootstrap-scope .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bootstrap-scope .btn-group-vertical > .btn + .btn,
.bootstrap-scope .btn-group-vertical > .btn + .btn-group,
.bootstrap-scope .btn-group-vertical > .btn-group + .btn,
.bootstrap-scope .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bootstrap-scope .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-scope .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bootstrap-scope .btn-group-justified > .btn,
.bootstrap-scope .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.bootstrap-scope .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bootstrap-scope .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bootstrap-scope [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-scope [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-scope [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-scope [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-scope .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bootstrap-scope .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-scope .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bootstrap-scope .input-group .form-control:focus {
  z-index: 3;
}
.bootstrap-scope .input-group-lg > .form-control,
.bootstrap-scope .input-group-lg > .input-group-addon,
.bootstrap-scope .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.bootstrap-scope .input-group-lg > .form-control,
select.bootstrap-scope .input-group-lg > .input-group-addon,
select.bootstrap-scope .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.bootstrap-scope .input-group-lg > .form-control,
textarea.bootstrap-scope .input-group-lg > .input-group-addon,
textarea.bootstrap-scope .input-group-lg > .input-group-btn > .btn,
select[multiple].bootstrap-scope .input-group-lg > .form-control,
select[multiple].bootstrap-scope .input-group-lg > .input-group-addon,
select[multiple].bootstrap-scope .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-scope .input-group-sm > .form-control,
.bootstrap-scope .input-group-sm > .input-group-addon,
.bootstrap-scope .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.bootstrap-scope .input-group-sm > .form-control,
select.bootstrap-scope .input-group-sm > .input-group-addon,
select.bootstrap-scope .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.bootstrap-scope .input-group-sm > .form-control,
textarea.bootstrap-scope .input-group-sm > .input-group-addon,
textarea.bootstrap-scope .input-group-sm > .input-group-btn > .btn,
select[multiple].bootstrap-scope .input-group-sm > .form-control,
select[multiple].bootstrap-scope .input-group-sm > .input-group-addon,
select[multiple].bootstrap-scope .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bootstrap-scope .input-group-addon,
.bootstrap-scope .input-group-btn,
.bootstrap-scope .input-group .form-control {
  display: table-cell;
}
.bootstrap-scope .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-scope .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-scope .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bootstrap-scope .input-group-addon,
.bootstrap-scope .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap-scope .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.bootstrap-scope .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.bootstrap-scope .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.bootstrap-scope .input-group-addon input[type="radio"],
.bootstrap-scope .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap-scope .input-group .form-control:first-child,
.bootstrap-scope .input-group-addon:first-child,
.bootstrap-scope .input-group-btn:first-child > .btn,
.bootstrap-scope .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-scope .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-scope .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-scope .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .input-group-addon:first-child {
  border-right: 0;
}
.bootstrap-scope .input-group .form-control:last-child,
.bootstrap-scope .input-group-addon:last-child,
.bootstrap-scope .input-group-btn:last-child > .btn,
.bootstrap-scope .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-scope .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-scope .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-scope .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .input-group-addon:last-child {
  border-left: 0;
}
.bootstrap-scope .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap-scope .input-group-btn > .btn {
  position: relative;
}
.bootstrap-scope .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bootstrap-scope .input-group-btn > .btn:hover,
.bootstrap-scope .input-group-btn > .btn:focus,
.bootstrap-scope .input-group-btn > .btn:active {
  z-index: 2;
}
.bootstrap-scope .input-group-btn:first-child > .btn,
.bootstrap-scope .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bootstrap-scope .input-group-btn:last-child > .btn,
.bootstrap-scope .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.bootstrap-scope .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-scope .nav > li {
  position: relative;
  display: block;
}
.bootstrap-scope .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bootstrap-scope .nav > li > a:hover,
.bootstrap-scope .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-scope .nav > li.disabled > a {
  color: #777777;
}
.bootstrap-scope .nav > li.disabled > a:hover,
.bootstrap-scope .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.bootstrap-scope .nav .open > a,
.bootstrap-scope .nav .open > a:hover,
.bootstrap-scope .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.bootstrap-scope .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bootstrap-scope .nav > li > a > img {
  max-width: none;
}
.bootstrap-scope .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap-scope .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bootstrap-scope .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.bootstrap-scope .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.bootstrap-scope .nav-tabs > li.active > a,
.bootstrap-scope .nav-tabs > li.active > a:hover,
.bootstrap-scope .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.bootstrap-scope .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bootstrap-scope .nav-tabs.nav-justified > li {
  float: none;
}
.bootstrap-scope .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrap-scope .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-scope .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-scope .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.bootstrap-scope .nav-tabs.nav-justified > .active > a,
.bootstrap-scope .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-scope .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .bootstrap-scope .nav-tabs.nav-justified > .active > a,
  .bootstrap-scope .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap-scope .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.bootstrap-scope .nav-pills > li {
  float: left;
}
.bootstrap-scope .nav-pills > li > a {
  border-radius: 0;
}
.bootstrap-scope .nav-pills > li + li {
  margin-left: 2px;
}
.bootstrap-scope .nav-pills > li.active > a,
.bootstrap-scope .nav-pills > li.active > a:hover,
.bootstrap-scope .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.bootstrap-scope .nav-stacked > li {
  float: none;
}
.bootstrap-scope .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bootstrap-scope .nav-justified {
  width: 100%;
}
.bootstrap-scope .nav-justified > li {
  float: none;
}
.bootstrap-scope .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.bootstrap-scope .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap-scope .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bootstrap-scope .nav-tabs-justified {
  border-bottom: 0;
}
.bootstrap-scope .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.bootstrap-scope .nav-tabs-justified > .active > a,
.bootstrap-scope .nav-tabs-justified > .active > a:hover,
.bootstrap-scope .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .bootstrap-scope .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .bootstrap-scope .nav-tabs-justified > .active > a,
  .bootstrap-scope .nav-tabs-justified > .active > a:hover,
  .bootstrap-scope .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.bootstrap-scope .tab-content > .tab-pane {
  display: none;
}
.bootstrap-scope .tab-content > .active {
  display: block;
}
.bootstrap-scope .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-header {
    float: left;
  }
}
.bootstrap-scope .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bootstrap-scope .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .bootstrap-scope .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap-scope .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .bootstrap-scope .navbar-collapse,
  .navbar-static-top .bootstrap-scope .navbar-collapse,
  .navbar-fixed-bottom .bootstrap-scope .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.bootstrap-scope .navbar-fixed-top,
.bootstrap-scope .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap-scope .navbar-fixed-top .navbar-collapse,
.bootstrap-scope .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap-scope .navbar-fixed-top .navbar-collapse,
  .bootstrap-scope .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-fixed-top,
  .bootstrap-scope .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bootstrap-scope .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bootstrap-scope .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bootstrap-scope .container > .navbar-header,
.bootstrap-scope .container-fluid > .navbar-header,
.bootstrap-scope .container > .navbar-collapse,
.bootstrap-scope .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .container > .navbar-header,
  .bootstrap-scope .container-fluid > .navbar-header,
  .bootstrap-scope .container > .navbar-collapse,
  .bootstrap-scope .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bootstrap-scope .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-static-top {
    border-radius: 0;
  }
}
.bootstrap-scope .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.bootstrap-scope .navbar-brand:hover,
.bootstrap-scope .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-scope .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .bootstrap-scope .navbar-brand,
  .navbar > .container-fluid .bootstrap-scope .navbar-brand {
    margin-left: -15px;
  }
}
.bootstrap-scope .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.bootstrap-scope .navbar-toggle:focus {
  outline: 0;
}
.bootstrap-scope .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bootstrap-scope .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-toggle {
    display: none;
  }
}
.bootstrap-scope .navbar-nav {
  margin: 7.5px -15px;
}
.bootstrap-scope .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap-scope .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-scope .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap-scope .navbar-nav > li {
    float: left;
  }
  .bootstrap-scope .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bootstrap-scope .navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap-scope .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .input-group .input-group-addon,
  .bootstrap-scope .navbar-form .input-group .input-group-btn,
  .bootstrap-scope .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap-scope .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap-scope .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .radio,
  .bootstrap-scope .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap-scope .navbar-form .radio label,
  .bootstrap-scope .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap-scope .navbar-form .radio input[type="radio"],
  .bootstrap-scope .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap-scope .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap-scope .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.bootstrap-scope .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bootstrap-scope .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-scope .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bootstrap-scope .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .navbar-left {
    float: left !important;
  }
  .bootstrap-scope .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bootstrap-scope .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bootstrap-scope .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bootstrap-scope .navbar-default .navbar-brand {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-brand:hover,
.bootstrap-scope .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.bootstrap-scope .navbar-default .navbar-text {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-nav > li > a {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-nav > li > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.bootstrap-scope .navbar-default .navbar-nav > .active > a,
.bootstrap-scope .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.bootstrap-scope .navbar-default .navbar-nav > .disabled > a,
.bootstrap-scope .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.bootstrap-scope .navbar-default .navbar-nav > .open > a,
.bootstrap-scope .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-scope .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-scope .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.bootstrap-scope .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.bootstrap-scope .navbar-default .navbar-toggle:hover,
.bootstrap-scope .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.bootstrap-scope .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.bootstrap-scope .navbar-default .navbar-collapse,
.bootstrap-scope .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bootstrap-scope .navbar-default .navbar-link {
  color: #777;
}
.bootstrap-scope .navbar-default .navbar-link:hover {
  color: #333;
}
.bootstrap-scope .navbar-default .btn-link {
  color: #777;
}
.bootstrap-scope .navbar-default .btn-link:hover,
.bootstrap-scope .navbar-default .btn-link:focus {
  color: #333;
}
.bootstrap-scope .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap-scope .navbar-default .btn-link:hover,
.bootstrap-scope .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap-scope .navbar-default .btn-link:focus {
  color: #ccc;
}
.bootstrap-scope .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.bootstrap-scope .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-brand:hover,
.bootstrap-scope .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-scope .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.bootstrap-scope .navbar-inverse .navbar-nav > .active > a,
.bootstrap-scope .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.bootstrap-scope .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-scope .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.bootstrap-scope .navbar-inverse .navbar-nav > .open > a,
.bootstrap-scope .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-scope .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-scope .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.bootstrap-scope .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.bootstrap-scope .navbar-inverse .navbar-toggle:hover,
.bootstrap-scope .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.bootstrap-scope .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.bootstrap-scope .navbar-inverse .navbar-collapse,
.bootstrap-scope .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bootstrap-scope .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.bootstrap-scope .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.bootstrap-scope .navbar-inverse .btn-link:hover,
.bootstrap-scope .navbar-inverse .btn-link:focus {
  color: #fff;
}
.bootstrap-scope .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .bootstrap-scope .navbar-inverse .btn-link:hover,
.bootstrap-scope .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap-scope .navbar-inverse .btn-link:focus {
  color: #444;
}
.bootstrap-scope .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.bootstrap-scope .breadcrumb > li {
  display: inline-block;
}
.bootstrap-scope .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.bootstrap-scope .breadcrumb > .active {
  color: #777777;
}
.bootstrap-scope .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.bootstrap-scope .pagination > li {
  display: inline;
}
.bootstrap-scope .pagination > li > a,
.bootstrap-scope .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-scope .pagination > li > a:hover,
.bootstrap-scope .pagination > li > span:hover,
.bootstrap-scope .pagination > li > a:focus,
.bootstrap-scope .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.bootstrap-scope .pagination > li:first-child > a,
.bootstrap-scope .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .pagination > li:last-child > a,
.bootstrap-scope .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .pagination > .active > a,
.bootstrap-scope .pagination > .active > span,
.bootstrap-scope .pagination > .active > a:hover,
.bootstrap-scope .pagination > .active > span:hover,
.bootstrap-scope .pagination > .active > a:focus,
.bootstrap-scope .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-scope .pagination > .disabled > span,
.bootstrap-scope .pagination > .disabled > span:hover,
.bootstrap-scope .pagination > .disabled > span:focus,
.bootstrap-scope .pagination > .disabled > a,
.bootstrap-scope .pagination > .disabled > a:hover,
.bootstrap-scope .pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.bootstrap-scope .pagination-lg > li > a,
.bootstrap-scope .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-scope .pagination-lg > li:first-child > a,
.bootstrap-scope .pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .pagination-lg > li:last-child > a,
.bootstrap-scope .pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .pagination-sm > li > a,
.bootstrap-scope .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-scope .pagination-sm > li:first-child > a,
.bootstrap-scope .pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .pagination-sm > li:last-child > a,
.bootstrap-scope .pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-scope .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.bootstrap-scope .pager li {
  display: inline;
}
.bootstrap-scope .pager li > a,
.bootstrap-scope .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.bootstrap-scope .pager li > a:hover,
.bootstrap-scope .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bootstrap-scope .pager .next > a,
.bootstrap-scope .pager .next > span {
  float: right;
}
.bootstrap-scope .pager .previous > a,
.bootstrap-scope .pager .previous > span {
  float: left;
}
.bootstrap-scope .pager .disabled > a,
.bootstrap-scope .pager .disabled > a:hover,
.bootstrap-scope .pager .disabled > a:focus,
.bootstrap-scope .pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.bootstrap-scope .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.bootstrap-scope .label:hover,
a.bootstrap-scope .label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap-scope .label:empty {
  display: none;
}
.btn .bootstrap-scope .label {
  position: relative;
  top: -1px;
}
.bootstrap-scope .label-default {
  background-color: #777777;
}
.bootstrap-scope .label-default[href]:hover,
.bootstrap-scope .label-default[href]:focus {
  background-color: #5e5e5e;
}
.bootstrap-scope .label-primary {
  background-color: #337ab7;
}
.bootstrap-scope .label-primary[href]:hover,
.bootstrap-scope .label-primary[href]:focus {
  background-color: #286090;
}
.bootstrap-scope .label-success {
  background-color: #5cb85c;
}
.bootstrap-scope .label-success[href]:hover,
.bootstrap-scope .label-success[href]:focus {
  background-color: #449d44;
}
.bootstrap-scope .label-info {
  background-color: #5bc0de;
}
.bootstrap-scope .label-info[href]:hover,
.bootstrap-scope .label-info[href]:focus {
  background-color: #31b0d5;
}
.bootstrap-scope .label-warning {
  background-color: #f0ad4e;
}
.bootstrap-scope .label-warning[href]:hover,
.bootstrap-scope .label-warning[href]:focus {
  background-color: #ec971f;
}
.bootstrap-scope .label-danger {
  background-color: #d9534f;
}
.bootstrap-scope .label-danger[href]:hover,
.bootstrap-scope .label-danger[href]:focus {
  background-color: #c9302c;
}
.bootstrap-scope .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.bootstrap-scope .badge:empty {
  display: none;
}
.btn .bootstrap-scope .badge {
  position: relative;
  top: -1px;
}
.btn-xs .bootstrap-scope .badge,
.btn-group-xs > .btn .bootstrap-scope .badge {
  top: 0;
  padding: 1px 5px;
}
a.bootstrap-scope .badge:hover,
a.bootstrap-scope .badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .bootstrap-scope .badge,
.nav-pills > .active > a > .bootstrap-scope .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .bootstrap-scope .badge {
  float: right;
}
.list-group-item > .bootstrap-scope .badge + .bootstrap-scope .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .bootstrap-scope .badge {
  margin-left: 3px;
}
.bootstrap-scope .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.bootstrap-scope .jumbotron h1,
.bootstrap-scope .jumbotron .h1 {
  color: inherit;
}
.bootstrap-scope .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.bootstrap-scope .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .bootstrap-scope .jumbotron,
.container-fluid .bootstrap-scope .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
}
.bootstrap-scope .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bootstrap-scope .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .bootstrap-scope .jumbotron,
  .container-fluid .bootstrap-scope .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .bootstrap-scope .jumbotron h1,
  .bootstrap-scope .jumbotron .h1 {
    font-size: 63px;
  }
}
.bootstrap-scope .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.bootstrap-scope .thumbnail > img,
.bootstrap-scope .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.bootstrap-scope .thumbnail:hover,
a.bootstrap-scope .thumbnail:focus,
a.bootstrap-scope .thumbnail.active {
  border-color: #337ab7;
}
.bootstrap-scope .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.bootstrap-scope .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.bootstrap-scope .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bootstrap-scope .alert .alert-link {
  font-weight: bold;
}
.bootstrap-scope .alert > p,
.bootstrap-scope .alert > ul {
  margin-bottom: 0;
}
.bootstrap-scope .alert > p + p {
  margin-top: 5px;
}
.bootstrap-scope .alert-dismissable,
.bootstrap-scope .alert-dismissible {
  padding-right: 35px;
}
.bootstrap-scope .alert-dismissable .close,
.bootstrap-scope .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bootstrap-scope .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-scope .alert-success hr {
  border-top-color: #c9e2b3;
}
.bootstrap-scope .alert-success .alert-link {
  color: #2b542c;
}
.bootstrap-scope .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-scope .alert-info hr {
  border-top-color: #a6e1ec;
}
.bootstrap-scope .alert-info .alert-link {
  color: #245269;
}
.bootstrap-scope .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-scope .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bootstrap-scope .alert-warning .alert-link {
  color: #66512c;
}
.bootstrap-scope .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-scope .alert-danger hr {
  border-top-color: #e4b9c0;
}
.bootstrap-scope .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-scope .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap-scope .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap-scope .progress-striped .progress-bar,
.bootstrap-scope .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.bootstrap-scope .progress.active .progress-bar,
.bootstrap-scope .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap-scope .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .bootstrap-scope .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-scope .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .bootstrap-scope .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-scope .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .bootstrap-scope .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-scope .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .bootstrap-scope .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-scope .media {
  margin-top: 15px;
}
.bootstrap-scope .media:first-child {
  margin-top: 0;
}
.bootstrap-scope .media,
.bootstrap-scope .media-body {
  overflow: hidden;
  zoom: 1;
}
.bootstrap-scope .media-body {
  width: 10000px;
}
.bootstrap-scope .media-object {
  display: block;
}
.bootstrap-scope .media-object.img-thumbnail {
  max-width: none;
}
.bootstrap-scope .media-right,
.bootstrap-scope .media > .pull-right {
  padding-left: 10px;
}
.bootstrap-scope .media-left,
.bootstrap-scope .media > .pull-left {
  padding-right: 10px;
}
.bootstrap-scope .media-left,
.bootstrap-scope .media-right,
.bootstrap-scope .media-body {
  display: table-cell;
  vertical-align: top;
}
.bootstrap-scope .media-middle {
  vertical-align: middle;
}
.bootstrap-scope .media-bottom {
  vertical-align: bottom;
}
.bootstrap-scope .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-scope .media-list {
  padding-left: 0;
  list-style: none;
}
.bootstrap-scope .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.bootstrap-scope .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bootstrap-scope .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-scope .list-group-item.disabled,
.bootstrap-scope .list-group-item.disabled:hover,
.bootstrap-scope .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.bootstrap-scope .list-group-item.disabled .list-group-item-heading,
.bootstrap-scope .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-scope .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bootstrap-scope .list-group-item.disabled .list-group-item-text,
.bootstrap-scope .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-scope .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.bootstrap-scope .list-group-item.active,
.bootstrap-scope .list-group-item.active:hover,
.bootstrap-scope .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-scope .list-group-item.active .list-group-item-heading,
.bootstrap-scope .list-group-item.active:hover .list-group-item-heading,
.bootstrap-scope .list-group-item.active:focus .list-group-item-heading,
.bootstrap-scope .list-group-item.active .list-group-item-heading > small,
.bootstrap-scope .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-scope .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-scope .list-group-item.active .list-group-item-heading > .small,
.bootstrap-scope .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-scope .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bootstrap-scope .list-group-item.active .list-group-item-text,
.bootstrap-scope .list-group-item.active:hover .list-group-item-text,
.bootstrap-scope .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.bootstrap-scope a.list-group-item,
.bootstrap-scope button.list-group-item {
  color: #555;
}
.bootstrap-scope a.list-group-item .list-group-item-heading,
.bootstrap-scope button.list-group-item .list-group-item-heading {
  color: #333;
}
.bootstrap-scope a.list-group-item:hover,
.bootstrap-scope button.list-group-item:hover,
.bootstrap-scope a.list-group-item:focus,
.bootstrap-scope button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-scope button.list-group-item {
  width: 100%;
  text-align: left;
}
.bootstrap-scope .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.bootstrap-scope .list-group-item-success,
button.bootstrap-scope .list-group-item-success {
  color: #3c763d;
}
a.bootstrap-scope .list-group-item-success .list-group-item-heading,
button.bootstrap-scope .list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.bootstrap-scope .list-group-item-success:hover,
button.bootstrap-scope .list-group-item-success:hover,
a.bootstrap-scope .list-group-item-success:focus,
button.bootstrap-scope .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.bootstrap-scope .list-group-item-success.active,
button.bootstrap-scope .list-group-item-success.active,
a.bootstrap-scope .list-group-item-success.active:hover,
button.bootstrap-scope .list-group-item-success.active:hover,
a.bootstrap-scope .list-group-item-success.active:focus,
button.bootstrap-scope .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.bootstrap-scope .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.bootstrap-scope .list-group-item-info,
button.bootstrap-scope .list-group-item-info {
  color: #31708f;
}
a.bootstrap-scope .list-group-item-info .list-group-item-heading,
button.bootstrap-scope .list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.bootstrap-scope .list-group-item-info:hover,
button.bootstrap-scope .list-group-item-info:hover,
a.bootstrap-scope .list-group-item-info:focus,
button.bootstrap-scope .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.bootstrap-scope .list-group-item-info.active,
button.bootstrap-scope .list-group-item-info.active,
a.bootstrap-scope .list-group-item-info.active:hover,
button.bootstrap-scope .list-group-item-info.active:hover,
a.bootstrap-scope .list-group-item-info.active:focus,
button.bootstrap-scope .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.bootstrap-scope .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.bootstrap-scope .list-group-item-warning,
button.bootstrap-scope .list-group-item-warning {
  color: #8a6d3b;
}
a.bootstrap-scope .list-group-item-warning .list-group-item-heading,
button.bootstrap-scope .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.bootstrap-scope .list-group-item-warning:hover,
button.bootstrap-scope .list-group-item-warning:hover,
a.bootstrap-scope .list-group-item-warning:focus,
button.bootstrap-scope .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.bootstrap-scope .list-group-item-warning.active,
button.bootstrap-scope .list-group-item-warning.active,
a.bootstrap-scope .list-group-item-warning.active:hover,
button.bootstrap-scope .list-group-item-warning.active:hover,
a.bootstrap-scope .list-group-item-warning.active:focus,
button.bootstrap-scope .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bootstrap-scope .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.bootstrap-scope .list-group-item-danger,
button.bootstrap-scope .list-group-item-danger {
  color: #a94442;
}
a.bootstrap-scope .list-group-item-danger .list-group-item-heading,
button.bootstrap-scope .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.bootstrap-scope .list-group-item-danger:hover,
button.bootstrap-scope .list-group-item-danger:hover,
a.bootstrap-scope .list-group-item-danger:focus,
button.bootstrap-scope .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.bootstrap-scope .list-group-item-danger.active,
button.bootstrap-scope .list-group-item-danger.active,
a.bootstrap-scope .list-group-item-danger.active:hover,
button.bootstrap-scope .list-group-item-danger.active:hover,
a.bootstrap-scope .list-group-item-danger.active:focus,
button.bootstrap-scope .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.bootstrap-scope .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bootstrap-scope .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bootstrap-scope .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-scope .panel-body {
  padding: 15px;
}
.bootstrap-scope .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-scope .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bootstrap-scope .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bootstrap-scope .panel-title > a,
.bootstrap-scope .panel-title > small,
.bootstrap-scope .panel-title > .small,
.bootstrap-scope .panel-title > small > a,
.bootstrap-scope .panel-title > .small > a {
  color: inherit;
}
.bootstrap-scope .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.bootstrap-scope .panel > .list-group,
.bootstrap-scope .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bootstrap-scope .panel > .list-group .list-group-item,
.bootstrap-scope .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bootstrap-scope .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-scope .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-scope .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-scope .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.bootstrap-scope .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-scope .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bootstrap-scope .list-group + .panel-footer {
  border-top-width: 0;
}
.bootstrap-scope .panel > .table,
.bootstrap-scope .panel > .table-responsive > .table,
.bootstrap-scope .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bootstrap-scope .panel > .table caption,
.bootstrap-scope .panel > .table-responsive > .table caption,
.bootstrap-scope .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-scope .panel > .table:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-scope .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-scope .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-scope .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.bootstrap-scope .panel > .table:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-scope .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-scope .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-scope .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.bootstrap-scope .panel > .panel-body + .table,
.bootstrap-scope .panel > .panel-body + .table-responsive,
.bootstrap-scope .panel > .table + .panel-body,
.bootstrap-scope .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.bootstrap-scope .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-scope .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bootstrap-scope .panel > .table-bordered,
.bootstrap-scope .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-scope .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-scope .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bootstrap-scope .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-scope .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-scope .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-scope .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bootstrap-scope .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-scope .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-scope .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-scope .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bootstrap-scope .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-scope .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-scope .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-scope .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-scope .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bootstrap-scope .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.bootstrap-scope .panel-group {
  margin-bottom: 20px;
}
.bootstrap-scope .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.bootstrap-scope .panel-group .panel + .panel {
  margin-top: 5px;
}
.bootstrap-scope .panel-group .panel-heading {
  border-bottom: 0;
}
.bootstrap-scope .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-scope .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.bootstrap-scope .panel-group .panel-footer {
  border-top: 0;
}
.bootstrap-scope .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.bootstrap-scope .panel-default {
  border-color: #ddd;
}
.bootstrap-scope .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.bootstrap-scope .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.bootstrap-scope .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.bootstrap-scope .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.bootstrap-scope .panel-primary {
  border-color: #337ab7;
}
.bootstrap-scope .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.bootstrap-scope .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.bootstrap-scope .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.bootstrap-scope .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.bootstrap-scope .panel-success {
  border-color: #d6e9c6;
}
.bootstrap-scope .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-scope .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.bootstrap-scope .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.bootstrap-scope .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.bootstrap-scope .panel-info {
  border-color: #bce8f1;
}
.bootstrap-scope .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bootstrap-scope .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.bootstrap-scope .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.bootstrap-scope .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.bootstrap-scope .panel-warning {
  border-color: #faebcc;
}
.bootstrap-scope .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-scope .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bootstrap-scope .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bootstrap-scope .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bootstrap-scope .panel-danger {
  border-color: #ebccd1;
}
.bootstrap-scope .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bootstrap-scope .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.bootstrap-scope .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.bootstrap-scope .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.bootstrap-scope .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bootstrap-scope .embed-responsive .embed-responsive-item,
.bootstrap-scope .embed-responsive iframe,
.bootstrap-scope .embed-responsive embed,
.bootstrap-scope .embed-responsive object,
.bootstrap-scope .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap-scope .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bootstrap-scope .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bootstrap-scope .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-scope .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-scope .well-lg {
  padding: 24px;
  border-radius: 0;
}
.bootstrap-scope .well-sm {
  padding: 9px;
  border-radius: 0;
}
.bootstrap-scope .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.bootstrap-scope .close:hover,
.bootstrap-scope .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.bootstrap-scope .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.bootstrap-scope .modal-open {
  overflow: hidden;
}
.bootstrap-scope .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bootstrap-scope .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.bootstrap-scope .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap-scope .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-scope .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bootstrap-scope .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.bootstrap-scope .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.bootstrap-scope .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrap-scope .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrap-scope .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-scope .modal-header .close {
  margin-top: -2px;
}
.bootstrap-scope .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bootstrap-scope .modal-body {
  position: relative;
  padding: 15px;
}
.bootstrap-scope .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bootstrap-scope .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.bootstrap-scope .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap-scope .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap-scope .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bootstrap-scope .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bootstrap-scope .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bootstrap-scope .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-scope .modal-lg {
    width: 900px;
  }
}
.bootstrap-scope .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: MasterPortalFont, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.bootstrap-scope .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.bootstrap-scope .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.bootstrap-scope .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.bootstrap-scope .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.bootstrap-scope .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.bootstrap-scope .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-scope .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-scope .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap-scope .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.bootstrap-scope .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.bootstrap-scope .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-scope .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-scope .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap-scope .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.bootstrap-scope .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-scope .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: MasterPortalFont, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.bootstrap-scope .popover.top {
  margin-top: -10px;
}
.bootstrap-scope .popover.right {
  margin-left: 10px;
}
.bootstrap-scope .popover.bottom {
  margin-top: 10px;
}
.bootstrap-scope .popover.left {
  margin-left: -10px;
}
.bootstrap-scope .popover > .arrow {
  border-width: 11px;
}
.bootstrap-scope .popover > .arrow,
.bootstrap-scope .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap-scope .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.bootstrap-scope .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.bootstrap-scope .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.bootstrap-scope .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.bootstrap-scope .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.bootstrap-scope .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-scope .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bootstrap-scope .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-scope .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.bootstrap-scope .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.bootstrap-scope .popover-content {
  padding: 9px 14px;
}
.bootstrap-scope .carousel {
  position: relative;
}
.bootstrap-scope .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap-scope .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrap-scope .carousel-inner > .item > img,
.bootstrap-scope .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap-scope .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .bootstrap-scope .carousel-inner > .item.next,
  .bootstrap-scope .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .bootstrap-scope .carousel-inner > .item.prev,
  .bootstrap-scope .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .bootstrap-scope .carousel-inner > .item.next.left,
  .bootstrap-scope .carousel-inner > .item.prev.right,
  .bootstrap-scope .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.bootstrap-scope .carousel-inner > .active,
.bootstrap-scope .carousel-inner > .next,
.bootstrap-scope .carousel-inner > .prev {
  display: block;
}
.bootstrap-scope .carousel-inner > .active {
  left: 0;
}
.bootstrap-scope .carousel-inner > .next,
.bootstrap-scope .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap-scope .carousel-inner > .next {
  left: 100%;
}
.bootstrap-scope .carousel-inner > .prev {
  left: -100%;
}
.bootstrap-scope .carousel-inner > .next.left,
.bootstrap-scope .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap-scope .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap-scope .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap-scope .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bootstrap-scope .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrap-scope .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.bootstrap-scope .carousel-control:hover,
.bootstrap-scope .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.bootstrap-scope .carousel-control .icon-prev,
.bootstrap-scope .carousel-control .icon-next,
.bootstrap-scope .carousel-control .glyphicon-chevron-left,
.bootstrap-scope .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.bootstrap-scope .carousel-control .icon-prev,
.bootstrap-scope .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.bootstrap-scope .carousel-control .icon-next,
.bootstrap-scope .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.bootstrap-scope .carousel-control .icon-prev,
.bootstrap-scope .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.bootstrap-scope .carousel-control .icon-prev:before {
  content: "\2039";
}
.bootstrap-scope .carousel-control .icon-next:before {
  content: "\203A";
}
.bootstrap-scope .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.bootstrap-scope .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.bootstrap-scope .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.bootstrap-scope .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-scope .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bootstrap-scope .carousel-control .glyphicon-chevron-left,
  .bootstrap-scope .carousel-control .glyphicon-chevron-right,
  .bootstrap-scope .carousel-control .icon-prev,
  .bootstrap-scope .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .bootstrap-scope .carousel-control .glyphicon-chevron-left,
  .bootstrap-scope .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .bootstrap-scope .carousel-control .glyphicon-chevron-right,
  .bootstrap-scope .carousel-control .icon-next {
    margin-right: -10px;
  }
  .bootstrap-scope .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .bootstrap-scope .carousel-indicators {
    bottom: 20px;
  }
}
.bootstrap-scope .clearfix:before,
.bootstrap-scope .clearfix:after,
.bootstrap-scope .bootstrap-scope .dl-horizontal dd:before,
.bootstrap-scope .bootstrap-scope .dl-horizontal dd:after,
.bootstrap-scope .bootstrap-scope .container:before,
.bootstrap-scope .bootstrap-scope .container:after,
.bootstrap-scope .bootstrap-scope .container-fluid:before,
.bootstrap-scope .bootstrap-scope .container-fluid:after,
.bootstrap-scope .bootstrap-scope .row:before,
.bootstrap-scope .bootstrap-scope .row:after,
.bootstrap-scope .bootstrap-scope .form-horizontal .form-group:before,
.bootstrap-scope .bootstrap-scope .form-horizontal .form-group:after,
.bootstrap-scope .bootstrap-scope .btn-toolbar:before,
.bootstrap-scope .bootstrap-scope .btn-toolbar:after,
.bootstrap-scope .bootstrap-scope .btn-group-vertical > .btn-group:before,
.bootstrap-scope .bootstrap-scope .btn-group-vertical > .btn-group:after,
.bootstrap-scope .bootstrap-scope .nav:before,
.bootstrap-scope .bootstrap-scope .nav:after,
.bootstrap-scope .bootstrap-scope .navbar:before,
.bootstrap-scope .bootstrap-scope .navbar:after,
.bootstrap-scope .bootstrap-scope .navbar-header:before,
.bootstrap-scope .bootstrap-scope .navbar-header:after,
.bootstrap-scope .bootstrap-scope .navbar-collapse:before,
.bootstrap-scope .bootstrap-scope .navbar-collapse:after,
.bootstrap-scope .bootstrap-scope .pager:before,
.bootstrap-scope .bootstrap-scope .pager:after,
.bootstrap-scope .bootstrap-scope .panel-body:before,
.bootstrap-scope .bootstrap-scope .panel-body:after,
.bootstrap-scope .bootstrap-scope .modal-header:before,
.bootstrap-scope .bootstrap-scope .modal-header:after,
.bootstrap-scope .bootstrap-scope .modal-footer:before,
.bootstrap-scope .bootstrap-scope .modal-footer:after {
  display: table;
  content: " ";
}
.bootstrap-scope .clearfix:after,
.bootstrap-scope .bootstrap-scope .dl-horizontal dd:after,
.bootstrap-scope .bootstrap-scope .container:after,
.bootstrap-scope .bootstrap-scope .container-fluid:after,
.bootstrap-scope .bootstrap-scope .row:after,
.bootstrap-scope .bootstrap-scope .form-horizontal .form-group:after,
.bootstrap-scope .bootstrap-scope .btn-toolbar:after,
.bootstrap-scope .bootstrap-scope .btn-group-vertical > .btn-group:after,
.bootstrap-scope .bootstrap-scope .nav:after,
.bootstrap-scope .bootstrap-scope .navbar:after,
.bootstrap-scope .bootstrap-scope .navbar-header:after,
.bootstrap-scope .bootstrap-scope .navbar-collapse:after,
.bootstrap-scope .bootstrap-scope .pager:after,
.bootstrap-scope .bootstrap-scope .panel-body:after,
.bootstrap-scope .bootstrap-scope .modal-header:after,
.bootstrap-scope .bootstrap-scope .modal-footer:after {
  clear: both;
}
.bootstrap-scope .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-scope .pull-right {
  float: right !important;
}
.bootstrap-scope .pull-left {
  float: left !important;
}
.bootstrap-scope .hide {
  display: none !important;
}
.bootstrap-scope .show {
  display: block !important;
}
.bootstrap-scope .invisible {
  visibility: hidden;
}
.bootstrap-scope .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-scope .hidden {
  display: none !important;
}
.bootstrap-scope .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bootstrap-scope .visible-xs,
.bootstrap-scope .visible-sm,
.bootstrap-scope .visible-md,
.bootstrap-scope .visible-lg {
  display: none !important;
}
.bootstrap-scope .visible-xs-block,
.bootstrap-scope .visible-xs-inline,
.bootstrap-scope .visible-xs-inline-block,
.bootstrap-scope .visible-sm-block,
.bootstrap-scope .visible-sm-inline,
.bootstrap-scope .visible-sm-inline-block,
.bootstrap-scope .visible-md-block,
.bootstrap-scope .visible-md-inline,
.bootstrap-scope .visible-md-inline-block,
.bootstrap-scope .visible-lg-block,
.bootstrap-scope .visible-lg-inline,
.bootstrap-scope .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs {
    display: block !important;
  }
  table.bootstrap-scope .visible-xs {
    display: table !important;
  }
  tr.bootstrap-scope .visible-xs {
    display: table-row !important;
  }
  th.bootstrap-scope .visible-xs,
  td.bootstrap-scope .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm {
    display: block !important;
  }
  table.bootstrap-scope .visible-sm {
    display: table !important;
  }
  tr.bootstrap-scope .visible-sm {
    display: table-row !important;
  }
  th.bootstrap-scope .visible-sm,
  td.bootstrap-scope .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md {
    display: block !important;
  }
  table.bootstrap-scope .visible-md {
    display: table !important;
  }
  tr.bootstrap-scope .visible-md {
    display: table-row !important;
  }
  th.bootstrap-scope .visible-md,
  td.bootstrap-scope .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg {
    display: block !important;
  }
  table.bootstrap-scope .visible-lg {
    display: table !important;
  }
  tr.bootstrap-scope .visible-lg {
    display: table-row !important;
  }
  th.bootstrap-scope .visible-lg,
  td.bootstrap-scope .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bootstrap-scope .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-scope .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-scope .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-scope .hidden-lg {
    display: none !important;
  }
}
.bootstrap-scope .visible-print {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print {
    display: block !important;
  }
  table.bootstrap-scope .visible-print {
    display: table !important;
  }
  tr.bootstrap-scope .visible-print {
    display: table-row !important;
  }
  th.bootstrap-scope .visible-print,
  td.bootstrap-scope .visible-print {
    display: table-cell !important;
  }
}
.bootstrap-scope .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print-block {
    display: block !important;
  }
}
.bootstrap-scope .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-scope .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-scope .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-scope .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\A0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*!
 * Bootstrap Colorpicker v2.5.2
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,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");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC");
}
.colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  display: none;
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=");
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
/*! =======================================================
                      VERSION  10.6.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */


.checkbox label .toggle,
.checkbox-inline .toggle {
	margin-left: -20px;
	margin-right: 5px;
}

.toggle {
	position: relative;
	overflow: hidden;
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
}

.toggle.btn { min-width: 59px; min-height: 34px; }
.toggle-on.btn { padding-right: 24px; }
.toggle-off.btn { padding-left: 24px; }

.toggle.btn-lg { min-width: 79px; min-height: 45px; }
.toggle-on.btn-lg { padding-right: 31px; }
.toggle-off.btn-lg { padding-left: 31px; }
.toggle-handle.btn-lg { width: 40px; }

.toggle.btn-sm { min-width: 50px; min-height: 30px;}
.toggle-on.btn-sm { padding-right: 20px; }
.toggle-off.btn-sm { padding-left: 20px; }

.toggle.btn-xs { min-width: 35px; min-height: 22px;}
.toggle-on.btn-xs { padding-right: 12px; }
.toggle-off.btn-xs { padding-left: 12px; }


/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(./woffs/VideoJS.eot?#iefix) format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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AG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\F101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\F102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\F103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\F104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\F105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\F106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\F107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\F108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\F109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\F10A"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\F10B"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\F10C"; }

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\F10D"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\F10E"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\F10F"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\F110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\F111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\F112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\F113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\F114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\F115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\F116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\F117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\F118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\F119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\F11A"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\F11B"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\F11C"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\F11D"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\F11E"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-next-item:before {
    content: "\F11F"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-previous-item:before {
    content: "\F120"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

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

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
  box-sizing: content-box; }

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
  box-sizing: content-box; }

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -ms-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -ms-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
  touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -ms-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  -khtml-user-select: none;
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 3em; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
  .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }
  .video-js .vjs-volume-panel:hover .vjs-volume-control,
  .video-js .vjs-volume-panel:active .vjs-volume-control,
  .video-js .vjs-volume-panel:focus .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control:hover,
  .video-js .vjs-volume-panel .vjs-volume-control:active,
  .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    -moz-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    -ms-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    -o-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }
    .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
      width: 5em;
      height: 3em; }
    .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 9em;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    -ms-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s; }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -ms-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  -o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
  width: 0px !important;
  white-space: nowrap; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: 0s linear 0.3s forwards vjs-spinner-show; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: block; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto; }
  .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    grid-column: 1;
    grid-row: 1; }
  .vjs-text-track-settings .vjs-track-settings-font {
    grid-column: 2;
    grid-row: 1; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 2;
    grid-row: 2; } }

.vjs-track-setting > select {
  margin-right: 5px; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none; }

.video-js *:focus:not(:focus-visible) {
  outline: none; }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid blue;
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0,60,136,0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
}
.ol-overlay-container {
  will-change: left,right,top,bottom;
}

.ol-unsupported {
  display: none;
}
.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.ol-control {
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
}
.ol-control:hover {
  background-color: rgba(255,255,255,0.6);
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}
@media print {
  .ol-control {
    display: none;
  }
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-size: 1.14em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0,60,136,0.5);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0,60,136,0.7);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}


.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
}

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution ul, .ol-attribution button {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button{
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(0,60,136,0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(./woffs/VideoJS.eot?#iefix) format("eot")}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,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AG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\F101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\F102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\F103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\F104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\F105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\F106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\F107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\F108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\F109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\F10A"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\F10B"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\F10C"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\F10D"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\F10E"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\F10F"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\F110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before{content:"\F111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\F112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\F113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\F114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\F115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\F116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\F117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\F118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\F119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\F11A"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\F11B"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\F11C"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\F11D"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\F11E"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\F11F"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\F120"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;-moz-transition:all 0s;-ms-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-linear-gradient(-90deg,rgba(0,0,0,.8),rgba(255,255,255,0));background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto;box-sizing:content-box}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto;box-sizing:content-box}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-ms-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.333333333333333em;z-index:1}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:#fff;background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;padding-left:2em;padding-right:2em;padding-bottom:3em}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{-webkit-transition:width 1s;-moz-transition:width 1s;-ms-transition:width 1s;-o-transition:width 1s;transition:width 1s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-moz-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-ms-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-o-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:9em;-webkit-transition:width .1s;-moz-transition:width .1s;-ms-transition:width .1s;-o-transition:width .1s;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3.5em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster img{display:block;vertical-align:middle;margin:0 auto;max-height:100%;padding:0;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-time-control{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control{width:0!important;white-space:nowrap}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control .vjs-icon-placeholder{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-moz-transform:translateY(-3em);-ms-transform:translateY(-3em);-o-transform:translateY(-3em);-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-moz-transform:translateY(-1.5em);-ms-transform:translateY(-1.5em);-o-transform:translateY(-1.5em);-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:'X';font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;animation:0s linear .3s forwards vjs-spinner-show}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\F10D";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \F11D";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:block}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel{display:none}.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel{display:none}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto}.vjs-text-track-settings .vjs-track-settings-colors{display:block;grid-column:1;grid-row:1}.vjs-text-track-settings .vjs-track-settings-font{grid-column:2;grid-row:1}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:2;grid-row:2}}.vjs-track-setting>select{margin-right:5px}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:0}.video-js :focus:not(:focus-visible){outline:0}@media \0screen{.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}}@media \0screen{.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:hidden}}
.olcs-hideoverlay .ol-overlay-container {
    visibility:hidden;
}

/* roboto-regular - latin */
@font-face {
    font-family: 'MasterPortalFont';
    src: url(./woffs/roboto-regular.eot); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
         url(./woffs/roboto-regular.eot?#iefix) format('embedded-opentype'), 
         url(./woffs/roboto-regular.woff2) format('woff2'), 
         url(./woffs/roboto-regular.woff) format('woff'), 
         url(./woffs/roboto-regular.ttf) format('truetype'), 
         url(./woffs/roboto-regular.svg#OpenSans) format('svg'); /* Legacy iOS */
  }

  /* roboto-italic - latin */
  @font-face {
    font-family: 'MasterPortalFont Italic';
    src: url(./woffs/roboto-italic.eot); /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
         url(./woffs/roboto-italic.eot?#iefix) format('embedded-opentype'), 
         url(./woffs/roboto-italic.woff2) format('woff2'), 
         url(./woffs/roboto-italic.woff) format('woff'), 
         url(./woffs/roboto-italic.ttf) format('truetype'), 
         url(./woffs/roboto-italic.svg#OpenSans) format('svg'); /* Legacy iOS */
  }

  /* roboto-700 - latin */
  @font-face {
    font-family: 'MasterPortalFont Bold';
    src: url(./woffs/roboto-700.eot); /* IE9 Compat Modes */
    src: local('MasterPortalFont Bold'), local('OpenSans-Bold'),
         url(./woffs/roboto-700.eot?#iefix) format('embedded-opentype'), 
         url(./woffs/roboto-700.woff2) format('woff2'), 
         url(./woffs/roboto-700.woff) format('woff'), 
         url(./woffs/roboto-700.ttf) format('truetype'), 
         url(./woffs/roboto-700.svg#OpenSans) format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'master_touchtable_big';
    src:  url(./woffs/master_touchtable_big.eot);
    src:  url(./woffs/master_touchtable_big.eot#iefix) format('embedded-opentype'),
      url(./woffs/master_touchtable_big.ttf) format('truetype'),
      url(./woffs/master_touchtable_big.woff) format('woff'),
      url(./woffs/master_touchtable_big.svg#master_touchtable_big) format('svg');
    font-weight: normal;
    font-style: normal;
  }


  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'master_touchtable_big' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  [class^="icon-"]:before,
  [class^="icon-"]:after,
  [class^="icon-"] p:before,
  [class^="icon-"] p:after {
    display: block;
    position: absolute;
    white-space: normal;
    /* match padding above */
    top: 0.25em;
    left: 0.25em;
    /* undo text hidden */
    text-indent: 0;
    /* inherits size from parent, ems cascade */
    font-family: "master_touchtable_big";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    /* screenreaders */
    speak: none;
  }
  .icon-lock:before {
    content: "\E929";
    color: #003063;
  }
  .icon-burgermenu_alt:before {
    content: "\E906";
    color: #003063;
  }
  .icon-drag:before {
    content: "\E900";
    color: #808080;
  }
  .icon-info:before {
    content: "\E901";
    color: #808080;
  }
  .icon-turnarticle:before {
    content: "\E902";
    color: #808080;
  }
  .icon-burgermenu2:before {
    content: "\E907";
    color: #f2f2f2;
  }
  .icon-close:before {
    content: "\E908";
    color: #808080;
  }
  .icon-search:before {
    content: "\E909";
    color: rgb(0, 48, 99);
  }
  .icon-search:after {
    content: "\E92A";
    color: rgb(128, 128, 128);
  }
  .icon-resize:before {
    content: "\E90A";
    color: #003063;
  }
  .icon-categories:before {
    content: "\E90B";
    color: rgb(0, 48, 99);
  }
  .icon-categories:after {
    content: "\E90C";
    color: rgb(128, 128, 128);
  }
  .icon-categories2:before {
    content: "\E90D";
    color: rgb(0, 48, 99);
  }
  .icon-categories2:after {
    content: "\E90E";
    color: rgb(242, 242, 242);
  }
  .icon-tools:before {
    content: "\E90F";
    color: rgb(128, 128, 128);
  }
  .icon-tools:after {
    content: "\E910";
    color: rgb(0, 48, 99);
  }
  .icon-tools2:before {
    content: "\E911";
    color: rgb(242, 242, 242);
  }
  .icon-tools2:after {
    content: "\E912";
    color: rgb(0, 48, 99);
  }
  .icon-article:before {
    content: "\E913";
    color: rgb(128, 128, 128);
  }
  .icon-article:after {
    content: "\E914";
    color: rgb(0, 48, 99);
  }
  .icon-article2:before {
    content: "\E915";
    color: rgb(242, 242, 242);
  }
  .icon-article2:after {
    content: "\E916";
    color: rgb(0, 48, 99);
  }
  .icon-checkbox:before {
    content: "\E917";
    color: #003063;
  }
  .icon-checkbox2:before {
    content: "\E918";
    color: #808080;
  }
  .icon-checkbox3:before {
    content: "\E919";
    color: #808080;
  }
  .icon-left:before {
    content: "\E91A";
    color: #003063;
  }
  .icon-left2:before {
    content: "\E91B";
    color: #808080;
  }
  .icon-right:before {
    content: "\E91C";
    color: #003063;
  }
  .icon-right2:before {
    content: "\E91D";
    color: #808080;
  }
  .icon-home:before {
    content: "\E91E";
    color: #003063;
  }
  .icon-fullscreen:before {
    content: "\E91F";
    color: #003063;
  }
  .icon-fullscreen2:before {
    content: "\E920";
    color: #003063;
  }
  .icon-measurearea:before {
    content: "\E921";
    color: #003063;
  }
  .icon-measuredistance:before {
    content: "\E922";
    color: #003063;
  }
  .icon-turnmap:before {
    content: "\E923";
    color: #003063;
  }

html,
body {
    height: 100%;
    width: 100%;
}

.masterportal-container {
    height: 100%;
    font-family: MasterPortalFont, Arial, sans-serif;
    position: relative;
}

.masterportal-container img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

.masterportal-container .font-bold {
    font-family: 'MasterPortalFont Bold', 'Arial Narrow', Arial, sans-serif;
}

label {
    font-weight: normal !important;
}

.masterportal-container #cursorGlyph {
    position: fixed;
    z-index: 1000;
    cursor: none;
}

.masterportal-container .glyphicon-check,
.masterportal-container .glyphicon-unchecked,
.masterportal-container .glyphicon-download,
.masterportal-container .glyphicon-upload,
.masterportal-container .glyphicon-chevron-down,
.masterportal-container .glyphicon-chevron-up,
.masterportal-container .glyphicon-plus-sign,
.masterportal-container .glyphicon-minus-sign,
.masterportal-container .glyphicon-refresh,
.masterportal-container .glyphicon-folder-close,
.masterportal-container .glyphicon-folder-open,
.masterportal-container .glyphicon-question-sign {
    cursor: pointer;
}

@media (max-width: 767px) {
    .masterportal-container .btn-glyphicon,
    .masterportal-container .glyphicon-plus-sign,
    .masterportal-container .glyphicon-minus-sign,
    .masterportal-container .glyphicon-info-sign,
    .masterportal-container .glyphicon-check,
    .masterportal-container .glyphicon-unchecked,
    .masterportal-container .glyphicon-envelope,
    .masterportal-container .glyphicon-book {
        font-size: 18px !important;
    }
    .masterportal-container {
        font-size: 16px;
    }
    .masterportal-container iframe.gfi-iFrame {
        border: 0px;
        width: 100%;
        height: 300px;
        display: block;
    }
    .masterportal-container #portalTitle {
        display: block;
        background-color: white;
    }
}

@media (min-width:768px) {
    .masterportal-container iframe.gfi-iFrame {
        border: 0px;
        width: 100%;
        height: 100%;
        display: block;
    }
}

@media (min-height:200px) {
    .masterportal-container #poibody {
        max-height: 120px;
    }
}

@media (min-height:250px) {
    .masterportal-container #poibody {
        max-height: 200px;
    }
}

@media (min-height:300px) {
    .masterportal-container #poibody {
        max-height: 220px;
    }
}

@media (min-height:480px) {
    .masterportal-container #poibody {
        max-height: 400px;
    }
}

@media (min-height: 768px) {
    .masterportal-container #poibody {
        max-height: 700px;
    }
}

.masterportal-container #poibody {
    overflow: auto;
}


/*bootstrap überschreiben*/

.masterportal-container .list-group {
    margin-bottom: 0px !important;
}

.masterportal-container .form-group:last-child {
    margin-bottom: 0px;
}


/******* Ajax Loader *******/

.masterportal-container  #loader {
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2000;
}

.masterportal-container #loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -5px;
}

.masterportal-container .loading {
    position: absolute;
    top: 30%;
    left: 32.5%;
    z-index: 9999;
    text-align: center;
    width: 35%;
}

.masterportal-container .loading div {
    font-size: 5vmin;
    line-height: 130%;
    margin-top: 5%;
}

.masterportal-container .cluster {
    font-size: 25px;
    border-radius: 30px!important;
    float: left;
    margin: 10px;
}

.masterportal-container .btn-lgv-grey {
    background-color: #E3E3E3;
    color: #000000;
}


/* overwrites after introducing bootstrap-scope class*/
.fa,
.fas {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
}

.masterportal-container .btn-glyphicon {
    border: 0;
    padding: 0;
    background: transparent;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.masterportal-container .copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    bottom: 0;
    right: 0;
    position: absolute;
    font-size: 10px;
    z-index: 1000;
    border-radius: 5px 0 0 !important;
    padding: 4px 8px;
}

.masterportal-container  .copyright a {
    cursor: pointer;
}

@charset "utf-8";

