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 v2.0.0
https://github.com/seballot/spectrum
Author: Brian Grinstead and spectrum contributors
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%;
}

#oafCapabilitiesInput {
  width: 100%;
}
.select-oaf-md-8 {
  padding-left: 20px;
  float: left;
}
.select-oaf-md-4 {
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
}
.load-info {
  display: none;
}
.glyphicon.fast-right-spinner {
  -webkit-animation: glyphicon-spin-r 1s infinite linear;
  animation: glyphicon-spin-r 1s infinite linear;
  display: none;
}
.glyphicon.normal-right-spinner {
  -webkit-animation: glyphicon-spin-r 2s infinite linear;
  animation: glyphicon-spin-r 2s infinite linear;
}
.glyphicon.slow-right-spinner {
  -webkit-animation: glyphicon-spin-r 3s infinite linear;
  animation: glyphicon-spin-r 3s infinite linear;
}
.glyphicon.fast-left-spinner {
  -webkit-animation: glyphicon-spin-l 1s infinite linear;
  animation: glyphicon-spin-l 1s infinite linear;
}
.glyphicon.normal-left-spinner {
  -webkit-animation: glyphicon-spin-l 2s infinite linear;
  animation: glyphicon-spin-l 2s infinite linear;
}
.glyphicon.slow-left-spinner {
  -webkit-animation: glyphicon-spin-l 3s infinite linear;
  animation: glyphicon-spin-l 3s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#oatCapabilitiesInput {
  width: 100%;
}
.select-oat-md-8 {
  padding-left: 20px;
  float: left;
}
.select-oat-md-4 {
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
}
.load-info {
  display: none;
}
.glyphicon.fast-right-spinner {
  -webkit-animation: glyphicon-spin-r 1s infinite linear;
  animation: glyphicon-spin-r 1s infinite linear;
  display: none;
}
.glyphicon.normal-right-spinner {
  -webkit-animation: glyphicon-spin-r 2s infinite linear;
  animation: glyphicon-spin-r 2s infinite linear;
}
.glyphicon.slow-right-spinner {
  -webkit-animation: glyphicon-spin-r 3s infinite linear;
  animation: glyphicon-spin-r 3s infinite linear;
}
.glyphicon.fast-left-spinner {
  -webkit-animation: glyphicon-spin-l 1s infinite linear;
  animation: glyphicon-spin-l 1s infinite linear;
}
.glyphicon.normal-left-spinner {
  -webkit-animation: glyphicon-spin-l 2s infinite linear;
  animation: glyphicon-spin-l 2s infinite linear;
}
.glyphicon.slow-left-spinner {
  -webkit-animation: glyphicon-spin-l 3s infinite linear;
  animation: glyphicon-spin-l 3s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#wmtsCapabilitiesInput {
  width: 100%;
}

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

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

.btn-edit-layer {
  margin-top: 20px;
}
#selectOafLayer {
  height: 400px;
  overflow: auto;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.oaf-layer {
  height: 400px;
  overflow: hidden;
}
.spin-container {
  position: absolute;
  left: 50%;
  top: 50%;
}
load-container {
  position: absolute;
  left: 50%;
  top: 70%;
}
.glyphicon.fast-right-spinner {
  -webkit-animation: glyphicon-spin-r 1s infinite linear;
  animation: glyphicon-spin-r 1s infinite linear;
  display: none;
}
.load-info {
  display: none;
}
.glyphicon.normal-right-spinner {
  -webkit-animation: glyphicon-spin-r 2s infinite linear;
  animation: glyphicon-spin-r 2s infinite linear;
}
.glyphicon.slow-right-spinner {
  -webkit-animation: glyphicon-spin-r 3s infinite linear;
  animation: glyphicon-spin-r 3s infinite linear;
}
.glyphicon.fast-left-spinner {
  -webkit-animation: glyphicon-spin-l 1s infinite linear;
  animation: glyphicon-spin-l 1s infinite linear;
}
.glyphicon.normal-left-spinner {
  -webkit-animation: glyphicon-spin-l 2s infinite linear;
  animation: glyphicon-spin-l 2s infinite linear;
}
.glyphicon.slow-left-spinner {
  -webkit-animation: glyphicon-spin-l 3s infinite linear;
  animation: glyphicon-spin-l 3s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

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

.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(..//css/fonts/glyphicons-halflings-regular..eot);
  src: url(..//css/fonts/glyphicons-halflings-regular..eot?#iefix) format("embedded-opentype"), url(..//css/fonts/glyphicons-halflings-regular..woff2) format("woff2"), url(..//css/fonts/glyphicons-halflings-regular..woff) format("woff"), url(..//css/fonts/glyphicons-halflings-regular..ttf) format("truetype"), url(..//css/fonts/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: "\002a";
}
.bootstrap-scope .glyphicon-plus:before {
  content: "\002b";
}
.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: "\00a5";
}
.bootstrap-scope .glyphicon-jpy:before {
  content: "\00a5";
}
.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 \00A0";
}
.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: "\00A0 \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: "/\00a0";
}
.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: '\00a0';
}
.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,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC);
  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.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://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;
}
:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

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

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
  overflow: hidden;
}

.ol-viewport {
  touch-action: pan-x pan-y;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-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: var(--ol-subtle-background-color);
  border-radius: 4px;
}

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

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: var(--ol-background-color);
  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;
  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;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

.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);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.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: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

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

.olcs-hideoverlay .ol-overlay-container {
    visibility:hidden;
}

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

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

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

  @font-face {
    font-family: 'master_touchtable_big';
    src:  url(..//css/fonts/master_touchtable_big..eot);
    src:  url(..//css/fonts/master_touchtable_big..eot#iefix) format('embedded-opentype'),
      url(..//css/fonts/master_touchtable_big..ttf) format('truetype'),
      url(..//css/fonts/master_touchtable_big..woff) format('woff'),
      url(..//css/fonts/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%;
    margin: 0;
}

.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 {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    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,
.far {
  font-family: 'Font Awesome 5 Free' !important;
}

.fa,
.fas {
    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";

