@charset "UTF-8";
/*
 * Copyright (C) 2010-2017 Evergage, Inc.
 * All rights reserved.
 */
/**
 * This is the main application stylesheet. It should include or import all
 * stylesheets used throughout the application, as this is the only stylesheet in
 * the Grunt configuration that is automatically processed.
 */
/*
 * Copyright (C) 2010-2018 Evergage, Inc.
 * All rights reserved.
 */
/*
 * Copyright (C) 2010-2017 Evergage, Inc.
 * All rights reserved.
 */
/**
 * These are the variables used throughout the application. This is where
 * overwrites that are not specific to components should be maintained.
 */
/******** Fonts *********/
/******** Z-Indexes *********/
/* Lighten seems to go all the way to #ff white, but at different threshholds for different base colors */
/* For instance lighten 50% of our orange warning is actually full white, whereas for our red error color it's still red */
@font-face {
  font-family: 'Salesforce Sans';
  src: url("../fonts/SalesforceSans/SalesforceSans-Light.woff2") format("woff2"), url("../fonts/SalesforceSans/SalesforceSans-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: 'Salesforce Sans';
  src: url("../fonts/SalesforceSans/SalesforceSans-LightItalic.woff2") format("woff2"), url("../fonts/SalesforceSans/SalesforceSans-LightItalic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: 'Salesforce Sans';
  src: url("../fonts/SalesforceSans/SalesforceSans-Regular.woff2") format("woff2"), url("../fonts/SalesforceSans/SalesforceSans-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: 'Salesforce Sans';
  src: url("../fonts/SalesforceSans/SalesforceSans-Italic.woff2") format("woff2"), url("../fonts/SalesforceSans/SalesforceSans-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Salesforce Sans';
  src: url("../fonts/SalesforceSans/SalesforceSans-Bold.woff2") format("woff2"), url("../fonts/SalesforceSans/SalesforceSans-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: 'Salesforce Sans';
  src: url("../fonts/SalesforceSans/SalesforceSans-BoldItalic.woff2") format("woff2"), url("../fonts/SalesforceSans/SalesforceSans-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.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:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.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: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

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

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* 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 {
    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: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* 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;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

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

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.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 {
    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/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

tags-input {
  display: block;
}
tags-input *, tags-input *:before, tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: none;
}

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%;
}
tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .tag-item .remove-button:active {
  color: #ff0000;
}
tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tags-input .tags .input.invalid-tag {
  color: #ff0000;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: none;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

/*# sourceMappingURL=ng-tags-input.css.map */


/* ==== editable-form ==== */

/* class for single editable element */
.editable-wrap {
  display: inline-block;
  white-space: pre;
  margin: 0;
}

/* remove bottom-margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
  margin-bottom: 0;
}

/* remove bottom-margin of inputs */
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  margin-bottom: 0;
}

/* keep buttons on the same line */
.editable-wrap .editable-input {
  display: inline-block;
}

.editable-buttons {
  display: inline-block;
  vertical-align: top;
}

.editable-buttons button {
  margin-left: 5px;
}

/* in bootstrap width: 100% => buttons go outside the box */
.editable-input.editable-has-buttons {
  width: auto;
}

/* ==== editable-text ==== */

/* fix padding issue on typeahead */
.editable-text {
    white-space: nowrap;
}

/* ==== editable-bsdate ==== */

/* fix padding issue on bsdate popup */
.editable-bsdate {
    white-space: nowrap;
}

/* ==== editable-bstime ==== */

/* fix padding issue on bstime */
.editable-bstime {
    white-space: nowrap;
}

/* workaround for bootstrap that sets width: 100% and inputs become too wide */
.editable-bstime .editable-input input[type="text"] {
  width: 46px;
}

/* less padding for .well */
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px;
}

/* ==== editable-range ==== */

.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center;
}

/* ==== editable-color ==== */

.editable-color input[type="color"] {
  width: 50px;
}


/* ==== editable-checkbox ==== */
/* ==== editable-checklist ==== */
/* ==== editable-radiolist ==== */

.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px;
}

/* ==== element ==== */

/* hiding element */
.editable-hide {
  display: none !important;
}

.editable-click,
a.editable-click {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca;
}

.editable-click:hover, 
a.editable-click:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496;
}

/* editable-empty */
.editable-empty, 
.editable-empty:hover, 
.editable-empty:focus,
a.editable-empty, 
a.editable-empty:hover, 
a.editable-empty:focus {
  font-style: italic; 
  color: #DD1144;  
  text-decoration: none;
}

/* ui-bootstrap editable popover */
.ui-popover-wrapper a {
    /* make the link always show up */  
    display: inline !important;
}

.ui-popover-wrapper form {
    display: none !important;
}

/* editable popover */
.popover-wrapper > a {
  /* make the link always show up */
  display: inline !important;
}

.popover-wrapper {
  /* make absolutely positioned children constrained to this box*/
  display: inline;
  position: relative;
}

.popover-wrapper form {
  position: absolute;
  top: -53px;
  background: #FFF;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 7px;
  width: auto;
  display: inline-block;
  left: 50%;
  z-index: 101;
}

.popover-wrapper form:before {
  content:"";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AAA;
  position:absolute;
  bottom:-10px;
}

.popover-wrapper form:after {
  content:"";
  width:0;
  height:0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFF;
  position:absolute;
  bottom:-9px;
}


@media screen and (max-width: 750px) {
    .popover-wrapper form {
        margin-left: -60px;
    }

    .popover-wrapper form:before {
        left:50px;
    }

    .popover-wrapper form:after {
        left:51px;
    }
}

@media screen and (min-width: 750px) {
    .popover-wrapper form {
        margin-left: -110px;
    }

    .popover-wrapper form:before {
        left:100px;
    }

    .popover-wrapper form:after {
        left:101px;
    }
}


/*!
 * angular-confirm v1.1.0 (http://craftpip.github.io/angular-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2016-2017 angular-confirm
 * Licensed under MIT (https://github.com/craftpip/angular-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes ng-confirm-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ng-confirm-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body[class*=ng-confirm-no-scroll-] {
  overflow: hidden !important;
}
.ng-confirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}
.ng-confirm .ng-confirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .4s, background .4s;
          transition: opacity .4s, background .4s;
}
.ng-confirm .ng-confirm-bg.ng-confirm-bg-h {
  opacity: 0 !important;
}
.ng-confirm .ng-confirm-scrollpane {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-perspective-origin: center;
          perspective-origin: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ng-confirm .ng-confirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.ng-confirm .ng-confirm-box.ng-confirm-loading {
  min-height: 120px;
}
.ng-confirm .ng-confirm-box.ng-confirm-loading:before {
  content: '';
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.ng-confirm .ng-confirm-box.ng-confirm-loading:after {
  opacity: 0.6;
  content: '';
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: ng-confirm-spin 1s infinite linear;
          animation: ng-confirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.ng-confirm .ng-confirm-box div.ng-confirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in;
          transition: opacity 0.3s ease-in;
  font-size: 27px !important;
  line-height: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ng-confirm .ng-confirm-box div.ng-confirm-closeIcon:empty {
  display: none;
}
.ng-confirm .ng-confirm-box div.ng-confirm-closeIcon .fa,
.ng-confirm .ng-confirm-box div.ng-confirm-closeIcon .glyphicon,
.ng-confirm .ng-confirm-box div.ng-confirm-closeIcon .zmdi {
  font-size: 16px;
  line-height: 25px;
  vertical-align: bottom;
}
.ng-confirm .ng-confirm-box div.ng-confirm-closeIcon:hover {
  opacity: 1;
}
.ng-confirm .ng-confirm-box div.ng-confirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  padding-bottom: 15px;
}
.ng-confirm .ng-confirm-box div.ng-confirm-title-c .ng-confirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
}
.ng-confirm .ng-confirm-box div.ng-confirm-title-c .ng-confirm-icon-c i {
  vertical-align: middle;
}
.ng-confirm .ng-confirm-box div.ng-confirm-title-c .ng-confirm-icon-c:empty {
  display: none;
}
.ng-confirm .ng-confirm-box div.ng-confirm-title-c .ng-confirm-title {
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}
.ng-confirm .ng-confirm-box div.ng-confirm-title-c .ng-confirm-title:empty {
  display: none;
}
.ng-confirm .ng-confirm-box div.ng-confirm-content-pane {
  margin-bottom: 15px;
  height: 0px;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ng-confirm .ng-confirm-box div.ng-confirm-content-pane .ng-confirm-content {
  width: 100%;
  height: auto;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}
.ng-confirm .ng-confirm-box div.ng-confirm-content-pane .ng-confirm-content img {
  width: 100%;
  height: auto;
}
.ng-confirm .ng-confirm-box div.ng-confirm-content-pane .ng-confirm-content:empty {
  display: none;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons {
  padding-bottom: 11px;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  outline: 0;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
          transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.ng-confirm .ng-confirm-box .ng-confirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF;
}
@-webkit-keyframes type-blue {
  1%,
  100% {
    border-color: #3498db;
  }
  50% {
    border-color: #5faee3;
  }
}
@keyframes type-blue {
  1%,
  100% {
    border-color: #3498db;
  }
  50% {
    border-color: #5faee3;
  }
}
@-webkit-keyframes type-green {
  1%,
  100% {
    border-color: #2ecc71;
  }
  50% {
    border-color: #54d98c;
  }
}
@keyframes type-green {
  1%,
  100% {
    border-color: #2ecc71;
  }
  50% {
    border-color: #54d98c;
  }
}
@-webkit-keyframes type-red {
  1%,
  100% {
    border-color: #e74c3c;
  }
  50% {
    border-color: #ed7669;
  }
}
@keyframes type-red {
  1%,
  100% {
    border-color: #e74c3c;
  }
  50% {
    border-color: #ed7669;
  }
}
@-webkit-keyframes type-orange {
  1%,
  100% {
    border-color: #f1c40f;
  }
  50% {
    border-color: #f4d03f;
  }
}
@keyframes type-orange {
  1%,
  100% {
    border-color: #f1c40f;
  }
  50% {
    border-color: #f4d03f;
  }
}
@-webkit-keyframes type-purple {
  1%,
  100% {
    border-color: #9b59b6;
  }
  50% {
    border-color: #b07cc6;
  }
}
@keyframes type-purple {
  1%,
  100% {
    border-color: #9b59b6;
  }
  50% {
    border-color: #b07cc6;
  }
}
@-webkit-keyframes type-dark {
  1%,
  100% {
    border-color: #34495e;
  }
  50% {
    border-color: #46627f;
  }
}
@keyframes type-dark {
  1%,
  100% {
    border-color: #34495e;
  }
  50% {
    border-color: #46627f;
  }
}
.ng-confirm.ng-confirm-type-animated .ng-confirm-box {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ng-confirm.ng-confirm-type-blue .ng-confirm-box {
  border-top: solid 7px #3498db;
  -webkit-animation-name: type-blue;
          animation-name: type-blue;
}
.ng-confirm.ng-confirm-type-green .ng-confirm-box {
  border-top: solid 7px #2ecc71;
  -webkit-animation-name: type-green;
          animation-name: type-green;
}
.ng-confirm.ng-confirm-type-red .ng-confirm-box {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
          animation-name: type-red;
}
.ng-confirm.ng-confirm-type-orange .ng-confirm-box {
  border-top: solid 7px #f1c40f;
  -webkit-animation-name: type-orange;
          animation-name: type-orange;
}
.ng-confirm.ng-confirm-type-purple .ng-confirm-box {
  border-top: solid 7px #9b59b6;
  -webkit-animation-name: type-purple;
          animation-name: type-purple;
}
.ng-confirm.ng-confirm-type-dark .ng-confirm-box {
  border-top: solid 7px #34495e;
  -webkit-animation-name: type-dark;
          animation-name: type-dark;
}
.ng-confirm .ng-confirm-clear {
  clear: both;
}
.ng-confirm.ng-confirm-rtl {
  direction: rtl;
}
.ng-confirm .ng-confirm-box.ng-confirm-hilight.ng-confirm-hilight-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ng-confirm .ng-confirm-box.ng-confirm-hilight.ng-confirm-hilight-glow {
  -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
}
@-webkit-keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 3px red;
  }
  50% {
    box-shadow: 0 0 30px red;
  }
}
@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 3px red;
  }
  50% {
    box-shadow: 0 0 30px red;
  }
}
/*Transition rules*/
.ng-confirm {
  -webkit-perspective: 400px;
          perspective: 400px;
}
.ng-confirm .ng-confirm-box {
  opacity: 1;
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-top,
.ng-confirm .ng-confirm-box.ng-confirm-animation-left,
.ng-confirm .ng-confirm-box.ng-confirm-animation-right,
.ng-confirm .ng-confirm-box.ng-confirm-animation-bottom,
.ng-confirm .ng-confirm-box.ng-confirm-animation-opacity,
.ng-confirm .ng-confirm-box.ng-confirm-animation-zoom,
.ng-confirm .ng-confirm-box.ng-confirm-animation-scale,
.ng-confirm .ng-confirm-box.ng-confirm-animation-none,
.ng-confirm .ng-confirm-box.ng-confirm-animation-rotate,
.ng-confirm .ng-confirm-box.ng-confirm-animation-rotatex,
.ng-confirm .ng-confirm-box.ng-confirm-animation-rotatey,
.ng-confirm .ng-confirm-box.ng-confirm-animation-scaley,
.ng-confirm .ng-confirm-box.ng-confirm-animation-scalex {
  opacity: 0;
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-rotate {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-rotatex {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-rotatexr {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-rotatey {
  -webkit-transform: rotatey(90deg);
      -ms-transform: rotatey(90deg);
          transform: rotatey(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-rotateyr {
  -webkit-transform: rotatey(-90deg);
      -ms-transform: rotatey(-90deg);
          transform: rotatey(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-scaley {
  -webkit-transform: scaley(1.5);
      -ms-transform: scaley(1.5);
          transform: scaley(1.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-scalex {
  -webkit-transform: scalex(1.5);
      -ms-transform: scalex(1.5);
          transform: scalex(1.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-top {
  -webkit-transform: translate(0px, -100px);
      -ms-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-left {
  -webkit-transform: translate(-100px, 0px);
      -ms-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-right {
  -webkit-transform: translate(100px, 0px);
      -ms-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-bottom {
  -webkit-transform: translate(0px, 100px);
      -ms-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-zoom {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-scale {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.ng-confirm .ng-confirm-box.ng-confirm-animation-none {
  visibility: hidden;
}
.ng-confirm.ng-confirm-light .ng-confirm-bg,
.ng-confirm.ng-confirm-white .ng-confirm-bg {
  background-color: #444;
  opacity: .2;
}
.ng-confirm.ng-confirm-light .ng-confirm-icon-c,
.ng-confirm.ng-confirm-white .ng-confirm-icon-c {
  margin-right: 8px;
}
.ng-confirm.ng-confirm-light.ng-confirm-rtl .ng-confirm-closeIcon,
.ng-confirm.ng-confirm-white.ng-confirm-rtl .ng-confirm-closeIcon {
  left: 5px !important;
  right: auto !important;
}
.ng-confirm.ng-confirm-light.ng-confirm-rtl .ng-confirm-icon-c,
.ng-confirm.ng-confirm-white.ng-confirm-rtl .ng-confirm-icon-c {
  margin-right: 0;
  margin-left: 8px;
}
.ng-confirm.ng-confirm-light .ng-confirm-box,
.ng-confirm.ng-confirm-white .ng-confirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.ng-confirm.ng-confirm-light .ng-confirm-box .ng-confirm-closeIcon,
.ng-confirm.ng-confirm-white .ng-confirm-box .ng-confirm-closeIcon {
  line-height: 20px;
}
.ng-confirm.ng-confirm-light .ng-confirm-box .ng-confirm-buttons,
.ng-confirm.ng-confirm-white .ng-confirm-box .ng-confirm-buttons {
  float: right;
}
.ng-confirm.ng-confirm-light .ng-confirm-box .ng-confirm-buttons button,
.ng-confirm.ng-confirm-white .ng-confirm-box .ng-confirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
          transition: background .1s;
  color: white;
}
.ng-confirm.ng-confirm-light .ng-confirm-box .ng-confirm-buttons button.btn-default,
.ng-confirm.ng-confirm-white .ng-confirm-box .ng-confirm-buttons button.btn-default {
  box-shadow: none;
  color: #333;
}
.ng-confirm.ng-confirm-light .ng-confirm-box .ng-confirm-buttons button.btn-default:hover,
.ng-confirm.ng-confirm-white .ng-confirm-box .ng-confirm-buttons button.btn-default:hover {
  background: #ddd;
}
.ng-confirm.ng-confirm-dark .ng-confirm-bg,
.ng-confirm.ng-confirm-black .ng-confirm-bg {
  background-color: darkslategray;
  opacity: .4;
}
.ng-confirm.ng-confirm-dark .ng-confirm-icon-c,
.ng-confirm.ng-confirm-black .ng-confirm-icon-c {
  margin-right: 8px;
}
.ng-confirm.ng-confirm-dark.ng-confirm-rtl .ng-confirm-closeIcon,
.ng-confirm.ng-confirm-black.ng-confirm-rtl .ng-confirm-closeIcon {
  left: 5px !important;
  right: auto !important;
}
.ng-confirm.ng-confirm-dark.ng-confirm-rtl .ng-confirm-icon-c,
.ng-confirm.ng-confirm-black.ng-confirm-rtl .ng-confirm-icon-c {
  margin-right: 0;
  margin-left: 8px;
}
.ng-confirm.ng-confirm-dark .ng-confirm-box,
.ng-confirm.ng-confirm-black .ng-confirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
}
.ng-confirm.ng-confirm-dark .ng-confirm-box .ng-confirm-closeIcon,
.ng-confirm.ng-confirm-black .ng-confirm-box .ng-confirm-closeIcon {
  line-height: 20px;
}
.ng-confirm.ng-confirm-dark .ng-confirm-box.ng-confirm-loading:before,
.ng-confirm.ng-confirm-black .ng-confirm-box.ng-confirm-loading:before {
  background: #444;
}
.ng-confirm.ng-confirm-dark .ng-confirm-box.ng-confirm-loading:after,
.ng-confirm.ng-confirm-black .ng-confirm-box.ng-confirm-loading:after {
  border-bottom-color: deepskyblue;
}
.ng-confirm.ng-confirm-dark .ng-confirm-box *:not(input):not(textarea):not(select):not(option),
.ng-confirm.ng-confirm-black .ng-confirm-box *:not(input):not(textarea):not(select):not(option) {
  color: white;
}
.ng-confirm.ng-confirm-dark .ng-confirm-box input,
.ng-confirm.ng-confirm-black .ng-confirm-box input,
.ng-confirm.ng-confirm-dark .ng-confirm-box textarea,
.ng-confirm.ng-confirm-black .ng-confirm-box textarea,
.ng-confirm.ng-confirm-dark .ng-confirm-box select,
.ng-confirm.ng-confirm-black .ng-confirm-box select,
.ng-confirm.ng-confirm-dark .ng-confirm-box option,
.ng-confirm.ng-confirm-black .ng-confirm-box option {
  color: initial;
}
.ng-confirm.ng-confirm-dark .ng-confirm-box .ng-confirm-buttons,
.ng-confirm.ng-confirm-black .ng-confirm-box .ng-confirm-buttons {
  float: right;
}
.ng-confirm.ng-confirm-dark .ng-confirm-box .ng-confirm-buttons button,
.ng-confirm.ng-confirm-black .ng-confirm-box .ng-confirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
          transition: background .1s;
  color: white;
}
.ng-confirm.ng-confirm-dark .ng-confirm-box .ng-confirm-buttons button.btn-default,
.ng-confirm.ng-confirm-black .ng-confirm-box .ng-confirm-buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none;
}
.ng-confirm.ng-confirm-dark .ng-confirm-box .ng-confirm-buttons button.btn-default:hover,
.ng-confirm.ng-confirm-black .ng-confirm-box .ng-confirm-buttons button.btn-default:hover {
  background: #666;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-bg {
  background: #36465D;
  opacity: 0.99;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-blue .ng-confirm-box {
  border: none;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-blue .ng-confirm-bg {
  background: #217dbb;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-green .ng-confirm-box {
  border: none;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-green .ng-confirm-bg {
  background: #25a25a;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-red .ng-confirm-box {
  border: none;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-red .ng-confirm-bg {
  background: #d62c1a;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-orange .ng-confirm-box {
  border: none;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-orange .ng-confirm-bg {
  background: #c29d0b;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-purple .ng-confirm-box {
  border: none;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-purple .ng-confirm-bg {
  background: #804399;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-dark .ng-confirm-box {
  border: none;
}
.ng-confirm.ng-confirm-supervan.ng-confirm-type-dark .ng-confirm-bg {
  background: #222f3d;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box {
  background-color: transparent;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box.ng-confirm-loading:before {
  background: transparent;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box.ng-confirm-loading:after {
  border-bottom-color: transparent;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box div.ng-confirm-closeIcon {
  color: white;
  border-radius: 50px;
  height: 26px;
  width: 26px;
  line-height: 26px;
  top: 2px;
  right: 2px;
  box-shadow: 0 0 0 2px #ddd;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box *:not(input):not(textarea):not(select):not(option) {
  color: white;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box input,
.ng-confirm.ng-confirm-supervan .ng-confirm-box textarea,
.ng-confirm.ng-confirm-supervan .ng-confirm-box select,
.ng-confirm.ng-confirm-supervan .ng-confirm-box option {
  color: initial;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box div.ng-confirm-closeIcon {
  color: white;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box div.ng-confirm-title-c {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 25px;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box div.ng-confirm-title-c > * {
  display: block;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box div.ng-confirm-title-c .ng-confirm-icon-c {
  margin: 0 0 20px;
  font-size: 50px;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box div.ng-confirm-content-pane {
  margin-bottom: 25px;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box div.ng-confirm-content {
  text-align: center;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box .ng-confirm-buttons {
  text-align: center;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box .ng-confirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  text-shadow: none;
  border: none;
  color: white;
  padding: 10px;
  min-width: 100px;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box .ng-confirm-buttons button.btn-default {
  background: #303f53;
}
.ng-confirm.ng-confirm-supervan .ng-confirm-box .ng-confirm-buttons button.btn-default:hover {
  background: #2f3c50;
  color: white;
}
.ng-confirm.ng-confirm-material .ng-confirm-bg {
  background: dimgray;
  opacity: .6;
}
.ng-confirm.ng-confirm-material .ng-confirm-icon-c {
  margin-right: 8px;
}
.ng-confirm.ng-confirm-material .ng-confirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px;
}
.ng-confirm.ng-confirm-material .ng-confirm-box div.ng-confirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  line-height: 20px;
  top: 15px;
  right: 15px;
}
.ng-confirm.ng-confirm-material .ng-confirm-box div.ng-confirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
}
.ng-confirm.ng-confirm-material .ng-confirm-box div.ng-confirm-content {
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}
.ng-confirm.ng-confirm-material .ng-confirm-box .ng-confirm-buttons {
  text-align: right;
}
.ng-confirm.ng-confirm-material .ng-confirm-box .ng-confirm-buttons button {
  text-transform: uppercase;
  font-weight: 500;
}
.ng-confirm.ng-confirm-material.ng-confirm-rtl .ng-confirm-closeIcon {
  left: 15px !important;
  right: auto !important;
}
.ng-confirm.ng-confirm-material.ng-confirm-rtl .ng-confirm-icon-c {
  margin-right: 0;
  margin-left: 8px;
}
.ng-confirm.ng-confirm-bootstrap .ng-confirm-bg {
  background-color: rgba(0, 0, 0, 0.21);
}
.ng-confirm.ng-confirm-bootstrap .ng-confirm-icon-c {
  margin-right: 8px;
}
.ng-confirm.ng-confirm-bootstrap .ng-confirm-box {
  background-color: white;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0;
  border-radius: 6px;
}
.ng-confirm.ng-confirm-bootstrap .ng-confirm-box div.ng-confirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  line-height: 20px;
}
.ng-confirm.ng-confirm-bootstrap .ng-confirm-box div.ng-confirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.ng-confirm.ng-confirm-bootstrap .ng-confirm-box div.ng-confirm-content {
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px;
}
.ng-confirm.ng-confirm-bootstrap .ng-confirm-box .ng-confirm-buttons {
  text-align: right;
  padding: 15px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.ng-confirm.ng-confirm-bootstrap .ng-confirm-box .ng-confirm-buttons button {
  font-weight: 500;
  border-radius: 0px;
  margin: 0;
}
.ng-confirm.ng-confirm-bootstrap .ng-confirm-box .ng-confirm-buttons button:first-child {
  border-radius: 4px 0 0 4px;
}
.ng-confirm.ng-confirm-bootstrap .ng-confirm-box .ng-confirm-buttons button:last-child {
  border-radius: 0 4px 4px 0;
}
.ng-confirm.ng-confirm-bootstrap.ng-confirm-rtl .ng-confirm-closeIcon {
  left: 5px !important;
  right: auto !important;
}
.ng-confirm.ng-confirm-bootstrap.ng-confirm-rtl .ng-confirm-icon-c {
  margin-right: 0;
  margin-left: 8px;
}
.ng-confirm.ng-confirm-modern .ng-confirm-bg {
  background-color: slategray;
  opacity: .6;
}
.ng-confirm.ng-confirm-modern .ng-confirm-icon-c {
  margin-right: 8px;
}
.ng-confirm.ng-confirm-modern .ng-confirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 25px 25px 10px 25px;
}
.ng-confirm.ng-confirm-modern .ng-confirm-box div.ng-confirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  border-radius: 50px;
  height: 25px;
  width: 25px;
  line-height: 25px !important;
  top: 10px;
  right: 10px;
  box-shadow: 0 0 0 2px #ddd;
}
.ng-confirm.ng-confirm-modern .ng-confirm-box div.ng-confirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.ng-confirm.ng-confirm-modern .ng-confirm-box div.ng-confirm-title-c .ng-confirm-icon-c {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa;
}
.ng-confirm.ng-confirm-modern .ng-confirm-box div.ng-confirm-content {
  font-size: 15px;
  color: #777;
  margin-bottom: 25px;
}
.ng-confirm.ng-confirm-modern .ng-confirm-box .ng-confirm-buttons {
  text-align: center;
}
.ng-confirm.ng-confirm-modern .ng-confirm-box .ng-confirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background .1s;
          transition: background .1s;
}
.ng-confirm.ng-confirm-modern .ng-confirm-box .ng-confirm-buttons button + button {
  margin-left: 4px;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-bg {
  background-color: rgba(255, 255, 255, 0.5);
}
.ng-confirm.ng-confirm-seamless .ng-confirm-bg:before {
  border-bottom-color: dodgerblue;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-icon-c {
  margin-right: 8px;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 20px 0 10px 0;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-box div.ng-confirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  border-radius: 50px;
  height: 25px;
  width: 25px;
  line-height: 25px !important;
  top: 10px;
  right: 10px;
  box-shadow: 0 0 0 2px #ddd;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-box div.ng-confirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  text-align: center;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-box div.ng-confirm-title-c .ng-confirm-icon-c {
  color: #aaa;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-box div.ng-confirm-title-c .ng-confirm-title {
  font-weight: bold;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-box div.ng-confirm-content {
  text-align: center;
  font-size: 15px;
  color: #464646;
  margin-bottom: 25px;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-box .ng-confirm-buttons {
  text-align: center;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-box .ng-confirm-buttons button {
  font-size: 16px;
  font-weight: bold;
}
.ng-confirm.ng-confirm-seamless .ng-confirm-box .ng-confirm-buttons button + button {
  margin-left: 4px;
}
.ng-confirm-el-hide {
  display: none !important;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

/**
 * angular-ui-notification - Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
 * @author Alex_Crack
 * @version v0.3.6
 * @link https://github.com/alexcrack/angular-ui-notification
 * @license MIT
 */
.ui-notification{position:fixed;z-index:9999;width:300px;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;color:#fff;border-radius:0;background:#337ab7;box-shadow:5px 5px 10px rgba(0,0,0,.3)}.ui-notification.clickable{cursor:pointer}.ui-notification.clickable:hover{opacity:.7}.ui-notification.killed{-webkit-transition:opacity ease 1s;-o-transition:opacity ease 1s;transition:opacity ease 1s;opacity:0}.ui-notification>h3{font-size:14px;font-weight:700;display:block;margin:10px 10px 0;padding:0 0 5px;text-align:left;border-bottom:1px solid rgba(255,255,255,.3)}.ui-notification a{color:#fff}.ui-notification a:hover{text-decoration:underline}.ui-notification>.message{margin:10px}.ui-notification.warning{color:#fff;background:#f0ad4e}.ui-notification.error{color:#fff;background:#d9534f}.ui-notification.success{color:#fff;background:#5cb85c}.ui-notification.info{color:#fff;background:#5bc0de}
/*
* CSS TOGGLE SWITCHES
* Unlicense
*
* Ionuț Colceriu - ghinda.net
* https://github.com/ghinda/css-toggle-switch
*
*/
/* Supported values are px, rem-calc, em-calc */
/* Functions */
/* Toggle Switches */
/* Shared */
/* Checkbox
*/
/* Radio Switch
*/
/* Hide by default
*/
.switch-toggle a, .switch-light span span {
  display: none; }

/* We can't test for a specific feature,
* so we only target browsers with support for media queries.
*/
@media only screen {
  /* Checkbox switch
  */
  .switch-light {
    display: block;
    min-height: 1.875em;
    /* Outline the toggles when the inputs are focused
  */
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 6.25em;
    /* Position the label over all the elements, except the slide-button (<a>)
  * Clicking anywhere on the label will change the switch-state
  */
    /* Don't hide the input from screen-readers and keyboard access
  */ }
    .switch-light * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .switch-light a {
      display: block;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .switch-light label, .switch-light > span {
      line-height: 1.875em;
      vertical-align: middle; }
    .switch-light input:focus ~ a, .switch-light input:focus + label {
      outline: 1px dotted #888; }
    .switch-light label {
      position: relative;
      z-index: 3;
      display: block;
      width: 100%; }
    .switch-light input {
      position: absolute;
      opacity: 0;
      z-index: 5; }
      .switch-light input:checked ~ a {
        right: 0%; }
    .switch-light > span {
      position: absolute;
      left: -6.25em;
      width: 100%;
      margin: 0;
      padding-right: 6.25em;
      text-align: left; }
      .switch-light > span span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        width: 50%;
        margin-left: 6.25em;
        text-align: center; }
        .switch-light > span span:last-child {
          left: 50%; }
    .switch-light a {
      position: absolute;
      right: 50%;
      top: 0;
      z-index: 4;
      display: block;
      width: 50%;
      height: 100%;
      padding: 0; }

  /* Radio switch
  */
  .switch-toggle {
    display: block;
    min-height: 1.875em;
    /* Outline the toggles when the inputs are focused
  */
    position: relative;
    display: table;
    table-layout: fixed;
    /* For callout panels in foundation
  */
    padding: 0 !important;
    /* Generate styles for the multiple states */ }
    .switch-toggle * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .switch-toggle a {
      display: block;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .switch-toggle label, .switch-toggle > span {
      line-height: 1.875em;
      vertical-align: middle; }
    .switch-toggle input:focus ~ a, .switch-toggle input:focus + label {
      outline: 1px dotted #888; }
    .switch-toggle * {
      font-size: 1em; }
    .switch-toggle input {
      position: absolute;
      opacity: 0; }
    .switch-toggle input + label {
      position: relative;
      z-index: 2;
      display: table-cell;
      width: 50%;
      padding: 0 0.5em;
      margin: 0;
      text-align: center; }
    .switch-toggle a {
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      z-index: 1;
      width: 50%;
      height: 100%; }
    .switch-toggle input:last-of-type:checked ~ a {
      left: 50%; }
    .switch-toggle.switch-3 label, .switch-toggle.switch-3 a {
      width: 33.3333333333%; }
    .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
      left: 33.3333333333%; }
    .switch-toggle.switch-3 input:checked:last-of-type ~ a {
      left: 66.6666666667%; }
    .switch-toggle.switch-4 label, .switch-toggle.switch-4 a {
      width: 25%; }
    .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
      left: 25%; }
    .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
      left: 50%; }
    .switch-toggle.switch-4 input:checked:last-of-type ~ a {
      left: 75%; }
    .switch-toggle.switch-5 label, .switch-toggle.switch-5 a {
      width: 20%; }
    .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
      left: 20%; }
    .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
      left: 40%; }
    .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
      left: 60%; }
    .switch-toggle.switch-5 input:checked:last-of-type ~ a {
      left: 80%; }

  /* Standalone Themes */
  /* Candy Theme
  * Based on the "Sort Switches / Toggles (PSD)" by Ormal Clarck
  * http://www.premiumpixels.com/freebies/sort-switches-toggles-psd/
  */
  .switch-candy {
    background-color: #2d3035;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #191b1e;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2); }
    .switch-candy label {
      color: #fff;
      -webkit-transition: color 0.2s ease-out;
      -moz-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
    .switch-candy input:checked + label {
      color: #333;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    .switch-candy a {
      border: 1px solid #333;
      background-color: #70c66b;
      border-radius: 3px;
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45); }
    .switch-candy > span {
      color: #333;
      text-shadow: none; }
    .switch-candy span {
      color: #fff; }
    .switch-candy.switch-candy-blue a {
      background-color: #38a3d4; }
    .switch-candy.switch-candy-yellow a {
      background-color: #f5e560; }

  /* Android Theme
  */
  .switch-android {
    background-color: #464747;
    border-radius: 1px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
    color: #fff;
    /* Selected ON switch-light
    */ }
    .switch-android label {
      color: #fff; }
    .switch-android > span span {
      opacity: 0;
      margin-left: 7.1875em;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
      .switch-android > span span:first-of-type {
        opacity: 1; }
    .switch-android > span span, .switch-android input + label {
      font-size: 85%;
      line-height: 2.15625em; }
    .switch-android a {
      background-color: #666;
      border-radius: 1px;
      box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 -1px 0; }
    .switch-android.switch-light input:checked ~ a {
      background-color: #0E88B1; }
    .switch-android.switch-light input:checked ~ span span:first-of-type {
      opacity: 0; }
    .switch-android.switch-light input:checked ~ span span:last-of-type {
      opacity: 1; }
    .switch-android.switch-toggle, .switch-android > span span {
      text-transform: uppercase; }

  /* iOS Theme
  */
  .switch-ios.switch-light {
    color: #868686; }
    .switch-ios.switch-light a {
      left: 0;
      width: 1.875em;
      background-color: #fff;
      border: 1px solid #d3d3d3;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1); }
    .switch-ios.switch-light > span span {
      width: 100%;
      left: 0;
      opacity: 0; }
      .switch-ios.switch-light > span span:first-of-type {
        opacity: 1;
        padding-left: 1.875em; }
      .switch-ios.switch-light > span span:last-of-type {
        padding-right: 1.875em; }
    .switch-ios.switch-light > span:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 6.25em;
      top: 0;
      background-color: #fafafa;
      border: 1px solid #d3d3d3;
      border-radius: 30px;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0; }
    .switch-ios.switch-light input:checked ~ a {
      left: 100%;
      margin-left: -1.875em; }
    .switch-ios.switch-light input:checked ~ span:before {
      border-color: #53d76a;
      box-shadow: inset 0 0 0 30px #53d76a; }
    .switch-ios.switch-light input:checked ~ span span:first-of-type {
      opacity: 0; }
    .switch-ios.switch-light input:checked ~ span span:last-of-type {
      opacity: 1;
      color: #fff; }
  .switch-ios.switch-toggle {
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0; }
    .switch-ios.switch-toggle a {
      background-color: #53d76a;
      border-radius: 25px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .switch-ios.switch-toggle label {
      color: #868686; }
  .switch-ios input:checked + label {
    color: #3a3a3a; }
 }

/* Bugfix for older Webkit, including mobile Webkit. Adapted from
* http://css-tricks.com/webkit-sibling-bug/
*/
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
  .switch-light, .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s; } }

@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0, 0, 0); }

  to {
    -webkit-transform: translate3d(0, 0, 0); } }

/* Bring in stylesheet from Survey JS Builder dist */
/*!
 * surveyjs Builder(Editor) v1.0.30
 * (c) Devsoft Baltic O� - http://surveyjs.io/
 * Github: https://github.com/surveyjs/editor
 * License: https://surveyjs.io/Licenses#BuildSurvey
 */
.sjs-cb-wrapper {
  display: inline-block;
  margin-right: 1em; }

.sjs-cb-container {
  position: relative;
  height: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .sjs-cb-container input {
    position: absolute;
    opacity: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.sjs-cb-container input:checked ~ .checkmark:after {
  display: block; }

.sjs-cb-container .checkmark:after {
  left: 8px;
  top: 5px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sjs-cb-label {
  line-height: 1.75em;
  margin-left: 35px; }
.form-control.svd_custom_select.svd_embed_tab {
  display: inline-block;
  width: 250px;
  margin-left: 1em;
  margin-bottom: 1em; }

.form-control.svd_custom_select {
  padding: 0;
  min-width: 100px; }
  .form-control.svd_custom_select select {
    border: none;
    height: 34px;
    padding: 6px 12px;
    padding-right: 3em; }
    .form-control.svd_custom_select select:focus {
      outline: 0;
      box-shadow: none; }
  .form-control.svd_custom_select:before {
    top: -1px; }

.svd_custom_select {
  width: 100%;
  position: relative;
  display: inline-block; }
  .svd_custom_select select {
    width: 100%;
    display: block;
    position: relative;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3em; }
    .svd_custom_select select::-ms-expand {
      display: none; }
  .svd_custom_select:before {
    padding: 17px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNCAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQgMzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMiwxNiAxNCwxNCAxNywxNyAyMCwxNCAyMiwxNiAxNywyMSAiLz4KPC9zdmc+Cg==);
    content: "";
    background-repeat: no-repeat;
    background-position: center; }
.ddmenu-container {
  display: inline-block; }
  .ddmenu-container .ddmenu {
    position: relative; }
  .ddmenu-container .ddmenu > span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .ddmenu-container .ddmenu > span,
  .ddmenu-container .ddmenu > div {
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .ddmenu-container .ddmenu > div {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; }
  .ddmenu-container .ddmenu > span:focus ~ div {
    display: block; }
  .ddmenu-container .ddmenu > ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    transition: visibility 0.5s;
    opacity: 0; }
    .ddmenu-container .ddmenu > ul li {
      list-style-type: none; }
  .ddmenu-container.menu-disabled .ddmenu > span:focus ~ ul {
    opacity: 0;
    visibility: hidden; }
  .ddmenu-container .ddmenu > span:focus ~ ul {
    visibility: visible;
    opacity: 1; }
@charset "UTF-8";
.svd_container {
  color: #676a6c; }
  .svd_container a {
    color: #1ab394; }
  .svd_container a:hover {
    color: #18a689; }
  .svd_container .btn-primary {
    color: #ffffff;
    background-color: #1ab394;
    border-color: #1ab394; }
  .svd_container .btn-link {
    color: #676a6c;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
  .svd_container .sjs-cb-container:hover input ~ .checkmark {
    background-color: #ccc; }
  .svd_container .sjs-cb-container:hover input:checked ~ .checkmark {
    background-color: #18a689; }
  .svd_container .svd_selected_page {
    border-bottom: 1px solid #ffffff; }
  .svd_container .svd_toolbar li.active a {
    background-color: #1ab394;
    color: #ffffff; }
  .svd_container .svd_toolbar li a {
    color: #262626; }
  .svd_container .nav-tabs a {
    color: #676a6c; }
  .svd_container .nav-tabs > li.active > a {
    color: #1ab394; }
  .svd_container .nav-link {
    background-color: transparent; }
    .svd_container .nav-link:hover {
      background-color: #ddd; }
  .svd_container .nav-item.active .nav-link {
    background-color: #ffffff; }
  .svd_container .editor-tabs > li > a:hover, .svd_container .editor-tabs > li > a:focus {
    background-color: #f4f4f4;
    border-bottom: 1px solid #f4f4f4; }
  .svd_container .editor-tabs > li.active > a {
    color: #1ab394;
    background-color: #f4f4f4;
    border: 1px solid #e7eaec;
    border-bottom-color: #f4f4f4; }
  .svd_container .svd_custom_select:before {
    background-color: #1ab394; }
  .svd_container .form-control:focus {
    border-color: #1ab394; }
  .svd_container .svd-main-color {
    color: #1ab394; }
  .svd_container .svd-main-background-color {
    background-color: #1ab394; }
  .svd_container .svd-main-border-color {
    border-color: #1ab394; }
  .svd_container .svd-light-text-color {
    color: #a7a7a7; }
  .svd_container .svd-light-background-color {
    background-color: #e7eaec; }
  .svd_container .svd-light-border-color {
    border-color: #e7eaec; }
  .svd_container .svd-dark-border-color {
    color: #ddd; }
  .svd_container .svd-light-bg-color {
    background-color: #ffffff; }
  .svd_container .svd-dark-bg-color {
    background-color: #f4f4f4; }

.svd_container .svd-svg-icon {
  display: inline-block;
  vertical-align: middle;
  fill: #3d4d5d; }

.svd_container .svd-primary-icon .svd-svg-icon {
  fill: #1ab394; }

.svd_container .svd-secondary-icon .svd-svg-icon {
  fill: #1ab394; }

.svd_container .icon-gearactive .svd-svg-icon {
  fill: #1ab394; }

.svd_container .icon-gear .svd-svg-icon {
  fill: #d0d0d0; }

.svd_container .icon-status .svd-svg-icon {
  fill: #9d9fa1;
  margin-bottom: 0.3em; }

.svd_container .icon-actiondragelement {
  cursor: move;
  position: absolute;
  left: 0; }

.svd_container .glyphicon {
  font-weight: bold;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  line-height: 1em;
  top: 0; }
  .svd_container .glyphicon.glyphicon-plus::before {
    font-weight: normal;
    font-size: 20px;
    content: "+"; }
  .svd_container .glyphicon.glyphicon-option-horizontal::before {
    font-size: 20px;
    content: "\22EF"; }
  .svd_container .glyphicon.glyphicon-remove::before {
    content: "\2716"; }
  .svd_container .glyphicon.glyphicon-edit::before {
    content: ""; }
  .svd_container .glyphicon.glyphicon-list-alt::before {
    content: "\21D0"; }

.svd-manage {
  margin: 10px 15px;
  position: relative; }
  .svd-manage .svd-manage-control {
    width: calc(100% - 150px);
    display: inline-block; }
    .svd-manage .svd-manage-control > * {
      width: 100%;
      height: 32px;
      padding: 5px; }
    .svd-manage .svd-manage-control > input {
      border-color: none; }
  .svd-manage .svd-manage-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    text-align: right;
    margin-right: 10px; }
    .svd-manage .svd-manage-buttons .icon {
      cursor: pointer;
      vertical-align: middle;
      line-height: 32px;
      display: inline-block; }
    .svd-manage .svd-manage-buttons .icon-edit {
      margin-right: 20px; }
  .svd-manage .icon-edit:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTksNGwtOSw5bDQsNGw5LTlMMTksNHoiLz4KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOCwxNXY0aDRMOCwxNXoiLz4KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMSwxN3YyaDR2LTJIMXoiLz4KPC9nPgo8L3N2Zz4K);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px; }
  .svd-manage .icon-saved:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBvcGFjaXR5PSIwLjkiIHBvaW50cz0iNCwxMyA2LDExIDEwLDE1IDE5LDYgMjEsOCAxMCwxOSAiLz4KPC9zdmc+Cg==);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px; }
  .svd-manage .icon-delete:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMUFCMzk0IiBkPSJNNiw4bDItMmw0LDRsNC00bDIsMmwtNCw0bDQsNGwtMiwybC00LTRsLTQsNGwtMi0ybDQtNEw2LDh6Ii8+CjwvZz4KPC9zdmc+Cg==);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px; }
  .svd-manage .icon-fork:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBvcGFjaXR5PSIwLjkiIGQ9Ik0tNDAtMjBMLTQwLTIwYy0xLjIsMC0yLTAuOS0yLTJWLTI0YzAtMS4xLDAuOS0yLDItMmgwLjFjMS4xLDAsMiwwLjksMiwydjIuMUMtMzgtMjAuOS0zOC45LTIwLTQwLTIweiIvPgo8cGF0aCBvcGFjaXR5PSIwLjUiIGQ9Ik0tNDAtMkwtNDAtMmMtMS4yLDAtMi0wLjktMi0yVi02YzAtMS4xLDAuOS0yLDItMmgwLjFjMS4xLDAsMiwwLjksMiwyVi00Qy0zOC0yLjktMzguOS0yLTQwLTJ6Ii8+CjxwYXRoIG9wYWNpdHk9IjAuMiIgZD0iTS01Mi0xNEwtNTItMTRjMC0xLjIsMC45LTIsMi0yaDIuMWMxLjEsMCwyLDAuOSwyLDJ2MC4xYzAsMS4xLTAuOSwyLTIsMkgtNTBDLTUxLjEtMTItNTItMTIuOS01Mi0xNHoiLz4KPHBhdGggb3BhY2l0eT0iMC43IiBkPSJNLTM0LTE0TC0zNC0xNGMwLTEuMiwwLjktMiwyLTJoMi4xYzEuMSwwLDIsMC45LDIsMnYwLjFjMCwxLjEtMC45LDItMiwySC0zMkMtMzMuMS0xMi0zNC0xMi45LTM0LTE0eiIvPgo8cGF0aCBvcGFjaXR5PSIwLjEiIGQ9Ik0tNDQuNS0xOC42TC00NC41LTE4LjZjLTAuOCwwLjgtMi4xLDAuOC0yLjgsMC4xbC0xLjItMS4yYy0wLjgtMC44LTAuOC0yLDAtMi44bDAuMS0wLjFjMC44LTAuOCwyLTAuOCwyLjgsMAoJbDEuMiwxLjJDLTQzLjctMjAuNi00My43LTE5LjMtNDQuNS0xOC42eiIvPgo8cGF0aCBvcGFjaXR5PSIwLjYiIGQ9Ik0tMzEuNS01LjVMLTMxLjUtNS41Yy0wLjgsMC44LTIuMSwwLjgtMi44LDAuMWwtMS4yLTEuMmMtMC44LTAuOC0wLjgtMiwwLTIuOGwwLjEtMC4xYzAuOC0wLjgsMi0wLjgsMi44LDAKCWwxLjIsMS4yQy0zMC43LTcuNS0zMC43LTYuMy0zMS41LTUuNXoiLz4KPHBhdGggb3BhY2l0eT0iMC4zIiBkPSJNLTQ4LjUtNS41TC00OC41LTUuNWMtMC44LTAuOC0wLjgtMi4xLTAuMS0yLjhsMS4yLTEuMmMwLjgtMC44LDItMC44LDIuOCwwbDAuMSwwLjFjMC44LDAuOCwwLjgsMiwwLDIuOAoJbC0xLjIsMS4yQy00Ni40LTQuNy00Ny43LTQuNy00OC41LTUuNXoiLz4KPHBhdGggb3BhY2l0eT0iMC44IiBkPSJNLTM1LjQtMTguNUwtMzUuNC0xOC41Yy0wLjgtMC44LTAuOC0yLjEtMC4xLTIuOGwxLjItMS4yYzAuOC0wLjgsMi0wLjgsMi44LDBsMC4xLDAuMWMwLjgsMC44LDAuOCwyLDAsMi44CglsLTEuMiwxLjJDLTMzLjQtMTcuNy0zNC43LTE3LjctMzUuNC0xOC41eiIvPgo8cG9seWdvbiBvcGFjaXR5PSIwLjkiIGZpbGw9IiM5RDlGQTEiIHBvaW50cz0iLTIyLC0xMyAtMjAsLTE1IC0xNiwtMTEgLTcsLTIwIC01LC0xOCAtMTYsLTcgIi8+CjxwYXRoIGQ9Ik00MS0xOWgtMS4yYy0wLjItMC43LTAuNC0xLjMtMC44LTEuOWwwLjgtMC44YzAuNC0wLjQsMC40LTEsMC0xLjRsLTAuNy0wLjdjLTAuNC0wLjQtMS0wLjQtMS40LDBMMzYuOS0yMwoJYy0wLjYtMC40LTEuMi0wLjYtMS45LTAuOFYtMjVjMC0wLjUtMC41LTEtMS0xaC0xYy0wLjUsMC0xLDAuNS0xLDF2MS4yYy0wLjcsMC4yLTEuMywwLjQtMS45LDAuOGwtMC44LTAuOGMtMC40LTAuNC0xLTAuNC0xLjQsMAoJbC0wLjcsMC43Yy0wLjQsMC40LTAuNCwxLDAsMS40bDAuOCwwLjhjLTAuNCwwLjYtMC42LDEuMi0wLjgsMS45SDI2Yy0wLjUsMC0xLDAuNS0xLDF2MWMwLDAuNSwwLjUsMSwxLDFoMS4yCgljMC4yLDAuNywwLjQsMS4zLDAuOCwxLjlsLTAuOCwwLjhjLTAuNCwwLjQtMC40LDEsMCwxLjRsMC43LDAuN2MwLjQsMC40LDEsMC40LDEuNCwwbDAuOC0wLjhjMC42LDAuNCwxLjIsMC42LDEuOSwwLjh2MS4yCgljMCwwLjUsMC41LDEsMSwxaDFjMC41LDAsMS0wLjUsMS0xdi0xLjJjMC43LTAuMiwxLjMtMC40LDEuOS0wLjhsMC44LDAuOGMwLjQsMC40LDEsMC40LDEuNCwwbDAuNy0wLjdjMC40LTAuNCwwLjQtMSwwLTEuNEwzOS0xNC4xCgljMC40LTAuNiwwLjYtMS4yLDAuOC0xLjlINDFjMC41LDAsMS0wLjUsMS0xdi0xQzQyLTE4LjUsNDEuNS0xOSw0MS0xOXogTTMzLjUtMTMuNWMtMi4yLDAtNC0xLjgtNC00YzAtMi4yLDEuOC00LDQtNHM0LDEuOCw0LDQKCUMzNy41LTE1LjMsMzUuNy0xMy41LDMzLjUtMTMuNXoiLz4KPHBhdGggb3BhY2l0eT0iMC45IiBmaWxsPSIjOUQ5RkExIiBkPSJNMTMtMTV2LTNoLTEuMmMtMC4xLTAuNC0wLjMtMC44LTAuNS0xLjJsMC45LTAuOUwxMC0yMi4xbC0wLjksMC45Yy0wLjQtMC4yLTAuOC0wLjQtMS4yLTAuNQoJVi0yM0g1djEuMmMtMC40LDAuMS0wLjgsMC4zLTEuMiwwLjVMMy0yMi4xTDAuOC0yMGwwLjksMC45Yy0wLjIsMC40LTAuNCwwLjgtMC41LDEuMkgwdjNoMS4yYzAuMSwwLjQsMC4zLDAuOCwwLjUsMS4yTDAuOC0xMwoJTDMtMTAuOGwwLjktMC45YzAuNCwwLjIsMC44LDAuNCwxLjIsMC41djEuMmgzdi0xLjJjMC40LTAuMSwwLjgtMC4zLDEuMi0wLjVsMC45LDAuOWwyLjEtMi4xbC0wLjktMC45YzAuMi0wLjQsMC40LTAuOCwwLjUtMS4ySDEzegoJIE02LjUtMTMuNWMtMS43LDAtMy0xLjMtMy0zczEuMy0zLDMtM3MzLDEuMywzLDNTOC4yLTEzLjUsNi41LTEzLjV6Ii8+CjxwYXRoIG9wYWNpdHk9IjAuNiIgZmlsbD0iIzlEOUZBMSIgZD0iTTIzLTl2LTJoLTEuMWMtMC4xLTAuNC0wLjItMC43LTAuNC0xbDAuOC0wLjhsLTEuNC0xLjRMMjAtMTMuNGMtMC4zLTAuMi0wLjctMC4zLTEtMC40Vi0xNQoJaC0ydjEuMWMtMC40LDAuMS0wLjcsMC4yLTEsMC40bC0wLjgtMC44bC0xLjQsMS40bDAuOCwwLjhjLTAuMiwwLjMtMC4zLDAuNy0wLjQsMUgxM3YyaDEuMWMwLjEsMC40LDAuMiwwLjcsMC40LDFsLTAuOCwwLjhsMS40LDEuNAoJTDE2LTYuNmMwLjMsMC4yLDAuNywwLjMsMSwwLjRWLTVoMnYtMS4xYzAuNC0wLjEsMC43LTAuMiwxLTAuNGwwLjgsMC44bDEuNC0xLjRMMjEuNC04YzAuMi0wLjMsMC4zLTAuNywwLjQtMUgyM3ogTTE4LTgKCWMtMS4xLDAtMi0wLjktMi0yYzAtMS4xLDAuOS0yLDItMnMyLDAuOSwyLDJDMjAtOC45LDE5LjEtOCwxOC04eiIvPgo8cmVjdCB4PSItNjkiIHk9Ii03IiBvcGFjaXR5PSIwLjUiIGZpbGw9IiM5RDlGQTEiIHdpZHRoPSIzIiBoZWlnaHQ9IjUiLz4KPHJlY3QgeD0iLTY5IiB5PSItMjMiIG9wYWNpdHk9IjAuOSIgZmlsbD0iIzlEOUZBMSIgd2lkdGg9IjMiIGhlaWdodD0iNSIvPgo8cmVjdCB4PSItNzciIHk9Ii0xNSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEuODM2OTcwZS0xNiAxIC0xIC0xLjgzNjk3MGUtMTYgLTg3Ljk5MjcgNjMuMDA3MykiIG9wYWNpdHk9IjAuMiIgZmlsbD0iIzlEOUZBMSIgd2lkdGg9IjMiIGhlaWdodD0iNSIvPgo8cmVjdCB4PSItNjEiIHk9Ii0xNSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEuODM2OTcwZS0xNiAxIC0xIC0xLjgzNjk3MGUtMTYgLTcxLjk5MjcgNDcuMDA3MykiIG9wYWNpdHk9IjAuNyIgZmlsbD0iIzlEOUZBMSIgd2lkdGg9IjMiIGhlaWdodD0iNSIvPgo8cmVjdCB4PSItNjMuMyIgeT0iLTkuMyIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAtMTMuMjc5OCAtNDUuNzMxOSkiIG9wYWNpdHk9IjAuNiIgZmlsbD0iIzlEOUZBMSIgd2lkdGg9IjMiIGhlaWdodD0iNSIvPgo8cmVjdCB4PSItNzQuNyIgeT0iLTIwLjYiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAtMC43MDcxIDAuNzA3MSAwLjcwNzEgLTguNTkzNSAtNTcuMDQ1NikiIG9wYWNpdHk9IjAuMSIgZmlsbD0iIzlEOUZBMSIgd2lkdGg9IjMiIGhlaWdodD0iNSIvPgo8cmVjdCB4PSItNzQuNyIgeT0iLTkuMyIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAtMjYuMjYwOCA0OS43Mjc1KSIgb3BhY2l0eT0iMC4zIiBmaWxsPSIjOUQ5RkExIiB3aWR0aD0iMyIgaGVpZ2h0PSI1Ii8+CjxyZWN0IHg9Ii02My4zIiB5PSItMjAuNiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAtMzAuOTQ3MSAzOC40MTM4KSIgb3BhY2l0eT0iMC44IiBmaWxsPSIjOUQ5RkExIiB3aWR0aD0iMyIgaGVpZ2h0PSI1Ii8+CjxwYXRoIGZpbGw9IiMxQUIzOTQiIGQ9Ik0yMSw2LjVDMjEsNC42LDE5LjQsMywxNy41LDNTMTQsNC42LDE0LDYuNWMwLDEuNCwwLjgsMi42LDIsMy4yYy0wLjIsMS0wLjcsMS44LTEuNywyLjMKCWMtMC40LDAuMi0wLjksMC40LTEuMywwLjZjLTAuOCwwLjMtMS43LDAuNi0yLjUsMC45Yy0wLjIsMC4xLTAuMywwLjEtMC41LDAuMlY3LjdjMS4yLTAuNiwyLTEuOCwyLTMuMkMxMiwyLjYsMTAuNCwxLDguNSwxCglTNSwyLjYsNSw0LjVjMCwxLjQsMC44LDIuNiwyLDMuMnY5LjdjLTEuMiwwLjYtMiwxLjgtMiwzLjJDNSwyMi40LDYuNiwyNCw4LjUsMjRzMy41LTEuNiwzLjUtMy41YzAtMS40LTAuOC0yLjYtMi0zLjJ2MAoJYzAuMS0wLjUsMC40LTEsMC45LTEuMmMwLjMtMC4xLDAuNi0wLjMsMS0wLjRjMS4xLTAuNCwyLjEtMC43LDMuMi0xLjJjMS40LTAuNiwyLjUtMS41LDMuMS0yLjljMC4yLTAuNCwwLjMtMS4xLDAuNC0xLjgKCUMyMCw5LjMsMjEsOC4xLDIxLDYuNXogTTguNSwzQzkuMywzLDEwLDMuNywxMCw0LjVTOS4zLDYsOC41LDZTNyw1LjMsNyw0LjVTNy43LDMsOC41LDN6IE04LjUsMjJDNy43LDIyLDcsMjEuMyw3LDIwLjUKCVM3LjcsMTksOC41LDE5czEuNSwwLjcsMS41LDEuNVM5LjMsMjIsOC41LDIyeiBNMTYsNi41QzE2LDUuNywxNi43LDUsMTcuNSw1UzE5LDUuNywxOSw2LjVTMTguMyw4LDE3LjUsOFMxNiw3LjMsMTYsNi41eiIvPgo8L3N2Zz4K);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px; }
  .svd-manage .icon-new:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjMUFCMzk0IiBwb2ludHM9IjE4LDExIDEzLDExIDEzLDYgMTAsNiAxMCwxMSA1LDExIDUsMTQgMTAsMTQgMTAsMTkgMTMsMTkgMTMsMTQgMTgsMTQgIi8+Cjwvc3ZnPgo=);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px; }
  .svd-manage .icon-cloud:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUFCMzk0O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTc1LDYuNUM3NSw0LjYsNzMuNCwzLDcxLjUsM1M2OCw0LjYsNjgsNi41YzAsMS40LDAuOCwyLjYsMiwzLjJjLTAuMiwxLTAuNywxLjgtMS43LDIuMwoJYy0wLjQsMC4yLTAuOSwwLjQtMS4zLDAuNmMtMC44LDAuMy0xLjcsMC42LTIuNSwwLjljLTAuMiwwLjEtMC4zLDAuMS0wLjUsMC4ydi02YzEuMi0wLjYsMi0xLjgsMi0zLjJDNjYsMi42LDY0LjQsMSw2Mi41LDEKCUM2MC42LDEsNTksMi42LDU5LDQuNWMwLDEuNCwwLjgsMi42LDIsMy4ydjkuN2MtMS4yLDAuNi0yLDEuOC0yLDMuMmMwLDEuOCwxLjYsMy40LDMuNSwzLjRzMy41LTEuNiwzLjUtMy41YzAtMS40LTAuOC0yLjYtMi0zLjIKCWwwLDBjMC4xLTAuNSwwLjQtMSwwLjktMS4yYzAuMy0wLjEsMC42LTAuMywxLTAuNGMxLjEtMC40LDIuMS0wLjcsMy4yLTEuMmMxLjQtMC42LDIuNS0xLjUsMy4xLTIuOWMwLjItMC40LDAuMy0xLjEsMC40LTEuOAoJQzc0LDkuMyw3NSw4LjEsNzUsNi41eiBNNjIuNSwzQzYzLjMsMyw2NCwzLjcsNjQsNC41UzYzLjMsNiw2Mi41LDZTNjEsNS4zLDYxLDQuNVM2MS43LDMsNjIuNSwzeiBNNjIuNSwyMmMtMC44LDAtMS41LTAuNy0xLjUtMS41CglzMC43LTEuNSwxLjUtMS41czEuNSwwLjcsMS41LDEuNVM2My4zLDIyLDYyLjUsMjJ6IE03MCw2LjVDNzAsNS43LDcwLjcsNSw3MS41LDVDNzIuMyw1LDczLDUuNyw3Myw2LjVTNzIuMyw4LDcxLjUsOAoJQzcwLjcsOCw3MCw3LjMsNzAsNi41eiIvPgo8Zz4KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOSwxOCAxMCwxOSAxMiwxNyAxMiwyMyAxNCwyMyAxNCwxNyAxNiwxOSAxNywxOCAxMywxNCAJIi8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjAuOSw3LjlDMjEsNy42LDIxLDcuMywyMSw3YzAtMi44LTIuMi01LTUtNWMtMi42LDAtNC43LDEuOS00LjksNC40QzEwLjMsNS42LDkuMiw1LDgsNWgwQzUuOCw1LDQsNi44LDQsOQoJCXYwLjJDMi4zLDkuNiwxLDEwLjUsMSwxM2MwLDIuMywyLjQsMyw0LDNoM2w1LTVsNSw1YzIuOCwwLDUtMS4yLDUtNEMyMywxMC4zLDIyLjIsOC45LDIwLjksNy45eiIvPgo8L2c+Cjwvc3ZnPgo=);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px; }

.svd_container .svd_menu > li.link-to-attach > a {
  width: auto; }

.svd_container .svd_menu > li.link-to-attach > a:hover {
  background-color: transparent;
  border: none; }

.svd_container .svd_action.link-to-attach {
  margin-left: 5px;
  font-weight: 500;
  background-color: transparent;
  border: none; }

.svd_container .link-to-attach span:last-child {
  margin-left: 5px; }

.svd_container .editor-tabs {
  padding: 19px 15px 0 30px; }
  .svd_container .editor-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.5em 1em;
    text-align: center;
    font-weight: bold; }

.svd_container .svd_toolbox {
  border: none;
  font-size: 1.17em; }
  .svd_container .svd_toolbox .svd_toolbox_title {
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 10px; }
  .svd_container .svd_toolbox .svd_toolbox_item {
    padding: 8px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; }
    .svd_container .svd_toolbox .svd_toolbox_item:hover {
      background-color: #e7eaec; }
    .svd_container .svd_toolbox .svd_toolbox_item .svd_toolbox_item_text {
      margin-left: 1em; }
  .svd_container .svd_toolbox .panel-info {
    border: none; }
    .svd_container .svd_toolbox .panel-info.panel {
      background: transparent; }
    .svd_container .svd_toolbox .panel-info > .svd-toolbox-category-header {
      border: none;
      background-color: transparent;
      padding-left: 0;
      font-size: 1.17em;
      font-weight: 600;
      cursor: pointer;
      padding: 10px 15px; }
      .svd_container .svd_toolbox .panel-info > .svd-toolbox-category-header span {
        text-decoration: none;
        text-transform: uppercase; }
      .svd_container .svd_toolbox .panel-info > .svd-toolbox-category-header .icon-toolbox-arrow {
        float: right; }
    .svd_container .svd_toolbox .panel-info [role="tabpanel"] {
      padding-left: 15px; }

.svd_container .svd_toolbar {
  margin-bottom: 1.17em; }
  .svd_container .svd_toolbar .svd_action {
    margin-right: 0.5em; }
  .svd_container .svd_toolbar .svd_state {
    float: right;
    line-height: 2.2em; }
    .svd_container .svd_toolbar .svd_state .icon {
      display: inline-block; }
      .svd_container .svd_toolbar .svd_state .icon + span {
        font-weight: bold; }
  .svd_container .svd_toolbar .ddmenu-container.toolbar-options ul {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    min-width: 160px;
    left: 0;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .svd_container .svd_toolbar .ddmenu-container.toolbar-options ul li {
      margin: 5px 0; }
      .svd_container .svd_toolbar .ddmenu-container.toolbar-options ul li a {
        width: 100%;
        white-space: nowrap;
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        text-decoration: none; }

.svd_container .svda_action_separator {
  display: inline-block;
  height: 16px;
  border-width: 0;
  border-left-width: 1px;
  border-style: solid;
  vertical-align: middle; }

.svd_container pages-editor {
  display: block;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .svd_container pages-editor .svd-pages {
    white-space: nowrap;
    width: calc(100% - 400px);
    letter-spacing: -3px;
    overflow: hidden;
    vertical-align: bottom; }
  .svd_container pages-editor .svd-page-selector,
  .svd_container pages-editor .svd-page-scroller-arrow,
  .svd_container pages-editor .svd-page-add,
  .svd_container pages-editor .svd-pages,
  .svd_container pages-editor .svd-page {
    display: inline-block; }
  .svd_container pages-editor .svd-page-scroller-arrow,
  .svd_container pages-editor .svd-page-add {
    cursor: pointer;
    padding: 0 1em;
    vertical-align: top;
    margin-top: 1.22em; }
  .svd_container pages-editor .svd-page {
    overflow: hidden;
    vertical-align: bottom;
    letter-spacing: normal;
    cursor: pointer;
    height: 4em;
    padding: 1em 1.5em;
    font-weight: bold;
    border-width: 0;
    border-width: 1px;
    border-style: solid;
    border-bottom: none; }
    .svd_container pages-editor .svd-page.svd-border-right-none {
      border-right: none; }
    .svd_container pages-editor .svd-page .svd-page-actions-container {
      display: inline-block; }
      .svd_container pages-editor .svd-page .svd-page-actions-container .svd-page-actions {
        box-shadow: 5px 5px 5px -5px #262626;
        position: absolute;
        padding: 5px;
        border-width: 1px;
        border-style: solid;
        visibility: hidden;
        z-index: 1; }
        .svd_container pages-editor .svd-page .svd-page-actions-container .svd-page-actions .svda_action_separator {
          vertical-align: middle;
          margin-left: 0.5em; }
        .svd_container pages-editor .svd-page .svd-page-actions-container .svd-page-actions .svd-page-action {
          margin-right: 0.5em;
          vertical-align: middle; }
          .svd_container pages-editor .svd-page .svd-page-actions-container .svd-page-actions .svd-page-action:last-child {
            margin-left: 0.5em;
            display: inline-block; }
    .svd_container pages-editor .svd-page:hover .svd-page-actions {
      visibility: visible; }
  .svd_container pages-editor .svd-page-selector.svd_custom_select {
    max-width: 250px;
    line-height: 2.44em;
    height: 2.44em;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    font-size: 14px;
    margin-bottom: 7px; }
    .svd_container pages-editor .svd-page-selector.svd_custom_select select {
      padding-left: 20px;
      min-width: 100px;
      border: none; }

.svd_container .svd_properties {
  border-width: 0;
  border-top-width: 2px;
  border-style: solid;
  border-radius: 0;
  padding: 0;
  font-size: 1.17em; }
  .svd_container .svd_properties .modal {
    font-size: 0.857em;
    color: #676a6c; }
  .svd_container .svd_properties .svd_object_selector {
    padding: 1.4em;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid; }
    .svd_container .svd_properties .svd_object_selector .svd_custom_select {
      display: inline-block;
      width: calc(100% - 4em); }
    .svd_container .svd_properties .svd_object_selector .icon-edit {
      cursor: pointer;
      margin-left: 1em; }
  .svd_container .svd_properties .svd_object_editor {
    padding: 1.4em;
    height: 75vh;
    overflow-y: scroll; }
    .svd_container .svd_properties .svd_object_editor .form-control {
      border-radius: 0; }
    .svd_container .svd_properties .svd_object_editor input[type="checkbox"].form-control {
      width: 25px; }
    .svd_container .svd_properties .svd_object_editor .table.svd_properties_grid .form-group {
      margin-bottom: 0; }
    .svd_container .svd_properties .svd_object_editor .table.svd_properties_grid > tbody > tr > td {
      border: none;
      padding: 0;
      line-height: 3.25em;
      background-color: transparent;
      vertical-align: middle; }
      .svd_container .svd_properties .svd_object_editor .table.svd_properties_grid > tbody > tr > td:nth-child(1) {
        font-weight: 600; }
      .svd_container .svd_properties .svd_object_editor .table.svd_properties_grid > tbody > tr > td .modal-content {
        line-height: initial; }

.svd_container.sv_bootstrapmaterial_css .panel.card {
  box-shadow: none; }

.svd_container.sv_bootstrapmaterial_css .form-group {
  margin-top: 0; }

.svd_container.sv_bootstrapmaterial_css .svd_custom_select .form-group,
.svd_container.sv_bootstrapmaterial_css .svd_properties_grid .form-group {
  margin-top: 0;
  padding-bottom: 0; }
  .svd_container.sv_bootstrapmaterial_css .svd_custom_select .form-group .form-control,
  .svd_container.sv_bootstrapmaterial_css .svd_properties_grid .form-group .form-control {
    margin-top: -3px;
    margin-bottom: 0; }

.svd_container.sv_bootstrapmaterial_css .svd_properties_grid .glyphicon-edit {
  border-radius: 0;
  background-color: #1ab394;
  color: white;
  text-transform: uppercase;
  padding: 5px;
  font-size: 12px; }
  .svd_container.sv_bootstrapmaterial_css .svd_properties_grid .glyphicon-edit:hover {
    background-color: rgba(153, 153, 153, 0.2); }

.svd_container.sv_bootstrapmaterial_css .item_editable > span {
  position: static;
  display: inline-block; }

.svd_container.sv_bootstrapmaterial_css .svda-adorner-root span {
  position: static;
  display: inline-block;
  transition: none; }

.svd_container.sv_bootstrapmaterial_css .modal-footer .btn + .btn {
  margin-bottom: 10px; }

.svd_container.sv_bootstrapmaterial_css .propertyeditor-condition textarea {
  color: #676a6c; }

.svd_container.sv_bootstrapmaterial_css select.svda_current_type {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist; }

.svd_container.sv_bootstrapmaterial_css .svd_question {
  border: 1px solid #e7eaec; }

.svd_container.sv_bootstrapmaterial_css .modal-content .form-group .sjs-cb-wrapper {
  margin-bottom: 6px; }
  .svd_container.sv_bootstrapmaterial_css .modal-content .form-group .sjs-cb-wrapper:last-child {
    margin-bottom: 0; }

.svd_container.sv_bootstrapmaterial_css .modal-content .btn-danger {
  color: #676a6c; }
  .svd_container.sv_bootstrapmaterial_css .modal-content .btn-danger:hover {
    opacity: 0.5; }

@media (min-width: 768px) {
  .svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .checkbox input[type="checkbox"],
  .svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .radio input[type="radio"] {
    position: absolute;
    margin-left: 0; }
  .svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .checkbox span,
  .svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .radio span {
    top: 4px; }
  .svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .checkbox label,
  .svd_container.sv_bootstrapmaterial_css .modal-content .form-inline .radio label {
    padding-left: 45px;
    margin-bottom: 10px; } }

.svd_container {
  position: relative;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px; }
  .svd_container #testSurveyPageChanged {
    width: 300px;
    display: inline-block;
    margin-bottom: 3px; }
  .svd_container #surveyjs .svd_question {
    overflow: visible; }
  .svd_container #surveyjs .sv_main .sv_custom_header,
  .svd_container #surveyjsExample .sv_main .sv_custom_header {
    background-color: transparent; }
  .svd_container .svd-textitems-column {
    width: 100%;
    display: inline-block; }
    .svd_container .svd-textitems-column .btn-danger {
      min-width: 2em;
      padding: 0.78em 1em; }
    .svd_container .svd-textitems-column .svd-textitems-isrequired {
      vertical-align: top;
      padding-top: 3px;
      display: inline-block; }
    .svd_container .svd-textitems-column .svd-textitems-edit {
      vertical-align: top;
      display: inline-block;
      margin-left: 1.7em; }
  .svd_container .svd-items-control-footer {
    margin-top: 1em; }
  .svd_container .svd-drag-handle {
    font-size: 20px;
    cursor: move; }
  .svd_container .svd-itemvalue-actions-container {
    white-space: nowrap; }
  .svd_container .svd-itemvalue-action {
    display: inline-block;
    vertical-align: middle; }
  .svd_container .form-control {
    border-radius: 2px; }
  .svd_container .form-control:focus {
    outline: 0;
    box-shadow: none; }
  .svd_container .propertyeditor-condition,
  .svd_container .propertyeditor-expression {
    width: 100%; }
    .svd_container .propertyeditor-condition textarea,
    .svd_container .propertyeditor-expression textarea {
      max-width: calc(100%);
      min-width: calc(100%); }
    .svd_container .propertyeditor-condition .assistant,
    .svd_container .propertyeditor-expression .assistant {
      padding-left: 1em;
      width: 200px;
      float: right; }
      .svd_container .propertyeditor-condition .assistant .assistant-title,
      .svd_container .propertyeditor-expression .assistant .assistant-title {
        margin-bottom: 0.5em;
        font-weight: bold; }
      .svd_container .propertyeditor-condition .assistant .assistant-content,
      .svd_container .propertyeditor-expression .assistant .assistant-content {
        overflow-y: auto;
        height: 125px; }
        .svd_container .propertyeditor-condition .assistant .assistant-content .assistant-item,
        .svd_container .propertyeditor-expression .assistant .assistant-content .assistant-item {
          margin-bottom: 0.5em;
          cursor: pointer; }
  .svd_container .propertyeditor-triggers,
  .svd_container .propertyeditor-validators {
    min-height: 200px; }
    .svd_container .propertyeditor-triggers .first-addon,
    .svd_container .propertyeditor-validators .first-addon {
      padding: 0; }
    .svd_container .propertyeditor-triggers .ddmenu-container .ddmenu > span,
    .svd_container .propertyeditor-validators .ddmenu-container .ddmenu > span {
      padding: 6px 12px; }
    .svd_container .propertyeditor-triggers .ddmenu-container ul,
    .svd_container .propertyeditor-validators .ddmenu-container ul {
      border: 1px solid #ccc;
      border-radius: 2px;
      padding: 0;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      min-width: 160px;
      left: 0;
      z-index: 2000;
      margin-top: 3px;
      font-size: 1.17em; }
      .svd_container .propertyeditor-triggers .ddmenu-container ul li,
      .svd_container .propertyeditor-validators .ddmenu-container ul li {
        margin: 5px 0;
        width: 100%; }
        .svd_container .propertyeditor-triggers .ddmenu-container ul li a,
        .svd_container .propertyeditor-validators .ddmenu-container ul li a {
          padding: 3px 20px;
          color: #262626;
          width: 100%;
          font-weight: 400;
          display: block; }
          .svd_container .propertyeditor-triggers .ddmenu-container ul li a:hover,
          .svd_container .propertyeditor-validators .ddmenu-container ul li a:hover {
            background-color: #f4f4f4;
            text-decoration: none; }
  .svd_container .select2-container .select2-selection--single,
  .svd_container .select2-container--default.select2-container--open .select2-selection--single {
    border-radius: 0;
    border: 1px solid #ccc;
    height: 34px; }
    .svd_container .select2-container .select2-selection--single .select2-selection__arrow,
    .svd_container .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
      background: #1ab394;
      height: 34px;
      top: 0px;
      right: 0px;
      width: 34px; }
      .svd_container .select2-container .select2-selection--single .select2-selection__arrow b,
      .svd_container .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent #fff transparent; }
  .svd_container * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .svd_container a,
  .svd_container a.nav-link {
    cursor: pointer; }
  .svd_container .btn {
    border-radius: 2px;
    padding: 0.5em 1em;
    font-size: 1em;
    line-height: 1em;
    min-width: 6em;
    font-weight: bold; }
  .svd_container .svd_content {
    padding: 30px;
    margin: 0;
    border: none; }
    .svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor {
      height: 75vh;
      overflow-y: scroll;
      padding-top: 18px; }
      .svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor .empty-message {
        text-align: center;
        line-height: 60vh;
        font-size: 22px; }
      .svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor .panel-body .svd_question,
      .svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor .card-block .svd_question {
        box-shadow: none;
        border-radius: 0;
        padding: 20px 9px;
        margin-bottom: 38px; }
    .svd_container .svd_content .svd_json_editor {
      height: 75vh; }
    .svd_container .svd_content .svd_json_editor_area {
      height: 75vh;
      width: 100%; }

.svd_container [draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

.svd_container survey-widget .form-control {
  width: 100%; }

.svd_container .svd_wrap_elements {
  white-space: normal; }

.svd_container .svd-matrixdropdowncolumns-table th {
  white-space: nowrap; }

.svd_container .svd_table-nowrap {
  table-layout: fixed; }

.svd_container .svd_table-nowrap td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.svd_container .svd_q_selected {
  border: 1px solid transparent; }

.svd_container .svd_q_design {
  pointer-events: none; }

.svd_container .svd_q_design_border {
  position: relative; }

.svd_container .svd_navbarbuttons {
  margin-top: 3px; }

.svd-manage-mask {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15); }

.svd_container .animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.svd_container .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.svd_container .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.svd_container .modal {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999; }
  .svd_container .modal .modal-dialog {
    max-width: 600px; }
  .svd_container .modal .modal-body {
    max-height: 75vh;
    overflow: auto; }
  .svd_container .modal .svd_property_editor_dropdown {
    min-width: 140px;
    display: block; }

.svd_container .svd_items_table {
  width: 100%; }
  .svd_container .svd_items_table tr th,
  .svd_container .svd_items_table tr td {
    padding: 0.25em; }
    .svd_container .svd_items_table tr th .btn,
    .svd_container .svd_items_table tr td .btn {
      min-width: auto; }

.svd_container .svd_commercial_container {
  padding: 1em 0 0 2em; }
  .svd_container .svd_commercial_container .svd_commercial_text {
    font-weight: bold;
    text-decoration: none; }
    .svd_container .svd_commercial_container .svd_commercial_text .svd_commercial_product {
      padding-left: 0.5em; }

.svd_container.sv_default_css a {
  text-decoration: unset; }

.svd_container.sv_default_css .btn,
.svd_container.sv_default_css .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer; }
  .svd_container.sv_default_css .btn span,
  .svd_container.sv_default_css .btn:active span {
    display: inline-block;
    padding: 1px; }

.svd_container.sv_default_css .btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65; }

.svd_container.sv_default_css :after,
.svd_container.sv_default_css :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.svd_container.sv_default_css label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

.svd_container.sv_default_css .form-group {
  margin-bottom: 15px; }

.svd_container.sv_default_css select,
.svd_container.sv_default_css textarea {
  line-height: inherit; }

.svd_container.sv_default_css .form-control {
  padding: 6px 12px;
  line-height: 1.5em;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 34px; }
  .svd_container.sv_default_css .form-control.svd_custom_select {
    padding: 0; }
    .svd_container.sv_default_css .form-control.svd_custom_select select {
      height: 32px; }

.svd_container.sv_default_css .input-group {
  position: relative;
  display: table;
  border-spacing: 0; }
  .svd_container.sv_default_css .input-group .form-control,
  .svd_container.sv_default_css .input-group .input-group-addon,
  .svd_container.sv_default_css .input-group .input-group-btn {
    display: table-cell; }
  .svd_container.sv_default_css .input-group .form-control {
    float: left; }
  .svd_container.sv_default_css .input-group .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #e7eaec;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
    .svd_container.sv_default_css .input-group .input-group-addon:first-child {
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .svd_container.sv_default_css .input-group .input-group-addon:last-child {
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.svd_container.sv_default_css .form-inline .input-group {
  display: inline-table;
  vertical-align: middle; }

.svd_container.sv_default_css .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.svd_container.sv_default_css .nav-tabs {
  margin-bottom: 0;
  padding: 0;
  line-height: 2.5em; }

.svd_container.sv_default_css .nav-item {
  display: inline-block;
  margin-left: -3px; }
  .svd_container.sv_default_css .nav-item:first-child {
    margin-left: 0; }

.svd_container.sv_default_css .nav-link {
  border-radius: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 0.5em 1em;
  text-align: center; }
  .svd_container.sv_default_css .nav-link.active {
    border: 1px solid #ddd;
    border-bottom-color: transparent; }

.svd_container.sv_default_css .svd_toolbox {
  float: left;
  width: 15%; }

.svd_container.sv_default_css .svd_editors {
  display: inline-block;
  width: 60%;
  padding: 0 15px; }
  .svd_container.sv_default_css .svd_editors.svd_wide {
    width: 85%; }

.svd_container.sv_default_css .svd_properties {
  float: right;
  width: 25%; }
  .svd_container.sv_default_css .svd_properties table {
    width: 100%; }

.svd_container.sv_default_css #surveyjs .sv_row .svd_question {
  margin-top: 30px;
  overflow: visible; }
  .svd_container.sv_default_css #surveyjs .sv_row .svd_question question-actions .svda_question_action {
    display: inline-block;
    font-size: 12px; }
    .svd_container.sv_default_css #surveyjs .sv_row .svd_question question-actions .svda_question_action .icon-actiondragelement {
      bottom: 0; }
  .svd_container.sv_default_css #surveyjs .sv_row .svd_question .svda-select-items-title {
    top: -1.8em;
    right: 2.5em; }

.svd_container.sv_default_css .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .svd_container.sv_default_css .modal .modal-dialog {
    position: relative;
    max-width: 600px;
    margin: 30px auto; }
    .svd_container.sv_default_css .modal .modal-dialog .modal-content {
      position: relative;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #999;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      outline: 0;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
      .svd_container.sv_default_css .modal .modal-dialog .modal-content .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5; }
        .svd_container.sv_default_css .modal .modal-dialog .modal-content .modal-header h4 {
          margin: 0;
          font-size: 18px;
          font-weight: 500; }
        .svd_container.sv_default_css .modal .modal-dialog .modal-content .modal-header button.close {
          float: right;
          font-size: 21px;
          font-weight: 700;
          line-height: 1;
          color: #000;
          text-shadow: 0 1px 0 #fff;
          filter: alpha(opacity=20);
          opacity: 0.2;
          -webkit-appearance: none;
          padding: 0;
          cursor: pointer;
          background: 0 0;
          border: 0; }
      .svd_container.sv_default_css .modal .modal-dialog .modal-content .modal-body {
        padding: 15px; }
      .svd_container.sv_default_css .modal .modal-dialog .modal-content .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5; }
.title_editable {
  pointer-events: all;
  cursor: text; }
  .title_editable .svda-title-editor-start {
    cursor: pointer;
    visibility: hidden; }

.svd_q_selected .title_editable:hover .svda-title-editor-start {
  visibility: visible; }

title-editor {
  display: inline-block; }
  title-editor .svda-content {
    position: relative;
    pointer-events: all; }
    title-editor .svda-content .svda-title-editor-content {
      white-space: nowrap; }
    title-editor .svda-content .svda-edit-button {
      padding-left: 5px;
      cursor: pointer; }
.item_editable {
  pointer-events: all;
  cursor: text; }
  .item_editable .svda-title-editor-start {
    cursor: pointer;
    visibility: hidden;
    padding-left: 5px; }

.svd_q_selected .item_editable:hover .svda-title-editor-start {
  visibility: visible; }

.svda-drag-handle {
  cursor: move;
  visibility: hidden;
  padding-left: 5px; }

.svd_q_selected .item_draggable:hover .svda-drag-handle {
  visibility: visible; }

.svda-delete-item {
  cursor: pointer;
  visibility: hidden;
  padding-left: 5px; }

.svd_q_selected .item_editable:hover .svda-delete-item {
  visibility: visible; }

.svda-add-new-item {
  cursor: pointer;
  pointer-events: auto;
  padding-left: 16px;
  display: none; }
  .svda-add-new-item:hover {
    text-decoration: underline; }

.svd_q_selected .svda-add-new-item {
  display: inline-block; }

item-editor {
  display: inline-block; }
  item-editor .svda-content {
    position: relative;
    pointer-events: all; }
    item-editor .svda-content .svda-title-editor-content {
      white-space: nowrap; }
    item-editor .svda-content .svda-edit-button {
      padding-left: 5px;
      cursor: pointer; }
.label_editable {
  pointer-events: all;
  cursor: text; }
  .label_editable .svda-title-editor-start {
    cursor: pointer;
    visibility: hidden; }

.svd_q_selected .label_editable:hover .svda-title-editor-start {
  visibility: visible; }
.svda-question-actions {
  position: absolute;
  right: 15px;
  top: -30px;
  left: 15px;
  text-align: right;
  line-height: 30px; }
  .svda-question-actions .svda_current_type {
    font-weight: 700;
    cursor: auto; }
  .svda-question-actions select.svda_current_type {
    border: none;
    outline: none;
    cursor: pointer; }
    .svda-question-actions select.svda_current_type:focus {
      border: none;
      outline: none; }

question-actions {
  display: none; }
  question-actions .svda_question_action {
    font-weight: 700;
    cursor: pointer;
    margin-left: 1em; }

.svd_q_selected > .svda-question-actions question-actions {
  display: block; }

.svd_q_selected > .svda-question-actions .svda_action_separator {
  margin-left: 15px;
  margin-top: -5px; }
select-items-editor {
  display: none; }
  select-items-editor .svda-select-items-editor {
    position: relative;
    pointer-events: all; }
    select-items-editor .svda-select-items-editor .svda-select-items-title {
      text-align: center;
      position: absolute;
      top: -2.2em;
      right: 2em;
      height: 2em; }
      select-items-editor .svda-select-items-editor .svda-select-items-title span {
        font-weight: bold;
        cursor: pointer; }
    select-items-editor .svda-select-items-editor .svda-select-items-content {
      padding: 1em;
      border-style: solid;
      border-width: 1px;
      border-top: none; }

.svd_q_selected select-items-editor {
  display: block; }
rating-item-editor {
  display: none; }
  rating-item-editor .svda-content {
    position: relative;
    pointer-events: none; }
    rating-item-editor .svda-content .svda-title-editor-content {
      white-space: nowrap; }
    rating-item-editor .svda-content .svda-edit-button {
      padding-left: 5px;
      cursor: pointer; }
  rating-item-editor .svda-title-editor-start,
  rating-item-editor .svda-delete-item {
    display: none; }

.svda-add-new-rating-item {
  pointer-events: all;
  padding: 0 1em;
  line-height: 2em;
  display: none; }

.svd_q_selected rating-item-editor {
  display: inline-block; }
  .svd_q_selected rating-item-editor .svda-content {
    pointer-events: all; }

.svd_q_selected .item_editable:hover rating-item-editor .svda-title-editor-start,
.svd_q_selected .item_editable:hover rating-item-editor .svda-delete-item {
  display: inline-block; }

.svd_q_selected .svda-add-new-rating-item {
  display: inline-block; }
.svd-accordion-tab-header {
  background-color: #e0e0e0;
  min-height: 32px;
  line-height: 32px;
  margin-bottom: 1em;
  font-size: 14px;
  padding: 0 1em; }
  .svd-accordion-tab-header .icon-toolbox-arrow {
    float: right;
    margin-top: -2px; }

/*!
 * surveyjs - Survey JavaScript library v1.0.20
 * Copyright (c) 2015-2018 Devsoft Baltic OÜ  - http://surveyjs.io/
 * License: MIT (http://www.opensource.org/licenses/mit-license.php)
 */
.sv_window {
  position: fixed;
  bottom: 3px;
  right: 10px;
  background-color: cadetblue;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  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;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.sv_window_title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.sv_window_content {
  padding: 8px;
  margin: 0; }

.sv_window_title a,
.sv_window_title a:link,
.sv_window_title a:visited {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  color: black; }

.sv_main.sv_frame .sv_container {
  max-width: 80%;
  margin: auto;
  padding: 0 1em; }
  .sv_main.sv_frame .sv_container .sv_header {
    padding-top: 5em;
    padding-bottom: 1em; }

.sv_main {
  background-color: #f4f4f4; }
  .sv_main hr {
    border-bottom: 1px solid #e7e7e7; }
  .sv_main input[type="button"],
  .sv_main button {
    color: white;
    background-color: #1ab394; }
    .sv_main input[type="button"]:hover,
    .sv_main button:hover {
      background-color: #179d82; }
  .sv_main .sv_q_other input,
  .sv_main .sv_q_text_root,
  .sv_main .sv_q_dropdown_control,
  .sv_main input[type="text"],
  .sv_main select,
  .sv_main textarea {
    border: 1px solid #e7e7e7;
    color: #6d7072;
    background-color: white; }
    .sv_main .sv_q_other input:focus,
    .sv_main .sv_q_text_root:focus,
    .sv_main .sv_q_dropdown_control:focus,
    .sv_main input[type="text"]:focus,
    .sv_main select:focus,
    .sv_main textarea:focus {
      border: 1px solid #1ab394; }
  .sv_main .sv_select_wrapper {
    background-color: white; }
    .sv_main .sv_select_wrapper:before {
      background-color: #1ab394; }
  .sv_main .sv_header {
    color: #6d7072; }
  .sv_main .sv_custom_header {
    background-color: #e7e7e7; }
  .sv_main .sv_container {
    color: #6d7072; }
  .sv_main .sv_body {
    background-color: white;
    border-top: 2px solid #1ab394; }
  .sv_main .sv_progress {
    background-color: #e7e7e7; }
  .sv_main .sv_progress_bar {
    background-color: #1ab394; }
  .sv_main .sv_p_root > .sv_row {
    border-bottom: 1px solid #e7e7e7; }
    .sv_main .sv_p_root > .sv_row:nth-child(odd) {
      background-color: white; }
    .sv_main .sv_p_root > .sv_row:nth-child(even) {
      background-color: #f4f4f4; }
  .sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {
    border: 1px solid #ed5565;
    background-color: #fcdfe2;
    color: #ed5565; }
    .sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + input,
    .sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + textarea,
    .sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + .sv_select_wrapper select {
      border: 1px solid #ed5565; }
      .sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + input:focus,
      .sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + textarea:focus,
      .sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) + .sv_select_wrapper select:focus {
        outline: #ed5565 auto 5px; }
  .sv_main table.sv_q_matrix tr,
  .sv_main table.sv_q_matrix_dropdown tr,
  .sv_main table.sv_q_matrix_dynamic tr {
    border-bottom: 1px solid #e7e7e7; }
  .sv_main .sv_q_m_cell_selected {
    color: white;
    background-color: #179d82; }
  .sv_main .sv_q_rating_item.active .sv_q_rating_item_text {
    background-color: #179d82;
    border-color: #179d82;
    color: white; }
  .sv_main .sv_q_rating_item .sv_q_rating_item_text {
    border: 1px solid #e7e7e7; }
    .sv_main .sv_q_rating_item .sv_q_rating_item_text:hover {
      border: 1px solid #179d82; }

.sv_main {
  position: relative;
  width: 100%;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px; }
  .sv_main hr {
    border: none; }
  .sv_main input[type="button"],
  .sv_main button {
    font-size: 0.85em;
    font-weight: bold;
    line-height: 2em;
    border: none;
    min-width: 100px;
    cursor: pointer;
    padding: 0 2em;
    border-radius: 2px; }
  .sv_main .sv_custom_header {
    position: absolute;
    width: 100%;
    height: 74%;
    max-height: 275px; }
  .sv_main .sv_container {
    position: relative; }
    .sv_main .sv_container .sv_header {
      padding: 1em; }
      .sv_main .sv_container .sv_header h3 {
        font-size: 2em;
        font-weight: 300;
        text-align: left;
        margin: 0; }
    .sv_main .sv_container .sv_body {
      padding: 1em 1em 5em 1em; }
      .sv_main .sv_container .sv_body.sv_completed_page {
        text-align: center;
        padding: 5em 1em; }
        .sv_main .sv_container .sv_body.sv_completed_page > h3 {
          margin: 0;
          font-size: 30px;
          font-weight: 300; }
      .sv_main .sv_container .sv_body .sv_progress {
        height: 0.3em; }
        .sv_main .sv_container .sv_body .sv_progress .sv_progress_bar {
          height: 100%;
          position: relative;
          margin-top: 2em; }
          .sv_main .sv_container .sv_body .sv_progress .sv_progress_bar > span {
            position: absolute;
            top: -1.5em;
            display: inline-block; }
      .sv_main .sv_container .sv_body .sv_p_root .sv_page_title {
        font-size: 1em;
        margin-top: 0.1em;
        font-weight: normal; }
      .sv_main .sv_container .sv_body .sv_p_root .sv_p_title {
        font-weight: bold;
        font-size: 1.15em;
        margin: 1.5em 0 0 0; }
      .sv_main .sv_container .sv_body .sv_p_root > .sv_row {
        padding: 0; }
      .sv_main .sv_container .sv_body .sv_p_root .sv_q_title {
        font-weight: bold;
        font-size: 1em;
        margin: 0.5em 0; }
      .sv_main .sv_container .sv_body .sv_p_root .sv_q_description {
        margin-top: -0.6em; }
      .sv_main .sv_container .sv_body .sv_p_root .sv_q {
        padding: 0.5em 1em 1.5em 1em;
        box-sizing: border-box;
        overflow: auto; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_panel_dynamic .sv_q_title {
          font-weight: normal; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]) {
          margin: 1em 0;
          padding: 1em; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input,
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root,
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control,
        .sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="text"],
        .sv_main .sv_container .sv_body .sv_p_root .sv_q select,
        .sv_main .sv_container .sv_body .sv_p_root .sv_q textarea {
          position: relative;
          width: 100%;
          box-sizing: border-box;
          font-size: 1em;
          line-height: 2em;
          padding-left: 1em; }
          .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input:focus,
          .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root:focus,
          .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control:focus,
          .sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="text"]:focus,
          .sv_main .sv_container .sv_body .sv_p_root .sv_q select:focus,
          .sv_main .sv_container .sv_body .sv_p_root .sv_q textarea:focus {
            outline: none; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input,
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root,
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control,
        .sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="text"],
        .sv_main .sv_container .sv_body .sv_p_root .sv_q select {
          height: calc(2em + 1px); }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q div.sv_q_text_root,
        .sv_main .sv_container .sv_body .sv_p_root .sv_q div.sv_q_dropdown_control {
          min-height: 2.43em;
          min-width: 7em; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper {
          width: 100%;
          position: relative;
          display: inline-block; }
          .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select {
            display: block;
            background: transparent;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            padding-right: 2.5em; }
            .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select::-ms-expand {
              display: none; }
          .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper:before {
            padding: 1em;
            position: absolute;
            right: 1px;
            right: 0;
            top: 1px;
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNCAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQgMzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMiwxNiAxNCwxNCAxNywxNyAyMCwxNCAyMiwxNiAxNywyMSAiLz4KPC9zdmc+Cg==);
            content: "";
            background-repeat: no-repeat;
            background-position: center; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="color"] {
          min-height: 2em;
          padding: 0; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="radio"],
        .sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="checkbox"] {
          margin: 0;
          margin-right: 0.55em;
          width: 1.2em;
          height: 1.2em;
          vertical-align: middle;
          font-size: 1em;
          margin-top: -0.1em; }
          .sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="radio"]:focus,
          .sv_main .sv_container .sv_body .sv_p_root .sv_q input[type="checkbox"]:focus {
            outline: none; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup.sv_q_radiogroup_inline:not(:last-child),
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox.sv_q_checkbox_inline:not(:last-child) {
          margin-right: 1.5em; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox_inline,
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup_inline {
          line-height: 2em;
          display: inline-block; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_footer {
          padding: 1em 0; }
      .sv_main .sv_container .sv_body .sv_p_root table {
        width: 100%;
        border-collapse: collapse; }
        .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix .sv_matrix_dynamic_button, .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_matrix_dynamic_button, .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dynamic .sv_matrix_dynamic_button {
          padding: 0.3em 2em; }
        .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix .sv_q_checkbox_label,
        .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix .sv_q_radiogroup_label, .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_q_checkbox_label,
        .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_q_radiogroup_label, .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dynamic .sv_q_checkbox_label,
        .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dynamic .sv_q_radiogroup_label {
          margin-right: 1.5em; }
        .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td {
          min-width: 10em; }
          .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td .sv_q_m_label {
            position: static; }
        .sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_qcbc .sv_q_checkbox_control_label {
          margin-right: 1.5em; }
        .sv_main .sv_container .sv_body .sv_p_root table td,
        .sv_main .sv_container .sv_body .sv_p_root table th {
          text-align: left;
          padding: 0 1em; }
        .sv_main .sv_container .sv_body .sv_p_root table td {
          padding: 0.5em;
          padding-right: 2em; }
        .sv_main .sv_container .sv_body .sv_p_root table th {
          line-height: 1.3em;
          padding: 0.5em;
          vertical-align: bottom;
          font-weight: normal; }
      .sv_main .sv_container .sv_body .sv_p_root fieldset.sv_qcbc {
        line-height: 2em;
        padding-top: 0.1em; }
      .sv_main .sv_container .sv_body .sv_p_root .sv_q_other {
        margin-left: 1em; }
      .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating {
        line-height: 2em; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item {
          cursor: pointer;
          word-spacing: -0.3em;
          font-weight: normal;
          display: inline; }
          .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item > * {
            word-spacing: initial; }
          .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item .sv_q_rating_item_text {
            display: inline-block;
            min-width: 2em;
            padding: 0 0.3em;
            margin-left: -1px;
            text-align: center; }
          .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item:not(:first-child) .sv_q_rating_item_text:not(:hover) {
            border-left-color: transparent; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_min_text {
          margin-right: 0.5em; }
        .sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_max_text {
          margin-left: 0.5em; }
      .sv_main .sv_container .sv_body .sv_nav {
        padding: 1em 0;
        min-height: 2em; }
        .sv_main .sv_container .sv_body .sv_nav .sv_start_btn,
        .sv_main .sv_container .sv_body .sv_nav .sv_next_btn,
        .sv_main .sv_container .sv_body .sv_nav .sv_complete_btn {
          float: right; }
        .sv_main .sv_container .sv_body .sv_nav .sv_prev_btn {
          float: left; }

/* We add an id to the container to give the following styles precedence
    over the level of specificity in the default stylesheet */
#evergage-surveyJsBuilder > div.svd_container .form-control:focus {
  border-color: #0070D2;
}
#evergage-surveyJsBuilder > div.svd_container .svd-main-color {
  color: #0070D2;
}
#evergage-surveyJsBuilder > div.svd_container .svd-primary-icon .svd-svg-icon {
  fill: #0070D2;
}
#evergage-surveyJsBuilder > div.svd_container .svd-main-background-color {
  background-color: #0070D2;
}
#evergage-surveyJsBuilder > div.svd_container .btn-primary {
  background-color: #0070D2;
}
#evergage-surveyJsBuilder > div.svd_container a {
  color: #0070D2;
}
#evergage-surveyJsBuilder > div.svd_container .modal .modal-body .row {
  margin: 0 -15px;
}
#evergage-surveyJsBuilder > div.svd_container .modal .modal-dialog {
  max-width: 710px;
  width: 710px;
}
#evergage-surveyJsBuilder > div.svd_container .propertyeditor-condition select[data-bind*='koAddConditionQuestion'] {
  width: 240px;
  max-width: 240px !important;
}
#evergage-surveyJsBuilder > div.svd_container .propertyeditor-condition input[data-bind*='koCanAddCondition'] {
  float: right;
}
#evergage-surveyJsBuilder > div.svd_container .icon-actiondragelement {
  left: 15px;
}
#evergage-surveyJsBuilder > div.svd_container .icon-actiondragelement i {
  font-size: 14px;
}
#evergage-surveyJsBuilder > div.svd_container .svda-question-actions {
  height: 30px;
  right: 0;
  top: 0;
  left: 0;
  background: #f2f2f2;
  /* hide the last separator since there's nothing to the right after moving the element type label */
}
#evergage-surveyJsBuilder > div.svd_container .svda-question-actions question-actions {
  display: block;
}
#evergage-surveyJsBuilder > div.svd_container .svda-question-actions .svda_action_separator {
  display: inline-block;
  height: 16px;
  border-left: 1px solid #ddd;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 0px;
}
#evergage-surveyJsBuilder > div.svd_container .svda-question-actions .svda_action_separator + .svda_question_action:not([title]) {
  position: absolute;
  left: 25px;
}
#evergage-surveyJsBuilder > div.svd_container .svda-question-actions .svda_question_action[title='Add to toolbox'] + .svda_action_separator {
  display: none;
}
#evergage-surveyJsBuilder > div.svd_container .svda-question-actions .font-awesome-icon i before {
  color: #303030;
  font-size: 16px;
}
#evergage-surveyJsBuilder > div.svd_container .editor-tabs {
  padding: 0px 15px 0px;
  margin-top: -5px;
  background: #f2f2f2;
}
#evergage-surveyJsBuilder > div.svd_container .editor-tabs > li.active > a {
  font-weight: 500;
  color: #303030;
}
#evergage-surveyJsBuilder > div.svd_container .editor-tabs > li > a {
  font-weight: normal;
  border-radius: 3px 3px 0px 0px;
  border-bottom: 0;
}
#evergage-surveyJsBuilder > div.svd_container .svd_toolbar.dont-show {
  height: 0;
  margin: 0;
  overflow: hidden;
}
#evergage-surveyJsBuilder > div.svd_container .svd_content {
  padding: 8px 0px 30px;
  background-color: transparent;
}
#evergage-surveyJsBuilder > div.svd_container .svd_content .svd_survey_designer .svd_editors .svd_questions_editor {
  height: calc(100vh - 205px);
  background: #f2f2f2;
  overflow-y: auto;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: inset 1px 3px 5px -2px #cfcfcf;
  padding-top: 5px;
}
#evergage-surveyJsBuilder > div.svd_container .svd_toolbox {
  background-color: transparent;
  padding-right: 0px;
}
#evergage-surveyJsBuilder > div.svd_container .svd_toolbox .svd_toolbox_item {
  cursor: -webkit-grab;
  transition: background-color 0.2s ease;
  border-bottom: 0;
}
#evergage-surveyJsBuilder > div.svd_container .svd_toolbox .svd_toolbox_item .svd_toolbox_item_text {
  margin-left: 5px;
}
#evergage-surveyJsBuilder > div.svd_container .svd_survey_designer {
  margin: 0;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor {
  padding: 3px 0px 5px;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-page-scroller-arrow,
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-page-add {
  vertical-align: initial;
  margin-top: 0;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-page-scroller-arrow .font-awesome-icon i,
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-page-add .font-awesome-icon i {
  color: #0070D2;
  font-size: 14px;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-page-add i.fas.fa-plus-square:after {
  content: "PAGE";
  font-family: "Helvetica Neue";
  padding-left: 4px;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-pages {
  width: calc(100% - 420px);
  letter-spacing: initial;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-pages .svd-page {
  height: 30px;
  padding: 5px 8px 5px 10px;
  font-weight: normal;
  margin-bottom: 7px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-pages .svd-page,
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-pages .svd-page:last-child {
  border: 1px solid #e3e3e3;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-pages .svd-page.svd_selected_page {
  border: 1px solid #cfcfcf;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-pages .svd-page fa-icon.icon-gear .font-awesome-icon i {
  color: #303030;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-pages .svd-page .svd-page-actions-container {
  margin-left: 2px;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-pages .svd-page .svd-page-actions-container:before {
  font-size: 14px !important;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-pages .svd-page .svd-page-actions-container .svd-page-actions {
  box-shadow: 1px 1px 4px -2px #acacac;
  background-color: white;
  padding: 5px 5px 6px 15px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  z-index: 1;
  transition: visibility 0.3s ease;
}
#evergage-surveyJsBuilder > div.svd_container pages-editor .svd-pages .svd-page .svd-page-actions-container .font-awesome-icon i {
  color: #0070D2;
}
#evergage-surveyJsBuilder > div.svd_container question-actions {
  right: 0;
}
#evergage-surveyJsBuilder > div.svd_container question-actions .svda_question_action[title*='Edit'] .icon-action-editElement:before {
  content: "\f013";
}
#evergage-surveyJsBuilder > div.svd_container question-actions .svda_question_action[title*='Edit'] > span:last-child {
  display: none;
}
#evergage-surveyJsBuilder > div.svd_container .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: 5px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  text-transform: uppercase;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn:focus,
#evergage-surveyJsBuilder > div.svd_container .btn:active:focus,
#evergage-surveyJsBuilder > div.svd_container .btn.active:focus,
#evergage-surveyJsBuilder > div.svd_container .btn.focus,
#evergage-surveyJsBuilder > div.svd_container .btn:active.focus,
#evergage-surveyJsBuilder > div.svd_container .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#evergage-surveyJsBuilder > div.svd_container .btn:hover,
#evergage-surveyJsBuilder > div.svd_container .btn:focus,
#evergage-surveyJsBuilder > div.svd_container .btn.focus {
  color: #0070D2;
  text-decoration: none;
}
#evergage-surveyJsBuilder > div.svd_container .btn:active,
#evergage-surveyJsBuilder > div.svd_container .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);
}
#evergage-surveyJsBuilder > div.svd_container .btn.disabled,
#evergage-surveyJsBuilder > div.svd_container .btn[disabled],
fieldset[disabled] #evergage-surveyJsBuilder > div.svd_container .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#evergage-surveyJsBuilder > div.svd_container .btn.disabled,
fieldset[disabled] a#evergage-surveyJsBuilder > div.svd_container .btn {
  pointer-events: none;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-icon:not(.btn-primary) {
  color: #0070D2 !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-icon:not(.btn-primary):hover,
#evergage-surveyJsBuilder > div.svd_container .btn.btn-icon:not(.btn-primary):focus {
  color: #00559f !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-icon:hover,
#evergage-surveyJsBuilder > div.svd_container .btn.btn-icon:focus {
  outline: none !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-icon > i {
  margin: 0;
  margin-right: 2px !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-icon > i:last-child {
  margin-left: 2px !important;
  margin-right: 0px !important;
}
.eg-btn-group #evergage-surveyJsBuilder > div.svd_container .btn.eg-btn.btn:not(:first-child) {
  margin-left: 5px;
}
.eg-btn-group #evergage-surveyJsBuilder > div.svd_container .btn.eg-btn.btn.btn-icon > i {
  margin-right: 7px !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-sm {
  padding: 2px 10px !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-xs {
  font-size: 8px !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-primary:focus {
  background-color: #0070D2;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-default:focus {
  background-color: #d5d5d5;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-secondary {
  color: #0070D2 !important;
  background-color: #d5d5d5 !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-secondary:hover {
  background-color: #bcbcbc !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-danger:hover {
  background-color: #dd360b !important;
  color: #ffffff !important;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-add {
  background-color: #ffffff;
  border: 1px solid #0070D2;
}
#evergage-surveyJsBuilder > div.svd_container .btn.btn-add:hover {
  color: #005FB2;
}
#evergage-surveyJsBuilder > div.svd_container .btn:hover,
#evergage-surveyJsBuilder > div.svd_container .btn:focus,
#evergage-surveyJsBuilder > div.svd_container .btn.focus {
  color: #FFF;
}
#evergage-surveyJsBuilder > div.svd_container .svda_current_type {
  color: #303030;
}
#evergage-surveyJsBuilder > div.svd_container .svd_custom_select {
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
#evergage-surveyJsBuilder > div.svd_container .svd_custom_select select {
  padding: 0px 12px;
  height: 30px;
  outline: 0;
  border: 0;
}
#evergage-surveyJsBuilder > div.svd_container .svd_custom_select:before {
  top: -1px;
  right: -1px;
  border-radius: 0px 3px 3px 0px;
  background-color: #0070D2;
  padding: 0;
  height: 30px;
  width: 30px;
}
#evergage-surveyJsBuilder > div.svd_container .svd_question {
  padding: 30px 15px 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ddd;
  outline: 3px dotted transparent;
  outline-offset: -1px;
  transition: outline 0.1s ease;
}
#evergage-surveyJsBuilder > div.svd_container .svd_question.sv_p_container > .svda-question-actions {
  background: #848484;
  -webkit-font-smoothing: antialiased;
}
#evergage-surveyJsBuilder > div.svd_container .svd_question.sv_p_container > .svda-question-actions .svda_current_type,
#evergage-surveyJsBuilder > div.svd_container .svd_question.sv_p_container > .svda-question-actions fa-icon i {
  color: #FFF;
}
#evergage-surveyJsBuilder > div.svd_container .svd_question:not(.sv_p_container):not(.svd_q_selected) fa-icon i {
  color: #CCC;
}
#evergage-surveyJsBuilder > div.svd_container .svd_question:not(.sv_p_container):hover {
  border: 1px solid #CFCFCF;
  box-shadow: 1px 2px 2px -2px #F2F2F2;
  outline: 3px dotted #ff9600;
  outline-offset: -1px;
}
#evergage-surveyJsBuilder > div.svd_container .svd_question:not(.sv_p_container).svd_q_selected {
  outline-color: #82c135;
  background-color: #FFFFFF;
  box-shadow: 1px 2px 2px -2px #F2F2F2;
}
#evergage-surveyJsBuilder > div.svd_container .svd_question:not(.sv_p_container).svd_q_selected fa-icon i {
  color: #0070D2;
}
#evergage-surveyJsBuilder > div.svd_container .svd_question:not(.sv_p_container) .title_editable {
  cursor: default;
}
#evergage-surveyJsBuilder > div.svd_container .svd_question:not(.sv_p_container) .title_editable > span {
  cursor: text;
}
div[id*='evg-survey'] {
  background: #eff8ff;
  height: calc(100% - 20px);
  outline: 4px dashed #0070D2 !important;
  outline-offset: -1px !important;
}
div[id*='evg-survey'][responsive="true"] {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
}
div[id*='evg-survey']:hover {
  outline-color: #ff9600 !important;
}
div[id*='evg-survey'].evergageDraggable {
  outline-color: #155280 !important;
}
div[id*='evg-survey'] span.renderClose {
  position: absolute;
  right: 20px;
  height: 30px;
  color: #0070D2;
  font-size: 30px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}
div[id*='evg-survey'] .evergage-survey-controls {
  padding: 10px 0px;
  background: #ffffff;
  margin: 30px auto 0px;
  border-radius: 3px;
  max-width: 570px;
  border: 1px solid #cbe8ff;
}
div[id*='evg-survey'] .evergage-survey-controls:before,
div[id*='evg-survey'] .evergage-survey-controls:after {
  content: " ";
  display: table;
}
div[id*='evg-survey'] .evergage-survey-controls:after {
  clear: both;
}
div[id*='evg-survey'] .evergage-survey-controls h3 {
  margin: 0 0 10px;
  color: #0070D2 !important;
  font-size: 20px;
}
div[id*='evg-survey'] .evergage-survey-controls .btn.btn-icon {
  padding: 0;
  margin-left: 15px;
}
div[id*='evg-survey'] .evergage-survey-controls .btn.btn-icon:first-child {
  color: #ff9600 !important;
}
div[id*='evg-survey'] .evergage-survey-controls .btn.btn-icon i {
  margin: 0;
  margin-right: 2px;
}
div[id*='evg-survey'] .evergage-survey-controls #renderSurvey {
  color: #0070D2;
}
div[id*='evg-survey'] .evergage-survey-controls .survey-control-label {
  display: inline-block;
  margin-right: 20px;
}
div[id*='evg-survey'] .evergage-survey-controls .survey-control-label > span {
  display: block;
  line-height: 1.3em;
  font-size: 16px;
}
div[id*='evg-survey'] .evergage-survey-controls .survey-control-label > span:first-child {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #696969;
}
/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acorn:before {
  content: "\f6ae";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alicorn:before {
  content: "\f6b0";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angel:before {
  content: "\f779";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-crate:before {
  content: "\f6b1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-axe:before {
  content: "\f6b2";
}
.fa-axe-battle:before {
  content: "\f6b3";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-badger-honey:before {
  content: "\f6b4";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ball-pile:before {
  content: "\f77e";
}
.fa-ballot:before {
  content: "\f732";
}
.fa-ballot-check:before {
  content: "\f733";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bat:before {
  content: "\f6b5";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bells:before {
  content: "\f77f";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-spells:before {
  content: "\f6b8";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-boot:before {
  content: "\f782";
}
.fa-booth-curtain:before {
  content: "\f734";
}
.fa-bow-arrow:before {
  content: "\f6b9";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-ballot:before {
  content: "\f735";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-star:before {
  content: "\f736";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campfire:before {
  content: "\f6ba";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candle-holder:before {
  content: "\f6bc";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-candy-corn:before {
  content: "\f6bd";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cauldron:before {
  content: "\f6bf";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chair-office:before {
  content: "\f6c1";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-network:before {
  content: "\f78a";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chimney:before {
  content: "\f78b";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-claw-marks:before {
  content: "\f6c2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-list-check:before {
  content: "\f737";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-drizzle:before {
  content: "\f738";
}
.fa-cloud-hail:before {
  content: "\f739";
}
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-rainbow:before {
  content: "\f73e";
}
.fa-cloud-showers:before {
  content: "\f73f";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sleet:before {
  content: "\f741";
}
.fa-cloud-snow:before {
  content: "\f742";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-clouds:before {
  content: "\f744";
}
.fa-clouds-moon:before {
  content: "\f745";
}
.fa-clouds-sun:before {
  content: "\f746";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-coffee-togo:before {
  content: "\f6c5";
}
.fa-coffin:before {
  content: "\f6c6";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-corn:before {
  content: "\f6c7";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dagger:before {
  content: "\f6cb";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deer:before {
  content: "\f78e";
}
.fa-deer-rudolph:before {
  content: "\f78f";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dewpoint:before {
  content: "\f748";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d10:before {
  content: "\f6cd";
}
.fa-dice-d12:before {
  content: "\f6ce";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d4:before {
  content: "\f6d0";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-d8:before {
  content: "\f6d2";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dog-leashed:before {
  content: "\f6d4";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dreidel:before {
  content: "\f792";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick:before {
  content: "\f6d6";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-duck:before {
  content: "\f6d8";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-ear-muffs:before {
  content: "\f795";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-eclipse:before {
  content: "\f749";
}
.fa-eclipse-alt:before {
  content: "\f74a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-elephant:before {
  content: "\f6da";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-evil:before {
  content: "\f6db";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-smoke:before {
  content: "\f74b";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-fireplace:before {
  content: "\f79a";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-alt:before {
  content: "\f74c";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flame:before {
  content: "\f6df";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flask-poison:before {
  content: "\f6e0";
}
.fa-flask-potion:before {
  content: "\f6e1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-fog:before {
  content: "\f74e";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frosty-head:before {
  content: "\f79b";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-gingerbread-man:before {
  content: "\f79d";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-champagne:before {
  content: "\f79e";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-globe-snow:before {
  content: "\f7a3";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hammer-war:before {
  content: "\f6e4";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-magic:before {
  content: "\f6e5";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-santa:before {
  content: "\f7a7";
}
.fa-hat-winter:before {
  content: "\f7a8";
}
.fa-hat-witch:before {
  content: "\f6e7";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side:before {
  content: "\f6e9";
}
.fa-head-vr:before {
  content: "\f6ea";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-helmet-battle:before {
  content: "\f6eb";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-mask:before {
  content: "\f6ee";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-hood-cloak:before {
  content: "\f6ef";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-flood:before {
  content: "\f74f";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-humidity:before {
  content: "\f750";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-skate:before {
  content: "\f7ac";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-integral:before {
  content: "\f667";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-key-skeleton:before {
  content: "\f6f3";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kite:before {
  content: "\f6f4";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-knife-kitchen:before {
  content: "\f6f5";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-landmark-alt:before {
  content: "\f752";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leaf-maple:before {
  content: "\f6f6";
}
.fa-leaf-oak:before {
  content: "\f6f7";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-lights-holiday:before {
  content: "\f7b2";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-mace:before {
  content: "\f6f8";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-mandolin:before {
  content: "\f6f9";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mistletoe:before {
  content: "\f7b4";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monkey:before {
  content: "\f6fb";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-moon-cloud:before {
  content: "\f754";
}
.fa-moon-stars:before {
  content: "\f755";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mountains:before {
  content: "\f6fd";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-mug-marshmallows:before {
  content: "\f7b7";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-narwhal:before {
  content: "\f6fe";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-ornament:before {
  content: "\f7b8";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paw-alt:before {
  content: "\f701";
}
.fa-paw-claws:before {
  content: "\f702";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pegasus:before {
  content: "\f703";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-person-sign:before {
  content: "\f757";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-pie:before {
  content: "\f705";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pig:before {
  content: "\f706";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-podium-star:before {
  content: "\f758";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poll-people:before {
  content: "\f759";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pumpkin:before {
  content: "\f707";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rabbit:before {
  content: "\f708";
}
.fa-rabbit-fast:before {
  content: "\f709";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-raindrops:before {
  content: "\f75c";
}
.fa-ram:before {
  content: "\f70a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rv:before {
  content: "\f7be";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-scarecrow:before {
  content: "\f70d";
}
.fa-scarf:before {
  content: "\f7c1";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-old:before {
  content: "\f70f";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-scythe:before {
  content: "\f710";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-sheep:before {
  content: "\f711";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-shield-cross:before {
  content: "\f712";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shovel:before {
  content: "\f713";
}
.fa-shovel-snow:before {
  content: "\f7c3";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-ski-jump:before {
  content: "\f7c7";
}
.fa-ski-lift:before {
  content: "\f7c8";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sledding:before {
  content: "\f7cb";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoke:before {
  content: "\f760";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snake:before {
  content: "\f716";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snow-blowing:before {
  content: "\f761";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowflakes:before {
  content: "\f7cf";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowmobile:before {
  content: "\f7d1";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spider-black-widow:before {
  content: "\f718";
}
.fa-spider-web:before {
  content: "\f719";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-squirrel:before {
  content: "\f71a";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-staff:before {
  content: "\f71b";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-christmas:before {
  content: "\f7d4";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-stars:before {
  content: "\f762";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stocking:before {
  content: "\f7d5";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-sun-cloud:before {
  content: "\f763";
}
.fa-sun-dust:before {
  content: "\f764";
}
.fa-sun-haze:before {
  content: "\f765";
}
.fa-sunrise:before {
  content: "\f766";
}
.fa-sunset:before {
  content: "\f767";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sword:before {
  content: "\f71c";
}
.fa-swords:before {
  content: "\f71d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-frigid:before {
  content: "\f768";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-hot:before {
  content: "\f76a";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-thunderstorm-moon:before {
  content: "\f76d";
}
.fa-thunderstorm-sun:before {
  content: "\f76e";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-alt:before {
  content: "\f71f";
}
.fa-tombstone:before {
  content: "\f720";
}
.fa-tombstone-alt:before {
  content: "\f721";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-treasure-chest:before {
  content: "\f723";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-tree-christmas:before {
  content: "\f7db";
}
.fa-tree-decorated:before {
  content: "\f7dc";
}
.fa-tree-large:before {
  content: "\f7dd";
}
.fa-trees:before {
  content: "\f724";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-plow:before {
  content: "\f7de";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-turkey:before {
  content: "\f725";
}
.fa-turtle:before {
  content: "\f726";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-unicorn:before {
  content: "\f727";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-nay:before {
  content: "\f771";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-wand:before {
  content: "\f72a";
}
.fa-wand-magic:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-water:before {
  content: "\f773";
}
.fa-water-lower:before {
  content: "\f774";
}
.fa-water-rise:before {
  content: "\f775";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whale:before {
  content: "\f72c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheat:before {
  content: "\f72d";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-wind-warning:before {
  content: "\f776";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-windsock:before {
  content: "\f777";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wreath:before {
  content: "\f7e2";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-regular-400.eot');
  src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/fa-light-300.eot');
  src: url('../fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/fa-brands-400.eot');
  src: url('../fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -12.5%;
  width: 1em;
}
.fa-layers-counter,
.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 6em;
  min-width: 1.7em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fa-2x .fa-layers-counter.fa-layers-bottom-right {
  right: -8px;
  top: -20px;
  font-size: 1.5em;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}
.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
/*
 * Copyright (C) 2010-2013 Evergage, Inc.
 * All rights reserved.
 */
.height100Percent {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
.smallerBolderFont {
  font-weight: bold;
  font-size: 11px;
}
.gridlikeHeaderStyle {
  font-weight: bold;
  font-size: 11px;
  color: #808080;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subheadingStyle {
  font-weight: 600;
}
.smallerGrayLabel {
  font-size: 11px;
  color: #808080;
  font-style: italic;
}
.osxLightColorFontOnDarkBackgroundFix {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nonSelectable,
.linkButtonStyle,
.sp-cancel,
.sp-container button,
#purchaseFunnel .addColumn .fa-plus-circle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icon16 {
  display: inline-block;
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
}
.emptyInformationalMessageStyle {
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.featureDisabledText {
  color: #808080;
  font-style: italic;
}
.userProfileMenuMixin {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
.userProfileMenuMixin .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.userProfileMenuMixin .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.dashboardSectionMixin {
  margin-top: 20px;
}
.dashboardSectionMixin .divider {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 18px;
  background-color: #0070D2;
}
.dashboardSectionMixin .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dashboardSectionMixin .content {
  padding: 0px 12px 12px 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dashboardSectionMixin .content .spacer {
  width: 20px;
}
.dashboardSectionMixin .content .subSectionHeader {
  box-sizing: content-box;
}
.dashboardSectionMixin .content .subSectionHeader .title {
  margin-bottom: 10px;
  position: relative;
}
.dashboardSectionMixin .content .subSectionHeader .title.summaryTitleSpacer {
  margin-bottom: 10px;
}
.dashboardSectionMixin .content .subSectionHeader .title .viewDetail {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #0070D2;
}
.dashboardSectionMixin .content .subSectionHeader .title .viewDetail i {
  margin-left: 8px;
}
.dashboardSectionMixin .content .subSectionHeader .subtitle {
  height: 21px;
}
.dashboardSectionMixin .content .subSectionHeader .subtitle .description {
  display: inline-block;
  position: relative;
  top: 2px;
}
.dashboardSectionMixin .content .subSectionHeader .subtitle .description.indent {
  margin-left: 13px;
}
.dashboardSectionMixin .content .subSectionHeader .subtitle.extraSpace {
  margin-top: 15px;
  margin-bottom: 13px;
}
.dashboardSectionMixin .summaryTable table {
  width: 100%;
}
.dashboardSectionMixin .summaryTable tr {
  height: 30px;
}
.dashboardSectionMixin .summaryTable tr.grey {
  background-color: #f9f9f9;
}
.dashboardSectionMixin .summaryTable tr td.statTitle {
  padding-left: 12px;
}
.invalidDirtyInput {
  border-color: #dd360b;
  background-color: hsl(20, 100%, 96%);
}
.invalidDirtyInput:focus {
  outline-color: hsl(0, 68%, 70%);
}
.invalidDirtyInput:active {
  outline-color: hsl(0, 68%, 70%);
}
.popupBoxShadow {
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Custom Evergage */
/* Custom Evergage */
/* Custom Evergage */
/* Custom Evergage */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.53846154;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0070D2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004785;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.53846154;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: #000000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 26px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fff4e5;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0070D2;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00559f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #080707;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0070D2;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00559f;
}
.bg-success {
  background-color: #eff8e4;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #d7edbc;
}
.bg-info {
  background-color: #f7f7f7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #dddddd;
}
.bg-warning {
  background-color: #fff4e5;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffdfb3;
}
.bg-danger {
  background-color: #feede9;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #fbc6b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.53846154;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.53846154;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.53846154;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.53846154;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #eff8e4;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #e3f2d0;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #eaeaea;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fff4e5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffeacc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #feede9;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fddad1;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 6px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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;
}
.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);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 33px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
#clientAccount .k-grid-edit-row input:not(.k-textbox),
#clientAccount .k-grid-edit-row .k-textbox,
#attributes .k-grid-edit-row input:not(.k-textbox),
#attributes .k-grid-edit-row .k-textbox {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 37px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.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);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #eff8e4;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.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);
}
.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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fff4e5;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #feede9;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}
.form-horizontal .form-group {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 6px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 5px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #0070D2;
  text-decoration: none;
}
.btn:active,
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #0070D2;
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.btn-default:focus,
.btn-default.focus {
  color: #0070D2;
  background-color: #bcbcbc;
  border-color: #959595;
}
.btn-default:hover {
  color: #0070D2;
  background-color: #bcbcbc;
  border-color: #b6b6b6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #0070D2;
  background-color: #bcbcbc;
  background-image: none;
  border-color: #b6b6b6;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #0070D2;
  background-color: #aaaaaa;
  border-color: #959595;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.btn-default .badge {
  color: #d5d5d5;
  background-color: #0070D2;
}
.btn-primary {
  color: #ffffff;
  background-color: #0070D2;
  border-color: #d5d5d5;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #00559f;
  border-color: #959595;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #00559f;
  border-color: #b6b6b6;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #00559f;
  background-image: none;
  border-color: #b6b6b6;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #00427b;
  border-color: #959595;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0070D2;
  border-color: #d5d5d5;
}
.btn-primary .badge {
  color: #0070D2;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #82c135;
  border-color: #75ad30;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #67992a;
  border-color: #314914;
}
.btn-success:hover {
  color: #fff;
  background-color: #67992a;
  border-color: #547d22;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #67992a;
  background-image: none;
  border-color: #547d22;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #547d22;
  border-color: #314914;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #82c135;
  border-color: #75ad30;
}
.btn-success .badge {
  color: #82c135;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #b0d7f4;
  border-color: #9accf1;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #83c0ee;
  border-color: #2a93e1;
}
.btn-info:hover {
  color: #fff;
  background-color: #83c0ee;
  border-color: #64b0e9;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #83c0ee;
  background-image: none;
  border-color: #64b0e9;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #64b0e9;
  border-color: #2a93e1;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #b0d7f4;
  border-color: #9accf1;
}
.btn-info .badge {
  color: #b0d7f4;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ff9600;
  border-color: #e68700;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cc7800;
  border-color: #663c00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cc7800;
  border-color: #a86300;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cc7800;
  background-image: none;
  border-color: #a86300;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a86300;
  border-color: #663c00;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ff9600;
  border-color: #e68700;
}
.btn-warning .badge {
  color: #ff9600;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #0070D2;
  border-color: #d5d5d5;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #00559f;
  border-color: #959595;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #00559f;
  border-color: #b6b6b6;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #00559f;
  background-image: none;
  border-color: #b6b6b6;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #00427b;
  border-color: #959595;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #0070D2;
  border-color: #d5d5d5;
}
.btn-danger .badge {
  color: #0070D2;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #0070D2;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #004785;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.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;
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2147483607;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.53846154;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0070D2;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483597;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 13px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #82c135;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #82c135;
  border-color: #0070D2;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.53846154;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0070D2;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 20px;
  padding-left: 20px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 20px;
  font-size: 17px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 20px;
  margin-right: -20px;
  margin-left: -20px;
  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: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .form-control {
  height: 30px;
  vertical-align: bottom;
}
.navbar-form .form-group:not(:last-child) {
  margin-right: 10px;
}
.navbar-form .form-group > label {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.alert {
  padding: 9px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 29px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #eff8e4;
  border-color: #e8f2d0;
}
.alert-success hr {
  border-top-color: #dfedbc;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #080707;
  background-color: #f7f7f7;
  border-color: #e5e5e5;
}
.alert-info hr {
  border-top-color: #d8d8d8;
}
.alert-info .alert-link {
  color: #000000;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fff4e5;
  border-color: #ffe1cc;
}
.alert-warning hr {
  border-top-color: #ffd3b2;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #feede9;
  border-color: #fdd2d1;
}
.alert-danger hr {
  border-top-color: #fbbbb9;
}
.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;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #efefef;
  border-radius: 3px;
  -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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #82c135;
  -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;
}
.progress-striped .progress-bar,
.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;
}
.progress.active .progress-bar,
.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;
}
.progress-bar-success {
  background-color: #82c135;
}
.progress-striped .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);
}
.progress-bar-info {
  background-color: #b0d7f4;
}
.progress-striped .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);
}
.progress-bar-warning {
  background-color: #ff9600;
}
.progress-striped .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);
}
.progress-bar-danger {
  background-color: #dd360b;
}
.progress-striped .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);
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0070D2;
  border-color: #0070D2;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #9fd2ff;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #eff8e4;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #e3f2d0;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #080707;
  background-color: #f7f7f7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #080707;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #080707;
  background-color: #eaeaea;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #080707;
  border-color: #080707;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fff4e5;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #ffeacc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #feede9;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #fddad1;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0070D2;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0070D2;
  border-color: #0070D2;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0070D2;
}
.panel-primary > .panel-heading .badge {
  color: #0070D2;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0070D2;
}
.panel-success {
  border-color: #e8f2d0;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #eff8e4;
  border-color: #e8f2d0;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e8f2d0;
}
.panel-success > .panel-heading .badge {
  color: #eff8e4;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e8f2d0;
}
.panel-info {
  border-color: #e5e5e5;
}
.panel-info > .panel-heading {
  color: #080707;
  background-color: #f7f7f7;
  border-color: #e5e5e5;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e5e5e5;
}
.panel-info > .panel-heading .badge {
  color: #f7f7f7;
  background-color: #080707;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e5e5e5;
}
.panel-warning {
  border-color: #ffe1cc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fff4e5;
  border-color: #ffe1cc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffe1cc;
}
.panel-warning > .panel-heading .badge {
  color: #fff4e5;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffe1cc;
}
.panel-danger {
  border-color: #fdd2d1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #feede9;
  border-color: #fdd2d1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fdd2d1;
}
.panel-danger > .panel-heading .badge {
  color: #feede9;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fdd2d1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.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: 6px;
  -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;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.53846154;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53846154;
  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;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #848484;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53846154;
  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: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.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;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.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;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.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);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.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);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.left-container:before,
.left-container:after,
.left-container > .header-btn-row:before,
.left-container > .header-btn-row:after,
.container > .header-btn-row:before,
.container > .header-btn-row:after,
.container-fluid > .header-btn-row:before,
.container-fluid > .header-btn-row:after,
#guardian-dashboard .dashboard-header:before,
#guardian-dashboard .dashboard-header:after,
#guardian-dashboard .dashboard-header > .header-btn-row:before,
#guardian-dashboard .dashboard-header > .header-btn-row:after,
.dashboard-stat-quadrant:before,
.dashboard-stat-quadrant:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.left-container:after,
.left-container > .header-btn-row:after,
.container > .header-btn-row:after,
.container-fluid > .header-btn-row:after,
#guardian-dashboard .dashboard-header:after,
#guardian-dashboard .dashboard-header > .header-btn-row:after,
.dashboard-stat-quadrant:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.dropdown-menu {
  z-index: 2147483647 !important;
}
a:hover {
  cursor: pointer;
}
.inline-headline {
  display: inline;
  margin: 0px;
}
.header-with-icon > div,
.header-with-icon > h1,
.header-with-icon > h2,
.header-with-icon > h3 {
  display: inline-block;
}
img {
  vertical-align: top;
}
.no-inner-gutter > div[class*='col-']:not(:first-child):not(:last-child) {
  padding: 0px;
}
.no-middle-gutter > div[class*='col-']:first-child {
  padding-right: 0;
}
.no-middle-gutter > div[class*='col-']:last-child {
  padding-left: 0px;
}
.left-container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
  margin-left: 0 !important;
}
.left-container > .navbar-header,
.left-container > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .left-container > .navbar-header,
  .left-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.left-container > .header-btn-row {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.page-header {
  border-bottom: 0px solid #efefef;
  margin: 0;
  padding: 10px 0 5px;
  margin-bottom: 0px !important;
}
.page-header:before,
.page-header:after {
  display: table;
  content: " ";
}
.page-header:after {
  clear: both;
}
.page-header:before,
.page-header:after {
  display: table;
  content: " ";
}
.page-header:after {
  clear: both;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin: 0;
  line-height: 30px;
}
.page-header .btn-row > *:not(.btn):not(.btn-group):not(.btn-group-vertical):not([class*='k-']) {
  display: inline;
}
.page-header .btn-row > *:not(.btn):not(.btn-group):not(.btn-group-vertical):not([class*='k-']):not(:last-child) {
  margin-right: 5px;
}
.page-header .btn-row > span {
  margin-right: 5px;
}
.page-header .btn-row .dashboardSlider {
  display: inline-block !important;
  margin-top: -6px;
}
.page-header .label-headline-group h1,
.page-header .label-headline-group h2,
.page-header .label-headline-group h3,
.page-header .label-headline-group h4,
.page-header .label-headline-group h5,
.page-header .label-headline-group h6 {
  line-height: initial;
}
.page-header + div.header-btn-row {
  margin-top: -15px;
}
.header-row {
  padding: 5px 0px;
}
.header-row:before,
.header-row:after {
  display: table;
  content: " ";
}
.header-row:after {
  clear: both;
}
.header-row:before,
.header-row:after {
  display: table;
  content: " ";
}
.header-row:after {
  clear: both;
}
.header-row h1,
.header-row h2,
.header-row h3,
.header-row h4,
.header-row h5,
.header-row h6 {
  margin: 0;
  line-height: 30px;
}
.header-row:last-child {
  margin-bottom: 10px;
}
.header-row:not(:last-child) + div:not(.header-row) {
  margin-top: 10px;
}
.container > .header-btn-row,
.container-fluid > .header-btn-row {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.header-btn-row + .header-row,
.page-header + .header-row {
  padding-top: 0;
}
.header-btn-row {
  margin: 0;
  padding: 10px 0 5px;
}
.header-btn-row:before,
.header-btn-row:after {
  display: table;
  content: " ";
}
.header-btn-row:after {
  clear: both;
}
.header-btn-row:before,
.header-btn-row:after {
  display: table;
  content: " ";
}
.header-btn-row:after {
  clear: both;
}
.header-btn-row h1,
.header-btn-row h2,
.header-btn-row h3,
.header-btn-row h4,
.header-btn-row h5,
.header-btn-row h6 {
  margin: 0;
  line-height: 30px;
}
.header-btn-row .btn-row > *:not(.btn):not(.btn-group):not(.btn-group-vertical):not([class*='k-']) {
  display: inline;
}
.header-btn-row .btn-row > *:not(.btn):not(.btn-group):not(.btn-group-vertical):not([class*='k-']):not(:last-child) {
  margin-right: 5px;
}
.header-btn-row .btn-row > span {
  margin-right: 5px;
}
.header-btn-row .btn-row .dashboardSlider {
  display: inline-block !important;
  margin-top: -6px;
}
#pane-layout .header-btn-row input:not([type="checkbox"]):not([type="radio"]),
#pane-layout .header-btn-row textarea {
  vertical-align: bottom;
}
.label-headline-group > span.label {
  font-size: 11px;
  text-transform: uppercase;
}
.header-btn-row .label-headline-group h1,
.header-row .label-headline-group h1,
.header-btn-row .label-headline-group h2,
.header-row .label-headline-group h2,
.header-btn-row .label-headline-group h3,
.header-row .label-headline-group h3,
.header-btn-row .label-headline-group h4,
.header-row .label-headline-group h4,
.header-btn-row .label-headline-group h5,
.header-row .label-headline-group h5,
.header-btn-row .label-headline-group h6,
.header-row .label-headline-group h6 {
  line-height: initial;
}
.label-headline-row > .label-headline-group {
  display: inline-block;
}
.label-headline-row > .label-headline-group:not(:last-child) {
  margin-right: 40px;
}
.form-inline .form-control {
  height: 30px;
  vertical-align: bottom;
}
.form-inline .form-group:not(:last-child) {
  margin-right: 10px;
}
.form-inline .form-group > label {
  margin-bottom: 5px;
}
.tooltip {
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0px 1px 5px rgba(20, 20, 20, 0.5);
  font-weight: normal;
  overflow: hidden;
}
.tooltip.in {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2147483602;
}
.tooltip-inner {
  min-width: 180px;
  max-width: 300px;
  text-align: left;
}
.modal-backdrop {
  z-index: 2147483587 !important;
}
.modal {
  display: block;
  overflow: visible;
  z-index: 2147483597 !important;
}
.modal .close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.modal .close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -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;
}
nav.navbar.navbar-fixed-left {
  border-width: 0 !important;
  border-radius: 0;
  height: 100vh;
  left: 0 !important;
  position: fixed;
  right: auto !important;
  top: 0;
  z-index: 2147483597;
}
nav.navbar.navbar-fixed-left .navbar-collapse {
  margin-left: 0;
  margin-right: 0;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.navbar-fixed-left .navbar-collapse.collapse {
  display: block !important;
}
nav.navbar.navbar-fixed-left .navbar-collapse .navbar-nav {
  float: none !important;
  margin: 0;
}
nav.navbar.navbar-fixed-left .navbar-collapse .navbar-nav > li {
  width: 100%;
}
nav.navbar.navbar-fixed-left .container {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
nav.navbar.navbar-fixed-left li.dropdown ul.dropdown-menu {
  border-radius: 0 3px 3px 0;
  left: 100%;
  right: auto;
}
.nav-item,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
.nav-justified.nav-pills > li > a {
  margin-left: 2px;
  margin-right: 2px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #ffffff;
  border-color: transparent;
}
.btn-nav-pills .btn {
  border-radius: 3px;
  color: #585858;
  background-color: transparent;
  border-style: none;
}
.btn-nav-pills .btn:hover {
  color: #ffffff;
  background-color: #82c135;
}
.btn-nav-pills .btn.active {
  color: #ffffff;
  background-color: #0070D2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tabbable,
.tabs {
  background-color: transparent;
}
.nav.nav-tabs li,
.nav.nav-pills li {
  box-shadow: none !important;
  background-color: transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin-bottom: -1px;
  padding-top: 3px;
}
.nav.nav-tabs li a,
.nav.nav-pills li a {
  margin-right: 0px;
  color: #333;
}
.nav.nav-tabs li.active > a,
.nav.nav-pills li.active > a {
  font-weight: 500;
  background: #ffffff;
}
.nav.nav-tabs li:not(.active) > a:hover,
.nav.nav-pills li:not(.active) > a:hover {
  background: #e6e6e6;
  color: #1a1a1a;
}
.nav.nav-tabs:not(.nav-stacked),
.nav.nav-pills:not(.nav-stacked) {
  margin-top: 0;
}
.nav.nav-tabs:not(.nav-stacked) li:first-child,
.nav.nav-pills:not(.nav-stacked) li:first-child {
  margin-left: 5px;
}
.nav.nav-tabs:not(.nav-stacked) li a,
.nav.nav-pills:not(.nav-stacked) li a {
  border-bottom: 0;
}
.nav.nav-tabs:not(.nav-stacked) li.active > a,
.nav.nav-pills:not(.nav-stacked) li.active > a {
  color: #333333;
}
.nav.nav-tabs:not(.nav-stacked) li.active > a:hover,
.nav.nav-pills:not(.nav-stacked) li.active > a:hover {
  color: #333333;
}
.nav.nav-tabs:not(.nav-stacked) li.disabled,
.nav.nav-pills:not(.nav-stacked) li.disabled {
  pointer-events: auto;
  cursor: not-allowed;
}
.nav.nav-tabs:not(.nav-stacked) li.disabled > a,
.nav.nav-pills:not(.nav-stacked) li.disabled > a {
  border: none;
  color: #b5b5b5;
}
.nav.nav-tabs.nav-stacked,
.nav.nav-pills.nav-stacked {
  border: 0;
  margin: 0;
  padding: 0;
}
.nav.nav-tabs.nav-stacked li.active > a,
.nav.nav-pills.nav-stacked li.active > a {
  color: #1a1a1a;
  background: #e6e6e6;
  font-weight: 600;
}
.nav.nav-tabs.nav-stacked li > a,
.nav.nav-pills.nav-stacked li > a {
  font-weight: normal;
  color: #333;
  background: transparent;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.nav.nav-tabs.nav-stacked li > a:hover,
.nav.nav-pills.nav-stacked li > a:hover {
  color: #1a1a1a !important;
  background: #e6e6e6 !important;
}
div.tabset-with-content .nav.nav-tabs {
  margin-bottom: 20px;
}
.btn-row {
  margin-bottom: 5px;
}
.btn-warn-hover:hover {
  background-color: #dd360b !important;
  color: #ffffff !important;
}
.list-group button.list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.btn {
  border: 0;
  text-transform: uppercase;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.btn.btn-icon:not(.btn-primary) {
  color: #0070D2 !important;
}
.btn.btn-icon:not(.btn-primary):hover,
.btn.btn-icon:not(.btn-primary):focus {
  color: #00559f !important;
}
.btn.btn-icon:hover,
.btn.btn-icon:focus {
  outline: none !important;
}
.btn.btn-icon > i {
  margin: 0;
  margin-right: 2px !important;
}
.btn.btn-icon > i:last-child {
  margin-left: 2px !important;
  margin-right: 0px !important;
}
.eg-btn-group .btn.eg-btn.btn:not(:first-child) {
  margin-left: 5px;
}
.eg-btn-group .btn.eg-btn.btn.btn-icon > i {
  margin-right: 7px !important;
}
.btn.btn-sm {
  padding: 2px 10px !important;
}
.btn.btn-xs {
  font-size: 8px !important;
}
.btn.btn-primary:focus {
  background-color: #0070D2;
}
.btn.btn-default:focus {
  background-color: #d5d5d5;
}
.btn.btn-secondary {
  color: #0070D2 !important;
  background-color: #d5d5d5 !important;
}
.btn.btn-secondary:hover {
  background-color: #bcbcbc !important;
}
.btn.btn-danger:hover {
  background-color: #dd360b !important;
  color: #ffffff !important;
}
.btn.btn-add {
  background-color: #ffffff;
  border: 1px solid #0070D2;
}
.btn.btn-add:hover {
  color: #005FB2;
}
ui-ng-add-rule-menu.ng-isolate-scope button.btn.btn-outline-primary {
  color: #0070D2;
  border-color: #0070D2;
}
ui-ng-add-rule-menu.ng-isolate-scope button.btn.btn-outline-primary:hover,
ui-ng-add-rule-menu.ng-isolate-scope button.btn.btn-outline-primary:focus {
  color: #ffffff !important;
  background-color: #0070D2;
}
.btn-group-default > .btn {
  color: #0070D2 !important;
  background-color: #d5d5d5 !important;
  border-color: #d5d5d5 !important;
}
.btn-group-default > .btn:focus,
.btn-group-default > .btn.focus {
  color: #0070D2 !important;
  background-color: #bcbcbc !important;
  border-color: #959595 !important;
}
.btn-group-default > .btn:hover {
  color: #0070D2 !important;
  background-color: #bcbcbc !important;
  border-color: #b6b6b6 !important;
}
.btn-group-default > .btn:active,
.btn-group-default > .btn.active,
.open > .dropdown-toggle.btn-group-default > .btn {
  color: #0070D2 !important;
  background-color: #bcbcbc !important;
  background-image: none !important;
  border-color: #b6b6b6 !important;
}
.btn-group-default > .btn:active:hover,
.btn-group-default > .btn.active:hover,
.open > .dropdown-toggle.btn-group-default > .btn:hover,
.btn-group-default > .btn:active:focus,
.btn-group-default > .btn.active:focus,
.open > .dropdown-toggle.btn-group-default > .btn:focus,
.btn-group-default > .btn:active.focus,
.btn-group-default > .btn.active.focus,
.open > .dropdown-toggle.btn-group-default > .btn.focus {
  color: #0070D2 !important;
  background-color: #aaaaaa !important;
  border-color: #959595 !important;
}
.btn-group-default > .btn.disabled:hover,
.btn-group-default > .btn[disabled]:hover,
fieldset[disabled] .btn-group-default > .btn:hover,
.btn-group-default > .btn.disabled:focus,
.btn-group-default > .btn[disabled]:focus,
fieldset[disabled] .btn-group-default > .btn:focus,
.btn-group-default > .btn.disabled.focus,
.btn-group-default > .btn[disabled].focus,
fieldset[disabled] .btn-group-default > .btn.focus {
  background-color: #d5d5d5 !important;
  border-color: #d5d5d5 !important;
}
.btn-group-default > .btn .badge {
  color: #d5d5d5 !important;
  background-color: #0070D2 !important;
}
.btn-group-primary > .btn {
  color: #ffffff !important;
  background-color: #0070D2 !important;
  border-color: #d5d5d5 !important;
}
.btn-group-primary > .btn:focus,
.btn-group-primary > .btn.focus {
  color: #ffffff !important;
  background-color: #00559f !important;
  border-color: #959595 !important;
}
.btn-group-primary > .btn:hover {
  color: #ffffff !important;
  background-color: #00559f !important;
  border-color: #b6b6b6 !important;
}
.btn-group-primary > .btn:active,
.btn-group-primary > .btn.active,
.open > .dropdown-toggle.btn-group-primary > .btn {
  color: #ffffff !important;
  background-color: #00559f !important;
  background-image: none !important;
  border-color: #b6b6b6 !important;
}
.btn-group-primary > .btn:active:hover,
.btn-group-primary > .btn.active:hover,
.open > .dropdown-toggle.btn-group-primary > .btn:hover,
.btn-group-primary > .btn:active:focus,
.btn-group-primary > .btn.active:focus,
.open > .dropdown-toggle.btn-group-primary > .btn:focus,
.btn-group-primary > .btn:active.focus,
.btn-group-primary > .btn.active.focus,
.open > .dropdown-toggle.btn-group-primary > .btn.focus {
  color: #ffffff !important;
  background-color: #00427b !important;
  border-color: #959595 !important;
}
.btn-group-primary > .btn.disabled:hover,
.btn-group-primary > .btn[disabled]:hover,
fieldset[disabled] .btn-group-primary > .btn:hover,
.btn-group-primary > .btn.disabled:focus,
.btn-group-primary > .btn[disabled]:focus,
fieldset[disabled] .btn-group-primary > .btn:focus,
.btn-group-primary > .btn.disabled.focus,
.btn-group-primary > .btn[disabled].focus,
fieldset[disabled] .btn-group-primary > .btn.focus {
  background-color: #0070D2 !important;
  border-color: #d5d5d5 !important;
}
.btn-group-primary > .btn .badge {
  color: #0070D2 !important;
  background-color: #ffffff !important;
}
.btn-group-secondary > .btn {
  color: #0070D2 !important;
  background-color: #d5d5d5 !important;
}
.btn-group-secondary > .btn:hover {
  background-color: #bcbcbc !important;
}
.progress-bar-primary {
  background-color: #0070D2;
}
.progress {
  border-style: none;
  box-shadow: none;
  border-radius: 0 !important;
}
label {
  font-weight: normal;
  margin-bottom: 0px;
}
label .k-dropdown {
  display: block;
}
input {
  box-shadow: none !important;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 3px;
}
.form-control-static {
  margin-bottom: 0;
}
.input-sm,
#clientAccount .k-grid-edit-row input:not(.k-textbox),
#clientAccount .k-grid-edit-row .k-textbox,
#attributes .k-grid-edit-row input:not(.k-textbox),
#attributes .k-grid-edit-row .k-textbox {
  font-size: 13px;
}
input[type="text"] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 13px;
}
selectinput[type="text"] {
  height: 30px;
  line-height: 30px;
}
textareainput[type="text"],
select[multiple]input[type="text"] {
  height: auto;
}
textarea {
  padding: 5px 10px;
}
.breadcrumb {
  padding: 0;
  display: inline-block;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 13px;
}
.breadcrumb > li span {
  color: #006DCC;
  cursor: default;
}
.breadcrumb > li > a {
  color: #006DCC;
  text-decoration: none !important;
}
.breadcrumb > li + li:before {
  padding: 0 1px 0 5px;
  color: #080707;
  content: ">";
}
/** 
 * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2017 Telerik AD. All rights reserved.                                                                                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Kendo base CSS */
.fake {
  color: red;
}
.k-common-test-class {
  opacity: 0;
}
.k-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.k-floatwrap:after,
.k-slider-items:after,
.k-grid-toolbar:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.k-floatwrap,
.k-slider-items,
.k-grid-toolbar {
  display: inline-block;
}
.k-floatwrap,
.k-slider-items,
.k-grid-toolbar {
  display: block;
}
/* main gradient */
.k-block,
.k-button,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-tooltip,
.k-pager-wrap,
.k-tabstrip-items .k-item,
.k-link.k-state-hover,
.k-textbox,
.k-textbox:hover,
.k-autocomplete,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-autocomplete.k-state-hover,
.k-dropdown-wrap.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-draghandle {
  background-repeat: repeat;
  background-position: 0 center;
}
.k-link:hover {
  text-decoration: none;
}
.k-state-highlight > .k-link {
  color: inherit;
}
/* widget */
.k-textbox > input,
.k-input[type="text"],
.k-input[type="number"],
.k-textbox,
.k-picker-wrap .k-input,
.k-button {
  font-size: 100%;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
}
.k-widget,
.k-block,
.k-inline-block,
.k-draghandle {
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
}
.k-block,
.k-widget {
  line-height: normal;
  outline: 0;
}
.k-widget .k-input::-ms-clear,
.k-list-filter ::-ms-clear {
  width: 0;
  height: 0;
}
/* Block */
.k-block {
  padding: 2px;
}
/* button */
.k-button {
  display: inline-block;
  margin: 0;
  padding: 5px 14px 4px;
  font-family: inherit;
  line-height: 1.72em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.k-button[disabled],
.k-button.k-state-disabled,
.k-state-disabled .k-button,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active {
  cursor: default;
}
a.k-button {
  user-select: none;
  text-decoration: none;
}
/* Override the important default line-height in Firefox 4+ */
.k-ff input.k-button {
  padding-bottom: 0.37em;
  padding-top: 0.37em;
}
button.k-button::-moz-focus-inner,
input.k-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a.k-button-expand {
  display: block;
}
button.k-button-expand,
input[type="submit"].k-button-expand,
input[type="button"].k-button-expand,
input[type="reset"].k-button-expand {
  width: 100%;
}
body .k-button-icon,
body .k-split-button-arrow {
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.k-button-icontext {
  overflow: visible;
  /*IE9*/
}
.k-toolbar .k-button-icontext {
  padding-right: 0.8em;
}
.k-button-icontext .k-icon,
.k-button-icontext .k-image,
.k-button-icontext .k-sprite {
  margin-right: 3px;
  margin-right: 0.3rem;
  margin-left: -3px;
  margin-left: -0.3rem;
}
.k-button.k-button-icontext .k-icon,
.k-button.k-button-icontext .k-image {
  vertical-align: text-top;
}
.k-button.k-bare {
  border-color: transparent !important;
  color: inherit;
  background: none !important;
  box-shadow: none !important;
  opacity: 0.7;
}
.k-button.k-bare:hover,
.k-button.k-bare.k-state-hover,
.k-button.k-bare:active,
.k-button.k-bare.k-state-active,
.k-button.k-bare.k-state-active:hover {
  color: inherit;
}
.k-button.k-bare:focus,
.k-button.k-bare .k-state-focused {
  opacity: 0.8;
}
.k-button.k-bare:hover,
.k-button.k-bare.k-state-hover,
.k-button.k-bare:active,
.k-button.k-bare.k-state-active {
  opacity: 1;
}
.k-button.k-bare .k-icon,
.k-button.k-bare .k-font-icon {
  overflow: visible;
}
.k-button.k-bare:focus .k-icon,
.k-button.k-bare .k-state-focused .k-icon,
.k-button.k-bare:focus .k-font-icon,
.k-button.k-bare .k-state-focused .k-font-icon {
  text-shadow: 0 0 3px currentColor;
}
/* link */
.k-link {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
.k-grid-header span.k-link {
  cursor: default;
}
/* states */
.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-icon,
.k-state-disabled .k-button,
.k-state-disabled .k-draghandle,
.k-state-disabled .k-upload-button input {
  cursor: default !important;
  outline: 0;
}
@media print {
  .k-state-disabled,
  .k-state-disabled .k-input {
    opacity: 1 !important;
  }
}
.k-state-error {
  border-style: ridge;
}
.k-state-empty {
  font-style: italic;
}
/* icons */
.k-icon.k-i-none {
  background-image: none !important;
  /* should never be a background on these */
}
/* In IE7 vertical align: middle can't be overridden */
.k-ie8 .k-icon,
.k-ie8 .k-sprite,
.k-ie8 .k-tool-icon {
  vertical-align: middle;
}
.k-file > .k-icon {
  background-position: -115px -91px;
}
.k-image {
  border: 0;
}
/* Colors */
html .k-success-colored {
  color: #507f50;
  border-color: #d0dfd0;
  background-color: #f0fff0;
}
html .k-info-colored {
  color: #50607f;
  border-color: #d0d9df;
  background-color: #f0f9ff;
}
html .k-error-colored {
  color: #7f5050;
  border-color: #dfd0d0;
  background-color: #fff0f0;
}
.k-inline-block {
  padding: 0 2px;
}
/* loading */
.k-loading,
.k-loading-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.k-icon.k-i-loading {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.k-icon.k-i-loading::before {
  content: "";
  display: none;
}
.k-loading-mask,
.k-loading-image,
.k-loading-text {
  position: absolute;
}
.k-loading-mask {
  z-index: 100;
}
.k-loading-mask .k-loading-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.k-loading-text {
  text-indent: -4000px;
  text-align: center;
  /*rtl*/
}
.k-loading-image,
.k-loading-color {
  width: 100%;
  height: 100%;
}
.k-loading-image {
  top: 0;
  left: 0;
  z-index: 2;
}
.k-loading-color {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.k-content-frame {
  border: 0;
  width: 100%;
  height: 100%;
}
.k-pane > .k-splitter-overlay {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
}
/* drag n drop */
.k-drag-clue {
  position: absolute;
  z-index: 10003;
  border-style: solid;
  border-width: 1px;
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  white-space: nowrap;
  cursor: default;
}
/* ListBox Drag Clue */
.k-item.k-drag-clue {
  font-size: inherit;
}
.k-drag-status {
  margin-top: -3px;
  margin-right: 4px;
  vertical-align: middle;
}
.k-reorder-cue {
  position: absolute;
  width: 1px;
  overflow: visible;
}
.k-reorder-cue .k-icon {
  position: absolute;
  left: -4px;
  width: 8px;
  height: 4px;
}
.k-reorder-cue .k-i-arrow-60-down {
  top: -4px;
  background-position: -4px -166px;
}
.k-reorder-cue .k-i-arrow-60-up {
  bottom: -4px;
  background-position: -4px -134px;
}
/* virtual scrollbar */
.k-scrollbar {
  position: absolute;
  overflow: scroll;
}
.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}
.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body .k-touch-scrollbar {
    height: 12px;
    width: 12px;
    border-radius: 7px;
  }
}
.k-virtual-scrollable-wrap {
  overflow-x: auto;
  /*needed by IE8*/
}
/* current time indicator */
.k-current-time {
  background: #f00;
  position: absolute;
}
.k-current-time-arrow-down {
  width: 0;
  height: 0;
  background: transparent;
  border-bottom: 4px solid  transparent;
  border-top: 4px solid #f00;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.k-current-time-arrow-left {
  width: 0;
  height: 0;
  background: transparent;
  border-bottom: 4px solid  transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid #f00;
}
.k-current-time-arrow-right {
  width: 0;
  height: 0;
  background: transparent;
  border-bottom: 4px solid  transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #f00;
  border-right: 4px solid transparent;
}
/* override box sizing for grid layout framework integration (Bootstrap 3, Foundation 4) */
.k-animation-container,
.k-widget,
.k-widget *,
.k-animation-container *,
.k-widget *:before,
.k-animation-container *:after,
.k-block .k-header,
.k-list-container,
div.k-window-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.k-button,
.k-textbox,
.k-autocomplete,
.k-tabstrip > .k-content > .km-scroll-container,
.k-block,
.k-edit-cell .k-widget,
.k-grid-edit-row .k-widget,
.k-grid-edit-row .text-box,
.km-actionsheet > li,
.km-shim {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Fix for Bootstrap 3 */
.input-group .form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control.k-widget {
  padding: 0;
}
a.k-button:hover {
  text-decoration: none;
}
/* override iOS styles in mobile Kendo */
.km-widget,
.km-widget * {
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
input.k-checkbox,
.k-radio {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  -webkit-appearance: none;
  overflow: hidden;
}
.k-ff input.k-checkbox,
.k-ff .k-radio {
  position: absolute;
}
.k-checkbox-label,
.k-radio-label {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  vertical-align: text-top;
  line-height: 16px;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
}
.k-checkbox-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.k-checkbox:indeterminate + .k-checkbox-label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-width: 1px;
  border-style: solid;
  width: 8px;
  height: 8px;
  font-size: 14px;
  text-align: center;
  content: " ";
}
.k-checkbox:checked + .k-checkbox-label:before {
  content: "\2713";
}
.k-checkbox:disabled + .k-checkbox-label {
  cursor: auto;
}
.k-radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-style: solid;
}
.k-radio:checked + .k-radio-label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.k-radio:disabled + .k-radio-label {
  cursor: auto;
}
.k-ie8 input.k-checkbox,
.k-ie8 .k-radio {
  display: inline-block;
  width: auto;
}
.k-ie8 .k-checkbox-label,
.k-ie8 .k-radio-label {
  padding-left: 0;
}
.k-ie8 .k-checkbox-label:before,
.k-ie8 .k-radio-label:before,
.k-ie8 .k-radio-label:after {
  display: none;
}
/* RTL for checkboxes and radio buttons */
.k-rtl .k-checkbox-label,
.k-rtl .k-radio-label {
  padding-right: 1.5em;
}
.k-rtl .k-checkbox-label:before,
.k-rtl .k-radio-label:before {
  right: 0;
}
.k-rtl .k-radio:checked + .k-radio-label:after {
  right: 3px;
}
input.k-checkbox + label {
  -webkit-user-select: none;
}
/* Off-screen container used during export */
.k-pdf-export-shadow {
  position: absolute;
  overflow: hidden;
  left: -15000px;
  width: 14400px;
}
.km-native-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scroll-snap-type: proximity;
}
/* Font Icons */
.k-icon,
.k-font-icon,
.k-font-icon.k-icon,
.k-font-icon.k-tool-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 'WebComponentsIcons';
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
  color: inherit;
}
.k-icon:before,
.k-font-icon:before {
  width: 1em;
  height: 1em;
  display: inline-block;
}
.k-icon,
.k-tool-icon,
.k-i-drag-and-drop,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
.k-gantt-views > .k-current-view > .k-link:after {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 'WebComponentsIcons';
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.k-icon:before {
  width: initial;
  height: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1em;
  line-height: 1;
}
.k-button.k-button-icon .k-icon,
.k-grid-filter .k-icon,
.k-header .k-icon {
  text-indent: -99999px;
}
.k-button.k-button-icon .k-icon:before,
.k-grid-filter .k-icon:before,
.k-header .k-icon:before {
  text-indent: 0;
}
/* Sprite icons */
.k-sprite {
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* responsive panel */
.k-rpanel-left {
  -webkit-transform: translateX(-100%) translateZ(0);
  -ms-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  left: 0;
}
.k-rpanel-right {
  -webkit-transform: translateX(100%) translateZ(0);
  -ms-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  right: 0;
}
.k-rpanel-left,
.k-rpanel-right {
  position: fixed;
  display: block;
  overflow: auto;
  min-width: 320px;
  height: 100%;
  top: 0;
}
.k-rpanel-left.k-rpanel-expanded,
.k-rpanel-right.k-rpanel-expanded {
  -webkit-transform: translateX(0) translateZ(0);
  -ms-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}
.k-rpanel-left + *,
.k-rpanel-right + * {
  overflow: auto;
}
.k-ie9 .k-rpanel-left {
  left: -100%;
}
.k-ie9 .k-rpanel-left.k-rpanel-expanded {
  left: 0;
}
.k-rpanel-top {
  position: static;
  max-height: 0;
}
.k-rpanel-top.k-rpanel-expanded {
  max-height: 568px;
  overflow: visible !important;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-edit-form {
  margin: 0;
  padding: 0;
}
.k-window > div.k-popup-edit-form {
  padding: 1em 0;
}
.k-grid-edit-row .k-edit-form td {
  border-bottom-width: 0;
}
.k-edit-form-container {
  position: relative;
  width: 400px;
}
.k-edit-label,
.k-edit-form-container .editor-label {
  float: left;
  clear: both;
  width: 30%;
  padding: 0.4em 0 1em;
  margin-left: 2%;
  text-align: right;
}
.k-edit-field,
.k-edit-form-container .editor-field {
  float: right;
  clear: right;
  width: 60%;
  margin-right: 2%;
  padding: 0 0 0.6em;
}
.k-edit-field > input[type="checkbox"],
.k-edit-field > input[type="radio"] {
  margin-top: 0.4em;
}
.k-edit-form-container .k-button {
  margin: 0 0.16em;
}
.k-edit-field > input[type="checkbox"]:first-child,
.k-edit-field > input[type="radio"]:first-child,
.k-edit-field > label:first-child > input[type="checkbox"],
.k-edit-field > .k-button:first-child {
  margin-left: 0;
}
.k-edit-form-container .k-edit-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: 0.6em;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Window */
div.k-window {
  display: inline-block;
  position: absolute;
  z-index: 10001;
  border-style: solid;
  border-width: 1px;
  padding-top: 2em;
}
.k-block > .k-header,
.k-window-titlebar {
  position: absolute;
  width: 100%;
  height: 1.1em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: -2em;
  padding: 0.4em 0;
  font-size: 1.2em;
  white-space: nowrap;
  min-height: 16px;
  /* icon size */
}
.k-block > .k-header {
  position: relative;
  margin: -2px 0 10px -2px;
  padding: 0.3em 2px;
}
.k-window-title {
  position: absolute;
  left: 0.44em;
  right: 0.44em;
  overflow: hidden;
  cursor: default;
  text-overflow: ellipsis;
}
.k-window-title .k-image {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
div.k-window-titleless {
  padding-top: 0;
}
div.k-window-content {
  position: relative;
  height: 100%;
  padding: 0.58em;
  overflow: auto;
  outline: 0;
}
div.k-window-iframecontent {
  padding: 0;
  overflow: visible;
}
.k-window-content > .km-scroll-container {
  height: 100%;
}
.k-window-titlebar .k-window-actions {
  position: absolute;
  top: 0;
  right: 0.3em;
  padding-top: 0.3em;
  white-space: nowrap;
}
.k-window-titlebar .k-window-action {
  width: 22px;
  height: 22px;
  padding: 2px;
}
.k-window-action .k-icon {
  margin: 0;
  vertical-align: top;
}
.k-window > .k-resize-handle {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  font-size: 0;
  line-height: 6px;
  filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1;
}
.k-resize-n {
  top: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: n-resize;
}
.k-resize-e {
  top: 0;
  right: -3px;
  width: 6px;
  height: 100%;
  cursor: e-resize;
}
.k-resize-s {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: s-resize;
}
.k-resize-w {
  top: 0;
  left: -3px;
  width: 6px;
  height: 100%;
  cursor: w-resize;
}
.k-resize-se {
  bottom: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  cursor: se-resize;
}
.k-resize-sw {
  bottom: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: sw-resize;
}
.k-resize-ne {
  top: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  cursor: ne-resize;
}
.k-resize-nw {
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: nw-resize;
}
.k-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.k-window .k-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}
.k-action-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: 0.6em;
  margin: 0 -1em;
}
.k-action-buttons .k-button {
  display: inline-block;
  margin: 0 0 0 6px;
  min-width: 75px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* TabStrip */
.k-tabstrip {
  margin: 0;
  padding: 0;
  zoom: 1;
  position: relative;
}
.k-tabstrip-items {
  padding: 0.3em 0.3em 0;
}
.k-tabstrip-scrollable .k-tabstrip-items {
  white-space: nowrap;
  overflow: hidden;
}
.k-tabstrip > .k-button {
  position: absolute;
  top: 0.4em;
  z-index: 2;
  user-select: none;
}
.k-tabstrip-bottom > .k-button {
  top: auto;
  bottom: 0.4em;
}
.k-tabstrip-prev {
  left: 0.4em;
}
.k-tabstrip-next {
  right: 0.4em;
}
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item {
  list-style-type: none;
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 1px 1px 0;
  margin: 0 -1px 0 0;
  padding: 0;
  vertical-align: top;
}
.k-tabstrip-items .k-tab-on-top,
.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.k-tabstrip-top .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-top .k-tabstrip-items .k-state-active {
  border-bottom-width: 1px;
  margin-bottom: -2px;
  padding-bottom: 0px;
}
.k-tabstrip-items .k-tab-on-top {
  z-index: 1;
}
.k-tabstrip-items .k-link,
.k-panelbar .k-tabstrip-items .k-link {
  display: inline-block;
  border-bottom-width: 0;
  padding: 0.5em 0.92em;
}
.k-tabstrip-items .k-icon,
.k-panelbar .k-tabstrip-items .k-icon {
  margin: -1px 4px 0 -3px;
  vertical-align: top;
}
.k-tabstrip-items .k-item .k-image,
.k-tabstrip-items .k-item .k-sprite,
.k-panelbar .k-tabstrip-items .k-item .k-image,
.k-panelbar .k-tabstrip-items .k-item .k-sprite {
  margin: -3px 3px 0 -6px;
  vertical-align: middle;
}
/* TabStrip Loading Progress */
.k-tabstrip-items .k-loading {
  top: 0;
  left: 0;
  height: 0;
  width: 20%;
  position: absolute;
  background: transparent;
  border-top: 1px solid transparent;
  border-color: inherit;
  -webkit-transition: "width 200ms linear";
  -o-transition: "width 200ms linear";
  transition: width 200ms linear;
  transition: "width 200ms linear";
  -webkit-animation: k-tab-loader 1s ease-in-out infinite;
  -o-animation: k-tab-loader 1s ease-in-out infinite;
  animation: k-tab-loader 1s ease-in-out infinite;
}
.k-tabstrip-items .k-progress {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
.k-tabstrip-items .k-loading.k-complete {
  width: 100%;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
.k-tabstrip > .k-content,
.k-panelbar .k-tabstrip > .k-content {
  position: static;
  border-style: solid;
  border-width: 1px;
  margin: 0 0.286em 0.3em;
  padding: 0.92em;
  zoom: 1;
}
.k-tabstrip > .k-content {
  display: none;
  overflow: auto;
}
.k-tabstrip > .k-content.km-scroll-wrapper {
  padding: 0;
}
.k-tabstrip > .k-content > .km-scroll-container {
  padding: 0.3em 0.92em;
}
@keyframes k-tab-loader {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
/* left and right tabs */
.k-tabstrip-left > div.k-content,
.k-tabstrip-right > div.k-content {
  margin: 0.286em 0.3em;
}
.k-tabstrip-left > .k-tabstrip-items .k-item,
.k-tabstrip-right > .k-tabstrip-items .k-item {
  display: block;
  margin-bottom: -1px;
}
.k-tabstrip-left > .k-tabstrip-items .k-link,
.k-tabstrip-right > .k-tabstrip-items .k-link {
  display: block;
}
.k-tabstrip-left > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-right > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-tabstrip-right > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active {
  margin-bottom: -1px;
  padding-bottom: 0;
}
/* left tabs */
.k-tabstrip-left > .k-tabstrip-items {
  float: left;
  padding: 0.25em 0 0.3em 0.3em;
}
.k-tabstrip-left > .k-tabstrip-items .k-item {
  border-width: 1px 0 1px 1px;
  border-radius: 3px 0 0 3px;
}
.k-tabstrip-left > .k-tabstrip-items .k-state-active {
  border-width: 1px 0 1px 1px;
}
.k-tabstrip-left > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active {
  margin-right: -2px;
  padding-right: 1px;
}
/* right tabs */
.k-tabstrip-right > .k-tabstrip-items {
  float: right;
  padding: 0.25em 0.3em 0.3em 0;
}
.k-tabstrip-right > .k-tabstrip-items .k-item {
  border-width: 1px 1px 1px 0;
  border-radius: 0 3px 3px 0;
}
.k-tabstrip-right > .k-tabstrip-items .k-state-active {
  border-width: 1px 1px 1px 0;
}
.k-tabstrip-right > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-right > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active {
  margin-left: -1px;
  padding-left: 1px;
}
/* bottom tabs */
.k-tabstrip-bottom > .k-tabstrip-items {
  margin-top: -1px;
  padding: 0 0.3em 0.3em;
}
.k-tabstrip-bottom > .k-content,
.k-panelbar .k-tabstrip-bottom > .k-content {
  margin: 0.3em 0.286em 0;
  z-index: 1;
  position: relative;
}
.k-tabstrip-bottom > .k-tabstrip-items .k-item {
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
}
.k-tabstrip-bottom > .k-tabstrip-items .k-state-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
.k-tabstrip-bottom > .k-content {
  min-height: 100px;
}
.k-tabstrip-bottom > .k-tabstrip-items .k-loading {
  top: auto;
  bottom: 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* PanelBar */
.k-panelbar {
  zoom: 1;
}
.k-panelbar > .k-item,
.k-panel > .k-item {
  list-style-type: none;
  display: block;
  border-width: 0;
  margin: 0;
  zoom: 1;
  border-radius: 0;
}
.k-panelbar .k-link > .k-image,
.k-panelbar .k-link > .k-sprite {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  vertical-align: middle;
}
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link {
  display: block;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0 1em;
  line-height: 2.34em;
  text-decoration: none;
  zoom: 1;
}
.k-panelbar-expand.k-icon,
.k-panelbar-collapse.k-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -8px;
}
.k-panelbar .k-panel,
.k-panelbar .k-content {
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.k-panel > .k-item > .k-link {
  border-bottom: 0;
  font-size: 0.95em;
  line-height: 2.2;
}
.k-panel .k-panel > .k-item > .k-link {
  padding-left: 2em;
}
.k-panelbar .k-i-arrow-end-right .k-link {
  border-bottom: 0;
}
.k-panel .k-panel {
  border-bottom: 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-pager-wrap {
  clear: both;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 1px;
  line-height: 2em;
  padding: 0.333em 0 0.333em 0.25em;
}
.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
}
.k-pager-numbers {
  margin: 0 2px;
}
.k-pager-numbers .k-state-selected {
  vertical-align: top;
}
.k-pager-numbers .k-current-page {
  display: none;
}
.k-pager-numbers li,
.k-pager-input {
  float: left;
}
.k-pager-info {
  float: right;
  padding: 0 1.333em;
}
.k-pager-numbers .k-link {
  text-decoration: none;
}
.k-pager-wrap > .k-link,
.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
  min-width: 2em;
}
.k-pager-wrap > .k-link {
  float: left;
  margin: 0 0.08333em;
  height: 2em;
  /*IE7*/
  line-height: 2em;
  /*IE7*/
  border-radius: 1.0833em;
  cursor: pointer;
  text-align: center;
}
.k-pager-wrap > a.k-state-disabled:hover {
  background: none;
  cursor: default;
}
.k-pager-numbers .k-link {
  text-align: center;
  line-height: 2em;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.0833em;
}
.k-pager-wrap > .k-link {
  border-style: solid;
  border-width: 1px;
}
.k-pager-wrap .k-pager-refresh {
  float: right;
  margin-right: 0.5em;
  border-width: 0;
  border-radius: 0;
}
.k-pager-numbers .k-state-selected {
  border-style: solid;
  border-width: 1px;
  text-align: center;
  border-radius: 1.0833em;
}
.k-pager-wrap .k-textbox {
  width: 3.333em;
}
.k-pager-wrap .k-dropdown {
  width: 4.5em;
}
.k-pager-refresh {
  float: right;
}
.k-pager-input,
.k-pager-sizes {
  padding: 0 1.4166em;
}
.k-pager-sizes {
  display: inline-block;
  padding-top: 1px;
}
.k-pager-sizes .k-widget.k-dropdown {
  margin-top: -2px;
}
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-widget {
  margin: 0 0.4em 0;
}
@media only screen and (max-width: 1024px) {
  .k-webkit .k-pager-wrap,
  .k-ff .k-pager-wrap,
  .k-ie11 .k-pager-wrap,
  .k-edge .k-pager-wrap,
  .k-safari .k-pager-wrap {
    overflow: visible;
    min-height: 2.1em;
  }
  .k-webkit .k-pager-wrap .k-pager-nav,
  .k-ff .k-pager-wrap .k-pager-nav,
  .k-ie11 .k-pager-wrap .k-pager-nav,
  .k-edge .k-pager-wrap .k-pager-nav,
  .k-safari .k-pager-wrap .k-pager-nav,
  .k-webkit .k-pager-input,
  .k-ff .k-pager-input,
  .k-ie11 .k-pager-input,
  .k-edge .k-pager-input,
  .k-safari .k-pager-input {
    display: inline-block;
    vertical-align: top;
  }
  .k-webkit .k-pager-numbers,
  .k-ff .k-pager-numbers,
  .k-ie11 .k-pager-numbers,
  .k-edge .k-pager-numbers,
  .k-safari .k-pager-numbers {
    position: absolute;
    left: 4.8em;
    display: inline-flex;
    flex-direction: column-reverse;
    overflow: visible;
    height: auto;
  }
  .k-webkit .k-pager-numbers:first-child,
  .k-ff .k-pager-numbers:first-child,
  .k-ie11 .k-pager-numbers:first-child,
  .k-edge .k-pager-numbers:first-child,
  .k-safari .k-pager-numbers:first-child {
    left: 0.2em;
  }
  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-edge .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded {
    transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
  }
  .k-webkit .km-pane-wrapper .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-pager-numbers,
  .k-edge .km-pane-wrapper .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-pager-numbers {
    position: relative;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
  }
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-link,
  .k-edge .km-pane-wrapper .k-pager-numbers .k-link,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-link,
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-edge .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-edge .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-edge .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-pager-info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .k-webkit .k-rtl .k-pager-numbers,
  .k-ff .k-rtl .k-pager-numbers,
  .k-ie11 .k-rtl .k-pager-numbers,
  .k-edge .k-rtl .k-pager-numbers,
  .k-safari .k-rtl .k-pager-numbers {
    left: auto;
    right: 4.8em;
    width: 4.5em;
  }
  .k-webkit .k-rtl .k-pager-numbers:first-child,
  .k-ff .k-rtl .k-pager-numbers:first-child,
  .k-ie11 .k-rtl .k-pager-numbers:first-child,
  .k-edge .k-rtl .k-pager-numbers:first-child,
  .k-safari .k-rtl .k-pager-numbers:first-child {
    left: auto;
    right: 0.2em;
  }
  .k-webkit .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-ff .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-ie11 .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-edge .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-safari .k-rtl .km-pane-wrapper .k-pager-numbers {
    right: 5.8em;
  }
  .k-webkit .k-pager-numbers .k-current-page,
  .k-ff .k-pager-numbers .k-current-page,
  .k-ie11 .k-pager-numbers .k-current-page,
  .k-edge .k-pager-numbers .k-current-page,
  .k-safari .k-pager-numbers .k-current-page {
    display: block;
    border-left: 0;
  }
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page {
    transform: translatey(100%);
    -webkit-transform: translatey(100%);
  }
  .k-webkit .k-pager-numbers li:not(.k-current-page),
  .k-ff .k-pager-numbers li:not(.k-current-page),
  .k-ie11 .k-pager-numbers li:not(.k-current-page),
  .k-edge .k-pager-numbers li:not(.k-current-page),
  .k-safari .k-pager-numbers li:not(.k-current-page) {
    display: none;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-edge .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link {
    width: 3.2em;
    padding: 0 0.429em 0 0.714em;
    border-radius: 1.0833em;
  }
  .k-webkit .k-pager-numbers + .k-link,
  .k-ff .k-pager-numbers + .k-link,
  .k-ie11 .k-pager-numbers + .k-link,
  .k-edge .k-pager-numbers + .k-link,
  .k-safari .k-pager-numbers + .k-link {
    margin-left: 4.8em;
  }
  .k-webkit .k-rtl .k-pager-numbers + .k-link,
  .k-ff .k-rtl .k-pager-numbers + .k-link,
  .k-ie11 .k-rtl .k-pager-numbers + .k-link,
  .k-edge .k-rtl .k-pager-numbers + .k-link,
  .k-safari .k-rtl .k-pager-numbers + .k-link {
    margin-right: 5.1em;
    margin-left: 0;
  }
  .k-webkit .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-numbers .k-state-selected,
  .k-edge .k-pager-numbers .k-state-selected,
  .k-safari .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-numbers .k-link,
  .k-ff .k-pager-numbers .k-link,
  .k-ie11 .k-pager-numbers .k-link,
  .k-edge .k-pager-numbers .k-link,
  .k-safari .k-pager-numbers .k-link {
    display: block;
    margin-right: 0;
    padding: 1px 5px 1px 5px;
    text-align: left;
  }
  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-edge .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded {
    box-sizing: border-box;
    padding: 2px 2px 0;
  }
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page {
    margin: -2em -3px 0;
    padding: 0;
  }
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link {
    border-radius: 0 0 1.0833em 1.0833em;
  }
  .k-webkit .k-pager-numbers.k-state-expanded li,
  .k-ff .k-pager-numbers.k-state-expanded li,
  .k-ie11 .k-pager-numbers.k-state-expanded li,
  .k-edge .k-pager-numbers.k-state-expanded li,
  .k-safari .k-pager-numbers.k-state-expanded li {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  .k-webkit .k-pager-info,
  .k-ff .k-pager-info,
  .k-ie11 .k-pager-info,
  .k-edge .k-pager-info,
  .k-safari .k-pager-info {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .k-webkit .k-pager-sizes,
  .k-ff .k-pager-sizes,
  .k-ie11 .k-pager-sizes,
  .k-edge .k-pager-sizes,
  .k-safari .k-pager-sizes {
    display: none;
  }
}
.k-rtl .k-pager-wrap .k-i-seek-e,
.k-rtl .k-pager-wrap .k-i-seek-w,
.k-rtl .k-pager-wrap .k-i-arrow-e,
.k-rtl .k-pager-wrap .k-i-arrow-w {
  transform: scaleX(-1);
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Menu */
.k-menu {
  cursor: default;
}
.k-menu .k-link {
  white-space: nowrap;
}
.k-menu,
.k-menu-scroll-wrapper .k-menu-group,
.k-popups-wrapper .k-menu-group,
.k-menu .k-menu-group {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.k-menu:after {
  content: '';
  display: block;
  width: 99%;
  height: 0;
  float: inherit;
  clear: both;
}
.k-menu-scroll-wrapper .k-item,
.k-popups-wrapper .k-item,
.k-menu .k-item {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
}
.k-menu-scroll-wrapper .k-item div,
.k-popups-wrapper .k-item div,
.k-menu .k-item div {
  user-select: default;
}
.k-popups-wrapper .k-item .k-item,
.k-popups-wrapper.vertical > .k-item,
.k-menu-scroll-wrapper .k-item .k-item,
.k-menu-scroll-wrapper.vertical > .k-item,
.k-menu .k-item .k-item,
ul.k-menu-vertical > .k-item {
  display: block;
  float: none;
  border-width: 0;
}
.k-menu-scroll-wrapper .k-item > .k-link > .k-icon,
.k-menu-scroll-wrapper .k-image,
.k-menu-scroll-wrapper .k-sprite,
.k-popups-wrapper .k-item > .k-link > .k-icon,
.k-popups-wrapper .k-image,
.k-popups-wrapper .k-sprite,
.k-menu .k-item > .k-link > .k-icon,
.k-menu .k-image,
.k-menu .k-sprite {
  margin: -2px 4px 0 -4px;
  vertical-align: middle;
}
.k-menu-scroll-wrapper .k-item > .k-link > .k-icon,
.k-popups-wrapper .k-item > .k-link > .k-icon,
.k-menu .k-item > .k-link > .k-icon {
  margin: -2px 0 0;
}
.k-menu-scroll-wrapper .k-item > .k-link,
.k-popups-wrapper .k-item > .k-link,
.k-menu .k-item > .k-link {
  display: block;
  padding: 1.2em 1.2em 1.1em;
  line-height: 1.34em;
  user-select: none;
}
.k-menu-scroll-wrapper .k-menu-group,
.k-popups-wrapper .k-menu-group,
.k-menu .k-menu-group {
  display: none;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  white-space: nowrap;
}
.k-menu-scroll-wrapper .k-menu-group > .k-item,
.k-popups-wrapper .k-menu-group > .k-item,
.k-menu .k-menu-group > .k-item {
  display: block;
  border-width: 0;
}
.k-menu-scroll-wrapper .k-item,
.k-menu-scroll-wrapper.horizontal > .k-item,
.k-popups-wrapper .k-item,
.k-popups-wrapper.horizontal > .k-item,
.k-menu .k-item,
.k-widget.k-menu-horizontal > .k-item {
  position: relative;
  float: left;
  border-style: solid;
  border-width: 0 1px 0 0;
  vertical-align: top;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.k-menu-scroll-wrapper .k-menu-group .k-item > .k-link,
.k-popups-wrapper.vertical > .k-item > .k-link,
.k-context-menu.k-menu-vertical > .k-item > .k-link,
.k-menu .k-menu-group .k-item > .k-link {
  padding: 0.28em 1.8em 0.38em 0.9em;
}
.k-popups-wrapper.horizontal > .k-separator,
.k-context-menu.k-menu-horizontal > .k-separator {
  display: none;
}
.k-popups-wrapper.horizontal > .k-item,
.k-context-menu.k-menu-horizontal > .k-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.k-popups-wrapper.horizontal > .k-last,
.k-context-menu.k-menu-horizontal > .k-last {
  border: 0;
}
.k-menu-scroll-wrapper .k-item > .k-link > .k-i-arrow-60-down,
.k-popups-wrapper .k-item > .k-link > .k-i-arrow-60-down,
.k-menu .k-item > .k-link > .k-i-arrow-60-down {
  margin-right: -8px;
}
.k-menu-scroll-wrapper .k-item > .k-link > .k-i-arrow-60-right,
.k-popups-wrapper .k-item > .k-link > .k-i-arrow-60-right,
.k-menu .k-item > .k-link > .k-i-arrow-60-right {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 2px;
  right: 0.2rem;
}
.k-menu-scroll-wrapper .k-animation-container,
.k-popups-wrapper .k-animation-container,
.k-menu .k-animation-container {
  border: 0;
}
.k-menu-scroll-wrapper .k-animation-container,
.k-menu-scroll-wrapper .k-menu-group,
.k-popups-wrapper .k-animation-container,
.k-popups-wrapper .k-menu-group,
.k-menu .k-animation-container,
.k-menu .k-menu-group {
  position: absolute;
  left: 0;
}
.k-menu-scroll-wrapper .k-animation-container .k-animation-container,
.k-menu-scroll-wrapper .k-menu-group .k-menu-group,
.k-menu-scroll-wrapper.vertical .k-animation-container,
.k-menu-scroll-wrapper.vertical .k-menu-group,
.k-popups-wrapper .k-animation-container .k-animation-container,
.k-popups-wrapper .k-menu-group .k-menu-group,
.k-popups-wrapper.vertical .k-animation-container,
.k-popups-wrapper.vertical .k-menu-group,
.k-menu .k-animation-container .k-animation-container,
.k-menu .k-menu-group .k-menu-group,
.k-menu-vertical .k-animation-container,
.k-menu-vertical .k-menu-group {
  top: 0;
  left: 0;
}
.k-menu-scroll-wrapper .k-animation-container .k-menu-group,
.k-popups-wrapper .k-animation-container .k-menu-group,
.k-menu .k-animation-container .k-menu-group {
  top: auto;
  left: auto;
  margin-left: -1px;
}
.k-menu .k-animation-container,
.k-menu-scroll-wrapper .k-animation-container,
.k-popups-wrapper .k-animation-container,
.k-popup .k-animation-container {
  margin-top: -1px;
  padding-left: 1px;
}
.k-ie .k-menu .k-animation-container,
.k-ie .k-menu-scroll-wrapper .k-animation-container,
.k-ie .k-popups-wrapper .k-animation-container,
.k-ie .k-popup .k-animation-container {
  margin-top: -2px;
}
.k-popup .k-animation-container .k-popup {
  margin-left: -1px;
}
.k-menu-scroll-wrapper .k-separator,
.k-popups-wrapper .k-separator,
ul.k-menu .k-separator {
  padding: 0.25em 0;
  height: 100%;
  width: 1px;
  font-size: 0;
  line-height: 0;
  border-width: 0 1px 0 0;
}
.k-menu-scroll-wrapper.vertical .k-separator,
.k-menu-scroll-wrapper.vertical .k-menu-group .k-separator,
.k-popups-wrapper.vertical .k-separator,
.k-popups-wrapper.vertical .k-menu-group .k-separator,
ul.k-menu-vertical .k-separator,
.k-menu .k-menu-group .k-separator {
  padding: 0;
  height: 1px;
  width: 100%;
  border-width: 1px 0 0;
}
.k-popups-wrapper .k-widget.k-menu,
.k-menu-scroll-wrapper .k-widget.k-menu {
  white-space: nowrap;
  overflow: hidden;
}
.k-popups-wrapper.vertical .k-menu.k-menu-vertical,
.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical {
  height: 100%;
  box-sizing: border-box;
}
.k-popups-wrapper.horizontal .k-menu.k-menu-horizontal > .k-item,
.k-menu-scroll-wrapper.horizontal .k-menu.k-menu-horizontal > .k-item {
  display: inline-block;
  overflow: hidden;
  float: none;
}
.k-popups-wrapper.vertical .k-menu.k-menu-vertical > .k-item,
.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical > .k-item {
  overflow: hidden;
}
.k-popups-wrapper,
.k-menu-scroll-wrapper {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}
.k-popups-wrapper.vertical,
.k-menu-scroll-wrapper.vertical {
  height: 100%;
}
.k-popups-wrapper > .k-animation-container .k-item,
.k-menu-scroll-wrapper > .k-animation-container .k-item {
  float: none;
}
.k-popups-wrapper .k-menu-scroll-button,
.k-menu-scroll-wrapper .k-menu-scroll-button {
  border-radius: 0;
  position: absolute;
  display: none;
}
.k-popups-wrapper .k-scroll-up,
.k-menu-scroll-wrapper .k-scroll-up {
  top: 0;
  left: 0;
  width: 100%;
}
.k-popups-wrapper .k-scroll-down,
.k-menu-scroll-wrapper .k-scroll-down {
  bottom: 0;
  left: 0;
  width: 100%;
}
.k-popups-wrapper .k-scroll-up,
.k-menu-scroll-wrapper .k-scroll-up,
.k-popups-wrapper .k-scroll-down,
.k-menu-scroll-wrapper .k-scroll-down {
  padding: 0em 0.7em;
  line-height: 0.2em;
}
.k-popups-wrapper .k-scroll-left,
.k-menu-scroll-wrapper .k-scroll-left {
  top: 0;
  left: 0;
  height: 100%;
}
.k-popups-wrapper .k-scroll-right,
.k-menu-scroll-wrapper .k-scroll-right {
  top: 0;
  right: 0;
  height: 100%;
}
.k-popups-wrapper .k-scroll-left,
.k-menu-scroll-wrapper .k-scroll-left,
.k-popups-wrapper .k-scroll-right,
.k-menu-scroll-wrapper .k-scroll-right {
  width: 16px;
  padding-left: 0;
  padding-right: 0;
}
.k-popups-wrapper .k-scroll-left .k-icon,
.k-menu-scroll-wrapper .k-scroll-left .k-icon,
.k-popups-wrapper .k-scroll-right .k-icon,
.k-menu-scroll-wrapper .k-scroll-right .k-icon {
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  left: 0;
}
/* Context Menu */
.k-context-menu {
  border: 0;
  user-select: none;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Grid */
.k-grid,
.k-listview {
  position: relative;
  zoom: 1;
}
.k-grid table {
  width: 100%;
  margin: 0;
  /* override CSS libraries */
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-width: 0;
  outline: none;
}
.k-header.k-drag-clue {
  overflow: hidden;
}
.k-grid-header th.k-header,
.k-filter-row th {
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 0.5em 0.6em 0.4em 0.6em;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.k-grid-header th.k-header {
  vertical-align: bottom;
}
.k-filtercell,
.k-filtercell > span,
.k-filtercell .k-widget {
  display: block;
  width: auto;
}
.k-filtercell > span {
  padding-right: 4.8em;
  position: relative;
  min-height: 2em;
  line-height: 2em;
}
.k-filtercell > .k-operator-hidden {
  padding-right: 2.3em;
}
.k-filtercell > span > .k-button,
.k-filter-row .k-dropdown-operator {
  position: absolute;
  top: 0;
  right: 0;
}
.k-filter-row .k-dropdown-operator {
  width: 2.1em;
  right: 2.5em;
}
.k-filtercell > span > label {
  vertical-align: middle;
}
.k-filter-row label > input[type="radio"] {
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.k-ie10 .k-grid-header a:active {
  background-color: transparent;
  /*remove gray background*/
}
.k-grid-header th.k-header > .k-link {
  display: block;
  min-height: 18px;
  line-height: 18px;
  /* due to sorting icons*/
  margin: -0.5em -0.6em -0.4em 0;
  padding: 0.5em 0.6em 0.4em 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-grid-header th.k-with-icon .k-link {
  margin-right: 18px;
}
.k-grid-header th > .k-link > .k-icon {
  vertical-align: text-top;
}
.k-grid .k-state-hover {
  cursor: pointer;
}
.k-grid-column-resizing,
.k-grid-column-resizing .k-grid-filter,
.k-grid-column-resizing .k-link,
.k-grid-column-resizing .k-button,
.k-grid-column-resizing .k-grid-toolbar {
  cursor: col-resize;
}
.k-grid td {
  border-style: solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 0.6em;
  overflow: hidden;
  line-height: 1.6em;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.k-grid .k-grouping-row td,
.k-grid .k-hierarchy-cell {
  overflow: visible;
}
.k-grid-edit-row td {
  text-overflow: clip;
}
.k-grid-edit-row .k-textbox,
.k-grid-edit-row .text-box {
  /*reset default webkit styles*/
  margin-top: 0;
  margin-bottom: 0;
}
.k-grid-header-wrap,
.k-grid-footer-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-style: solid;
  border-width: 0 1px 0 0;
  zoom: 1;
}
div.k-grid-header,
div.k-grid-footer {
  padding-right: 17px;
  /* scrollbar width; may vary; can be calculated */
  border-bottom-style: solid;
  border-bottom-width: 1px;
  zoom: 1;
}
.k-grid-header-wrap > table,
.k-grid-header-locked > table {
  margin-bottom: -1px;
}
.k-grid-content {
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  zoom: 1;
  min-height: 0%;
  /* IE9 bug workaround - expanding Grid on hover */
}
.k-mobile .k-grid tbody {
  -webkit-backface-visibility: hidden;
}
.k-mobile .k-grid-backface tbody {
  -webkit-backface-visibility: visible;
}
.k-grid-content-expander {
  position: absolute;
  visibility: hidden;
  height: 1px;
}
.k-grid-norecords {
  width: 100%;
  height: 100%;
  text-align: center;
}
.k-grid-norecords-template {
  width: 20em;
  height: 4em;
  line-height: 4em;
  vertical-align: middle;
  margin: 0 auto;
}
.k-grid-content > .k-grid-norecords > .k-grid-norecords-template {
  top: 50%;
  left: 50%;
  margin-left: -10em;
  margin-top: -2em;
  position: absolute;
}
@media print {
  .k-grid {
    height: auto !important;
  }
  .k-grid-header {
    padding: 0 !important;
  }
  .k-grid-header-wrap,
  .k-grid-content {
    overflow: visible;
    height: auto !important;
  }
}
.k-grid .k-scrollbar {
  -ms-overflow-style: scrollbar;
}
.k-virtual-scrollable-wrap {
  height: 100%;
  overflow-y: hidden;
  position: relative;
}
.k-grid-header table,
.k-grid-content table,
.k-grid-footer table,
.k-grid-content-locked > table {
  table-layout: fixed;
}
/* Grid :: locked columns */
.k-grid-lockedcolumns {
  white-space: nowrap;
}
.k-grid-content-locked,
.k-grid-content,
.k-pager-wrap {
  white-space: normal;
}
.k-grid-header-locked,
.k-grid-content-locked,
.k-grid-footer-locked {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  /* generally uneeded */
  position: relative;
  border-style: solid;
  border-width: 0 1px 0 0;
}
.k-grid-header-locked + .k-grid-header-wrap,
.k-grid-content-locked + .k-grid-content,
.k-grid-footer-locked + .k-grid-footer-wrap {
  display: inline-block;
  vertical-align: top;
}
.k-grid-toolbar {
  border-style: solid;
  border-width: 1px 0 0;
}
.k-grid-header th.k-header:first-child,
.k-grid tbody td:first-child,
.k-grid tfoot td:first-child,
.k-filter-row > th:first-child {
  border-left-width: 0;
}
.k-grid-header th.k-header.k-first {
  border-left-width: 1px;
}
.k-grid-toolbar:first-child,
.k-grouping-header + .k-grid-toolbar {
  border-width: 0 0 1px;
}
/* Grid :: footer */
.k-footer-template td {
  border-style: solid;
  border-width: 1px 0 0 1px;
}
.k-group-footer td {
  border-style: solid;
  border-width: 1px 0;
}
.k-group-footer .k-group-cell + td {
  border-left-width: 1px;
}
.k-grid-footer {
  border-style: solid;
  border-width: 1px 0 0;
}
.k-grid-footer td {
  border-top-width: 0;
}
.k-grid-footer > td {
  border-top-width: 1px;
}
/* Grid :: paging */
.k-grid-pager {
  border-width: 1px 0 0;
}
.k-grid .k-pager-numbers {
  float: left;
  cursor: default;
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
}
.k-widget.k-grid .k-pager-numbers {
  position: relative;
}
/* Grid :: filtering */
.k-header > .k-grid-filter,
.k-header > .k-header-column-menu {
  float: right;
  margin: -0.5em -0.6em -0.4em 0;
  padding: 0.5em 0.2em 0.4em;
  position: relative;
  z-index: 1;
  /*mvc site.css*/
}
.k-grid .k-animation-container {
  position: absolute;
}
.k-filter-menu {
  padding: 0.5em;
}
.k-list-filter {
  display: block;
}
form.k-filter-menu .k-widget,
form.k-filter-menu .k-textbox {
  display: block;
}
form.k-filter-menu .k-textbox {
  width: 100%;
  margin-bottom: 3px;
}
.k-filter-help-text,
.k-filter-menu .k-widget,
.k-filter-menu .k-textbox {
  margin: 0.19em 0 0;
}
.k-filter-menu span.k-filter-and {
  width: 6em;
  margin: 0.5em 0 0.5em;
}
.k-filter-menu .k-button {
  width: 48%;
  margin: 0.5em 4% 0 0;
}
.k-filter-menu .k-button + .k-button {
  margin-right: 0;
}
.k-filter-menu .k-filter-selected-items {
  font-weight: bold;
  margin: 0.5em;
}
.k-multicheck-wrap {
  overflow: auto;
  overflow-x: hidden;
  white-space: nowrap;
  max-height: 300px;
}
.k-multicheck-wrap .k-item {
  line-height: 2.2em;
}
/* Grid :: grouping */
.k-grouping-row .k-icon {
  margin: -3px 4px 0 2px;
}
.k-grouping-row p {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.6em;
  padding: 0 0.6em;
}
.k-grouping-row + tr td {
  border-top-width: 1px;
}
.k-grouping-row .k-group-cell,
.k-grouping-row + tr .k-group-cell {
  border-top-width: 0;
  text-overflow: none;
}
.k-grid .k-hierarchy-cell + td {
  border-left-width: 0;
}
.k-grid .k-group-col,
.k-grid .k-hierarchy-col {
  width: 27px;
}
.k-grouping-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.k-grouping-header {
  line-height: 2;
}
.k-grouping-dropclue {
  position: absolute;
  width: 6px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: -165px -148px;
}
.k-grouping-dropclue:before,
.k-grouping-dropclue:after {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 0;
}
.k-grouping-dropclue:before {
  top: 0;
  border-bottom: 0;
}
.k-grouping-dropclue:after {
  bottom: 0;
  border-top: 0;
}
.k-grouping-header .k-group-indicator {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  margin: 0 3px;
  padding: 0.15em 0.15em 0.15em 0.4em;
  line-height: 1.5em;
}
.k-grouping-header .k-link {
  display: inline-block;
  border-width: 0;
  padding: 0;
  line-height: normal;
  text-decoration: none;
}
.k-grouping-header .k-button {
  border: 0;
  padding: 0;
  background: transparent;
  line-height: 1;
}
.k-grouping-header .k-link .k-icon {
  margin: 0 0 0 -3px;
}
.k-grouping-header .k-button .k-icon {
  margin: 0 0 0 3px;
}
.k-grouping-header a,
.k-grouping-header .k-button {
  display: inline-block;
  vertical-align: middle;
}
/* Grid :: editing */
.k-dirty-cell:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  float: left;
}
.k-dirty {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
  border-color: #f00 transparent transparent #f00;
  margin: -0.45em 0 0 -0.6em;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
}
.k-grouping-header,
.k-grid-toolbar {
  margin: 0;
  padding: 0.75em 0.2em 0.8333em 1em;
  cursor: default;
}
.k-grid .k-edit-container {
  padding: 0;
}
.k-grid .field-validation-error {
  display: block;
}
.k-grid .input-validation-error {
  border-style: ridge;
  border-color: #f00;
  background-color: #ffc0cb;
}
.k-grid-toolbar .k-button {
  vertical-align: middle;
}
.k-grid-actions {
  display: inline-block;
}
.k-grid .k-button {
  margin: 0 0.16em;
}
.k-grid tbody .k-button,
.k-ie8 .k-grid tbody button.k-button {
  min-width: 64px;
}
.k-grid tbody button.k-button {
  min-width: 78px;
  /* for all except IE8 */
}
html body .k-grid tbody .k-button-icon {
  width: auto;
  min-width: 0;
}
.k-detail-row {
  position: relative;
}
.k-grid .k-detail-cell {
  overflow: visible;
}
.k-grid .k-edit-cell {
  padding: 0 0.3em;
  white-space: nowrap;
}
.k-grid .k-edit-cell .k-tooltip {
  white-space: normal;
}
.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget,
.k-grid-edit-row > td > .k-textbox,
.k-grid-edit-row > td > .k-widget,
.k-grid-edit-row > td > .text-box {
  width: 100%;
}
html .k-edit-cell .k-tooltip,
html .k-grid-edit-row .k-tooltip {
  width: auto;
  max-width: 300px;
}
.k-edit-cell input[type="checkbox"] {
  margin-left: 0.6em;
}
.k-grid tbody td > .k-grid-delete {
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}
/* Grid :: resizing */
.k-grid-resize-indicator {
  position: absolute;
  width: 2px;
  background-color: #aaa;
}
.k-grid-header .k-resize-handle,
.k-grid > .k-resize-handle {
  position: absolute;
  height: 25px;
  cursor: col-resize;
  z-index: 2;
}
.k-marquee {
  position: absolute;
  z-index: 100000;
}
.k-marquee-color,
.k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.k-marquee-color {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.k-ie9 .k-column-menu {
  width: 160px;
  /*fix flicker on item hover*/
}
.k-ie8 .k-grid-filter,
.k-ie8 .k-header-column-menu {
  font-size: 100%;
  /* Fix small menus in IE8 */
}
.k-column-menu {
  min-width: 160px;
}
.k-column-menu .k-sprite {
  margin-right: 10px;
}
.k-column-menu > .k-menu {
  border-width: 0;
}
.k-column-menu .k-calendar .k-link {
  white-space: normal;
}
.k-columns-item .k-group {
  max-height: 200px;
  overflow: auto;
}
/* Remove Grid scrollbar during built-in export */
.k-pdf-export-shadow .k-grid {
  float: left;
  width: auto !important;
}
/* Remove all sizes and scrolling */
.k-pdf-export-shadow .k-grid,
.k-pdf-export-shadow .k-grid-content,
.k-pdf-export-shadow .k-grid-content-locked {
  height: auto !important;
  overflow: visible;
}
.k-pdf-export-shadow .k-grid-header-locked + .k-grid-header-wrap,
.k-pdf-export-shadow .k-grid-content-locked + .k-grid-content,
.k-pdf-export-shadow .k-grid-footer-locked + .k-grid-footer-wrap {
  width: auto !important;
}
/* Remove empty space reserved above the scrollbar */
.k-pdf-export-shadow .k-grid-header,
.k-pdf-export-shadow .k-grid-footer {
  padding: 0 !important;
}
.k-loading-pdf-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.k-loading-pdf-mask .k-loading-color {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.k-loading-pdf-mask .k-loading-pdf-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.k-pdf-export .k-loading-pdf-mask {
  display: none;
}
/* responsive styles  */
.k-autofitting {
  width: auto !important;
  table-layout: auto !important;
}
.k-autofitting th.k-header,
.k-autofitting td {
  white-space: nowrap !important;
}
.k-autofitting .k-detail-row {
  display: none !important;
}
.k-grid .k-edit-cell input.k-checkbox,
.k-grid .k-grid-edit-row input.k-checkbox {
  position: absolute;
  width: 14px;
  height: 15px;
  z-index: 1;
}
.k-grid .k-edit-cell input.k-checkbox + label.k-checkbox-label,
.k-grid .k-grid-edit-row input.k-checkbox + label.k-checkbox-label {
  cursor: default;
}
.k-grid .k-grid-edit-row input.k-checkbox {
  margin-left: 1px;
  margin-top: 4px;
}
.k-grid .k-edit-cell input[type='checkbox'],
.k-grid .k-edit-cell input.k-checkbox {
  margin-left: calc(0.3em + 3px);
}
.k-grid .k-edit-cell input[type='checkbox'] + label.k-checkbox-label,
.k-grid .k-edit-cell input.k-checkbox + label.k-checkbox-label {
  margin-left: 0.3em;
}
.k-window .k-popup-edit-form .k-edit-field input.k-checkbox {
  position: absolute;
  margin-left: 1px;
  margin-top: 0.8em;
  width: 14px;
  height: 14px;
  z-index: 1;
}
.k-window .k-popup-edit-form .k-edit-field input.k-checkbox + label.k-checkbox-label {
  cursor: default;
}
.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label {
  margin-top: 0.6em;
}
@media only screen and (max-width: 1024px) {
  .k-webkit .k-grid .k-pager-numbers,
  .k-ff .k-grid .k-pager-numbers,
  .k-ie11 .k-grid .k-pager-numbers,
  .k-edge .k-grid .k-pager-numbers,
  .k-safari .k-grid .k-pager-numbers {
    position: absolute;
    left: 4.8em;
    display: inline-flex;
    flex-direction: column-reverse;
    overflow: visible;
    height: auto;
  }
  .k-webkit .k-grid .k-pager-numbers:first-child,
  .k-ff .k-grid .k-pager-numbers:first-child,
  .k-ie11 .k-grid .k-pager-numbers:first-child,
  .k-edge .k-grid .k-pager-numbers:first-child,
  .k-safari .k-grid .k-pager-numbers:first-child {
    left: 0.2em;
  }
  .k-webkit .k-grid .k-pager-numbers.k-state-expanded,
  .k-ff .k-grid .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-grid .k-pager-numbers.k-state-expanded,
  .k-edge .k-grid .k-pager-numbers.k-state-expanded,
  .k-safari .k-grid .k-pager-numbers.k-state-expanded {
    transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
  }
  .k-webkit .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-edge .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-grid .k-pager-numbers {
    position: relative;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
  }
  .k-webkit .k-rtl .k-grid .k-pager-numbers,
  .k-ff .k-rtl .k-grid .k-pager-numbers,
  .k-ie11 .k-rtl .k-grid .k-pager-numbers,
  .k-edge .k-rtl .k-grid .k-pager-numbers,
  .k-safari .k-rtl .k-grid .k-pager-numbers {
    left: auto;
    right: 4.8em;
    width: 4.5em;
  }
  .k-webkit .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-ff .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-ie11 .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-edge .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-safari .k-rtl .k-grid .k-pager-numbers:first-child {
    left: auto;
    right: 0.2em;
  }
  .k-webkit .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ff .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ie11 .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-edge .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-safari .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers {
    right: 5.8em;
  }
  .k-webkit .k-grid .k-pager-numbers .k-current-page,
  .k-ff .k-grid .k-pager-numbers .k-current-page,
  .k-ie11 .k-grid .k-pager-numbers .k-current-page,
  .k-edge .k-grid .k-pager-numbers .k-current-page,
  .k-safari .k-grid .k-pager-numbers .k-current-page {
    display: block;
    border-left: 0;
  }
  .k-webkit .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-ff .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-ie11 .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-edge .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-safari .k-grid .k-pager-number.k-state-expanded .k-current-page {
    transform: translatey(100%);
    -webkit-transform: translatey(100%);
  }
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-treelist .k-status {
  padding: 0.4em 0.6em;
  line-height: 1.6em;
}
.k-treelist .k-status .k-loading {
  vertical-align: baseline;
  margin-right: 5px;
}
.k-treelist tr.k-hidden {
  display: none;
}
.k-treelist.k-treelist-dragging,
.k-treelist.k-treelist-dragging .k-state-hover {
  cursor: default;
}
.k-treelist .k-i-drag-and-drop {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat;
}
.k-treelist .k-i-arrow-60-right,
.k-treelist .k-i-arrow-45-down-right {
  cursor: pointer;
}
.k-treelist .k-i-arrow-45-down-right {
  margin-top: -0.5em;
}
.k-drag-separator {
  display: inline-block;
  border-right: 1px solid;
  height: 1em;
  vertical-align: top;
  margin: 0 0.5em;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Gantt Chart start */
/* Gantt Main Layout */
.k-gantt {
  white-space: nowrap;
  position: relative;
}
.k-gantt-layout {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.k-gantt .k-splitbar {
  position: relative;
  cursor: e-resize;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}
.k-gantt .k-gantt-layout th {
  vertical-align: bottom;
}
.k-gantt td {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.k-gantt .k-grid .k-edit-cell {
  vertical-align: middle;
}
.k-gantt-treelist > .k-treelist,
.k-gantt-timeline > .k-timeline {
  border-width: 0;
  height: 100%;
}
/* Gantt Toolbar, footer */
.k-gantt-toolbar {
  border-style: solid;
  border-width: 0 0 1px;
  line-height: 2.4em;
  padding: 0.5em;
}
.k-gantt-layout + .k-gantt-toolbar {
  border-width: 1px 0 0;
}
.k-gantt-actions,
.k-gantt-toolbar > ul {
  float: left;
  margin-right: 0.6em;
}
.k-gantt-actions > .k-button {
  margin-right: 0.5em;
  vertical-align: top;
}
.k-gantt-toolbar > .k-gantt-views {
  float: right;
  margin-right: 0;
}
.k-gantt-toolbar > .k-gantt-views > li.k-current-view {
  display: none;
}
.k-gantt-toolbar > ul > li {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
.k-gantt-toolbar > ul > li:first-child + li {
  border-left-width: 1px;
}
.k-gantt-toolbar .k-link {
  display: inline-block;
  padding: 0 1.1em;
}
.k-gantt-toolbar li:first-child + li,
.k-gantt-toolbar li:first-child + li > .k-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-gantt-toolbar li:last-child,
.k-gantt-toolbar li:last-child > .k-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-gantt-toolbar li.k-button {
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
}
/* Gantt TreeList */
.k-gantt-treelist .k-grid-header tr {
  height: 5em;
}
.k-gantt .k-treelist .k-grid-header {
  padding: 0 !important;
}
.k-gantt .k-treelist .k-grid-content {
  overflow-y: hidden;
  overflow-x: scroll;
}
.k-treelist-group > tr > span {
  font-weight: bold;
}
.k-treelist-group .k-widget {
  font-weight: normal;
}
/* Gantt TimeLine */
.k-gantt-timeline .k-grid-header tr {
  height: 2.5em;
}
.k-gantt-tasks {
  /*needed for RTL*/
  position: relative;
}
.k-gantt-rows tr,
.k-gantt-tasks tr,
.k-gantt .k-grid-content tr {
  height: 2.3em;
}
.k-gantt .k-gantt-tasks td:after {
  content: "\a0";
}
.k-gantt-timeline {
  background: transparent;
}
.k-gantt-rows,
.k-gantt-columns,
.k-gantt-dependencies {
  position: absolute;
  top: 0;
  left: 0;
}
.k-gantt-tables {
  position: relative;
}
.k-gantt .k-timeline .k-grid-content {
  overflow-x: scroll;
}
.k-gantt .k-gantt-timeline th {
  text-align: center;
}
.k-gantt .k-gantt-timeline tr:first-child th {
  border-bottom-width: 1px;
}
/* Gantt TimeLine objects */
/* Summary */
.k-task-summary {
  height: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.k-task-summary-complete {
  height: 10px;
  position: relative;
  z-index: 2;
}
.k-task-summary-progress {
  height: 15px;
  overflow: hidden;
}
.k-task-summary:before,
.k-task-summary-complete:before,
.k-task-summary:after,
.k-task-summary-complete:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent;
}
.k-task-summary:before,
.k-task-summary-complete:before {
  left: 0;
  border-left-color: inherit;
}
.k-task-summary:after,
.k-task-summary-complete:after {
  right: 0;
  border-right-color: inherit;
}
/* Lines */
.k-line-h,
.k-line-v {
  position: absolute;
}
.k-line-h {
  height: 2px;
}
.k-line-v {
  width: 2px;
}
.k-arrow-e,
.k-arrow-w {
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
}
.k-arrow-e {
  right: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.k-arrow-w {
  left: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
/* Milestone */
.k-task-milestone {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
}
.k-ie8 .k-task-milestone {
  margin-left: 1px;
}
/* Button */
.k-gantt .k-gantt-treelist .k-button,
.k-gantt .k-gantt-tasks .k-button-icon {
  padding-top: 0;
  padding-bottom: 0;
}
.k-gantt .k-gantt-tasks .k-button-icon {
  margin-top: 4px;
}
.k-gantt .k-gantt-treelist .k-button {
  margin-top: -4px;
  margin-bottom: -2px;
}
.k-gantt .k-gantt-tasks .k-button-icon {
  padding-left: 2px;
  padding-right: 2px;
}
.k-gantt .k-gantt-treelist .k-button .k-icon,
.k-gantt .k-gantt-tasks .k-button .k-icon {
  vertical-align: text-top;
}
.k-rel .k-button-icon {
  position: absolute;
  left: 200px;
}
/* Tasks */
.k-rel {
  position: relative;
  height: 0;
  top: -0.3em;
}
.k-task-wrap {
  position: absolute;
  padding: 0 23px 5px;
  margin: -1px -23px 0;
  z-index: 2;
}
.k-task-wrap:hover,
.k-line.k-state-selected {
  z-index: 3;
}
.k-milestone-wrap {
  margin: 0 -13px 0 -27px;
}
.k-task-content {
  position: relative;
  z-index: 2;
}
.k-task-complete {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  z-index: 1;
}
.k-task-dot {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: none;
  cursor: pointer;
}
.k-task-dot.k-state-hover {
  background-color: transparent;
}
.k-task-single + .k-task-dot,
.k-task-single + .k-task-dot + .k-task-dot {
  top: 0.2em;
}
.k-task-wrap:hover .k-task-dot,
.k-task-wrap-active .k-task-dot {
  display: block;
}
.k-task-dot:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  height: 16px;
}
.k-task-dot:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-left: 4px;
}
.k-task-dot:hover:after,
.k-task-dot.k-state-hover:after,
.k-task-wrap-active .k-task-dot:after {
  border-style: solid;
  border-width: 1px;
  margin-left: 3px;
}
.k-task-start {
  left: 0;
}
.k-task-end {
  right: 0;
}
.k-task-single {
  border-style: solid;
  border-width: 1px;
  text-align: left;
  overflow: hidden;
  cursor: default;
  min-height: 1.3em;
  white-space: nowrap;
}
.k-task-template {
  padding: 0.2em 1.4em 0.2em 0.6em;
  line-height: normal;
}
.k-task-actions,
.k-task-content > .k-link {
  position: absolute;
  top: 0;
  right: 4px;
  white-space: nowrap;
}
.k-task-actions {
  z-index: 1;
}
.k-task-actions:first-child {
  position: static;
  float: left;
  margin: 4px 2px 0 4px;
}
.k-webkit .k-task-actions:first-child {
  margin-top: 3px;
}
.k-task-actions:first-child > .k-link {
  display: inline-block;
}
.k-task-delete {
  display: none;
}
.k-task-wrap:hover .k-task-delete,
.k-task-wrap-active .k-task-delete {
  display: inline-block;
}
.k-task-single .k-resize-handle {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  height: auto;
}
.k-task-single:hover .k-resize-handle,
.k-task-wrap-active .k-resize-handle {
  visibility: visible;
}
.k-task-single .k-resize-handle:after {
  content: "";
  position: absolute;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.k-task-content > .k-resize-e {
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}
.k-task-content > .k-resize-w {
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}
.k-task-content > .k-resize-e:after,
.k-task-content > .k-resize-w:after {
  left: 1px;
  top: 50%;
  margin-top: -0.7em;
  height: 1.4em;
  width: 1px;
}
.k-task-content > .k-resize-e:after {
  left: auto;
  right: 1px;
}
.k-task-draghandle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: 16px;
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  display: none;
  cursor: e-resize;
}
.k-task-wrap:hover .k-task-draghandle,
.k-task-wrap-active .k-task-draghandle {
  display: block;
}
.k-dependency-hint {
  z-index: 4;
}
/* Higher row height styles */
.k-gantt-rowheight .k-task-summary,
.k-gantt-rowheight .k-task-milestone,
.k-gantt-rowheight .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot + .k-task-dot {
  top: 50%;
}
.k-gantt-rowheight .k-task-summary,
.k-gantt-rowheight .k-task-milestone {
  margin-top: -6px;
}
.k-gantt-rowheight .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot + .k-task-dot {
  margin-top: -11px;
}
.k-gantt-rowheight .k-task-single {
  height: calc(100% - 2px);
}
.k-ie .k-gantt-rowheight .k-task-single {
  height: 99%;
}
.k-gantt-rowheight .k-task-content {
  height: 100%;
}
.k-gantt-rowheight .k-task-content > .k-resize-e:after,
.k-gantt-rowheight .k-task-content > .k-resize-w:after {
  top: 0;
  margin-top: 0;
  height: 100%;
}
/*Task Hover Tooltip*/
.k-task-details {
  padding: 0.4em;
  text-align: left;
  white-space: nowrap;
}
.k-task-details > strong {
  font-size: 120%;
  display: block;
}
.k-task-pct {
  margin: 0.5em 0 0.1em;
  font-size: 170%;
}
.k-task-details > ul {
  line-height: 1.2;
}
/*Resources*/
.k-resources-wrap {
  position: absolute;
  z-index: 2;
  zoom: 1;
  margin-left: 20px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.k-resources-wrap .k-resource {
  margin: 0px 5px;
}
/* Gantt Edit form */
.k-gantt-edit-form > .k-edit-form-container {
  width: 430px;
}
.k-gantt-edit-form > .k-resources-form-container {
  width: 506px;
}
.k-resources-form-container > .k-grid {
  margin: 0 0.9em;
}
.k-gantt-edit-form > .k-edit-form-container .k-textbox,
.k-gantt-edit-form > .k-edit-form-container .k-numerictextbox {
  width: 15em;
}
.k-gantt-edit-form .k-edit-buttons .k-gantt-delete {
  float: left;
}
/* Gantt Chart PDF export */
.k-pdf-export-shadow .k-gantt {
  float: left;
}
/* Remove all sizes and scrolling */
.k-pdf-export-shadow .k-gantt,
.k-pdf-export-shadow .k-gantt-timeline,
.k-pdf-export-shadow .k-gantt .k-grid-content {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}
.k-pdf-export-shadow .k-gantt-treelist {
  height: auto !important;
  overflow: visible !important;
}
/* Remove empty space reserved above the scrollbar */
.k-pdf-export-shadow .k-gantt-timeline .k-grid-header {
  padding: 0 !important;
}
/* Hide the splitter */
.k-pdf-export-shadow .k-gantt .k-splitbar,
.k-pdf-export-shadow .k-pdf-export {
  display: none;
}
/* Responsive styles  */
button.k-gantt-toggle {
  display: none;
  float: left;
  margin-right: 0.5em;
}
.k-rtl button.k-gantt-toggle {
  float: right;
  margin-right: 0;
  margin-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .k-gantt-toolbar > ul.k-gantt-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 10000;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views {
    right: auto;
    left: 6px;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li:not(.k-current-view) {
    display: none;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view {
    display: block;
    border-width: 1px;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.333em;
    width: 16px;
    height: 16px;
  }
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li,
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  button.k-gantt-toggle {
    display: inline-block;
  }
  .k-gantt-create span + span,
  .k-gantt-pdf span + span {
    display: none;
  }
  .k-gantt-create .k-icon,
  .k-gantt-pdf .k-icon {
    margin: 0;
  }
  .k-gantt .k-splitbar {
    display: none;
    width: 0;
    border-width: 0;
  }
  .k-gantt .k-gantt-treelist {
    display: none;
    max-width: 0;
  }
  .k-gantt .k-treelist .k-grid-content {
    overflow-y: scroll;
  }
  .k-gantt .k-gantt-timeline {
    width: 100%;
  }
}
/* Gantt Chart end */
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Pivot start */
.k-pivot {
  position: relative;
}
.k-pivot-toolbar {
  padding: 0.2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.k-pivot .k-pivot-toolbar {
  padding: 0.6em;
}
.k-pivot-toolbar .k-button {
  margin-right: 0.4em;
  line-height: 1.2em;
  font-size: 0.9em;
  text-align: left;
  position: relative;
  padding: 0.3em 5em 0.3em 0.3em;
  cursor: move;
}
.k-field-actions {
  position: absolute;
  right: 2px;
  top: 3px;
  cursor: pointer;
}
/*IE7 requires the following style to be applied to cells directly*/
.k-pivot .k-grid td {
  white-space: nowrap;
}
.k-pivot-layout {
  border-spacing: 0;
  table-layout: auto;
}
.k-pivot-layout > tbody > tr > td {
  vertical-align: top;
  padding: 0;
}
.k-pivot td {
  vertical-align: top;
}
.k-pivot-rowheaders > .k-grid,
.k-pivot-table > .k-grid {
  border-width: 0;
}
.k-pivot-rowheaders > .k-grid td:first-child,
.k-pivot-table .k-grid-header .k-header.k-first {
  border-left-width: 1px;
}
.k-pivot-rowheaders > .k-grid td.k-first {
  border-left-width: 0;
}
.k-pivot-rowheaders > .k-grid {
  overflow: hidden;
}
.k-pivot-table {
  border-left-width: 1px;
  border-left-style: solid;
}
.k-pivot-table .k-grid-header-wrap > table {
  height: 100%;
}
.k-pivot .k-grid-header .k-header {
  vertical-align: top;
}
.k-header.k-alt,
td.k-alt {
  font-weight: bold;
}
.k-header.k-alt {
  background-image: none;
}
.k-pivot-layout .k-grid td {
  border-bottom-width: 1px;
}
.k-pivot-layout .k-grid-footer > td {
  border-top-width: 0;
}
.k-pivot-filter-window .k-treeview {
  max-height: 600px;
}
/* selector */
.k-fieldselector .k-edit-buttons {
  bottom: auto;
}
.k-fieldselector .k-edit-label {
  width: 16%;
}
.k-fieldselector .k-edit-field {
  width: 77%;
}
.k-fieldselector .k-edit-field > .k-widget,
.k-fieldselector .k-edit-field > .k-textbox {
  width: 99%;
}
.k-fieldselector .k-edit-buttons > input,
.k-fieldselector .k-edit-buttons > label {
  float: left;
  margin-top: 0.4em;
}
.k-fieldselector p {
  margin: 0 0 0.2em 0.5em;
  text-transform: uppercase;
}
.k-fieldselector p .k-icon {
  margin: 0 5px 0 0;
}
.k-fieldselector .k-columns {
  border-style: solid;
  border-width: 0;
}
.k-fieldselector .k-columns > div {
  overflow: auto;
  padding: 0.6em;
  border-style: solid;
  border-width: 0 0 0 1px;
  float: left;
  width: 45%;
}
.k-fieldselector .k-columns > div:first-child {
  border-width: 0;
  margin-right: -1px;
}
.k-fieldselector .k-columns > div + div {
  float: right;
  border-width: 0;
}
.k-fieldselector div.k-treeview {
  border-width: 0;
  margin-right: -1px;
  padding-left: 4px;
  overflow: visible;
}
.k-fieldselector .k-list-container {
  margin-left: 0.5em;
  margin-bottom: 1em;
  padding: 0.2em 0 0;
  border-style: solid;
  border-width: 1px;
}
.k-fieldselector .k-list {
  padding-bottom: 2em;
}
.k-fieldselector .k-list li.k-item {
  padding: 0.3em 3.3em 0.3em 0.3em;
  margin: 0 0.2em 0.2em;
  position: relative;
  font-size: 0.9em;
  line-height: 1.2em;
  min-height: 1em;
}
/* KPI icons */
.k-pivot .k-i-arrow-60-down,
.k-pivot .k-i-arrow-60-up,
.k-pivot .k-i-minus {
  color: #858585;
}
.k-pivot .k-i-arrow-60-up.k-i-hold {
  color: #f9ce1d;
}
.k-pivot .k-i-stop {
  color: #f44336;
  font-size: 0.57142em;
  transform: rotate(45deg);
}
.k-pivot .k-i-circle {
  color: #4caf50;
}
.k-i-stop {
  background-position: -16px 0;
}
.k-i-minus {
  background-position: -32px 0;
}
.k-i-arrow-60-up {
  background-position: -48px 0;
}
.k-i-arrow-60-up {
  background-position: -64px 0;
}
.k-i-circle {
  background-position: -80px 0;
}
/* Pivot PDF Export styles */
.k-pdf-export-shadow .k-pivot .k-grid-content {
  overflow: visible !important;
}
.k-pdf-export-shadow .k-pivot .k-pivot-rowheaders .k-grid,
.k-pdf-export-shadow .k-pivot .k-grid-content {
  height: 100% !important;
}
.k-pdf-export-shadow .k-pivot .k-grid-header {
  padding-right: 0 !important;
}
.k-pdf-export-shadow .k-pivot {
  width: auto !important;
  height: auto !important;
}
.k-pdf-export-shadow .k-pivot .k-grid-header-wrap > table,
.k-pdf-export-shadow .k-pivot .k-grid-content > table {
  width: 100% !important;
  height: auto !important;
}
/* Pivot end */
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Calendar */
.k-calendar {
  position: relative;
  display: inline-block;
  width: 17em;
  overflow: hidden;
}
.k-week-number {
  width: 19.42857143em;
}
.k-calendar td,
.k-calendar .k-link {
  text-decoration: none;
}
.k-calendar .k-action-link {
  text-decoration: underline;
}
.k-calendar .k-header,
.k-calendar .k-footer {
  position: relative;
  text-align: center;
  zoom: 1;
}
.k-widget.k-calendar .k-nav-prev,
.k-widget.k-calendar .k-nav-next {
  position: absolute;
  top: 0.16666em;
  line-height: 1.8333em;
  height: 1.8333em;
}
.k-widget.k-calendar .k-nav-prev {
  left: 1%;
}
.k-widget.k-calendar .k-nav-next {
  right: 1%;
}
.k-calendar .k-content {
  float: left;
  border-spacing: 0;
  width: 100%;
  height: 14.167em;
  border-width: 0;
  margin: 0;
  table-layout: fixed;
  outline: 0;
}
.k-calendar .k-content,
.k-calendar .k-content th {
  text-align: right;
}
.k-calendar .k-content .k-alt {
  border-radius: 0;
  text-align: center;
  font-weight: normal;
  cursor: default;
  line-height: 1.8333em;
}
.k-calendar .k-animation-container .k-content {
  height: 100%;
}
.k-widget.k-calendar .k-nav-fast {
  display: inline-block;
  width: 75%;
  height: 1.8333em;
  line-height: 1.8333em;
  margin: 0.16666em -0.08333em 0.3333em 0;
}
.k-calendar .k-header .k-icon {
  vertical-align: middle;
}
.k-calendar .k-header .k-link.k-nav-prev,
.k-calendar .k-header .k-link.k-nav-next {
  height: 1.8333em;
  width: 1.8333em;
}
.k-calendar th {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0.4em 0.45em 0.4em 0.1em;
  font-weight: normal;
  cursor: default;
}
.k-calendar td {
  padding: 0.08333em;
  cursor: pointer;
}
.k-calendar .k-state-focus {
  border-style: dotted;
  border-width: 0.08333em;
  padding: 0;
}
.k-calendar .k-content .k-link {
  display: block;
  overflow: hidden;
  min-height: 1.8333em;
  line-height: 1.8333em;
  padding: 0 0.45em 0 0.1em;
}
.k-calendar .k-meta-view .k-link {
  padding: 0.25em 0 0.3em;
  text-align: center;
}
.k-calendar .k-century .k-link {
  text-align: left;
  padding: 0 0.45em;
}
.k-calendar .k-footer {
  clear: both;
}
.k-calendar .k-footer .k-nav-today,
.k-calendar .k-footer > .k-state-disabled {
  display: block;
  height: 100%;
  padding: 0.5em 0;
}
.k-calendar .k-nav-today:hover {
  text-decoration: underline;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* TreeView */
div.k-treeview {
  /* due to k-widget */
  border-width: 0;
  background: none;
  overflow: auto;
  white-space: nowrap;
}
.k-treeview .k-item {
  display: block;
  border-width: 0;
  margin: 0;
  padding: 0 0 0 16px;
}
.k-treeview > .k-group,
.k-treeview .k-item > .k-group,
.k-treeview .k-content {
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none;
  position: relative;
}
.k-treeview .k-icon,
.k-treeview .k-image,
.k-treeview .k-sprite,
.k-treeview .k-checkbox,
.k-treeview .k-in {
  display: inline-block;
  vertical-align: top;
}
.k-treeview .k-checkbox {
  margin-top: 0.2em;
}
.k-treeview .k-icon,
.k-treeview .k-in {
  vertical-align: middle;
}
.k-treeview .k-request-retry {
  vertical-align: baseline;
}
.k-treeview .k-i-plus,
.k-treeview .k-i-minus,
.k-treeview .k-i-expand,
.k-treeview .k-i-collapse {
  margin-top: 0.05em;
  margin-left: -16px;
  cursor: pointer;
}
.k-treeview .k-i-collapse {
  margin-top: -0.4em;
}
.k-treeview .k-sprite,
.k-treeview .k-image {
  margin-right: 3px;
}
.k-treeview .k-in {
  margin: 1px 0 1px 0.3333em;
  padding: 0.4167em 0.6667em 0.3333em 0.5833em;
  line-height: 1.3333em;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}
.k-treeview span.k-in {
  cursor: default;
}
.k-treeview .k-i-drag-and-drop {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat;
}
.k-treeview .k-state-hover,
.k-treeview .k-state-hover:hover {
  cursor: pointer;
}
.k-rtl .k-treeview .k-i-expand,
.k-rtl .k-treeview .k-i-collapse {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: -16px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* ComboBox & DropDownList */
span.k-datepicker,
span.k-timepicker,
span.k-datetimepicker,
span.k-colorpicker,
span.k-numerictextbox,
span.k-combobox,
span.k-dropdown,
.k-toolbar .k-split-button {
  background-image: none;
}
.k-autocomplete,
.k-combobox,
.k-datepicker,
.k-timepicker,
.k-datetimepicker,
.k-colorpicker,
.k-numerictextbox,
.k-dropdown,
.k-selectbox,
.k-textbox,
.k-toolbar .k-split-button,
.k-listbox {
  position: relative;
  display: inline-block;
  width: 12.4em;
  overflow: visible;
  border-width: 0;
  vertical-align: middle;
}
.k-autocomplete > .k-i-close,
.k-combobox > .k-dropdown-wrap > .k-i-close,
.k-multiselect > .k-multiselect-wrap > .k-i-close {
  display: none;
  position: absolute;
  right: 0;
}
.k-autocomplete > .k-i-close,
.k-combobox > .k-dropdown-wrap > .k-i-close {
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
.k-ie8 .k-autocomplete > .k-i-close,
.k-ie8 .k-combobox > .k-dropdown-wrap > .k-i-close {
  margin-top: -8px;
}
.k-combobox > .k-dropdown-wrap > .k-i-close {
  font-size: 100%;
  right: 2.4em;
}
.k-multiselect > .k-multiselect-wrap > .k-i-close {
  top: 6px;
}
.k-autocomplete > .k-i-close,
.k-multiselect > .k-multiselect-wrap > .k-i-close {
  margin-right: 6px;
}
.k-autocomplete.k-state-hover > .k-i-close,
.k-combobox > .k-dropdown-wrap.k-state-hover > .k-i-close,
.k-autocomplete.k-state-focused > .k-i-close,
.k-combobox > .k-dropdown-wrap.k-state-focused > .k-i-close {
  display: inline-block;
  outline: none;
}
.k-autocomplete > .k-hidden,
.k-combobox > .k-dropdown-wrap > .k-hidden,
.k-multiselect .k-hidden {
  display: none !important;
}
.k-multiselect.k-state-hover > .k-multiselect-wrap > .k-i-close,
.k-multiselect.k-state-focused > .k-multiselect-wrap > .k-i-close {
  display: inline-block;
  outline: none;
}
.k-autocomplete.k-state-border-down > .k-i-close,
.k-combobox > .k-dropdown-wrap.k-state-border-down > .k-i-close {
  margin-top: -1px;
}
.k-filter-menu .k-combobox,
.k-filter-menu .k-datepicker,
.k-filter-menu .k-timepicker,
.k-filter-menu .k-datetimepicker,
.k-filter-menu .k-numerictextbox,
.k-filter-menu .k-dropdown,
.k-filter-menu .k-autocomplete,
.k-filter-menu .k-textbox {
  width: 13.2em;
}
.k-autocomplete,
.k-combobox,
.k-datepicker,
.k-timepicker,
.k-datetimepicker,
.k-colorpicker,
.k-numerictextbox,
.k-dropdown,
.k-selectbox,
.k-toolbar .k-split-button {
  white-space: nowrap;
}
.k-colorpicker,
.k-toolbar .k-split-button {
  width: auto;
}
.k-datetimepicker {
  width: 15em;
}
.k-autocomplete,
.k-picker-wrap,
.k-numeric-wrap {
  position: relative;
  cursor: default;
}
.k-dropdown-wrap {
  position: relative;
}
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  display: block;
}
.k-block,
.k-widget,
.k-grid,
.k-slider,
.k-splitter,
.k-treeview,
.k-panelbar,
.k-content,
.k-header-column-menu {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-block,
.k-slider,
.k-splitbar,
.k-calendar,
.k-treeview,
.k-pager-wrap,
.k-grid-header .k-i-link-horizontal,
.k-header-column-menu {
  -webkit-touch-callout: none;
}
.k-list-scroller {
  position: relative;
  overflow: auto;
}
.k-popup.k-list-container,
.k-popup.k-calendar-container {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 2px;
  border-width: 1px;
  border-style: solid;
}
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  border-bottom-width: 0;
  padding-bottom: 1px;
}
.k-list-container .km-scroll-container {
  padding-bottom: 6px;
}
.k-textbox,
.k-autocomplete,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  border-width: 1px;
  border-style: solid;
  padding: 0 1.9em 0 0;
}
.k-numeric-wrap.k-expand-padding {
  padding-right: 0;
}
.k-textbox,
.k-autocomplete {
  padding: 0;
}
.k-textbox.k-space-left {
  padding-left: 1.9em;
}
.k-textbox.k-space-right {
  padding-right: 1.9em;
}
.k-textbox .k-icon {
  top: 50%;
  margin: -8px 0 0;
  position: absolute;
}
.k-space-left .k-icon {
  left: 3px;
}
.k-space-right .k-icon {
  right: 3px;
}
/*prevent missing bottom border at some zoom levels*/
span.k-textbox:after {
  content: "\a0";
  display: block;
  height: 0.4px;
  overflow: hidden;
}
.k-autocomplete,
.k-dropdown-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover {
  -webkit-transition: "box-shadow .15s ease-out";
  -o-transition: "box-shadow .15s ease-out";
  transition: box-shadow .15s ease-out;
  transition: "box-shadow .15s ease-out";
}
.k-textbox > input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-combobox .k-input {
  width: 100%;
  vertical-align: top;
}
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input {
  font-family: inherit;
  border-width: 0;
  outline: 0;
}
.k-dropdown .k-input,
.k-selectbox .k-input {
  background: transparent;
}
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  position: absolute;
  /* icon positioning */
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.k-combobox .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: inherit;
  /* skin-related, inherit does not work in ie7- */
}
span.k-datetimepicker .k-select,
span.k-datetimepicker .k-select + .k-select {
  right: 0;
}
.k-textbox > input,
.k-autocomplete .k-input {
  display: block;
}
.k-combobox .k-icon {
  /*margin-top: 1px;*/
}
.k-dropdown .k-select,
.k-selectbox .k-select {
  overflow: hidden;
  border: 0;
  text-decoration: none;
  font: inherit;
  color: inherit;
}
.k-dropdown .k-input,
.k-selectbox .k-input {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input {
  height: 1.94em;
  line-height: 1.94em;
  padding: 0.177em 0;
  text-indent: 0.8em;
  border: 0;
  margin: 0;
}
.k-combobox .k-dropdown-wrap:before,
.k-picker-wrap:before,
.k-numeric-wrap:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  height: 1.94em;
  padding-bottom: 0.3em;
}
.k-combobox-clearable .k-input {
  padding-right: 1.9em;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.294em;
}
/* fix missing bottom border on browser zoom in Chrome */
.k-webkit .k-combobox .k-dropdown-wrap:before,
.k-webkit .k-picker-wrap:before,
.k-webkit .k-numeric-wrap:before {
  padding-bottom: 0.38em;
}
/* above style breaks NumericTextBox layout due display:block style applied to the input */
.km.root .k-combobox .k-dropdown-wrap:before,
.km.root .k-picker-wrap:before,
.km.root .k-numeric-wrap:before {
  content: none;
}
.k-combobox .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  display: inline;
}
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  min-height: 1.94em;
  line-height: 2.29em;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  text-align: center;
  width: 1.9em;
  height: 100%;
}
.k-numeric-wrap .k-select {
  padding: 0;
}
body .k-datetimepicker .k-select {
  border-radius: 0;
}
.k-combobox .k-select,
.k-dropdown,
.k-selectbox .k-icon {
  cursor: pointer;
}
.k-popup {
  border-style: solid;
  border-width: 1px;
}
.k-popup .k-item,
.k-list-optionlabel {
  cursor: default;
}
.k-popup .k-calendar {
  border: 0;
}
.k-list {
  height: auto;
}
.k-nodata {
  min-height: 138px;
  width: 100%;
  display: table;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: lighter;
}
.k-nodata > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 11px;
}
.k-popup .k-list .k-item,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header,
.k-listbox .k-item,
.k-item.k-drag-clue {
  padding: 1px 5px 1px 5px;
  line-height: 1.8em;
  min-height: 1.8em;
}
.k-popup .k-list .k-item,
.k-listbox .k-item {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0 4px;
}
.k-popup .k-list .k-item > .k-group {
  top: -1px;
}
.k-group-header + div > .k-list > .k-item.k-first:before {
  content: " ";
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  padding-right: 22px;
}
.k-overflow-container .k-item {
  padding: 1px;
}
.k-overflow-container > .k-state-disabled .k-button,
.k-overflow-container .k-button.k-state-disabled,
.k-overflow-container .k-button.k-state-disabled:hover {
  border: 0 ;
  background: none;
}
.k-popup .k-list .k-state-hover,
.k-popup .k-list .k-state-focused,
.k-popup .k-list .k-state-selected,
.k-overflow-container .k-state-hover,
.k-overflow-container .k-state-focused,
.k-overflow-container .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel.k-state-focused,
.k-list-optionlabel.k-state-selected,
.k-listbox .k-item {
  padding: 0 4px;
  border-width: 1px;
  border-style: solid;
}
.k-list-filter {
  position: relative;
  margin-bottom: 2px;
}
.k-list-filter > .k-textbox {
  padding-right: 20px;
  width: 100%;
}
.k-list-filter > .k-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.km-root .k-list-filter > .k-textbox {
  padding-left: 0;
  padding-right: 0;
  border-left-width: 0;
  border-right-width: 0;
}
/* MultiSelect */
.k-multiselect-wrap {
  position: relative;
  border-width: 0px;
  border-style: solid;
  border-radius: 4px;
  border-color: #C5C5C5;
  background-color: #FFF;
  min-height: 2.04em;
  padding-right: 22px;
}
.k-multiselect-wrap .k-input {
  background-color: transparent;
  height: 1.31em;
  line-height: 1.31em;
  padding: 0.18em 0;
  text-indent: 0.8em;
  border: 0;
  margin: 1px 0 0;
  float: left;
}
.k-multiselect-wrap .k-input::-ms-clear {
  display: none;
}
.k-multiselect-wrap li {
  margin: 1px 0 1px 1px;
  padding: 0.1em 1.6em 0.1em 0.4em;
  line-height: 1.79em;
  float: left;
  position: relative;
}
.k-autocomplete .k-i-loading,
.k-multiselect .k-i-loading {
  position: absolute;
  right: 3px;
  bottom: 4px;
}
.k-multiselect-wrap .k-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0.03em 0.2em;
}
/* Date/Time Pickers */
.k-datetimepicker .k-picker-wrap {
  padding-right: 3.8em;
}
.k-datetimepicker .k-select {
  width: 3.8em;
}
.k-datetimepicker .k-select .k-link-date {
  margin-left: -0.285em;
}
.k-datetimepicker .k-select .k-link-time {
  margin-right: -0.285em;
  margin-left: 0.428em;
}
.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 2px;
}
.k-picker-wrap .k-icon {
  cursor: pointer;
}
.k-button,
.k-textbox,
.k-timepicker,
.k-datepicker,
.k-datetimepicker {
  display: inline-block;
  vertical-align: middle;
}
.k-picker-wrap .k-input {
  margin: 0;
}
.k-time-popup .k-item {
  padding: 1px 3px;
}
/* inputs */
.k-input {
  padding: 0.25em 0;
}
.k-input,
.k-textbox > input {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-textbox {
  outline: 0;
}
input.k-textbox,
textarea.k-textbox {
  padding: 2px 0.3em;
}
input.k-textbox {
  height: 2.42em;
  text-indent: 0.8em;
  line-height: 1.6em;
}
.k-ie input.k-textbox {
  text-indent: 0.4em;
}
.k-ff input.k-textbox {
  height: 2.17em;
}
textarea.k-textbox {
  height: auto;
}
/* NumericTextBox */
span.k-numerictextbox {
  background-color: transparent;
}
.k-numerictextbox .k-input {
  margin: 0;
}
.k-numerictextbox .k-link {
  display: block;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  border-width: 0;
  padding: 0;
  overflow: hidden;
}
.k-numerictextbox .k-icon {
  display: block;
  margin: auto;
  height: 100%;
}
.k-numerictextbox .k-i-arrow-60-up {
  top: 2px;
}
.k-numerictextbox .k-i-arrow-60-down {
  bottom: 2px;
}
.k-numeric-wrap .k-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* ColorPicker */
.k-colorpicker .k-picker-wrap {
  line-height: 2em;
}
.k-colorpicker .k-selected-color {
  vertical-align: top;
  display: inline-block;
  height: 2em;
  width: 2em;
}
.k-colorpicker .k-selected-color .k-i-line {
  font-size: 2em;
  color: #FF525E;
  display: inline-block;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.k-colorpicker .k-selected-color .k-i-line:before {
  content: "\e510";
}
.k-colorpicker .k-tool-icon {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 3px 3px 2px;
  margin-right: 3px;
  margin-left: 2px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -ms-high-contrast-adjust: none;
}
.k-colorpicker .k-tool-icon .k-selected-color {
  display: block;
  height: 3px;
  width: 16px;
  position: absolute;
  left: 3px;
  bottom: -3px;
  border-radius: 0 !important;
}
.k-colorpicker .k-select {
  cursor: pointer;
}
.k-colorpicker .k-picker-wrap .k-icon {
  overflow: visible;
}
.k-disabled-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.k-colorpalette {
  position: relative;
  line-height: 0;
  border-width: 0;
  display: inline-block;
}
.k-colorpalette .k-palette {
  border-collapse: collapse;
  position: relative;
  width: 100%;
  height: 100%;
}
.k-colorpalette .k-item {
  width: 14px;
  height: 14px;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}
.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover {
  z-index: 100;
  background: transparent;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  position: relative;
}
.k-colorpalette .k-item:hover {
  z-index: 101;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.k-flatcolorpicker {
  position: relative;
  display: inline-block;
  width: 265px;
  padding-bottom: 5px;
}
div.k-flatcolorpicker {
  background-color: transparent;
  background-image: none;
}
.k-flatcolorpicker .k-selected-color {
  background-image: url("../textures/transtexture.png");
  background-position: 50% 50%;
  text-align: right;
}
.k-flatcolorpicker .k-selected-color input.k-color-value {
  font-family: Consolas, "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
  padding: 0.75em 0.1em 0.65em 0.65em;
  border: 0;
  margin: 0;
  width: 82%;
}
.k-flatcolorpicker .k-selected-color .k-color-input {
  background-color: #fff;
  display: inline-block;
  width: 84%;
  text-align: left;
}
.k-flatcolorpicker .k-selected-color .k-clear-color {
  padding: 0.4em;
  line-height: 0;
}
.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:before {
  color: #000;
  opacity: 0.8;
}
.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:hover,
.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:active {
  opacity: 1;
}
.k-flatcolorpicker .k-clear-color-container .k-clear-color.k-state-focused:active {
  color: inherit;
}
.k-flatcolorpicker .k-clear-color-container .k-clear-color:active {
  color: #000;
  opacity: 1;
}
.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color,
.k-flatcolorpicker .k-clear-color-container .k-clear-color .k-i-reset-color {
  background-image: none;
}
.k-flatcolorpicker .k-clear-color-container {
  text-align: left;
}
.k-flatcolorpicker .k-hsv-rectangle {
  position: relative;
  user-select: none;
  -ms-touch-action: pinch-zoom double-tap-zoom;
}
.k-flatcolorpicker .k-hsv-rectangle .k-draghandle {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #eee;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 6px;
  box-shadow: 0 1px 2px #444;
  background: transparent;
}
.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:hover,
.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:focus {
  background: transparent;
  border-color: #fff;
  -webkit-box-shadow: 0 1px 5px #000;
  box-shadow: 0 1px 5px #000;
}
.k-flatcolorpicker .k-hsv-rectangle.k-dragging,
.k-flatcolorpicker .k-hsv-rectangle.k-dragging * {
  cursor: none;
}
.k-flatcolorpicker .k-slider-horizontal {
  height: 20px;
  width: 90%;
  margin: 0 5%;
}
.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
  -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
  box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
}
.k-flatcolorpicker .k-hue-slider,
.k-flatcolorpicker .k-transparency-slider {
  display: block;
}
.k-flatcolorpicker .k-hue-slider .k-slider-selection,
.k-flatcolorpicker .k-transparency-slider .k-slider-selection {
  background: transparent;
}
.k-flatcolorpicker .k-hue-slider .k-draghandle,
.k-flatcolorpicker .k-transparency-slider .k-draghandle {
  background: transparent;
  border: 3px solid #eee;
  margin-top: 1px;
  height: 8px;
  width: 8px;
  -webkit-box-shadow: 0 1px 4px #444;
  box-shadow: 0 1px 4px #444;
}
.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,
.k-flatcolorpicker .k-transparency-slider .k-draghandle:hover,
.k-flatcolorpicker .k-hue-slider .k-draghandle:focus,
.k-flatcolorpicker .k-transparency-slider .k-draghandle:focus {
  background: transparent;
  border-color: #fff;
  -webkit-box-shadow: 0 1px 5px #000;
  box-shadow: 0 1px 5px #000;
  border-width: 2px;
  padding: 1px;
}
.k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: linear-gradient(to right, #ff0000 0%, #ffff00 16%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 84%, #ff0004 100%);
}
.k-flatcolorpicker .k-transparency-slider .k-slider-track {
  background-image: url("../textures/transparency.png");
  background-size: 100% auto;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.k-flatcolorpicker .k-controls {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 90%;
}
.k-flatcolorpicker .k-controls .k-button {
  width: 6em;
}
.k-flatcolorpicker .k-hsv-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  height: 180px;
  margin-bottom: 5px;
}
.k-ie9 .k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.k-ie9 .k-flatcolorpicker .k-hsv-gradient {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.k-ie8 .k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: url("../textures/hue.png") repeat 0 50%;
}
.k-ie8 .k-flatcolorpicker .k-transparency-slider .k-slider-track {
  background: url("../textures/transparency.png") repeat 0 50%;
}
.k-ie8 .k-flatcolorpicker .k-hsv-gradient {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#00ffffff',GradientType=1) progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ff000000',GradientType=0);
}
.k-rtl .k-multiselect-wrap {
  padding-right: 0;
  padding-left: 22px;
}
.k-maskedtextbox {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border-width: 0;
}
.k-maskedtextbox ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.k-maskedtextbox .k-i-warning {
  display: none;
  position: absolute;
  width: 1.9em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.k-maskedtextbox.k-state-invalid .k-i-warning {
  display: inline-block;
}
.k-dateinput {
  position: relative;
  display: inline-block;
  border-width: 0;
}
.k-dateinput.k-widget {
  background-color: transparent;
}
.k-dateinput ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.k-dateinput .k-i-warning {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}
.k-dateinput.k-state-invalid .k-i-warning {
  display: inline-block;
}
.k-datepicker .k-picker-wrap .k-i-warning {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}
.k-datepicker .k-picker-wrap.k-state-invalid .k-i-warning {
  display: inline-block;
}
.k-listbox {
  box-sizing: border-box;
  height: 200px;
}
.k-listbox.k-widget {
  background-color: transparent;
}
.k-listbox .k-list-scroller {
  height: 100%;
  overflow: auto;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
.k-listbox .k-list-scroller li {
  cursor: default;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.k-listbox .k-listbox-toolbar {
  box-sizing: border-box;
}
.k-listbox.k-listbox-toolbar-top {
  padding: 15px 0 1.42857143em;
}
.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar {
  margin-top: -15px;
  margin-bottom: 5px;
}
.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li {
  display: inline-block;
}
.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li + li {
  margin-left: 5px;
}
.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  float: left;
  margin-right: 5px;
}
.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li + li {
  margin-top: 5px;
}
.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  float: right;
  margin-left: 5px;
}
.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li:not(:last-child) {
  margin-bottom: 5px;
}
.k-listbox.k-listbox-toolbar-bottom {
  padding: 15px 0 1.45em;
}
.k-listbox.k-listbox-toolbar-bottom .k-list-scroller {
  margin-top: -15px;
}
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar {
  margin-top: 5px;
}
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li {
  display: inline-block;
}
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li + li {
  margin-left: 5px;
}
.k-listbox .k-ghost {
  opacity: 0.5;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Editor */
table.k-editor {
  width: 100%;
  height: 250px;
  table-layout: fixed;
  border-style: solid;
  border-width: 1px;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 100%;
  vertical-align: top;
  position: relative;
}
.k-editor-inline {
  border-width: 2px;
  padding: 0.3em 0.5em;
  word-wrap: break-word;
  overflow: auto;
  position: relative;
}
.k-editortoolbar-dragHandle {
  cursor: move;
  padding-left: 0;
  padding-right: 3px;
  box-shadow: none !important;
}
.k-editor-widget > .k-window-content {
  overflow: hidden;
}
.k-editor .k-editor-toolbar-wrap {
  border: 0;
  padding: 0;
}
.k-editor-toolbar {
  margin: 0;
  padding: 0.1em 0;
  list-style-type: none;
  line-height: 1.3em;
  cursor: default;
  word-wrap: break-word;
  /* allow tools to wrap properly in IE */
}
.k-editor-toolbar li {
  display: inline-block;
  vertical-align: middle;
}
.k-webkit .k-editor-toolbar,
.k-ff .k-editor-toolbar,
.k-ie9 .k-editor-toolbar,
.k-edge .k-editor-toolbar {
  padding: 0;
}
.k-webkit .k-editor-toolbar li,
.k-safari .k-editor-toolbar li,
.k-ff .k-editor-toolbar li,
.k-ie9 .k-editor-toolbar li,
.k-ie10 .k-editor-toolbar li,
.k-edge .k-editor-toolbar li {
  display: inline-block;
  padding: 0.1em 0;
}
.k-editor-toolbar .k-editor-widget,
.k-editor-toolbar > li {
  margin-right: 6px;
}
.k-group-start.k-group-end .k-editor-widget {
  margin-right: 0;
}
.k-editor-toolbar .k-editor-dropdown {
  position: relative;
}
.k-select-overlay {
  -webkit-appearance: none;
  opacity: 0;
  z-index: 11000;
  top: 0;
  left: 0;
  position: absolute;
  height: 26px;
  width: 100%;
  margin: -4px 0 0;
}
.k-editor-toolbar .k-separator {
  position: relative;
  top: 1px;
  border-style: solid;
  border-width: 0 1px 0 0;
  margin: 0 0.3em 0 0.1em;
  padding: 0 0 0 1px;
  font-size: 1.3em;
}
.k-editor-toolbar .k-break {
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
}
.k-editor-toolbar .k-dropdown,
.k-editor-toolbar .k-combobox,
.k-editor-toolbar .k-selectbox,
.k-editor-toolbar .k-colorpicker {
  vertical-align: middle;
}
.k-button-group {
  white-space: nowrap;
}
.k-button-group .k-tool {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.k-button-group .k-tool-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  -ms-high-contrast-adjust: none;
}
.k-editor-toolbar .k-tool-icon.k-icon {
  top: auto;
  font-size: 16px;
}
/* default tool widths */
.k-fontName {
  width: 110px;
}
.k-fontSize {
  width: 124px;
}
.k-formatBlock {
  width: 147px;
}
.k-editortoolbar-dragHandle {
  float: left;
  margin: 1px 0 0;
}
.k-editor-toolbar .k-button-group {
  padding: 1px;
}
.k-editor .k-editor-toolbar .k-row-break {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.k-editor-toolbar .k-i-login {
  transform: scaleX(-1);
}
.k-button-group .k-tool {
  border-style: solid;
  border-width: 1px;
  margin-right: -1px;
}
.k-button-group .k-tool.k-state-hover,
.k-button-group .k-tool:focus {
  position: relative;
  z-index: 1;
}
.k-rtl .k-button-group .k-tool {
  border-style: solid;
  border-width: 1px;
}
.k-button-group .k-tool.k-group-end {
  border-right-width: 1px;
}
.k-rtl .k-button-group .k-tool.k-group-end {
  border-left-width: 1px;
}
.k-button-group .k-state-disabled {
  display: none;
}
.k-button-group .k-state-hover,
.k-button-group .k-state-active {
  vertical-align: middle;
}
.k-button-group .k-state-disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.k-editor .k-editable-area {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  outline: 0;
}
.k-editor .k-content {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}
.k-editor .k-tool {
  outline: 0;
}
.k-editor iframe.k-content {
  display: inline;
  vertical-align: top;
  /*fixes missing top border caused by the inline display*/
}
.k-editor .k-raw-content {
  border: 0;
  margin: 0;
  padding: 0;
}
.k-editor .k-raw-content,
.k-editor-dialog .k-editor-textarea {
  font-size: inherit;
  font-family: consolas, "courier new", monospace;
}
.k-editor-dialog {
  padding: 1em;
  width: 400px;
}
.k-editor-dialog .k-edit-label {
  width: 25%;
}
.k-editor-dialog .k-edit-field {
  width: 66%;
}
.k-editor-dialog .k-edit-field .k-textbox {
  width: 96%;
}
.k-viewhtml-dialog {
  width: auto;
}
.k-filebrowser-dialog {
  width: auto;
  min-width: 350px;
}
.k-filebrowser-dialog .k-filebrowser {
  margin: 0 1em 0;
}
.k-filebrowser-dialog .k-edit-label {
  width: 18%;
}
.k-filebrowser-dialog .k-edit-field {
  width: 75%;
}
.k-filebrowser-dialog .k-edit-field .k-textbox {
  width: 70%;
}
#k-editor-image-width,
#k-editor-image-height {
  width: 5em;
}
.k-editor-dialog .k-button {
  display: inline-block;
}
.k-editor-dialog .k-editor-textarea {
  width: 600px;
  height: 350px;
  padding: 0.2em 0.2em 0.2em 0.4em;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
}
.k-button-wrapper .k-link:hover {
  text-decoration: underline;
}
.k-ct-popup {
  width: 180.4px;
  padding: 0.65em 0.5em 0.5em;
}
.k-ct-popup .k-status {
  margin: 0.3em 0;
}
.k-ct-cell {
  border-width: 1px;
  border-style: solid;
  width: 18px;
  height: 18px;
  margin: 1px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}
.k-editor .k-resize-handle {
  position: absolute;
  padding: 5px;
  right: 0;
  bottom: 0;
}
.k-editor .k-overlay {
  position: absolute;
  background-color: #fff;
  opacity: 0;
}
.k-toolbar-resizable {
  min-height: 2.4375em;
  position: relative;
}
.k-overflow-tools {
  position: absolute;
  right: 0;
  top: 0;
}
.k-editor-overflow-popup .k-tool {
  width: auto;
  height: auto;
  display: block;
  text-align: left;
  text-decoration: initial;
  border: 0;
  padding-right: 0.5em;
  margin: 0;
  padding: 0 6px;
}
.k-editor-overflow-popup .k-tool.k-state-disabled {
  display: none;
}
.k-editor-toolbar .k-tool-text {
  display: none;
}
.k-editor-inline .k-table-resize-handle-wrapper {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 100;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle {
  width: 100%;
  height: 100%;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-east {
  cursor: e-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-north {
  cursor: n-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northeast {
  cursor: ne-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northwest {
  cursor: nw-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-south {
  cursor: s-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southeast {
  cursor: se-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southwest {
  cursor: sw-resize;
}
.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-west {
  cursor: w-resize;
}
.k-editor-inline .k-column-resize-handle-wrapper {
  position: absolute;
  height: 10px;
  width: 10px;
  cursor: col-resize;
  z-index: 2;
}
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
  width: 100%;
  height: 100%;
}
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #00b0ff;
  display: none;
  opacity: 0.8;
}
.k-table.k-table-resizing {
  opacity: 0.6;
}
.k-editor-inline .k-row-resize-handle-wrapper {
  position: absolute;
  z-index: 2;
  cursor: row-resize;
  width: 10px;
  height: 10px;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
  display: table;
  width: 100%;
  height: 100%;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: #00b0ff;
  opacity: 0.8;
}
.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: 0.6em;
}
.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons .k-button {
  margin-right: 0.5em;
}
.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content {
  overflow: hidden;
  min-width: 325px;
  width: 24em;
  padding: 1em 0;
}
.k-editor-dialog .k-edit-form-container {
  width: auto;
}
.k-editor-dialog .k-tabstrip {
  margin: -1.333em 0 0;
}
.k-editor-dialog .k-root-tabs {
  margin: -1em -1em -1.5em;
  padding: 0.5em 1em 0;
  border-width: 0;
}
.k-editor-dialog ul.k-tabstrip-items {
  padding: 0.5em 1em 0;
  border-width: 0 0 1px;
  border-style: solid;
}
.k-editor-dialog ul.k-tabstrip-items .k-loading {
  border-top-width: 0;
}
.k-editor-dialog .k-tabstrip:focus {
  box-shadow: none;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content {
  overflow: hidden;
  min-height: 440px;
  height: 35em;
  margin: 0;
  padding: 1em 0.5em 0;
  border-width: 0;
}
.k-editor-dialog .k-edit-field .k-numerictextbox {
  width: 10.6em;
  margin: 0 0.35714285em 0 0;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox + .k-dropdown {
  width: 4em;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-textbox,
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-dropdown {
  width: 15em;
}
.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown {
  width: 5.35714285em;
}
.k-editor-dialog textarea.k-textbox {
  height: 14.28571428em;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align {
  width: 4em;
}
.k-popup.k-list-container.k-align {
  padding: 0;
  text-align: center;
}
.k-align-group {
  vertical-align: text-top;
}
.k-popup.k-align .k-list .k-item {
  display: inline-block;
  width: 2.57142857em;
  height: 2.57142857em;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.k-popup.k-align .k-list .k-icon {
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
}
.k-popup.k-align .k-list .k-item:last-child {
  width: auto;
  display: block;
  border-width: 1px 0 0;
  border-style: solid;
}
.k-popup.k-align .k-list .k-item:before {
  width: 2.57142857em;
  height: 2.57142857em;
  line-height: 2.57142857em;
}
.k-animation-container .k-editor-toolbar {
  text-align: center;
  line-height: 1.3em;
}
.k-animation-container .k-editor-toolbar .k-tool {
  display: inline-block;
  height: 24px;
  padding: 0 0.5em;
  text-decoration: none;
  font-size: 0.85em;
  color: inherit;
}
.k-animation-container .k-editor-toolbar .k-i-table-wizard-insert {
  width: 24px;
  height: 24px;
}
.k-animation-container .k-editor-toolbar .k-tool-text {
  display: inline;
  vertical-align: sub;
  padding: 0 0 0 0.5em;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-buttons {
  padding: 1em 0.8em;
  margin: 0.5em 0 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Notification */
.k-notification-wrap {
  padding: 0.6em 0.5em;
  cursor: default;
  position: relative;
  white-space: nowrap;
}
.k-notification-button .k-notification-wrap {
  padding-right: 20px;
}
.k-notification-wrap > .k-i-information,
.k-notification-wrap > .k-i-information,
.k-notification-wrap > .k-i-information,
.k-notification-wrap > .k-i-warning,
.k-notification-wrap > .k-i-information {
  vertical-align: text-bottom;
  margin-right: 4px;
}
.k-notification-wrap > .k-i-close {
  position: absolute;
  top: 7px;
  right: 4px;
  display: none;
}
.k-notification-button .k-notification-wrap > .k-i-close {
  display: block;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Progressbar */
.k-progressbar {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.k-progressbar {
  border-radius: 4px;
}
.k-progressbar-horizontal {
  width: 27em;
  height: 1.9em;
}
.k-progressbar-vertical {
  width: 1.9em;
  height: 27em;
}
.k-progressbar > .k-state-selected {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}
.k-progressbar-horizontal > .k-state-selected,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  left: -1px;
  right: auto;
  top: -1px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected,
.k-rtl .k-progressbar-horizontal > .k-state-selected {
  left: auto;
  right: -1px;
  border-radius: 0 4px 4px 0;
}
.k-progressbar-vertical > .k-state-selected {
  left: -1px;
  bottom: -1px;
  width: 100%;
  border-radius: 0 0 4px 4px;
}
.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
  bottom: auto;
  top: -1px;
  border-radius: 4px 4px 0 0;
}
.k-progressbar > .k-state-selected.k-complete,
.k-rtl .k-progressbar > .k-state-selected.k-complete {
  border-radius: 4px;
}
.k-progressbar > .k-reset {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  white-space: nowrap;
}
.k-progressbar-horizontal .k-item {
  display: inline-block;
  height: 100%;
  border-style: solid;
  margin-left: -1px;
}
.k-progressbar-horizontal .k-item.k-first {
  margin-left: 0;
}
.k-progressbar-horizontal .k-item.k-last {
  border-right-width: 0;
}
.k-progressbar-horizontal .k-item,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item {
  border-width: 1px 0 1px 1px;
}
.k-progressbar-horizontal.k-progressbar-reverse .k-item,
.k-rtl .k-progressbar-horizontal .k-item {
  border-width: 1px 0 1px 1px;
}
.k-progressbar-horizontal .k-first,
.k-rtl .k-progressbar-horizontal .k-last,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}
.k-progressbar-horizontal .k-last,
.k-rtl .k-progressbar-horizontal .k-first {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-progressbar-horizontal.k-progressbar-reverse .k-last,
.k-rtl .k-progressbar-horizontal .k-first {
  border-right-width: 1px;
}
.k-progressbar-horizontal .k-last.k-state-selected {
  border-right-width: 1px;
}
.k-progressbar-vertical .k-item {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  margin-top: -1px;
}
.k-progressbar-vertical .k-item.k-first {
  margin-top: 0;
}
.k-progressbar-vertical li.k-item.k-last {
  border-bottom-width: 0;
}
.k-progressbar-vertical .k-first {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.k-progressbar-vertical .k-last {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 1px;
}
.k-progressbar-vertical.k-progressbar-reverse .k-item {
  border-width: 0 1px 1px 1px;
}
.k-progressbar-vertical.k-progressbar-reverse .k-first {
  border-top-width: 1px;
}
.k-progress-status-wrap {
  position: absolute;
  top: -1px;
  border: 1px solid transparent;
  line-height: 2em;
  width: 100%;
  height: 100%;
}
.k-progress-status-wrap,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap {
  left: -1px;
  right: auto;
  text-align: right;
}
.k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap,
.k-rtl .k-progressbar-horizontal .k-progress-status-wrap {
  left: auto;
  right: -1px;
  text-align: left;
}
.k-progressbar-vertical .k-progress-status-wrap {
  top: auto;
  bottom: -1px;
}
.k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap {
  bottom: auto;
  top: -1px;
}
.k-progress-status {
  display: inline-block;
  padding: 0 0.5em;
  min-width: 10px;
  white-space: nowrap;
}
.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
  position: absolute;
  bottom: 0;
  left: 0;
}
.k-progressbar-vertical .k-progress-status {
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 0;
}
.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
  transform: rotate(90deg) translateX(-100%);
  transform-origin: 0 100%;
}
.k-ie8 .k-progressbar-vertical .k-progress-status {
  writing-mode: bt-lr;
  padding: 0.5em 0;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Slider */
div.k-slider {
  position: relative;
  border-width: 0;
  background-color: transparent;
  user-select: none;
}
.k-slider-vertical {
  width: 26px;
  height: 200px;
  /* default height */
}
.k-slider-horizontal {
  display: inline-block;
  width: 200px;
  /* default width */
  height: 26px;
}
.k-slider-wrap {
  width: 100%;
  height: 100%;
}
.k-slider .k-button,
.k-grid .k-slider .k-button {
  position: absolute;
  top: 0;
  width: 24px;
  min-width: 0;
  height: 24px;
  margin: 0;
  padding: 0;
  outline: 0;
}
.k-slider .k-button .k-icon {
  margin-top: 3px;
  vertical-align: top;
}
.k-state-disabled .k-slider-wrap {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.k-state-disabled .k-slider-wrap .k-slider-items {
  color: #333;
}
.k-slider .k-button-decrease {
  left: 0;
}
.k-slider-vertical .k-button-decrease,
.k-grid .k-slider-vertical .k-button-decrease {
  top: auto;
  bottom: 0;
}
.k-slider .k-button-increase {
  right: 0;
}
.k-slider .k-icon,
.k-slider-track,
.k-slider .k-tick {
  cursor: pointer;
}
.k-slider-track,
.k-slider-selection {
  position: absolute;
  margin: 0;
  padding: 0;
}
.k-slider-horizontal .k-slider-track,
.k-slider-horizontal .k-slider-selection {
  top: 50%;
  left: 0;
  height: 8px;
  margin-top: -4px;
  background-repeat: repeat-x;
}
.k-slider-horizontal .k-slider-buttons .k-slider-track {
  left: 34px;
}
.k-slider-vertical .k-slider-track,
.k-slider-vertical .k-slider-selection {
  left: 50%;
  bottom: 0;
  width: 8px;
  margin-left: -4px;
  background-repeat: repeat-y;
}
.k-slider-vertical .k-slider-buttons .k-slider-track {
  bottom: 34px;
}
.k-draghandle {
  position: absolute;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -3333px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  outline: 0;
}
.k-slider-horizontal .k-draghandle {
  top: -4px;
  width: 13px;
  height: 14px;
}
.k-slider-vertical .k-draghandle {
  left: -4px;
  width: 14px;
  height: 13px;
}
.k-slider-buttons .k-slider-items {
  margin-left: 34px;
}
.k-slider-horizontal .k-slider-items {
  height: 100%;
}
.k-slider-vertical .k-slider-items {
  padding-top: 1px;
}
.k-slider-vertical .k-slider-buttons .k-slider-items {
  padding-top: 0;
}
.k-slider-vertical .k-slider-buttons .k-slider-items {
  margin: 0;
  padding-top: 35px;
}
.k-slider .k-tick {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.k-slider-horizontal .k-tick {
  float: left;
  height: 100%;
  text-align: center;
}
.k-slider-horizontal .k-tick {
  background-position: center -92px;
}
.k-slider-horizontal .k-slider-topleft .k-tick {
  background-position: center -122px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick {
  background-position: center -152px;
}
.k-slider-horizontal .k-tick-large {
  background-position: center -2px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large {
  background-position: center -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large {
  background-position: center -62px;
}
.k-slider-vertical .k-tick {
  background-position: -92px center;
}
.k-slider-vertical .k-slider-topleft .k-tick {
  background-position: -122px center;
}
.k-slider-vertical .k-slider-bottomright .k-tick {
  background-position: -152px center;
}
.k-slider-vertical .k-tick-large {
  background-position: -2px center;
}
.k-slider-vertical .k-slider-topleft .k-tick-large {
  background-position: -32px center;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large {
  background-position: -62px center;
}
.k-slider-horizontal .k-first {
  background-position: 0 -92px;
}
.k-slider-horizontal .k-tick-large.k-first {
  background-position: 0 -2px;
}
.k-slider-horizontal .k-slider-topleft .k-first {
  background-position: 0 -122px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
  background-position: 0 -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-first {
  background-position: 0 -152px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
  background-position: 0 -62px;
}
.k-slider-horizontal .k-last {
  background-position: 100% -92px;
}
.k-slider-horizontal .k-tick-large.k-last {
  background-position: 100% -2px;
}
.k-slider-horizontal .k-slider-topleft .k-last {
  background-position: 100% -122px;
}
.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
  background-position: 100% -32px;
}
.k-slider-horizontal .k-slider-bottomright .k-last {
  background-position: 100% -152px;
}
.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
  background-position: 100% -62px;
}
.k-slider-vertical .k-first {
  background-position: -92px 100%;
}
.k-slider-vertical .k-tick-large.k-first {
  background-position: -2px 100%;
}
.k-slider-vertical .k-slider-topleft .k-first {
  background-position: -122px 100%;
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
  background-position: -32px 100%;
}
.k-slider-vertical .k-slider-bottomright .k-first {
  background-position: -152px 100%;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
  background-position: -62px 100%;
}
.k-slider-vertical .k-last {
  background-position: -92px 0;
}
.k-slider-vertical .k-tick-large.k-last {
  background-position: -2px 0;
}
.k-slider-vertical .k-slider-topleft .k-last {
  background-position: -122px 0;
}
.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
  background-position: -32px 0;
}
.k-slider-vertical .k-slider-bottomright .k-last {
  background-position: -152px 0;
}
.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
  background-position: -62px 0;
}
.k-slider-vertical .k-tick {
  text-align: right;
}
.k-slider-vertical .k-slider-topleft .k-tick {
  text-align: left;
}
.k-slider .k-label {
  position: absolute;
  white-space: nowrap;
  font-size: 0.92em;
}
.k-slider-horizontal .k-label {
  left: 0;
  width: 100%;
  line-height: 1;
}
.k-slider-horizontal .k-first .k-label {
  left: -50%;
}
.k-slider-horizontal .k-last .k-label {
  left: auto;
  right: -50%;
}
.k-slider-horizontal .k-label {
  bottom: -1.2em;
}
.k-slider-horizontal .k-slider-topleft .k-label {
  top: -1.2em;
}
.k-slider-vertical .k-label {
  left: 120%;
  display: block;
  text-align: left;
}
.k-slider-vertical .k-last .k-label {
  top: -0.5em;
}
.k-slider-vertical .k-first .k-label {
  bottom: -0.5em;
}
.k-slider-vertical .k-slider-topleft .k-label {
  left: auto;
  right: 120%;
}
.k-slider-tooltip {
  top: -4444px;
  /*prevent window resize in IE8 when appending*/
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Scheduler */
.k-scheduler-toolbar,
.k-scheduler-footer {
  border-style: solid;
}
.k-scheduler-toolbar,
.k-scheduler-footer {
  line-height: 28px;
  padding: 6px;
}
.k-scheduler-toolbar {
  position: relative;
  border-width: 0 0 1px;
}
.k-edit-field.k-scheduler-toolbar {
  border-width: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.k-scheduler-header {
  text-align: center;
}
.k-scheduler-footer {
  border-width: 1px 0 0;
}
.k-scheduler-toolbar > ul {
  float: right;
}
.k-scheduler-toolbar > ul:first-child {
  float: left;
}
.k-scheduler-toolbar > .k-scheduler-tools {
  float: left;
  margin-bottom: 0.5em;
}
.k-scheduler-tools + .k-scheduler-navigation {
  float: left;
  clear: left;
}
.k-scheduler-toolbar > ul > li,
.k-scheduler-footer > ul > li {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
.k-scheduler .k-scheduler-toolbar .k-nav-current,
.k-scheduler .k-scheduler-toolbar .k-scheduler-tools > li {
  border-width: 0;
}
.k-scheduler-toolbar > ul > li:first-child,
.k-scheduler-toolbar > ul.k-scheduler-views > li:first-child + li {
  border-left-width: 1px;
}
.k-scheduler div.k-scheduler-footer ul li {
  margin-right: 0.6em;
  border-width: 1px;
}
.k-scheduler-toolbar .k-link,
.k-scheduler-footer .k-link {
  display: inline-block;
  padding: 0.16666em 1.1em;
}
.k-scheduler-toolbar .k-nav-prev .k-link,
.k-scheduler-toolbar .k-nav-next .k-link {
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.k-scheduler-toolbar .k-nav-current .k-link {
  padding: 0;
}
.k-scheduler-toolbar .k-nav-current {
  margin: 0 1.1em;
}
.k-scheduler div.k-scheduler-toolbar > ul > li.k-nav-current,
.k-scheduler .k-nav-current > .k-state-active {
  background: none;
}
.k-scheduler-phone .k-scheduler-toolbar + .k-scheduler-toolbar .k-scheduler-navigation {
  width: 100%;
  text-align: center;
}
.k-scheduler-phone .k-scheduler-toolbar + .k-scheduler-toolbar .k-scheduler-navigation > li {
  background: none;
  border: 0;
}
.k-scheduler-phone .k-toolbar .k-nav-next {
  float: right;
}
.k-scheduler-phone .k-toolbar .k-nav-prev {
  float: left;
}
.k-scheduler-toolbar .k-i-calendar,
.k-scheduler-footer .k-icon {
  margin: -2px 6px 0 0;
}
.k-scheduler-header,
.k-scheduler-header-wrap {
  overflow: hidden;
}
.k-scheduler-header-wrap {
  position: relative;
  border-style: solid;
  border-width: 0;
}
.k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
  border-right-width: 1px;
}
.k-scheduler-times,
.k-scheduler-content {
  position: relative;
}
.k-scheduler-times {
  overflow: hidden;
  border-style: solid;
  border-width: 0;
}
.k-scheduler-content {
  overflow: auto;
}
.k-scheduler-layout,
.k-scheduler-table {
  border-spacing: 0;
  width: 100%;
  margin: 0;
  border-collapse: separate;
}
.k-scheduler-layout > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}
/* fix smashed second layout column in iPad */
.k-safari .k-scheduler-layout > tbody > tr > td + td {
  width: 100%;
}
.k-scheduler-table {
  table-layout: fixed;
  max-width: none;
}
.k-scheduler-times .k-scheduler-table {
  table-layout: auto;
}
.k-scheduler-monthview .k-scheduler-content .k-scheduler-table {
  height: 100%;
}
.k-scheduler-table td,
.k-scheduler-table th {
  height: 1.5em;
  padding: 0.334em 0.5em;
  font-size: 100%;
}
.k-scheduler .k-scheduler-table td,
.k-scheduler .k-scheduler-table th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.k-scheduler-monthview .k-hidden,
.k-scheduler-monthview .k-hidden > div {
  width: 0 !important;
  overflow: hidden !important;
}
.k-scheduler-monthview .k-hidden {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right-width: 0 !important;
}
.k-scheduler-monthview > tbody > tr:first-child .k-scheduler-times {
  margin-right: 1px;
}
.k-scheduler-monthview > tbody > tr:first-child .k-scheduler-times .k-hidden {
  height: auto;
}
.k-scheduler-monthview .k-scheduler-table td,
.k-scheduler-monthview .k-hidden {
  height: 80px;
  text-align: right;
}
.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td,
.k-scheduler-phone .k-scheduler-monthview .k-hidden {
  height: 40px;
}
.k-scheduler-table td,
.k-slot-cell {
  vertical-align: top;
}
/* separate due to old IEs */
.k-scheduler-layout tr + tr .k-scheduler-times th:last-child {
  vertical-align: top;
}
.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td {
  text-align: center;
  vertical-align: middle;
}
.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td span {
  font-size: 1.5em;
}
.k-scheduler-header th {
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-scheduler-table td,
.k-scheduler-header th {
  border-style: solid;
  border-width: 0 0 1px 1px;
}
.k-scheduler-table td:first-child,
.k-scheduler-header th:first-child {
  border-left-width: 0;
}
.k-scheduler-agendaview .k-scheduler-table td:first-child {
  border-left-width: 1px;
}
.k-scheduler-agendaview .k-scheduler-table td.k-first {
  border-left-width: 0;
}
.k-scheduler-layout tr + tr .k-scheduler-times tr:last-child > th,
.k-scheduler-layout tr + tr .k-scheduler-table > tbody > tr:last-child > td,
.k-scheduler-table > tbody > tr > .k-last {
  border-bottom-width: 0;
}
.k-scrollbar-h tr + tr .k-scheduler-times,
.k-scrollbar-h .k-scheduler-content .k-scheduler-table > tbody > tr:last-child > td,
.k-scheduler-agendaview.k-scrollbar-h .k-scheduler-table > tbody > tr > td.k-last {
  border-bottom-width: 1px;
}
.k-scheduler-times th {
  text-align: right;
  padding-right: 0.6em;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent;
  white-space: nowrap;
}
.k-scheduler-layout tr + tr .k-scheduler-times th {
  border-bottom-color: transparent;
}
.k-scheduler-layout tr + tr .k-scheduler-times th.k-slot-cell,
.k-scheduler-layout tr + tr .k-scheduler-times th.k-scheduler-times-all-day {
  border-bottom-color: inherit;
}
.k-scheduler .k-middle-row td {
  border-bottom-style: dotted;
}
.k-scheduler-now-arrow,
.k-scheduler-now-line {
  position: absolute;
}
.k-scheduler-now-arrow {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  left: 0;
}
.k-scheduler-now-line {
  left: 5px;
  right: 0;
  height: 1px;
}
.k-task {
  position: relative;
}
div.k-more-events {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
}
.k-more-events > span {
  display: block;
  margin-top: -0.6em;
}
.k-event,
.k-more-events {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  overflow: hidden;
}
.k-event {
  cursor: default;
  min-height: 1.3em;
}
.k-event-drag-hint {
  filter: alpha(opacity=60);
  opacity: 0.6;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.k-scheduler-header .k-event {
  white-space: nowrap;
}
.k-event-template {
  padding: 0.3em 1.4em 0.3em 0.6em;
}
.k-event-time {
  display: none;
  padding-bottom: 0;
  font-size: 0.9em;
}
.k-event-drag-hint .k-event-time {
  display: block;
}
.k-event-actions,
.k-event > .k-link,
.k-task > .k-link {
  position: absolute;
  top: 3px;
  right: 4px;
  white-space: nowrap;
}
.k-event-actions {
  z-index: 1;
}
.k-scheduler-agendaview .k-task > .k-link {
  top: 0;
  right: 0;
}
.k-event-actions:first-child {
  position: static;
  float: left;
  margin: 4px 2px 0 4px;
}
.k-webkit .k-event-actions:first-child {
  margin-top: 3px;
}
.k-event-actions:first-child > .k-link {
  display: inline-block;
}
.k-event-delete {
  display: none;
}
.k-event:hover .k-event-delete,
tr:hover > td > .k-task .k-event-delete {
  display: inline-block;
}
.k-event .k-event-top-actions,
.k-event .k-event-bottom-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.k-event .k-event-bottom-actions {
  top: auto;
  bottom: 0;
}
.k-event .k-resize-handle,
.k-scheduler-mobile .k-event:hover .k-resize-handle {
  position: absolute;
  visibility: hidden;
  z-index: 2;
}
.k-event:hover .k-resize-handle,
.k-event-active .k-resize-handle,
.k-scheduler-mobile .k-event-active:hover .k-resize-handle {
  visibility: visible;
}
.k-event .k-resize-handle:after {
  content: "";
  position: absolute;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.k-scheduler-mobile .k-event .k-resize-handle:after {
  filter: none;
  opacity: 1;
}
.k-event > .k-resize-n {
  top: 0;
  left: 0;
  right: 0;
  height: 0.4em;
}
.k-event > .k-resize-s {
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.4em;
}
.k-event > .k-resize-e {
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}
.k-event > .k-resize-w {
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}
.k-event > .k-resize-n:after,
.k-event > .k-resize-s:after {
  top: 1px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  height: 1px;
}
.k-event > .k-resize-s:after {
  top: auto;
  bottom: 1px;
}
.k-event > .k-resize-e:after,
.k-event > .k-resize-w:after {
  left: 1px;
  top: 50%;
  margin-top: -0.7em;
  height: 1.4em;
  width: 1px;
}
.k-event > .k-resize-e:after {
  left: auto;
  right: 1px;
}
.k-scheduler-mobile .k-event > .k-resize-n,
.k-scheduler-mobile .k-event > .k-resize-s {
  height: 0.6em;
}
.k-scheduler-mobile .k-event > .k-resize-e,
.k-scheduler-mobile .k-event > .k-resize-w {
  width: 0.6em;
}
.k-scheduler-mobile .k-event > .k-resize-n:after,
.k-scheduler-mobile .k-event > .k-resize-s:after {
  top: 0;
  margin-left: -3em;
  width: 4em;
  height: 0.6em;
}
.k-scheduler-mobile .k-event > .k-resize-s:after {
  bottom: 0;
}
.k-scheduler-mobile .k-event > .k-resize-e:after,
.k-scheduler-mobile .k-event > .k-resize-w:after {
  left: 0;
  margin-top: -0.7em;
  height: 1.4em;
  width: 0.6em;
}
.k-scheduler-mobile .k-event > .k-resize-e:after {
  right: 0;
}
.k-scheduler-mobile .k-event > .k-resize-n:after {
  border-radius: 0 0 4px 4px;
}
.k-scheduler-mobile .k-event > .k-resize-s:after {
  border-radius: 4px 4px 0 0;
}
.k-scheduler-mobile .k-event > .k-resize-w:after {
  border-radius: 0 4px 4px 0;
}
.k-scheduler-mobile .k-event > .k-resize-e:after {
  border-radius: 4px 0 0 4px;
}
.k-scheduler-phone .k-scheduler-monthview .k-events-container {
  position: absolute;
  text-align: center;
  height: 6px;
  line-height: 6px;
}
.k-scheduler-phone .k-scheduler-monthview .k-event {
  position: static;
  display: inline-block;
  width: 4px;
  height: 4px;
  min-height: 0;
  margin: 1px;
}
.k-scheduler-marquee {
  border-style: solid;
  border-width: 0;
}
.k-scheduler-marquee.k-first:before,
.k-scheduler-marquee.k-last:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
}
div.k-scheduler-marquee:before {
  top: 0;
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
div.k-scheduler-marquee:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
}
.k-scheduler-marquee .k-label-top {
  position: absolute;
  top: 0.3em;
  left: 0.8em;
  font-size: 0.8em;
}
.k-scheduler-marquee .k-label-bottom {
  position: absolute;
  bottom: 0.3em;
  right: 0.81em;
  font-size: 0.8em;
}
.k-scheduler-quickedit .k-textbox {
  width: 200px;
}
.k-tooltip-bottom {
  text-align: left;
}
.k-tooltip-bottom .k-button {
  float: left;
  margin-right: 0.3em;
}
.k-tooltip-bottom .k-quickedit-details {
  float: right;
  margin-right: 0;
}
.k-scheduler-agendaview .k-scheduler-table th,
.k-scheduler-agendaview .k-scheduler-table td {
  text-align: left;
}
.k-scheduler-times .k-slot-cell,
.k-scheduler-groupcolumn {
  width: 6em;
}
.k-scheduler-datecolumn {
  width: 12em;
}
.k-scheduler-timecolumn {
  width: 11em;
}
.k-scheduler-timecolumn > div {
  position: relative;
  vertical-align: top;
}
.k-webkit .k-scheduler-timecolumn > div > .k-icon {
  vertical-align: top;
}
.k-scheduler-timecolumn > div > .k-i-arrow-60-right {
  position: absolute;
  right: -4px;
}
.k-scheduler-timecolumn .k-i-arrow-60-left {
  margin-left: -4px;
}
.k-scheduler-mark {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
}
.k-scheduler-agendaday {
  float: left;
  margin: 0 0.2em 0 0;
  font-size: 3em;
  font-weight: normal;
}
.k-scheduler-agendaweek {
  display: block;
  margin: 0.4em 0 0;
  font-size: 1.1em;
  font-style: normal;
}
.k-scheduler-agendadate {
  font-size: 0.8em;
}
.k-scheduler-timecolumn {
  white-space: nowrap;
}
.k-scheduler-edit-form .k-edit-form-container,
.k-scheduler-timezones .k-edit-form-container {
  width: 520px;
}
.k-scheduler-edit-form .k-edit-label {
  width: 17%;
}
.k-scheduler-edit-form .k-edit-field {
  width: 77%;
}
.k-scheduler-edit-form .k-textbox[name="title"],
.k-scheduler-edit-form textarea.k-textbox {
  width: 100%;
}
.k-scheduler-edit-form textarea.k-textbox {
  min-height: 4em;
  resize: vertical;
}
.k-scheduler-edit-form > .k-edit-box:first-child .k-datetimepicker {
  margin-right: 1em;
}
.km-pane-wrapper .k-scheduler-edit-form .k-edit-buttons {
  clear: right;
  margin-right: 2%;
  margin-left: 2%;
  padding: 0 0 0.6em;
}
.k-edit-box {
  float: left;
}
.k-edit-box + .k-edit-box {
  float: right;
}
.k-scheduler-edit-form label + input {
  margin-left: 1em;
}
.k-edit-field > ul.k-reset > li {
  margin: 0.2em 0 0.4em;
  line-height: 2.4;
}
.k-edit-field > ul.k-reset.k-toolbar > li {
  margin: 0;
}
.k-edit-field > ul.k-reset .k-widget {
  margin-left: 0.8em;
}
.k-edit-field > ul.k-reset .k-numerictextbox,
.k-edit-field span.k-recur-interval {
  width: 5em;
}
.k-edit-field > ul.k-reset .k-dropdown,
.k-edit-field > ul.k-reset .k-datepicker,
div[name="recurrenceRule"] > .k-dropdown {
  width: 9em;
}
.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete {
  float: left;
}
.k-popup-message {
  margin: 0;
  padding: 1em 0 2em;
  text-align: center;
}
.k-scheduler-timezones .k-dropdown:first-child {
  width: 100%;
}
.k-scheduler-timezones .k-dropdown + .k-dropdown {
  margin: 0.5em 0 0.7em;
}
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
  display: none;
}
.k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
  display: none;
}
.k-scheduler-refresh {
  float: right;
  padding: 0 0.5em;
}
/* Responsive styles  */
@media only screen and (max-width: 1024px) {
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 10000;
  }
  .k-webkit .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ie11 .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-edge .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-safari .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views {
    right: auto;
    left: 6px;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view) {
    display: none;
  }
  .k-webkit .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-ff .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-ie11 .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-edge .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-safari .k-scheduler-toolbar li.k-nav-current .k-lg-date-format {
    display: none;
  }
  .k-webkit .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-ff .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-ie11 .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-edge .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-safari .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: inline;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    display: block;
    border-width: 1px;
  }
  .k-webkit .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-edge .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }
  .k-webkit .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ie11 .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-edge .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-safari .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-webkit .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-edge .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .k-webkit .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-ff .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-ie11 .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-edge .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-safari .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: none;
  }
  .k-webkit .k-scheduler-timecolumn,
  .k-ff .k-scheduler-timecolumn,
  .k-ie11 .k-scheduler-timecolumn,
  .k-edge .k-scheduler-timecolumn,
  .k-safari .k-scheduler-timecolumn {
    width: 5em;
  }
  .k-webkit .k-scheduler-datecolumn,
  .k-ff .k-scheduler-datecolumn,
  .k-ie11 .k-scheduler-datecolumn,
  .k-edge .k-scheduler-datecolumn,
  .k-safari .k-scheduler-datecolumn {
    width: 6em;
    overflow: hidden;
  }
  .k-webkit .k-scheduler-timecolumn > div,
  .k-ff .k-scheduler-timecolumn > div,
  .k-ie11 .k-scheduler-timecolumn > div,
  .k-edge .k-scheduler-timecolumn > div,
  .k-safari .k-scheduler-timecolumn > div,
  .k-webkit .k-scheduler-datecolumn > div,
  .k-ff .k-scheduler-datecolumn > div,
  .k-ie11 .k-scheduler-datecolumn > div,
  .k-edge .k-scheduler-datecolumn > div,
  .k-safari .k-scheduler-datecolumn > div {
    white-space: normal;
  }
}
/* Remove scrollbars during PDF export */
.k-scheduler-pdf-export {
  overflow: hidden;
}
.k-pdf-export-shadow .k-scheduler,
.k-scheduler-pdf-export .k-scheduler-content,
.k-scheduler-pdf-export .k-scheduler-times {
  height: auto !important;
  overflow: visible !important;
}
.k-scheduler-pdf-export .k-scheduler-header {
  padding: 0 !important;
}
.k-scheduler-pdf-export .k-scheduler-header-wrap {
  border-width: 0 !important;
}
.k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table,
.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table {
  width: 100% !important;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Tooltip */
.k-tooltip {
  position: absolute;
  z-index: 12000;
  border-style: solid;
  border-width: 0;
  padding: 5px 5px 5px 6px;
  background-repeat: repeat-x;
  min-width: 20px;
  /*slider tooltip only*/
  text-align: center;
  /*slider tooltip only*/
}
.k-tooltip-button {
  text-align: right;
  height: 0;
}
.k-tooltip-content {
  height: 100%;
}
.k-tooltip-closable .k-tooltip-content {
  padding-right: 20px;
}
span.k-tooltip {
  position: static;
  display: inline-block;
  border-width: 1px;
  padding: 2px 5px 1px 6px;
}
.k-invalid-msg {
  display: none;
}
.k-callout {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
  pointer-events: none;
}
.k-callout-n {
  top: -12px;
  left: 50%;
  pointer-events: none;
}
.k-callout-w {
  top: 50%;
  left: -12px;
  pointer-events: none;
}
.k-callout-s {
  left: 50%;
  bottom: -12px;
  pointer-events: none;
}
.k-callout-e {
  top: 50%;
  right: -12px;
  pointer-events: none;
}
.k-slider-tooltip .k-callout-n,
.k-slider-tooltip .k-callout-s {
  margin-left: -6px;
}
.k-slider-tooltip .k-callout-w,
.k-slider-tooltip .k-callout-e {
  margin-top: -6px;
}
.k-tooltip-validation .k-i-warning {
  vertical-align: text-top;
  margin-right: 3px;
}
.k-tooltip-validation {
  z-index: 9999;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Toolbar */
.k-toolbar {
  position: relative;
  display: block;
  vertical-align: middle;
  line-height: 2.9em;
}
.k-toolbar .k-button .k-icon,
.k-toolbar .k-button .k-sprite,
.k-overflow-container .k-button .k-icon,
.k-overflow-container .k-button .k-sprite {
  vertical-align: middle;
  margin-top: -7px;
  margin-bottom: -5px;
}
.k-toolbar .k-input {
  line-height: inherit;
  height: inherit;
  padding-top: 2px;
  padding-bottom: 2px;
}
.k-toolbar .k-input:before {
  content: "\a0";
  display: inline-block;
  width: 0;
}
.k-ie .k-toolbar .k-input {
  height: 1.65em;
}
.k-toolbar .k-combobox .k-dropdown-wrap:before,
.k-toolbar .k-picker-wrap:before,
.k-toolbar .k-numeric-wrap:before {
  display: none;
}
.k-overflow-container .k-sprite {
  margin-left: -4px;
}
.k-toolbar-resizable {
  overflow: hidden;
  white-space: nowrap;
}
.k-toolbar > .k-align-left {
  float: none;
}
.k-toolbar > .k-align-right {
  float: right;
}
.k-toolbar > *,
.k-toolbar .k-button {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.72em;
}
.k-toolbar .k-separator {
  border-width: 0 0 0 1px;
  border-style: solid;
  width: 1px;
  line-height: inherit;
}
.k-toolbar .k-button-group {
  list-style-type: none;
}
.k-toolbar .k-button-group > li {
  display: inline-block;
}
.k-toolbar .k-button-group .k-button {
  margin: 0 0 0 -1px;
  border-radius: 0;
}
.k-toolbar .k-button,
.k-toolbar .k-split-button,
.k-toolbar .k-button-group,
.k-toolbar .k-widget,
.k-toolbar .k-textbox,
.k-toolbar label,
.k-toolbar .k-separator {
  margin: 0 0.2em;
  line-height: 1.72em;
  vertical-align: middle;
}
.k-toolbar .k-split-button {
  padding-left: 0;
}
.k-toolbar .k-split-button .k-button,
.k-toolbar .k-button-group .k-group-start {
  margin: 0;
}
.k-toolbar .k-split-button .k-split-button-arrow {
  margin: 0 0 0 -1px;
}
.k-toolbar .k-overflow-anchor {
  border-width: 0 0 0 1px;
  border-style: solid;
  height: 3em;
  width: 3em;
  line-height: inherit;
  padding: 0 0.5em;
  margin: 0;
  position: relative;
  float: right;
  border-radius: 0;
}
.k-overflow-container .k-item {
  float: none;
  border: 0;
}
.k-overflow-container .k-separator {
  border-width: 0 0 1px;
  border-style: solid;
  height: 1px;
  line-height: 0;
  font-size: 0;
  padding: 0;
}
.k-overflow-container .k-overflow-button,
.k-split-container .k-button {
  text-align: left;
  display: block;
  background: none;
  border-color: transparent;
  white-space: nowrap;
}
.k-split-container {
  margin-top: -1px;
}
.k-overflow-container .k-button-group {
  padding: 0;
}
.k-overflow-container .k-button-group > li {
  display: block;
}
.k-overflow-container .k-overflow-group {
  border-width: 1px 0;
  border-style: solid;
  border-radius: 0;
  padding: 2px 0;
  margin: 1px 0;
}
.k-overflow-container .k-overflow-hidden {
  display: none;
}
.k-overflow-container .k-toolbar-first-visible,
.k-overflow-container .k-overflow-group + .k-overflow-group,
.k-overflow-container .k-separator + .k-overflow-group {
  border-top: 0;
  margin-top: 0;
  padding-top: 1px;
}
.k-overflow-container .k-overflow-group + .k-separator {
  display: none;
}
.k-overflow-container .k-toolbar-last-visible {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 1px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Splitter */
.k-splitter {
  position: relative;
  height: 300px;
}
.k-pane > .k-splitter {
  border-width: 0;
  overflow: hidden;
}
.k-splitter .k-pane {
  overflow: hidden;
}
.k-splitter .k-scrollable {
  overflow: auto;
}
.k-splitter .k-pane-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
.k-ghost-splitbar,
.k-splitbar {
  position: absolute;
  border-style: solid;
  font-size: 0;
  outline: 0;
  user-select: none;
}
.k-splitter .k-ghost-splitbar-horizontal,
.k-splitter .k-splitbar-horizontal {
  top: 0;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}
.k-ghost-splitbar-vertical,
.k-splitbar-vertical {
  left: 0;
  height: 5px;
  border-width: 1px 0;
  background-repeat: repeat-x;
}
.k-splitbar-draggable-horizontal {
  cursor: w-resize;
}
.k-splitbar-draggable-vertical {
  cursor: n-resize;
}
.k-splitbar .k-resize-handle {
  display: none;
}
.k-restricted-size-horizontal,
.k-restricted-size-vertical {
  background-color: #f00;
}
.k-splitbar-horizontal .k-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.k-splitbar-horizontal .k-i-arrow-60-right {
  margin-left: -2px;
}
.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-right {
  margin-top: 13px;
}
.k-splitbar-horizontal .k-i-arrow-60-left {
  margin-left: -3px;
}
.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-left {
  margin-top: -28px;
}
.k-splitbar-vertical .k-i-arrow-60-up {
  margin-top: -2px;
}
.k-splitbar-vertical .k-i-arrow-60-down {
  margin-top: -2px;
}
.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-up {
  margin-left: -17px;
}
.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-down {
  margin-left: 23px;
}
.k-i-arrow-60-up,
.k-i-arrow-60-right,
.k-i-arrow-60-down,
.k-i-arrow-60-left {
  cursor: pointer;
}
.k-splitbar-horizontal .k-icon {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 20px;
  margin-top: -10px;
}
.k-splitbar-static-horizontal {
  width: 1px;
}
.k-splitbar-static-vertical {
  height: 1px;
}
.k-splitbar-vertical .k-icon {
  position: absolute;
  left: 50%;
}
.k-splitbar-draggable-vertical .k-resize-handle,
.k-splitbar-draggable-horizontal .k-resize-handle {
  display: inline-block;
  border-radius: 1px;
}
.k-splitbar-draggable-horizontal .k-resize-handle {
  width: 3px;
  height: 16px;
  margin-left: 1px;
}
.k-splitbar-draggable-vertical .k-resize-handle {
  width: 16px;
  height: 3px;
  margin-top: 1px;
}
.k-splitbar .k-i-arrow-60-up,
.k-splitbar .k-i-arrow-60-right,
.k-splitbar .k-i-arrow-60-down,
.k-splitbar .k-i-arrow-60-left {
  font-size: 10px;
}
.k-splitter-resizing {
  overflow: hidden;
}
.k-rtl .k-splitbar-horizontal .k-resize-handle {
  margin-right: 1px;
}
.k-rtl .k-splitbar-horizontal .k-i-arrow-60-right {
  margin-top: 13px;
  margin-right: -3px;
}
.k-rtl .k-splitbar-horizontal .k-i-arrow-60-left {
  margin-top: -28px;
  margin-right: -2px;
}
.k-rtl .k-splitbar-vertical .k-i-arrow-60-up {
  margin-top: -2px;
  margin-left: -17px;
}
.k-rtl .k-splitbar-vertical .k-i-arrow-60-down {
  margin-top: -2px;
  margin-left: 23px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Upload */
html .k-upload {
  position: relative;
}
.k-dropzone em,
.k-upload-button {
  vertical-align: middle;
}
.k-dropzone,
.k-file {
  position: relative;
}
.k-dropzone {
  border-style: solid;
  border-width: 0;
  padding: 0.8em;
  background-color: transparent;
}
.k-dropzone em {
  display: none;
  margin-left: 0.6em;
}
.k-dropzone-active em {
  display: inline-block;
}
.k-dropzone-active .k-upload-status {
  display: none;
}
.k-upload-button {
  position: relative;
  overflow: hidden;
  direction: ltr;
}
.k-upload .k-upload-button {
  min-width: 7.167em;
  margin-right: 1.6em;
}
.k-upload-sync .k-upload-button,
.k-ie8 .k-upload-button,
.k-ie9 .k-upload-button {
  margin: 0.8em;
}
.k-upload-button input {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font: 170px monospace !important;
  /* critical for correct operation; larger values lead to ignoring or text layout problems in IE */
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.k-upload-files {
  line-height: 2.66;
  border-style: solid;
  border-width: 1px 0 0;
  padding-bottom: 5px;
}
.k-upload-files .k-button {
  padding: 0;
}
.k-upload-status .k-i-warning {
  display: none;
}
.k-upload-status-total .k-icon {
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.k-dropzone .k-upload-status-total {
  top: 50%;
  transform: translateY(-50%);
}
.k-ie .k-dropzone .k-upload-status-total {
  transform: none;
}
.k-upload .k-clear-selected,
.k-upload .k-upload-selected {
  display: inline-block;
  width: 50%;
  margin: 0;
  line-height: 1em;
  padding: 1.214em 0;
  border: 0;
}
.k-upload .k-upload-selected {
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: -1px;
}
.k-upload .k-clear-selected {
  border-radius: 0 0 0 4px;
}
.k-upload .k-upload-selected {
  border-radius: 0 0 4px 0;
}
.k-upload-files ~ .k-clear-selected,
.k-upload-files ~ .k-upload-selected {
  margin-top: -5px;
}
.k-upload .k-fail {
  background-position: -161px -111px;
}
.k-si-refresh,
.k-i-srefresh {
  background-position: -160px -128px;
}
.k-link:not(.k-state-disabled):hover > .k-si-refresh,
.k-link:not(.k-state-disabled):hover > .k-i-srefresh,
.k-state-hover > .k-si-refresh,
.k-state-hover > .k-i-srefresh,
.k-state-hover > * > .k-si-refresh,
.k-state-hover > * > .k-i-srefresh,
.k-button:not(.k-state-disabled):hover .k-si-refresh,
.k-button:not(.k-state-disabled):hover .k-i-srefresh,
.k-textbox:hover .k-si-refresh,
.k-textbox:hover .k-i-srefresh,
.k-button:active .k-si-refresh,
.k-button:active .k-i-srefresh {
  background-position: -176px -128px;
}
.k-si-tick,
.k-i-stick,
.k-success {
  background-position: -160px -96px;
}
.k-link:not(.k-state-disabled):hover > .k-si-tick,
.k-link:not(.k-state-disabled):hover > .k-i-stick,
.k-link:not(.k-state-disabled):hover > .k-success,
.k-state-hover > .k-si-tick,
.k-state-hover > .k-i-stick,
.k-state-hover > .k-success,
.k-state-hover > * > .k-si-tick,
.k-state-hover > * > .k-i-stick,
.k-state-hover > * > .k-success,
.k-button:not(.k-state-disabled):hover .k-si-tick,
.k-button:not(.k-state-disabled):hover .k-i-stick,
.k-button:not(.k-state-disabled):hover .k-success,
.k-textbox:hover .k-si-tick,
.k-textbox:hover .k-i-stick,
.k-textbox:hover .k-success,
.k-button:active .k-si-tick,
.k-button:active .k-i-stick,
.k-button:active .k-success {
  background-position: -176px -96px;
}
.k-si-cancel,
.k-i-scancel {
  background-position: -160px -112px;
}
.k-link:not(.k-state-disabled):hover > .k-si-cancel,
.k-link:not(.k-state-disabled):hover > .k-i-scancel,
.k-state-hover > .k-si-cancel,
.k-state-hover > .k-i-scancel,
.k-state-hover > * > .k-si-cancel,
.k-state-hover > * > .k-i-scancel,
.k-button:not(.k-state-disabled):hover .k-si-cancel,
.k-button:not(.k-state-disabled):hover .k-i-scancel,
.k-textbox:hover .k-si-cancel,
.k-textbox:hover .k-i-scancel,
.k-button:active .k-si-cancel,
.k-button:active .k-i-scancel {
  background-position: -176px -112px;
}
.k-file {
  border-style: solid;
  border-width: 0 0 1px;
  padding: 0.65em 0.17em 0.65em 1em;
}
.k-file .k-upload-action {
  background: 0 0;
  border-width: 0;
  box-shadow: none;
  margin-right: 3px;
}
.k-file .k-icon {
  display: inline-block;
  position: relative;
}
.k-file-extension-wrapper,
.k-file-name-size-wrapper,
.k-multiple-files-extension-wrapper,
.k-file-invalid-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
  display: inline-block;
}
.k-file-extension-wrapper,
.k-multiple-files-extension-wrapper,
.k-file-invalid-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
  position: relative;
  width: 24px;
  height: 34px;
  border-width: 2px;
  border-style: solid;
  vertical-align: top;
  font-size: 0.57em;
  text-transform: uppercase;
}
.k-file-invalid-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
  font-size: 1.2em;
}
.k-multiple-files-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
  margin-top: 4px;
}
.k-file-state {
  visibility: hidden;
}
.k-file-name-size-wrapper {
  vertical-align: middle;
  margin-left: 1em;
}
.k-file-extension-wrapper:before,
.k-multiple-files-extension-wrapper:before,
.k-multiple-files-extension-wrapper:after,
.k-file-invalid-extension-wrapper:before,
.k-multiple-files-invalid-extension-wrapper:before,
.k-multiple-files-invalid-extension-wrapper:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
}
.k-file-extension-wrapper:before,
.k-multiple-files-extension-wrapper:before,
.k-file-invalid-extension-wrapper:before,
.k-multiple-files-invalid-extension-wrapper:before {
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-width: 6px;
  margin-top: -1px;
  margin-right: -1px;
}
.k-multiple-files-extension-wrapper:after,
.k-multiple-files-invalid-extension-wrapper:after {
  top: -6px;
  left: -6px;
  width: 15px;
  height: 35px;
  border-width: 2px 0 0 2px;
}
.k-file-extension,
.k-file-invalid-icon {
  position: absolute;
  bottom: 0;
  line-height: normal;
}
.k-file-extension {
  margin-left: 0.4em;
  margin-bottom: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.k-file-invalid-icon {
  margin-left: 5px;
}
.k-file-name,
.k-file-size,
.k-file-validation-message,
.k-file-information {
  display: block;
}
.k-file-name {
  position: relative;
  min-width: 10em;
  max-width: 16.667em;
  vertical-align: middle;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.k-file-size,
.k-file-information,
.k-file-validation-message {
  font-size: 0.78em;
  line-height: 1.5em;
}
.k-file-information,
.k-file-validation-message {
  line-height: 1.5em;
}
.k-file-size {
  line-height: 1.2em;
}
.k-upload-files .k-upload-status {
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 1em;
  opacity: 0.65;
}
.k-upload-action,
.k-button.k-upload-action:hover,
.k-button.k-upload-action:active:hover,
.k-button.k-upload-action.k-state-active:hover {
  color: inherit;
  background: transparent;
  border: 0;
}
.k-upload-action {
  opacity: 0.6;
}
.k-upload-action:hover {
  opacity: 1;
}
.k-upload-action .k-icon {
  vertical-align: top;
}
.k-file .k-upload-status .k-button,
.k-file .k-upload-status > .k-icon {
  vertical-align: middle;
  border-radius: 50%;
}
.k-dropzone .k-upload-status {
  position: static;
  margin-left: 10px;
}
.k-upload-pct {
  margin-right: 0.75em;
}
.k-ie8 .k-upload-status-total {
  line-height: 29px;
}
.k-ie8 .k-upload-status-total,
.k-ie9 .k-upload-status-total {
  top: 1.5em;
}
.k-ie8 .k-upload-status-total > .k-icon,
.k-ie9 .k-upload-status-total > .k-icon {
  margin-top: -3px;
}
.k-upload-action {
  line-height: normal;
}
.k-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.k-file-invalid > .k-progress {
  width: 100%;
}
.k-upload-selected {
  min-width: 7.167em;
  margin: 0.25em 0 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.k-upload-selected,
.k-upload-cancel {
  margin-bottom: 0.8em;
}
.k-upload-selected {
  margin-left: 0.8em;
  margin-right: 0.2em;
}
.k-rtl .k-file-extension-wrapper {
  margin-left: 14px;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-mediaplayer {
  position: relative;
}
.k-mediaplayer > video,
.k-mediaplayer > iframe {
  vertical-align: top;
}
.k-mediaplayer .k-mediaplayer-titlebar,
.k-mediaplayer .k-mediaplayer-toolbar-wrap {
  z-index: 2;
}
.k-mediaplayer .k-mediaplayer-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.k-mediaplayer-titlebar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05) 80%, rgba(0, 0, 0, 0));
  color: white;
  padding: 12px 12px 30px;
}
.k-mediaplayer-toolbar-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.k-mediaplayer-toolbar {
  padding: 0px;
  border-width: 0;
}
.k-mediaplayer-toolbar .k-button.k-bare {
  padding-left: 9px;
  padding-right: 9px;
}
.k-mediaplayer-toolbar div.k-mediaplayer-volume {
  margin: 2px 6px 0;
}
.k-mediaplayer-toolbar .k-toolbar-spacer {
  display: none;
}
.k-mediaplayer-toolbar .k-mediaplayer-quality {
  width: auto;
  padding: 0;
  background: none transparent;
}
.k-mediaplayer-toolbar .k-mediaplayer-quality .k-dropdown-wrap {
  border: 0 none;
  box-shadow: none;
  padding: 0;
  background: none transparent;
  color: inherit;
}
.k-mediaplayer-toolbar .k-mediaplayer-quality .k-input {
  display: none;
}
.k-mediaplayer-toolbar .k-mediaplayer-quality .k-select {
  position: relative;
  width: auto;
  min-height: 0;
  line-height: inherit;
}
.k-mediaplayer-toolbar .k-align-right {
  line-height: inherit;
}
.k-mediaplayer-toolbar .k-align-right > * {
  display: inline-block;
}
.k-mediaplayer-currenttime {
  display: inline-block;
  margin-top: 2px;
}
.k-quality-list {
  width: 80px !important;
  margin-left: -32px !important;
}
.k-mediaplayer-fullscreen {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.k-mediaplayer-seekbar {
  margin: 0;
  width: 100%;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}
.k-mediaplayer-seekbar .k-slider-track {
  width: 100% !important;
}
.k-mediaplayer-seekbar .k-slider-track,
.k-mediaplayer-seekbar .k-slider-selection {
  border-radius: 0;
}
.k-mediaplayer-seekbar .k-draghandle {
  opacity: 0;
  transition: 0.2s opacity;
}
.k-mediaplayer-seekbar .k-draghandle.k-state-selected,
.k-mediaplayer-seekbar:hover .k-draghandle {
  opacity: 1;
}
.k-mediaplayer .k-mediaplayer-seekbar {
  position: absolute;
  z-index: 2;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* ImageBrowser */
.k-toolbar-wrap .k-dropzone em,
.k-toolbar-wrap .k-upload-files {
  display: none;
}
.k-toolbar-wrap .k-dropzone {
  border: 0;
  padding: 0;
}
.k-toolbar-wrap .k-dropzone-active {
  text-align: center;
}
.k-toolbar-wrap .k-dropzone-active em {
  display: inline;
  margin: 0;
  font-size: 5em;
  font-style: normal;
}
.k-toolbar-wrap .k-dropzone-active .k-upload-button {
  display: none;
}
.k-filebrowser-dropzone {
  z-index: 10010;
  filter: alpha(opacity=40);
  opacity: 0.4;
  position: fixed;
}
.k-search-wrap {
  position: relative;
  float: right;
  width: 20%;
  padding: 0;
}
.k-search-wrap label {
  position: absolute;
  top: 0;
  left: 4px;
  line-height: 20px;
  font-style: italic;
}
.k-search-wrap input.k-input {
  padding-left: 0;
  padding-right: 0;
}
.k-search-wrap .k-search {
  position: absolute;
  top: 4px;
  right: 2px;
  margin: 0;
}
.k-breadcrumbs {
  position: relative;
  float: left;
  width: 79%;
}
.k-breadcrumbs-wrap {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  padding-left: 5px;
  line-height: 18px;
}
.k-breadcrumbs > .k-input {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  border: 0;
}
.k-breadcrumbs .k-link,
.k-breadcrumbs-wrap .k-icon {
  margin-top: 0;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}
.k-breadcrumbs .k-link:hover {
  text-decoration: underline;
}
.k-filebrowser .k-tile .k-folder,
.k-filebrowser .k-tile .k-file,
.k-filebrowser .k-tile .k-i-folder,
.k-filebrowser .k-tile .k-i-file {
  font-size: 5em;
}
.k-filebrowser .k-breadcrumbs .k-i-arrow-end-left {
  text-decoration: none;
  cursor: default;
}
.k-filebrowser .k-filebrowser-toolbar {
  border-style: solid;
  border-width: 1px;
  margin: 8px 0 0;
  padding: 0.25em;
  line-height: 23px;
  white-space: nowrap;
  /*required by WebKit*/
}
.k-filebrowser .k-filebrowser-toolbar .k-button.k-state-disabled {
  display: none;
}
.k-filebrowser .k-toolbar-wrap {
  float: left;
}
.k-filebrowser .k-tiles-arrange {
  float: right;
}
.k-filebrowser .k-tiles-arrange .k-dropdown {
  width: 75px;
}
.k-filebrowser .k-upload {
  float: left;
  z-index: 10010;
  border-width: 0;
  background-color: transparent;
}
.k-filebrowser .k-upload .k-upload-status {
  display: none;
}
.k-filebrowser .k-upload .k-upload-button {
  width: auto;
  margin-left: 0;
  vertical-align: top;
}
.k-filebrowser .k-upload .k-icon {
  vertical-align: bottom;
}
.k-tiles {
  clear: both;
  height: 390px;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  margin: 0 0 1.4em;
  padding: 9px;
  overflow: auto;
  line-height: 1.2;
}
.k-tile {
  float: left;
  width: 223px;
  height: 88px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin: 1px;
  padding: 0 0 4px;
  background-position: 0 100px;
  background-repeat: repeat-x;
  cursor: pointer;
}
.k-tiles li.k-state-hover,
.k-tiles li.k-state-selected {
  background-position: 0 center;
}
.k-filebrowser .k-thumb {
  float: left;
  display: inline;
  width: 80px;
  height: 80px;
  margin: 4px 10px 0 4px;
  user-select: none;
}
.k-filebrowser .k-file,
.k-filebrowser .k-i-file {
  width: 80px;
  height: 80px;
}
.k-filebrowser .k-image {
  margin: 2px 0 0 2px;
}
.k-filebrowser .k-folder,
.k-filebrowser .k-i-folder {
  width: 80px;
  height: 80px;
  background-position: 0 -200px;
  background-repeat: no-repeat;
}
.k-filebrowser .k-loading {
  margin: 35px 0 0 33px;
}
.k-tile strong,
.k-tile input {
  margin: 10px 0 4px;
  font-weight: normal;
}
.k-tile strong {
  float: left;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k-tile input {
  width: 100px;
}
.k-tile strong,
.k-tile input {
  display: block;
}
.k-tile .k-filesize {
  display: inline-block;
}
.k-filebrowser .k-form-text-row {
  text-align: right;
}
.k-filebrowser .k-form-text-row label {
  width: 14%;
}
.k-filebrowser .k-form-text-row input {
  width: 80%;
}
.k-tile-empty {
  margin: 160px 0 0;
}
.k-tile-empty .k-dialog-upload {
  font-weight: bold;
  font-size: 120%;
}
.k-tile-empty strong {
  display: block;
  margin: 0 0 0.2em;
  font-size: 3em;
  font-weight: normal;
}
.k-tile-empty,
.k-tile-empty .k-button-wrapper {
  text-align: center;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-chart,
.k-gauge,
.k-sparkline,
.k-stockchart {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-chart,
.k-stockchart {
  height: 400px;
}
div.k-chart,
div.k-gauge,
span.k-sparkline,
.k-stockchart {
  background-color: transparent;
}
.k-gauge {
  text-align: left;
  position: relative;
}
.k-baseline-marker {
  zoom: 1;
  *display: inline;
}
.k-chart-tooltip {
  border-radius: 4px;
  padding: 6px;
  white-space: nowrap;
  z-index: 12000;
  line-height: normal;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);
  color: #fff;
}
.k-chart-tooltip-inverse {
  color: #000;
}
.k-chart-tooltip table {
  border-spacing: 0;
  border-collapse: collapse;
}
.k-chart-tooltip th {
  width: auto;
  text-align: center;
  padding: 1px;
}
.k-chart-tooltip td {
  width: auto;
  text-align: left;
  padding: 0.1em 0.2em;
}
.k-chart-shared-tooltip-marker {
  display: block;
  width: 15px;
  height: 3px;
}
/*Stock Charts*/
/* Selection */
.k-selector {
  position: absolute;
  -webkit-transform: translateZ(0);
}
.k-selection {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-bottom: 0;
  height: 100%;
}
.k-selection-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.01);
  filter: alpha(opacity=1);
}
.k-handle {
  background: #d2d2d2;
  width: 7px;
  height: 26px;
  cursor: e-resize;
  z-index: 1;
  border-radius: 6px;
  position: absolute;
}
.k-handle div {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.k-left-handle {
  left: -4px;
}
.k-right-handle {
  right: -4px;
}
.k-left-handle div {
  margin: -20px 0 0 -15px;
  padding: 40px 30px 0 0;
}
.k-left-handle.k-handle-active div {
  margin-left: -40px;
  padding-right: 55px;
}
.k-right-handle div {
  margin: -20px 0 0 -15px;
  padding: 40px 0 0 30px;
}
.k-right-handle.k-handle-active div {
  padding-left: 55px;
}
.k-mask {
  position: absolute;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.k-border {
  background: #d2d2d2;
  width: 1px;
  height: 100%;
  position: absolute;
}
/* Navigator hint */
.k-navigator-hint div {
  position: absolute;
}
.k-navigator-hint .k-scroll {
  position: absolute;
  height: 4px;
  border-radius: 4px;
  background: #d2d2d2;
}
.k-navigator-hint .k-tooltip {
  margin-top: 20px;
  min-width: 160px;
  opacity: 1;
  text-align: center;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background: #fff;
}
/* Sparklines */
.k-sparkline,
.k-sparkline span {
  display: inline-block;
  vertical-align: top;
}
.k-sparkline span {
  height: 100%;
  width: 100%;
}
/* Map */
.k-map,
.k-diagram {
  height: 600px;
}
.k-map .km-scroll-wrapper,
.k-diagram .km-scroll-wrapper {
  padding-bottom: 0;
  user-select: none;
}
.k-map .km-scroll-wrapper,
.k-diagram .km-scroll-wrapper,
.k-map .km-scroll-container,
.k-diagram .km-scroll-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.k-map .k-layer,
.k-diagram .k-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.k-map .km-touch-scrollbar,
.k-diagram .km-touch-scrollbar {
  display: none;
}
.k-map .k-marker {
  position: absolute;
  width: 28px;
  height: 40px;
  margin: -40px 0 0 -14px;
  cursor: pointer;
}
.k-map .k-marker-pin {
  background-position: 0px 40px;
}
.k-map .k-marker-pin-target {
  background-position: 0px 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-map .k-marker {
    width: 56px;
    height: 80px;
    margin: -80px 0 0 -28px;
  }
  .k-map .k-marker-pin {
    background-position: 0px 80px;
  }
}
/* Control positions */
.k-map .k-pos-top {
  top: 0;
}
.k-map .k-pos-bottom {
  bottom: 0;
}
.k-map .k-pos-left {
  left: 0;
}
.k-map .k-pos-right {
  right: 0;
}
.k-map-controls {
  position: absolute;
}
.k-map-controls.k-pos-left .k-widget:first-child {
  margin-right: 0;
}
.k-map-controls.k-pos-right .k-widget:first-child {
  margin-left: 0;
}
/* Map navigator */
.k-navigator {
  width: 50px;
  height: 50px;
  margin: 20px;
  border-radius: 80px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.k-pdf-export .k-navigator {
  display: none;
}
.k-navigator > button {
  border-color: transparent;
  background: none;
}
div.k-navigator > .k-button {
  margin: 0;
  padding: 0;
  line-height: 10px;
  border-radius: 16px;
  position: absolute;
  font-size: 1px;
  /*IE7*/
  line-height: 1px;
}
div.k-navigator .k-navigator-n,
div.k-navigator .k-navigator-up {
  top: 2px;
  left: 50%;
  margin-left: -9px;
}
div.k-navigator .k-navigator-e,
div.k-navigator .k-navigator-right {
  right: 2px;
  top: 50%;
  margin-top: -9px;
}
div.k-navigator .k-navigator-s,
div.k-navigator .k-navigator-down {
  bottom: 2px;
  left: 50%;
  margin-left: -9px;
}
div.k-navigator .k-navigator-w,
div.k-navigator .k-navigator-left {
  left: 2px;
  top: 50%;
  margin-top: -9px;
}
/* Attribution */
.k-map .k-attribution {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  padding: 2px 4px;
  z-index: 1000;
}
/* Zoom */
.k-zoom-control {
  margin: 14px;
  vertical-align: middle;
}
.k-pdf-export .k-zoom-control {
  display: none;
}
.k-button-wrap {
  border-radius: 4px;
  display: inline-block;
}
.k-button-wrap .k-button {
  position: relative;
  padding: 4px;
  line-height: 16px;
}
.k-button-wrap .k-button .k-icon {
  vertical-align: top;
}
.k-buttons-horizontal :first-child {
  border-radius: 4px 0 0 4px;
}
.k-buttons-horizontal :first-child + .k-zoom-in {
  border-radius: 0;
  margin-left: -1px;
}
.k-buttons-horizontal .k-zoom-out {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.k-button-wrap .k-button:hover {
  z-index: 1;
}
.k-buttons-vertical .k-button {
  display: block;
}
.k-buttons-vertical :first-child {
  border-radius: 4px 4px 0 0;
}
.k-buttons-vertical .k-zoom-out {
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}
.k-zoom-text {
  margin: 0;
  width: 4.3em;
  vertical-align: top;
}
/* RTL */
.k-rtl .k-buttons-horizontal :first-child {
  border-radius: 0 4px 4px 0;
}
.k-rtl .k-buttons-horizontal :first-child + .k-zoom-in {
  border-radius: 0;
  margin-left: 0;
  margin-right: -1px;
}
.k-rtl .k-buttons-horizontal .k-zoom-out {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
  margin-right: -1px;
}
/* Diagram */
.k-diagram {
  height: 600px;
}
.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.k-canvas-container {
  width: 100%;
  height: 100%;
}
/* IE8- */
.k-diagram img {
  box-sizing: content-box;
}
/* TreeMap start */
.k-treemap {
  overflow: hidden;
  height: 400px;
}
.k-treemap-tile {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  margin: -1px 0 0 -1px;
  overflow: hidden;
}
.k-treemap-tile.k-leaf {
  padding: 0.6em;
}
.k-treemap-wrap.k-last > .k-treemap-tile {
  padding: 0.3em;
}
.k-treemap-tile.k-state-hover,
.k-treemap-tile.k-state-hover:hover {
  z-index: 2;
  background-image: none;
}
.k-treemap > .k-treemap-tile {
  position: relative;
  height: 100%;
}
.k-treemap-title {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.42em;
  height: 2.42em;
  padding: 0 0.6em;
  white-space: nowrap;
}
.k-treemap-wrap .k-treemap-title {
  border-width: 0 0 1px;
  border-style: solid;
}
.k-treemap-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.k-treemap-title + .k-treemap-wrap {
  top: 2.42em;
}
.k-treemap-title-vertical {
  box-sizing: border-box;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.42em;
  line-height: 2.42em;
  overflow: hidden;
  padding: 0.6em 0;
  white-space: nowrap;
}
.k-treemap-title-vertical > div {
  position: absolute;
  top: 0;
  right: 1.23em;
  transform-origin: right;
  transform: rotate(-90deg);
}
.k-treemap-title-vertical + .k-treemap-wrap {
  left: 2.42em;
}
/* TreeMap end */
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* common mobile css */
.km-root,
.km-pane,
.km-pane-wrapper {
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  -ms-content-zooming: none;
  user-select: none;
  text-size-adjust: none;
}
.km-pane-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.km-pane,
.km-shim {
  font-family: sans-serif;
}
.km-pane {
  overflow-x: hidden;
}
.km-view {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  vertical-align: top;
}
.k-ff .km-view,
.k-ff .km-pane {
  overflow: hidden;
}
.k-ff18 .km-view,
.k-ff18 .km-pane,
.k-ff19 .km-view,
.k-ff19 .km-pane,
.k-ff20 .km-view,
.k-ff20 .km-pane,
.k-ff21 .km-view,
.k-ff21 .km-pane {
  position: relative;
}
.k-ff .km-view {
  display: -moz-inline-box;
  display: flex;
}
.km-content {
  min-height: 1px;
  flex: 1;
  flex-align: stretch;
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
}
.km-actionsheet > li {
  list-style-type: none;
  padding: inherit 1em;
  line-height: 2em;
}
.km-actionsheet {
  padding: 0;
  margin: 0;
}
.km-shim {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
}
.km-shim .k-animation-container,
.km-actionsheet-wrapper {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.km-shim .k-animation-container {
  width: auto;
}
/* /common mobile css */
.km-pane-wrapper .k-grid-edit-form > .km-header,
.km-pane-wrapper .k-grid-column-menu > .km-header,
.km-pane-wrapper .k-grid-filter-menu > .km-header,
.km-pane-wrapper .k-scheduler-edit-form > .km-header {
  border-style: solid;
  border-width: 1px;
  padding: 0.3em 0.6em;
  text-align: center;
  width: auto;
  line-height: 2em;
}
.k-ie .km-pane-wrapper .k-scheduler > .k-scheduler-toolbar,
.k-ie .km-pane-wrapper .k-scheduler > .k-scheduler-footer {
  line-height: 2em;
}
.km-pane-wrapper .k-grid-edit-form .k-multiselect,
.km-pane-wrapper .k-scheduler-edit-form .k-multiselect {
  width: 15em;
}
.km-pane-wrapper .k-grid-edit-form .k-dropdown-wrap,
.km-pane-wrapper .k-scheduler-edit-form .k-dropdown-wrap {
  display: block;
}
.km-pane-wrapper .k-grid-column-menu .k-done,
.km-pane-wrapper .k-grid-filter-menu .k-submit,
.km-pane-wrapper .k-grid-edit-form .k-grid-update,
.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-update {
  float: right;
}
.km-pane-wrapper .k-grid-filter-menu .k-i-cancel,
.km-pane-wrapper .k-grid-edit-form .k-grid-cancel,
.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-cancel {
  float: left;
}
.km-pane-wrapper .k-grid-edit-row .k-textbox {
  box-sizing: border-box;
}
/* Actiosheet Styles */
.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-delete,
*:not(.km-pane) > .km-shim .km-actionsheet .k-button {
  display: block;
  text-align: center;
}
*:not(.km-pane) > .km-shim .km-actionsheet .k-button {
  font-size: 1.4em;
  margin: 0.3em 1em;
}
*:not(.km-pane) > .km-shim .km-actionsheet-title {
  text-align: center;
  line-height: 3em;
  margin-bottom: -0.3em;
}
*:not(.km-pane) > .km-shim > .k-animation-container {
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
}
/* Adaptive Grid */
.km-pane-wrapper > div.km-pane {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
}
.km-pane-wrapper .k-popup-edit-form .km-content > .km-scroll-container,
.km-pane-wrapper .k-grid-edit-form .km-content > .km-scroll-container,
.km-pane-wrapper .k-grid-column-menu .km-content > .km-scroll-container,
.km-pane-wrapper .k-grid-filter-menu .km-content > .km-scroll-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
  width: 74%;
}
.km-pane-wrapper .k-grid-edit-form .k-popup-edit-form,
.km-pane-wrapper .k-grid-edit-form .k-edit-form-container {
  width: auto;
}
.km-pane-wrapper .k-filter-menu .k-button {
  width: 100%;
  margin: 0;
}
.k-grid-mobile {
  border-width: 0;
}
.k-grid-mobile .k-resize-handle-inner {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -7px;
  width: 17px;
  height: 17px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
}
.k-grid-mobile .k-resize-handle-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 1px;
  width: 6px;
  height: 6px;
  background-position: -5px -53px;
}
.k-grid-mobile .k-resize-handle-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1px;
  width: 6px;
  height: 6px;
  background-position: -5px -21px;
}
/* Adaptive Grid & Scheduler */
.km-pane-wrapper .km-pane * {
  background-clip: border-box;
}
.km-pane-wrapper .km-pane .k-mobile-list,
.km-pane-wrapper .k-mobile-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-radius: 0;
  background: none;
}
.km-pane-wrapper .km-switch {
  top: 50%;
  right: 0.8rem;
  position: absolute;
  margin-top: -1.1rem;
}
.km-pane-wrapper .k-mobile-list .k-state-disabled {
  opacity: 1;
}
.km-pane-wrapper .k-mobile-list .k-state-disabled > * {
  opacity: 0.7;
}
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-item > .k-link,
.km-pane-wrapper .k-mobile-list .k-item > .k-label,
.km-pane-wrapper .k-mobile-list .k-edit-label {
  display: block;
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 0 0.5em 1em;
  font-size: 1em;
}
.km-pane-wrapper .k-edit-form-container,
.km-pane-wrapper .k-scheduler-edit-form .km-scroll-container {
  padding-top: 1em;
  width: 100%;
}
.km-pane-wrapper .k-mobile-list .k-edit-label {
  position: absolute;
  margin: 0;
  float: none;
  clear: none;
  width: 100%;
}
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-edit-label label {
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.1em 0;
  margin: 0;
}
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-edit-label {
  font-size: 1em;
  line-height: 1.6em;
  overflow: hidden;
}
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-edit-label {
  width: 100%;
  float: none;
  clear: none;
  min-height: 2.7em;
}
.km-pane-wrapper .km-header .k-icon,
.km-pane-wrapper .k-grid-toolbar .k-icon,
.km-pane-wrapper .k-grid-edit .k-icon,
.km-pane-wrapper .k-grid-delete .k-icon {
  display: none;
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
  padding: 0.5em 0;
}
.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar {
  padding: 0.3em 0;
}
.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar ul li {
  line-height: 2em;
}
.km-pane-wrapper .k-mobile-list .k-item > * {
  line-height: normal;
}
.km-pane-wrapper .k-mobile-list .k-edit-buttons,
.km-pane-wrapper .k-mobile-list .k-button-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: 0;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-filter-help-text > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
  display: block;
  padding: 0.2em 1em;
  font-size: 0.95em;
  position: -webkit-sticky;
  margin: 0;
  font-weight: normal;
  line-height: 2em;
  background: transparent;
  border-top: 1em solid transparent;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
  position: relative;
}
.km-pane-wrapper .k-mobile-list .k-item:first-child {
  border-top: 0;
}
.km-pane-wrapper .k-mobile-list .k-item:last-child {
  border-bottom: 0;
}
.km-pane-wrapper .k-mobile-list .k-item > .k-link,
.km-pane-wrapper .k-mobile-list .k-item > .k-label {
  line-height: inherit;
  text-decoration: none;
  margin: -0.5em 0 -0.5em -1em;
}
/* Mobile list form elements */
.k-check[type=checkbox],
.k-check[type=radio],
.k-mobile-list .k-edit-field [type=checkbox],
.k-mobile-list .k-edit-field [type=radio] {
  appearance: none;
  background-color: transparent;
}
.km-pane-wrapper .k-mobile-list .k-link .k-check,
.km-pane-wrapper .k-mobile-list .k-label .k-check,
.k-mobile-list .k-edit-field [type=checkbox],
.k-mobile-list .k-edit-field [type=radio] {
  border: 0;
  font-size: inherit;
  width: 13px;
  height: 13px;
  margin: 0.26em 1em 0.26em 0;
}
.k-ie .km-pane-wrapper .k-icon,
.k-ie .km-pane-wrapper .k-mobile-list .k-link .k-check,
.k-ie .km-pane-wrapper .k-mobile-list .k-label .k-check,
.k-ie .k-mobile-list .k-edit-field [type=checkbox],
.k-ie .k-mobile-list .k-edit-field [type=radio] {
  font-size: inherit;
  text-indent: -9999px;
  width: 1.01em;
  height: 1em;
}
.km-pane-wrapper .k-column-menu .k-label .k-check {
  height: 16px;
  width: 16px;
}
.km-pane-wrapper .km-pane .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .km-pane .k-mobile-list textarea,
.km-pane-wrapper .k-mobile-list .k-widget,
.km-pane-wrapper .k-edit-field > *:not([type="checkbox"]):not([type="radio"]):not(.k-button) {
  text-indent: 0;
  font-size: 1em;
  line-height: 1.6em;
  vertical-align: middle;
  height: auto;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.km-pane-wrapper .k-mobile-list .k-widget {
  border: 0;
  border-radius: 0;
}
.k-ie .km-pane-wrapper .k-mobile-list .k-widget {
  height: initial;
}
.km-pane-wrapper .k-mobile-list .k-widget .k-input,
.km-pane-wrapper .k-mobile-list .k-widget .k-state-default {
  border: 0;
  background: transparent;
}
.km-pane-wrapper *:not(.k-state-default):not(.k-pager-input) > input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.km-pane-wrapper .k-mobile-list .k-widget,
.km-pane-wrapper .k-edit-field > *:not([type="checkbox"]):not([type="radio"]):not(.k-button) {
  width: 80%;
  padding: 0.6em 0;
  margin: -0.5em 0;
}
.km-pane-wrapper .km-pane .k-mobile-list input,
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .km-pane .k-mobile-list textarea,
.km-pane-wrapper .k-mobile-list .k-widget,
.km-pane-wrapper .k-mobile-list .k-edit-field > * {
  appearance: none;
  float: right;
  z-index: 1;
  position: relative;
}
.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right {
  padding: 10px;
  border-radius: 0;
}
.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right > input {
  float: none;
  width: 100%;
  padding: 1px 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 30px;
  border-width: 1px;
  border-style: solid;
}
.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-icon {
  position: absolute;
  left: 20px;
  z-index: 1;
}
.km-pane-wrapper .k-scheduler-views {
  width: 18em;
}
.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5em 1em;
}
.km-pane-wrapper #recurrence .k-scheduler-navigation {
  width: 100%;
}
.km-pane-wrapper .k-scheduler-views,
.km-pane-wrapper .k-mobile-list .k-scheduler-navigation {
  display: table;
  table-layout: fixed;
}
.km-pane-wrapper .k-scheduler-views li,
.km-pane-wrapper .k-mobile-list .k-scheduler-navigation li {
  display: table-cell;
  text-align: center;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
  margin: 0;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
  margin-top: -0.5em;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:last-child {
  margin-bottom: -0.5em;
}
.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check {
  text-indent: 1em;
}
.km-pane-wrapper .k-mobile-list .k-edit-field > .k-button {
  margin-left: 20%;
  float: left;
}
.km-pane-wrapper .k-mobile-list .k-picker-wrap,
.km-pane-wrapper .k-mobile-list .k-numeric-wrap,
.km-pane-wrapper .k-mobile-list .k-dropdown-wrap {
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.km-pane-wrapper .k-mobile-list .k-datepicker .k-select,
.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select,
.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-select {
  position: absolute;
  top: 0;
  right: 0;
  line-height: normal;
}
.km-pane-wrapper .k-mobile-list .k-datepicker .k-select:before,
.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-link {
  height: 50%;
}
.km-pane-wrapper .k-grid .k-button,
.km-pane-wrapper .k-edit-form-container .k-button {
  margin: 0;
}
.km-pane-wrapper .k-grid .k-button + .k-button,
.km-pane-wrapper .k-edit-form-container .k-button + .k-button {
  margin: 0 0 0 0.18em;
}
.km-pane-wrapper .k-pager-numbers .k-link,
.km-pane-wrapper .k-pager-numbers .k-state-selected,
.km-pane-wrapper .k-pager-wrap > .k-link {
  width: 2.4em;
  height: 2.4em;
  line-height: 2.1em;
  border-radius: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.km-pane-wrapper .k-pager-numbers .k-link,
.km-pane-wrapper .k-pager-numbers .k-state-selected {
  width: auto;
  line-height: 2.2em;
  padding: 0 0.86em;
  min-width: 0.7em;
}
.km-pane-wrapper .k-pager-wrap {
  line-height: 2.4em;
}
@media all and (max-width: 1024px) {
  .km-pane-wrapper .k-pager-nav + .k-pager-nav ~ .k-pager-nav {
    position: absolute;
    right: 0.3em;
    top: 0.3em;
  }
  .km-pane-wrapper .k-pager-wrap .k-pager-numbers + .k-pager-nav,
  .km-pane-wrapper .k-pager-nav:first-child + .k-pager-nav + .k-pager-nav {
    right: 3em;
  }
  .km-pane-wrapper .k-pager-info,
  .km-pane-wrapper .k-pager-refresh {
    display: none;
  }
}
@media all and (max-width: 699px), (-ms-high-contrast: active) and (-ms-high-contrast: none) and (max-width: 800px) {
  .km-pane-wrapper *:not(.k-state-default):not(.k-pager-input) > input:not([type="checkbox"]):not([type="radio"]),
  .km-pane-wrapper .k-mobile-list select:not([multiple]),
  .km-pane-wrapper .k-mobile-list textarea,
  .km-pane-wrapper .k-mobile-list .k-widget,
  .km-pane-wrapper .k-edit-field > *:not([type="checkbox"]):not([type="radio"]):not(.k-button) {
    width: 50%;
  }
  .km-pane-wrapper .k-mobile-list .k-edit-field > .k-button {
    margin-left: 50%;
  }
  .km-pane-wrapper .k-mobile-list .k-edit-field > .k-timezone-button {
    margin-left: 1em;
  }
  .km-pane-wrapper .k-nav-today a {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
  .km-pane-wrapper li.k-nav-current {
    margin-left: 0;
    margin-right: 0;
  }
  .km-pane-wrapper .k-pager-wrap {
    position: relative;
  }
  .km-pane-wrapper .k-pager-numbers {
    width: auto;
    display: block;
    overflow: hidden;
    margin-right: 5.5em;
    float: none;
    text-overflow: ellipsis;
    height: 2.4em;
    text-align: center;
  }
  .km-pane-wrapper .k-pager-numbers li {
    float: none;
    display: inline-block;
  }
  .km-pane-wrapper .k-pager-nav {
    float: left;
  }
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check,
.km-pane-wrapper .k-mobile-list .k-edit-field > * > select:not([multiple]),
.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check {
  width: 100%;
}
/* Mobile Scroller */
.km-scroll-container {
  user-select: none;
  -webkit-margin-collapse: separate;
  -webkit-transform: translatez(0);
}
.k-widget .km-scroll-wrapper {
  position: relative;
  padding-bottom: 0;
}
.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: 0.3em;
  width: 0.3em;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: "opacity 0.3s linear";
  -o-transition: "opacity 0.3s linear";
  transition: opacity 0.3s linear;
  transition: "opacity 0.3s linear";
}
.km-vertical-scrollbar {
  height: 100%;
  right: 2px;
  top: 2px;
}
.km-horizontal-scrollbar {
  width: 100%;
  left: 2px;
  bottom: 2px;
}
/* Responsive styles  */
@media only screen and (max-width: 1024px) {
  .k-scheduler-toolbar > ul.k-scheduler-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 10000;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views {
    right: auto;
    left: 6px;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view) {
    display: none;
  }
  .k-scheduler-toolbar li.k-nav-current .k-lg-date-format {
    display: none;
  }
  .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: inline;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    display: block;
    border-width: 1px;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
    box-sizing: border-box;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    text-align: left;
  }
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* animation classes */
.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.k-fx {
  position: relative;
}
.k-fx .k-fx-current {
  z-index: 0;
}
.k-fx .k-fx-next {
  z-index: 1;
}
.k-fx-hidden,
.k-fx-hidden * {
  visibility: hidden !important;
}
.k-fx-reverse .k-fx-current {
  z-index: 1;
}
.k-fx-reverse .k-fx-next {
  z-index: 0;
}
/* Zoom */
.k-fx-zoom.k-fx-start .k-fx-next {
  transform: scale(0) !important;
}
.k-fx-zoom.k-fx-end .k-fx-next {
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next,
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next {
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
  transform: scale(0) !important;
}
/* Fade */
.k-fx-fade.k-fx-start .k-fx-next {
  will-change: opacity;
  opacity: 0;
}
.k-fx-fade.k-fx-end .k-fx-next {
  opacity: 1;
}
.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: opacity;
  opacity: 1;
}
.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
  opacity: 0;
}
/* Slide */
.k-fx-slide {
  /* left */
  /* left reverse */
  /* right */
}
.k-fx-slide.k-fx-end .k-fx-next .km-content,
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer,
.k-fx-slide.k-fx-end .k-fx-current .km-content,
.k-fx-slide.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-end .k-fx-current .km-footer {
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.k-fx-slide.k-fx-start .k-fx-next .km-content {
  will-change: transform;
  transform: translatex(100%);
}
.k-fx-slide.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-start .k-fx-next .km-footer {
  will-change: opacity;
  opacity: 0;
}
.k-fx-slide.k-fx-end .k-fx-current .km-content {
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  will-change: transform;
  transform: translatex(0);
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  transform: translatex(100%);
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  transform: translatex(0);
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer {
  will-change: opacity;
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer {
  opacity: 0;
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-right {
  /* right reverse */
}
.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  transform: translatex(100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  transform: translatex(0);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  transform: translatex(100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  transform: translatex(0%);
}
/* Tile */
.k-fx-tile {
  /* left */
  /* left reverse */
  /* right */
}
.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  transform: translatex(100%);
}
.k-fx-tile.k-fx-end .k-fx-current {
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  transform: translatex(0);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  transform: translatex(100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  transform: translatex(0);
}
.k-fx-tile.k-fx-right {
  /* right reverse */
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  transform: translatex(0);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  transform: translatex(0%);
}
/* Tile */
.k-fx-tile {
  /* left */
  /* left reverse */
  /* right */
}
.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  transform: translatex(100%);
}
.k-fx-tile.k-fx-end .k-fx-current {
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  transform: translatex(0);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  transform: translatex(100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  transform: translatex(0);
}
.k-fx-tile.k-fx-right {
  /* right reverse */
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  transform: translatex(0);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  transform: translatex(0%);
}
/* Overlay */
.k-fx.k-fx-overlay.k-fx-start .k-fx-next,
.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next {
  will-change: transform;
  transform: translatex(100%);
}
.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  transform: translatex(-100%);
}
.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  transform: translatey(100%);
}
.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  transform: translatey(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current,
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
  transform: translatex(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  transform: translatex(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
  transform: translatey(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  transform: translatey(-100%);
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Virtual List */
.k-virtual-wrap {
  position: relative;
}
.k-virtual-wrap .k-list.k-virtual-list {
  height: auto;
}
.k-virtual-content {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.k-virtual-list > .k-virtual-content {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.k-virtual-option-label {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.k-virtual-wrap > .k-virtual-header {
  text-align: right;
}
.k-popup .k-item.k-first {
  position: relative;
}
.k-virtual-content > .k-virtual-list > .k-virtual-item {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}
.k-popup .k-list .k-item > .k-group,
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  text-transform: uppercase;
  font-size: 0.857em;
}
.k-popup .k-list .k-item > .k-group {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5em;
  line-height: 1.8;
}
.k-popup .k-state-hover > .k-group {
  right: -1px;
}
.k-virtual-item.k-first,
.k-group-header + .k-list > .k-item.k-first,
.k-static-header + .k-list > .k-item.k-first {
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 0;
}
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  text-align: right;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
@font-face {
  font-family: 'WebComponentsIcons';
  src: url('../fonts/glyphs/WebComponentsIcons.eot?gedxeo');
  src: url('../fonts/glyphs/WebComponentsIcons.eot?gedxeo#iefix') format('embedded-opentype'), url('../fonts/glyphs/WebComponentsIcons.ttf?gedxeo') format('truetype'), url('../fonts/glyphs/WebComponentsIcons.woff?gedxeo') format('woff'), url('../fonts/glyphs/WebComponentsIcons.svg?gedxeo#WebComponentsIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.k-i-arrow-45-up-right:before {
  content: "\e000";
}
.k-i-collapse-ne:before {
  content: "\e000";
}
.k-i-resize-ne:before {
  content: "\e000";
}
.k-i-arrow-45-down-right:before {
  content: "\e001";
}
.k-i-collapse-se:before {
  content: "\e001";
}
.k-i-collapse:before {
  content: "\e001";
}
.k-i-resize-se:before {
  content: "\e001";
}
.k-i-arrow-45-down-left:before {
  content: "\e002";
}
.k-i-collapse-sw:before {
  content: "\e002";
}
.k-i-resize-sw:before {
  content: "\e002";
}
.k-i-arrow-45-up-left:before {
  content: "\e003";
}
.k-i-collapse-nw:before {
  content: "\e003";
}
.k-i-resize-new:before {
  content: "\e003";
}
.k-i-arrow-60-up:before {
  content: "\e004";
}
.k-i-arrow-n:before {
  content: "\e004";
}
.k-i-arrow-60-right:before {
  content: "\e005";
}
.k-i-arrow-e:before {
  content: "\e005";
}
.k-i-expand:before {
  content: "\e005";
}
.k-i-arrow-60-down:before {
  content: "\e006";
}
.k-i-arrow-s:before {
  content: "\e006";
}
.k-i-arrow-60-left:before {
  content: "\e007";
}
.k-i-arrow-w:before {
  content: "\e007";
}
.k-i-arrow-end-up:before {
  content: "\e008";
}
.k-i-seek-n:before {
  content: "\e008";
}
.k-i-arrow-end-right:before {
  content: "\e009";
}
.k-i-seek-e:before {
  content: "\e009";
}
.k-i-arrow-end-down:before {
  content: "\e00a";
}
.k-i-seek-s:before {
  content: "\e00a";
}
.k-i-arrow-end-left:before {
  content: "\e00b";
}
.k-i-seek-w:before {
  content: "\e00b";
}
.k-i-arrow-double-60-up:before {
  content: "\e00c";
}
.k-i-arrow-seek-up:before {
  content: "\e00c";
}
.k-i-arrow-double-60-right:before {
  content: "\e00d";
}
.k-i-arrow-seek-right:before {
  content: "\e00d";
}
.k-i-arrow-double-60-down:before {
  content: "\e00e";
}
.k-i-arrow-seek-down:before {
  content: "\e00e";
}
.k-i-arrow-double-60-left:before {
  content: "\e00f";
}
.k-i-arrow-seek-left:before {
  content: "\e00f";
}
.k-i-arrows-kpi:before {
  content: "\e010";
}
.k-i-kpi:before {
  content: "\e010";
}
.k-i-arrows-no-change:before {
  content: "\e011";
}
.k-i-arrow-overflow-down:before {
  content: "\e012";
}
.k-i-arrow-chevron-up:before {
  content: "\e013";
}
.k-i-arrow-chevron-right:before {
  content: "\e014";
}
.k-i-arrow-chevron-down:before {
  content: "\e015";
}
.k-i-arrow-chevron-left:before {
  content: "\e016";
}
.k-i-arrow-up:before {
  content: "\e017";
}
.k-i-arrow-right:before {
  content: "\e018";
}
.k-i-arrow-down:before {
  content: "\e019";
}
.k-i-arrow-left:before {
  content: "\e01a";
}
.k-i-arrow-drill:before {
  content: "\e01b";
}
.k-i-arrow-parent:before {
  content: "\e01c";
}
.k-i-arrow-root:before {
  content: "\e01d";
}
.k-i-arrows-resizing:before {
  content: "\e01e";
}
.k-i-arrows-dimensions:before {
  content: "\e01f";
}
.k-i-arrows-swap:before {
  content: "\e020";
}
.k-i-drag-and-drop:before {
  content: "\e021";
}
.k-i-categorize:before {
  content: "\e022";
}
.k-i-grid:before {
  content: "\e023";
}
.k-i-grid-layout:before {
  content: "\e024";
}
.k-i-group:before {
  content: "\e025";
}
.k-i-ungroup:before {
  content: "\e026";
}
.k-i-handler-drag:before {
  content: "\e027";
}
.k-i-layout:before {
  content: "\e028";
}
.k-i-layout-1-by-4:before {
  content: "\e029";
}
.k-i-layout-2-by-2:before {
  content: "\e02a";
}
.k-i-layout-side-by-side:before {
  content: "\e02b";
}
.k-i-layout-stacked:before {
  content: "\e02c";
}
.k-i-columns:before {
  content: "\e02d";
}
.k-i-rows:before {
  content: "\e02e";
}
.k-i-reorder:before {
  content: "\e02f";
}
.k-i-menu:before {
  content: "\e030";
}
.k-i-more-vertical:before {
  content: "\e031";
}
.k-i-more-horizontal:before {
  content: "\e032";
}
.k-i-undo:before {
  content: "\e100";
}
.k-i-redo:before {
  content: "\e101";
}
.k-i-reset:before {
  content: "\e102";
}
.k-i-reload:before {
  content: "\e103";
}
.k-i-refresh:before {
  content: "\e103";
}
.k-i-non-recurrence:before {
  content: "\e104";
}
.k-i-reset-sm:before {
  content: "\e105";
}
.k-i-reload-sm:before {
  content: "\e106";
}
.k-i-refresh-sm:before {
  content: "\e106";
}
.k-i-clock:before {
  content: "\e107";
}
.k-i-calendar:before {
  content: "\e108";
}
.k-i-save:before {
  content: "\e109";
}
.k-i-floppy:before {
  content: "\e109";
}
.k-i-print:before {
  content: "\e10a";
}
.k-i-printer:before {
  content: "\e10a";
}
.k-i-edit:before {
  content: "\e10b";
}
.k-i-pencil:before {
  content: "\e10b";
}
.k-i-delete:before {
  content: "\e10c";
}
.k-i-trash:before {
  content: "\e10c";
}
.k-i-attachment:before {
  content: "\e10d";
}
.k-i-clip:before {
  content: "\e10d";
}
.k-i-attachment-45:before {
  content: "\e10e";
}
.k-i-clip-45:before {
  content: "\e10e";
}
.k-i-link-horizontal:before {
  content: "\e10f";
}
.k-i-hyperlink:before {
  content: "\e10f";
}
.k-i-unlink-horizontal:before {
  content: "\e110";
}
.k-i-hyperlink-remove:before {
  content: "\e110";
}
.k-i-link-vertical:before {
  content: "\e111";
}
.k-i-unlink-vertical:before {
  content: "\e112";
}
.k-i-lock:before {
  content: "\e113";
}
.k-i-unlock:before {
  content: "\e114";
}
.k-i-cancel:before {
  content: "\e115";
}
.k-i-cancel-outline:before {
  content: "\e116";
}
.k-i-cancel-circle:before {
  content: "\e117";
}
.k-i-check:before {
  content: "\e118";
}
.k-i-checkmark:before {
  content: "\e118";
}
.k-i-success:before {
  content: "\e118";
}
.k-i-check-outline:before {
  content: "\e119";
}
.k-i-checkmark-outline:before {
  content: "\e119";
}
.k-i-check-circle:before {
  content: "\e11a";
}
.k-i-checkmark-circle:before {
  content: "\e11a";
}
.k-i-close:before {
  content: "\e11b";
}
.k-i-x:before {
  content: "\e11b";
}
.k-i-close-outline:before {
  content: "\e11c";
}
.k-i-x-outline:before {
  content: "\e11c";
}
.k-i-close-circle:before {
  content: "\e11d";
}
.k-i-x-circle:before {
  content: "\e11d";
}
.k-i-plus:before {
  content: "\e11e";
}
.k-i-add:before {
  content: "\e11e";
}
.k-i-plus-outline:before {
  content: "\e11f";
}
.k-i-plus-circle:before {
  content: "\e120";
}
.k-i-minus:before {
  content: "\e121";
}
.k-i-minus-outline:before {
  content: "\e122";
}
.k-i-minus-circle:before {
  content: "\e123";
}
.k-i-sort-asc:before {
  content: "\e124";
}
.k-i-sort-desc:before {
  content: "\e125";
}
.k-i-unsort:before {
  content: "\e126";
}
.k-i-sort-clear:before {
  content: "\e126";
}
.k-i-sort-asc-sm:before {
  content: "\e127";
}
.k-i-sort-desc-sm:before {
  content: "\e128";
}
.k-i-filter:before {
  content: "\e129";
}
.k-i-filter-clear:before {
  content: "\e12a";
}
.k-i-filter-sm:before {
  content: "\e12b";
}
.k-i-filter-sort-asc-sm:before {
  content: "\e12c";
}
.k-i-filter-sort-desc-sm:before {
  content: "\e12d";
}
.k-i-filter-add-expression:before {
  content: "\e12e";
}
.k-i-filter-add-group:before {
  content: "\e12f";
}
.k-i-login:before {
  content: "\e130";
}
.k-i-logout:before {
  content: "\e131";
}
.k-i-download:before {
  content: "\e132";
}
.k-i-upload:before {
  content: "\e133";
}
.k-i-hyperlink-open:before {
  content: "\e134";
}
.k-i-hyperlink-open-sm:before {
  content: "\e135";
}
.k-i-launch:before {
  content: "\e136";
}
.k-i-window:before {
  content: "\e137";
}
.k-i-window-maximize:before {
  content: "\e137";
}
.k-i-windows:before {
  content: "\e138";
}
.k-i-window-restore:before {
  content: "\e138";
}
.k-i-tiles:before {
  content: "\e138";
}
.k-i-window-minimize:before {
  content: "\e139";
}
.k-i-gear:before {
  content: "\e13a";
}
.k-i-cog:before {
  content: "\e13a";
}
.k-i-custom:before {
  content: "\e13a";
}
.k-i-gears:before {
  content: "\e13b";
}
.k-i-cogs:before {
  content: "\e13b";
}
.k-i-wrench:before {
  content: "\e13c";
}
.k-i-settings:before {
  content: "\e13c";
}
.k-i-preview:before {
  content: "\e13d";
}
.k-i-eye:before {
  content: "\e13d";
}
.k-i-zoom:before {
  content: "\e13e";
}
.k-i-search:before {
  content: "\e13e";
}
.k-i-zoom-in:before {
  content: "\e13f";
}
.k-i-zoom-out:before {
  content: "\e140";
}
.k-i-pan:before {
  content: "\e141";
}
.k-i-move:before {
  content: "\e141";
}
.k-i-calculator:before {
  content: "\e142";
}
.k-i-cart:before {
  content: "\e143";
}
.k-i-shopping-cart:before {
  content: "\e143";
}
.k-i-connector:before {
  content: "\e144";
}
.k-i-plus-sm:before {
  content: "\e145";
}
.k-i-minus-sm:before {
  content: "\e146";
}
.k-i-play:before {
  content: "\e200";
}
.k-i-pause:before {
  content: "\e201";
}
.k-i-stop:before {
  content: "\e202";
}
.k-i-rewind:before {
  content: "\e203";
}
.k-i-forward:before {
  content: "\e204";
}
.k-i-volume-down:before {
  content: "\e205";
}
.k-i-volume-up:before {
  content: "\e206";
}
.k-i-volume-off:before {
  content: "\e207";
}
.k-i-hd:before {
  content: "\e208";
}
.k-i-subtitles:before {
  content: "\e209";
}
.k-i-playlist:before {
  content: "\e20a";
}
.k-i-play-sm:before {
  content: "\e20c";
}
.k-i-pause-sm:before {
  content: "\e20d";
}
.k-i-stop-sm:before {
  content: "\e20e";
}
.k-i-audio:before {
  content: "\e20b";
}
.k-i-heart-outline:before {
  content: "\e300";
}
.k-i-fav-outline:before {
  content: "\e300";
}
.k-i-favorite-outline:before {
  content: "\e300";
}
.k-i-heart:before {
  content: "\e301";
}
.k-i-fav:before {
  content: "\e301";
}
.k-i-favorite:before {
  content: "\e301";
}
.k-i-star-outline:before {
  content: "\e302";
}
.k-i-bookmark-outline:before {
  content: "\e302";
}
.k-i-star:before {
  content: "\e303";
}
.k-i-bookmark:before {
  content: "\e303";
}
.k-i-checkbox:before {
  content: "\e304";
}
.k-i-shape-rect:before {
  content: "\e304";
}
.k-i-checkbox-checked:before {
  content: "\e305";
}
.k-i-tri-state-indeterminate:before {
  content: "\e306";
}
.k-i-tri-state-null:before {
  content: "\e307";
}
.k-i-circle:before {
  content: "\e308";
}
.k-i-radiobutton:before {
  content: "\e309";
}
.k-i-shape-circle:before {
  content: "\e309";
}
.k-i-radiobutton-checked:before {
  content: "\e30a";
}
.k-i-notification:before {
  content: "\e400";
}
.k-i-bell:before {
  content: "\e400";
}
.k-i-information:before {
  content: "\e401";
}
.k-i-info:before {
  content: "\e401";
}
.k-i-question:before {
  content: "\e402";
}
.k-i-help:before {
  content: "\e402";
}
.k-i-warning:before {
  content: "\e403";
}
.k-i-exception:before {
  content: "\e403";
}
.k-i-error:before {
  content: "\e403";
}
.k-i-photo-camera:before {
  content: "\e500";
}
.k-i-image:before {
  content: "\e501";
}
.k-i-photo:before {
  content: "\e501";
}
.k-i-image-export:before {
  content: "\e502";
}
.k-i-photo-export:before {
  content: "\e502";
}
.k-i-zoom-actual-size:before {
  content: "\e503";
}
.k-i-zoom-best-fit:before {
  content: "\e504";
}
.k-i-image-resize:before {
  content: "\e505";
}
.k-i-crop:before {
  content: "\e506";
}
.k-i-mirror:before {
  content: "\e507";
}
.k-i-flip-horizontal:before {
  content: "\e508";
}
.k-i-flip-vertical:before {
  content: "\e509";
}
.k-i-rotate:before {
  content: "\e50a";
}
.k-i-rotate-right:before {
  content: "\e50b";
}
.k-i-rotate-left:before {
  content: "\e50c";
}
.k-i-brush:before {
  content: "\e50d";
}
.k-i-palette:before {
  content: "\e50e";
}
.k-i-paint:before {
  content: "\e50f";
}
.k-i-droplet:before {
  content: "\e50f";
}
.k-i-background:before {
  content: "\e50f";
}
.k-i-line:before {
  content: "\e510";
}
.k-i-shape-line:before {
  content: "\e510";
}
.k-i-brightness-contrast:before {
  content: "\e511";
}
.k-i-saturation:before {
  content: "\e512";
}
.k-i-invert-colors:before {
  content: "\e513";
}
.k-i-transperancy:before {
  content: "\e514";
}
.k-i-opacity:before {
  content: "\e514";
}
.k-i-greyscale:before {
  content: "\e515";
}
.k-i-blur:before {
  content: "\e516";
}
.k-i-sharpen:before {
  content: "\e517";
}
.k-i-shape:before {
  content: "\e518";
}
.k-i-round-corners:before {
  content: "\e519";
}
.k-i-front-element:before {
  content: "\e51a";
}
.k-i-back-element:before {
  content: "\e51b";
}
.k-i-forward-element:before {
  content: "\e51c";
}
.k-i-backward-element:before {
  content: "\e51d";
}
.k-i-align-left-element:before {
  content: "\e51e";
}
.k-i-align-center-element:before {
  content: "\e51f";
}
.k-i-align-right-element:before {
  content: "\e520";
}
.k-i-align-top-element:before {
  content: "\e521";
}
.k-i-align-middle-element:before {
  content: "\e522";
}
.k-i-align-bottom-element:before {
  content: "\e523";
}
.k-i-thumbnails-up:before {
  content: "\e524";
}
.k-i-thumbnails-right:before {
  content: "\e525";
}
.k-i-thumbnails-down:before {
  content: "\e526";
}
.k-i-thumbnails-left:before {
  content: "\e527";
}
.k-i-full-screen:before {
  content: "\e528";
}
.k-i-fullscreen:before {
  content: "\e528";
}
.k-i-full-screen-exit:before {
  content: "\e529";
}
.k-i-fullscreen-exit:before {
  content: "\e529";
}
.k-i-reset-color:before {
  content: "\e52a";
}
.k-i-paint-remove:before {
  content: "\e52a";
}
.k-i-background-remove:before {
  content: "\e52a";
}
.k-i-page-properties:before {
  content: "\e600";
}
.k-i-bold:before {
  content: "\e601";
}
.k-i-italic:before {
  content: "\e602";
}
.k-i-underline:before {
  content: "\e603";
}
.k-i-font-family:before {
  content: "\e604";
}
.k-i-foreground-color:before {
  content: "\e605";
}
.k-i-convert-lowercase:before {
  content: "\e606";
}
.k-i-convert-uppercase:before {
  content: "\e607";
}
.k-i-strikethrough:before {
  content: "\e608";
}
.k-i-sub-script:before {
  content: "\e609";
}
.k-i-sup-script:before {
  content: "\e60a";
}
.k-i-div:before {
  content: "\e60b";
}
.k-i-all:before {
  content: "\e60c";
}
.k-i-h1:before {
  content: "\e60d";
}
.k-i-h2:before {
  content: "\e60e";
}
.k-i-h3:before {
  content: "\e60f";
}
.k-i-h4:before {
  content: "\e610";
}
.k-i-h5:before {
  content: "\e611";
}
.k-i-h6:before {
  content: "\e612";
}
.k-i-list-ordered:before {
  content: "\e613";
}
.k-i-list-numbered:before {
  content: "\e613";
}
.k-i-list-unordered:before {
  content: "\e614";
}
.k-i-list-bulleted:before {
  content: "\e614";
}
.k-i-indent-increase:before {
  content: "\e615";
}
.k-i-indent:before {
  content: "\e615";
}
.k-i-indent-decrease:before {
  content: "\e616";
}
.k-i-outdent:before {
  content: "\e616";
}
.k-i-insert-up:before {
  content: "\e617";
}
.k-i-insert-top:before {
  content: "\e617";
}
.k-i-insert-middle:before {
  content: "\e618";
}
.k-i-insert-down:before {
  content: "\e619";
}
.k-i-insert-bottom:before {
  content: "\e619";
}
.k-i-align-top:before {
  content: "\e61a";
}
.k-i-align-middle:before {
  content: "\e61b";
}
.k-i-align-bottom:before {
  content: "\e61c";
}
.k-i-align-left:before {
  content: "\e61d";
}
.k-i-align-center:before {
  content: "\e61e";
}
.k-i-align-right:before {
  content: "\e61f";
}
.k-i-align-justify:before {
  content: "\e620";
}
.k-i-align-remove:before {
  content: "\e621";
}
.k-i-text-wrap:before {
  content: "\e622";
}
.k-i-rule-horizontal:before {
  content: "\e623";
}
.k-i-table-align-top-left:before {
  content: "\e624";
}
.k-i-table-align-top-center:before {
  content: "\e625";
}
.k-i-table-align-top-right:before {
  content: "\e626";
}
.k-i-table-align-middle-left:before {
  content: "\e627";
}
.k-i-table-align-middle-center:before {
  content: "\e628";
}
.k-i-table-align-middle-right:before {
  content: "\e629";
}
.k-i-table-align-bottom-left:before {
  content: "\e62a";
}
.k-i-table-align-bottom-center:before {
  content: "\e62b";
}
.k-i-table-align-bottom-right:before {
  content: "\e62c";
}
.k-i-table-align-remove:before {
  content: "\e62d";
}
.k-i-borders-all:before {
  content: "\e62e";
}
.k-i-all-borders:before {
  content: "\e62e";
}
.k-i-borders-outside:before {
  content: "\e62f";
}
.k-i-outside-borders:before {
  content: "\e62f";
}
.k-i-borders-inside:before {
  content: "\e630";
}
.k-i-inside-borders:before {
  content: "\e630";
}
.k-i-borders-inside-horizontal:before {
  content: "\e631";
}
.k-i-inside-horizontal-borders:before {
  content: "\e631";
}
.k-i-borders-inside-vertical:before {
  content: "\e632";
}
.k-i-inside-vertical-borders:before {
  content: "\e632";
}
.k-i-border-top:before {
  content: "\e633";
}
.k-i-top-border:before {
  content: "\e633";
}
.k-i-border-bottom:before {
  content: "\e634";
}
.k-i-bottom-border:before {
  content: "\e634";
}
.k-i-border-left:before {
  content: "\e635";
}
.k-i-left-border:before {
  content: "\e635";
}
.k-i-border-right:before {
  content: "\e636";
}
.k-i-right-border:before {
  content: "\e636";
}
.k-i-border-no:before {
  content: "\e637";
}
.k-i-no-border:before {
  content: "\e637";
}
.k-i-borders-show-hide:before {
  content: "\e638";
}
.k-i-form:before {
  content: "\e639";
}
.k-i-border:before {
  content: "\e639";
}
.k-i-form-element:before {
  content: "\e63a";
}
.k-i-code-snippet:before {
  content: "\e63b";
}
.k-i-select-all:before {
  content: "\e63c";
}
.k-i-button:before {
  content: "\e63d";
}
.k-i-select-box:before {
  content: "\e63e";
}
.k-i-calendar-date:before {
  content: "\e63f";
}
.k-i-group-box:before {
  content: "\e640";
}
.k-i-textarea:before {
  content: "\e641";
}
.k-i-textbox:before {
  content: "\e642";
}
.k-i-textbox-hidden:before {
  content: "\e643";
}
.k-i-password:before {
  content: "\e644";
}
.k-i-paragraph-add:before {
  content: "\e645";
}
.k-i-edit-tools:before {
  content: "\e646";
}
.k-i-template-manager:before {
  content: "\e647";
}
.k-i-change-manually:before {
  content: "\e648";
}
.k-i-track-changes:before {
  content: "\e649";
}
.k-i-track-changes-enable:before {
  content: "\e64a";
}
.k-i-track-changes-accept:before {
  content: "\e64b";
}
.k-i-track-changes-accept-all:before {
  content: "\e64c";
}
.k-i-track-changes-reject:before {
  content: "\e64d";
}
.k-i-track-changes-reject-all:before {
  content: "\e64e";
}
.k-i-document-manager:before {
  content: "\e64f";
}
.k-i-custom-icon:before {
  content: "\e650";
}
.k-i-dictionary-add:before {
  content: "\e651";
}
.k-i-image-light-dialog:before {
  content: "\e652";
}
.k-i-image-insert:before {
  content: "\e652";
}
.k-i-image-edit:before {
  content: "\e653";
}
.k-i-image-map-editor:before {
  content: "\e654";
}
.k-i-comment:before {
  content: "\e655";
}
.k-i-comment-remove:before {
  content: "\e656";
}
.k-i-comments-remove-all:before {
  content: "\e657";
}
.k-i-silverlight:before {
  content: "\e658";
}
.k-i-media-manager:before {
  content: "\e659";
}
.k-i-video-external:before {
  content: "\e65a";
}
.k-i-flash-manager:before {
  content: "\e65b";
}
.k-i-find-and-replace:before {
  content: "\e65c";
}
.k-i-find:before {
  content: "\e65c";
}
.k-i-copy:before {
  content: "\e65d";
}
.k-i-files:before {
  content: "\e65d";
}
.k-i-cut:before {
  content: "\e65e";
}
.k-i-paste:before {
  content: "\e65f";
}
.k-i-paste-as-html:before {
  content: "\e660";
}
.k-i-paste-from-word:before {
  content: "\e661";
}
.k-i-paste-from-word-strip-file:before {
  content: "\e662";
}
.k-i-paste-html:before {
  content: "\e663";
}
.k-i-paste-markdown:before {
  content: "\e664";
}
.k-i-paste-plain-text:before {
  content: "\e665";
}
.k-i-apply-format:before {
  content: "\e666";
}
.k-i-clear-css:before {
  content: "\e667";
}
.k-i-copy-format:before {
  content: "\e668";
}
.k-i-strip-all-formating:before {
  content: "\e669";
}
.k-i-strip-css-format:before {
  content: "\e66a";
}
.k-i-strip-font-elements:before {
  content: "\e66b";
}
.k-i-strip-span-elements:before {
  content: "\e66c";
}
.k-i-strip-word-formatting:before {
  content: "\e66d";
}
.k-i-format-code-block:before {
  content: "\e66e";
}
.k-i-style-builder:before {
  content: "\e66f";
}
.k-i-module-manager:before {
  content: "\e670";
}
.k-i-hyperlink-light-dialog:before {
  content: "\e671";
}
.k-i-hyperlink-insert:before {
  content: "\e671";
}
.k-i-hyperlink-globe:before {
  content: "\e672";
}
.k-i-hyperlink-globe-remove:before {
  content: "\e673";
}
.k-i-hyperlink-email:before {
  content: "\e674";
}
.k-i-anchor:before {
  content: "\e675";
}
.k-i-table-light-dialog:before {
  content: "\e676";
}
.k-i-table-insert:before {
  content: "\e676";
}
.k-i-table:before {
  content: "\e677";
}
.k-i-table-properties:before {
  content: "\e678";
}
.k-i-table-wizard:before {
  content: "\e678";
}
.k-i-table-cell:before {
  content: "\e679";
}
.k-i-table-cell-properties:before {
  content: "\e67a";
}
.k-i-table-column-insert-left:before {
  content: "\e67b";
}
.k-i-table-column-insert-right:before {
  content: "\e67c";
}
.k-i-table-row-insert-above:before {
  content: "\e67d";
}
.k-i-table-row-insert-below:before {
  content: "\e67e";
}
.k-i-table-column-delete:before {
  content: "\e67f";
}
.k-i-table-row-delete:before {
  content: "\e680";
}
.k-i-table-cell-delete:before {
  content: "\e681";
}
.k-i-table-delete:before {
  content: "\e682";
}
.k-i-cells-merge:before {
  content: "\e683";
}
.k-i-cells-merge-horizontally:before {
  content: "\e684";
}
.k-i-cells-merge-vertically:before {
  content: "\e685";
}
.k-i-cell-split-horizontally:before {
  content: "\e686";
}
.k-i-cell-split-vertically:before {
  content: "\e687";
}
.k-i-table-unmerge:before {
  content: "\e688";
}
.k-i-pane-freeze:before {
  content: "\e689";
}
.k-i-row-freeze:before {
  content: "\e68a";
}
.k-i-column-freeze:before {
  content: "\e68b";
}
.k-i-toolbar-float:before {
  content: "\e68c";
}
.k-i-spell-checker:before {
  content: "\e68d";
}
.k-i-validation-xhtml:before {
  content: "\e68e";
}
.k-i-validation-data:before {
  content: "\e68f";
}
.k-i-toggle-full-screen-mode:before {
  content: "\e690";
}
.k-i-formula-fx:before {
  content: "\e691";
}
.k-i-sum:before {
  content: "\e692";
}
.k-i-symbol:before {
  content: "\e693";
}
.k-i-dollar:before {
  content: "\e694";
}
.k-i-currency:before {
  content: "\e694";
}
.k-i-percent:before {
  content: "\e695";
}
.k-i-custom-format:before {
  content: "\e696";
}
.k-i-decimal-increase:before {
  content: "\e697";
}
.k-i-decimal-decrease:before {
  content: "\e698";
}
.k-i-font-size:before {
  content: "\e699";
}
.k-i-image-absolute-position:before {
  content: "\e69a";
}
.k-i-globe-outline:before {
  content: "\e700";
}
.k-i-globe:before {
  content: "\e701";
}
.k-i-marker-pin:before {
  content: "\e702";
}
.k-i-marker-pin-target:before {
  content: "\e703";
}
.k-i-pin:before {
  content: "\e704";
}
.k-i-unpin:before {
  content: "\e705";
}
.k-i-share:before {
  content: "\e800";
}
.k-i-user:before {
  content: "\e801";
}
.k-i-inbox:before {
  content: "\e802";
}
.k-i-blogger:before {
  content: "\e803";
}
.k-i-blogger-box:before {
  content: "\e804";
}
.k-i-delicious:before {
  content: "\e805";
}
.k-i-delicious-box:before {
  content: "\e806";
}
.k-i-digg:before {
  content: "\e807";
}
.k-i-digg-box:before {
  content: "\e808";
}
.k-i-email:before {
  content: "\e809";
}
.k-i-envelop:before {
  content: "\e809";
}
.k-i-letter:before {
  content: "\e809";
}
.k-i-email-box:before {
  content: "\e80a";
}
.k-i-envelop-box:before {
  content: "\e80a";
}
.k-i-letter-box:before {
  content: "\e80a";
}
.k-i-facebook:before {
  content: "\e80b";
}
.k-i-facebook-box:before {
  content: "\e80c";
}
.k-i-google:before {
  content: "\e80d";
}
.k-i-google-box:before {
  content: "\e80e";
}
.k-i-google-plus:before {
  content: "\e80f";
}
.k-i-google-plus-box:before {
  content: "\e810";
}
.k-i-linkedin:before {
  content: "\e811";
}
.k-i-linkedin-box:before {
  content: "\e812";
}
.k-i-myspace:before {
  content: "\e813";
}
.k-i-myspace-box:before {
  content: "\e814";
}
.k-i-pinterest:before {
  content: "\e815";
}
.k-i-pinterest-box:before {
  content: "\e816";
}
.k-i-reddit:before {
  content: "\e817";
}
.k-i-reddit-box:before {
  content: "\e818";
}
.k-i-stumble-upon:before {
  content: "\e819";
}
.k-i-stumble-upon-box:before {
  content: "\e81a";
}
.k-i-tell-a-friend:before {
  content: "\e81b";
}
.k-i-tell-a-friend-box:before {
  content: "\e81c";
}
.k-i-tumblr:before {
  content: "\e81d";
}
.k-i-tumblr-box:before {
  content: "\e81e";
}
.k-i-twitter:before {
  content: "\e81f";
}
.k-i-twitter-box:before {
  content: "\e820";
}
.k-i-yammer:before {
  content: "\e821";
}
.k-i-yammer-box:before {
  content: "\e822";
}
.k-i-behance:before {
  content: "\e823";
}
.k-i-behance-box:before {
  content: "\e824";
}
.k-i-dribbble:before {
  content: "\e825";
}
.k-i-dribbble-box:before {
  content: "\e826";
}
.k-i-rss:before {
  content: "\e827";
}
.k-i-rss-box:before {
  content: "\e828";
}
.k-i-vimeo:before {
  content: "\e829";
}
.k-i-vimeo-box:before {
  content: "\e82a";
}
.k-i-youtube:before {
  content: "\e82b";
}
.k-i-youtube-box:before {
  content: "\e82c";
}
.k-i-folder:before {
  content: "\e900";
}
.k-i-folder-open:before {
  content: "\e901";
}
.k-i-folder-add:before {
  content: "\e902";
}
.k-i-folder-up:before {
  content: "\e903";
}
.k-i-folder-more:before {
  content: "\e904";
}
.k-i-fields-more:before {
  content: "\e904";
}
.k-i-aggregate-fields:before {
  content: "\e905";
}
.k-i-file:before {
  content: "\e906";
}
.k-i-file-vertical:before {
  content: "\e906";
}
.k-i-file-add:before {
  content: "\e907";
}
.k-i-file-txt:before {
  content: "\e908";
}
.k-i-txt:before {
  content: "\e908";
}
.k-i-file-csv:before {
  content: "\e909";
}
.k-i-csv:before {
  content: "\e909";
}
.k-i-file-excel:before {
  content: "\e90a";
}
.k-i-file-xls:before {
  content: "\e90a";
}
.k-i-excel:before {
  content: "\e90a";
}
.k-i-xls:before {
  content: "\e90a";
}
.k-i-file-word:before {
  content: "\e90b";
}
.k-i-file-doc:before {
  content: "\e90b";
}
.k-i-word:before {
  content: "\e90b";
}
.k-i-doc:before {
  content: "\e90b";
}
.k-i-file-mdb:before {
  content: "\e90c";
}
.k-i-mdb:before {
  content: "\e90c";
}
.k-i-file-ppt:before {
  content: "\e90d";
}
.k-i-ppt:before {
  content: "\e90d";
}
.k-i-file-pdf:before {
  content: "\e90e";
}
.k-i-pdf:before {
  content: "\e90e";
}
.k-i-file-psd:before {
  content: "\e90f";
}
.k-i-psd:before {
  content: "\e90f";
}
.k-i-file-flash:before {
  content: "\e910";
}
.k-i-flash:before {
  content: "\e910";
}
.k-i-file-config:before {
  content: "\e911";
}
.k-i-config:before {
  content: "\e911";
}
.k-i-file-ascx:before {
  content: "\e912";
}
.k-i-ascx:before {
  content: "\e912";
}
.k-i-file-bac:before {
  content: "\e913";
}
.k-i-bac:before {
  content: "\e913";
}
.k-i-file-zip:before {
  content: "\e914";
}
.k-i-zip:before {
  content: "\e914";
}
.k-i-film:before {
  content: "\e915";
}
.k-i-css3:before {
  content: "\e916";
}
.k-i-html5:before {
  content: "\e917";
}
.k-i-html:before {
  content: "\e918";
}
.k-i-source-code:before {
  content: "\e918";
}
.k-i-view-source:before {
  content: "\e918";
}
.k-i-css:before {
  content: "\e919";
}
.k-i-js:before {
  content: "\e91a";
}
.k-i-exe:before {
  content: "\e91b";
}
.k-i-csproj:before {
  content: "\e91c";
}
.k-i-vbproj:before {
  content: "\e91d";
}
.k-i-cs:before {
  content: "\e91e";
}
.k-i-vb:before {
  content: "\e91f";
}
.k-i-sln:before {
  content: "\e920";
}
.k-i-cloud:before {
  content: "\e921";
}
.k-i-file-horizontal:before {
  content: "\e922";
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-spreadsheet {
  width: 800px;
  height: 600px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  cursor: default;
}
.k-spreadsheet .k-spreadsheet-pane {
  padding-right: 1px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  box-sizing: border-box;
}
.k-spreadsheet .k-spreadsheet-pane.k-top {
  border-top-width: 0;
}
.k-spreadsheet .k-spreadsheet-pane.k-left {
  border-left-width: 0;
}
.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell {
  position: absolute;
  white-space: pre;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1px 3px;
  background-clip: padding-box;
}
.k-spreadsheet .k-spreadsheet-vaxis,
.k-spreadsheet .k-spreadsheet-haxis {
  position: absolute;
  border-style: solid;
}
.k-spreadsheet .k-spreadsheet-vaxis {
  top: 0;
  border-width: 0 0 0 1px;
}
.k-spreadsheet .k-spreadsheet-haxis {
  left: 0;
  border-width: 1px 0 0;
}
.k-spreadsheet .k-filter-range,
.k-spreadsheet .k-spreadsheet-selection {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}
.k-spreadsheet .k-spreadsheet-active-cell {
  position: absolute;
  box-sizing: border-box;
}
.k-spreadsheet .k-spreadsheet-action-bar {
  border-width: 0 0 1px;
  border-style: solid;
  position: relative;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  display: table;
  width: 100%;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor,
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar {
  display: table-cell;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
  position: relative;
  vertical-align: top;
  border-width: 0 1px 0 0;
  border-style: solid;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox {
  width: 9.5em;
  border-radius: 0;
  border-color: transparent;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap {
  border-radius: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  border-width: 0;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-input {
  border-radius: 0;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-select {
  border-radius: 0;
  margin: -1px -1px -1px 0;
  padding: 1px 1px 1px 0;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar {
  width: 100%;
  padding-left: 31px;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 'WebComponentsIcons';
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e691";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 1px 0 0;
  border-style: solid;
  width: 24px;
  margin-left: -24px;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-input {
  overflow: hidden;
  height: 2.294em;
  max-height: 2.294em;
  line-height: 1.94em;
  text-indent: 0.8em;
  border: 0;
  margin: 0;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-state-border-down {
  padding-bottom: 0;
}
.k-spreadsheet .k-spreadsheet-formula-input {
  outline: none;
  border-width: 0;
  height: 26px;
  line-height: 20px;
  width: 100%;
  box-sizing: border-box;
  white-space: pre;
  padding: 3px 0.5em;
}
.k-spreadsheet .k-spreadsheet-cell-editor {
  position: absolute;
  display: none;
  padding: 0 3px;
  line-height: 20px;
  z-index: 2000;
  overflow: hidden;
}
.k-spreadsheet > .k-spreadsheet-view {
  position: relative;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
}
.k-spreadsheet .k-tabstrip-wrapper {
  position: relative;
  line-height: 1.7em;
}
.k-spreadsheet .k-tabstrip-wrapper .k-tabstrip-items {
  padding: 0.3em 0 0;
}
.k-spreadsheet .k-spreadsheet-quick-access-toolbar {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0.3em 0.3em 0;
}
.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button {
  padding: 0.3em;
  line-height: 1.4em;
}
.k-spreadsheet .k-merged-cells-wrapper,
.k-spreadsheet .k-selection-wrapper,
.k-spreadsheet .k-filter-wrapper,
.k-spreadsheet .k-spreadsheet-row-header {
  position: relative;
}
.k-spreadsheet .k-spreadsheet-column-header {
  position: absolute;
}
.k-spreadsheet .k-filter-wrapper {
  pointer-events: none;
}
.k-spreadsheet .k-spreadsheet-sheets-bar {
  border-width: 1px 0 0;
}
.k-spreadsheet .k-vertical-align-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.k-spreadsheet .k-vertical-align-bottom {
  position: relative;
  top: 100%;
  transform: translateY(-100%);
}
.k-spreadsheet .k-dirty {
  position: absolute;
  top: 0;
  right: 0;
  margin: -2px 0 0 -7px;
  border-width: 4px;
  border-color: #f00 #f00 transparent transparent;
}
.k-spreadsheet .k-single-selection::after {
  content: " ";
  height: 6px;
  width: 6px;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  margin-bottom: -5px;
  margin-right: -5px;
  border-width: 1px;
  border-style: solid;
  z-index: 100;
  cursor: crosshair;
}
.k-spreadsheet .k-spreadsheet-edit-container .k-single-selection::after {
  display: none;
}
.k-spreadsheet .k-auto-fill,
.k-spreadsheet .k-auto-fill-punch {
  position: absolute;
  box-sizing: border-box;
}
.k-spreadsheet .k-auto-fill {
  border-width: 1px;
  border-style: solid;
  cursor: crosshair;
}
.k-spreadsheet .k-auto-fill-wrapper {
  position: relative;
}
.k-spreadsheet .k-spreadsheet-vborder {
  position: absolute;
  border-left-style: solid;
  border-left-width: 1px;
}
.k-spreadsheet .k-spreadsheet-hborder {
  position: absolute;
  border-top-style: solid;
  border-top-width: 1px;
}
.k-spreadsheet-names-popup .k-item {
  position: relative;
}
.k-spreadsheet-names-popup .k-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
  cursor: pointer;
}
.k-spreadsheet-names-popup .k-icon:hover {
  opacity: 1;
}
.k-horizontal-resize {
  cursor: col-resize;
}
.k-vertical-resize {
  cursor: row-resize;
}
.k-spreadsheet-data,
.k-merged-cells-wrapper,
.k-selection-wrapper,
.k-spreadsheet-active-cell {
  cursor: cell;
}
.k-horizontal-resize .k-spreadsheet-data,
.k-horizontal-resize .k-merged-cells-wrapper,
.k-horizontal-resize .k-selection-wrapper,
.k-horizontal-resize .k-spreadsheet-active-cell {
  cursor: col-resize;
}
.k-vertical-resize .k-spreadsheet-data,
.k-vertical-resize .k-merged-cells-wrapper,
.k-vertical-resize .k-selection-wrapper,
.k-vertical-resize .k-spreadsheet-active-cell {
  cursor: row-resize;
}
.k-spreadsheet .k-colorpicker .k-tool-icon {
  overflow: visible;
}
.k-button.k-reset-color,
.k-button.k-custom-color {
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
  text-align: left;
  line-height: 2em;
}
.k-spreadsheet-colorpicker .k-colorpalette {
  border: 1px solid #dbdbdb;
  border-left: none;
  border-right: none;
  padding: 0.4em;
}
.k-spreadsheet-filter {
  position: absolute;
  cursor: pointer;
  pointer-events: all;
}
.k-spreadsheet-sample {
  float: right;
}
.k-spreadsheet-clipboard-paste,
.k-spreadsheet-clipboard {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  width: 1px;
  height: 1px;
  box-sizing: border-box;
}
textarea.k-spreadsheet-clipboard {
  position: fixed;
}
.k-spreadsheet-top-corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  border-width: 0 1px 1px 0;
  border-style: solid;
}
.k-spreadsheet-top-corner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 6px;
  border-style: solid;
}
.k-spreadsheet-scroller {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 1;
}
.k-spreadsheet-fixed-container {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
  user-select: none;
}
.k-spreadsheet-view-size {
  position: relative;
}
.k-spreadsheet-column-header,
.k-spreadsheet-row-header {
  text-align: center;
}
.k-spreadsheet-column-header .k-spreadsheet-cell,
.k-spreadsheet-row-header .k-spreadsheet-cell {
  border-style: solid;
  border-width: 0 1px 1px 0;
}
div.k-spreadsheet-window {
  padding: 1.167em 0.75em 0.75em;
}
.k-spreadsheet-window .k-edit-form-container {
  width: 100%;
}
.k-spreadsheet-window .k-root-tabs {
  border-width: 0;
  margin: -1em -1em 0;
  padding: 0.5em 1em 0;
}
.k-spreadsheet-window .k-root-tabs .k-loading {
  display: none;
}
.k-spreadsheet-window .k-list-wrapper {
  padding: 0.15em 0;
  border-width: 1px;
  border-style: solid;
  height: 190px;
}
.k-spreadsheet-window .k-list .k-item {
  border-radius: 0;
  padding: 0.5em 0.6em 0.4em 0.6em;
  cursor: pointer;
  line-height: 1.1em;
}
.k-spreadsheet-window .k-format-filter {
  width: 100%;
}
.k-spreadsheet-window .k-format-filter + .k-group-header + .k-list-wrapper {
  margin-top: 1em;
}
.k-spreadsheet-window .k-action-buttons {
  padding: 1em;
}
.k-spreadsheet-window .k-edit-label {
  width: 27%;
  margin: 0 0 0 0.75em;
}
.k-spreadsheet-window .k-edit-field {
  width: 67%;
  margin: 0 0.917em 0 0;
}
.k-spreadsheet-window .k-edit-field > .k-radio-label {
  margin-right: 1.25em;
  vertical-align: baseline;
}
.k-spreadsheet-window .k-edit-field > .k-radio-label:before,
.k-spreadsheet-window .k-edit-field > .k-radio-label:after {
  margin-top: -1px;
}
.k-spreadsheet-window .k-edit-label,
.k-spreadsheet-window .k-edit-field {
  padding: 0;
  line-height: 3em;
}
.k-spreadsheet-window .k-edit-field .k-textbox,
.k-spreadsheet-window .k-edit-field .k-dropdown {
  width: 100%;
}
.k-spreadsheet-window .export-config {
  border-width: 1px 0 0;
  border-style: solid;
  padding: 1em;
  margin: 0 -1em;
}
.k-spreadsheet-window .export-config .k-edit-field {
  width: 40%;
  float: left;
  margin-left: 30px;
}
.k-spreadsheet-window .k-edit-field > input[type="radio"] {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
}
.k-spreadsheet-window .k-edit-field > .k-orientation-label {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-width: 1px;
  border-style: solid;
}
.k-spreadsheet-window .k-edit-field > .k-orientation-label:before {
  font-family: 'KendoUIGlyphs';
  font-size: 16px;
}
.k-spreadsheet-window .k-orientation-portrait-label:before {
  content: "\e639";
}
.k-spreadsheet-window .k-orientation-landscape-label:before {
  content: "\e901";
}
.k-spreadsheet-window .k-page-orientation {
  position: absolute;
  right: 2em;
  top: 25%;
  width: 64px;
  height: 92px;
  border-width: 1px;
  border-style: solid;
}
.k-spreadsheet-window .k-page-orientation:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  margin-top: -1px;
  margin-right: -1px;
}
.k-spreadsheet-window .k-page-landscape {
  top: 29%;
  width: 92px;
  height: 64px;
}
.k-spreadsheet-window .k-margins-horizontal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 62px;
  border-width: 1px 0;
  border-style: solid;
}
.k-spreadsheet-window .k-margins-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 100%;
  border-width: 0 1px;
  border-style: solid;
}
.k-spreadsheet-window .k-page-landscape .k-margins-horizontal {
  height: 34px;
}
.k-spreadsheet-window .k-page-landscape .k-margins-vertical {
  width: 62px;
}
.k-spreadsheet-window .export-config:after,
.k-spreadsheet-window > div:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.k-spreadsheet-format-cells .k-spreadsheet-preview {
  font-weight: bold;
  text-align: center;
  font-size: 1.16em;
  line-height: 3.64em;
  margin: 0 -0.863em 0.72em;
  border-style: solid;
  border-width: 1px 0;
}
.k-spreadsheet-border-palette {
  width: 153px;
}
.k-spreadsheet-border-palette .k-spreadsheet-border-type-palette .k-button {
  box-sizing: border-box;
  width: 20%;
}
.k-spreadsheet-border-palette .k-colorpalette {
  vertical-align: bottom;
}
.k-spreadsheet-popup .k-separator {
  width: 1px;
  height: 1.8em;
  vertical-align: middle;
  display: inline-block;
}
.k-spreadsheet-popup .k-colorpalette {
  vertical-align: top;
}
.k-spreadsheet-popup .k-button.k-button-icon {
  padding: 0.6em;
  border-width: 0;
  border-radius: 0;
}
.k-spreadsheet-popup .k-button.k-button-icontext {
  display: block;
  text-align: left;
  text-transform: initial;
  padding: 0.3em 1.5em 0.3em 0.9em;
  border-width: 0;
  border-radius: 0;
}
.k-spreadsheet-filter-menu {
  width: 280px;
}
.k-spreadsheet-filter-menu > .k-menu {
  border-width: 0;
}
.k-spreadsheet-filter-menu > .k-menu .k-link {
  padding-left: 26px;
}
.k-spreadsheet-filter-menu > .k-menu .k-icon.k-icon {
  margin-left: -26px;
  width: 26px;
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  height: 200px;
  overflow-y: scroll;
  overflow-x: auto;
  border-width: 1px;
  border-style: solid;
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview {
  overflow: visible;
  padding: 6px 7px;
}
.k-spreadsheet-filter-menu .k-details {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 4px 0;
}
.k-spreadsheet-filter-menu .k-details-summary {
  cursor: pointer;
  line-height: 26px;
}
.k-spreadsheet-filter-menu .k-details-summary .k-icon {
  margin: 0 5px;
}
.k-spreadsheet-filter-menu .k-details-content {
  padding: 0 8px 0 26px;
}
.k-spreadsheet-filter-menu .k-details-content > .k-textbox,
.k-spreadsheet-filter-menu .k-details-content > .k-widget {
  width: 100%;
  margin-bottom: 3px;
}
.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-image: none;
}
.k-spreadsheet-filter-menu .k-details-content .k-filter-and {
  width: 75px;
  margin: 8px 0;
}
.k-spreadsheet-filter-menu .k-action-buttons {
  border-top-width: 0;
  margin: 8px;
  padding: 0;
  position: static;
}
.k-resize-handle,
.k-resize-hint {
  position: absolute;
}
.k-resize-hint-handle {
  width: 100%;
  height: 20px;
}
.k-resize-hint-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
}
.k-resize-hint-vertical .k-resize-hint-handle {
  height: 100%;
  width: 20px;
  float: left;
}
.k-resize-hint-vertical .k-resize-hint-marker {
  height: 2px;
  width: 100%;
}
.k-spreadsheet-quick-access-toolbar .k-button,
.k-button.k-spreadsheet-sheets-bar-add {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
}
/* top TabStrip */
.k-spreadsheet-tabstrip {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.k-spreadsheet-tabstrip > .k-content {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  margin: 0;
  padding: 0;
}
.k-spreadsheet-tabstrip .k-loading {
  display: none;
}
.k-spreadsheet-toolbar.k-toolbar {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.k-spreadsheet-toolbar.k-toolbar .k-overflow-anchor + * {
  margin-left: 0.3em;
}
.k-spreadsheet-toolbar.k-toolbar > .k-button-group {
  border-width: 0;
}
.k-spreadsheet-toolbar > .k-widget,
.k-spreadsheet-toolbar .k-button,
.k-spreadsheet-toolbar > .k-button-group,
.k-spreadsheet-toolbar > .k-widget .k-state-default:not(.k-state-hover):not(.k-state-active) {
  margin: 0;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
}
.k-spreadsheet-toolbar > .k-widget[data-property='fontSize'] {
  width: 75px;
}
.k-spreadsheet-toolbar > .k-widget[data-property='format'] {
  width: 100px;
}
.k-spreadsheet-toolbar > .k-widget[data-property='fontFamily'] {
  width: 130px;
}
.k-spreadsheet-toolbar > .k-combobox .k-state-default:not(.k-state-hover):not(.k-state-active) .k-input {
  background-color: transparent;
  box-shadow: none;
}
.k-spreadsheet-toolbar > .k-widget .k-state-default:not(.k-state-hover):not(.k-state-active) .k-select {
  border-color: transparent;
}
.k-spreadsheet-toolbar .k-separator {
  margin: 0 3px;
  width: 0;
  overflow: hidden;
  height: 1.8em;
  vertical-align: middle;
  display: inline-block;
}
.k-spreadsheet-formula-input > .k-syntax-func.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-bool.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-ref.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-str.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-num.k-syntax-at-point {
  text-decoration: underline;
}
.k-spreadsheet-formula-input > .k-series-a,
.k-spreadsheet-formula-input > .k-series-b,
.k-spreadsheet-formula-input > .k-series-c,
.k-spreadsheet-formula-input > .k-series-d {
  background-color: transparent;
}
.k-spreadsheet-selection-highlight {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}
.k-spreadsheet-formula-list {
  min-width: 100px;
}
.k-spreadsheet-formula-list .k-item {
  padding: 0 0.3em;
  box-shadow: none;
}
/* bottom TabStrip */
.k-spreadsheet-sheets-bar {
  position: relative;
}
.k-button.k-spreadsheet-sheets-bar-add {
  position: absolute;
  bottom: 0.2em;
  left: 0.4em;
  z-index: 1;
}
.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove {
  padding: 0;
  margin: 0.5em 0.5em 0.5em -0.5em;
}
.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-button-icon {
  padding: 2px;
  line-height: normal;
}
.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-icon {
  margin: 0;
}
.k-spreadsheet-sheets-items-hint {
  margin-top: 0.1em;
  background: none !important;
  border-width: 0 !important;
}
.k-spreadsheet-editor-button {
  position: absolute;
  width: 20px;
  z-index: 10;
  margin-left: 2px;
  padding: 0 !important;
}
.k-spreadsheet-editor-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hint-wrapper {
  margin-top: 1em;
}
.hint-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: -0.917em;
  padding-right: 0.917em;
  padding-left: 0.917em;
}
.k-edit-form-container > div:after {
  display: block;
  content: "";
  clear: both;
}
.k-spreadsheet-filter-menu .k-i-arrow-45-down-right {
  cursor: pointer;
}
.k-spreadsheet-import-errors .k--header-message {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #888;
  margin-bottom: 5px;
}
.k-spreadsheet-import-errors .k--errors {
  max-height: 350px;
  overflow: auto;
}
.k-spreadsheet-import-errors .k--errors table {
  border-collapse: collapse;
  font-size: 90%;
}
.k-spreadsheet-import-errors .k--errors table td,
.k-spreadsheet-import-errors .k--errors table th {
  padding: 2px 4px;
  border-bottom: 1px solid #bbb;
}
.k-spreadsheet-import-errors .k--errors table th {
  text-align: left;
  border-bottom: 1px solid #000;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Dialog */
.k-dialog {
  min-width: 90px;
  min-height: 3em;
  max-width: 100%;
  max-height: 100%;
}
.k-window.k-dialog {
  position: fixed;
  padding-top: 0;
}
.k-dialog .k-dialog-titlebar {
  position: static;
  margin: 0;
  padding: 0.6em 0.8em 1em 0.8em;
  width: auto;
}
.k-dialog .k-dialog-titlebar .k-dialog-title {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 98%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2em;
  line-height: 1.2em;
}
.k-dialog .k-content {
  margin: 0;
  padding: 1.8em 1em 1.8em 1em;
}
.k-dialog.k-dialog-titleless .k-content {
  padding: 2.4em;
}
.k-dialog .k-dialog-buttongroup {
  margin: 0;
  padding: 0;
}
.k-dialog a.k-dialog-action.k-dialog-close {
  position: absolute;
  top: 0.35em;
  right: 0;
  cursor: pointer;
  z-index: 10000;
}
.k-dialog.k-dialog-titleless a.k-dialog-action.k-dialog-close {
  right: 0.5em;
  top: 1em;
}
.k-dialog.k-alert .k-dialog-titlebar,
.k-dialog.k-confirm .k-dialog-titlebar,
.k-dialog.k-prompt .k-dialog-titlebar {
  background: none;
  border-bottom: none;
}
.k-dialog.k-alert .k-content,
.k-dialog.k-confirm .k-content {
  padding: 2.4em;
}
.k-dialog.k-prompt .k-content {
  padding: 1.2em 1.2em 0.6em 1.2em;
}
.k-dialog .k-prompt-container {
  width: auto;
  padding: 0.6em 1.2em 1.8em 1.2em;
}
.k-dialog .k-prompt-container .k-textbox {
  width: 100%;
}
.k-dialog .k-button {
  box-sizing: border-box;
}
/* Default fonts for PDF export */
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* sans-serif */
@font-face {
  font-family: "DejaVu Sans";
  src: url("DejaVuSans.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-weight: bold;
  src: url("DejaVuSans-Bold.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-style: italic;
  src: url("DejaVuSans-Oblique.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-weight: bold;
  font-style: italic;
  src: url("DejaVuSans-BoldOblique.ttf?v=1.1") format("truetype");
}
/* serif */
@font-face {
  font-family: "DejaVu Serif";
  src: url("DejaVuSerif.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-weight: bold;
  src: url("DejaVuSerif-Bold.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-style: italic;
  src: url("DejaVuSerif-Italic.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-weight: bold;
  font-style: italic;
  src: url("DejaVuSerif-BoldItalic.ttf?v=1.1") format("truetype");
}
/* monospace */
@font-face {
  font-family: "DejaVu Mono";
  src: url("DejaVuSansMono.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-weight: bold;
  src: url("DejaVuSansMono-Bold.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-style: italic;
  src: url("DejaVuSansMono-Oblique.ttf?v=1.1") format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-weight: bold;
  font-style: italic;
  src: url("DejaVuSansMono-BoldOblique.ttf?v=1.1") format("truetype");
}
.kendo-pdf-hide-pseudo-elements:before,
.kendo-pdf-hide-pseudo-elements:after {
  display: none !important;
}
.k-pdf-export sub,
.k-pdf-export sup {
  display: inline-block;
}
.k-widget.k-tabstrip {
  background-color: transparent;
  background-image: none;
  border-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-tabstrip .k-tabstrip-items {
  padding: 0;
}
.k-tabstrip-items .k-link {
  padding: 0.65em 0.92em;
}
.k-tabstrip > .k-content,
.k-panelbar .k-tabstrip > .k-content {
  margin: 0;
}
.k-slider-track {
  border-width: 1px;
  border-style: solid;
}
.k-grouping-dropclue {
  margin-top: 10px;
}
.k-grid tr td {
  border-width: 0 0 1px 1px;
  border-style: solid;
}
.k-slider-horizontal .k-slider-track,
.k-slider-horizontal .k-slider-selection {
  margin-top: -5px;
}
.k-slider-vertical .k-slider-track,
.k-slider-vertical .k-slider-selection {
  margin-left: -5px;
}
input.k-textbox {
  height: 2.43em;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input {
  padding: 0.167em 0;
}
.k-combobox-clearable .k-input {
  padding-right: 1.9em;
}
.k-autocomplete > .k-i-close {
  margin-right: 8px;
}
.k-colorpicker .k-selected-color {
  width: 2.28571428em;
  height: 2.28571428em;
}
.k-colorpicker .k-selected-color .k-i-line {
  font-size: 2.28571428em;
}
.k-combobox > .k-dropdown-wrap > .k-i-close {
  right: 2.55em;
}
.k-multiselect > .k-multiselect-wrap > .k-i-close {
  top: 7px;
}
.k-numerictextbox .k-link {
  height: 1.167em;
}
.k-webkit .k-rtl .k-widget .k-dropdown-wrap .k-input,
.k-webkit .k-rtl .k-widget .k-numeric-wrap .k-input {
  margin-right: 0;
}
.k-rtl .k-widget.k-autocomplete > .k-i-close,
.k-rtl .k-widget.k-multiselect > .k-multiselect-wrap > .k-i-close {
  left: 0;
  right: initial;
  margin-left: 8px;
  margin-right: 0;
}
.k-rtl .k-widget.k-combobox > .k-dropdown-wrap > .k-i-close {
  left: 2.55em;
  right: initial;
}
.k-pager-wrap,
.k-pager-numbers .k-link {
  line-height: 2.3em;
}
.k-pager-wrap > .k-link {
  height: 2.3em;
  line-height: 2.3em;
}
.k-pager-wrap > .k-link,
.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
  min-width: 2.3em;
}
.k-pager-sizes .k-dropdown-wrap .k-input {
  line-height: 2em;
}
.k-toolbar .k-button-group .k-button {
  margin: 0;
}
.k-checkbox-label:before,
.k-checkbox-label:after,
.k-radio-label:before,
.k-radio-label:after {
  box-sizing: content-box;
}
.k-spreadsheet-window .k-page-orientation {
  top: 25%;
}
.k-spreadsheet-window .k-page-landscape {
  top: 28%;
}
.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove {
  margin: 0 0 0 -0.5em;
  padding: 0.65em 0.92em 0.65em 0.32em;
}
.k-button.k-spreadsheet-sheets-bar-add {
  padding-top: 2px;
  padding-bottom: 2px;
  top: 2px;
  bottom: 4px;
}
.k-spreadsheet .k-spreadsheet-sheets-bar {
  padding-bottom: 4px;
}
.k-gantt .k-grid-content tr,
.k-gantt-rows tr,
.k-gantt-tasks tr {
  height: 2.4em;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content {
  min-height: 510px;
  height: 38em;
}
.k-edit-label,
.k-edit-form-container .editor-label {
  padding: 0.65em 0 1em;
}
.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align {
  min-width: 56px;
}
.k-grid .k-edit-cell input[type='checkbox'],
.k-grid .k-edit-cell input.k-checkbox {
  margin-left: calc(0.3em + 3px);
}
.k-grid .k-edit-cell input[type='checkbox'] + label.k-checkbox-label,
.k-grid .k-edit-cell input.k-checkbox + label.k-checkbox-label {
  margin-left: 0.3em;
}
/** 
 * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2017 Telerik AD. All rights reserved.                                                                                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* Kendo skin */
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-theme-test-class,
.ktb-theme-id-bootstrap {
  opacity: 0;
}
.ktb-var-accent {
  color: #428bca;
}
.ktb-var-base {
  color: #ebebeb;
}
.ktb-var-background {
  color: #fff;
}
.ktb-var-border-radius {
  border-radius: 4px;
}
.ktb-var-normal-background {
  color: #fff;
}
.ktb-var-normal-gradient {
  background-image: none;
}
.ktb-var-normal-text-color {
  color: #585858;
}
.ktb-var-hover-background {
  color: #ebebeb;
}
.ktb-var-hover-gradient {
  background-image: none;
}
.ktb-var-hover-text-color {
  color: #ffffff;
}
.ktb-var-selected-background {
  color: #428bca;
}
.ktb-var-selected-gradient {
  background-image: none;
}
.ktb-var-selected-text-color {
  color: #ffffff;
}
.ktb-var-error {
  color: #ffe0d9;
}
.ktb-var-warning {
  color: #fbeed5;
}
.ktb-var-success {
  color: #eaf7ec;
}
.ktb-var-info {
  color: #e5f5fa;
}
.ktb-var-series-a {
  color: #428bca;
}
.ktb-var-series-b {
  color: #5bc0de;
}
.ktb-var-series-c {
  color: #5cb85c;
}
.ktb-var-series-d {
  color: #f2b661;
}
.ktb-var-series-e {
  color: #e67d4a;
}
.ktb-var-series-f {
  color: #da3b36;
}
.k-grid-norecords-template {
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
}
.k-in,
.k-item,
.k-window-action {
  border-color: transparent;
}
/* main colors */
.k-splitbar .k-resize-handle {
  background-color: #585858;
}
.k-block,
.k-widget {
  background-color: #ffffff;
}
.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-filter-row > th,
.k-editable-area,
.k-separator,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header,
.k-grid-header-wrap,
.k-grid-header-locked,
.k-grid-footer-locked,
.k-grid-content-locked,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-treemap-tile,
.k-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-button-group .k-tool,
.k-popup.k-align .k-list .k-item:last-child,
.k-upload-files {
  border-color: #d5d5d5;
}
.k-group,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-widget .k-status,
.k-calendar th,
.k-calendar .k-alt,
.k-dropzone-hovered,
.k-widget.k-popup {
  background-color: #ffffff;
}
.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
  background-color: #ffffff;
}
.k-list-container {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
  background-color: #fff;
}
.k-alt,
.k-separator,
.k-resource.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #ffffff;
}
.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
  background-color: #ebebeb;
}
.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
  border-color: #d5d5d5;
  background-color: #ffffff;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-autocomplete.k-state-focused .k-input,
.k-dropdown-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused .k-input {
  border-color: #d5d5d5;
}
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input {
  background: none;
}
.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap {
  background-color: #ffffff;
  color: #585858;
}
.k-input[readonly] {
  background-color: #ffffff;
  color: #585858;
}
.k-block,
.k-widget,
.k-popup,
.k-content,
.k-toolbar,
.k-dropdown .k-input {
  color: #585858;
}
.k-inverse {
  color: #fff;
}
.k-block {
  color: #848484;
}
.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: #0070D2;
}
.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link {
  color: #585858;
}
.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link {
  color: #848484;
}
.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-button,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
  background-image: none;
  background-position: 50% 50%;
  background-color: #ffffff;
}
.k-widget.k-tooltip {
  background-image: none;
}
.k-block,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-button,
.k-draghandle,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
  background-color: #ffffff;
}
.k-grid-header,
.k-grid-header tr:first-child {
  background: transparent;
}
.k-mediaplayer-toolbar {
  background-color: rgba(255, 255, 255, 0.85);
}
/* icons */
.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite,
.k-pager-numbers .k-current-page .k-link:hover:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view.k-state-hover > .k-link:after {
  opacity: 1;
}
.k-icon,
.k-state-disabled .k-icon,
.k-column-menu .k-sprite,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  opacity: 1;
}
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  opacity: 1;
}
.k-tool {
  border-color: transparent;
}
/* IE will ignore the above selectors if these are added too */
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  background-image: url('../node_modules/kendo-ui/styles/Bootstrap/sprite.png');
  border-color: transparent;
}
.k-i-loading {
  background-image: url('../node_modules/kendo-ui/styles/Bootstrap/loading.gif');
}
.k-loading-image {
  background-image: url('../node_modules/kendo-ui/styles/Bootstrap/loading-image.gif');
}
.k-loading-color {
  background-color: #fff;
}
.k-button {
  color: #ffffff;
  border-color: #d5d5d5;
  background-color: #0070D2;
}
.k-draghandle {
  border-color: #d5d5d5;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-draghandle:hover {
  border-color: #aeaeae;
  background-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Scheduler */
.k-scheduler {
  color: #fff;
  background-color: #fff;
}
.k-scheduler-layout {
  color: #585858;
}
.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
  background-color: #fff;
  color: #585858;
}
.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
  border-color: #b5b5b5;
}
.k-nonwork-hour {
  background-color: #f5f5f5;
}
.k-gantt .k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.02);
}
.k-gantt .k-header.k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.2);
}
.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn {
  background-color: #e8e8e8;
}
.k-scheduler-now-arrow {
  border-left-color: #dbdbdb;
}
.k-scheduler-now-line {
  background-color: #dbdbdb;
}
.k-event,
.k-task-complete {
  border-color: #3174ad;
  background: #3174ad 0 -257px none repeat-x;
  color: #fff;
}
.k-event-inverse {
  color: #585858;
}
.k-event.k-state-selected {
  background-position: 0 0;
  -webkit-box-shadow: 0 0 0 2px #585858;
  box-shadow: 0 0 0 2px #585858;
}
.k-event .k-resize-handle:after,
.k-task-single .k-resize-handle:after {
  background-color: #fff;
}
.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
  border-color: #0070D2;
}
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
  background-color: #fff;
  color: #585858;
  border-color: #d5d5d5;
}
.k-panelbar > li > .k-link {
  color: #585858;
}
.k-panelbar > .k-item > .k-link {
  border-color: #d5d5d5;
}
.k-panel > li.k-item {
  background-color: #fff;
}
/* states */
.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active {
  background-color: #fff;
  border-color: #0070D2;
  color: #585858;
}
.k-fieldselector .k-list-container {
  background-color: #fff;
}
.k-button:focus,
.k-button.k-state-focused {
  border-color: #76abd9;
}
.k-button:hover,
.k-button.k-state-hover {
  color: #585858;
  border-color: #aeaeae;
  background-color: #ebebeb;
}
.k-button:active,
.k-button.k-state-active {
  color: #ffffff;
  background-color: #ebebeb;
  border-color: #428bca;
}
.k-button:active:hover,
.k-button.k-state-active:hover {
  color: #fff;
  border-color: #285e8e;
  background-color: #3276b1;
}
.k-button:focus:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: 0 0 7px 0 #76abd9;
  box-shadow: 0 0 7px 0 #76abd9;
}
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: inset 0 0 5px 3px #d4d4d4;
  box-shadow: inset 0 0 5px 3px #d4d4d4;
}
.k-menu .k-state-hover > .k-state-active {
  background-color: transparent;
}
.k-state-highlight {
  background: #fff;
  color: #585858;
}
.k-state-focused,
.k-grouping-row .k-state-focused {
  border-color: #0070D2;
}
.k-mediaplayer-toolbar .k-button.k-bare:active,
.k-mediaplayer-toolbar .k-button.k-bare.k-state-active,
.k-mediaplayer-toolbar .k-button.k-bare.k-state-active:hover {
  color: #428bca;
}
.k-calendar .k-link {
  color: #585858;
}
.k-calendar .k-footer {
  padding: 0;
}
.k-calendar .k-footer .k-nav-today {
  color: #585858;
  text-decoration: none;
  background-color: #ffffff;
}
.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-footer .k-nav-today.k-state-hover {
  background-color: #fff;
  text-decoration: underline;
}
.k-calendar .k-footer .k-nav-today:active {
  background-color: #fff;
}
.k-calendar .k-link.k-nav-fast {
  color: #585858;
}
.k-calendar .k-nav-fast.k-state-hover {
  text-decoration: none;
  background-color: #ebebeb;
  color: #ffffff;
}
.k-calendar .k-link.k-state-hover {
  border-radius: 4px;
}
.k-calendar .k-state-focused.k-state-hover {
  background-color: #90cbff;
}
.k-calendar .k-state-selected.k-state-hover {
  background-color: #3276b1;
}
.k-calendar .k-state-selected.k-state-hover .k-link {
  color: #ffffff;
}
.k-calendar td.k-state-focused.k-state-selected.k-state-hover {
  box-shadow: inset 0 0 7px 0 #1f496e;
}
.k-calendar .k-today {
  background-color: #ebebeb;
}
.k-calendar .k-today.k-state-selected {
  background-color: #0070D2;
}
.k-calendar .k-today.k-state-hover {
  background-color: #d9d9d9;
}
.k-calendar .k-today.k-state-focused.k-state-hover {
  background-color: #90cbff;
}
.k-calendar .k-today.k-state-selected.k-state-hover {
  background-color: #3276b1;
}
.k-calendar .k-footer .k-link {
  border-radius: 0;
}
.k-calendar th {
  background-color: #f5f5f5;
}
.k-window-titlebar .k-link {
  border-radius: 4px;
}
.k-calendar-container.k-group {
  border-color: rgba(0, 0, 0, 0.2);
}
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  color: #ffffff;
  background-color: #0070D2;
  border-color: #0070D2;
}
.k-virtual-item.k-first,
.k-group-header + .k-list > .k-item.k-first,
.k-static-header + .k-list > .k-item.k-first {
  border-top-color: #82c135;
}
.k-group-header + div > .k-list > .k-item.k-first:before {
  border-top-color: #82c135;
}
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  background: #82c135;
  color: #ffffff;
}
.k-popup .k-list .k-item > .k-group {
  background: #82c135;
  color: #ffffff;
  border-bottom-left-radius: 3px;
}
.k-marquee-text {
  color: #ffffff;
}
.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-popup .k-list .k-state-focused {
  border-radius: 4px;
  box-shadow: inset 0 0 2px 0 #428bca, none;
}
.k-state-focused.k-state-selected,
.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-ie8 .k-panelbar span.k-state-focused,
.k-ie8 .k-menu li.k-state-focused,
.k-ie8 .k-listview > .k-state-focused,
.k-ie8 .k-grid-header th.k-state-focused,
.k-ie8 td.k-state-focused,
.k-ie8 .k-tool.k-state-hover,
.k-ie8 .k-button:focus,
.k-ie8 .k-button.k-state-focused {
  background-color: #82c135;
}
.k-list > .k-state-selected.k-state-focused,
.k-list-optionlabel.k-state-selected.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-selected > .k-link,
.k-panelbar > li > .k-state-selected,
.k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #ffffff;
}
.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-filebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-recur-view .k-check:active,
.k-listbox .k-item:hover:not(.k-state-disabled) {
  color: #ffffff;
  background-color: #82c135;
  border-color: #82c135;
}
/* this selector should be used separately, otherwise old IEs ignore the whole rule */
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active {
  color: #ffffff;
  background-color: #82c135;
  border-color: #82c135;
}
.k-ie8 .k-window-titlebar .k-state-hover {
  border-color: #82c135;
}
.k-state-hover > .k-select,
.k-state-focused > .k-select {
  border-color: #82c135;
}
.k-button:hover,
.k-button.k-state-hover,
.k-button:focus,
.k-button.k-state-focused,
.k-textbox:hover,
.k-state-hover,
.k-state-hover:hover,
.k-pager-wrap .k-link:hover,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover,
.k-listbox .k-item:hover {
  background-image: none;
}
.k-pager-wrap {
  background-color: #ffffff;
  color: #848484;
}
.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active > .k-link,
.k-button:active,
.k-panelbar > .k-item > .k-state-focused {
  background-image: none;
}
.k-state-selected,
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-image: none;
}
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-position: 50% 50%;
}
.k-state-hover > .k-link,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em {
  color: #ffffff;
}
.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
  background-color: #ffffff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #82c135;
}
.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.k-dropdown .k-state-focused .k-input {
  color: #585858;
}
.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right {
  background-image: none;
  background-position: 50% 50%;
  background: #ebebeb;
  border-color: #ebebeb;
}
.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right > input {
  background: #fff;
  border-color: #d5d5d5;
}
.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right > input:focus {
  border-color: #76abd9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-dropdown .k-state-hover .k-input {
  color: #ffffff;
}
.k-state-error {
  border-color: #dbdbdb;
  background-color: #e3e3e3;
  color: #909090;
}
.k-state-disabled {
  opacity: 0.7;
}
.k-ie11 .k-select,
.k-edge .k-select,
.k-ie11 .k-popup-edit-form,
.k-edge .k-popup-edit-form {
  opacity: 0.9;
}
.k-ie8 .k-state-disabled {
  filter: alpha(opacity=70);
}
.k-tile-empty.k-state-selected,
.k-loading-mask.k-state-selected {
  border-width: 0;
  background-image: none;
  background-color: transparent;
}
.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-dropzone .k-upload-status,
.k-tile-empty strong,
.k-slider .k-draghandle {
  color: #999999;
}
/* Progressbar */
.k-progressbar-indeterminate {
  background: url('../node_modules/kendo-ui/styles/Bootstrap/indeterminate.gif');
}
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected {
  display: none;
}
/* Slider */
.k-slider-track {
  background-color: #d5d5d5;
}
.k-slider-selection {
  background-color: #0070D2;
}
.k-slider-horizontal .k-tick {
  background-image: url('../node_modules/kendo-ui/styles/Bootstrap/slider-h.gif');
}
.k-slider-vertical .k-tick {
  background-image: url('../node_modules/kendo-ui/styles/Bootstrap/slider-v.gif');
}
/* Tooltip */
.k-widget.k-tooltip,
.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
  border-color: #b5b5b5;
  background-color: #e6e6e6;
  color: #333;
}
.k-widget.k-tooltip-validation {
  border-color: #fbeed5;
  background-color: #fbeed5;
  color: #90640e;
}
/* Bootstrap theme fix */
.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation {
  font-size: 12px;
  position: relative;
  top: 3px;
}
.k-callout-n {
  border-bottom-color: #b5b5b5;
}
.k-callout-w {
  border-right-color: #b5b5b5;
}
.k-callout-s {
  border-top-color: #b5b5b5;
}
.k-callout-e {
  border-left-color: #b5b5b5;
}
.k-tooltip-validation .k-callout-n {
  border-bottom-color: #fbeed5;
}
.k-tooltip-validation .k-callout-w {
  border-right-color: #fbeed5;
}
.k-tooltip-validation .k-callout-s {
  border-top-color: #fbeed5;
}
.k-tooltip-validation .k-callout-e {
  border-left-color: #fbeed5;
}
/* Splitter */
.k-splitbar {
  background-color: #ffffff;
}
.k-restricted-size-vertical,
.k-restricted-size-horizontal {
  background-color: #909090;
}
/* Upload */
.k-file {
  background-color: #fff;
  border-color: #b5b5b5;
}
.k-file-progress {
  color: #2498bc;
}
.k-file-progress .k-progress {
  background-color: #2498bc;
}
.k-file-success .k-file-name,
.k-file-success .k-upload-pct {
  color: #28760b;
}
.k-file-success .k-progress {
  background-color: #ddffd0;
}
.k-file-error {
  color: #d92800;
}
.k-file-error .k-file-extension-wrapper,
.k-file-error .k-multiple-files-extension-wrapper {
  color: #d92800;
  border-color: #d92800;
}
.k-file-error .k-file-extension-wrapper:before,
.k-file-error .k-multiple-files-extension-wrapper:before {
  background-color: #ffffff;
  border-color: transparent transparent #d92800 #d92800;
}
.k-file-error .k-progress {
  background-color: #d92800;
}
.k-file-extension-wrapper,
.k-multiple-files-extension-wrapper {
  color: #999999;
  border-color: #999999;
}
.k-file-invalid .k-file-name-invalid {
  color: #d92800;
}
.k-file-invalid-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
  color: #d92800;
  border-color: #d92800;
}
.k-file-extension-wrapper:before,
.k-multiple-files-extension-wrapper:before {
  background-color: #ffffff;
  border-color: transparent transparent #999999 #999999;
}
.k-file-invalid-extension-wrapper:before,
.k-multiple-files-invalid-extension-wrapper:before {
  background-color: #ffffff;
  border-color: transparent transparent #d92800 #d92800;
}
.k-multiple-files-extension-wrapper:after {
  border-top-color: #999999;
  border-left-color: #999999;
}
.k-multiple-files-invalid-extension-wrapper:after {
  border-top-color: #d92800;
  border-left-color: #d92800;
}
.k-file-size,
.k-file-information,
.k-file-validation-message {
  color: #999999;
}
.k-upload .k-upload-selected {
  color: #428bca;
  border-color: #d5d5d5;
}
.k-upload .k-upload-selected:hover {
  color: #ffffff;
  background-color: #428bca;
}
/* ImageBrowser */
.k-tile {
  border-color: #fff;
}
.k-textbox:hover,
.k-tiles li.k-state-hover {
  border-color: #82c135;
}
.k-tiles li.k-state-selected {
  border-color: #0070D2;
}
/* TreeMap */
.k-leaf,
.k-leaf.k-state-hover:hover {
  color: #fff;
}
.k-leaf.k-inverse,
.k-leaf.k-inverse.k-state-hover:hover {
  color: #000;
}
/* Shadows */
.k-widget,
.k-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-slider,
.k-treeview,
.k-upload {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-grid td.k-state-selected.k-state-focused {
  background-color: #0078e1;
}
.k-popup,
.k-menu .k-menu-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect.k-state-focused,
.k-filebrowser .k-image,
.k-tooltip {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.k-treemap-tile.k-state-hover {
  -webkit-box-shadow: inset 0 0 0 3px #d5d5d5;
  box-shadow: inset 0 0 0 3px #d5d5d5;
}
/* Window */
.k-window {
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
  background-color: #ffffff;
}
.k-window.k-state-focused {
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
}
.k-window.k-window-maximized,
.k-window-maximized .k-window-titlebar,
.k-window-maximized .k-window-content {
  border-radius: 0;
}
.k-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.k-inset {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* Selection */
.k-editor-inline ::selection {
  background-color: #0070D2;
  text-shadow: none;
  color: #fff;
}
.k-editor-inline ::-moz-selection {
  background-color: #0070D2;
  text-shadow: none;
  color: #fff;
}
/* Notification */
.k-widget.k-notification.k-notification-info {
  background-color: #e5f5fa;
  color: #2498bc;
  border-color: #bae5f2;
}
.k-widget.k-notification.k-notification-success {
  background-color: #eaf7ec;
  color: #3ea44e;
  border-color: #c5e9cb;
}
.k-widget.k-notification.k-notification-warning {
  background-color: #fbeed5;
  color: #bf8412;
  border-color: #f7dba6;
}
.k-widget.k-notification.k-notification-error {
  background-color: #ffe0d9;
  color: #d92800;
  border-color: #ffb6a6;
}
/* Gantt */
.k-gantt .k-treelist {
  background: #ffffff;
}
.k-gantt .k-treelist .k-alt {
  background-color: #e6e6e6;
}
.k-gantt .k-treelist tr:hover {
  background-color: #ebebeb;
}
.k-gantt .k-treelist .k-state-selected,
.k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-alt.k-state-selected,
.k-gantt .k-treelist .k-alt.k-state-selected > td {
  background-color: #0070D2;
}
.k-task-dot:after {
  background-color: #585858;
  border-color: #585858;
}
.k-task-dot:hover:after {
  background-color: #fff;
}
.k-task-summary {
  border-color: #989898;
  background: #989898;
}
.k-task-milestone,
.k-task-summary-complete {
  border-color: #585858;
  background: #585858;
}
.k-state-selected.k-task-summary {
  border-color: #53aeff;
  background: #53aeff;
}
.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  border-color: #0070D2;
  background: #0070D2;
}
.k-task-single {
  background-color: #3a86c8;
  border-color: #3174ad;
  color: #fff;
}
.k-state-selected.k-task-single {
  border-color: #0070D2;
}
.k-line {
  background-color: #585858;
  color: #585858;
}
.k-state-selected.k-line {
  background-color: #0070D2;
  color: #0070D2;
}
.k-resource {
  background-color: #ffffff;
}
/* Border radius */
.k-block,
.k-button,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-notification,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload,
.k-split-button {
  border-radius: 4px;
}
.k-tool {
  text-align: center;
  vertical-align: middle;
}
.k-tool.k-group-start,
.k-toolbar .k-split-button .k-button,
.k-toolbar .k-button-group .k-group-start {
  border-radius: 4px 0 0 4px;
}
.k-rtl .k-tool.k-group-start,
.k-rtl .k-toolbar .k-split-button .k-button,
.k-rtl .k-toolbar .k-button-group .k-group-start {
  border-radius: 0 4px 4px 0;
}
.k-toolbar .k-button-group > .k-group-end {
  border-radius: 4px;
}
.k-tool.k-group-end,
.k-toolbar .k-button-group .k-button + .k-group-end,
.k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 4px 4px 0;
}
.k-rtl .k-tool.k-group-end,
.k-rtl .k-toolbar .k-button-group .k-group-end,
.k-rtl .k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 4px 0 0 4px;
}
.k-toolbar:not(.k-spreadsheet-toolbar) .k-button-group .k-button {
  border-left-color: transparent;
}
.k-toolbar:not(.k-spreadsheet-toolbar) .k-button-group .k-group-start {
  border-left-color: #d5d5d5;
}
.k-toolbar:not(.k-spreadsheet-toolbar) .k-button-group .k-button:focus {
  border-left-color: #76abd9;
}
.k-group-start.k-group-end.k-tool {
  border-radius: 4px;
}
.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content,
.k-filter-menu {
  border-radius: 0 0 4px 4px;
}
.k-autocomplete.k-state-border-up .k-input,
.k-dropdown-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-selected-color,
.k-numeric-wrap.k-state-border-up .k-input {
  border-radius: 0 0 0 4px;
}
.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 4px 4px;
}
.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  border-radius: 4px 4px 0 0;
}
.k-split-button.k-state-border-down > .k-button {
  border-radius: 4px 0 0 0;
}
.k-split-button.k-state-border-up > .k-button {
  border-radius: 0 0 0 4px;
}
.k-split-button.k-state-border-down > .k-split-button-arrow {
  border-radius: 0 4px 0 0;
}
.k-split-button.k-state-border-up > .k-split-button-arrow {
  border-radius: 0 0 4px 0;
}
.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  border-radius: 3px 0 0 3px;
}
.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
  border-radius: 0 3px 3px 0;
}
.k-numeric-wrap .k-link {
  border-radius: 0 3px 0 0;
}
.k-numeric-wrap .k-link + .k-link {
  border-radius: 0 0 3px 0;
}
.k-colorpicker .k-selected-color {
  border-radius: 3px 0 0 3px;
}
.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 3px 3px 0;
}
.k-autocomplete.k-state-border-down .k-input {
  border-radius: 4px 4px 0 0;
}
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input {
  border-radius: 4px 0 0 0;
}
.k-numeric-wrap .k-link.k-state-selected {
  background-color: #0070D2;
}
.k-multiselect.k-state-border-down .k-multiselect-wrap {
  border-radius: 3px 3px 0 0;
}
.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
  border-radius: 0 4px 4px 0;
}
.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
  border-radius: 4px 0 0 4px;
}
.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 4px;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
  border-radius: 3px;
}
.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-dropzone,
.k-listbox .k-item {
  border-radius: 3px;
}
.k-slider .k-button,
.k-grid .k-slider .k-button {
  border-radius: 4px;
}
.k-draghandle {
  border-radius: 7px;
}
.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link {
  border-radius: 4px 0 0 4px;
}
.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child .k-link {
  border-radius: 0 4px 4px 0;
}
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today,
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today .k-link,
.k-edit-field > .k-scheduler-navigation {
  border-radius: 4px;
}
.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-radius: 4px 0 0 4px;
}
.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
  border-radius: 4px;
}
.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link {
  border-radius: 3px;
}
.k-scheduler-mobile .k-event {
  border-radius: 2px;
}
/* Adaptive Grid */
.k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #585858;
}
html .km-pane-wrapper .km-widget,
.k-ie .km-pane-wrapper .k-widget,
.k-ie .km-pane-wrapper .k-group,
.k-ie .km-pane-wrapper .k-content,
.k-ie .km-pane-wrapper .k-header,
.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-edit-field {
  color: #585858;
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  div.km-pane-wrapper a {
    color: #585858;
  }
}
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
  background-color: #ffffff;
  border-top: 1px solid #b5b5b5;
}
.km-pane-wrapper .k-mobile-list .k-edit-field textarea {
  outline-width: 0;
}
.km-pane-wrapper .k-mobile-list .k-item.k-state-selected {
  background-color: #0070D2;
  border-top-color: #0070D2;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
  border-top-color: transparent;
}
.km-pane-wrapper .k-mobile-list .k-item:last-child {
  -webkit-box-shadow: inset 0 -1px 0 #b5b5b5;
  box-shadow: inset 0 -1px 0 #b5b5b5;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
  color: #696969;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
  border-bottom: 1px solid #b5b5b5;
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
  -webkit-box-shadow: 0 1px 1px #b5b5b5;
  box-shadow: 0 1px 1px #b5b5b5;
}
.km-actionsheet .k-grid-delete,
.km-actionsheet .k-scheduler-delete,
.km-pane-wrapper .k-scheduler-delete,
.km-pane-wrapper .k-filter-menu .k-button[type=reset] {
  color: #fff;
  border-color: #dbdbdb;
  background-color: red;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
}
.km-actionsheet .k-grid-delete:active,
.km-actionsheet .k-scheduler-delete:active,
.km-pane-wrapper .k-scheduler-delete:active,
.km-pane-wrapper .k-filter-menu .k-button[type=reset]:active {
  background-color: #990000;
}
.km-pane-wrapper .k-pager-numbers .k-link,
.km-pane-wrapper .k-pager-numbers .k-state-selected,
.km-pane-wrapper .k-pager-wrap > .k-link {
  border-radius: 0;
}
.km-pane-wrapper .k-pager-nav.k-pager-first {
  border-radius: 4px 0 0 4px;
}
/* /Column Menu */
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
  background-image: none;
  background-position: 50% 50%;
  background-color: #ffffff;
  border-color: #d5d5d5;
}
.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  background-color: #ffffff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #82c135;
}
.k-multiselect.k-header {
  border-color: #d5d5d5;
}
.k-multiselect.k-header.k-state-hover {
  border-color: #82c135;
}
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  background-color: #ffffff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #82c135;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-list-container {
  color: #585858;
}
.k-nodata {
  color: #999999;
}
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
  color: #585858;
}
.k-state-default > .k-select {
  border-color: #d5d5d5;
}
.k-state-hover > .k-select {
  border-color: #82c135;
}
.k-state-focused > .k-select {
  border-color: #82c135;
}
.k-tabstrip:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
  color: #585858;
}
.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link,
.k-panelbar > li.k-state-default > .k-link.k-state-hover {
  color: #ffffff;
}
.k-panelbar > .k-state-focused.k-state-hover {
  background: #82c135;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-tabstrip-items .k-state-default {
  border-color: #d5d5d5;
}
.k-tabstrip-items .k-state-hover {
  border-color: #82c135;
}
.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active {
  background-color: #fff;
  background-image: none;
  border-color: #0070D2;
}
.k-tabstrip-top .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-top .k-tabstrip-items .k-state-active {
  border-bottom-color: #fff;
}
.k-tabstrip .k-content.k-state-active {
  background-color: #fff;
  color: #585858;
}
.k-menu.k-header,
.k-menu .k-item {
  border-color: #cccccc;
}
.k-column-menu,
.k-column-menu .k-item,
.k-overflow-container .k-overflow-group {
  border-color: #d5d5d5;
}
.k-overflow-container .k-overflow-group {
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
}
.k-toolbar-first-visible.k-overflow-group,
.k-overflow-container .k-overflow-group + .k-overflow-group {
  box-shadow: 0 1px 0 #ffffff;
}
.k-toolbar-last-visible.k-overflow-group {
  box-shadow: inset 0 1px 0 #ffffff;
}
.k-column-menu .k-separator {
  border-color: #d5d5d5;
  background-color: transparent;
}
.k-menu .k-group {
  border-color: rgba(0, 0, 0, 0.2);
}
.k-grid-filter.k-state-active {
  background-color: #fff;
}
.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
  color: #585858;
  border-color: #d5d5d5;
  font-weight: bold;
}
.k-grouping-header {
  color: #585858;
}
.k-grid tr:hover {
  background-color: #ebebeb;
}
.k-grid .k-filter-row:hover,
.k-pivot-rowheaders .k-grid tr:hover {
  background: none;
}
.k-grid td.k-state-focused {
  box-shadow: inset 0 0 0 1px none;
}
.k-grid tr.k-state-focused:hover td {
  background-color: #90cbff;
}
.k-grid td.k-state-selected:hover,
.k-grid tr.k-state-selected:hover td {
  background-color: #005dae;
}
.k-grid tr:hover .k-state-focused.k-state-selected,
.k-grid tr.k-state-selected:hover td.k-state-focused {
  box-shadow: inset 0 0 7px 0 #193c5a;
}
.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-grouping-header .k-group-indicator,
.k-gantt-toolbar .k-state-default {
  border-color: #d5d5d5;
}
.k-primary,
.k-overflow-container .k-primary {
  color: #fff;
  border-color: #357ebd;
  background-image: none;
  background-position: 50% 50%;
  background-color: #428bca;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary:focus,
.k-primary.k-state-focused {
  color: #fff;
  border-color: #eef8fc;
  background-image: none;
  -webkit-box-shadow: 0 0 8px 0 #cbebf5;
  box-shadow: 0 0 8px 0 #cbebf5;
}
.k-primary:hover {
  color: #fff;
  border-color: #285e8e;
  background-image: none;
  background-color: #3276b1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary:focus:active:not(.k-state-disabled):not([disabled]),
.k-primary:focus:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: 0 0 8px 0 #cbebf5;
  box-shadow: 0 0 8px 0 #cbebf5;
}
.k-primary:active {
  color: #fff;
  border-color: #285e8e;
  background-image: none;
  background-color: #3276b1;
  -webkit-box-shadow: inset 0 0 8px 0 #76abd9;
  box-shadow: inset 0 0 8px 0 #76abd9;
}
.k-primary.k-state-disabled,
.k-state-disabled .k-primary,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:hover,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:active,
.k-primary.k-state-disabled:active {
  color: #fff;
  border-color: #7aadda;
  background-color: #82b2dc;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-pager-numbers .k-link,
.k-treeview .k-in {
  border-color: transparent;
}
.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
  background-color: transparent;
  border-radius: 4px;
}
.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent;
}
.k-button:focus,
.k-split-button:focus {
  outline: none;
}
.k-split-button:focus {
  background-color: #0070D2;
  box-shadow: 0 0 8px 0 #76abd9;
}
.k-split-button:focus > .k-button {
  background: transparent;
  border-color: #76abd9;
}
.k-editor .k-tool:focus {
  outline: 0;
  border-color: #76abd9;
  -webkit-box-shadow: 0 0 7px 0 #76abd9;
  box-shadow: 0 0 7px 0 #76abd9;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-checkbox-label:before {
  border-color: #cccccc;
  background: #fff;
  border-radius: 3px;
}
.k-checkbox:hover + .k-checkbox-label:before,
.k-checkbox:checked:hover + .k-checkbox-label:before,
.k-checkbox-label:hover:before,
.k-checkbox:checked + .k-checkbox-label:hover:before {
  border-color: #aeaeae;
  box-shadow: none;
}
.k-checkbox:checked + .k-checkbox-label:before {
  background-color: #fff;
  border-color: #cccccc;
  color: #428bca;
}
.k-checkbox:active + .k-checkbox-label:before,
.k-checkbox-label:active:before {
  box-shadow: 0 0 2px 0 #76abd9;
  border-color: #76abd9;
}
.k-checkbox:checked:active + .k-checkbox-label:before,
.k-checkbox:checked + .k-checkbox-label:before {
  box-shadow: 0 0 2px 0 #76abd9;
  border-color: #76abd9;
}
.k-checkbox:disabled + .k-checkbox-label {
  color: #a1a1a1;
}
.k-checkbox:disabled + .k-checkbox-label:hover:before {
  box-shadow: none;
}
.k-checkbox:disabled + .k-checkbox-label:before,
.k-checkbox:checked:disabled + .k-checkbox-label:before,
.k-checkbox:checked:disabled + .k-checkbox-label:active:before,
.k-checkbox:checked:disabled + .k-checkbox-label:hover:before {
  color: #a1a1a1;
  background: #fff;
  border-color: #cccccc;
  border-radius: 3px;
}
.k-checkbox:focus + .k-checkbox-label:before {
  border-color: #76abd9;
  box-shadow: 0 0 2px 0 #76abd9;
}
.k-checkbox:indeterminate + .k-checkbox-label:after {
  background-color: #428bca;
  background-image: none;
  border-color: #76abd9;
  border-radius: 2px;
}
.k-checkbox:indeterminate:hover + .k-checkbox-label:after {
  border-color: #428bca;
  background-color: #428bca;
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-radio-label:before {
  border-color: #cccccc;
  border-radius: 50%;
  background-color: #fff;
  border-width: 1px;
}
.k-radio-label:hover:before,
.k-radio:checked + .k-radio-label:hover:before {
  border-color: #aeaeae;
  box-shadow: none;
}
.k-radio:checked + .k-radio-label:after {
  background-color: #428bca;
  border-radius: 50%;
}
.k-radio-label:active:before {
  border-color: #76abd9;
  box-shadow: 0 0 2px 0 #76abd9;
}
.k-radio:checked + .k-radio-label:active:before {
  box-shadow: 0 0 2px 0 #76abd9;
  border-color: #76abd9;
}
.k-radio:disabled + .k-radio-label {
  color: #d2d2d2;
}
.k-radio:disabled + .k-radio-label:before,
.k-radio:disabled + .k-radio-label:active:before,
.k-radio:disabled + .k-radio-label:hover:after,
.k-radio:disabled + .k-radio-label:hover:before {
  background: #fff;
  border-color: #cccccc;
  box-shadow: none;
}
.k-radio:disabled:checked + .k-radio-label:after {
  background-color: #428bca;
  opacity: 0.5;
}
.k-radio:focus + .k-radio-label:before {
  border-color: #76abd9;
  box-shadow: 0 0 2px 0 #76abd9;
}
@media screen and (-ms-high-contrast: active) {
  .k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused,
  .k-editor-toolbar-wrap .k-button-group .k-tool:focus {
    border-color: #fff;
  }
}
/* Responsive styles */
@media only screen and (max-width: 1024px) {
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-edge .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link {
    background-image: none;
    background-position: 50% 50%;
    background-color: #ffffff;
    border-color: #d5d5d5;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-edge .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link {
    border-color: #d5d5d5;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    border-radius: 4px;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li {
    border-radius: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view {
    border-radius: 3px 3px 0 0;
  }
  .k-webkit .k-scheduler-toolbar > ul li:first-child,
  .k-ff .k-scheduler-toolbar > ul li:first-child,
  .k-ie11 .k-scheduler-toolbar > ul li:first-child,
  .k-edge .k-scheduler-toolbar > ul li:first-child,
  .k-safari .k-scheduler-toolbar > ul li:first-child,
  .k-webkit .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-ff .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-ie11 .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-edge .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-safari .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li .k-link {
    border-radius: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link {
    border-radius: 0 0 3px 3px;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link:hover,
  .k-ff .k-pager-numbers .k-current-page .k-link:hover,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:hover,
  .k-edge .k-pager-numbers .k-current-page .k-link:hover,
  .k-safari .k-pager-numbers .k-current-page .k-link:hover,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover {
    border-color: #82c135;
    background-image: none;
    background-color: #82c135;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    color: #585858;
    min-width: 75px;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link {
    color: #ffffff;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link:after,
  .k-ff .k-pager-numbers .k-current-page .k-link:after,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:after,
  .k-edge .k-pager-numbers .k-current-page .k-link:after,
  .k-safari .k-pager-numbers .k-current-page .k-link:after,
  .k-webkit .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-ff .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-ie11 .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-edge .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-safari .k-scheduler-views > li.k-state-selected > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }
  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-edge .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #d5d5d5;
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px;
    background-image: none;
    border-radius: 4px;
  }
  .k-webkit .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-numbers .k-state-selected,
  .k-edge .k-pager-numbers .k-state-selected,
  .k-safari .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-numbers .k-link,
  .k-ff .k-pager-numbers .k-link,
  .k-ie11 .k-pager-numbers .k-link,
  .k-edge .k-pager-numbers .k-link,
  .k-safari .k-pager-numbers .k-link {
    border-radius: 3px;
  }
  .k-webkit .k-widget.k-grid .k-pager-nav + .k-pager-numbers,
  .k-ff .k-widget.k-grid .k-pager-nav + .k-pager-numbers,
  .k-ie11 .k-widget.k-grid .k-pager-nav + .k-pager-numbers,
  .k-edge .k-widget.k-grid .k-pager-nav + .k-pager-numbers,
  .k-safari .k-widget.k-grid .k-pager-nav + .k-pager-numbers {
    position: absolute;
  }
}
.k-grid,
.k-scheduler,
.k-menu,
.k-editor {
  border-radius: 4px;
}
.k-grid > .k-grouping-header,
.k-grid-header:first-child,
.k-grid-toolbar:first-child,
.k-scheduler > .k-scheduler-toolbar:first-child {
  border-radius: 3px 3px 0 0;
}
.k-grid-header:first-child th.k-header:first-child,
thead.k-grid-header th.k-header:first-child,
.k-rtl thead.k-grid-header th.k-header:last-child {
  border-radius: 3px 0 0 0;
}
.k-rtl .k-grid-header:first-child th.k-header:first-child,
.k-rtl thead.k-grid-header th.k-header:first-child,
thead.k-grid-header th.k-header:last-child {
  border-radius: 0 3px 0 0;
}
.k-grid-pager,
.k-scheduler-footer {
  border-radius: 0 0 3px 3px;
}
.k-menu > .k-first {
  border-radius: 3px 0 0 3px;
}
.k-rtl .k-menu > .k-first {
  border-radius: 0 3px 3px 0;
}
.k-widget.k-treeview {
  color: #585858;
}
.k-treeview .k-in.k-state-hover {
  color: #ffffff;
}
.k-treeview .k-state-selected,
.k-draghandle.k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-tabstrip-items .k-state-hover .k-link {
  color: #ffffff;
}
.k-tabstrip-items .k-state-active .k-link {
  color: #585858;
}
.k-tabstrip-items .k-state-active .k-link {
  color: #585858;
}
.k-tabstrip-items .k-item {
  background: transparent;
}
.k-tabstrip-items .k-item.k-state-active {
  background: #ffffff;
}
.k-tabstrip-items .k-item.k-state-hover {
  background: #82c135;
}
.k-tabstrip-items .k-state-focused {
  border-color: #0070D2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-tabstrip-items .k-state-default.k-state-hover {
  border-color: #82c135;
}
.k-multiselect .k-button {
  color: #fff;
  border-color: #357ebd;
  background-color: #428bca;
}
.k-multiselect .k-button.k-state-hover {
  border-color: #285e8e;
  background-color: #3276b1;
}
.k-multiselect .k-button:active {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-list > .k-state-hover {
  border-color: #82c135;
}
.k-scheduler-toolbar > ul > li {
  background-color: #ffffff;
  border-color: #d5d5d5;
}
.k-menu .k-group {
  background: #ffffff;
}
.k-menu .k-state-default .k-state-border-down {
  background-color: #e8e8e8;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.k-menu .k-item > .k-state-border-right,
.k-menu .k-item > .k-state-border-left {
  background-color: #0070D2;
  color: #ffffff;
}
.k-menu .k-state-selected > .k-link {
  color: #ffffff;
  background-color: #0070D2;
  border-color: #0070D2;
  background-image: none;
}
.k-menu .k-link.k-state-active,
.k-menu .k-state-hover > .k-link,
.k-menu .k-menu-scroll-button:hover {
  color: #ffffff;
  background-color: #82c135;
  border-color: #82c135;
  background-image: none;
}
.k-menu .k-state-hover .k-link.k-state-active {
  background-color: #6fa52d;
}
/* Slider */
.k-slider-track {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 0;
}
.k-slider-selection {
  background-color: #ebebeb;
  border-radius: 0;
}
.k-slider-horizontal .k-tick {
  background-image: url('../node_modules/kendo-ui/styles/Bootstrap/slider-h.gif');
}
.k-draghandle.k-state-selected,
.k-draghandle.k-state-selected:link,
.k-draghandle.k-state-selected:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}
.k-draghandle.k-state-focused,
.k-draghandle.k-state-focused:link,
.k-slider-buttons .k-button:focus,
.k-slider-buttons .k-button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #82c135;
  background-color: #ffffff;
}
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-multiselect.k-header {
  border-color: #cccccc;
}
.k-widget.k-autocomplete,
.k-widget.k-combobox,
.k-widget.k-dropdown,
.k-widget.k-datepicker,
.k-widget.k-datetimepicker,
.k-widget.k-timepicker,
.k-widget.k-numerictextbox,
.k-widget.k-multiselect,
.k-widget.k-menu,
.k-widget.k-progressbar,
.k-progressbar > .k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-autocomplete.k-state-default .k-input,
.k-combobox .k-state-default .k-input,
.k-picker-wrap.k-state-default .k-input,
.k-numeric-wrap.k-state-default .k-input,
.k-multiselect-wrap,
.k-slider-track,
.k-slider-selection,
.k-progress-status-wrap {
  -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);
}
.k-textbox:focus,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  background-color: #ffffff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #82c135;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-textbox:hover,
.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  background-color: #ffffff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #82c135;
}
.k-autocomplete.k-state-border-down,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-pager-numbers.k-state-expanded .k-current-page .k-link {
  border-color: #cccccc;
  background-color: #ffffff;
}
.k-grid-filter.k-state-active {
  border-color: #82c135;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-picker-wrap.k-state-active.k-state-border-down,
.k-dropdown-wrap.k-state-active.k-state-border-down,
.k-numeric-wrap .k-link.k-state-selected,
.k-pager-numbers.k-state-expanded .k-current-page .k-link {
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.k-picker-wrap.k-state-focused > .k-select,
.k-picker-wrap.k-state-active > .k-select,
.k-dropdown-wrap.k-state-focused > .k-select,
.k-dropdown-wrap.k-state-active > .k-select {
  border-color: #cccccc;
}
.k-panelbar > .k-item > .k-link {
  border-color: #d5d5d5;
}
.k-panelbar > li.k-state-default > .k-link {
  color: #585858;
}
.k-panelbar > .k-state-focused {
  -webkit-box-shadow: inset none;
  box-shadow: inset none;
}
.k-toolbar .k-button.k-state-active:hover,
.k-split-container .k-button.k-state-active:hover,
.k-overflow-container .k-button.k-state-active:hover,
.k-panelbar > li > .k-link.k-state-selected {
  color: #ffffff;
}
.k-toolbar .k-button.k-state-active,
.k-split-container .k-button.k-state-active,
.k-overflow-container .k-button.k-state-active,
.k-panelbar .k-link.k-state-selected.k-state-hover {
  color: #ffffff;
}
td.k-state-focused.k-state-selected,
.k-state-selected td.k-state-focused,
.k-listview > .k-state-focused.k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-panelbar > .k-state-focused.k-state-hover {
  background: #82c135;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-panelbar > li .k-state-selected.k-state-hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-pager-wrap {
  color: #a6a6a6;
}
.k-pager-wrap > .k-link,
.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
  border-radius: 0;
}
.k-grid tr td {
  border-style: solid;
  border-color: #d5d5d5;
}
.k-pager-wrap .k-link {
  background: #0070D2;
  border-color: #d5d5d5;
  border-right: none;
}
.k-pager-wrap .k-pager-refresh {
  background: #ffffff;
}
.k-pager-wrap .k-link:hover {
  color: #428bca;
  border-color: #d5d5d5;
  background: #82c135;
}
.k-grid-header .k-link:link,
.k-grid-header .k-link:visited,
.k-grid-header .k-nav-current.k-state-hover .k-link,
.k-grouping-header .k-link {
  color: #585858;
}
.k-pager-wrap .k-pager-nav.k-pager-last {
  border-radius: 0 4px 4px 0;
  border-right-color: #d5d5d5;
}
.k-rtl .k-pager-wrap .k-pager-nav.k-pager-last {
  border-radius: 4px 0 0 4px;
  border-right-width: 0;
}
.k-pager-nav.k-pager-first {
  border-radius: 4px 0 0 4px;
}
.k-rtl .k-pager-nav.k-pager-first {
  border-radius: 0 4px 4px 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d5d5d5;
  margin-right: 6px;
}
.k-dropzone .k-upload-status {
  color: #585858;
}
.k-file .k-upload-status {
  color: #585858;
}
.k-menu .k-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect.k-state-focused,
.k-filebrowser .k-image,
.k-tooltip {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-window {
  border-color: #d5d5d5;
}
.k-state-focused,
.k-button:focus:not(.k-state-disabled):not([disabled]),
.k-button.k-state-focused,
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-list > .k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-popup {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.k-tooltip {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-list-container {
  border-color: #cccccc;
}
.k-flatcolorpicker .k-hue-slider .k-draghandle {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 5px solid #d5d5d5;
}
.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,
.k-flatcolorpicker .k-hue-slider .k-draghandle:focus {
  border-color: #d5d5d5;
  -webkit-box-shadow: 0 0 8px 0 rgba(102, 175, 233, 0.75);
  box-shadow: 0 0 8px 0 rgba(102, 175, 233, 0.75);
  border-width: 5px;
  padding: 0;
}
.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
  margin-right: 0;
}
.k-grid .k-pager-numbers,
.k-pager-wrap > .k-link {
  margin: 0;
}
.k-pager-wrap .k-link {
  border-right: none;
}
.k-pager-wrap .k-link.k-pager-last {
  border-right-width: 1px;
  border-right-style: solid;
}
.k-state-disabled .k-button,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active,
.k-listbox .k-button.k-state-disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary:active {
  color: #fff;
  border-color: #285e8e;
  background-image: none;
  background-color: #3276b1;
  -webkit-box-shadow: inset 0 0 8px 0 #76abd9;
  box-shadow: inset 0 0 8px 0 #76abd9;
}
.k-editor-toolbar .k-tool {
  color: #585858;
  background-color: #0070D2;
  border-color: #d5d5d5;
}
.k-editor-toolbar .k-tool.k-state-hover {
  color: #ffffff;
  border-color: #82c135;
  background-color: #82c135;
}
.k-editor-toolbar .k-state-selected {
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  background-color: #ffffff;
  border-color: #82c135;
}
.k-editor-toolbar .k-button-group .k-tool-icon {
  border-color: #d5d5d5;
}
.k-splitbar,
.k-splitbar:hover {
  border-color: transparent;
}
.k-button:active {
  color: #ffffff;
  background-color: #ebebeb;
  border-color: #82c135;
}
.k-button:active:hover,
.k-button.k-state-active:hover {
  color: #585858;
  border-color: #82c135;
  background-color: #82c135;
}
.k-button[disabled],
.k-button.k-state-disabled,
.k-state-disabled .k-button,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active,
.k-button.k-state-disabled:active:hover {
  color: #999999;
  border-color: #cccccc;
  background-color: #fff;
  background-image: none;
}
/* Responsive styles  */
@media only screen and (max-width: 1024px) {
  .k-webkit .k-pager-wrap,
  .k-ff .k-pager-wrap,
  .k-ie11 .k-pager-wrap,
  .k-edge .k-pager-wrap,
  .k-safari .k-pager-wrap {
    min-height: 2.4em;
  }
  .k-webkit .k-pager-wrap .k-pager-nav,
  .k-ff .k-pager-wrap .k-pager-nav,
  .k-ie11 .k-pager-wrap .k-pager-nav,
  .k-edge .k-pager-wrap .k-pager-nav,
  .k-safari .k-pager-wrap .k-pager-nav,
  .k-webkit .k-pager-input,
  .k-ff .k-pager-input,
  .k-ie11 .k-pager-input,
  .k-edge .k-pager-input,
  .k-safari .k-pager-input {
    display: inline-block;
    vertical-align: top;
  }
  .k-webkit .k-pager-numbers,
  .k-ff .k-pager-numbers,
  .k-ie11 .k-pager-numbers,
  .k-edge .k-pager-numbers,
  .k-safari .k-pager-numbers,
  .k-webkit .k-grid .k-pager-numbers,
  .k-ff .k-grid .k-pager-numbers,
  .k-ie11 .k-grid .k-pager-numbers,
  .k-edge .k-grid .k-pager-numbers,
  .k-safari .k-grid .k-pager-numbers {
    position: absolute;
    display: inline-flex;
    flex-direction: column-reverse;
    left: 5.6em;
    overflow: visible;
    height: auto;
    transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
  }
  .k-webkit .k-pager-numbers:first-child,
  .k-ff .k-pager-numbers:first-child,
  .k-ie11 .k-pager-numbers:first-child,
  .k-edge .k-pager-numbers:first-child,
  .k-safari .k-pager-numbers:first-child,
  .k-webkit .k-grid .k-pager-numbers:first-child,
  .k-ff .k-grid .k-pager-numbers:first-child,
  .k-ie11 .k-grid .k-pager-numbers:first-child,
  .k-edge .k-grid .k-pager-numbers:first-child,
  .k-safari .k-grid .k-pager-numbers:first-child {
    left: 0.3em;
  }
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-link,
  .k-edge .km-pane-wrapper .k-pager-numbers .k-link,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-link,
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-edge .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-edge .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-edge .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-pager-info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .k-webkit .km-pane-wrapper .k-pager-wrap .k-pager-numbers + .k-pager-nav,
  .k-ff .km-pane-wrapper .k-pager-wrap .k-pager-numbers + .k-pager-nav,
  .k-ie11 .km-pane-wrapper .k-pager-wrap .k-pager-numbers + .k-pager-nav,
  .k-edge .km-pane-wrapper .k-pager-wrap .k-pager-numbers + .k-pager-nav,
  .k-safari .km-pane-wrapper .k-pager-wrap .k-pager-numbers + .k-pager-nav,
  .k-webkit .km-pane-wrapper .k-pager-nav:first-child + .k-pager-nav + .k-pager-nav,
  .k-ff .km-pane-wrapper .k-pager-nav:first-child + .k-pager-nav + .k-pager-nav,
  .k-ie11 .km-pane-wrapper .k-pager-nav:first-child + .k-pager-nav + .k-pager-nav,
  .k-edge .km-pane-wrapper .k-pager-nav:first-child + .k-pager-nav + .k-pager-nav,
  .k-safari .km-pane-wrapper .k-pager-nav:first-child + .k-pager-nav + .k-pager-nav {
    right: 2.7em;
  }
  .k-webkit .k-rtl .k-pager-numbers,
  .k-ff .k-rtl .k-pager-numbers,
  .k-ie11 .k-rtl .k-pager-numbers,
  .k-edge .k-rtl .k-pager-numbers,
  .k-safari .k-rtl .k-pager-numbers,
  .k-webkit .k-rtl .k-grid .k-pager-numbers,
  .k-ff .k-rtl .k-grid .k-pager-numbers,
  .k-ie11 .k-rtl .k-grid .k-pager-numbers,
  .k-edge .k-rtl .k-grid .k-pager-numbers,
  .k-safari .k-rtl .k-grid .k-pager-numbers {
    right: 5.68em;
    width: 4.45em;
  }
  .k-webkit .k-rtl .k-pager-numbers:first-child,
  .k-ff .k-rtl .k-pager-numbers:first-child,
  .k-ie11 .k-rtl .k-pager-numbers:first-child,
  .k-edge .k-rtl .k-pager-numbers:first-child,
  .k-safari .k-rtl .k-pager-numbers:first-child,
  .k-webkit .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-ff .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-ie11 .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-edge .k-rtl .k-grid .k-pager-numbers:first-child,
  .k-safari .k-rtl .k-grid .k-pager-numbers:first-child {
    right: 0.3em;
  }
  .k-webkit .k-pager-numbers .k-current-page,
  .k-ff .k-pager-numbers .k-current-page,
  .k-ie11 .k-pager-numbers .k-current-page,
  .k-edge .k-pager-numbers .k-current-page,
  .k-safari .k-pager-numbers .k-current-page,
  .k-webkit .k-grid .k-pager-numbers .k-current-page,
  .k-ff .k-grid .k-pager-numbers .k-current-page,
  .k-ie11 .k-grid .k-pager-numbers .k-current-page,
  .k-edge .k-grid .k-pager-numbers .k-current-page,
  .k-safari .k-grid .k-pager-numbers .k-current-page {
    display: block;
    border-left: 0;
    transform: translatey(100%);
    -webkit-transform: translatey(100%);
  }
  .k-webkit .k-pager-numbers li:not(.k-current-page),
  .k-ff .k-pager-numbers li:not(.k-current-page),
  .k-ie11 .k-pager-numbers li:not(.k-current-page),
  .k-edge .k-pager-numbers li:not(.k-current-page),
  .k-safari .k-pager-numbers li:not(.k-current-page) {
    display: none;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-edge .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link {
    width: 3.2em;
    padding: 0 0.429em 0 0.714em;
    border-radius: 4px;
    border-right: 1px solid #d5d5d5;
    color: #585858;
    background-color: #ffffff;
  }
  .k-webkit .k-pager-numbers .k-link,
  .k-ff .k-pager-numbers .k-link,
  .k-ie11 .k-pager-numbers .k-link,
  .k-edge .k-pager-numbers .k-link,
  .k-safari .k-pager-numbers .k-link {
    color: #585858;
  }
  .k-webkit .k-pager-nav.k-pager-first + .k-link,
  .k-ff .k-pager-nav.k-pager-first + .k-link,
  .k-ie11 .k-pager-nav.k-pager-first + .k-link,
  .k-edge .k-pager-nav.k-pager-first + .k-link,
  .k-safari .k-pager-nav.k-pager-first + .k-link {
    border-right: 1px solid #d5d5d5;
    border-radius: 0 4px 4px 0;
  }
  .k-webkit .k-pager-nav.k-pager-first,
  .k-ff .k-pager-nav.k-pager-first,
  .k-ie11 .k-pager-nav.k-pager-first,
  .k-edge .k-pager-nav.k-pager-first,
  .k-safari .k-pager-nav.k-pager-first,
  .k-webkit .k-rtl .k-pager-nav.k-pager-first + .k-link,
  .k-ff .k-rtl .k-pager-nav.k-pager-first + .k-link,
  .k-ie11 .k-rtl .k-pager-nav.k-pager-first + .k-link,
  .k-edge .k-rtl .k-pager-nav.k-pager-first + .k-link,
  .k-safari .k-rtl .k-pager-nav.k-pager-first + .k-link {
    border-right: 0;
    border-radius: 4px 0 0 4px;
  }
  .k-webkit .k-pager-numbers + .k-link,
  .k-ff .k-pager-numbers + .k-link,
  .k-ie11 .k-pager-numbers + .k-link,
  .k-edge .k-pager-numbers + .k-link,
  .k-safari .k-pager-numbers + .k-link {
    margin-left: 5.6em;
    border-radius: 4px 0 0 4px;
  }
  .k-webkit .k-rtl .k-pager-numbers + .k-link,
  .k-ff .k-rtl .k-pager-numbers + .k-link,
  .k-ie11 .k-rtl .k-pager-numbers + .k-link,
  .k-edge .k-rtl .k-pager-numbers + .k-link,
  .k-safari .k-rtl .k-pager-numbers + .k-link {
    margin-right: 5.6em;
    margin-left: 0;
    border-radius: 0 4px 4px 0;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d5d5d5;
  }
  .k-webkit .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-numbers .k-state-selected,
  .k-edge .k-pager-numbers .k-state-selected,
  .k-safari .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-numbers .k-link,
  .k-ff .k-pager-numbers .k-link,
  .k-ie11 .k-pager-numbers .k-link,
  .k-edge .k-pager-numbers .k-link,
  .k-safari .k-pager-numbers .k-link {
    display: block;
    margin-right: 0;
    padding: 1px 5px 1px 5px;
    text-align: left;
  }
  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-edge .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded {
    box-sizing: border-box;
    padding: 2px 2px 0;
    background-color: #ffffff;
  }
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page {
    margin: -2em -3px 0;
    padding: 0;
  }
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link {
    border-radius: 0 0 4px 4px;
  }
  .k-webkit .k-pager-numbers.k-state-expanded li,
  .k-ff .k-pager-numbers.k-state-expanded li,
  .k-ie11 .k-pager-numbers.k-state-expanded li,
  .k-edge .k-pager-numbers.k-state-expanded li,
  .k-safari .k-pager-numbers.k-state-expanded li {
    display: inline-block;
  }
  .k-webkit .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link,
  .k-ff .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link,
  .k-ie11 .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link,
  .k-edge .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link,
  .k-safari .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link {
    border: 0;
    background-color: #ffffff;
    border-radius: 3px;
  }
  .k-webkit .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-numbers .k-state-selected,
  .k-edge .k-pager-numbers .k-state-selected,
  .k-safari .k-pager-numbers .k-state-selected {
    border-radius: 3px;
  }
  .k-webkit .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link:hover,
  .k-ff .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link:hover,
  .k-ie11 .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link:hover,
  .k-edge .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link:hover,
  .k-safari .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link:hover {
    color: #ffffff;
    background-color: #82c135;
  }
}
@media only screen and (max-width: 640px) {
  .k-webkit .k-pager-info,
  .k-ff .k-pager-info,
  .k-ie11 .k-pager-info,
  .k-edge .k-pager-info,
  .k-safari .k-pager-info {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .k-webkit .k-pager-sizes,
  .k-ff .k-pager-sizes,
  .k-ie11 .k-pager-sizes,
  .k-edge .k-pager-sizes,
  .k-safari .k-pager-sizes {
    display: none;
  }
}
.k-chart .k-selection {
  border-color: #cccccc;
  transition: box-shadow 0.2s linear, border-color 0.2s linear;
}
.k-chart .k-selection:hover {
  border-color: #9e9e9e;
}
.k-chart .k-handle {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.k-chart .k-handle:hover {
  background-color: #ffffff;
  border-color: #cccccc;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}
.k-chart .k-left-handle {
  left: -8px;
}
.k-chart .k-right-handle {
  right: -8px;
}
.k-chart .k-navigator-hint .k-tooltip {
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  color: #676767;
}
.k-chart .k-navigator-hint .k-scroll {
  background: rgba(0, 124, 204, 0.7);
  height: 4px;
}
.k-chart .k-tooltip,
.k-sparkline .k-tooltip,
.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
  background-image: none;
}
/* Map */
.k-map .k-marker {
  background-image: url("../node_modules/kendo-ui/styles/Bootstrap/markers.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.2), only screen and (min-device-pixel-ratio: 1.2) {
  .k-map .k-marker {
    background-image: url("../node_modules/kendo-ui/styles/Bootstrap/markers_2x.png");
  }
}
/*!
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  background-color: #fff;
}
.k-spreadsheet-top-corner,
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  background-color: #ebebeb;
  background-image: none;
  color: #000000;
  border-color: #b8b8b8;
}
.k-spreadsheet-top-corner {
  border-color: #b8b8b8;
}
.k-spreadsheet-top-corner:after {
  border-color: transparent #b8b8b8 #b8b8b8 transparent;
}
.k-spreadsheet-pane {
  border-color: #b8b8b8;
}
.k-spreadsheet-pane .k-spreadsheet-vaxis,
.k-spreadsheet-pane .k-spreadsheet-haxis {
  border-color: #d2d2d2;
}
.k-spreadsheet-pane .k-spreadsheet-column-header,
.k-spreadsheet-pane .k-spreadsheet-row-header {
  border-color: #b8b8b8;
}
.k-spreadsheet-pane .k-spreadsheet-merged-cell {
  background-color: #fff;
}
.k-spreadsheet-pane .k-selection-partial,
.k-spreadsheet-pane .k-selection-full {
  border-color: rgba(66, 139, 202, 0.2);
  background-color: rgba(66, 139, 202, 0.2);
}
.k-spreadsheet-pane .k-filter-range {
  border-color: #428bca;
}
.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-partial,
.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-full {
  border-bottom-color: #428bca;
}
.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-partial,
.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-full {
  border-right-color: #428bca;
}
.k-auto-fill,
.k-spreadsheet-selection {
  border-color: #428bca;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #428bca;
}
.k-spreadsheet-selection {
  background-color: rgba(66, 139, 202, 0.2);
}
.k-spreadsheet-active-cell {
  border-color: #428bca !important;
  background-color: #fff;
}
.k-spreadsheet-active-cell.k-single {
  color: #585858;
  background-color: #fff;
}
.k-spreadsheet .k-spreadsheet-action-bar {
  background-color: #fff;
  border-color: #d5d5d5;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
  border-color: #b8b8b8;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before {
  border-color: #b8b8b8;
}
.k-spreadsheet .k-spreadsheet-formula-input {
  background-color: #fff;
  color: #585858;
}
.k-spreadsheet .k-resize-handle,
.k-spreadsheet .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-marker {
  background-color: #428bca;
}
.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-marker {
  background-color: #428bca;
}
.k-spreadsheet .k-single-selection::after {
  background-color: #428bca;
  border-color: #fff;
}
.k-spreadsheet .k-auto-fill-punch {
  background-color: rgba(255, 255, 255, 0.5);
}
.k-spreadsheet .k-single-selection.k-dim-auto-fill-handle::after {
  background-color: rgba(66, 139, 202, 0.5);
}
.k-spreadsheet-format-cells .k-spreadsheet-preview {
  border-color: #d5d5d5;
}
.k-spreadsheet-filter {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d2d2d2;
}
.k-spreadsheet-filter.k-state-active {
  color: #ffffff;
  background-color: #428bca;
}
.k-spreadsheet-filter:hover {
  color: #ffffff;
  background: #ebebeb;
  border-color: #d7d7d7;
}
.k-action-window .k-action-buttons {
  border-color: #d5d5d5;
}
.k-spreadsheet-sample {
  color: #a4a4a4;
}
.k-state-selected .k-spreadsheet-sample {
  color: inherit;
}
.k-spreadsheet-window .k-list-wrapper,
.k-spreadsheet-window .k-list {
  border-color: #d5d5d5;
  border-radius: 4px;
}
.k-spreadsheet-window .export-config,
.k-spreadsheet-window .k-edit-field > .k-orientation-label {
  border-color: #d5d5d5;
}
.k-spreadsheet-window .k-edit-field > input[type="radio"]:checked + .k-orientation-label {
  background-image: none;
  background-color: #428bca;
  color: #ffffff;
}
.k-spreadsheet-window .k-page-orientation {
  border-color: #c7c7c7;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.k-spreadsheet-window .k-page-orientation:before {
  background: #fff;
  border-color: transparent;
  border-bottom-color: #c7c7c7;
  border-left-color: #c7c7c7;
}
.k-spreadsheet-window .k-margins-horizontal,
.k-spreadsheet-window .k-margins-vertical {
  background: transparent;
  border-color: #d5d5d5;
}
.k-spreadsheet-window .hint-wrapper:before {
  background: #d5d5d5;
}
.k-spreadsheet-toolbar.k-toolbar .k-button-group .k-button {
  border-radius: 4px;
}
.k-spreadsheet-toolbar > .k-widget,
.k-spreadsheet-toolbar > .k-button,
.k-spreadsheet-toolbar > .k-button-group {
  border-radius: 4px;
}
.k-spreadsheet-toolbar > .k-separator {
  border-color: #d5d5d5;
}
.k-spreadsheet-toolbar .k-overflow-anchor {
  border-radius: 0;
}
.k-spreadsheet-popup {
  border-radius: 4px;
}
.k-spreadsheet-popup .k-separator {
  background-color: #d5d5d5;
}
.k-spreadsheet-popup .k-button {
  background-color: transparent;
}
.k-spreadsheet-popup .k-button:hover {
  background-color: #ebebeb;
}
.k-spreadsheet-popup .k-state-active {
  background-color: #428bca;
  color: #000000;
}
.k-spreadsheet-popup .k-state-active:hover {
  background-color: #3071a9;
}
.k-spreadsheet-filter-menu .k-details {
  border-color: #d5d5d5;
}
.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-color: #fff;
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  background-color: #fff;
  border-color: #d5d5d5;
  border-radius: 4px 0 0 4px;
}
.k-syntax-ref {
  color: #ff8822;
}
.k-syntax-num {
  color: #0099ff;
}
.k-syntax-func {
  font-weight: bold;
}
.k-syntax-str {
  color: #38b714;
}
.k-syntax-error {
  color: red;
}
.k-syntax-bool {
  color: #a9169c;
}
.k-syntax-startexp {
  font-weight: bold;
}
.k-syntax-paren-match {
  background-color: #caf200;
}
.k-series-a {
  border-color: #428bca;
  background-color: rgba(66, 139, 202, 0.15);
}
.k-series-b {
  border-color: #5bc0de;
  background-color: rgba(91, 192, 222, 0.15);
}
.k-series-c {
  border-color: #5cb85c;
  background-color: rgba(92, 184, 92, 0.15);
}
.k-series-d {
  border-color: #f2b661;
  background-color: rgba(242, 182, 97, 0.15);
}
.k-series-e {
  border-color: #e67d4a;
  background-color: rgba(230, 125, 74, 0.15);
}
.k-series-f {
  border-color: #da3b36;
  background-color: rgba(218, 59, 54, 0.15);
}
.k-spreadsheet-sheets-remove:hover .k-icon {
  color: #cc2222;
}
.k-spreadsheet-formula-list .k-state-focused {
  background-color: #428bca;
  color: #ffffff;
}
.k-spreadsheet .k-widget[data-property='fontSize'] {
  width: 70px;
}
.k-spreadsheet .k-widget[data-property='format'] {
  width: 100px;
}
.k-spreadsheet .k-widget[data-property='fontFamily'] {
  width: 130px;
}
.k-window .k-popup-edit-form .k-edit-field input.k-checkbox {
  margin-top: 1.1em;
}
.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label {
  margin-top: 0.8em;
}
/* Dialog */
.k-dialog .k-window-titlebar {
  padding: 1.1em 1em;
  border-color: #ebebeb;
  background: #ffffff;
}
.k-dialog .k-window-titlebar .k-dialog-title {
  font-size: 1.1em;
}
.k-dialog a.k-dialog-action.k-dialog-close {
  position: absolute;
  padding: 1.1em;
  right: 0;
  top: 0;
  line-height: 1em;
  cursor: pointer;
  z-index: 10000;
}
.k-dialog.k-dialog-titleless a.k-dialog-action.k-dialog-close {
  right: 0.5em;
  top: 0.5em;
}
.k-dialog .k-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-dialog.k-dialog-titleless .k-content {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched {
  width: 100%;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  display: inline-block;
  padding: 0.9em 0 0.9em 0;
  border-radius: 0;
  border-bottom: 0;
  border-width: 1px 0 0 1px;
  border-color: #ebebeb;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child {
  border-bottom-left-radius: 4px;
  border-left: 0;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child {
  border-bottom-right-radius: 4px;
  border-right: 0;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
  width: auto;
  padding: 1em;
  text-align: right;
  border-top: 1px solid #ebebeb;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button {
  margin-left: 0.5em;
}
.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button:first-child {
  margin-left: 0;
}
.k-rtl .k-dialog a.k-dialog-action.k-dialog-close {
  left: 0.5em;
}
.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child {
  border-bottom-right-radius: 4px;
}
.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child {
  border-bottom-left-radius: 4px;
}
.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
  text-align: left;
}
.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button {
  margin-left: 0;
  margin-right: 0.5em;
}
.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button:first-child {
  margin-right: 0;
}
.k-editor-dialog .k-tabstrip-items {
  border-color: #0070D2;
}
.k-numeric-wrap .k-i-warning {
  color: #d92800;
  position: absolute;
  top: 0;
  right: 1.9em;
  width: 1.9em;
}
.k-numeric-wrap.k-state-invalid {
  border-color: #d92800;
}
.k-numeric-wrap.k-state-invalid .k-select {
  border-color: #d92800;
}
.k-numeric-wrap.k-state-invalid input {
  color: #d92800;
}
.k-rtl .k-numeric-wrap.k-state-invalid .k-i-warning {
  right: auto;
  left: 1.9em;
}
.k-maskedtextbox.k-state-invalid .k-textbox {
  border-color: #d92800;
  color: #d92800;
}
.k-maskedtextbox.k-state-invalid .k-i-warning {
  color: #d92800;
}
.k-dateinput.k-state-invalid .k-textbox {
  color: #d92800;
  border-color: #d92800;
}
.k-dateinput.k-state-invalid .k-i-warning {
  margin-left: 0;
  margin-right: 0.7em;
  color: #d92800;
}
.k-rtl .k-dateinput .k-i-warning {
  margin-right: 0;
  margin-left: 0.7em;
}
.k-datepicker .k-picker-wrap.k-state-invalid {
  border-color: #d92800;
}
.k-datepicker .k-picker-wrap.k-state-invalid .k-input {
  color: #d92800;
}
.k-datepicker .k-picker-wrap .k-i-warning {
  color: #d92800;
  margin-left: 0;
  margin-right: 2.1em;
}
.k-rtl .k-datepicker .k-picker-wrap .k-i-warning {
  margin-right: 0;
  margin-left: 2.1em;
}
.k-listbox .k-list-scroller {
  padding: 2px;
  border-color: #d5d5d5;
  background-color: #ffffff;
}
.k-listbox .k-item:hover {
  border-color: transparent;
}
.k-listbox .k-item.k-state-focused {
  border-radius: 4px;
  box-shadow: inset 0 0 2px 0 #428bca, none;
}
.k-listbox .k-drop-hint {
  height: 0;
  border-top: 1px solid #428bca;
}
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: #428bca;
}
.k-grid-header .k-sort-order {
  font-size: 0.7em;
  vertical-align: bottom;
}
.k-menu-scroll-button {
  border-color: #d5d5d5;
  color: #848484;
  background-image: none;
  background-position: 50% 50%;
  background-color: #ffffff;
}
/*
Uncomment the following two @import statements if you want to compile a Kendo UI Bootstrap theme with a custom color scheme, based on a custom Bootstrap Less file.

The first file (bootstrap-variables.less) contains the Bootstrap Less variables. It is part of the Bootstrap source code, not the Kendo UI source code.

The second file (bootstrap-mapper.less) exists in the same folder as this file. It maps the Bootstrap Less variables to Kendo UI Less variables,
which will cause the Kendo UI color values to be overwritten.

More information is available in the Kendo UI documentation:

http://docs.telerik.com/kendo-ui/using-kendo-with-twitter-bootstrap
*/
/*@import "bootstrap-variables.less";*/
/*@import "bootstrap-mapper.less";*/
/** 
 * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2017 Telerik AD. All rights reserved.                                                                                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* File content has moved to kendo common. Remove any links to this file. */
/** 
 * Kendo UI v2017.2.504 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2017 Telerik AD. All rights reserved.                                                                                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
/* File content has moved to kendo themes. Remove any links to this file. */
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
/* Widget Base Styles */
/* Selects, Dropdowns */
/* Inputs */
/* Links */
/* Headers */
/* Buttons */
/* Group Base Styles */
/* Widget States */
/* Hover State */
/* Selected State */
/*Focused State*/
/* Active State */
/* Disabled State */
.k-state-disabled {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: inherit;
}
/* ToolTip */
/* Splitter */
/* Slider */
/* Grid */
/* Upload */
/* Tabs */
/* Icons */
.k-block,
.k-button,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-notification,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload,
.k-split-button {
  border-radius: 3px;
}
.k-animation-container:not(input):not([kendo-grid]),
.k-widget:not(input):not([kendo-grid]),
.k-widget *:not(input):not([kendo-grid]),
.k-animation-container *:not(input):not([kendo-grid]),
.k-widget *:before:not(input):not([kendo-grid]),
.k-animation-container *:after:not(input):not([kendo-grid]),
.k-block .k-header:not(input):not([kendo-grid]),
.k-list-container:not(input):not([kendo-grid]),
div.k-window-content:not(input):not([kendo-grid]) {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.k-loading,
.k-state-hover .k-loading {
  background-image: url('../node_modules/kendo-ui/styles/Bootstrap/loading.gif');
  background-position: 50% 50%;
}
.k-loading-image {
  background-image: url('../node_modules/kendo-ui/styles/Bootstrap/loading-image.gif');
}
.k-autocomplete.k-state-default .k-input,
.k-combobox .k-state-default .k-input,
.k-picker-wrap.k-state-default .k-input,
.k-numeric-wrap.k-state-default .k-input,
.k-multiselect-wrap,
.k-slider-track,
.k-slider-selection,
.k-progress-status-wrap {
  box-shadow: none;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-combobox .k-input,
.k-selectbox .k-input {
  text-indent: 5px;
  height: 24px;
  line-height: 24px;
  padding: 2px 2px;
}
.k-dropdown-wrap .k-select {
  min-height: 19px;
  height: 19px;
  line-height: 19px;
  width: 27px;
  margin-top: 4px;
  margin-bottom: 5px;
  cursor: pointer;
}
.k-state-hover:not(.k-state-active) .k-dropdown-wrap .k-select {
  border-left-color: #ffffff;
}
.short-k-input .k-dropdown-wrap .k-input {
  height: 14px;
  line-height: 14px;
  font-size: 12px;
}
.short-k-input .k-dropdown-wrap .k-select {
  min-height: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: 2px;
  margin-bottom: 3px;
}
.k-textbox,
.k-autocomplete,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  padding-top: 0;
  padding-right: 31px;
  padding-left: 0;
  padding-bottom: 0;
}
.k-dropdown-wrap .k-i-arrow-60-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #848484 transparent transparent transparent;
  margin-right: 2px;
  background: none;
}
.k-autocomplete.k-state-hover .k-i-close {
  color: #848484;
}
.k-autocomplete.k-state-hover .k-i-close:hover {
  color: #454545;
}
.smallControls .k-textbox > input,
.smallControls .k-autocomplete .k-input,
.smallControls .k-numeric-wrap .k-input,
.smallControls .k-dropdown-wrap .k-input,
.smallControls .k-combobox .k-input,
.smallControls .k-selectbox .k-input {
  text-indent: 5px;
  height: 18px;
  line-height: 18px;
  padding: 2px 1px;
}
.smallControls .k-dropdown-wrap .k-select {
  min-height: 13px;
  height: 13px;
  line-height: 13px;
  width: 14px;
  margin-top: 4px;
  margin-bottom: 5px;
  cursor: pointer;
}
.k-state-hover:not(.k-state-active) .smallControls .k-dropdown-wrap .k-select {
  border-left-color: #ffffff;
}
.smallControls .short-k-input .k-dropdown-wrap .k-input {
  height: 14px;
  line-height: 14px;
  font-size: 12px;
}
.smallControls .short-k-input .k-dropdown-wrap .k-select {
  min-height: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: 2px;
  margin-bottom: 3px;
}
.smallControls .k-textbox,
.smallControls .k-autocomplete,
.smallControls .k-dropdown-wrap,
.smallControls .k-picker-wrap,
.smallControls .k-numeric-wrap {
  padding-top: 0;
  padding-right: 18px;
  padding-left: 0;
  padding-bottom: 0;
}
.smallControls .k-dropdown-wrap .k-i-arrow-60-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #848484 transparent transparent transparent;
  margin-right: 2px;
  background: none;
}
.smallControls .k-autocomplete.k-state-hover .k-i-close {
  color: #848484;
}
.smallControls .k-autocomplete.k-state-hover .k-i-close:hover {
  color: #454545;
}
.k-list > .k-state-focused {
  color: #ffffff;
  background-color: #0070D2;
}
.k-popup.k-list-container {
  padding: 2px 0;
}
.k-popup .k-list .k-state-focused {
  border-radius: 0;
  box-shadow: none;
}
.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-dropzone,
.k-listbox .k-item {
  border-radius: 0;
}
.k-picker-wrap.k-state-active.k-state-border-down,
.k-dropdown-wrap.k-state-active.k-state-border-down,
.k-numeric-wrap .k-link.k-state-selected,
.k-pager-numbers.k-state-expanded .k-current-page .k-link {
  box-shadow: none;
}
.k-popup .k-list .k-item,
.k-popup .k-list .k-state-focused,
.k-popup .k-list .k-state-selected {
  padding: 1px 7px 1px 7px;
  border: none;
  border-radius: 0;
}
.k-datetimepicker {
  height: 30px;
}
.k-datetimepicker .k-picker-wrap {
  height: 30px;
  box-sizing: border-box;
}
.k-datetimepicker .k-picker-wrap input {
  padding: 2px 0 0 0;
}
.k-numerictextbox .k-link {
  height: 50%;
}
.k-picker-wrap .k-input {
  padding: 2px 0px;
}
.k-picker.placeholder .k-picker-wrap .k-input,
.k-numeric.placeholder .k-numeric-wrap .k-input,
.k-dropdown.placeholder .k-dropdown-wrap .k-input,
.k-selectbox.placeholder .k-input.placeholder {
  color: #848484;
  font-style: italic;
  font-weight: 400;
}
.k-dropdown .fa,
.k-item .fa {
  margin-right: 5px;
}
.k-dropdown .k-state-hover .k-input {
  color: #585858;
}
.k-state-hover .k-select {
  color: #585858;
}
.k-multiselect .k-delete {
  background: none;
  color: white;
}
.k-multiselect .k-delete:hover {
  color: #e5e5e5;
}
.k-multiselect .k-delete:after {
  margin-top: 9px;
  margin-left: 1px;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro", Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: block;
  height: 16px;
  width: 16px;
}
.evg-kendo-multiselect-list .k-state-selected {
  background-color: #cfcfcf;
  color: white;
}
.evg-kendo-multiselect-list .k-state-selected.k-state-focused,
.evg-kendo-multiselect-list .k-state-selected.k-state-hover {
  background-color: #b5b5b5;
}
.k-webkit .k-combobox .k-dropdown-wrap:before {
  content: none;
}
.k-webkit .k-numeric-wrap:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  height: 0;
  padding-bottom: 0.4em;
}
.k-combobox .k-dropdown-wrap.k-state-hover > .k-i-close,
.k-combobox .k-dropdown-wrap.k-state-focused > .k-i-close {
  display: none;
}
.k-combobox .k-input {
  box-sizing: content-box;
}
.k-multiselect-wrap .k-i-close {
  color: white;
}
.k-multiselect-wrap .k-button {
  background-color: #005FB2;
  border: none;
}
.k-multiselect-wrap .k-button:active:hover {
  background-color: #005FB2;
  color: white;
}
.k-multiselect-wrap .k-button.k-state-hover {
  color: white;
  background-color: #005FB2;
}
.k-multiselect-wrap .k-button.k-state-hover .k-i-close {
  color: #d5d5d5;
}
/***********************************************************************************************************************
*   Please communicate with the UI architecture team before making changes below
***********************************************************************************************************************/
.kendoGridCellSpacing {
  padding-top: 9px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 9px;
}
.clearBorderStyles {
  border-radius: 0;
  border-style: none;
  border-width: 0;
}
.dropdown-div-content div[kendo-grid]:not(.scrollable) td {
  padding: 5px;
  text-overflow: ellipsis;
  max-width: 60px;
}
.dropdown-div-content div[kendo-grid]:not(.scrollable) td:first-child {
  padding-left: 7px;
}
.dropdown-div-content div[kendo-grid]:not(.scrollable) td:last-child {
  text-align: right;
}
.dropdown-div-content div[kendo-grid]:not(.scrollable) table {
  table-layout: fixed;
}
.dropdown-div-content div[kendo-grid]:not(.scrollable) table .pageChangeLocation,
.dropdown-div-content div[kendo-grid]:not(.scrollable) table .messageLocation {
  white-space: nowrap;
  word-break: break-word;
  max-width: 150px;
  text-overflow: ellipsis;
}
.dropdown-div-content div[kendo-grid]:not(.scrollable) table .fa-cog:hover,
.dropdown-div-content div[kendo-grid]:not(.scrollable) table .fa-code:hover {
  color: #ffffff;
}
.dropdown-div-content div[kendo-grid]:not(.scrollable) table tr:hover {
  background-color: #82c135;
  color: #ffffff;
}
#pane-layout div[kendo-grid],
#pane-layout div.k-grid {
  border-radius: 0;
  border-style: none;
  border-width: 0;
}
div[kendo-grid],
div.k-grid {
  border-radius: 0;
  border-style: none;
  border-width: 0;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-sizing: border-box;
  color: #626262;
  overflow-y: hidden;
}
div[kendo-grid] .k-grid-content-expander,
div.k-grid .k-grid-content-expander {
  display: none;
}
div[kendo-grid].no-border,
div.k-grid.no-border {
  border: none !important;
}
div[kendo-grid].scrollable,
div.k-grid.scrollable {
  padding: 30px 0 40px 0;
}
div[kendo-grid] .k-grid-header,
div.k-grid .k-grid-header,
div[kendo-grid] .k-grid-header-wrap,
div.k-grid .k-grid-header-wrap,
div[kendo-grid] .k-grid-footer-wrap,
div.k-grid .k-grid-footer-wrap,
div[kendo-grid] .k-pager-wrap,
div.k-grid .k-pager-wrap,
div[kendo-grid] .k-pager-wrap .k-link.k-pager-last,
div.k-grid .k-pager-wrap .k-link.k-pager-last,
div[kendo-grid] .k-grid-pager,
div.k-grid .k-grid-pager {
  border-radius: 0;
  border-style: none;
  border-width: 0;
}
div[kendo-grid] table,
div.k-grid table {
  width: 100% !important;
  position: relative;
}
div[kendo-grid] table::after,
div.k-grid table::after {
  content: "";
  width: 4px;
  height: 29px;
  background: linear-gradient(to top, #f4f4f4, #fcfcfc);
  position: absolute;
  right: 0;
  top: 0;
}
div[kendo-grid] table th,
div.k-grid table th {
  cursor: default;
}
div[kendo-grid] table th.k-header,
div.k-grid table th.k-header {
  border-bottom: 1px solid #d5d5d5 !important;
}
div[kendo-grid] table th.k-header:not(.k-with-icon),
div.k-grid table th.k-header:not(.k-with-icon) {
  line-height: 29px;
  padding: 0em 0.6em;
}
div[kendo-grid] table tr,
div.k-grid table tr,
div[kendo-grid] table td,
div.k-grid table td {
  transition: background-color 0.1s ease;
}
div[kendo-grid] table tr .draggable,
div.k-grid table tr .draggable {
  display: inline;
}
div[kendo-grid] table tr:hover,
div.k-grid table tr:hover {
  background-color: #fcfcfc;
}
div[kendo-grid] table tr:not(:last-child) td,
div.k-grid table tr:not(:last-child) td {
  border-bottom: 1px solid #ececec;
}
div[kendo-grid] table tr:hover .k-state-focused.k-state-selected,
div.k-grid table tr:hover .k-state-focused.k-state-selected,
div[kendo-grid] table tr.k-state-selected:hover td.k-state-focused,
div.k-grid table tr.k-state-selected:hover td.k-state-focused {
  color: #626262 !important;
  box-shadow: none;
}
div[kendo-grid] table tr.k-state-selected,
div.k-grid table tr.k-state-selected,
div[kendo-grid] table tr td.k-state-selected:hover,
div.k-grid table tr td.k-state-selected:hover,
div[kendo-grid] table tr.k-state-selected:hover td,
div.k-grid table tr.k-state-selected:hover td {
  background-color: #f5f5f5;
  color: #626262 !important;
}
div[kendo-grid] table tr td,
div.k-grid table tr td {
  padding-top: 9px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 9px;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  overflow: hidden;
  cursor: pointer;
  line-height: inherit;
  word-break: break-all;
  white-space: nowrap;
}
div[kendo-grid] table tr td .loadingIcon,
div.k-grid table tr td .loadingIcon {
  width: 100%;
}
div[kendo-grid] table tr td .loadingIcon i,
div.k-grid table tr td .loadingIcon i {
  font-size: 15px;
  color: #b5b5b5;
}
div[kendo-grid] table tr td .dashboardChangeArrow,
div.k-grid table tr td .dashboardChangeArrow {
  height: initial;
  max-height: 100%;
  border-radius: 0;
  padding: 0px;
}
div[kendo-grid] table tr td .dashboardChangeArrow i,
div.k-grid table tr td .dashboardChangeArrow i {
  top: 1px;
}
div[kendo-grid] table tr td .dashboardChangeArrow .value,
div.k-grid table tr td .dashboardChangeArrow .value {
  position: unset;
  top: 0px;
}
div[kendo-grid] table tr td .numbers,
div.k-grid table tr td .numbers {
  text-align: right;
}
div[kendo-grid],
div.k-grid,
div[kendo-grid] > div.k-grid-content,
div.k-grid > div.k-grid-content {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
div[kendo-grid].k-auto-scrollable,
div.k-grid.k-auto-scrollable,
div[kendo-grid] > div.k-grid-content.k-auto-scrollable,
div.k-grid > div.k-grid-content.k-auto-scrollable {
  overflow-y: auto;
}
div[kendo-grid] div.k-grid-content > table,
div.k-grid div.k-grid-content > table {
  position: initial;
}
div[kendo-grid] div.k-grid-content > table::after,
div.k-grid div.k-grid-content > table::after {
  display: none;
}
div[kendo-grid] div.k-grid-content > table th.k-header,
div.k-grid div.k-grid-content > table th.k-header {
  border-bottom: 0;
}
div[kendo-grid] div.k-grid-content thead.k-grid-header::after,
div.k-grid div.k-grid-content thead.k-grid-header::after,
div[kendo-grid] div.k-grid-content .k-grid-header-wrap::after,
div.k-grid div.k-grid-content .k-grid-header-wrap::after {
  content: "";
  width: 4px;
  height: 100%;
  background: linear-gradient(to top, #f4f4f4, #fcfcfc);
  position: absolute;
  top: 0;
  right: 0;
}
div[kendo-grid] > div.k-grid-header,
div.k-grid > div.k-grid-header {
  position: relative;
  z-index: 2;
}
div[kendo-grid] > div.k-grid-header,
div.k-grid > div.k-grid-header,
div[kendo-grid] thead.k-grid-header,
div.k-grid thead.k-grid-header {
  height: 29px;
  margin-top: -30px;
  padding-right: 0px !important;
  border-bottom: 1px solid #e5e5e5;
}
div[kendo-grid] > div.k-grid-header th.k-header,
div.k-grid > div.k-grid-header th.k-header,
div[kendo-grid] thead.k-grid-header th.k-header,
div.k-grid thead.k-grid-header th.k-header {
  vertical-align: middle;
}
div[kendo-grid] > div.k-grid-header .k-filter-row .k-filtercell > .k-operator-hidden,
div.k-grid > div.k-grid-header .k-filter-row .k-filtercell > .k-operator-hidden,
div[kendo-grid] thead.k-grid-header .k-filter-row .k-filtercell > .k-operator-hidden,
div.k-grid thead.k-grid-header .k-filter-row .k-filtercell > .k-operator-hidden {
  padding-right: 0px;
}
div[kendo-grid] > div.k-grid-header .k-filter-row th,
div.k-grid > div.k-grid-header .k-filter-row th,
div[kendo-grid] thead.k-grid-header .k-filter-row th,
div.k-grid thead.k-grid-header .k-filter-row th {
  padding: 2px;
  background: #f9f9f9;
}
div[kendo-grid] > div.k-grid-header .k-filter-row .k-header,
div.k-grid > div.k-grid-header .k-filter-row .k-header,
div[kendo-grid] thead.k-grid-header .k-filter-row .k-header,
div.k-grid thead.k-grid-header .k-filter-row .k-header {
  background: none;
  border: none;
  border-right: none;
}
div[kendo-grid] > div.k-grid-header .k-filter-row .k-header:after,
div.k-grid > div.k-grid-header .k-filter-row .k-header:after,
div[kendo-grid] thead.k-grid-header .k-filter-row .k-header:after,
div.k-grid thead.k-grid-header .k-filter-row .k-header:after {
  width: 0px;
  background: none;
}
div[kendo-grid] > div.k-grid-header .k-filtercell > span > .k-button,
div.k-grid > div.k-grid-header .k-filtercell > span > .k-button,
div[kendo-grid] thead.k-grid-header .k-filtercell > span > .k-button,
div.k-grid thead.k-grid-header .k-filtercell > span > .k-button,
div[kendo-grid] > div.k-grid-header .k-filter-row .k-dropdown-operator,
div.k-grid > div.k-grid-header .k-filter-row .k-dropdown-operator,
div[kendo-grid] thead.k-grid-header .k-filter-row .k-dropdown-operator,
div.k-grid thead.k-grid-header .k-filter-row .k-dropdown-operator {
  padding: 5px !important;
  margin: 0px;
  line-height: 14px;
}
div[kendo-grid] > div.k-grid-header .k-grid-header-wrap > table,
div.k-grid > div.k-grid-header .k-grid-header-wrap > table,
div[kendo-grid] thead.k-grid-header .k-grid-header-wrap > table,
div.k-grid thead.k-grid-header .k-grid-header-wrap > table,
div[kendo-grid] > div.k-grid-header .k-grid-header-locked > table,
div.k-grid > div.k-grid-header .k-grid-header-locked > table,
div[kendo-grid] thead.k-grid-header .k-grid-header-locked > table,
div.k-grid thead.k-grid-header .k-grid-header-locked > table {
  margin-bottom: 0;
}
div[kendo-grid] > div.k-grid-header .k-link:link,
div.k-grid > div.k-grid-header .k-link:link,
div[kendo-grid] thead.k-grid-header .k-link:link,
div.k-grid thead.k-grid-header .k-link:link,
div[kendo-grid] > div.k-grid-header .k-link:visited,
div.k-grid > div.k-grid-header .k-link:visited,
div[kendo-grid] thead.k-grid-header .k-link:visited,
div.k-grid thead.k-grid-header .k-link:visited,
div[kendo-grid] > div.k-grid-header .k-nav-current.k-state-hover .k-link,
div.k-grid > div.k-grid-header .k-nav-current.k-state-hover .k-link,
div[kendo-grid] thead.k-grid-header .k-nav-current.k-state-hover .k-link,
div.k-grid thead.k-grid-header .k-nav-current.k-state-hover .k-link,
div[kendo-grid] > div.k-grid-header .k-grouping-header .k-link,
div.k-grid > div.k-grid-header .k-grouping-header .k-link,
div[kendo-grid] thead.k-grid-header .k-grouping-header .k-link,
div.k-grid thead.k-grid-header .k-grouping-header .k-link {
  color: #6a6a6a;
}
div[kendo-grid] > div.k-grid-header .k-header,
div.k-grid > div.k-grid-header .k-header,
div[kendo-grid] thead.k-grid-header .k-header,
div.k-grid thead.k-grid-header .k-header {
  color: #6a6a6a;
  background: linear-gradient(to top, #f4f4f4, #fcfcfc);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  border-right: 1px solid #ffffff;
  position: relative;
}
div[kendo-grid] > div.k-grid-header .k-header::after,
div.k-grid > div.k-grid-header .k-header::after,
div[kendo-grid] thead.k-grid-header .k-header::after,
div.k-grid thead.k-grid-header .k-header::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #dedede;
  right: 0px;
}
div[kendo-grid] > div.k-grid-header .k-header > .k-grid-filter,
div.k-grid > div.k-grid-header .k-header > .k-grid-filter,
div[kendo-grid] thead.k-grid-header .k-header > .k-grid-filter,
div.k-grid thead.k-grid-header .k-header > .k-grid-filter,
div[kendo-grid] > div.k-grid-header .k-header > .k-header-column-menu,
div.k-grid > div.k-grid-header .k-header > .k-header-column-menu,
div[kendo-grid] thead.k-grid-header .k-header > .k-header-column-menu,
div.k-grid thead.k-grid-header .k-header > .k-header-column-menu {
  visibility: hidden;
  opacity: 0;
}
div[kendo-grid] > div.k-grid-header .k-header:hover .k-header-column-menu,
div.k-grid > div.k-grid-header .k-header:hover .k-header-column-menu,
div[kendo-grid] thead.k-grid-header .k-header:hover .k-header-column-menu,
div.k-grid thead.k-grid-header .k-header:hover .k-header-column-menu {
  visibility: visible;
  opacity: 1;
}
div[kendo-grid] > div.k-grid-header .k-header.k-with-icon .k-link,
div.k-grid > div.k-grid-header .k-header.k-with-icon .k-link,
div[kendo-grid] thead.k-grid-header .k-header.k-with-icon .k-link,
div.k-grid thead.k-grid-header .k-header.k-with-icon .k-link {
  overflow: visible;
}
div[kendo-grid] > div.k-grid-header .k-header .k-icon,
div.k-grid > div.k-grid-header .k-header .k-icon,
div[kendo-grid] thead.k-grid-header .k-header .k-icon,
div.k-grid thead.k-grid-header .k-header .k-icon {
  color: #6a6a6a;
}
div[kendo-grid] *.k-grid-norecords,
div.k-grid *.k-grid-norecords {
  background: #f5f5f5;
  display: grid;
  min-height: 100px;
}
div[kendo-grid] *.k-grid-norecords-template,
div.k-grid *.k-grid-norecords-template {
  margin: auto !important;
  position: static !important;
  line-height: normal;
  padding: 12px;
  width: auto;
  height: auto;
  margin: auto;
  border: none !important;
  border-radius: 6px;
  top: unset;
  left: unset;
  margin-left: unset;
  margin-top: unset;
}
div[kendo-grid].folderGrid th.k-header,
div.k-grid.folderGrid th.k-header {
  line-height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 !important;
}
div[kendo-grid].folderGrid .k-grid-header .k-header:before,
div.k-grid.folderGrid .k-grid-header .k-header:before {
  background: none;
}
.folder-selection-grid-pair td > div {
  min-height: 16px;
}
div.k-pager-wrap {
  line-height: 30px;
  padding: 5px;
}
div.k-pager-wrap .k-icon,
div.k-pager-wrap .k-state-disabled .k-icon,
div.k-pager-wrap .k-column-menu .k-sprite,
div.k-pager-wrap .k-pager-numbers .k-current-page .k-link:after {
  color: #ffffff;
}
div.k-pager-wrap > .k-link {
  border-color: transparent;
  background: transparent;
}
div.k-pager-wrap > .k-link.k-pager-last {
  border-right: 0;
}
div.k-pager-wrap > .k-link.k-pager-nav {
  border-radius: 0;
  line-height: 26px;
}
div.k-pager-wrap > .k-link.k-pager-nav:hover {
  color: #b9b9b9;
}
div.k-pager-wrap .k-pager-numbers .k-state-selected {
  background: #0070D2;
}
div.k-pager-wrap .k-pager-numbers .k-link {
  background: transparent;
  color: #6a6a6a;
  transition: color 0.1s ease, background 0.1s ease;
}
div.k-pager-wrap .k-pager-numbers .k-link:hover {
  color: #0070D2;
}
div.k-pager-wrap > .k-pager-sizes {
  padding-top: 0;
}
div.k-pager-wrap > .k-pager-sizes > .k-dropdown {
  /* This allows the dropdown input to contract/expand based on the width of the selected option */
  width: auto;
}
div.k-pager-wrap > .k-link.k-pager-nav .k-icon {
  color: #6a6a6a;
}
div.k-pager-wrap > .k-link.k-pager-nav:hover .k-icon {
  color: #848484;
}
div.k-pager-wrap > .k-link,
div.k-pager-wrap .k-pager-numbers .k-link,
div.k-pager-wrap .k-pager-numbers .k-state-selected {
  border-radius: 40px;
  border: 0;
  font-size: 13px;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
}
div.k-pager-wrap.k-grid-pager {
  background: linear-gradient(to top, #f4f4f4, #fcfcfc);
  border-top: 1px solid #e5e5e5;
  color: #6a6a6a;
  overflow: visible;
}
.k-tabstrip > .k-state-active {
  border-color: #d5d5d5;
}
.k-tabstrip-items {
  border: none;
}
.k-tabstrip-items .k-state-active .k-link {
  color: #848484;
}
.k-tabstrip-items > .k-item {
  background: transparent;
  margin-bottom: -1px;
  border-style: none;
  border-radius: 0;
  padding-top: 3px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.k-tabstrip-items > .k-item .k-loading,
.k-tabstrip-items > .k-item .k-complete {
  border-style: none;
}
.k-tabstrip-items > .k-item:first-child {
  margin-left: 0px;
}
.k-tabstrip-items > .k-item.k-state-active {
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #0070D2;
  background: #ffffff;
  padding-top: 0px;
}
.k-tabstrip-items > .k-item a {
  margin-right: 0;
  padding-left: 17px;
  padding-right: 17px;
  color: #0070D2;
}
.k-tabstrip-items > .k-item a:hover {
  color: #ffffff;
}
.k-tabstrip-items > .k-item a.k-link {
  padding-top: 6px;
  padding-bottom: 8px;
}
.k-tabstrip-items > .k-item.k-state-active > a {
  color: #848484;
}
.k-tabstrip-items > .k-item.k-state-active > a:hover {
  color: #848484;
}
.k-tabstrip-items > .k-item.k-state-disabled {
  pointer-events: auto;
  cursor: not-allowed;
}
.k-tabstrip-items > .k-item.k-state-disabled > a {
  color: #b5b5b5;
}
.k-slider .k-state-hover,
.k-slider .k-state-focused {
  background-color: #82c135;
  border-color: #82c135;
}
.k-slider .k-draghandle,
.k-slider .k-draghandle:hover,
.k-slider .k-slider-selection {
  background-color: #0070D2;
  border-color: #0070D2;
}
.k-slider .k-slider-track {
  border: none;
  background-color: #d5d5d5;
  border-radius: 4px;
}
.k-slider .k-slider-selection {
  border-radius: 4px;
}
.k-dropzone {
  border: 3px dashed #b5b5b5;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.k-dropzone em {
  color: #848484;
  visibility: visible;
  display: initial;
}
.k-widget.k-upload.k-header {
  border: none;
}
.k-widget.k-upload.k-header .k-upload-files {
  border-top: none;
}
.k-upload .k-clear-selected,
.k-upload .k-upload-selected {
  background-repeat: repeat;
  background-position: 0 center;
  font-size: 100%;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  margin: 0;
  padding: 5px 14px 4px;
  font-family: inherit;
  line-height: 1.72em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  background-image: none;
  background-position: 50% 50%;
  background-color: #ffffff;
  color: #ffffff;
  border-color: #d5d5d5;
  background-color: #0070D2;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  margin: 4px;
  width: inherit;
}
.k-popup {
  z-index: 2147483607 !important;
}
.k-animation-container {
  z-index: 2147483607 !important;
}
.k-window {
  z-index: 2147483577 !important;
  box-sizing: border-box;
  padding: 0;
}
.k-window .k-window-titlebar {
  box-sizing: border-box;
  padding: 18px;
  border-bottom-style: solid;
  border-bottom-color: #b5b5b5;
  border-bottom-width: 1px;
  background: #ffffff;
}
.k-window .k-window-titlebar .k-window-title {
  box-sizing: border-box;
  font-weight: bold;
  bottom: 9px;
}
.k-window .content {
  box-sizing: border-box;
  padding: 18px;
}
.k-window .footer {
  box-sizing: border-box;
  width: 100%;
  padding: 18px;
  margin-top: 30px;
  margin-right: 20px;
  border-top-style: solid;
  border-top-color: #b5b5b5;
  border-top-width: 1px;
  background: #ffffff;
}
.k-window .footer .buttons {
  float: right;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../node_modules/components-jqueryui/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../node_modules/components-jqueryui/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../node_modules/components-jqueryui/themes/base/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../node_modules/components-jqueryui/themes/base/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../node_modules/components-jqueryui/themes/base/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../node_modules/components-jqueryui/themes/base/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../node_modules/components-jqueryui/themes/base/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: 1.5.24
 *
 * Authors: Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://medialize.github.com/jQuery-contextMenu/
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *   GPL v3 http://opensource.org/licenses/GPL-3.0
 *
 */
.context-menu-list {
  margin: 0;
  padding: 0;
  min-width: 120px;
  max-width: 450px;
  display: inline-block;
  position: absolute;
  list-style-type: none;
  line-height: normal;
  border: 1px solid #b5c1ca;
  border-radius: 4px;
  background: white;
  -webkit-box-shadow: 3px 5px 5px rgba(46, 49, 55, 0.75);
  -moz-box-shadow: 3px 5px 5px rgba(46, 49, 55, 0.75);
  -ms-box-shadow: 3px 5px 5px rgba(46, 49, 55, 0.75);
  -o-box-shadow: 3px 5px 5px rgba(46, 49, 55, 0.75);
  box-shadow: 3px 5px 5px rgba(46, 49, 55, 0.75);
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  overflow: visible;
}
.context-menu-root {
  min-width: 250px;
  max-width: 450px;
  border-left: 2px solid #216CA0;
}
.context-menu-item {
  word-break: break-all;
  list-style-type: inherit;
  padding: 6px 14px 6px 14px;
  background-color: #E8ECEF;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-size: inherit;
  color: #153e5a;
  font-family: inherit;
  font-weight: inherit;
  margin: inherit;
}
.context-menu-separator {
  padding-bottom: 0px;
  padding-top: 1px;
  border-bottom: 1px solid #DDD;
}
.context-menu-item > label > input,
.context-menu-item > label > textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.context-menu-item.hover {
  cursor: pointer;
  background-color: #F2F4F5;
}
.context-menu-item.disabled {
  color: grey;
}
.context-menu-input.hover,
.context-menu-item.disabled.hover {
  cursor: default;
  background-color: white;
}
.context-menu-submenu {
  padding-right: 24px;
}
.context-menu-submenu:after {
  content: "";
  color: black;
  position: absolute;
  top: 6px;
  right: 3px;
  z-index: 2147483567;
  background-image: url('chrome-extension://__MSG_@@extension_id__/toolbarIFrame/images/contextMenuArrow.png');
  width: 12px;
  height: 15px;
}
/* icons
    #protip:
    In case you want to use sprites for icons (which I would suggest you do) have a look at
    http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement
    .context-menu-item.icon:before {}
 */
.context-menu-item.icon {
  min-height: 18px;
  background-repeat: no-repeat;
  background-position: 4px 2px;
  width: initial;
}
.context-menu-item.icon-edit {
  background-image: url(toolbarIFrame/images/page_white_edit.png);
}
.context-menu-item.icon-cut {
  background-image: url(toolbarIFrame/images/cut.png);
}
.context-menu-item.icon-copy {
  background-image: url(toolbarIFrame/images/page_white_copy.png);
}
.context-menu-item.icon-paste {
  background-image: url(toolbarIFrame/images/page_white_paste.png);
}
.context-menu-item.icon-delete {
  background-image: url(toolbarIFrame/images/page_white_delete.png);
}
.context-menu-item.icon-add {
  background-image: url(toolbarIFrame/images/page_white_add.png);
}
.context-menu-item.icon-quit {
  background-image: url(toolbarIFrame/images/door.png);
}
.context-menu-item.icon-checked {
  background-image: url('chrome-extension://__MSG_@@extension_id__/toolbarIFrame/images/checkedRadio.png');
  background-position-x: 2px;
  background-position-y: 4px;
}
.context-menu-item.icon-unchecked {
  background-image: url('chrome-extension://__MSG_@@extension_id__/toolbarIFrame/images/uncheckedRadio.png');
  background-position-x: 2px;
  background-position-y: 4px;
}
.context-menu-item.menuWithIcons {
  padding-left: 20px;
}
/* vertically align inside labels */
.context-menu-input > label > * {
  vertical-align: top;
}
/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
  margin-left: -17px;
}
.context-menu-input > label > span {
  margin-left: 5px;
}
.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.context-menu-input > label > textarea {
  height: 100px;
}
.context-menu-item > .context-menu-list {
  display: none;
  /* re-positioned by js */
  right: -5px;
  top: 5px;
}
.context-menu-item.hover > .context-menu-list {
  display: block;
}
.context-menu-accesskey {
  text-decoration: underline;
}
/*
 * Copyright (C) 2010-2017 Evergage, Inc.
 * All rights reserved.
 */
.buttonRow {
  margin-top: 10px;
  margin-bottom: 18px;
  text-align: right;
  padding-right: 12px;
}
.buttonRow .pageTitle {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.and,
.or {
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
}
.clickable {
  cursor: pointer;
}
.and {
  color: #90c94d;
}
.or {
  color: #ecb84f;
}
.loadingColumnImage {
  width: 18px;
  height: 18px;
}
/*----------------------------------------------------------------------------------------------------------------------
LEGACY BUTTON STYLES
----------------------------------------------------------------------------------------------------------------------*/
.buttonStyleHover {
  background-color: #0062b9;
}
.buttonStyleActive {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjhmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMzI3N2IyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyNzVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM2ODljIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -moz-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -o-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: linear-gradient(to top, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
}
.buttonStyleDisabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
.buttonStyleMedium {
  height: 30px;
  line-height: 29px;
  font-size: 13px;
}
.buttonStyleLarge {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}
.buttonStyleJumbo {
  height: 48px;
  line-height: 48px;
  font-size: 17px;
}
.buttonStyleSecondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0070D2;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.buttonStyleSecondary:hover {
  background-color: #c8c8c8;
}
.buttonStyleSecondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.buttonStyleSecondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.deleteButtonStyleHover {
  background-color: #e13e06;
  color: #ffffff;
}
.smallIconButton {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0070D2;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.smallIconButton:hover {
  background-color: #c8c8c8;
}
.smallIconButton.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.smallIconButton.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.rightPreviewPane .topButtons i.fa-check,
#campaignSetupTabContent .topButtons i.fa-check,
#setupHistory .topButtons i.fa-check {
  height: 30px;
}
.rightPreviewPane .rightPreviewPaneTitle,
#campaignSetupTabContent .rightPreviewPaneTitle,
#setupHistory .rightPreviewPaneTitle {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #585858;
}
.rightPreviewPane .rightPreviewPaneSubtitle,
#campaignSetupTabContent .rightPreviewPaneSubtitle,
#setupHistory .rightPreviewPaneSubtitle {
  font-size: 15px;
  color: #585858;
}
.rightPreviewPane .oddEvenRow.even,
#campaignSetupTabContent .oddEvenRow.even,
#setupHistory .oddEvenRow.even {
  background-color: #f5f5f5;
}
.rightPreviewPane .oddEvenRow.odd,
#campaignSetupTabContent .oddEvenRow.odd,
#setupHistory .oddEvenRow.odd {
  background-color: #ffffff;
}
.rightPreviewPane .listItem,
#campaignSetupTabContent .listItem,
#setupHistory .listItem {
  box-sizing: border-box;
  padding: 10px 15px;
  height: 65px;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rightPreviewPane .listItem .oneLineEllipsisText,
#campaignSetupTabContent .listItem .oneLineEllipsisText,
#setupHistory .listItem .oneLineEllipsisText {
  white-space: nowrap;
}
.rightPreviewPane .listItem .title,
#campaignSetupTabContent .listItem .title,
#setupHistory .listItem .title {
  font-weight: bold;
}
.rightPreviewPane .listItem .nextLineInfo,
#campaignSetupTabContent .listItem .nextLineInfo,
#setupHistory .listItem .nextLineInfo {
  font-style: italic;
}
.rightPreviewPane .listItem .colorTitle,
#campaignSetupTabContent .listItem .colorTitle,
#setupHistory .listItem .colorTitle {
  font-weight: bold;
  color: #0070D2;
}
.rightPreviewPane .listItem .right-floated-date,
#campaignSetupTabContent .listItem .right-floated-date,
#setupHistory .listItem .right-floated-date {
  float: right;
}
.rightPreviewPane .showMoreButton,
#campaignSetupTabContent .showMoreButton,
#setupHistory .showMoreButton {
  color: #0070D2;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #d5d5d5;
  padding-top: 4px;
  padding-bottom: 4px;
}
.topButtonsStylePreviewPane {
  margin-bottom: 5px;
}
.topButtonsStylePreviewPane .mainActionsButtonRow {
  margin-bottom: 8px;
}
.topButtonsStylePreviewPane .secondaryActionsButtonRow {
  margin-top: 11px;
}
.topButtonsStyleHeaderRow {
  margin-bottom: 5px;
  display: inline;
  position: absolute;
  right: 7px;
}
.topButtonsStyleHeaderRow .mainActionsButtonRow {
  margin-bottom: 8px;
  display: inline-block;
}
.topButtonsStyleHeaderRow .secondaryActionsButtonRow {
  margin-bottom: 5px;
  display: inline-block;
}
.linkButtonStyle {
  height: 30px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #0070D2;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-block;
  line-height: 29px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  text-transform: uppercase;
}
.linkButtonStyle:hover {
  background-color: #0062b9;
}
.linkButtonStyle.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.linkButtonStyle:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjhmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMzI3N2IyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyNzVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM2ODljIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -moz-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -o-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: linear-gradient(to top, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
}
.linkButtonStyle.disabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
.linkButtonStyle.lg {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}
.linkButtonStyle.secondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0070D2;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.linkButtonStyle.secondary:hover {
  background-color: #c8c8c8;
}
.linkButtonStyle.secondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.linkButtonStyle.secondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.linkButtonStyle.redDelete {
  background-color: #e13e06;
}
.linkButtonStyle.redDelete:hover {
  background-color: #c83705;
}
.linkIconStyle {
  cursor: pointer;
}
.linkIconStyle:hover {
  color: #82c135;
}
.linkIcon {
  color: #0070D2;
  cursor: pointer;
}
.linkIcon:hover {
  color: #82c135;
}
.linkIconGray {
  color: #585858;
  cursor: pointer;
}
.linkIconGray:hover {
  color: #82c135;
}
a.backToListLink {
  cursor: pointer;
  color: #848484;
  padding-left: 32px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.backToListLink:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 20px;
  font-weight: 400;
  font-size: 14pt;
}
.placeholderStyle {
  color: #848484;
  font-style: italic;
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #848484;
  font-style: italic;
  font-weight: 400;
}
:-moz-placeholder {
  color: #848484;
  font-style: italic;
  font-weight: 400;
}
::-moz-placeholder {
  color: #848484;
  font-style: italic;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #848484;
  font-style: italic;
  font-weight: 400;
}
.baseHtmlInput {
  color: #585858;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
}
input,
textarea,
.aceEditor {
  color: #585858;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
}
input.wide {
  width: 282px;
}
:focus: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);
}
.k-widget.k-multiselect {
  box-sizing: border-box;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  vertical-align: middle;
}
input:not([type]).narrowest,
input[type="text"].narrowest,
input[type="password"].narrowest,
input[type="search"].narrowest,
input[type="email"].narrowest,
input[type="url"].narrowest,
input[type="number"].narrowest,
textarea.narrowest,
input:not([type]).narrower,
input[type="text"].narrower,
input[type="password"].narrower,
input[type="search"].narrower,
input[type="email"].narrower,
input[type="url"].narrower,
input[type="number"].narrower,
textarea.narrower,
input:not([type]).narrow,
input[type="text"].narrow,
input[type="password"].narrow,
input[type="search"].narrow,
input[type="email"].narrow,
input[type="url"].narrow,
input[type="number"].narrow,
textarea.narrow {
  padding: 5px 0px;
  text-align: center;
}
input:not([type]).narrowest,
input[type="text"].narrowest,
input[type="password"].narrowest,
input[type="search"].narrowest,
input[type="email"].narrowest,
input[type="url"].narrowest,
input[type="number"].narrowest,
textarea.narrowest {
  width: 35px;
}
input:not([type]).narrower,
input[type="text"].narrower,
input[type="password"].narrower,
input[type="search"].narrower,
input[type="email"].narrower,
input[type="url"].narrower,
input[type="number"].narrower,
textarea.narrower {
  width: 70px;
}
input:not([type]).narrow,
input[type="text"].narrow,
input[type="password"].narrow,
input[type="search"].narrow,
input[type="email"].narrow,
input[type="url"].narrow,
input[type="number"].narrow,
textarea.narrow {
  width: 140px;
}
input:not([type]).wide,
input[type="text"].wide,
input[type="password"].wide,
input[type="search"].wide,
input[type="email"].wide,
input[type="url"].wide,
input[type="number"].wide,
textarea.wide {
  width: 200px;
}
input:not([type]).wider,
input[type="text"].wider,
input[type="password"].wider,
input[type="search"].wider,
input[type="email"].wider,
input[type="url"].wider,
input[type="number"].wider,
textarea.wider {
  width: 275px;
}
input:not([type]).widest,
input[type="text"].widest,
input[type="password"].widest,
input[type="search"].widest,
input[type="email"].widest,
input[type="url"].widest,
input[type="number"].widest,
textarea.widest {
  width: 350px;
}
.k-dropdown {
  width: 197px;
}
.k-dropdown.narrowest {
  width: 62px;
}
.k-dropdown.narrower {
  width: 97px;
}
.k-dropdown.narrow {
  width: 167px;
}
.k-dropdown.wide {
  width: 227px;
}
.k-dropdown.wider {
  width: 302px;
}
.k-dropdown.widest {
  width: 377px;
}
.k-multiselect {
  width: 170px;
}
.k-multiselect.narrowest {
  width: 35px;
}
.k-multiselect.narrower {
  width: 70px;
}
.k-multiselect.narrow {
  width: 140px;
}
.k-multiselect.wide {
  width: 200px;
}
.k-multiselect.wider {
  width: 275px;
}
.k-multiselect.widest {
  width: 350px;
}
.k-multiselect.fluid {
  width: 100%;
}
.smallControls input:not([type]),
.smallControls input[type="text"],
.smallControls input[type="password"],
.smallControls input[type="search"],
.smallControls input[type="email"],
.smallControls input[type="url"],
.smallControls input[type="number"],
.smallControls textarea {
  vertical-align: middle;
}
.smallControls input:not([type]).narrowest,
.smallControls input[type="text"].narrowest,
.smallControls input[type="password"].narrowest,
.smallControls input[type="search"].narrowest,
.smallControls input[type="email"].narrowest,
.smallControls input[type="url"].narrowest,
.smallControls input[type="number"].narrowest,
.smallControls textarea.narrowest,
.smallControls input:not([type]).narrower,
.smallControls input[type="text"].narrower,
.smallControls input[type="password"].narrower,
.smallControls input[type="search"].narrower,
.smallControls input[type="email"].narrower,
.smallControls input[type="url"].narrower,
.smallControls input[type="number"].narrower,
.smallControls textarea.narrower,
.smallControls input:not([type]).narrow,
.smallControls input[type="text"].narrow,
.smallControls input[type="password"].narrow,
.smallControls input[type="search"].narrow,
.smallControls input[type="email"].narrow,
.smallControls input[type="url"].narrow,
.smallControls input[type="number"].narrow,
.smallControls textarea.narrow {
  padding: 5px 0px;
  text-align: center;
}
.smallControls input:not([type]).narrowest,
.smallControls input[type="text"].narrowest,
.smallControls input[type="password"].narrowest,
.smallControls input[type="search"].narrowest,
.smallControls input[type="email"].narrowest,
.smallControls input[type="url"].narrowest,
.smallControls input[type="number"].narrowest,
.smallControls textarea.narrowest {
  width: 35px;
}
.smallControls input:not([type]).narrower,
.smallControls input[type="text"].narrower,
.smallControls input[type="password"].narrower,
.smallControls input[type="search"].narrower,
.smallControls input[type="email"].narrower,
.smallControls input[type="url"].narrower,
.smallControls input[type="number"].narrower,
.smallControls textarea.narrower {
  width: 70px;
}
.smallControls input:not([type]).narrow,
.smallControls input[type="text"].narrow,
.smallControls input[type="password"].narrow,
.smallControls input[type="search"].narrow,
.smallControls input[type="email"].narrow,
.smallControls input[type="url"].narrow,
.smallControls input[type="number"].narrow,
.smallControls textarea.narrow {
  width: 140px;
}
.smallControls input:not([type]).wide,
.smallControls input[type="text"].wide,
.smallControls input[type="password"].wide,
.smallControls input[type="search"].wide,
.smallControls input[type="email"].wide,
.smallControls input[type="url"].wide,
.smallControls input[type="number"].wide,
.smallControls textarea.wide {
  width: 200px;
}
.smallControls input:not([type]).wider,
.smallControls input[type="text"].wider,
.smallControls input[type="password"].wider,
.smallControls input[type="search"].wider,
.smallControls input[type="email"].wider,
.smallControls input[type="url"].wider,
.smallControls input[type="number"].wider,
.smallControls textarea.wider {
  width: 275px;
}
.smallControls input:not([type]).widest,
.smallControls input[type="text"].widest,
.smallControls input[type="password"].widest,
.smallControls input[type="search"].widest,
.smallControls input[type="email"].widest,
.smallControls input[type="url"].widest,
.smallControls input[type="number"].widest,
.smallControls textarea.widest {
  width: 350px;
}
.smallControls .k-dropdown {
  width: 197px;
}
.smallControls .k-dropdown.narrowest {
  width: 62px;
}
.smallControls .k-dropdown.narrower {
  width: 97px;
}
.smallControls .k-dropdown.narrow {
  width: 167px;
}
.smallControls .k-dropdown.wide {
  width: 227px;
}
.smallControls .k-dropdown.wider {
  width: 302px;
}
.smallControls .k-dropdown.widest {
  width: 377px;
}
.smallControls .k-multiselect {
  width: 170px;
}
.smallControls .k-multiselect.narrowest {
  width: 35px;
}
.smallControls .k-multiselect.narrower {
  width: 70px;
}
.smallControls .k-multiselect.narrow {
  width: 140px;
}
.smallControls .k-multiselect.wide {
  width: 200px;
}
.smallControls .k-multiselect.wider {
  width: 275px;
}
.smallControls .k-multiselect.widest {
  width: 350px;
}
.smallControls .k-multiselect.fluid {
  width: 100%;
}
div.code:not(.monaco-editor),
textarea.code:not(.monaco-editor) {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: Monaco, Menlo, Ubuntu Mono, Consolas, source-code-pro, monospace;
  font-size: 12px;
  line-height: normal;
}
div.code:not(.monaco-editor) {
  background-color: #d5d5d5;
  padding: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.disabledWithPointerEvents {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.disabled {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.progressDetail {
  font-style: italic;
}
/*
.progress {
    height: 11px;
    margin-right: 8px;

    min-width: 20px; // Override the width when you go to use the progress bar

    background-color: white;

    .lh-border-radius(1px);
    .lh-box-shadow(0 -1px 1px rgba(0,0,0,.7));

    display: inline-block;

    .bar {
        .lh-border-radius(1px);
        .lh-box-shadow(0 1px 1px rgba(255,255,255,.7), inset 0 1px 1px rgba(0,0,0,.3));
        .lh-background-image(linear-gradient(to bottom, #b1d94b, #57ac24));
        height: 100%;
    }
}
*/
.upArrow {
  display: inline-block;
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
  background-image: url("../images/icons/trend_up_16.png");
  vertical-align: middle;
}
.downArrow {
  display: inline-block;
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
  background-image: url("../images/icons/trend_down_16.png");
  vertical-align: middle;
}
.note {
  background-color: #ffffff;
  color: #4a4a4a;
  border: thin solid #d5d5d5;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 12px;
  padding: 9px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.note:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f129";
  color: #0070D2;
  margin-right: 6px;
  vertical-align: middle;
}
.note.warning {
  color: #ff9600;
  background: #fff4e5;
  border-color: #ffcb80;
}
.note.warning:before {
  content: "";
  margin-right: 0;
}
.nowrap {
  white-space: nowrap;
}
.mimicKendoTable {
  border-spacing: 2px;
  border-collapse: separate;
  margin-bottom: 20px;
  color: #848484;
  width: 100%;
  /** Copy of Kendo header underline css k-header **/
}
.mimicKendoTable th,
.mimicKendoTable td {
  position: relative;
  padding: 4px 8px;
}
.mimicKendoTable th {
  font-weight: bold;
  font-size: 11px;
  color: #585859;
  text-transform: lowercase;
  text-align: left;
  font-weight: 600;
}
.mimicKendoTable th:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #bfc1c2;
  background-clip: content-box;
  box-sizing: border-box;
  padding-top: 7px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
}
.mimicKendoTable td {
  white-space: nowrap;
  padding-right: 10px;
  min-width: 50px;
  height: 25px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  color: #848484;
}
.mimicKendoTable tr.alt {
  background-color: #f9fafb;
}
i.online.fa.fa-circle {
  color: #82C135;
}
ul.tooltipShared {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  list-style-position: inside;
}
.kendoWidgetsHide {
  visibility: hidden;
}
tr.k-state-selected .actions .fa-minus-circle {
  color: #ffffff;
}
.campaignListEntry {
  margin: 10px 0;
}
.bubbleNumber {
  color: #ffffff;
  background-color: #82C135;
  margin-left: 3px;
  border-radius: 10px;
  padding: 1px 5px;
}
.bubbleNumber.empty {
  background-color: #b5b5b5;
}
.actions {
  white-space: nowrap;
}
.actions .fas,
.actions .far {
  color: #848484;
  margin-left: 1px;
  margin-right: 1px;
  transition: color 0.1s ease;
}
.actions .fas:hover,
.actions .far:hover {
  color: #5e5e5e;
}
.actions .fas:hover[class*="fa-pencil"],
.actions .far:hover[class*="fa-pencil"] {
  color: #0070D2;
}
.actions .fas:hover.fa-trash,
.actions .far:hover.fa-trash,
.actions .fas:hover.fa-trash-alt,
.actions .far:hover.fa-trash-alt,
.actions .fas:hover.fa-minus-circle,
.actions .far:hover.fa-minus-circle {
  color: #e13e06;
}
.feature-unavailable-message {
  display: inline-block;
  background-color: white;
  border: thin solid #d1d1d1;
  padding: 8px 10px;
  border-radius: 3px;
}
.feature-unavailable-message .icon-container {
  float: left;
  height: 100%;
  width: 20px;
  font-size: 22px;
  margin-top: 2px;
  color: #0070D2;
  margin-right: 3px;
  margin-left: 2px;
  vertical-align: middle;
}
.feature-unavailable-message .text-container {
  font-size: 13px;
  float: left;
  text-align: center;
}
.inline-input {
  display: inline-block;
}
.error-below {
  overflow-x: visible;
  white-space: nowrap;
  position: relative;
}
.error-below > .error-message-container > * {
  position: absolute;
  top: 3px;
  min-height: 12px;
}
/* --------- FORM VALIDATION ---------*/
.help-container {
  margin-left: 12px;
}
.help-block {
  display: none;
  color: #dd360b;
  margin-top: 5px;
  margin-bottom: 0;
}
.formError {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #dd360b;
}
.formError:before {
  content: "\f071";
  font-family: "Font Awesome 5 Pro";
  margin-right: 6px;
  vertical-align: middle;
}
form .error,
ng-form .error,
[ng-form] .error {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #dd360b;
}
form .error:before,
ng-form .error:before,
[ng-form] .error:before {
  content: "\f071";
  font-family: "Font Awesome 5 Pro";
  margin-right: 6px;
  vertical-align: middle;
}
form .error-lg,
ng-form .error-lg,
[ng-form] .error-lg {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #dd360b;
  font-size: 15px;
}
form .error-lg:before,
ng-form .error-lg:before,
[ng-form] .error-lg:before {
  content: "\f071";
  font-family: "Font Awesome 5 Pro";
  margin-right: 6px;
  vertical-align: middle;
}
form.ng-dirty input.ng-invalid,
form.ng-dirty select.ng-invalid,
form.ng-dirty textarea.ng-invalid,
form.ng-dirty .k-multiselect.k-header.k-state-focused.ng-invalid,
form.ng-dirty .k-picker-wrap.ng-invalid {
  border-color: #dd360b;
  background-color: hsl(20, 100%, 96%);
}
form.ng-dirty input.ng-invalid:focus,
form.ng-dirty select.ng-invalid:focus,
form.ng-dirty textarea.ng-invalid:focus,
form.ng-dirty .k-multiselect.k-header.k-state-focused.ng-invalid:focus,
form.ng-dirty .k-picker-wrap.ng-invalid:focus {
  outline-color: hsl(0, 68%, 70%);
}
form.ng-dirty input.ng-invalid:active,
form.ng-dirty select.ng-invalid:active,
form.ng-dirty textarea.ng-invalid:active,
form.ng-dirty .k-multiselect.k-header.k-state-focused.ng-invalid:active,
form.ng-dirty .k-picker-wrap.ng-invalid:active {
  outline-color: hsl(0, 68%, 70%);
}
tags-input .tags {
  box-shadow: none;
  border-radius: 3px;
}
tags-input .tags .input {
  font: inherit;
}
/* ---------- SWITCH ---------- */
.switch input {
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
}
.switch input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.switch-container {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 18px;
  width: 93px;
  text-align: left;
}
.switch {
  left: 28px;
  cursor: pointer;
  background: #fff;
  border-radius: 32px;
  display: inline-block;
  height: 14px;
  position: relative;
  width: 40px;
  border: 1px solid #d5d5d5;
}
.switch label {
  cursor: pointer;
  color: #808080;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 20px;
}
.switch label:nth-of-type(1) {
  left: -29px;
  position: absolute;
  text-align: right;
}
.switch label:nth-of-type(2) {
  position: absolute;
  right: -26px;
  text-align: left;
}
.switch input {
  cursor: pointer;
  height: 14px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 2;
}
.switch input:checked ~ label:nth-of-type(1) {
  color: #0070D2;
}
.switch input:checked ~ label:nth-of-type(2) {
  color: #808080;
}
.switch input ~ :checked ~ label:nth-of-type(1) {
  color: #808080;
}
.switch input ~ :checked ~ label:nth-of-type(2) {
  color: #0070D2;
}
.switch input:checked ~ .toggle {
  left: 4px;
}
.switch input ~ :checked ~ .toggle {
  left: 24px;
}
.switch input:checked {
  z-index: 0;
}
.switch .toggle {
  background: #808080;
  border-radius: 50%;
  height: 12px;
  left: 4px;
  position: absolute;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -ms-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
  width: 12px;
  z-index: 1;
}
#toolbarOptionsArea .switch-container {
  cursor: pointer;
  height: 18px;
  right: 65px;
  position: absolute;
  bottom: 8px;
  width: 40px;
}
#toolbarOptionsArea .switch {
  left: 0;
}
/* Used, among other things, for the dynamic content dropdowns */
.controlWithTopLabel {
  display: inline-block;
  padding-left: 20px;
}
.controlWithTopLabel div {
  display: inline-block;
}
.controlWithTopLabel label {
  font-size: 10px;
  position: absolute;
  margin-top: -13px;
}
.controlWithTopLabel a.tbLinkButton {
  color: #848484;
  cursor: pointer;
  display: inline-block;
  width: 34px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
}
.controlWithTopLabel a.tbLinkButton:hover,
.controlWithTopLabel a.tbLinkButton.active:hover {
  background-color: #82c135;
  color: #ffffff;
}
.controlWithTopLabel a.tbLinkButton[disabled] {
  color: #d5d5d5;
  cursor: default;
  pointer-events: none;
}
.controlWithTopLabel a.tbLinkButton[disabled]:hover {
  background-color: #ffffff;
}
.controlWithTopLabel a.tbLinkButton.active {
  background-color: #0070D2;
  color: #ffffff;
}
.controlWithTopLabel a.tbLinkButton span:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  color: #848484;
  vertical-align: middle;
  padding-left: 4px;
}
.bottom20 {
  margin-bottom: 20px;
}
.smallListItemIndent {
  padding-inline-start: 20px;
  -moz-padding-start: 20px;
  -webkit-padding-start: 20px;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.ace_editor.ace_autocomplete {
  z-index: 2147483617 !important;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.chosen-container {
  min-width: 222px !important;
}
form .chosen-container {
  margin-left: 6px;
  margin-right: 6px;
}
.chosen-container .chosen-default {
  color: #585858;
  background-color: white;
  background-image: none;
}
.chosen-container .chosen-results {
  color: #848484;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #82c135;
  background-image: none;
}
.chosen-container-single .chosen-single {
  height: 30px;
  line-height: 28px;
  color: #585858;
  border-radius: 3px;
  background-color: white;
  background-image: none;
  border-color: #d5d5d5;
  box-shadow: none;
}
.chosen-container-single .chosen-single:hover {
  border-color: #82c135;
}
.chosen-container-single.chosen-with-drop .chosen-single:hover {
  border-color: #aaa;
}
.chosen-container-single .chosen-single div b {
  background-position-y: 4px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position-y: 4px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
}
.chosen-container-active .chosen-choices {
  border-color: #82c135;
  box-shadow: none;
}
.chosen-container-single .chosen-choices li.search-field input[type="text"] {
  color: #848484;
  font-style: italic;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  color: #848484;
  font-style: italic;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ng-empty .search-field,
.ng-empty .search-field > input {
  width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  box-shadow: none;
  background: #005FB2;
  color: white;
  max-width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chosen-container-single .chosen-single abbr {
  top: 8px;
}
.chosen-container-multi .chosen-choices {
  border-radius: 3px;
  background-image: none;
  min-height: 30px;
  border-color: #d5d5d5;
  padding: 0px;
}
.chosen-container-multi .chosen-choices li.search-field {
  padding: 0 5px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  padding: 5px 20px 5px 5px;
  margin: 2px 0 2px 5px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none;
  color: white;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  color: #e5e5e5;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  margin-top: 2px;
  margin-left: 1px;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro", Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: block;
  height: 16px;
  width: 16px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.sp-container {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  padding: 1px 0px;
  z-index: 2147483617;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font-size: inherit;
}
.sp-cancel {
  height: 30px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #0070D2;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-block;
  line-height: 29px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 26px;
  margin-right: 0px;
  color: #ffffff !important;
}
.sp-cancel:hover {
  background-color: #0062b9;
}
.sp-cancel.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.sp-cancel:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjhmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMzI3N2IyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyNzVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM2ODljIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -moz-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -o-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: linear-gradient(to top, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
}
.sp-cancel.disabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
.sp-cancel.lg {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}
.sp-cancel.secondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0070D2;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.sp-cancel.secondary:hover {
  background-color: #c8c8c8;
}
.sp-cancel.secondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.sp-cancel.secondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.sp-cancel.redDelete {
  background-color: #e13e06;
}
.sp-cancel.redDelete:hover {
  background-color: #c83705;
}
.sp-cancel:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.sp-cancel:active {
  color: #ffffff !important;
  text-decoration: none;
}
.sp-choose {
  padding: 0px !important;
  visibility: hidden;
  width: 0px;
  height: 0px !important;
}
.sp-container button {
  height: 30px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #0070D2;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-block;
  line-height: 29px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  text-transform: uppercase;
  box-sizing: content-box;
  font-size: inherit;
  border: 0px none;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
.sp-container button:hover {
  background-color: #0062b9;
}
.sp-container button.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.sp-container button:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYjhmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjglIiBzdG9wLWNvbG9yPSIjMzI3N2IyIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMyNzVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM2ODljIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -moz-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: -o-linear-gradient(bottom, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
  background-image: linear-gradient(to top, #3b8fcb 0%, #3277b2 28%, #3275af 80%, #2c689c 100%);
}
.sp-container button.disabled {
  color: #b5b5b5;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #efefef;
  pointer-events: none;
  cursor: not-allowed;
}
.sp-container button.lg {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
}
.sp-container button.secondary {
  padding: 4px 6px;
  background-color: #d5d5d5;
  color: #0070D2;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
.sp-container button.secondary:hover {
  background-color: #c8c8c8;
}
.sp-container button.secondary.deleteButton:hover {
  background-color: #e13e06;
  color: #ffffff;
}
.sp-container button.secondary.secondRow {
  display: inline-block;
  margin-top: 9px;
}
.sp-container button.redDelete {
  background-color: #e13e06;
}
.sp-container button.redDelete:hover {
  background-color: #c83705;
}
.sp-container button:hover {
  border: 0px none;
  text-shadow: none;
}
.sp-container button:active {
  border: 0px none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sp-container input {
  font-size: 13px !important;
  height: 24px;
  line-height: 24px;
}
.sp-input {
  color: #585858;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
  margin-top: 1px;
  margin-bottom: 3px;
}
input[type="text"].sp-input {
  margin-left: 0px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border-color: #d5d5d5;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #82c135;
}
.sp-replacer {
  border-color: #d5d5d5;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
tags-input .host {
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
  margin-top: 0;
  margin-bottom: 0;
}
tags-input .host .tags .tag-item {
  background: #005FB2;
  color: #ffffff;
  font-size: 13px;
  border: none;
}
tags-input .host .tags .tag-item .remove-button {
  background: none;
  color: white;
}
tags-input .host .tags .tag-item .remove-button:hover {
  color: #e5e5e5;
}
tags-input .host .tags.focused {
  box-shadow: none;
}
.ui-notification {
  z-index: 2147483600;
  top: 60px;
  background: rgba(255, 255, 255, 0.8) !important;
  color: #4a4a4a !important;
  width: 380px;
  text-align: center;
}
.ui-notification.clickable:hover {
  opacity: 1;
}
.ui-notification .message {
  margin-left: 45px;
  margin-right: 23px;
}
.ui-notification .fa-times {
  top: 5px;
  right: 0;
  position: absolute;
  padding: 6px;
  font-size: 16px;
}
.ui-notification .status-icon {
  background: rgba(176, 215, 244, 0.8);
  color: #ffffff;
  padding: 0 10px;
  font-size: 18px;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}
.ui-notification .status-icon:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.ui-notification .status-icon i {
  vertical-align: middle;
}
.ui-notification.success {
  background: rgba(255, 255, 255, 0.8);
}
.ui-notification.success .status-icon {
  background: rgba(130, 193, 53, 0.8);
}
.ui-notification.info .status-icon {
  background: rgba(176, 215, 244, 0.8);
}
.ui-notification.warning .status-icon {
  background: rgba(255, 150, 0, 0.8);
}
.ui-notification.error .status-icon {
  background: rgba(221, 54, 11, 0.8);
}
#uiLabelTooltips {
  font-size: 12px;
  cursor: default;
  background-color: #d5d5d5;
  border-radius: 4px;
  color: #4a4a4a;
  display: none;
  padding: 0px 6px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
  line-height: 32px;
}
#uiLabelTooltips:before {
  content: "";
  position: absolute;
}
#uiLabelTooltips.n:before,
#uiLabelTooltips.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}
#uiLabelTooltips.e:before,
#uiLabelTooltips.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}
#uiLabelTooltips.n:before {
  border-top: 10px solid #d5d5d5;
  bottom: -10px;
}
#uiLabelTooltips.e:before {
  border-right: 10px solid #d5d5d5;
  left: -10px;
}
#uiLabelTooltips.s:before {
  border-bottom: 10px solid #d5d5d5;
  top: -10px;
}
#uiLabelTooltips.w:before {
  border-left: 10px solid #d5d5d5;
  right: -10px;
}
#uiLabelTooltips.ne:before,
#uiLabelTooltips.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}
#uiLabelTooltips.nw:before,
#uiLabelTooltips.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}
#uiLabelTooltips.ne:before,
#uiLabelTooltips.nw:before {
  border-top: 10px solid #d5d5d5;
  bottom: -10px;
}
#uiLabelTooltips.se:before,
#uiLabelTooltips.sw:before {
  border-bottom: 10px solid #d5d5d5;
  top: -10px;
}
#uiLabelTooltips.nw-alt:before,
#uiLabelTooltips.ne-alt:before,
#uiLabelTooltips.sw-alt:before,
#uiLabelTooltips.se-alt:before {
  border-top: 6px solid #d5d5d5;
  bottom: -6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 10px;
}
#uiLabelTooltips.ne-alt:before {
  left: auto;
  right: 10px;
}
#uiLabelTooltips.sw-alt:before,
#uiLabelTooltips.se-alt:before {
  border-top: none;
  border-bottom: 10px solid #d5d5d5;
  bottom: auto;
  top: -10px;
}
#uiLabelTooltips.se-alt:before {
  left: auto;
  right: 10px;
}
.light-grid .sorter {
  user-select: none;
  cursor: default;
}
.light-grid .sorter:not(.sorter-asc):not(.sorter-desc) .fa.fa-caret-up {
  display: none;
}
.light-grid .sorter.sorter-desc .fa.fa-caret-down {
  display: initial;
}
.light-grid .sorter.sorter-desc .fa.fa-caret-up {
  display: none;
}
.light-grid .sorter.sorter-asc .fa.fa-caret-down {
  display: none;
}
.light-grid .sorter.sorter-asc .fa.fa-caret-up {
  display: initial;
}
.grid-pager-container {
  background: #f3f3f3;
  border-top: 2px solid #DDD;
}
.page-counter {
  text-align: center;
  padding: 0px 10px;
}
.pagination {
  margin: 0;
}
.pagination li {
  display: inline-block;
}
.pagination li a,
.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 20px;
  padding: 6px 8px 6px 12px;
}
.pagination > li:not(:first-child) > a {
  margin-left: 4px;
}
.page-size .control-label {
  padding-left: 0px;
  padding-top: 5px;
}
.resizable {
  position: relative;
}
.resizable.no-transition {
  transition: none !important;
}
.rg-right,
.rg-left,
.rg-top,
.rg-bottom {
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  z-index: 1;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
}
.rg-right span,
.rg-left span,
.rg-top span,
.rg-bottom span {
  position: absolute;
  box-sizing: border-box;
  display: block;
  border: 1px solid #ccc;
}
.rg-right span,
.rg-left span {
  border-width: 0 1px;
  top: 50%;
  margin-top: -10px;
  margin: -10px 0 0 3.5px;
  height: 20px;
  width: 7px;
}
.rg-top span,
.rg-bottom span {
  border-width: 1px 0;
  left: 50%;
  margin: 3.5px 0 0 -10px;
  width: 20px;
  height: 7px;
}
.rg-top {
  cursor: row-resize;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: -14px;
}
.rg-right {
  cursor: col-resize;
  height: 100%;
  right: 0;
  top: 0;
  margin-right: -14px;
}
.rg-bottom {
  cursor: row-resize;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: -14px;
}
.rg-left {
  cursor: col-resize;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: -14px;
}
.ng-confirm .ng-confirm-buttons .ng-confirm-btn-text {
  font-weight: normal;
  font-size: 13px;
}
@font-face {
  font-family: "SF Regular";
  src: url('../fonts/SF/SF-UI-Text-Regular.otf');
}
@font-face {
  font-family: "SF Light";
  src: url('../fonts/SF/SF-UI-Text-Light.otf');
}
@font-face {
  font-family: "SF SemiBold";
  src: url('../fonts/SF/SF-UI-Text-Semibold.otf');
}
@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: "Roboto Bold";
  src: url('../fonts/Roboto/Roboto-Bold.ttf');
}
.ng-cloak {
  display: none !important;
}
.ng-confirm {
  z-index: 2147483647;
}
div[id*="__lpform_input"] {
  display: none !important;
}
html,
body {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
html {
  overflow: hidden;
}
body {
  font-family: "Salesforce Sans", Arial, sans-serif !important;
  overflow: auto;
  background: transparent;
}
body #pageExceptFooter,
body #pageExceptFooter > div {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
body #pageExceptFooter #main-content {
  height: 100%;
  padding-left: 214px;
  transition: padding 0.1s ease;
  overflow: hidden;
  position: relative;
}
body #pageExceptFooter #main-content.nav-collapsed {
  padding-left: 60px;
}
body #pageExceptFooter #main-content.localtest-toolbar-open #rootContent {
  height: calc(100% - 130px) !important;
}
body #pageExceptFooter #rootContent {
  height: calc(100% - 75px) !important;
  width: 100%;
  background-color: transparent;
  overflow-y: auto;
}
body #pageExceptFooter #rootContent,
body #pageExceptFooter #rootContent ui-view,
body #pageExceptFooter #rootContent div[ui-view],
body #pageExceptFooter #rootContent div[ui-view] > div.ng-scope {
  height: 100%;
}
body #pageExceptFooter #rootContent:not(.isEditorView) {
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 1199px) {
  body #pageExceptFooter #rootContent {
    height: calc(100% - 45px) !important;
  }
  #main-content.localtest-toolbar-open body #pageExceptFooter #rootContent {
    height: calc(100% - 100px) !important;
  }
}
body #pageExceptFooter.isVisualEditor #rootContent {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  border-top: none;
  left: 0px;
  position: fixed;
  top: 120px;
}
body #pageExceptFooter.isVisualEditor:not(.messageEditVE) {
  padding-top: 100px;
}
body #pageExceptFooter.isVisualEditor.messageEditVE #rootContent {
  top: 0px;
}
body.isEditorPanelView {
  overflow: hidden;
}
body.isEditorPanelView #rootContent,
body.isEditorPanelView #rootContent > div[ui-view] {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
body .btn-primary:hover {
  background-color: #005FB2 !important;
}
body .internal-wrapper__page-header,
body .internal-wrapper {
  padding: 9px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
body .internal-wrapper__page-header h4,
body .internal-wrapper h4 {
  margin-top: 0;
  color: inherit;
}
body .internal-wrapper__page-header .alert-link,
body .internal-wrapper .alert-link {
  font-weight: bold;
}
body .internal-wrapper__page-header > p,
body .internal-wrapper > p,
body .internal-wrapper__page-header > ul,
body .internal-wrapper > ul {
  margin-bottom: 0;
}
body .internal-wrapper__page-header > p + p,
body .internal-wrapper > p + p {
  margin-top: 5px;
}
body .internal-wrapper {
  color: #080707;
  background-color: #f7f7f7;
  border-color: #e5e5e5;
}
body .internal-wrapper hr {
  border-top-color: #d8d8d8;
}
body .internal-wrapper .alert-link {
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 15px;
}
.isVisualEditor h1,
#campaignEditor h1,
#campaignList h1,
#triggeredEmailEditor h1,
.isVisualEditor h2,
#campaignEditor h2,
#campaignList h2,
#triggeredEmailEditor h2,
.isVisualEditor h3,
#campaignEditor h3,
#campaignList h3,
#triggeredEmailEditor h3,
.isVisualEditor h4,
#campaignEditor h4,
#campaignList h4,
#triggeredEmailEditor h4,
.isVisualEditor h5,
#campaignEditor h5,
#campaignList h5,
#triggeredEmailEditor h5,
.isVisualEditor h6,
#campaignEditor h6,
#campaignList h6,
#triggeredEmailEditor h6,
.isVisualEditor .h1,
#campaignEditor .h1,
#campaignList .h1,
#triggeredEmailEditor .h1,
.isVisualEditor .h2,
#campaignEditor .h2,
#campaignList .h2,
#triggeredEmailEditor .h2,
.isVisualEditor .h3,
#campaignEditor .h3,
#campaignList .h3,
#triggeredEmailEditor .h3,
.isVisualEditor .h4,
#campaignEditor .h4,
#campaignList .h4,
#triggeredEmailEditor .h4,
.isVisualEditor .h5,
#campaignEditor .h5,
#campaignList .h5,
#triggeredEmailEditor .h5,
.isVisualEditor .h6,
#campaignEditor .h6,
#campaignList .h6,
#triggeredEmailEditor .h6 {
  color: #585858;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.isVisualEditor h1,
#campaignEditor h1,
#campaignList h1,
#triggeredEmailEditor h1,
.isVisualEditor .h1,
#campaignEditor .h1,
#campaignList .h1,
#triggeredEmailEditor .h1 {
  font-size: 2em;
}
.isVisualEditor h2,
#campaignEditor h2,
#campaignList h2,
#triggeredEmailEditor h2,
.isVisualEditor .h2,
#campaignEditor .h2,
#campaignList .h2,
#triggeredEmailEditor .h2 {
  font-size: 1.4em;
}
.isVisualEditor h3,
#campaignEditor h3,
#campaignList h3,
#triggeredEmailEditor h3,
.isVisualEditor .h3,
#campaignEditor .h3,
#campaignList .h3,
#triggeredEmailEditor .h3 {
  font-size: 1.17em;
}
.isVisualEditor h4,
#campaignEditor h4,
#campaignList h4,
#triggeredEmailEditor h4,
.isVisualEditor .h4,
#campaignEditor .h4,
#campaignList .h4,
#triggeredEmailEditor .h4 {
  font-size: 1em;
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9)}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays,.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-weekdays .flatpickr-weekdaycontainer,span.flatpickr-weekday{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,.54);line-height:1;margin:0;text-align:center;display:block;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(57,57,57,.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden}.flatpickr-innerContainer,.flatpickr-rContainer{-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-rContainer{display:inline-block;padding:0}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.slds-media--timeline,.slds-media_timeline,.slds-timeline__media{padding-bottom:1.5rem;position:relative}.slds-media--timeline:before,.slds-media_timeline:before,.slds-timeline__media:before{content:"";background:#dddbda;height:100%;width:2px;position:absolute;left:.75rem;top:2px;bottom:0;margin-left:1px;z-index:-1}.slds-timeline__title{position:relative}.slds-timeline__title-content{position:relative;top:-1px;padding-right:1rem;background:#fff;z-index:2}.slds-timeline__title:after{position:absolute;right:0;bottom:.5rem;left:0;border-bottom:1px dashed #dddbda;content:" ";z-index:1}.slds-timeline__media--call:before,.slds-timeline__media_call:before{background:#48c3cc}.slds-timeline__media--email:before,.slds-timeline__media_email:before{background:#95aec5}.slds-timeline__media--event:before,.slds-timeline__media_event:before{background:#eb7092}.slds-timeline__media--task:before,.slds-timeline__media_task:before{background:#4bc076}.slds-timeline__item_expandable{position:relative;padding-bottom:1rem}.slds-timeline__item_expandable:before{content:"";background:#dddbda;height:100%;width:2px;position:absolute;left:2.25rem;top:0;bottom:0;margin-left:1px}.slds-timeline__item_expandable .slds-media__figure{margin-right:.25rem;z-index:1}.slds-timeline__item_expandable .slds-media__figure .slds-button_icon{margin-right:.5rem}.slds-timeline__item_expandable .slds-media__body{padding:0 .25rem}.slds-timeline__item_expandable .slds-checkbox{margin-right:.25rem}.slds-timeline__item_expandable .slds-timeline__actions_inline{flex-flow:row nowrap;align-items:center;flex-shrink:0;margin-left:.5rem}.slds-timeline__item_expandable .slds-timeline__actions_inline .slds-timeline__date{padding-right:.5rem;margin-bottom:0}.slds-timeline__item_expandable .slds-timeline__item_details{visibility:hidden;opacity:0;height:0;padding:0}.slds-timeline__item_expandable.slds-is-open .slds-timeline__item_details{visibility:visible;opacity:1;height:auto;padding:1rem}.slds-timeline__item_expandable.slds-is-open .slds-timeline__details-action-icon{transform:rotate(0);transform-origin:45%}.slds-timeline__item_call:before{background:#48c3cc}.slds-timeline__item_email:before{background:#95aec5}.slds-timeline__item_event:before{background:#eb7092}.slds-timeline__item_task:before{background:#4bc076}.slds-timeline__trigger{padding:.25rem}.slds-timeline__trigger:hover{background-color:#f4f6f9}.slds-timeline__icon{border:2px solid #fff}.slds-timeline__actions{display:flex;flex-flow:column nowrap;align-items:flex-end}.slds-timeline__date{margin-bottom:.25rem;font-size:.75rem;color:#3e3e3c}.slds-timeline__details-action-icon{transform:rotate(-90deg)}.slds-badge{background-color:#ecebea;padding:.25rem .5rem;border-radius:15rem;font-size:.75rem;font-weight:700;line-height:normal;color:#080707;white-space:nowrap;display:inline-flex;align-items:center}.slds-badge+.slds-badge{margin-left:.5rem}.slds-badge:empty{padding:0}.slds-badge_inverse{background-color:#706e6b;color:#fff}.slds-badge_lightest{border:1px solid #dddbda;background-color:#fff;font-size:.75rem;text-transform:none;letter-spacing:normal}.slds-badge__icon{color:#706e6b;vertical-align:middle;display:inline-flex;align-items:center;line-height:1}.slds-badge__icon.slds-badge__icon_inverse{color:currentColor}.slds-badge__icon_left{margin-right:.25rem}.slds-badge__icon_right{margin-left:.25rem}.slds-breadcrumb .slds-list__item,.slds-breadcrumb__item{position:relative}.slds-breadcrumb .slds-list__item:before,.slds-breadcrumb__item:before{content:"\003E";position:absolute;left:-.25rem}.slds-breadcrumb .slds-list__item>a,.slds-breadcrumb__item>a{display:block;padding:0 .5rem}.slds-breadcrumb .slds-list__item>a:hover,.slds-breadcrumb__item>a:hover{text-decoration:none}.slds-breadcrumb .slds-list__item:first-child>a,.slds-breadcrumb__item:first-child>a{padding-left:0}.slds-breadcrumb .slds-list__item:first-child:before,.slds-breadcrumb__item:first-child:before{content:""}.slds-breadcrumb .slds-dropdown-trigger{margin-right:.5rem}.slds-button-group-row{display:inline-flex}.slds-button-group-row .slds-button-group-item+.slds-button-group-item{margin-left:.25rem}.slds-button-group-row .slds-button-group-item .slds-button{margin:0}.slds-button-group,.slds-button-group-list{display:inline-flex}.slds-button-group-list .slds-button,.slds-button-group .slds-button{border-radius:0;border-width:1px}.slds-button-group-list .slds-button:focus,.slds-button-group .slds-button:focus{z-index:1}.slds-button-group-list li+li .slds-button,.slds-button-group .slds-button+.slds-button,.slds-button-group .slds-button+.slds-button--last .slds-button,.slds-button-group .slds-button+.slds-button_last .slds-button{margin-left:-1px}.slds-button-group-list li:last-child .slds-button_icon-brand,.slds-button-group .slds-button_brand+.slds-button--last .slds-button_icon-brand,.slds-button-group .slds-button_brand+.slds-button_last .slds-button_icon-brand{box-shadow:inset 1px 0 0 #fff}.slds-button-group-list li:first-child .slds-button,.slds-button-group .slds-button:first-child{border-radius:.25rem 0 0 .25rem}.slds-button-group-list li:last-child .slds-button,.slds-button-group .slds-button--last .slds-button,.slds-button-group .slds-button--last .slds-button:only-child,.slds-button-group .slds-button.slds-button--last,.slds-button-group .slds-button.slds-button_last,.slds-button-group .slds-button:last-child,.slds-button-group .slds-button_last .slds-button,.slds-button-group .slds-button_last .slds-button:only-child{border-radius:0 .25rem .25rem 0}.slds-button-group-list li:only-child .slds-button,.slds-button-group .slds-button:only-child{border-radius:.25rem}.slds-button.slds-button_first.slds-button_first{border-right:0;border-radius:.25rem 0 0 .25rem}.slds-button.slds-button_middle.slds-button_middle{border-radius:0;margin-left:-1px}.slds-button.slds-button_last.slds-button_last{border-radius:0 .25rem .25rem 0;margin-left:-1px}.slds-button-group+.slds-button,.slds-button-group+.slds-button-group,.slds-button-group+.slds-button-group-list,.slds-button-group-list+.slds-button,.slds-button-group-list+.slds-button-group,.slds-button-group-list+.slds-button-group-list,.slds-button-space-left{margin-left:.25rem}.slds-button--small,.slds-button_small{line-height:1.75rem;min-height:2rem}.slds-button{position:relative;display:inline-flex;align-items:center;padding:0;background:transparent;background-clip:border-box;border:1px solid transparent;border-radius:.25rem;line-height:1.875rem;color:#0070d2;-webkit-appearance:none;white-space:normal;user-select:none}.slds-button,.slds-button:active,.slds-button:focus,.slds-button:hover,.slds-button:visited{text-decoration:none}.slds-button:focus,.slds-button:hover{color:#005fb2}.slds-button:focus{outline:0;box-shadow:0 0 3px #0070d2}.slds-button:active{color:#005fb2}.slds-button:disabled,.slds-button[disabled]{color:#dddbda}.slds-button:disabled *,.slds-button[disabled] *{pointer-events:none}.slds-button a{color:currentColor}.slds-button:active .slds-button__icon,.slds-button:disabled .slds-button__icon,.slds-button:focus .slds-button__icon,.slds-button:hover .slds-button__icon,.slds-button[disabled] .slds-button__icon{fill:currentColor;pointer-events:none}.slds-button+.slds-button,.slds-button+.slds-button-group,.slds-button+.slds-button-group-list{margin-left:.25rem}a.slds-button{text-align:center}a.slds-button:focus{outline:0;box-shadow:0 0 3px #0070d2}a.slds-button--inverse:focus,a.slds-button_inverse:focus{outline:none;box-shadow:0 0 3px #ecebea;border:1px solid #ecebea}.slds-button--reset,.slds-button_reset{font-size:inherit;color:inherit;line-height:inherit;padding:0;background:transparent;border:0;text-align:inherit}.slds-button--neutral,.slds-button_neutral{padding-left:1rem;padding-right:1rem;text-align:center;vertical-align:middle;justify-content:center;transition:border .15s linear;border:1px solid #dddbda;background-color:#fff}.slds-button--neutral:focus,.slds-button--neutral:hover,.slds-button_neutral:focus,.slds-button_neutral:hover{background-color:#f4f6f9}.slds-button--neutral:active,.slds-button_neutral:active{background-color:#eef1f6}.slds-button--neutral:disabled,.slds-button--neutral[disabled],.slds-button_neutral:disabled,.slds-button_neutral[disabled]{background-color:#fff;cursor:default}.slds-button--brand,.slds-button_brand{padding-left:1rem;padding-right:1rem;text-align:center;vertical-align:middle;justify-content:center;transition:border .15s linear;background-color:#0070d2;border:1px solid #0070d2;color:#fff}.slds-button--brand:active,.slds-button--brand:link,.slds-button--brand:visited,.slds-button_brand:active,.slds-button_brand:link,.slds-button_brand:visited{color:#fff}.slds-button--brand:focus,.slds-button--brand:hover,.slds-button_brand:focus,.slds-button_brand:hover{background-color:#005fb2;border-color:#005fb2;color:#fff}.slds-button--brand:active,.slds-button_brand:active{background-color:#005fb2;border-color:#005fb2}.slds-button--brand:disabled,.slds-button--brand[disabled],.slds-button_brand:disabled,.slds-button_brand[disabled]{background:#c9c7c5;border-color:#c9c7c5;color:#fff}.slds-button_outline-brand{padding-left:1rem;padding-right:1rem;text-align:center;vertical-align:middle;justify-content:center;transition:border .15s linear;background-color:#fff;border:1px solid #0070d2}.slds-button_outline-brand:focus,.slds-button_outline-brand:hover{background-color:#f4f6f9}.slds-button_outline-brand:active{background-color:#eef1f6}.slds-button_outline-brand:disabled,.slds-button_outline-brand[disabled]{border-color:#dddbda;color:#dddbda;background-color:#fff}.slds-button--inverse,.slds-button_inverse{padding-left:1rem;padding-right:1rem;text-align:center;vertical-align:middle;justify-content:center;transition:border .15s linear;background-color:transparent;border:1px solid #dddbda}.slds-button--inverse:focus,.slds-button--inverse:hover,.slds-button_inverse:focus,.slds-button_inverse:hover{background-color:#f4f6f9}.slds-button--inverse:disabled,.slds-button--inverse[disabled],.slds-button_inverse:disabled,.slds-button_inverse[disabled]{background-color:transparent;border-color:hsla(0,0%,100%,.15)}.slds-button--icon-border-inverse,.slds-button--icon-border-inverse:link,.slds-button--icon-border-inverse:visited,.slds-button--inverse,.slds-button--inverse:link,.slds-button--inverse:visited,.slds-button_icon-border-inverse,.slds-button_icon-border-inverse:link,.slds-button_icon-border-inverse:visited,.slds-button_inverse,.slds-button_inverse:link,.slds-button_inverse:visited{color:#ecebea}.slds-button--icon-border-inverse:active,.slds-button--icon-border-inverse:focus,.slds-button--icon-border-inverse:hover,.slds-button--inverse:active,.slds-button--inverse:focus,.slds-button--inverse:hover,.slds-button_icon-border-inverse:active,.slds-button_icon-border-inverse:focus,.slds-button_icon-border-inverse:hover,.slds-button_inverse:active,.slds-button_inverse:focus,.slds-button_inverse:hover{color:#0070d2}.slds-button--icon-border-inverse:focus,.slds-button--inverse:focus,.slds-button_icon-border-inverse:focus,.slds-button_inverse:focus{outline:none;box-shadow:0 0 3px #ecebea;border:1px solid #ecebea}.slds-button--icon-border-inverse:disabled,.slds-button--icon-border-inverse[disabled],.slds-button--inverse:disabled,.slds-button--inverse[disabled],.slds-button_icon-border-inverse:disabled,.slds-button_icon-border-inverse[disabled],.slds-button_inverse:disabled,.slds-button_inverse[disabled]{color:hsla(0,0%,100%,.5)}.slds-button--destructive,.slds-button_destructive{padding-left:1rem;padding-right:1rem;text-align:center;vertical-align:middle;justify-content:center;transition:border .15s linear;background-color:#c23934;border:1px solid #c23934;color:#fff}.slds-button--destructive:active,.slds-button--destructive:link,.slds-button--destructive:visited,.slds-button_destructive:active,.slds-button_destructive:link,.slds-button_destructive:visited{color:#fff}.slds-button--destructive:focus,.slds-button--destructive:hover,.slds-button_destructive:focus,.slds-button_destructive:hover{background-color:#a61a14;color:#fff}.slds-button--destructive:active,.slds-button_destructive:active{background-color:#870500;border-color:#870500}.slds-button--destructive:disabled,.slds-button--destructive[disabled],.slds-button_destructive:disabled,.slds-button_destructive[disabled]{background:#c9c7c5;border-color:#c9c7c5;color:#fff}.slds-button_text-destructive{padding-left:1rem;padding-right:1rem;text-align:center;vertical-align:middle;justify-content:center;transition:border .15s linear;border:1px solid #dddbda;background-color:#fff;color:#c23934}.slds-button_text-destructive:focus,.slds-button_text-destructive:hover{background-color:#f4f6f9}.slds-button_text-destructive:active{background-color:#eef1f6}.slds-button_text-destructive:focus,.slds-button_text-destructive:hover{color:#a12b2b}.slds-button_text-destructive:disabled,.slds-button_text-destructive[disabled]{color:#dddbda;background-color:#fff}.slds-button--success,.slds-button_success{padding-left:1rem;padding-right:1rem;text-align:center;vertical-align:middle;justify-content:center;transition:border .15s linear;background-color:#4bca81;border:1px solid #4bca81;color:#080707}.slds-button--success:active,.slds-button--success:link,.slds-button--success:visited,.slds-button_success:active,.slds-button_success:link,.slds-button_success:visited{color:#080707}.slds-button--success:focus,.slds-button--success:hover,.slds-button_success:focus,.slds-button_success:hover{background-color:#04844b;border-color:#04844b;color:#fff}.slds-button--success:active,.slds-button_success:active{background-color:#04844b;border-color:#04844b}.slds-button--success:disabled,.slds-button--success[disabled],.slds-button_success:disabled,.slds-button_success[disabled]{background:#c9c7c5;border-color:#c9c7c5;color:#fff}.slds-button__icon{width:.875rem;height:.875rem;fill:currentColor}.slds-button__icon--large,.slds-button__icon_large{width:1.5rem;height:1.5rem}.slds-button__icon--small,.slds-button__icon_small{width:.75rem;height:.75rem}.slds-button__icon--x-small,.slds-button__icon_x-small{width:.5rem;height:.5rem}.slds-button__icon--left,.slds-button__icon_left{margin-right:.5rem}.slds-button__icon--right,.slds-button__icon_right{margin-left:.5rem}.slds-button_full-width{font-size:inherit;color:inherit;line-height:inherit;padding:0;background:transparent;border:0;text-align:inherit;width:100%;display:inline-flex;flex-grow:1;align-items:center;justify-content:space-between}.slds-button_full-width:focus{box-shadow:none}.slds-button_stretch{justify-content:center;width:100%}.slds-button__icon--stateful,.slds-button__icon_stateful{width:.75rem;height:.75rem;fill:currentColor}.slds-button--neutral.slds-is-selected,.slds-button_neutral.slds-is-selected{border-color:transparent;background-color:transparent}.slds-button--neutral.slds-is-selected:focus:not([disabled]),.slds-button--neutral.slds-is-selected:hover:not([disabled]),.slds-button_neutral.slds-is-selected:focus:not([disabled]),.slds-button_neutral.slds-is-selected:hover:not([disabled]){border-color:#dddbda;background-color:#f4f6f9}.slds-button--neutral.slds-is-selected:active:not([disabled]),.slds-button_neutral.slds-is-selected:active:not([disabled]){background-color:#eef1f6}.slds-button--inverse.slds-is-selected,.slds-button_inverse.slds-is-selected{border-color:transparent}.slds-button_stateful .slds-text-not-selected,.slds-button_stateful .slds-text-selected,.slds-button_stateful .slds-text-selected-focus{align-items:center}.slds-not-selected .slds-text-selected,.slds-not-selected .slds-text-selected-focus{display:none}.slds-is-selected-clicked .slds-text-selected,.slds-is-selected[disabled] .slds-text-selected,.slds-is-selected[disabled]:focus .slds-text-selected,.slds-is-selected[disabled]:hover .slds-text-selected,.slds-not-selected .slds-text-not-selected{display:inline-flex}.slds-is-selected-clicked .slds-text-not-selected,.slds-is-selected-clicked .slds-text-selected-focus,.slds-is-selected .slds-text-not-selected,.slds-is-selected[disabled] .slds-text-not-selected,.slds-is-selected[disabled] .slds-text-selected-focus,.slds-is-selected[disabled]:focus .slds-text-not-selected,.slds-is-selected[disabled]:focus .slds-text-selected-focus,.slds-is-selected[disabled]:hover .slds-text-not-selected,.slds-is-selected[disabled]:hover .slds-text-selected-focus{display:none}.slds-is-selected .slds-text-selected{display:inline-flex}.slds-is-selected .slds-text-selected-focus,.slds-is-selected:focus .slds-text-not-selected,.slds-is-selected:focus .slds-text-selected,.slds-is-selected:hover .slds-text-not-selected,.slds-is-selected:hover .slds-text-selected{display:none}.slds-is-selected:focus .slds-text-selected-focus,.slds-is-selected:hover .slds-text-selected-focus{display:inline-flex}.slds-button_dual-stateful .slds-text-not-pressed{display:block}.slds-button_dual-stateful .slds-text-pressed{display:none}.slds-button_dual-stateful.slds-is-pressed{padding-left:1rem;padding-right:1rem;text-align:center;vertical-align:middle;justify-content:center;transition:border .15s linear;background-color:#0070d2;border:1px solid #0070d2;color:#fff}.slds-button_dual-stateful.slds-is-pressed:active,.slds-button_dual-stateful.slds-is-pressed:link,.slds-button_dual-stateful.slds-is-pressed:visited{color:#fff}.slds-button_dual-stateful.slds-is-pressed:focus,.slds-button_dual-stateful.slds-is-pressed:hover{background-color:#005fb2;border-color:#005fb2;color:#fff}.slds-button_dual-stateful.slds-is-pressed:active{background-color:#005fb2;border-color:#005fb2}.slds-button_dual-stateful.slds-is-pressed:disabled,.slds-button_dual-stateful.slds-is-pressed[disabled]{background:#c9c7c5;border-color:#c9c7c5;color:#fff}.slds-button_dual-stateful.slds-is-pressed .slds-text-not-pressed{display:none}.slds-button_dual-stateful.slds-is-pressed .slds-text-pressed{display:block}.slds-button--icon-bare,.slds-button_icon-bare{line-height:1;vertical-align:middle;color:#706e6b}.slds-button--icon,.slds-button--icon-border,.slds-button--icon-border-filled,.slds-button--icon-border-inverse,.slds-button--icon-container,.slds-button--icon-error,.slds-button--icon-inverse,.slds-button--icon-more,.slds-button_icon,.slds-button_icon-border,.slds-button_icon-border-filled,.slds-button_icon-border-inverse,.slds-button_icon-container,.slds-button_icon-error,.slds-button_icon-inverse,.slds-button_icon-more{line-height:1;vertical-align:middle;justify-content:center;color:#706e6b;flex-shrink:0}.slds-button--icon-border,.slds-button--icon-border-filled,.slds-button--icon-border-inverse,.slds-button--icon-container,.slds-button--icon-container-more,.slds-button--icon-more,.slds-button_icon-border,.slds-button_icon-border-filled,.slds-button_icon-border-inverse,.slds-button_icon-brand,.slds-button_icon-container,.slds-button_icon-container-more,.slds-button_icon-more{width:2rem;height:2rem}.slds-button--icon-border,.slds-button--icon-border-filled,.slds-button_icon-border,.slds-button_icon-border-filled{line-height:1;vertical-align:middle;color:#706e6b;transition:border .15s linear;border:1px solid #dddbda}.slds-button--icon-border-filled:disabled,.slds-button--icon-border-filled[disabled],.slds-button--icon-border:disabled,.slds-button--icon-border[disabled],.slds-button_icon-border-filled:disabled,.slds-button_icon-border-filled[disabled],.slds-button_icon-border:disabled,.slds-button_icon-border[disabled]{color:#dddbda}.slds-button--icon-border-inverse,.slds-button_icon-border-inverse{background-color:transparent;border-color:#dddbda}.slds-button--icon-border-inverse:disabled,.slds-button--icon-border-inverse[disabled],.slds-button_icon-border-inverse:disabled,.slds-button_icon-border-inverse[disabled]{background-color:transparent;border-color:hsla(0,0%,100%,.15)}.slds-button_icon-brand{background-color:#0070d2;border-color:#0070d2;color:#fff}.slds-button_icon-brand:active,.slds-button_icon-brand:link,.slds-button_icon-brand:visited{color:#fff}.slds-button_icon-brand:focus,.slds-button_icon-brand:hover{background-color:#005fb2;border-color:#005fb2;color:#fff}.slds-button_icon-brand:active{background-color:#005fb2;border-color:#005fb2}.slds-button_icon-brand:disabled,.slds-button_icon-brand[disabled]{background:#c9c7c5;border-color:#c9c7c5;color:#fff}.slds-button--icon-border-filled,.slds-button_icon-border-filled{background-color:#fff}.slds-button--icon-border-filled:disabled,.slds-button--icon-border-filled[disabled],.slds-button_icon-border-filled:disabled,.slds-button_icon-border-filled[disabled]{border-color:#dddbda;background-color:#fff}.slds-button--icon-border-inverse,.slds-button--icon-inverse,.slds-button_icon-border-inverse,.slds-button_icon-inverse{color:#fff}.slds-button--icon-border-inverse:focus,.slds-button--icon-border-inverse:hover,.slds-button--icon-inverse:focus,.slds-button--icon-inverse:hover,.slds-button_icon-border-inverse:focus,.slds-button_icon-border-inverse:hover,.slds-button_icon-inverse:focus,.slds-button_icon-inverse:hover{color:hsla(0,0%,100%,.75)}.slds-button--icon-border-inverse:focus,.slds-button--icon-inverse:focus,.slds-button_icon-border-inverse:focus,.slds-button_icon-inverse:focus{outline:none;box-shadow:0 0 3px #ecebea;border:1px solid #ecebea}.slds-button--icon-border-inverse:active,.slds-button--icon-inverse:active,.slds-button_icon-border-inverse:active,.slds-button_icon-inverse:active{color:hsla(0,0%,100%,.5)}.slds-button--icon-border-inverse:disabled,.slds-button--icon-border-inverse[disabled],.slds-button--icon-inverse:disabled,.slds-button--icon-inverse[disabled],.slds-button_icon-border-inverse:disabled,.slds-button_icon-border-inverse[disabled],.slds-button_icon-inverse:disabled,.slds-button_icon-inverse[disabled]{color:hsla(0,0%,100%,.15)}.slds-button--icon-error,.slds-button--icon-error:active,.slds-button--icon-error:focus,.slds-button--icon-error:hover,.slds-button_icon-error,.slds-button_icon-error:active,.slds-button_icon-error:focus,.slds-button_icon-error:hover{color:#c23934}.slds-button_icon-current-color{color:currentColor}.slds-button--icon-small,.slds-button_icon-small{width:1.5rem;height:1.5rem}.slds-button--icon-x-small,.slds-button_icon-x-small{width:1.25rem;height:1.25rem;line-height:1}.slds-button--icon-x-small .slds-button__icon,.slds-button_icon-x-small .slds-button__icon{width:.75rem;height:.75rem}.slds-button--icon-xx-small,.slds-button_icon-xx-small{width:1rem;height:1rem;line-height:1}.slds-button--icon-xx-small .slds-button__icon,.slds-button_icon-xx-small .slds-button__icon{width:.5rem;height:.5rem}.slds-button--icon-more,.slds-button_icon-more{width:auto;line-height:1.875rem;padding:0 .5rem;background-color:#fff;border-color:#dddbda;color:#706e6b}.slds-button--icon-more:focus .slds-button__icon,.slds-button--icon-more:hover .slds-button__icon,.slds-button_icon-more:focus .slds-button__icon,.slds-button_icon-more:hover .slds-button__icon{fill:#0070d2}.slds-button--icon-more:active .slds-button__icon,.slds-button_icon-more:active .slds-button__icon{fill:#005fb2}.slds-button--icon-more:disabled,.slds-button--icon-more[disabled],.slds-button_icon-more:disabled,.slds-button_icon-more[disabled]{cursor:default}.slds-button--icon-more:disabled .slds-button__icon,.slds-button--icon-more[disabled] .slds-button__icon,.slds-button_icon-more:disabled .slds-button__icon,.slds-button_icon-more[disabled] .slds-button__icon{fill:#dddbda}.slds-button--icon-container-more,.slds-button_icon-container-more{width:auto;line-height:1.875rem;padding:0 .5rem;vertical-align:middle}.slds-button__icon--hint,.slds-button__icon_hint{fill:#b0adab}.slds-button__icon--inverse-hint,.slds-button__icon_inverse-hint{fill:hsla(0,0%,100%,.5)}.slds-hint-parent .slds-button--icon-border-inverse,.slds-hint-parent .slds-button_icon-border-inverse{border-color:hsla(0,0%,100%,.5)}.slds-hint-parent .slds-button--icon-border-inverse:focus,.slds-hint-parent .slds-button_icon-border-inverse:focus,.slds-hint-parent:focus .slds-button--icon-border-inverse,.slds-hint-parent:focus .slds-button_icon-border-inverse,.slds-hint-parent:hover .slds-button--icon-border-inverse,.slds-hint-parent:hover .slds-button_icon-border-inverse{border-color:hsla(0,0%,100%,.75)}.slds-hint-parent:focus .slds-button__icon--hint,.slds-hint-parent:focus .slds-button__icon_hint,.slds-hint-parent:hover .slds-button__icon--hint,.slds-hint-parent:hover .slds-button__icon_hint{fill:#706e6b}.slds-hint-parent:focus .slds-button__icon--inverse-hint,.slds-hint-parent:focus .slds-button__icon_inverse-hint,.slds-hint-parent:hover .slds-button__icon--inverse-hint,.slds-hint-parent:hover .slds-button__icon_inverse-hint{fill:hsla(0,0%,100%,.75)}.slds-hint-parent:focus .slds-button:disabled .slds-button__icon--hint,.slds-hint-parent:focus .slds-button:disabled .slds-button__icon_hint,.slds-hint-parent:hover .slds-button:disabled .slds-button__icon--hint,.slds-hint-parent:hover .slds-button:disabled .slds-button__icon_hint{fill:currentColor}.slds-button--icon-border.slds-is-selected,.slds-button--icon-container.slds-is-selected,.slds-button_icon-border-filled.slds-is-selected,.slds-button_icon-border-inverse.slds-is-selected,.slds-button_icon-border.slds-is-selected,.slds-button_icon-container.slds-is-selected{background-color:#0070d2;border-color:#0070d2;color:#fff}.slds-button--icon-border.slds-is-selected:active,.slds-button--icon-border.slds-is-selected:link,.slds-button--icon-border.slds-is-selected:visited,.slds-button--icon-container.slds-is-selected:active,.slds-button--icon-container.slds-is-selected:link,.slds-button--icon-container.slds-is-selected:visited,.slds-button_icon-border-filled.slds-is-selected:active,.slds-button_icon-border-filled.slds-is-selected:link,.slds-button_icon-border-filled.slds-is-selected:visited,.slds-button_icon-border-inverse.slds-is-selected:active,.slds-button_icon-border-inverse.slds-is-selected:link,.slds-button_icon-border-inverse.slds-is-selected:visited,.slds-button_icon-border.slds-is-selected:active,.slds-button_icon-border.slds-is-selected:link,.slds-button_icon-border.slds-is-selected:visited,.slds-button_icon-container.slds-is-selected:active,.slds-button_icon-container.slds-is-selected:link,.slds-button_icon-container.slds-is-selected:visited{color:#fff}.slds-button--icon-border.slds-is-selected:focus,.slds-button--icon-border.slds-is-selected:hover,.slds-button--icon-container.slds-is-selected:focus,.slds-button--icon-container.slds-is-selected:hover,.slds-button_icon-border-filled.slds-is-selected:focus,.slds-button_icon-border-filled.slds-is-selected:hover,.slds-button_icon-border-inverse.slds-is-selected:focus,.slds-button_icon-border-inverse.slds-is-selected:hover,.slds-button_icon-border.slds-is-selected:focus,.slds-button_icon-border.slds-is-selected:hover,.slds-button_icon-container.slds-is-selected:focus,.slds-button_icon-container.slds-is-selected:hover{background-color:#005fb2;border-color:#005fb2;color:#fff}.slds-button--icon-border.slds-is-selected:active,.slds-button--icon-container.slds-is-selected:active,.slds-button_icon-border-filled.slds-is-selected:active,.slds-button_icon-border-inverse.slds-is-selected:active,.slds-button_icon-border.slds-is-selected:active,.slds-button_icon-container.slds-is-selected:active{background-color:#005fb2;border-color:#005fb2}.slds-button--icon-border.slds-is-selected .slds-button__icon,.slds-button--icon-border.slds-is-selected:focus .slds-button__icon,.slds-button--icon-border.slds-is-selected:hover .slds-button__icon,.slds-button--icon-container.slds-is-selected .slds-button__icon,.slds-button--icon-container.slds-is-selected:focus .slds-button__icon,.slds-button--icon-container.slds-is-selected:hover .slds-button__icon,.slds-button_icon-border-filled.slds-is-selected .slds-button__icon,.slds-button_icon-border-filled.slds-is-selected:focus .slds-button__icon,.slds-button_icon-border-filled.slds-is-selected:hover .slds-button__icon,.slds-button_icon-border-inverse.slds-is-selected .slds-button__icon,.slds-button_icon-border-inverse.slds-is-selected:focus .slds-button__icon,.slds-button_icon-border-inverse.slds-is-selected:hover .slds-button__icon,.slds-button_icon-border.slds-is-selected .slds-button__icon,.slds-button_icon-border.slds-is-selected:focus .slds-button__icon,.slds-button_icon-border.slds-is-selected:hover .slds-button__icon,.slds-button_icon-container.slds-is-selected .slds-button__icon,.slds-button_icon-container.slds-is-selected:focus .slds-button__icon,.slds-button_icon-container.slds-is-selected:hover .slds-button__icon{fill:#fff}.slds-button--icon-border.slds-is-selected:disabled,.slds-button--icon-border.slds-is-selected[disabled],.slds-button--icon-container.slds-is-selected:disabled,.slds-button--icon-container.slds-is-selected[disabled],.slds-button_icon-border-filled.slds-is-selected:disabled,.slds-button_icon-border-filled.slds-is-selected[disabled],.slds-button_icon-border-inverse.slds-is-selected:disabled,.slds-button_icon-border-inverse.slds-is-selected[disabled],.slds-button_icon-border.slds-is-selected:disabled,.slds-button_icon-border.slds-is-selected[disabled],.slds-button_icon-container.slds-is-selected:disabled,.slds-button_icon-container.slds-is-selected[disabled]{background:#c9c7c5;border-color:#c9c7c5;color:#fff}.slds-color-picker{position:relative}.slds-color-picker .slds-form-error{padding-top:.5rem;color:#c23934;font-size:.75rem}.slds-color-picker__summary-label{display:block}.slds-color-picker__summary-button{vertical-align:top;padding:.3rem .5rem;line-height:1;background:#fff;margin-right:.25rem}.slds-color-picker__summary-input{display:inline-block}.slds-color-picker__summary-input .slds-input{width:6rem}.slds-color-picker__selector{margin-top:.5rem}.slds-color-picker__selector.slds-popover{width:14rem}.slds-color-picker__selector .slds-popover__footer{background:#f3f2f2}.slds-color-picker__selector .slds-tabs_default__content{padding:.5rem 0 .25rem}.slds-color-picker__swatches{font-size:0}.slds-color-picker__swatches.slds-swatch{cursor:pointer}.slds-color-picker__swatch{display:inline-block;margin:.25rem}.slds-color-picker__swatch-trigger{display:inline-block}.slds-color-picker__swatch-trigger:active,.slds-color-picker__swatch-trigger:focus{outline:none;box-shadow:0 0 3px #0070d2;border-radius:.25rem}.slds-color-picker__custom{padding:.25rem 0}.slds-color-picker__custom-range{position:relative;margin-bottom:.25rem;height:5rem;border:1px solid #dddbda;border-radius:.25rem;overflow:hidden}.slds-color-picker__custom-range:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000,rgba(0,0,0,.9) 1%,transparent 99%),linear-gradient(90deg,#fff 1%,hsla(0,0%,100%,0))}.slds-color-picker__range-indicator{transform:translate3d(-.375rem,.375rem,0);cursor:pointer;position:absolute;height:.75rem;width:.75rem;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px 4px rgba(0,0,0,.16),inset 0 2px 4px 4px rgba(0,0,0,.16)}.slds-color-picker__range-indicator:focus{outline:none;box-shadow:0 0 3px #0070d2}.slds-color-picker__hue-and-preview{display:flex}.slds-color-picker__hue-and-preview .slds-swatch{margin-left:.25rem;height:1.5rem;width:1.5rem;border:1px solid #dddbda;border-radius:.25rem}.slds-color-picker__hue-slider{-moz-appearance:none;-webkit-appearance:none;appearance:none;flex:1;padding:0;height:1.5rem;width:100%;border:1px solid #dddbda;border-radius:.25rem;background:linear-gradient(90deg,red,#ff1500,#ff2b00,#ff4000,#f50,#ff6a00,#ff8000,#ff9500,#fa0,#ffbf00,#ffd500,#ffea00,#ff0,#eaff00,#d5ff00,#bfff00,#af0,#95ff00,#80ff00,#6aff00,#5f0,#40ff00,#2bff00,#15ff00,#0f0,#00ff15,#00ff2b,#00ff40,#0f5,#00ff6a,#00ff80,#00ff95,#0fa,#00ffbf,#00ffd5,#00ffea,#0ff,#00eaff,#00d5ff,#00bfff,#0af,#0095ff,#0080ff,#006aff,#05f,#0040ff,#002bff,#0015ff,#00f,#1500ff,#2b00ff,#4000ff,#50f,#6a00ff,#8000ff,#9500ff,#a0f,#bf00ff,#d500ff,#ea00ff,#f0f,#ff00ea,#ff00d5,#ff00bf,#f0a,#ff0095,#ff0080,#ff006a,#f05,#ff0040,#ff002b,#ff0015)}.slds-color-picker__hue-slider::-webkit-slider-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;cursor:pointer;height:calc(1.5rem - 2px);width:.375rem;border:1px solid #514f4d;border-radius:.125rem;background:#f3f2f2}.slds-color-picker__hue-slider::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;cursor:pointer;height:calc(1.5rem - 2px);width:.375rem;border:1px solid #514f4d;border-radius:.125rem;background:#f3f2f2}.slds-color-picker__hue-slider::-ms-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;cursor:pointer;height:calc(1.5rem - 2px);width:.375rem;border:1px solid #514f4d;border-radius:.125rem;background:#f3f2f2;height:1.5rem}.slds-color-picker__hue-slider:focus{outline:none}.slds-color-picker__hue-slider:focus::-webkit-slider-thumb{border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-color-picker__hue-slider:focus::-moz-range-thumb{border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-color-picker__hue-slider:focus::-ms-thumb{border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-color-picker__hue-slider::-moz-range-track{height:0}.slds-color-picker__hue-slider::-ms-track{height:0;border:0;background:transparent;color:transparent}.slds-color-picker__custom-inputs{display:flex;padding-top:.5rem}.slds-color-picker__custom-inputs .slds-form-element{flex:flex-grow}.slds-color-picker__custom-inputs .slds-form-element:not(:first-child){margin-left:.25rem}.slds-color-picker__custom-inputs input{padding:0 .25rem}.slds-color-picker__custom-inputs abbr{cursor:text;text-decoration:none}.slds-color-picker__input-custom-hex{flex:none;width:4.2rem}.slds-color-picker__input-custom-hex input{font-size:.75rem}.slds-color-picker__selector-footer{display:flex}.slds-color-picker__selector-footer .slds-button{flex:1}.slds-swatch{display:inline-block;vertical-align:middle;height:1.25rem;width:1.25rem;border-radius:.125rem;box-shadow:inset 0 0 1px rgba(0,0,0,.4)}.slds-color-picker.slds-color-picker_swatches-only{width:13.3rem;padding:.5rem}.slds-color-picker.slds-color-picker_swatches-only .slds-color-picker__selector{margin:0}.slds-icon__container,.slds-icon_container{display:inline-block;border-radius:.25rem;line-height:1}.slds-icon__container--circle,.slds-icon__container_circle,.slds-icon_container--circle,.slds-icon_container_circle{padding:.5rem;border-radius:50%}[dir=rtl] .slds-icon_flip{transform:scaleX(-1)}[class*=slds-icon-action-]{padding:.5rem;border-radius:50%}.slds-icon-action-new-custom18{background-color:#4dca76}.slds-icon-action-new-custom29{background-color:#bdd25f}.slds-icon-action-edit-groups{background-color:#34becd}.slds-icon-action-new-custom9{background-color:#6b9ee2}.slds-icon-action-log-a-call{background-color:#48c3cc}.slds-icon-action-new-custom19{background-color:#3abeb1}.slds-icon-action-filter{background-color:#fd90b5}.slds-icon-action-user-activation{background-color:#54698d}.slds-icon-action-opportunity-competitor{background-color:#fcb95b}.slds-icon-action-canvas{background-color:#8199af}.slds-icon-action-change-record-type{background-color:#54698d}.slds-icon-action-new-notebook{background-color:#e6d478}.slds-icon-action-docusign{background-color:#5080db}.slds-icon-action-share-link{background-color:#7a9ae6}.slds-icon-action-add-file{background-color:#7e8be4}.slds-icon-action-edit-relationship{background-color:#1dccbf}.slds-icon-action-notebook{background-color:#e6d478}.slds-icon-action-new-lead{background-color:#f88962}.slds-icon-action-new-custom-object{background-color:#a7d44d}.slds-icon-action-new-account{background-color:#7f8de1}.slds-icon-action-question-post-action{background-color:#32af5c}.slds-icon-action-share-file{background-color:#baac93}.slds-icon-action-default-custom-object{background-color:#8199af}.slds-icon-action-opportunity-team-member{background-color:#fcb95b}.slds-icon-action-add-photo-video{background-color:#00cdc0}.slds-icon-action-sort{background-color:#fab9a5}.slds-icon-action-call{background-color:#1fcaa0}.slds-icon-action-concur{background-color:#4cc3c7}.slds-icon-action-reject{background-color:#00c6b7}.slds-icon-action-share-poll{background-color:#699be1}.slds-icon-action-following{background-color:#7dcf64}.slds-icon-action-defer{background-color:#ef7ead}.slds-icon-action-opportunity-line-item{background-color:#fcb95b}.slds-icon-action-social-post{background-color:#ea74a2}.slds-icon-action-share-post{background-color:#65cae4}.slds-icon-action-view-relationship{background-color:#3c97dd}.slds-icon-action-upload{background-color:#54698d}.slds-icon-action-remove-relationship{background-color:#ef6e64}.slds-icon-action-freeze-user{background-color:#54698d}.slds-icon-action-new-person-account{background-color:#7f8de1}.slds-icon-action-bug{background-color:#ef6e5d}.slds-icon-action-apex{background-color:#696e71}.slds-icon-action-new-opportunity{background-color:#fcb95b}.slds-icon-action-fallback{background-color:#9895ee}.slds-icon-action-dial-in{background-color:#8b9ae3}.slds-icon-action-approval{background-color:#00c6b7}.slds-icon-action-change-owner{background-color:#54698d}.slds-icon-action-new-task{background-color:#4bc076}.slds-icon-action-priority{background-color:#fbb439}.slds-icon-action-remove{background-color:#54698d}.slds-icon-action-web-link{background-color:#56aadf}.slds-icon-action-leave-group{background-color:#f39e58}.slds-icon-action-manage-perm-sets{background-color:#54698d}.slds-icon-action-close{background-color:#ef6e64}.slds-icon-action-google-news{background-color:#f5675b}.slds-icon-action-announcement{background-color:#fe8f60}.slds-icon-action-back{background-color:#0dc2d9}.slds-icon-action-new-custom90{background-color:#22a48a}.slds-icon-action-download{background-color:#54698d}.slds-icon-action-new-custom80{background-color:#659ad5}.slds-icon-action-new-custom91{background-color:#bf7b66}.slds-icon-action-search{background-color:#48adeb}.slds-icon-action-new-event{background-color:#eb7092}.slds-icon-action-new-custom70{background-color:#e769b4}.slds-icon-action-new-custom81{background-color:#da627f}.slds-icon-action-new-custom92{background-color:#517e82}.slds-icon-action-refresh{background-color:#54698d}.slds-icon-action-share-thanks{background-color:#e9696e}.slds-icon-action-update{background-color:#81b4d6}.slds-icon-action-email{background-color:#95aec5}.slds-icon-action-join-group{background-color:#779ef2}.slds-icon-action-new-custom60{background-color:#bf5a88}.slds-icon-action-new-custom71{background-color:#e36ee3}.slds-icon-action-new-custom82{background-color:#d15b97}.slds-icon-action-new-custom93{background-color:#904d4c}.slds-icon-action-edit{background-color:#1dccbf}.slds-icon-action-quote{background-color:#88c651}.slds-icon-action-dropbox{background-color:#52aef9}.slds-icon-action-description{background-color:#7dc37d}.slds-icon-action-map{background-color:#76c6ee}.slds-icon-action-user{background-color:#65cae4}.slds-icon-action-reset-password{background-color:#54698d}.slds-icon-action-new-custom50{background-color:#49bcd3}.slds-icon-action-new-custom61{background-color:#f57376}.slds-icon-action-new-custom72{background-color:#8d9bfb}.slds-icon-action-new-custom83{background-color:#e7806f}.slds-icon-action-new-custom94{background-color:#439cba}.slds-icon-action-clone{background-color:#6ca1e9}.slds-icon-action-script{background-color:#0070d2}.slds-icon-action-delete{background-color:#e6717c}.slds-icon-action-new-custom40{background-color:#83c75e}.slds-icon-action-new-custom51{background-color:#d8c760}.slds-icon-action-new-custom62{background-color:#6b92dc}.slds-icon-action-new-custom73{background-color:#679ef0}.slds-icon-action-new-custom84{background-color:#f6707b}.slds-icon-action-new-custom95{background-color:#8bcf6a}.slds-icon-action-share{background-color:#54698d}.slds-icon-action-new-custom30{background-color:#f59f71}.slds-icon-action-new-custom41{background-color:#43b5b5}.slds-icon-action-new-custom52{background-color:#ee8e6f}.slds-icon-action-new-custom63{background-color:#7ccf60}.slds-icon-action-new-custom74{background-color:#41c8a0}.slds-icon-action-new-custom85{background-color:#f26891}.slds-icon-action-new-custom96{background-color:#6d9de3}.slds-icon-action-log-event{background-color:#6ca1e9}.slds-icon-action-new-group{background-color:#83b6ff}.slds-icon-action-new-custom20{background-color:#48c7c8}.slds-icon-action-new-custom31{background-color:#eb687f}.slds-icon-action-new-custom42{background-color:#cfd05b}.slds-icon-action-info{background-color:#54698d}.slds-icon-action-new-custom53{background-color:#f36e83}.slds-icon-action-new-custom64{background-color:#618fd8}.slds-icon-action-new-custom75{background-color:#cd9f65}.slds-icon-action-new-custom86{background-color:#e260ab}.slds-icon-action-flow{background-color:#0079bc}.slds-icon-action-new-custom97{background-color:#dd6085}.slds-icon-action-submit-for-approval{background-color:#50cc7a}.slds-icon-action-new{background-color:#33bce7}.slds-icon-action-new-campaign{background-color:#f49756}.slds-icon-action-new-custom10{background-color:#6488e3}.slds-icon-action-new-custom21{background-color:#8a7aed}.slds-icon-action-new-custom32{background-color:#38c393}.slds-icon-action-new-custom43{background-color:#7f93f9}.slds-icon-action-new-custom54{background-color:#ea70b1}.slds-icon-action-new-custom65{background-color:#f279ab}.slds-icon-action-new-custom76{background-color:#db6d7a}.slds-icon-action-new-custom87{background-color:#d876e5}.slds-icon-action-new-custom98{background-color:#e1be5c}.slds-icon-action-new-case{background-color:#f2cf5b}.slds-icon-action-new-custom100{background-color:#e15d76}.slds-icon-action-new-custom1{background-color:#ff7b84}.slds-icon-action-new-contact{background-color:#a094ed}.slds-icon-action-office-365{background-color:#ff8041}.slds-icon-action-new-custom11{background-color:#8784ea}.slds-icon-action-new-custom22{background-color:#8b85f9}.slds-icon-action-new-custom33{background-color:#97cf5d}.slds-icon-action-new-custom44{background-color:#c8ca58}.slds-icon-action-new-custom55{background-color:#d66ee0}.slds-icon-action-new-custom66{background-color:#d8be5f}.slds-icon-action-new-custom77{background-color:#b55d5b}.slds-icon-action-new-custom88{background-color:#996fe6}.slds-icon-action-new-custom99{background-color:#f0856e}.slds-icon-action-add-contact{background-color:#a094ed}.slds-icon-action-evernote{background-color:#86c86f}.slds-icon-action-new-custom2{background-color:#cfd05c}.slds-icon-action-lead-convert{background-color:#f88962}.slds-icon-action-new-custom12{background-color:#dc71d1}.slds-icon-action-new-custom23{background-color:#b070e6}.slds-icon-action-new-custom34{background-color:#d58a6a}.slds-icon-action-new-custom45{background-color:#d95879}.slds-icon-action-new-custom56{background-color:#718deb}.slds-icon-action-new-custom67{background-color:#f87d76}.slds-icon-action-recall{background-color:#4a698d}.slds-icon-action-new-custom78{background-color:#5a95dd}.slds-icon-action-new-custom89{background-color:#3e99be}.slds-icon-action-follow{background-color:#31b9f8}.slds-icon-action-record{background-color:#7dc37d}.slds-icon-action-new-custom3{background-color:#ecb46c}.slds-icon-action-new-note{background-color:#e6d478}.slds-icon-action-new-custom13{background-color:#df6184}.slds-icon-action-new-custom24{background-color:#e56798}.slds-icon-action-new-custom35{background-color:#e9637e}.slds-icon-action-new-custom46{background-color:#67a5e7}.slds-icon-action-new-custom57{background-color:#5a9cdd}.slds-icon-action-new-custom68{background-color:#f26979}.slds-icon-action-new-custom79{background-color:#8ed363}.slds-icon-action-new-child-case{background-color:#fa975c}.slds-icon-action-new-custom4{background-color:#e1d951}.slds-icon-action-new-custom14{background-color:#3cc2b3}.slds-icon-action-new-custom25{background-color:#e46fbe}.slds-icon-action-new-custom36{background-color:#d472d4}.slds-icon-action-new-custom47{background-color:#5fcc64}.slds-icon-action-new-custom58{background-color:#34b59d}.slds-icon-action-new-custom69{background-color:#ed6387}.slds-icon-action-new-custom5{background-color:#9fdb66}.slds-icon-action-goal{background-color:#56aadf}.slds-icon-action-new-custom15{background-color:#f77e75}.slds-icon-action-new-custom26{background-color:#7698f0}.slds-icon-action-new-custom37{background-color:#8c89f2}.slds-icon-action-new-custom48{background-color:#ef697f}.slds-icon-action-new-custom59{background-color:#e3d067}.slds-icon-action-new-custom6{background-color:#54c473}.slds-icon-action-log-this-event{background-color:#eb7092}.slds-icon-action-new-custom16{background-color:#e9af67}.slds-icon-action-new-custom27{background-color:#5ab0d2}.slds-icon-action-new-custom38{background-color:#53b6d7}.slds-icon-action-new-custom49{background-color:#e25c80}.slds-icon-action-new-custom7{background-color:#6a89e5}.slds-icon-action-add-relationship,.slds-icon-action-more{background-color:#62b7ed}.slds-icon-action-new-custom17{background-color:#acd360}.slds-icon-action-new-custom28{background-color:#89c059}.slds-icon-action-new-custom39{background-color:#4fbe75}.slds-icon-action-check,.slds-icon-action-password-unlock{background-color:#54698d}.slds-icon-action-update-status{background-color:#1ec7be}.slds-icon-action-preview{background-color:#7f8de1}.slds-icon-action-new-custom8{background-color:#50ceb9}.slds-icon-custom-110,.slds-icon-custom-custom110{background-color:#f28b00;color:#fff}.slds-icon-custom-100,.slds-icon-custom-custom100{background-color:#e15d76;color:#fff}.slds-icon-custom-111,.slds-icon-custom-custom111{background-color:#f28b00;color:#fff}.slds-icon-custom-1,.slds-icon-custom-custom1{background-color:#ff7b84;color:#fff}.slds-icon-custom-101,.slds-icon-custom-112,.slds-icon-custom-custom101,.slds-icon-custom-custom112{background-color:#f28b00;color:#fff}.slds-icon-custom-2,.slds-icon-custom-custom2{background-color:#cfd05c;color:#fff}.slds-icon-custom-102,.slds-icon-custom-113,.slds-icon-custom-custom102,.slds-icon-custom-custom113{background-color:#f28b00;color:#fff}.slds-icon-custom-90,.slds-icon-custom-custom90{background-color:#22a48a;color:#fff}.slds-icon-custom-3,.slds-icon-custom-custom3{background-color:#ecb46c;color:#fff}.slds-icon-custom-103,.slds-icon-custom-custom103{background-color:#f28b00;color:#fff}.slds-icon-custom-80,.slds-icon-custom-custom80{background-color:#659ad5;color:#fff}.slds-icon-custom-91,.slds-icon-custom-custom91{background-color:#bf7b66;color:#fff}.slds-icon-custom-4,.slds-icon-custom-custom4{background-color:#e1d951;color:#fff}.slds-icon-custom-104,.slds-icon-custom-custom104{background-color:#f28b00;color:#fff}.slds-icon-custom-70,.slds-icon-custom-custom70{background-color:#e769b4;color:#fff}.slds-icon-custom-81,.slds-icon-custom-custom81{background-color:#da627f;color:#fff}.slds-icon-custom-92,.slds-icon-custom-custom92{background-color:#517e82;color:#fff}.slds-icon-custom-5,.slds-icon-custom-custom5{background-color:#9fdb66;color:#fff}.slds-icon-custom-105,.slds-icon-custom-custom105{background-color:#f28b00;color:#fff}.slds-icon-custom-60,.slds-icon-custom-custom60{background-color:#bf5a88;color:#fff}.slds-icon-custom-71,.slds-icon-custom-custom71{background-color:#e36ee3;color:#fff}.slds-icon-custom-82,.slds-icon-custom-custom82{background-color:#d15b97;color:#fff}.slds-icon-custom-93,.slds-icon-custom-custom93{background-color:#904d4c;color:#fff}.slds-icon-custom-6,.slds-icon-custom-custom6{background-color:#54c473;color:#fff}.slds-icon-custom-106,.slds-icon-custom-custom106{background-color:#f28b00;color:#fff}.slds-icon-custom-50,.slds-icon-custom-custom50{background-color:#49bcd3;color:#fff}.slds-icon-custom-61,.slds-icon-custom-custom61{background-color:#f57376;color:#fff}.slds-icon-custom-72,.slds-icon-custom-custom72{background-color:#8d9bfb;color:#fff}.slds-icon-custom-83,.slds-icon-custom-custom83{background-color:#e7806f;color:#fff}.slds-icon-custom-94,.slds-icon-custom-custom94{background-color:#439cba;color:#fff}.slds-icon-custom-7,.slds-icon-custom-custom7{background-color:#6a89e5;color:#fff}.slds-icon-custom-107,.slds-icon-custom-custom107{background-color:#f28b00;color:#fff}.slds-icon-custom-40,.slds-icon-custom-custom40{background-color:#83c75e;color:#fff}.slds-icon-custom-51,.slds-icon-custom-custom51{background-color:#d8c760;color:#fff}.slds-icon-custom-62,.slds-icon-custom-custom62{background-color:#6b92dc;color:#fff}.slds-icon-custom-73,.slds-icon-custom-custom73{background-color:#679ef0;color:#fff}.slds-icon-custom-84,.slds-icon-custom-custom84{background-color:#f6707b;color:#fff}.slds-icon-custom-95,.slds-icon-custom-custom95{background-color:#8bcf6a;color:#fff}.slds-icon-custom-8,.slds-icon-custom-custom8{background-color:#50ceb9;color:#fff}.slds-icon-custom-108,.slds-icon-custom-custom108{background-color:#f28b00;color:#fff}.slds-icon-custom-30,.slds-icon-custom-custom30{background-color:#f59f71;color:#fff}.slds-icon-custom-41,.slds-icon-custom-custom41{background-color:#43b5b5;color:#fff}.slds-icon-custom-52,.slds-icon-custom-custom52{background-color:#ee8e6f;color:#fff}.slds-icon-custom-63,.slds-icon-custom-custom63{background-color:#7ccf60;color:#fff}.slds-icon-custom-74,.slds-icon-custom-custom74{background-color:#41c8a0;color:#fff}.slds-icon-custom-85,.slds-icon-custom-custom85{background-color:#f26891;color:#fff}.slds-icon-custom-96,.slds-icon-custom-custom96{background-color:#6d9de3;color:#fff}.slds-icon-custom-9,.slds-icon-custom-custom9{background-color:#6b9ee2;color:#fff}.slds-icon-custom-109,.slds-icon-custom-custom109{background-color:#f28b00;color:#fff}.slds-icon-custom-20,.slds-icon-custom-custom20{background-color:#48c7c8;color:#fff}.slds-icon-custom-31,.slds-icon-custom-custom31{background-color:#eb687f;color:#fff}.slds-icon-custom-42,.slds-icon-custom-custom42{background-color:#cfd05b;color:#fff}.slds-icon-custom-53,.slds-icon-custom-custom53{background-color:#f36e83;color:#fff}.slds-icon-custom-64,.slds-icon-custom-custom64{background-color:#618fd8;color:#fff}.slds-icon-custom-75,.slds-icon-custom-custom75{background-color:#cd9f65;color:#fff}.slds-icon-custom-86,.slds-icon-custom-custom86{background-color:#e260ab;color:#fff}.slds-icon-custom-97,.slds-icon-custom-custom97{background-color:#dd6085;color:#fff}.slds-icon-custom-10,.slds-icon-custom-custom10{background-color:#6488e3;color:#fff}.slds-icon-custom-21,.slds-icon-custom-custom21{background-color:#8a7aed;color:#fff}.slds-icon-custom-32,.slds-icon-custom-custom32{background-color:#38c393;color:#fff}.slds-icon-custom-43,.slds-icon-custom-custom43{background-color:#7f93f9;color:#fff}.slds-icon-custom-54,.slds-icon-custom-custom54{background-color:#ea70b1;color:#fff}.slds-icon-custom-65,.slds-icon-custom-custom65{background-color:#f279ab;color:#fff}.slds-icon-custom-76,.slds-icon-custom-custom76{background-color:#db6d7a;color:#fff}.slds-icon-custom-87,.slds-icon-custom-custom87{background-color:#d876e5;color:#fff}.slds-icon-custom-98,.slds-icon-custom-custom98{background-color:#e1be5c;color:#fff}.slds-icon-custom-11,.slds-icon-custom-custom11{background-color:#8784ea;color:#fff}.slds-icon-custom-22,.slds-icon-custom-custom22{background-color:#8b85f9;color:#fff}.slds-icon-custom-33,.slds-icon-custom-custom33{background-color:#97cf5d;color:#fff}.slds-icon-custom-44,.slds-icon-custom-custom44{background-color:#c8ca58;color:#fff}.slds-icon-custom-55,.slds-icon-custom-custom55{background-color:#d66ee0;color:#fff}.slds-icon-custom-66,.slds-icon-custom-custom66{background-color:#d8be5f;color:#fff}.slds-icon-custom-77,.slds-icon-custom-custom77{background-color:#b55d5b;color:#fff}.slds-icon-custom-88,.slds-icon-custom-custom88{background-color:#996fe6;color:#fff}.slds-icon-custom-99,.slds-icon-custom-custom99{background-color:#f0856e;color:#fff}.slds-icon-custom-12,.slds-icon-custom-custom12{background-color:#dc71d1;color:#fff}.slds-icon-custom-23,.slds-icon-custom-custom23{background-color:#b070e6;color:#fff}.slds-icon-custom-34,.slds-icon-custom-custom34{background-color:#d58a6a;color:#fff}.slds-icon-custom-45,.slds-icon-custom-custom45{background-color:#d95879;color:#fff}.slds-icon-custom-56,.slds-icon-custom-custom56{background-color:#718deb;color:#fff}.slds-icon-custom-67,.slds-icon-custom-custom67{background-color:#f87d76;color:#fff}.slds-icon-custom-78,.slds-icon-custom-custom78{background-color:#5a95dd;color:#fff}.slds-icon-custom-89,.slds-icon-custom-custom89{background-color:#3e99be;color:#fff}.slds-icon-custom-13,.slds-icon-custom-custom13{background-color:#df6184;color:#fff}.slds-icon-custom-24,.slds-icon-custom-custom24{background-color:#e56798;color:#fff}.slds-icon-custom-35,.slds-icon-custom-custom35{background-color:#e9637e;color:#fff}.slds-icon-custom-46,.slds-icon-custom-custom46{background-color:#67a5e7;color:#fff}.slds-icon-custom-57,.slds-icon-custom-custom57{background-color:#5a9cdd;color:#fff}.slds-icon-custom-68,.slds-icon-custom-custom68{background-color:#f26979;color:#fff}.slds-icon-custom-79,.slds-icon-custom-custom79{background-color:#8ed363;color:#fff}.slds-icon-custom-14,.slds-icon-custom-custom14{background-color:#3cc2b3;color:#fff}.slds-icon-custom-25,.slds-icon-custom-custom25{background-color:#e46fbe;color:#fff}.slds-icon-custom-36,.slds-icon-custom-custom36{background-color:#d472d4;color:#fff}.slds-icon-custom-47,.slds-icon-custom-custom47{background-color:#5fcc64;color:#fff}.slds-icon-custom-58,.slds-icon-custom-custom58{background-color:#34b59d;color:#fff}.slds-icon-custom-69,.slds-icon-custom-custom69{background-color:#ed6387;color:#fff}.slds-icon-custom-15,.slds-icon-custom-custom15{background-color:#f77e75;color:#fff}.slds-icon-custom-26,.slds-icon-custom-custom26{background-color:#7698f0;color:#fff}.slds-icon-custom-37,.slds-icon-custom-custom37{background-color:#8c89f2;color:#fff}.slds-icon-custom-48,.slds-icon-custom-custom48{background-color:#ef697f;color:#fff}.slds-icon-custom-59,.slds-icon-custom-custom59{background-color:#e3d067;color:#fff}.slds-icon-custom-16,.slds-icon-custom-custom16{background-color:#e9af67;color:#fff}.slds-icon-custom-27,.slds-icon-custom-custom27{background-color:#5ab0d2;color:#fff}.slds-icon-custom-38,.slds-icon-custom-custom38{background-color:#53b6d7;color:#fff}.slds-icon-custom-49,.slds-icon-custom-custom49{background-color:#e25c80;color:#fff}.slds-icon-custom-17,.slds-icon-custom-custom17{background-color:#acd360;color:#fff}.slds-icon-custom-28,.slds-icon-custom-custom28{background-color:#89c059;color:#fff}.slds-icon-custom-39,.slds-icon-custom-custom39{background-color:#4fbe75;color:#fff}.slds-icon-custom-18,.slds-icon-custom-custom18{background-color:#4dca76;color:#fff}.slds-icon-custom-29,.slds-icon-custom-custom29{background-color:#bdd25f;color:#fff}.slds-icon-custom-19,.slds-icon-custom-custom19{background-color:#3abeb1;color:#fff}.slds-icon-standard-task-2{background-color:#4bc076}.slds-icon-standard-contact{background-color:#a094ed}.slds-icon-standard-multi-select-checkbox{background-color:#969492}.slds-icon-standard-work-order{background-color:#50e3c2}.slds-icon-standard-post{background-color:#65cae4}.slds-icon-standard-global-constant{background-color:#54698d}.slds-icon-standard-carousel{background-color:#6bbd6e}.slds-icon-standard-work-contract{background-color:#00a1e0}.slds-icon-standard-resource-skill{background-color:#45c173}.slds-icon-standard-system-and-global-variable{background-color:#54698d}.slds-icon-standard-segments{background-color:#f28b00}.slds-icon-standard-goals{background-color:#56aadf}.slds-icon-standard-case-wrap-up{background-color:#f2cf5b}.slds-icon-standard-investment-account{background-color:#4bc076}.slds-icon-standard-store{background-color:#04844b}.slds-icon-standard-output{background-color:#439cba}.slds-icon-standard-store-group{background-color:#3c97dd}.slds-icon-standard-all,.slds-icon-standard-choice,.slds-icon-standard-picklist-choice{background-color:#54698d}.slds-icon-standard-app{background-color:#fcb95b}.slds-icon-standard-default{background-color:#8199af}.slds-icon-standard-case-milestone{background-color:#f2cf5b}.slds-icon-standard-today{background-color:#ef7ead}.slds-icon-standard-buyer-account{background-color:#04844b}.slds-icon-standard-lead-list{background-color:#f88962}.slds-icon-standard-work-plan-template{background-color:#449488}.slds-icon-standard-shift{background-color:#eb7092}.slds-icon-standard-product-item-transaction{background-color:#f88962}.slds-icon-standard-apex{background-color:#54698d}.slds-icon-standard-reply-text{background-color:#f88965}.slds-icon-standard-answer-private{background-color:#f2cf5b}.slds-icon-standard-asset-downtime-period{background-color:#317a92}.slds-icon-standard-opportunity-contact-role{background-color:#7e8be4}.slds-icon-standard-retail-banking-console{background-color:#00afa0}.slds-icon-standard-channel-program-members{background-color:#0eb58a}.slds-icon-standard-apps-admin{background-color:#9895ee}.slds-icon-standard-datadotcom{background-color:#1589ee}.slds-icon-standard-settings{background-color:#04844b}.slds-icon-standard-product-item{background-color:#769ed9}.slds-icon-standard-metrics{background-color:#56aadf}.slds-icon-standard-topic2{background-color:#56aad0}.slds-icon-standard-partner-fund-allocation{background-color:#0eb58a}.slds-icon-standard-approval{background-color:#50cc7a}.slds-icon-standard-work-queue{background-color:#54698d}.slds-icon-standard-iot-orchestrations{background-color:#2a739e}.slds-icon-standard-visualforce-page{background-color:#fcb95b}.slds-icon-standard-person-account{background-color:#7f8de1}.slds-icon-standard-entity{background-color:#f88962}.slds-icon-standard-service-territory-location{background-color:#7e8be4}.slds-icon-standard-entitlement-policy{background-color:#04844b}.slds-icon-standard-order-item{background-color:#769ed3}.slds-icon-standard-read-receipts{background-color:#4bc076}.slds-icon-standard-javascript-button{background-color:#fcb95b}.slds-icon-standard-maintenance-asset{background-color:#2a739e}.slds-icon-standard-work-plan-rule{background-color:#449488}.slds-icon-standard-loop{background-color:#ff9a3c}.slds-icon-standard-portal-roles-and-subordinates{background-color:#7a9ae6}.slds-icon-standard-work-capacity-limit{background-color:#0079bc}.slds-icon-standard-employee-organization{background-color:#00a1e0}.slds-icon-standard-constant{background-color:#54698d}.slds-icon-standard-marketing-actions{background-color:#6bbd6e}.slds-icon-standard-case-transcript{background-color:#f2cf5b}.slds-icon-standard-timesheet-entry{background-color:#7dc37d}.slds-icon-standard-multi-picklist{background-color:#969492}.slds-icon-standard-visit-templates{background-color:#3c97dd}.slds-icon-standard-task{background-color:#4bc076}.slds-icon-standard-answer-best{background-color:#f2cf5b}.slds-icon-standard-asset-action{background-color:#317a92}.slds-icon-standard-orders{background-color:#769ed9}.slds-icon-standard-past-chat{background-color:#f88960}.slds-icon-standard-feedback{background-color:#6da1ea}.slds-icon-standard-action-list-component{background-color:#5876a3}.slds-icon-standard-opportunity-splits{background-color:#fcb95b}.slds-icon-standard-messaging-user{background-color:#34becd}.slds-icon-standard-trailhead{background-color:#032e61}.slds-icon-standard-entitlements{background-color:#b781d3}.slds-icon-standard-formula{background-color:#54698d}.slds-icon-standard-case-log-a-call{background-color:#f2cf5b}.slds-icon-standard-thanks-loading{background-color:#b8c3ce}.slds-icon-standard-job-family{background-color:#00a1e0}.slds-icon-standard-service-appointment-capacity-usage{background-color:#0079bc}.slds-icon-standard-channel-program-levels{background-color:#0eb58a}.slds-icon-standard-letterhead{background-color:#3c97dd}.slds-icon-standard-email-chatter{background-color:#f2cf5b}.slds-icon-standard-announcement{background-color:#62b7ed}.slds-icon-standard-bot{background-color:#54698f}.slds-icon-standard-macros{background-color:#47cfd2}.slds-icon-standard-dashboard-ea{background-color:#7e8be4}.slds-icon-standard-job-profile{background-color:#eb7092}.slds-icon-standard-steps{background-color:#54698d}.slds-icon-standard-asset-relationship{background-color:#fa975c}.slds-icon-standard-high-velocity-sales{background-color:#47cfc9}.slds-icon-standard-brand{background-color:#7e8be4}.slds-icon-standard-visits{background-color:#3c97dd}.slds-icon-standard-einstein-replies{background-color:#f88965}.slds-icon-standard-coaching{background-color:#f67594}.slds-icon-standard-record-lookup{background-color:#eb7092}.slds-icon-standard-lightning-component{background-color:#969492}.slds-icon-standard-search{background-color:#62b7ed}.slds-icon-standard-connected-apps{background-color:#9895ee}.slds-icon-standard-work-type-group{background-color:#0079bc}.slds-icon-standard-education{background-color:#3c97dd}.slds-icon-standard-environment-hub,.slds-icon-standard-work-type{background-color:#54698d}.slds-icon-standard-cms{background-color:#88c651}.slds-icon-standard-call-coaching{background-color:#3c97dd}.slds-icon-standard-salesforce-cms{background-color:#00a1df}.slds-icon-standard-thanks{background-color:#e9696e}.slds-icon-standard-service-territory-member{background-color:#7e8be4}.slds-icon-standard-user-role{background-color:#8fc96e}.slds-icon-standard-work-capacity-usage{background-color:#0079bc}.slds-icon-standard-record-create{background-color:#eb7092}.slds-icon-standard-campaign-members{background-color:#f49756}.slds-icon-standard-retail-banking{background-color:#00d2be}.slds-icon-standard-portal-roles{background-color:#fb8950}.slds-icon-standard-calibration{background-color:#47cfd2}.slds-icon-standard-answer-public{background-color:#f2cf5b}.slds-icon-standard-display-text{background-color:#969492}.slds-icon-standard-unmatched{background-color:#62b7ed}.slds-icon-standard-partners{background-color:#0eb58a}.slds-icon-standard-email-iq{background-color:#a094ed}.slds-icon-standard-service-crew{background-color:#fa975c}.slds-icon-standard-voice-call{background-color:#30c85a}.slds-icon-standard-cancel-checkout{background-color:#969492}.slds-icon-standard-resource-capacity{background-color:#45c173}.slds-icon-standard-channel-programs{background-color:#0eb58a}.slds-icon-standard-quip{background-color:#d3451d}.slds-icon-standard-quip-sheet{background-color:#30c85a}.slds-icon-standard-timeslot{background-color:#fab24c}.slds-icon-standard-live-chat{background-color:#f88960}.slds-icon-standard-job-position{background-color:#00a1e0}.slds-icon-standard-sobject-collection{background-color:#54698d}.slds-icon-standard-user{background-color:#34becd}.slds-icon-standard-client{background-color:#00d2be}.slds-icon-standard-scheduling-constraints{background-color:#eb7092}.slds-icon-standard-screen{background-color:#1589ee}.slds-icon-standard-portal{background-color:#aec770}.slds-icon-standard-partner-fund-request{background-color:#0eb58a}.slds-icon-standard-resource-preference{background-color:#45c173}.slds-icon-standard-first-non-empty{background-color:#e9696e}.slds-icon-standard-customer-360{background-color:#032e61}.slds-icon-standard-employee-job{background-color:#00a1e0}.slds-icon-standard-resource-absence{background-color:#45c173}.slds-icon-standard-text-template{background-color:#54698d}.slds-icon-standard-entitlement,.slds-icon-standard-entitlement-template,.slds-icon-standard-lightning-usage{background-color:#7e8be4}.slds-icon-standard-empty{background-color:#8199af}.slds-icon-standard-text{background-color:#969492}.slds-icon-standard-delegated-account{background-color:#04844b}.slds-icon-standard-fulfillment-order{background-color:#b9ac91}.slds-icon-standard-case-email{background-color:#f2cf5b}.slds-icon-standard-account{background-color:#7f8de1}.slds-icon-standard-assignment{background-color:#ff9a3c}.slds-icon-standard-wealth-management-console{background-color:#00afa0}.slds-icon-standard-task2{background-color:#4bc076}.slds-icon-standard-code-playground{background-color:#54698d}.slds-icon-standard-social{background-color:#ea74a2}.slds-icon-standard-endorsement,.slds-icon-standard-folder{background-color:#8b9ae3}.slds-icon-standard-service-crew-member{background-color:#7e8be4}.slds-icon-standard-flow{background-color:#0079bc}.slds-icon-standard-expense-report-entry{background-color:#3a3180}.slds-icon-standard-employee{background-color:#00a1e0}.slds-icon-standard-omni-supervisor{background-color:#8a76f0}.slds-icon-standard-asset-object{background-color:#317a92}.slds-icon-standard-product{background-color:#b781d3}.slds-icon-standard-topic{background-color:#56aadf}.slds-icon-standard-product-required{background-color:#ef6e64}.slds-icon-standard-dynamic-record-choice{background-color:#54698d}.slds-icon-standard-process{background-color:#0079bc}.slds-icon-standard-people{background-color:#34becd}.slds-icon-standard-reward{background-color:#e9696e}.slds-icon-standard-employee-contact{background-color:#00a1e0}.slds-icon-standard-performance{background-color:#f8b156}.slds-icon-standard-case-comment{background-color:#f2cf5b}.slds-icon-standard-sales-channel{background-color:#2a739e}.slds-icon-standard-apex-plugin{background-color:#54698d}.slds-icon-standard-campaign{background-color:#f49756}.slds-icon-standard-contact-request{background-color:#fb8954}.slds-icon-standard-business-hours{background-color:#7dc37d}.slds-icon-standard-evernote{background-color:#86c86f}.slds-icon-standard-service-territory{background-color:#7e8be4}.slds-icon-standard-customer-lifecycle-analytics{background-color:#9274df}.slds-icon-standard-case{background-color:#f2cf5b}.slds-icon-standard-currency{background-color:#969492}.slds-icon-standard-record{background-color:#7dc37d}.slds-icon-standard-queue{background-color:#54698d}.slds-icon-standard-schedule-objective{background-color:#2a739e}.slds-icon-standard-contract-line-item{background-color:#6ec06e}.slds-icon-standard-skill-entity{background-color:#8b9ae3}.slds-icon-standard-skill{background-color:#fa975c}.slds-icon-standard-operating-hours{background-color:#6b9ee2}.slds-icon-standard-custom{background-color:#8199af}.slds-icon-standard-related-list{background-color:#59bcab}.slds-icon-standard-bot-training{background-color:#5876a3}.slds-icon-standard-case-change-status{background-color:#f2cf5b}.slds-icon-standard-insurance-console{background-color:#00afa0}.slds-icon-standard-contract{background-color:#6ec06e}.slds-icon-standard-sobject{background-color:#969492}.slds-icon-standard-sales-cadence-target{background-color:#54698d}.slds-icon-standard-photo{background-color:#d7d1d1}.slds-icon-standard-apps{background-color:#3c97dd}.slds-icon-standard-timesheet{background-color:#7e8be4}.slds-icon-standard-drafts{background-color:#6ca1e9}.slds-icon-standard-outcome{background-color:#ff9a3c}.slds-icon-standard-work-order-item{background-color:#33a8dc}.slds-icon-standard-pricebook{background-color:#b781d3}.slds-icon-standard-scan-card{background-color:#f39e58}.slds-icon-standard-note{background-color:#e6d478}.slds-icon-standard-buyer-group{background-color:#04844b}.slds-icon-standard-opportunity{background-color:#fcb95b}.slds-icon-standard-news{background-color:#7f8de1}.slds-icon-standard-display-rich-text{background-color:#969492}.slds-icon-standard-strategy{background-color:#4bc071}.slds-icon-standard-call-history{background-color:#f2cf5b}.slds-icon-standard-webcart{background-color:#04844b}.slds-icon-standard-report{background-color:#2ecbbe}.slds-icon-standard-groups{background-color:#779ef2}.slds-icon-standard-data-model{background-color:#eb7092}.slds-icon-standard-dashboard{background-color:#ef6e64}.slds-icon-standard-generic-loading{background-color:#b8c3ce}.slds-icon-standard-number-input{background-color:#969492}.slds-icon-standard-address{background-color:#4bc076}.slds-icon-standard-entity-milestone{background-color:#f49756}.slds-icon-standard-wealth-management{background-color:#00d2be}.slds-icon-standard-customers{background-color:#0eb58a}.slds-icon-standard-story{background-color:#54698d}.slds-icon-standard-service-appointment{background-color:#7e8be4}.slds-icon-standard-data-integration-hub,.slds-icon-standard-maintenance-plan{background-color:#2a739e}.slds-icon-standard-work-plan-template-entry{background-color:#449488}.slds-icon-standard-hierarchy{background-color:#34becd}.slds-icon-standard-partner-marketing-budget{background-color:#0eb58a}.slds-icon-standard-asset-action-source{background-color:#317a92}.slds-icon-standard-skill-requirement{background-color:#fa975c}.slds-icon-standard-location{background-color:#4bc076}.slds-icon-standard-radio-button{background-color:#969492}.slds-icon-standard-avatar-loading{background-color:#b8c3ce}.slds-icon-standard-article{background-color:#f2cf5b}.slds-icon-standard-invocable-action{background-color:#54698d}.slds-icon-standard-proposition{background-color:#3c97dd}.slds-icon-standard-snippets{background-color:#0eb58a}.slds-icon-standard-customer-portal-users{background-color:#3c97db}.slds-icon-standard-actions-and-buttons{background-color:#fcb95b}.slds-icon-standard-record-update,.slds-icon-standard-shift-type{background-color:#eb7092}.slds-icon-standard-log-a-call{background-color:#48c3cc}.slds-icon-standard-quotes{background-color:#88c651}.slds-icon-standard-question-feed{background-color:#f2cf5b}.slds-icon-standard-kanban{background-color:#3c97dd}.slds-icon-standard-work-plan{background-color:#449488}.slds-icon-standard-shift-template{background-color:#eb7092}.slds-icon-standard-merge{background-color:#f2cf5b}.slds-icon-standard-expense{background-color:#3a3180}.slds-icon-standard-dataset{background-color:#b070e6}.slds-icon-standard-product-consumed{background-color:#55bc9c}.slds-icon-standard-canvas{background-color:#8199af}.slds-icon-standard-forecasts{background-color:#6bbd6e}.slds-icon-standard-relationship{background-color:#3c97dd}.slds-icon-standard-service-resource{background-color:#7e8be4}.slds-icon-standard-filter{background-color:#1539ee}.slds-icon-standard-sales-path{background-color:#2a739e}.slds-icon-standard-events{background-color:#3c97db}.slds-icon-standard-sms{background-color:#88c651}.slds-icon-standard-rtc-presence{background-color:#47cfd2}.slds-icon-standard-avatar{background-color:#62b7ed}.slds-icon-standard-record-delete{background-color:#eb7092}.slds-icon-standard-solution{background-color:#8fc972}.slds-icon-standard-partner-fund-claim{background-color:#0eb58a}.slds-icon-standard-individual{background-color:#3c97dd}.slds-icon-standard-custom-notification{background-color:#6bb7e4}.slds-icon-standard-date-input{background-color:#969492}.slds-icon-standard-catalog{background-color:#027e46}.slds-icon-standard-template{background-color:#3c97dd}.slds-icon-standard-shipment{background-color:#7e8be4}.slds-icon-standard-event{background-color:#eb7092}.slds-icon-standard-insurance{background-color:#00d2be}.slds-icon-standard-live-chat-visitor{background-color:#f68960}.slds-icon-standard-textarea{background-color:#969492}.slds-icon-standard-work-step{background-color:#449488}.slds-icon-standard-picklist-type{background-color:#969492}.slds-icon-standard-survey{background-color:#319fd6}.slds-icon-standard-link{background-color:#7a9ae6}.slds-icon-standard-messaging-session{background-color:#34becd}.slds-icon-standard-list-email{background-color:#8baeb5}.slds-icon-standard-recycle-bin{background-color:#1589e4}.slds-icon-standard-document{background-color:#baac93}.slds-icon-standard-product-transfer{background-color:#f88962}.slds-icon-standard-instore-locations{background-color:#54698d}.slds-icon-standard-recent{background-color:#6ca1e9}.slds-icon-standard-shift-preferences{background-color:#eb7092}.slds-icon-standard-password{background-color:#969492}.slds-icon-standard-expense-report{background-color:#3a3180}.slds-icon-standard-branch-merge{background-color:#e9696e}.slds-icon-standard-insights{background-color:#ec94ed}.slds-icon-standard-dropbox{background-color:#52aef9}.slds-icon-standard-employee-job-position{background-color:#00a1e0}.slds-icon-standard-file{background-color:#baac93}.slds-icon-standard-currency-input{background-color:#969492}.slds-icon-standard-variable{background-color:#54698d}.slds-icon-standard-team-member{background-color:#f2cf5b}.slds-icon-standard-agent-session{background-color:#f88960}.slds-icon-standard-group-loading{background-color:#b8c3ce}.slds-icon-standard-lead{background-color:#f88962}.slds-icon-standard-email{background-color:#95aec5}.slds-icon-standard-service-contract{background-color:#8a76f0}.slds-icon-standard-decision{background-color:#ff9a3c}.slds-icon-standard-snippet{background-color:#a094ed}.slds-icon-standard-entitlement-process{background-color:#7e8be4}.slds-icon-standard-contact-list{background-color:#a094ed}.slds-icon-standard-planogram{background-color:#3c97dd}.slds-icon-standard-activations{background-color:#b070e6}.slds-icon-standard-scheduling-policy{background-color:#eb7092}.slds-icon-standard-channel-program-history{background-color:#0eb58a}.slds-icon-standard-question-best{background-color:#f2cf5b}.slds-icon-standard-collection-variable{background-color:#54698d}.slds-icon-standard-sales-value{background-color:#3c97dd}.slds-icon-standard-knowledge{background-color:#ec94ed}.slds-icon-standard-date-time{background-color:#969492}.slds-icon-standard-category{background-color:#027e46}.slds-icon-standard-data-streams{background-color:#ef6e64}.slds-icon-standard-textbox{background-color:#969492}.slds-icon-standard-lead-insights{background-color:#22b0e6}.slds-icon-standard-waits{background-color:#ff9a3c}.slds-icon-standard-concur{background-color:#4cc3c7}.slds-icon-standard-feed{background-color:#62b7ed}.slds-icon-standard-sort{background-color:#1539ee}.slds-icon-standard-messaging-conversation{background-color:#34becd}.slds-icon-standard-service-report{background-color:#7e8be4}.slds-icon-standard-iot-context{background-color:#2a739e}.slds-icon-standard-asset-state-period{background-color:#317a92}.slds-icon-standard-call{background-color:#f2cf5b}.slds-icon-standard-stage{background-color:#ff9a3c}.slds-icon-standard-sales-cadence{background-color:#54698d}.slds-icon-standard-product-request-line-item{background-color:#88c651}.slds-icon-standard-return-order-line-item{background-color:#009688}.slds-icon-standard-chart{background-color:#1fcaa0}.slds-icon-standard-quick-text{background-color:#62b7e5}.slds-icon-standard-home{background-color:#ef7ead}.slds-icon-standard-sossession{background-color:#54698d}.slds-icon-standard-employee-asset{background-color:#00a1e0}.slds-icon-standard-stage-collection{background-color:#ff9a3c}.slds-icon-standard-product-request{background-color:#88c651}.slds-icon-standard-logging{background-color:#00a1df}.slds-icon-standard-assigned-resource{background-color:#45c173}.slds-icon-standard-return-order{background-color:#009688}.slds-icon-standard-poll{background-color:#699be1}.slds-icon-standard-household{background-color:#00afa0}.slds-icon-standard-work-step-template{background-color:#449488}.slds-icon{width:2rem;height:2rem;fill:#fff}[class*=slds-icon-action-].slds-icon,[class*=slds-icon-action-] .slds-icon,[class*=slds-icon-custom-].slds-icon,[class*=slds-icon-custom-] .slds-icon,[class*=slds-icon-standard-].slds-icon,[class*=slds-icon-standard-] .slds-icon{border-radius:.25rem}.slds-icon--xx-small,.slds-icon_xx-small{width:.875rem;height:.875rem;line-height:1}.slds-icon--x-small,.slds-icon_x-small{width:1rem;height:1rem;line-height:1}.slds-icon--small,.slds-icon_small{width:1.5rem;height:1.5rem;line-height:1}.slds-icon--large,.slds-icon_large{width:3rem;height:3rem}.slds-icon-text-default{fill:#706e6b}.slds-icon-text-warning{fill:#ffb75d}.slds-icon-text-success{fill:#027e46}.slds-icon-text-error{fill:#c23934}.slds-icon-text-light{fill:#b0adab}.slds-current-color .slds-icon{fill:currentColor}.slds-icon_disabled{background-color:currentColor}.slds-accordion{position:relative}.slds-accordion__list-item{border-top:1px solid #dddbda}.slds-accordion__list-item:first-child{border-top:0}.slds-accordion__summary{display:flex}.slds-accordion__summary-heading{display:flex;flex-grow:1;min-width:0;font-size:1rem;line-height:1.25}.slds-accordion__summary-heading .slds-button:focus{text-decoration:underline;box-shadow:none}.slds-accordion__summary-action{display:inline-flex;flex-grow:1;align-items:center;min-width:0}.slds-accordion__summary-action-icon{flex-shrink:0;transform:rotate(-90deg)}[dir=rtl] .slds-accordion__summary-action-icon{transform:rotate(90deg)}@media (min-width:64em){.slds-accordion__summary-content{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.slds-accordion__section{padding:.75rem}.slds-accordion__content{overflow:hidden;visibility:hidden;opacity:0;height:0}.slds-is-open>.slds-accordion__summary{margin-bottom:.75rem}.slds-is-open>.slds-accordion__summary .slds-accordion__summary-action-icon{transform:rotate(0deg)}.slds-is-open>.slds-accordion__content{overflow:visible;visibility:visible;opacity:1;height:auto}.slds-icon-ellie{width:.875rem;height:.875rem;display:inline-block;overflow:hidden}.slds-icon-ellie.slds-is-animated{will-change:transform;animation:slds-icon-ellie-pop .3s ease-in 2s 1 both}.slds-icon-ellie.slds-is-animated svg{will-change:transform;animation:slds-icon-ellie 1.2s steps(20) 2.3s 2 alternate}.slds-icon-ellie.slds-is-paused,.slds-icon-ellie.slds-is-paused svg{animation-play-state:paused}.slds-icon-ellie svg{width:17.5rem;vertical-align:top;color:#00a0e3}.slds-icon-ellie circle:nth-child(odd){fill:currentColor;stroke:currentColor;stroke-width:4px}.slds-icon-ellie circle:nth-child(2n){fill:#fff;stroke:#fff;stroke-width:1px}.slds-icon-ellie circle:first-child,.slds-icon-ellie circle:nth-last-child(2){stroke-width:4px}.slds-icon-ellie circle:last-child,.slds-icon-ellie circle:nth-child(2){stroke-width:1px}.slds-icon-ellie circle:nth-child(3),.slds-icon-ellie circle:nth-last-child(4){stroke-width:3.95px}.slds-icon-ellie circle:nth-child(4),.slds-icon-ellie circle:nth-last-child(3){stroke-width:1.2px}.slds-icon-ellie circle:nth-child(5),.slds-icon-ellie circle:nth-last-child(6){stroke-width:3.85px}.slds-icon-ellie circle:nth-child(6),.slds-icon-ellie circle:nth-last-child(5){stroke-width:1.4px}.slds-icon-ellie circle:nth-child(7),.slds-icon-ellie circle:nth-last-child(8){stroke-width:3.6px}.slds-icon-ellie circle:nth-child(8),.slds-icon-ellie circle:nth-last-child(7){stroke-width:1.7px}.slds-icon-ellie circle:nth-child(9),.slds-icon-ellie circle:nth-last-child(10){stroke-width:3.3px}.slds-icon-ellie circle:nth-child(10),.slds-icon-ellie circle:nth-last-child(9){stroke-width:2px}.slds-icon-ellie circle:nth-child(11),.slds-icon-ellie circle:nth-last-child(12){stroke-width:3.2px}.slds-icon-ellie circle:nth-child(12),.slds-icon-ellie circle:nth-last-child(11){stroke-width:2.4px}.slds-icon-ellie circle:nth-child(13),.slds-icon-ellie circle:nth-last-child(14){stroke-width:3.15px}.slds-icon-ellie circle:nth-child(14),.slds-icon-ellie circle:nth-last-child(13){stroke-width:2.8px}.slds-icon-ellie circle:nth-child(15),.slds-icon-ellie circle:nth-last-child(16){stroke-width:3.1px}.slds-icon-ellie circle:nth-child(16),.slds-icon-ellie circle:nth-last-child(15){stroke-width:3.25px}.slds-icon-ellie circle:nth-child(17),.slds-icon-ellie circle:nth-last-child(18){stroke-width:3.05px}.slds-icon-ellie circle:nth-child(18),.slds-icon-ellie circle:nth-last-child(17){stroke-width:3.7px}.slds-icon-ellie circle:nth-child(19),.slds-icon-ellie circle:nth-last-child(20){stroke-width:3px}.slds-icon-ellie circle:nth-child(20),.slds-icon-ellie circle:nth-last-child(19){stroke-width:4px}@keyframes slds-icon-ellie-pop{0%{transform:scale(.2)}70%{transform:scale(1.1)}90%{transform:scale(.7)}to{transform:scale(1)}}@keyframes slds-icon-ellie{to{transform:translateX(-17.5rem)}}.slds-icon-eq{position:relative;width:.875rem;height:.875rem}.slds-icon-eq.slds-is-animated .slds-icon-eq__bar{animation:slds-icon-eq .25s ease-in-out infinite alternate;will-change:transform;height:.1875rem}.slds-icon-eq.slds-is-animated .slds-icon-eq__bar:nth-of-type(2){animation-duration:.65s}.slds-icon-eq.slds-is-animated .slds-icon-eq__bar:nth-of-type(3){animation-duration:.35s}.slds-icon-eq__bar{position:absolute;bottom:0;left:0;width:.25rem;height:.5625rem;background:#0070d2;transform:scaleY(1);transform-origin:bottom}.slds-icon-eq__bar:nth-of-type(2){left:.3125rem;height:.875rem}.slds-icon-eq__bar:nth-of-type(3){left:.625rem;height:.75rem}@keyframes slds-icon-eq{to{transform:scaleY(4.66667)}}.slds-icon-score{display:inline-block;width:.3125rem;height:.3125rem;position:relative}[class*=slds-icon-score__]{position:absolute;opacity:0;transition:opacity .4s ease-in-out;will-change:opacity;stroke-width:1.125px}.slds-icon-score__positive{fill:#30a664;stroke:#30a664}.slds-icon-score__negative{fill:transparent;stroke:#d2504c}[data-slds-state=negative] .slds-icon-score__negative,[data-slds-state=positive] .slds-icon-score__positive{opacity:1}.slds-icon-strength{width:1.6875rem;height:.4375rem;display:inline-block}.slds-icon-strength circle{stroke-width:.95px;fill:transparent;stroke:#ccc;transition:fill .4s ease-in-out,stroke .4s ease-in-out;will-change:fill,stroke}.slds-icon-strength[data-slds-strength="1"] circle:first-child,.slds-icon-strength[data-slds-strength="2"] circle:first-child,.slds-icon-strength[data-slds-strength="2"] circle:nth-child(2),.slds-icon-strength[data-slds-strength="3"] circle:first-child,.slds-icon-strength[data-slds-strength="3"] circle:nth-child(2),.slds-icon-strength[data-slds-strength="3"] circle:nth-child(3){fill:#04844b;stroke:#04844b}.slds-icon-strength[data-slds-strength="-1"] circle:first-child,.slds-icon-strength[data-slds-strength="-2"] circle:first-child,.slds-icon-strength[data-slds-strength="-2"] circle:nth-child(2),.slds-icon-strength[data-slds-strength="-3"] circle:first-child,.slds-icon-strength[data-slds-strength="-3"] circle:nth-child(2),.slds-icon-strength[data-slds-strength="-3"] circle:nth-child(3){fill:#ffdde1;stroke:#c23934}.slds-icon-strength.slds-is-animated circle{animation:slds-icon-strength-positive-load .4s ease-in-out 1s alternate both paused}.slds-icon-strength.slds-is-animated circle:nth-child(2){animation-delay:1.4s}.slds-icon-strength.slds-is-animated circle:nth-child(3){animation-delay:1.8s}.slds-icon-strength.slds-is-animated[data-slds-strength^="-"] circle{animation-name:slds-icon-strength-negative-load}.slds-icon-strength.slds-is-animated[data-slds-strength="1"] circle:first-child,.slds-icon-strength.slds-is-animated[data-slds-strength="2"] circle:first-child,.slds-icon-strength.slds-is-animated[data-slds-strength="2"] circle:nth-child(2),.slds-icon-strength.slds-is-animated[data-slds-strength="3"] circle:first-child,.slds-icon-strength.slds-is-animated[data-slds-strength="3"] circle:nth-child(2),.slds-icon-strength.slds-is-animated[data-slds-strength="3"] circle:nth-child(3),.slds-icon-strength.slds-is-animated[data-slds-strength="-1"] circle:first-child,.slds-icon-strength.slds-is-animated[data-slds-strength="-2"] circle:first-child,.slds-icon-strength.slds-is-animated[data-slds-strength="-2"] circle:nth-child(2),.slds-icon-strength.slds-is-animated[data-slds-strength="-3"] circle:first-child,.slds-icon-strength.slds-is-animated[data-slds-strength="-3"] circle:nth-child(2),.slds-icon-strength.slds-is-animated[data-slds-strength="-3"] circle:nth-child(3){animation-play-state:running}.slds-icon-strength.slds-is-paused circle{animation-play-state:paused!important}@keyframes slds-icon-strength-positive-load{0%{fill:transparent;stroke:#ccc}to{fill:#04844b;stroke:#04844b}}@keyframes slds-icon-strength-negative-load{0%{fill:transparent;stroke:#ccc}to{fill:#ffdde1;stroke:#c23934}}.slds-icon-trend{width:1rem;height:1rem;display:inline-block}.slds-icon-trend.slds-is-animated .slds-icon-trend__arrow{animation:slds-icon-trend-arrow .8s ease-in-out .4s both}.slds-icon-trend.slds-is-animated .slds-icon-trend__circle{animation:slds-icon-trend-circle .8s ease-in-out both}.slds-icon-trend.slds-is-paused .slds-icon-trend__arrow,.slds-icon-trend.slds-is-paused .slds-icon-trend__circle{animation-play-state:paused}.slds-icon-trend[data-slds-trend=down]{color:#c23934;transform:rotate(45deg)}.slds-icon-trend[data-slds-trend=neutral]{color:#979797}.slds-icon-trend[data-slds-trend=up]{color:#028048;transform:rotate(-45deg)}.slds-icon-trend__arrow,.slds-icon-trend__circle{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.125px}.slds-icon-trend__arrow{stroke-dashoffset:.1px;stroke-dasharray:39.175px}.slds-icon-trend__circle{stroke-dasharray:42.3385px,46.3385px}@keyframes slds-icon-trend-arrow{0%{stroke-dashoffset:40.3px}}@keyframes slds-icon-trend-circle{0%{stroke-dasharray:.1px,46.3385px}}.slds-icon-waffle_container{border:0;outline:0}.slds-icon-waffle_container:focus [class*=slds-r],.slds-icon-waffle_container:hover [class*=slds-r]{animation:slds-icon-waffle-throb .2s 2 alternate}.slds-icon-waffle_container:focus .slds-r1,.slds-icon-waffle_container:focus .slds-r2,.slds-icon-waffle_container:focus .slds-r3,.slds-icon-waffle_container:hover .slds-r1,.slds-icon-waffle_container:hover .slds-r2,.slds-icon-waffle_container:hover .slds-r3{background-color:#418fde}.slds-icon-waffle_container:focus .slds-r4,.slds-icon-waffle_container:focus .slds-r5,.slds-icon-waffle_container:focus .slds-r7,.slds-icon-waffle_container:hover .slds-r4,.slds-icon-waffle_container:hover .slds-r5,.slds-icon-waffle_container:hover .slds-r7{background-color:#ed8b00}.slds-icon-waffle_container:focus .slds-r6,.slds-icon-waffle_container:focus .slds-r8,.slds-icon-waffle_container:focus .slds-r9,.slds-icon-waffle_container:hover .slds-r6,.slds-icon-waffle_container:hover .slds-r8,.slds-icon-waffle_container:hover .slds-r9{background-color:#ffb60f}.slds-icon-waffle_container:focus .slds-r2,.slds-icon-waffle_container:focus .slds-r4,.slds-icon-waffle_container:hover .slds-r2,.slds-icon-waffle_container:hover .slds-r4{transition-delay:50ms;animation-delay:50ms}.slds-icon-waffle_container:focus .slds-r3,.slds-icon-waffle_container:focus .slds-r5,.slds-icon-waffle_container:focus .slds-r7,.slds-icon-waffle_container:hover .slds-r3,.slds-icon-waffle_container:hover .slds-r5,.slds-icon-waffle_container:hover .slds-r7{transition-delay:.1s;animation-delay:.1s}.slds-icon-waffle_container:focus .slds-r6,.slds-icon-waffle_container:focus .slds-r8,.slds-icon-waffle_container:hover .slds-r6,.slds-icon-waffle_container:hover .slds-r8{transition-delay:.15s;animation-delay:.15s}.slds-icon-waffle_container:focus .slds-r9,.slds-icon-waffle_container:hover .slds-r9{transition-delay:.2s;animation-delay:.2s}.slds-icon-waffle{width:1.3125rem;height:1.3125rem;position:relative;display:block;cursor:pointer}.slds-icon-waffle [class*=slds-r]{width:.3125rem;height:.3125rem;background-color:#706e6b;display:inline-block;position:absolute;border-radius:50%;transition:background-color .1s;transform-origin:50% 50%;will-change:scale,background-color}.slds-icon-waffle .slds-r1{top:0;left:0}.slds-icon-waffle .slds-r2{top:0;left:.5rem}.slds-icon-waffle .slds-r3{top:0;right:0}.slds-icon-waffle .slds-r4{top:.5rem;left:0}.slds-icon-waffle .slds-r5{top:.5rem;left:.5rem}.slds-icon-waffle .slds-r6{top:.5rem;right:0}.slds-icon-waffle .slds-r7{bottom:0;left:0}.slds-icon-waffle .slds-r8{bottom:0;left:.5rem}.slds-icon-waffle .slds-r9{bottom:0;right:0}.slds-icon-waffle .slds-r1{transition-delay:.2s}.slds-icon-waffle .slds-r2,.slds-icon-waffle .slds-r4{transition-delay:.15s}.slds-icon-waffle .slds-r3,.slds-icon-waffle .slds-r5,.slds-icon-waffle .slds-r7{transition-delay:.1s}.slds-icon-waffle .slds-r6,.slds-icon-waffle .slds-r8{transition-delay:50ms}@keyframes slds-icon-waffle-throb{to{transform:scale(1.5)}}.slds-icon-help{width:1.5rem;height:1.5rem;fill:#b0adab}.slds-icon-help:hover .slds-icon-help_hover{opacity:1;transform:scale(1)}.slds-icon-help:focus{animation:slds-click-global-action 80ms cubic-bezier(1,1.9,.94,.98)}.slds-icon-help:focus .slds-icon-help_focus{opacity:1;transform:scale(1)}.slds-icon-help mask{mask-type:alpha}.slds-icon-help_hover{fill:#005fb2}.slds-icon-help_focus,.slds-icon-help_hover{opacity:0;transform:scale(.1);transform-origin:45px 47px;transition:all .2s ease-out}.slds-icon-help_focus{fill:#0070d2}.slds-icon-help svg{width:1.5rem;height:1.5rem}.slds-icon-help g{mask:url(#questionMark)}@keyframes slds-click-global-action{25%{transform:scale(.95)}to{transform:scale(.98)}}.slds-icon-typing{display:inline-block;padding:.25rem 0}.slds-icon-typing.slds-is-animated .slds-icon-typing__dot{animation:slds-icon-typing__dot-first 1.2s ease-in-out infinite}.slds-icon-typing.slds-is-animated .slds-icon-typing__dot:first-child{animation-name:slds-icon-typing__dot-first}.slds-icon-typing.slds-is-animated .slds-icon-typing__dot:nth-child(2){animation-name:slds-icon-typing__dot-second}.slds-icon-typing.slds-is-animated .slds-icon-typing__dot:nth-child(3){animation-name:slds-icon-typing__dot-third}.slds-icon-typing.slds-is-paused .slds-icon-typing__dot{animation-play-state:paused}.slds-icon-typing__dot{background-color:#dddbda;border-radius:50%;display:inline-block;height:.5rem;margin:0 .125rem;width:.5rem}@keyframes slds-icon-typing__dot-first{0%{background-color:#dddbda}16%{background-color:#c9c7c5}33%,to{background-color:#dddbda}}@keyframes slds-icon-typing__dot-second{0%,33%{background-color:#dddbda}50%{background-color:#c9c7c5}67%,to{background-color:#dddbda}}@keyframes slds-icon-typing__dot-third{0%,67%{background-color:#dddbda}83%{background-color:#c9c7c5}to{background-color:#dddbda}}.slds-dynamic-menu__header{font-size:.875rem;font-weight:700}.slds-carousel{position:relative}.slds-carousel__stage{position:relative;display:flex;flex-direction:column;overflow:hidden}.slds-carousel__panels{display:flex;transition:transform .25s ease-in;min-height:0}.slds-carousel__panel{flex:0 0 100%;max-width:100%}.slds-carousel__panel-action{display:block;border:1px solid #dddbda;border-radius:.25rem}.slds-carousel__panel-action:focus{box-shadow:0 0 3px #0070d2;border-color:#005fb2;outline:0}.slds-carousel__image{border-top-left-radius:.25rem;border-top-right-radius:.25rem;overflow:hidden}.slds-carousel__image>img{width:100%}.slds-carousel__content{background:#fff;padding:.75rem;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;text-align:center;height:6.625rem;overflow-x:hidden;overflow-y:auto}.slds-carousel__content-title{font-size:1rem;font-weight:600}.slds-carousel__indicators{align-self:center;margin:.5rem 0}.slds-carousel__indicator{display:inline-flex;margin:0 .25rem}.slds-carousel__indicator-action{width:1rem;height:1rem;background:#fff;border:1px solid #dddbda;border-radius:50%}.slds-carousel__indicator-action.slds-is-active,.slds-carousel__indicator-action.slds-is-active:hover{background:#0070d2;border-color:#0070d2}.slds-carousel__indicator-action:hover{background-color:#fafaf9}.slds-carousel__indicator-action:focus{box-shadow:0 0 3px #0070d2;background-color:#005fb2;border-color:#005fb2;outline:0}.slds-carousel__autoplay{position:absolute;left:0;bottom:.25rem}.slds-card--empty .slds-card__body,.slds-card_empty .slds-card__body{text-align:center}.slds-card{position:relative;padding:0;background:#fff;border:1px solid #dddbda;border-radius:.25rem;background-clip:padding-box;box-shadow:0 2px 2px 0 rgba(0,0,0,.1)}.slds-card+.slds-card{margin-top:1rem}.slds-card__body--inner,.slds-card__body_inner{padding:0 1rem}.slds-card__header{padding:.75rem 1rem 0;margin:0 0 .75rem}.slds-card__header-title{display:flex;font-size:1rem;line-height:1.25}.slds-card__header-link{color:inherit;font-weight:700}.slds-card__body{margin-top:.75rem;margin-bottom:.75rem}.slds-card__body:empty,.slds-card__footer:empty{display:none}.slds-card__footer{padding:.75rem 1rem;margin-top:.75rem;text-align:center;font-size:.8125rem;border-top:1px solid #dddbda}.slds-card__footer-action{display:block}.slds-card__tile{margin-top:.75rem}.slds-region__pinned-left .slds-card,.slds-region__pinned-left .slds-card-wrapper,.slds-region__pinned-left .slds-card_boundary,.slds-region__pinned-left .slds-tabs_card,.slds-region__pinned-right .slds-card,.slds-region__pinned-right .slds-card-wrapper,.slds-region__pinned-right .slds-card_boundary,.slds-region__pinned-right .slds-tabs_card{border-radius:0;border:0;border-bottom:1px solid #dddbda;box-shadow:none}.slds-region__pinned-left .slds-card-wrapper:last-child,.slds-region__pinned-left .slds-card:last-child,.slds-region__pinned-left .slds-card_boundary:last-child,.slds-region__pinned-left .slds-tabs_card:last-child,.slds-region__pinned-right .slds-card-wrapper:last-child,.slds-region__pinned-right .slds-card:last-child,.slds-region__pinned-right .slds-card_boundary:last-child,.slds-region__pinned-right .slds-tabs_card:last-child{border-bottom:0}.slds-card-wrapper{padding:1rem;background:#fff;border:1px solid #dddbda;border-radius:.25rem;background-clip:padding-box;box-shadow:0 2px 2px 0 rgba(0,0,0,.1)}.slds-card-wrapper .slds-card__body,.slds-card-wrapper .slds-card__footer,.slds-card-wrapper .slds-card__header{padding-left:0;padding-right:0}.slds-card-wrapper .slds-card,.slds-card-wrapper .slds-card-wrapper,.slds-card .slds-card,.slds-card .slds-card-wrapper,.slds-modal .slds-card,.slds-modal .slds-card-wrapper,.slds-tabs--default .slds-card,.slds-tabs--default .slds-card-wrapper,.slds-tabs_card .slds-card,.slds-tabs_card .slds-card-wrapper,.slds-tabs_card.slds-tabs_card .slds-card,.slds-tabs_card.slds-tabs_card .slds-card-wrapper,.slds-tabs_default .slds-card,.slds-tabs_default .slds-card-wrapper{background:#fff;border:0;box-shadow:none}.slds-card .slds-card_boundary,.slds-modal .slds-card_boundary,.slds-tabs--default .slds-card_boundary,.slds-tabs_default .slds-card_boundary{border:1px solid #dddbda;border-radius:.25rem}.slds-tabs_card,.slds-tabs_card.slds-tabs_card{background:#fff;padding:.75rem 1rem;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);border:1px solid #dddbda;border-radius:.25rem}.slds-tabs_card .slds-card,.slds-tabs_card .slds-card-wrapper,.slds-tabs_card.slds-tabs_card .slds-card,.slds-tabs_card.slds-tabs_card .slds-card-wrapper{padding-left:0;padding-right:0}.slds-tabs_card .slds-card__body,.slds-tabs_card .slds-card__footer,.slds-tabs_card .slds-card__header,.slds-tabs_card.slds-tabs_card .slds-card__body,.slds-tabs_card.slds-tabs_card .slds-card__footer,.slds-tabs_card.slds-tabs_card .slds-card__header{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.slds-tabs_card .slds-card__header,.slds-tabs_card.slds-tabs_card .slds-card__header{padding-top:0}.slds-card-wrapper .slds-card_boundary,.slds-tabs_card .slds-card_boundary,.slds-tabs_card.slds-tabs_card .slds-card_boundary{border:1px solid #dddbda;border-radius:.25rem}.slds-card-wrapper .slds-card_boundary .slds-card__header,.slds-tabs_card .slds-card_boundary .slds-card__header,.slds-tabs_card.slds-tabs_card .slds-card_boundary .slds-card__header{padding:.75rem 1rem 0}.slds-card-wrapper .slds-card_boundary .slds-card__body--inner,.slds-card-wrapper .slds-card_boundary .slds-card__body_inner,.slds-tabs_card .slds-card_boundary .slds-card__body--inner,.slds-tabs_card .slds-card_boundary .slds-card__body_inner,.slds-tabs_card.slds-tabs_card .slds-card_boundary .slds-card__body--inner,.slds-tabs_card.slds-tabs_card .slds-card_boundary .slds-card__body_inner{padding:0 1rem}.slds-card-wrapper .slds-card_boundary .slds-card__footer,.slds-tabs_card .slds-card_boundary .slds-card__footer,.slds-tabs_card.slds-tabs_card .slds-card_boundary .slds-card__footer{padding:.75rem 1rem}.slds-chat{margin-bottom:.75rem}.slds-chat-list{padding:0 .75rem}.slds-chat-listitem{display:flex;margin-top:.75rem}.slds-chat-listitem_outbound{justify-content:flex-end}.slds-chat-listitem_inbound+.slds-chat-listitem_inbound,.slds-chat-listitem_outbound+.slds-chat-listitem_outbound{margin-top:.25rem}.slds-chat-listitem_bookend{margin:1rem -.75rem}.slds-chat-listitem_bookend+.slds-chat-listitem_bookend{margin-top:3rem}.slds-chat-listitem_event{margin:1.5rem 0}.slds-chat-icon{margin-right:.5rem}.slds-chat-message{display:flex}.slds-chat-message_faux-avatar{padding-left:2.5rem}.slds-chat-avatar{margin-right:.5rem;min-width:2rem}.slds-chat-avatar__intials{background-color:#f2f2f3;color:#3e3e3c}.slds-chat-avatar__intials.slds-chat-avatar__intials:hover{color:#3e3e3c}.slds-chat-message__body{display:flex;flex-direction:column}.slds-chat-message__image_loading{width:15rem;height:11.25rem}.slds-chat-message__text{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;display:inline-block;font-size:.8125rem;max-width:26.25rem;white-space:pre-line}.slds-chat-message__text a{color:#005fb2;text-decoration:underline}.slds-chat-message__text a:hover{text-decoration:none}.slds-chat-message__file{width:15rem}.slds-chat-message__file,.slds-chat-message__image{overflow:hidden}.slds-chat-message__file .slds-file:hover,.slds-chat-message__image .slds-file:hover{box-shadow:none;transition:none}.slds-chat-message__file_inbound,.slds-chat-message__file_outbound,.slds-chat-message__image_inbound,.slds-chat-message__image_outbound,.slds-chat-message__text_delivery-failure,.slds-chat-message__text_inbound,.slds-chat-message__text_outbound,.slds-chat-message__text_outbound-agent,.slds-chat-message__text_unsupported-type{border-radius:.5rem .5rem 0;color:#fff;min-height:2rem}.slds-chat-message__text_delivery-failure,.slds-chat-message__text_inbound,.slds-chat-message__text_outbound,.slds-chat-message__text_outbound-agent,.slds-chat-message__text_unsupported-type{padding:.5rem}.slds-chat-message__file_inbound,.slds-chat-message__file_outbound,.slds-chat-message__image_inbound,.slds-chat-message__image_outbound{padding:0;border:1px solid #dddbda;color:#080707}.slds-chat-message__text_inbound{margin-right:auto;color:#080707}.slds-chat-message__image_inbound,.slds-chat-message__text_inbound{background-color:#f2f2f3;border-radius:.5rem .5rem .5rem 0}.slds-chat-message__file_inbound{border-radius:.5rem .5rem .5rem 0;background-color:#fff}.slds-chat-message__text_outbound{margin-left:auto;background-color:#005fb2}.slds-chat-message__text_outbound-agent{background-color:#6b6d70;margin-left:auto}.slds-chat-message__text_outbound-agent a,.slds-chat-message__text_outbound a{color:#fff;text-decoration:underline}.slds-chat-message__text_unsupported-type{background-color:#fff;border-radius:.5rem .5rem .5rem 0;border:1px solid #ffb75d;color:#080707;margin-right:auto}.slds-chat-message__text_unsupported-type .slds-chat-icon.slds-icon-utility-warning .slds-icon{fill:#ffb75d}.slds-chat-message__text_delivery-failure{background-color:#fff;border:1px solid #c23934;color:#080707;margin-left:auto}.slds-chat-message__text_delivery-failure .slds-chat-message__text_delivery-failure-reason{display:flex;padding:.5rem .5rem 0;margin:.5rem -.5rem 0;color:#c23934;border-top:1px solid #c23934}.slds-chat-message__text_delivery-failure .slds-chat-icon.slds-icon-utility-error .slds-icon{fill:#c23934}.slds-chat-message__text_sneak-peak,.slds-chat-message__text_sneak-peek{font-style:italic}.slds-chat-message__text_sneak-peak .slds-icon-typing,.slds-chat-message__text_sneak-peek .slds-icon-typing{margin-right:.5rem}.slds-chat-message__meta{color:#3e3e3c;font-size:.625rem;margin:.125rem 0 0 .5rem}.slds-chat-message__action{font-size:.75rem;margin-left:.5rem;line-height:1.25}.slds-chat-message__action .slds-chat-icon.slds-icon-utility-redo .slds-icon{width:.75rem;height:.75rem;fill:#006dcc}.slds-chat-event{align-items:center;color:#3e3e3c;display:inline-flex;flex-wrap:wrap;justify-content:center;font-size:.8125rem;text-align:center;width:100%}.slds-chat-event.slds-has-error{color:#c23934}.slds-chat-event.slds-has-error svg{fill:#c23934}.slds-chat-event__rule{border-top:1px solid #dddbda;height:.0625rem;flex-grow:1}.slds-chat-event__body{align-items:center;display:flex;margin:0 .5rem}.slds-chat-event__agent-message{flex-grow:3;font-size:.75rem;font-style:italic;margin-top:.5rem;width:100%}.slds-chat-bookend{align-items:center;border:solid #dddbda;border-width:0 0 1px;color:#3e3e3c;display:flex;font-size:.8125rem;justify-content:center;padding:.5rem .75rem;width:100%}.slds-chat-bookend_stop{border-width:1px 0 0}.slds-chat_past .slds-chat-listitem_event{margin:1rem 0}.slds-chat_past .slds-chat-message__meta{margin:.25rem 0 0}.slds-chat_past .slds-chat-message__meta b{color:#080707}.slds-form-element{position:relative;min-width:0}.slds-form-element__label{overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;display:inline-block;color:#3e3e3c;font-size:.75rem;padding-right:.5rem;padding-top:.25rem;margin-bottom:.125rem}.slds-form-element__label:empty{margin:0}.slds-form-element__control{clear:left;position:relative}.slds-form-element__control .slds-checkbox,.slds-form-element__control .slds-radio{display:block}.slds-form-element__icon{display:inline-block;position:relative;padding-top:.25rem;vertical-align:top;line-height:1;z-index:1}.slds-form-element__icon .slds-button_icon{position:relative}.slds-form-element__help,.slds-form-element__helper{font-size:.75rem;margin-top:.125rem;display:block}.slds-form-element--edit .slds-form-element__static,.slds-form-element_edit .slds-form-element__static{width:calc(100% - 1.5rem)}.slds-form-element_readonly{flex-basis:0%;border-bottom:1px solid #dddbda;margin-bottom:0}.slds-form-element_readonly .slds-form-element__control{padding-top:.125rem;padding-bottom:.125rem}.slds-form-element_readonly .slds-form-element__label{margin-bottom:0}.slds-form-element__legend{font-weight:700;float:left}.slds-form-element__addon{display:inline-block;margin:0 .5rem;align-self:center}.slds-form-element__static{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;display:inline-block;font-size:.875rem;font-weight:400;color:#080707;width:100%}.slds-form-element__static.slds-text-longform :last-child{margin-bottom:0}.slds-form-element__static:empty{min-height:calc(1.25rem + 1px);vertical-align:bottom}.slds-form-element__static--edit{width:calc(100% - 1.5rem)}.slds-required{color:#c23934;margin:0 .125rem}.slds-has-error .slds-form-element__help{color:#c23934}.slds-input{background-color:#fff;border:1px solid #dddbda;border-radius:.25rem;width:100%;transition:border .1s linear,background-color .1s linear;display:inline-block;padding:0 1rem 0 .75rem;line-height:1.875rem;min-height:calc(1.875rem + 2px)}.slds-input:required{box-shadow:none}.slds-input:active,.slds-input:focus{outline:0;border-color:#1589ee;background-color:#fff;box-shadow:0 0 3px #0070d2}.slds-input.slds-is-disabled,.slds-input[disabled]{background-color:#ecebea;border-color:#c9c7c5;cursor:not-allowed;user-select:none}.slds-input.slds-is-disabled:active,.slds-input.slds-is-disabled:focus,.slds-input[disabled]:active,.slds-input[disabled]:focus{box-shadow:none}.slds-input[readonly]{padding-left:0;border-color:transparent;background-color:transparent;font-size:.875rem;font-weight:400}.slds-input[type=search]::-ms-clear{display:none;width:0;height:0}.slds-input[type=email],.slds-input[type=tel],.slds-input[type=url]{direction:ltr;text-align:left}.slds-input--bare,.slds-input_bare{background-color:transparent;border:0;padding-top:0;padding-bottom:0;padding-left:.75rem;color:#080707;line-height:1.875rem}.slds-input--bare:active,.slds-input--bare:focus,.slds-input_bare:active,.slds-input_bare:focus{outline:0;box-shadow:none}.slds-input--height,.slds-input_height{min-height:calc(1.875rem + 2px)}.slds-input_borders{padding-left:.75rem;border-color:#dddbda}.slds-input-has-icon{position:relative}.slds-input-has-icon .slds-input__icon{width:.875rem;height:.875rem;position:absolute;top:50%;margin-top:-.4375rem;line-height:1;border:0;z-index:2;fill:#b0adab}.slds-input-has-icon .slds-input__icon:not(button){pointer-events:none}.slds-input-has-icon--left .slds-input__icon,.slds-input-has-icon_left .slds-input__icon{left:.75rem}.slds-input-has-icon--left .slds-input,.slds-input-has-icon--left .slds-input--bare,.slds-input-has-icon--left .slds-input_bare,.slds-input-has-icon_left .slds-input,.slds-input-has-icon_left .slds-input--bare,.slds-input-has-icon_left .slds-input_bare{padding-left:2rem}.slds-input-has-icon--right .slds-input__icon,.slds-input-has-icon_right .slds-input__icon{right:.75rem}.slds-input-has-icon--right .slds-input,.slds-input-has-icon--right .slds-input--bare,.slds-input-has-icon--right .slds-input_bare,.slds-input-has-icon_right .slds-input,.slds-input-has-icon_right .slds-input--bare,.slds-input-has-icon_right .slds-input_bare{padding-right:2rem}.slds-input-has-icon--left-right .slds-input__icon--left,.slds-input-has-icon--left-right .slds-input__icon_left,.slds-input-has-icon_left-right .slds-input__icon--left,.slds-input-has-icon_left-right .slds-input__icon_left{left:.75rem}.slds-input-has-icon--left-right .slds-input__icon--right,.slds-input-has-icon--left-right .slds-input__icon_right,.slds-input-has-icon_left-right .slds-input__icon--right,.slds-input-has-icon_left-right .slds-input__icon_right{right:.75rem}.slds-input-has-icon--left-right .slds-input,.slds-input-has-icon--left-right .slds-input--bare,.slds-input-has-icon--left-right .slds-input_bare,.slds-input-has-icon_left-right .slds-input,.slds-input-has-icon_left-right .slds-input--bare,.slds-input-has-icon_left-right .slds-input_bare{padding:0 2rem}.slds-input-has-icon_group-right .slds-input,.slds-input-has-icon_group-right .slds-input--bare,.slds-input-has-icon_group-right .slds-input_bare{padding-right:3.5rem}.slds-input__icon-group{position:absolute;height:1rem;margin-top:-.5rem}.slds-input__icon-group_right{right:0;top:50%}.slds-input__icon-group_right .slds-input__icon--right,.slds-input__icon-group_right .slds-input__icon_right{right:.5rem}.slds-input__icon-group_right .slds-input__spinner{right:1.5rem;left:auto}.slds-input-has-fixed-addon{display:flex}.slds-input:required:focus{box-shadow:0 0 3px #0070d2}.slds-has-error .slds-input{background-color:#fff;border-color:#c23934;box-shadow:inset 0 0 0 1px #c23934;background-clip:padding-box}.slds-has-error .slds-input:active,.slds-has-error .slds-input:focus{box-shadow:inset 0 0 0 1px #c23934,0 0 3px #0070d2}.slds-has-error .slds-input__icon{fill:#c23934;color:#c23934}.slds-input_counter{text-align:center;padding:0 3rem}.slds-input_counter[type=number]{-moz-appearance:textfield}.slds-input_counter::-webkit-inner-spin-button{-moz-appearance:none;-webkit-appearance:none;appearance:none;margin:0}.slds-input__button_decrement{position:absolute;top:50%;transform:translateY(-50%);left:.75rem}.slds-input__button_increment{position:absolute;top:50%;transform:translateY(-50%);right:.75rem}.slds-textarea{background-color:#fff;border:1px solid #dddbda;border-radius:.25rem;width:100%;transition:border .1s linear,background-color .1s linear;-webkit-appearance:none;resize:vertical;padding:.5rem .75rem}.slds-textarea:required{box-shadow:none}.slds-textarea:active,.slds-textarea:focus{outline:0;border-color:#1589ee;background-color:#fff;box-shadow:0 0 3px #0070d2}.slds-textarea.slds-is-disabled,.slds-textarea[disabled]{background-color:#ecebea;border-color:#c9c7c5;cursor:not-allowed;user-select:none}.slds-textarea.slds-is-disabled:active,.slds-textarea.slds-is-disabled:focus,.slds-textarea[disabled]:active,.slds-textarea[disabled]:focus{box-shadow:none}.slds-has-error .slds-textarea{background-color:#fff;border-color:#c23934;box-shadow:inset 0 0 0 1px #c23934;background-clip:padding-box}.slds-has-error .slds-textarea:active,.slds-has-error .slds-textarea:focus{box-shadow:inset 0 0 0 1px #c23934,0 0 3px #0070d2}.slds-radio{display:inline-block}.slds-radio .slds-radio--faux,.slds-radio .slds-radio_faux{width:1rem;height:1rem;display:inline-block;position:relative;vertical-align:middle;border:1px solid #dddbda;border-radius:50%;background:#fff;transition:border .1s linear,background-color .1s linear}.slds-radio .slds-form-element__label{display:inline;vertical-align:middle;font-size:.8125rem}.slds-radio [type=radio]{width:1px;height:1px;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}.slds-radio [type=radio]:checked+.slds-radio--faux,.slds-radio [type=radio]:checked+.slds-radio__label .slds-radio--faux,.slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux,.slds-radio [type=radio]:checked+.slds-radio_faux,.slds-radio [type=radio]:checked~.slds-radio--faux,.slds-radio [type=radio]:checked~.slds-radio_faux{background:#fff}.slds-radio [type=radio]:checked+.slds-radio--faux:after,.slds-radio [type=radio]:checked+.slds-radio__label .slds-radio--faux:after,.slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux:after,.slds-radio [type=radio]:checked+.slds-radio_faux:after,.slds-radio [type=radio]:checked~.slds-radio--faux:after,.slds-radio [type=radio]:checked~.slds-radio_faux:after{width:.5rem;height:.5rem;content:"";position:absolute;top:50%;/*! @noflip */left:50%;transform:translate3d(-50%,-50%,0);border-radius:50%;background:#0070d2}.slds-radio [type=radio]:focus+.slds-radio--faux,.slds-radio [type=radio]:focus+.slds-radio__label .slds-radio--faux,.slds-radio [type=radio]:focus+.slds-radio__label .slds-radio_faux,.slds-radio [type=radio]:focus+.slds-radio_faux,.slds-radio [type=radio]:focus~.slds-radio--faux,.slds-radio [type=radio]:focus~.slds-radio_faux{border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-radio [type=radio][disabled]{cursor:not-allowed;user-select:none}.slds-radio [type=radio][disabled]+.slds-radio__label .slds-radio--faux,.slds-radio [type=radio][disabled]+.slds-radio__label .slds-radio_faux,.slds-radio [type=radio][disabled]~.slds-radio--faux,.slds-radio [type=radio][disabled]~.slds-radio_faux{background-color:#ecebea;border-color:#c9c7c5}.slds-radio [type=radio][disabled]+.slds-radio__label .slds-radio--faux:after,.slds-radio [type=radio][disabled]+.slds-radio__label .slds-radio_faux:after,.slds-radio [type=radio][disabled]~.slds-radio--faux:after,.slds-radio [type=radio][disabled]~.slds-radio_faux:after{background:#969492}.slds-has-error .slds-radio [type=radio]+.slds-radio--faux,.slds-has-error .slds-radio [type=radio]+.slds-radio__label .slds-radio--faux,.slds-has-error .slds-radio [type=radio]+.slds-radio__label .slds-radio_faux,.slds-has-error .slds-radio [type=radio]+.slds-radio_faux,.slds-has-error .slds-radio [type=radio]~.slds-radio--faux,.slds-has-error .slds-radio [type=radio]~.slds-radio_faux{border-color:#c23934;border-width:2px}.slds-has-error .slds-radio [type=radio]:checked+.slds-radio--faux,.slds-has-error .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio--faux,.slds-has-error .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux,.slds-has-error .slds-radio [type=radio]:checked+.slds-radio_faux,.slds-has-error .slds-radio [type=radio]:checked~.slds-radio--faux,.slds-has-error .slds-radio [type=radio]:checked~.slds-radio_faux{background:#fff}.slds-has-error .slds-radio [type=radio]:checked+.slds-radio--faux:after,.slds-has-error .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio--faux:after,.slds-has-error .slds-radio [type=radio]:checked+.slds-radio__label .slds-radio_faux:after,.slds-has-error .slds-radio [type=radio]:checked+.slds-radio_faux:after,.slds-has-error .slds-radio [type=radio]:checked~.slds-radio--faux:after,.slds-has-error .slds-radio [type=radio]:checked~.slds-radio_faux:after{background:#d4504c}.slds-form-element .slds-radio [type=radio]+.slds-radio--faux,.slds-form-element .slds-radio [type=radio]+.slds-radio_faux,.slds-form-element .slds-radio [type=radio]~.slds-radio--faux,.slds-form-element .slds-radio [type=radio]~.slds-radio_faux,.slds-radio [type=radio]+.slds-radio__label .slds-radio--faux,.slds-radio [type=radio]+.slds-radio__label .slds-radio_faux{margin-right:.5rem}.slds-radio--button-group,.slds-radio_button-group{display:inline-flex;border:1px solid #dddbda;border-radius:.25rem}.slds-radio--button,.slds-radio_button{display:flex;border:0;border-radius:0;background-clip:padding-box}.slds-radio--button .slds-radio--faux,.slds-radio--button .slds-radio_faux,.slds-radio_button .slds-radio--faux,.slds-radio_button .slds-radio_faux{padding-left:1rem;padding-right:1rem;text-align:center;vertical-align:middle}.slds-radio--button+.slds-radio--button,.slds-radio--button+.slds-radio_button,.slds-radio_button+.slds-radio--button,.slds-radio_button+.slds-radio_button{border-left:1px solid #dddbda;margin:0}.slds-radio--button:first-child>.slds-radio--button__label,.slds-radio--button:first-child>.slds-radio--faux,.slds-radio--button:first-child>.slds-radio_button__label,.slds-radio--button:first-child>.slds-radio_faux,.slds-radio_button:first-child>.slds-radio--button__label,.slds-radio_button:first-child>.slds-radio--faux,.slds-radio_button:first-child>.slds-radio_button__label,.slds-radio_button:first-child>.slds-radio_faux{border-radius:.25rem 0 0 .25rem}.slds-radio--button .slds-button--last>.slds-radio--faux,.slds-radio--button .slds-button_last>.slds-radio_faux,.slds-radio--button:last-child>.slds-radio--button__label,.slds-radio--button:last-child>.slds-radio--faux,.slds-radio--button:last-child>.slds-radio_button__label,.slds-radio--button:last-child>.slds-radio_faux,.slds-radio_button .slds-button--last>.slds-radio--faux,.slds-radio_button .slds-button_last>.slds-radio_faux,.slds-radio_button:last-child>.slds-radio--button__label,.slds-radio_button:last-child>.slds-radio--faux,.slds-radio_button:last-child>.slds-radio_button__label,.slds-radio_button:last-child>.slds-radio_faux{border-radius:0 .25rem .25rem 0}.slds-radio--button [type=radio],.slds-radio_button [type=radio]{width:1px;height:1px;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}.slds-radio--button [type=radio]:checked+.slds-radio--button__label,.slds-radio--button [type=radio]:checked+.slds-radio--faux,.slds-radio--button [type=radio]:checked+.slds-radio_button__label,.slds-radio--button [type=radio]:checked+.slds-radio_faux,.slds-radio--button [type=radio]:checked~.slds-radio--faux,.slds-radio--button [type=radio]:checked~.slds-radio_faux,.slds-radio_button [type=radio]:checked+.slds-radio--button__label,.slds-radio_button [type=radio]:checked+.slds-radio--faux,.slds-radio_button [type=radio]:checked+.slds-radio_button__label,.slds-radio_button [type=radio]:checked+.slds-radio_faux,.slds-radio_button [type=radio]:checked~.slds-radio--faux,.slds-radio_button [type=radio]:checked~.slds-radio_faux{background-color:#0070d2;color:#fff}.slds-radio--button [type=radio]:checked+.slds-radio--button__label:focus,.slds-radio--button [type=radio]:checked+.slds-radio--button__label:hover,.slds-radio--button [type=radio]:checked+.slds-radio--faux:focus,.slds-radio--button [type=radio]:checked+.slds-radio--faux:hover,.slds-radio--button [type=radio]:checked+.slds-radio_button__label:focus,.slds-radio--button [type=radio]:checked+.slds-radio_button__label:hover,.slds-radio--button [type=radio]:checked+.slds-radio_faux:focus,.slds-radio--button [type=radio]:checked+.slds-radio_faux:hover,.slds-radio--button [type=radio]:checked~.slds-radio--faux:focus,.slds-radio--button [type=radio]:checked~.slds-radio--faux:hover,.slds-radio--button [type=radio]:checked~.slds-radio_faux:focus,.slds-radio--button [type=radio]:checked~.slds-radio_faux:hover,.slds-radio_button [type=radio]:checked+.slds-radio--button__label:focus,.slds-radio_button [type=radio]:checked+.slds-radio--button__label:hover,.slds-radio_button [type=radio]:checked+.slds-radio--faux:focus,.slds-radio_button [type=radio]:checked+.slds-radio--faux:hover,.slds-radio_button [type=radio]:checked+.slds-radio_button__label:focus,.slds-radio_button [type=radio]:checked+.slds-radio_button__label:hover,.slds-radio_button [type=radio]:checked+.slds-radio_faux:focus,.slds-radio_button [type=radio]:checked+.slds-radio_faux:hover,.slds-radio_button [type=radio]:checked~.slds-radio--faux:focus,.slds-radio_button [type=radio]:checked~.slds-radio--faux:hover,.slds-radio_button [type=radio]:checked~.slds-radio_faux:focus,.slds-radio_button [type=radio]:checked~.slds-radio_faux:hover{background-color:#005fb2}.slds-radio--button [type=radio]:focus+.slds-radio--button__label,.slds-radio--button [type=radio]:focus+.slds-radio--faux,.slds-radio--button [type=radio]:focus+.slds-radio_button__label,.slds-radio--button [type=radio]:focus+.slds-radio_faux,.slds-radio--button [type=radio]:focus~.slds-radio--faux,.slds-radio--button [type=radio]:focus~.slds-radio_faux,.slds-radio_button [type=radio]:focus+.slds-radio--button__label,.slds-radio_button [type=radio]:focus+.slds-radio--faux,.slds-radio_button [type=radio]:focus+.slds-radio_button__label,.slds-radio_button [type=radio]:focus+.slds-radio_faux,.slds-radio_button [type=radio]:focus~.slds-radio--faux,.slds-radio_button [type=radio]:focus~.slds-radio_faux{outline:0;box-shadow:0 0 3px #0070d2;z-index:1}.slds-radio--button [type=radio][disabled]+.slds-radio--button__label,.slds-radio--button [type=radio][disabled]+.slds-radio--faux,.slds-radio--button [type=radio][disabled]+.slds-radio_button__label,.slds-radio--button [type=radio][disabled]+.slds-radio_faux,.slds-radio--button [type=radio][disabled]~.slds-radio--faux,.slds-radio--button [type=radio][disabled]~.slds-radio_faux,.slds-radio_button [type=radio][disabled]+.slds-radio--button__label,.slds-radio_button [type=radio][disabled]+.slds-radio--faux,.slds-radio_button [type=radio][disabled]+.slds-radio_button__label,.slds-radio_button [type=radio][disabled]+.slds-radio_faux,.slds-radio_button [type=radio][disabled]~.slds-radio--faux,.slds-radio_button [type=radio][disabled]~.slds-radio_faux{background-color:#fff;color:#dddbda}.slds-radio--button [type=radio][disabled]+.slds-radio--button__label:focus,.slds-radio--button [type=radio][disabled]+.slds-radio--button__label:hover,.slds-radio--button [type=radio][disabled]+.slds-radio--faux:focus,.slds-radio--button [type=radio][disabled]+.slds-radio--faux:hover,.slds-radio--button [type=radio][disabled]+.slds-radio_button__label:focus,.slds-radio--button [type=radio][disabled]+.slds-radio_button__label:hover,.slds-radio--button [type=radio][disabled]+.slds-radio_faux:focus,.slds-radio--button [type=radio][disabled]+.slds-radio_faux:hover,.slds-radio--button [type=radio][disabled]~.slds-radio--faux:focus,.slds-radio--button [type=radio][disabled]~.slds-radio--faux:hover,.slds-radio--button [type=radio][disabled]~.slds-radio_faux:focus,.slds-radio--button [type=radio][disabled]~.slds-radio_faux:hover,.slds-radio_button [type=radio][disabled]+.slds-radio--button__label:focus,.slds-radio_button [type=radio][disabled]+.slds-radio--button__label:hover,.slds-radio_button [type=radio][disabled]+.slds-radio--faux:focus,.slds-radio_button [type=radio][disabled]+.slds-radio--faux:hover,.slds-radio_button [type=radio][disabled]+.slds-radio_button__label:focus,.slds-radio_button [type=radio][disabled]+.slds-radio_button__label:hover,.slds-radio_button [type=radio][disabled]+.slds-radio_faux:focus,.slds-radio_button [type=radio][disabled]+.slds-radio_faux:hover,.slds-radio_button [type=radio][disabled]~.slds-radio--faux:focus,.slds-radio_button [type=radio][disabled]~.slds-radio--faux:hover,.slds-radio_button [type=radio][disabled]~.slds-radio_faux:focus,.slds-radio_button [type=radio][disabled]~.slds-radio_faux:hover{cursor:default}.slds-radio--button [type=radio][disabled]:checked+.slds-radio--button__label,.slds-radio--button [type=radio][disabled]:checked+.slds-radio--faux,.slds-radio--button [type=radio][disabled]:checked+.slds-radio_button__label,.slds-radio--button [type=radio][disabled]:checked+.slds-radio_faux,.slds-radio--button [type=radio][disabled]:checked~.slds-radio--faux,.slds-radio--button [type=radio][disabled]:checked~.slds-radio_faux,.slds-radio_button [type=radio][disabled]:checked+.slds-radio--button__label,.slds-radio_button [type=radio][disabled]:checked+.slds-radio--faux,.slds-radio_button [type=radio][disabled]:checked+.slds-radio_button__label,.slds-radio_button [type=radio][disabled]:checked+.slds-radio_faux,.slds-radio_button [type=radio][disabled]:checked~.slds-radio--faux,.slds-radio_button [type=radio][disabled]:checked~.slds-radio_faux{background-color:#c9c7c5;color:#fff}.slds-radio--button [type=radio][disabled]:checked+.slds-radio--button__label:focus,.slds-radio--button [type=radio][disabled]:checked+.slds-radio--button__label:hover,.slds-radio--button [type=radio][disabled]:checked+.slds-radio--faux:focus,.slds-radio--button [type=radio][disabled]:checked+.slds-radio--faux:hover,.slds-radio--button [type=radio][disabled]:checked+.slds-radio_button__label:focus,.slds-radio--button [type=radio][disabled]:checked+.slds-radio_button__label:hover,.slds-radio--button [type=radio][disabled]:checked+.slds-radio_faux:focus,.slds-radio--button [type=radio][disabled]:checked+.slds-radio_faux:hover,.slds-radio--button [type=radio][disabled]:checked~.slds-radio--faux:focus,.slds-radio--button [type=radio][disabled]:checked~.slds-radio--faux:hover,.slds-radio--button [type=radio][disabled]:checked~.slds-radio_faux:focus,.slds-radio--button [type=radio][disabled]:checked~.slds-radio_faux:hover,.slds-radio_button [type=radio][disabled]:checked+.slds-radio--button__label:focus,.slds-radio_button [type=radio][disabled]:checked+.slds-radio--button__label:hover,.slds-radio_button [type=radio][disabled]:checked+.slds-radio--faux:focus,.slds-radio_button [type=radio][disabled]:checked+.slds-radio--faux:hover,.slds-radio_button [type=radio][disabled]:checked+.slds-radio_button__label:focus,.slds-radio_button [type=radio][disabled]:checked+.slds-radio_button__label:hover,.slds-radio_button [type=radio][disabled]:checked+.slds-radio_faux:focus,.slds-radio_button [type=radio][disabled]:checked+.slds-radio_faux:hover,.slds-radio_button [type=radio][disabled]:checked~.slds-radio--faux:focus,.slds-radio_button [type=radio][disabled]:checked~.slds-radio--faux:hover,.slds-radio_button [type=radio][disabled]:checked~.slds-radio_faux:focus,.slds-radio_button [type=radio][disabled]:checked~.slds-radio_faux:hover{cursor:default}.slds-radio--button__label,.slds-radio_button__label{background-color:#fff}.slds-radio--button__label:focus,.slds-radio--button__label:hover,.slds-radio_button__label:focus,.slds-radio_button__label:hover{cursor:pointer}.slds-checkbox{display:inline-block;position:relative}.slds-checkbox .slds-checkbox--faux,.slds-checkbox .slds-checkbox_faux{width:1rem;height:1rem;display:inline-block;position:relative;vertical-align:middle;border:1px solid #dddbda;border-radius:.125rem;background:#fff;transition:border .1s linear,background-color .1s linear}.slds-checkbox .slds-checkbox__label .slds-form-element__label{display:inline;vertical-align:middle;font-size:.8125rem}.slds-checkbox [type=checkbox]{width:1px;height:1px;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute;pointer-events:auto}.slds-checkbox [type=checkbox]:checked+.slds-checkbox--faux:after,.slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox--faux:after,.slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after,.slds-checkbox [type=checkbox]:checked+.slds-checkbox_faux:after,.slds-checkbox [type=checkbox]:checked~.slds-checkbox--faux:after,.slds-checkbox [type=checkbox]:checked~.slds-checkbox_faux:after{display:block;content:"";height:.25rem;width:.5rem;position:absolute;top:50%;/*! @noflip */left:50%;transform:translate3d(-50%,-50%,0) rotate(-45deg);border-bottom:2px solid #0070d2;/*! @noflip */border-left:2px solid #0070d2}.slds-checkbox [type=checkbox]:focus+.slds-checkbox--faux,.slds-checkbox [type=checkbox]:focus+.slds-checkbox__label .slds-checkbox--faux,.slds-checkbox [type=checkbox]:focus+.slds-checkbox__label .slds-checkbox_faux,.slds-checkbox [type=checkbox]:focus+.slds-checkbox_faux,.slds-checkbox [type=checkbox]:focus~.slds-checkbox--faux,.slds-checkbox [type=checkbox]:focus~.slds-checkbox_faux{content:"";border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-checkbox [type=checkbox]:focus:checked+.slds-checkbox__label .slds-checkbox--faux,.slds-checkbox [type=checkbox]:focus:checked+.slds-checkbox__label .slds-checkbox_faux,.slds-checkbox [type=checkbox]:focus:checked>.slds-checkbox--faux,.slds-checkbox [type=checkbox]:focus:checked>.slds-checkbox_faux,.slds-checkbox [type=checkbox]:focus:checked~.slds-checkbox--faux,.slds-checkbox [type=checkbox]:focus:checked~.slds-checkbox_faux{border-color:#1589ee;background-color:#fff}.slds-checkbox [type=checkbox]:indeterminate+.slds-checkbox--faux:after,.slds-checkbox [type=checkbox]:indeterminate+.slds-checkbox__label .slds-checkbox--faux:after,.slds-checkbox [type=checkbox]:indeterminate+.slds-checkbox__label .slds-checkbox_faux:after,.slds-checkbox [type=checkbox]:indeterminate+.slds-checkbox_faux:after,.slds-checkbox [type=checkbox]:indeterminate~.slds-checkbox--faux:after,.slds-checkbox [type=checkbox]:indeterminate~.slds-checkbox_faux:after{content:"";display:block;position:absolute;top:50%;/*! @noflip */left:50%;width:.5rem;height:2px;background:#0070d2;border:0;transform:translate3d(-50%,-50%,0)}.slds-checkbox [type=checkbox][disabled]+.slds-checkbox--faux,.slds-checkbox [type=checkbox][disabled]+.slds-checkbox__label .slds-checkbox--faux,.slds-checkbox [type=checkbox][disabled]+.slds-checkbox__label .slds-checkbox_faux,.slds-checkbox [type=checkbox][disabled]+.slds-checkbox_faux,.slds-checkbox [type=checkbox][disabled]~.slds-checkbox--faux,.slds-checkbox [type=checkbox][disabled]~.slds-checkbox_faux{background-color:#ecebea;border-color:#c9c7c5}.slds-checkbox [type=checkbox][disabled]+.slds-checkbox--faux:after,.slds-checkbox [type=checkbox][disabled]+.slds-checkbox__label .slds-checkbox--faux:after,.slds-checkbox [type=checkbox][disabled]+.slds-checkbox__label .slds-checkbox_faux:after,.slds-checkbox [type=checkbox][disabled]+.slds-checkbox_faux:after,.slds-checkbox [type=checkbox][disabled]~.slds-checkbox--faux:after,.slds-checkbox [type=checkbox][disabled]~.slds-checkbox_faux:after{border-color:#969492}.slds-checkbox.slds-checkbox_stacked .slds-checkbox__label{display:flex;flex-direction:column;align-items:flex-start}.slds-checkbox.slds-checkbox_stacked .slds-form-element__label{font-size:.75rem}.slds-checkbox.slds-checkbox_stacked .slds-checkbox_faux{order:1;margin-bottom:1px}.slds-checkbox.slds-checkbox_stacked .slds-required{float:left}.slds-has-error .slds-checkbox [type=checkbox]+.slds-checkbox--faux,.slds-has-error .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox--faux,.slds-has-error .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox_faux,.slds-has-error .slds-checkbox [type=checkbox]+.slds-checkbox_faux,.slds-has-error .slds-checkbox [type=checkbox]~.slds-checkbox--faux,.slds-has-error .slds-checkbox [type=checkbox]~.slds-checkbox_faux{border-color:#c23934;border-width:2px}.slds-has-error .slds-checkbox [type=checkbox]:checked+.slds-checkbox--faux,.slds-has-error .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox--faux,.slds-has-error .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux,.slds-has-error .slds-checkbox [type=checkbox]:checked+.slds-checkbox_faux,.slds-has-error .slds-checkbox [type=checkbox]:checked~.slds-checkbox--faux,.slds-has-error .slds-checkbox [type=checkbox]:checked~.slds-checkbox_faux{border-color:#c23934;background-color:#fff}.slds-has-error .slds-checkbox [type=checkbox]:checked+.slds-checkbox--faux:after,.slds-has-error .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox--faux:after,.slds-has-error .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after,.slds-has-error .slds-checkbox [type=checkbox]:checked+.slds-checkbox_faux:after,.slds-has-error .slds-checkbox [type=checkbox]:checked~.slds-checkbox--faux:after,.slds-has-error .slds-checkbox [type=checkbox]:checked~.slds-checkbox_faux:after{border-color:#d4504c}.slds-form-element .slds-checkbox [type=checkbox]+.slds-checkbox--faux,.slds-form-element .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox--faux,.slds-form-element .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox_faux,.slds-form-element .slds-checkbox [type=checkbox]+.slds-checkbox_faux,.slds-form-element .slds-checkbox [type=checkbox]~.slds-checkbox--faux,.slds-form-element .slds-checkbox [type=checkbox]~.slds-checkbox_faux{margin-right:.5rem}.slds-checkbox_standalone{pointer-events:none}.slds-checkbox_standalone [type=checkbox]{width:1rem;height:1rem;margin:0;clip:auto;opacity:0}.slds-checkbox_standalone .slds-checkbox_faux{display:block}.slds-checkbox--toggle,.slds-checkbox_toggle{width:100%}.slds-checkbox--toggle .slds-checkbox--faux,.slds-checkbox--toggle .slds-checkbox_faux,.slds-checkbox_toggle .slds-checkbox--faux,.slds-checkbox_toggle .slds-checkbox_faux{display:block;position:relative;width:3rem;height:1.5rem;border:1px solid #b0adab;padding:.125rem;background-color:#b0adab;border-radius:15rem;transition:background-color .2s cubic-bezier(.75,0,.08,1)}.slds-checkbox--toggle .slds-checkbox--faux:focus,.slds-checkbox--toggle .slds-checkbox--faux:hover,.slds-checkbox--toggle .slds-checkbox_faux:focus,.slds-checkbox--toggle .slds-checkbox_faux:hover,.slds-checkbox_toggle .slds-checkbox--faux:focus,.slds-checkbox_toggle .slds-checkbox--faux:hover,.slds-checkbox_toggle .slds-checkbox_faux:focus,.slds-checkbox_toggle .slds-checkbox_faux:hover{cursor:pointer;background-color:#969492}.slds-checkbox--toggle .slds-checkbox--faux:after,.slds-checkbox--toggle .slds-checkbox_faux:after,.slds-checkbox_toggle .slds-checkbox--faux:after,.slds-checkbox_toggle .slds-checkbox_faux:after{content:"";position:absolute;top:1px;left:1px;width:1.25rem;height:1.25rem;background-color:#fff;border-radius:15rem}.slds-checkbox--toggle [type=checkbox],.slds-checkbox_toggle [type=checkbox]{width:1px;height:1px;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}.slds-checkbox--toggle [type=checkbox]+.slds-checkbox--faux_container,.slds-checkbox--toggle [type=checkbox]+.slds-checkbox_faux_container,.slds-checkbox_toggle [type=checkbox]+.slds-checkbox--faux_container,.slds-checkbox_toggle [type=checkbox]+.slds-checkbox_faux_container{font-size:.625rem;color:#3e3e3c}.slds-checkbox--toggle [type=checkbox]+.slds-checkbox--faux_container .slds-checkbox--off,.slds-checkbox--toggle [type=checkbox]+.slds-checkbox--faux_container .slds-checkbox_off,.slds-checkbox--toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox--off,.slds-checkbox--toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox_off,.slds-checkbox_toggle [type=checkbox]+.slds-checkbox--faux_container .slds-checkbox--off,.slds-checkbox_toggle [type=checkbox]+.slds-checkbox--faux_container .slds-checkbox_off,.slds-checkbox_toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox--off,.slds-checkbox_toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox_off{display:block}.slds-checkbox--toggle [type=checkbox]+.slds-checkbox--faux_container .slds-checkbox--on,.slds-checkbox--toggle [type=checkbox]+.slds-checkbox--faux_container .slds-checkbox_on,.slds-checkbox--toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox--on,.slds-checkbox--toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox_on,.slds-checkbox_toggle [type=checkbox]+.slds-checkbox--faux_container .slds-checkbox--on,.slds-checkbox_toggle [type=checkbox]+.slds-checkbox--faux_container .slds-checkbox_on,.slds-checkbox_toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox--on,.slds-checkbox_toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox_on{display:none}.slds-checkbox--toggle [type=checkbox]:focus+.slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox]:focus+.slds-checkbox--faux_container .slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox]:focus+.slds-checkbox_faux,.slds-checkbox--toggle [type=checkbox]:focus+.slds-checkbox_faux_container .slds-checkbox_faux,.slds-checkbox--toggle [type=checkbox]:focus~.slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox]:focus~.slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox]:focus+.slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox]:focus+.slds-checkbox--faux_container .slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox]:focus+.slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox]:focus+.slds-checkbox_faux_container .slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox]:focus~.slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox]:focus~.slds-checkbox_faux{background-color:#969492;border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--off,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_off,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--off,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_off{display:none}.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--on,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_on,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--on,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_on{display:block}.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux,.slds-checkbox--toggle [type=checkbox]:checked~.slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox]:checked~.slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox_faux{border-color:#0070d2;background-color:#0070d2}.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux:focus,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux:hover,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:focus,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:hover,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux:focus,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux:hover,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:focus,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:hover,.slds-checkbox--toggle [type=checkbox]:checked~.slds-checkbox--faux:focus,.slds-checkbox--toggle [type=checkbox]:checked~.slds-checkbox--faux:hover,.slds-checkbox--toggle [type=checkbox]:checked~.slds-checkbox_faux:focus,.slds-checkbox--toggle [type=checkbox]:checked~.slds-checkbox_faux:hover,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux:focus,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux:hover,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:focus,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:hover,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux:focus,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux:hover,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:focus,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:hover,.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox--faux:focus,.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox--faux:hover,.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox_faux:focus,.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox_faux:hover{background-color:#005fb2}.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux:before,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:before,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux:before,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:before,.slds-checkbox--toggle [type=checkbox]:checked~.slds-checkbox--faux:before,.slds-checkbox--toggle [type=checkbox]:checked~.slds-checkbox_faux:before,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux:before,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:before,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux:before,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:before,.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox--faux:before,.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox_faux:before{content:"";position:absolute;top:1px;right:1px;width:1.25rem;height:1.25rem;background-color:#fff;border-radius:15rem;transition:transform .2s cubic-bezier(.75,0,.08,1)}.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux:after,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:after,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux:after,.slds-checkbox--toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:after,.slds-checkbox--toggle [type=checkbox]:checked~.slds-checkbox--faux:after,.slds-checkbox--toggle [type=checkbox]:checked~.slds-checkbox_faux:after,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux:after,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:after,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux:after,.slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:after,.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox--faux:after,.slds-checkbox_toggle [type=checkbox]:checked~.slds-checkbox_faux:after{content:" ";position:absolute;top:.25rem;left:.6rem;height:.7rem;width:.45rem;border-bottom:2px solid #fff;/*! @noflip */border-right:2px solid #fff;border-radius:0;background-color:transparent;transform:rotate(45deg)}.slds-checkbox--toggle [type=checkbox]:checked:focus+.slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox]:checked:focus+.slds-checkbox--faux_container .slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox]:checked:focus+.slds-checkbox_faux,.slds-checkbox--toggle [type=checkbox]:checked:focus+.slds-checkbox_faux_container .slds-checkbox_faux,.slds-checkbox--toggle [type=checkbox]:checked:focus~.slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox]:checked:focus~.slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox]:checked:focus+.slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox]:checked:focus+.slds-checkbox--faux_container .slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox]:checked:focus+.slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox]:checked:focus+.slds-checkbox_faux_container .slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox]:checked:focus~.slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox]:checked:focus~.slds-checkbox_faux{background-color:#005fb2}.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox--faux_container .slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox_faux,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox_faux_container .slds-checkbox_faux,.slds-checkbox--toggle [type=checkbox][disabled]~.slds-checkbox--faux,.slds-checkbox--toggle [type=checkbox][disabled]~.slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox--faux_container .slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox_faux_container .slds-checkbox_faux,.slds-checkbox_toggle [type=checkbox][disabled]~.slds-checkbox--faux,.slds-checkbox_toggle [type=checkbox][disabled]~.slds-checkbox_faux{background-color:#b0adab;pointer-events:none}.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox--faux:after,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox--faux_container .slds-checkbox--faux:after,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox_faux:after,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox_faux_container .slds-checkbox_faux:after,.slds-checkbox--toggle [type=checkbox][disabled]~.slds-checkbox--faux:after,.slds-checkbox--toggle [type=checkbox][disabled]~.slds-checkbox_faux:after,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox--faux:after,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox--faux_container .slds-checkbox--faux:after,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox_faux:after,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox_faux_container .slds-checkbox_faux:after,.slds-checkbox_toggle [type=checkbox][disabled]~.slds-checkbox--faux:after,.slds-checkbox_toggle [type=checkbox][disabled]~.slds-checkbox_faux:after{background-color:#dddbda}.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox--faux:focus,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox--faux:hover,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox--faux_container .slds-checkbox--faux:focus,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox--faux_container .slds-checkbox--faux:hover,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox_faux:focus,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox_faux:hover,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox_faux_container .slds-checkbox_faux:focus,.slds-checkbox--toggle [type=checkbox][disabled]+.slds-checkbox_faux_container .slds-checkbox_faux:hover,.slds-checkbox--toggle [type=checkbox][disabled]~.slds-checkbox--faux:focus,.slds-checkbox--toggle [type=checkbox][disabled]~.slds-checkbox--faux:hover,.slds-checkbox--toggle [type=checkbox][disabled]~.slds-checkbox_faux:focus,.slds-checkbox--toggle [type=checkbox][disabled]~.slds-checkbox_faux:hover,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox--faux:focus,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox--faux:hover,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox--faux_container .slds-checkbox--faux:focus,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox--faux_container .slds-checkbox--faux:hover,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox_faux:focus,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox_faux:hover,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox_faux_container .slds-checkbox_faux:focus,.slds-checkbox_toggle [type=checkbox][disabled]+.slds-checkbox_faux_container .slds-checkbox_faux:hover,.slds-checkbox_toggle [type=checkbox][disabled]~.slds-checkbox--faux:focus,.slds-checkbox_toggle [type=checkbox][disabled]~.slds-checkbox--faux:hover,.slds-checkbox_toggle [type=checkbox][disabled]~.slds-checkbox_faux:focus,.slds-checkbox_toggle [type=checkbox][disabled]~.slds-checkbox_faux:hover{background-color:#b0adab;cursor:default}.slds-checkbox--toggle [type=checkbox][disabled]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:before,.slds-checkbox--toggle [type=checkbox][disabled]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:before,.slds-checkbox_toggle [type=checkbox][disabled]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:before,.slds-checkbox_toggle [type=checkbox][disabled]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:before{background-color:#dddbda}.slds-checkbox--toggle [type=checkbox][disabled]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:after,.slds-checkbox--toggle [type=checkbox][disabled]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:after,.slds-checkbox_toggle [type=checkbox][disabled]:checked+.slds-checkbox--faux_container .slds-checkbox--faux:after,.slds-checkbox_toggle [type=checkbox][disabled]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:after{background-color:transparent}.slds-checkbox--add-button .slds-checkbox--faux,.slds-checkbox--add-button .slds-checkbox_faux,.slds-checkbox_add-button .slds-checkbox--faux,.slds-checkbox_add-button .slds-checkbox_faux{width:2rem;height:2rem;position:relative;display:inline-block;border:1px solid #dddbda;border-radius:.25rem;background-color:#fff;cursor:pointer}.slds-checkbox--add-button .slds-checkbox--faux:after,.slds-checkbox--add-button .slds-checkbox--faux:before,.slds-checkbox--add-button .slds-checkbox_faux:after,.slds-checkbox--add-button .slds-checkbox_faux:before,.slds-checkbox_add-button .slds-checkbox--faux:after,.slds-checkbox_add-button .slds-checkbox--faux:before,.slds-checkbox_add-button .slds-checkbox_faux:after,.slds-checkbox_add-button .slds-checkbox_faux:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;height:.875rem;width:.125rem;margin:auto;background:#0070d2}.slds-checkbox--add-button .slds-checkbox--faux:after,.slds-checkbox--add-button .slds-checkbox_faux:after,.slds-checkbox_add-button .slds-checkbox--faux:after,.slds-checkbox_add-button .slds-checkbox_faux:after{width:.875rem;height:.125rem}.slds-checkbox--add-button .slds-checkbox--faux:focus:not([disabled]),.slds-checkbox--add-button .slds-checkbox--faux:hover:not([disabled]),.slds-checkbox--add-button .slds-checkbox_faux:focus:not([disabled]),.slds-checkbox--add-button .slds-checkbox_faux:hover:not([disabled]),.slds-checkbox_add-button .slds-checkbox--faux:focus:not([disabled]),.slds-checkbox_add-button .slds-checkbox--faux:hover:not([disabled]),.slds-checkbox_add-button .slds-checkbox_faux:focus:not([disabled]),.slds-checkbox_add-button .slds-checkbox_faux:hover:not([disabled]){border:1px solid #dddbda;background-color:#f4f6f9}.slds-checkbox--add-button .slds-checkbox--faux:active,.slds-checkbox--add-button .slds-checkbox_faux:active,.slds-checkbox_add-button .slds-checkbox--faux:active,.slds-checkbox_add-button .slds-checkbox_faux:active{background-color:#eef1f6}.slds-checkbox--add-button [type=checkbox]:checked+.slds-checkbox--faux,.slds-checkbox--add-button [type=checkbox]:checked+.slds-checkbox_faux,.slds-checkbox--add-button [type=checkbox]:checked~.slds-checkbox--faux,.slds-checkbox--add-button [type=checkbox]:checked~.slds-checkbox_faux,.slds-checkbox_add-button [type=checkbox]:checked+.slds-checkbox--faux,.slds-checkbox_add-button [type=checkbox]:checked+.slds-checkbox_faux,.slds-checkbox_add-button [type=checkbox]:checked~.slds-checkbox--faux,.slds-checkbox_add-button [type=checkbox]:checked~.slds-checkbox_faux{border-color:transparent;background:#005fb2}.slds-checkbox--add-button [type=checkbox]:checked+.slds-checkbox--faux:after,.slds-checkbox--add-button [type=checkbox]:checked+.slds-checkbox--faux:before,.slds-checkbox--add-button [type=checkbox]:checked+.slds-checkbox_faux:after,.slds-checkbox--add-button [type=checkbox]:checked+.slds-checkbox_faux:before,.slds-checkbox--add-button [type=checkbox]:checked~.slds-checkbox--faux:after,.slds-checkbox--add-button [type=checkbox]:checked~.slds-checkbox--faux:before,.slds-checkbox--add-button [type=checkbox]:checked~.slds-checkbox_faux:after,.slds-checkbox--add-button [type=checkbox]:checked~.slds-checkbox_faux:before,.slds-checkbox_add-button [type=checkbox]:checked+.slds-checkbox--faux:after,.slds-checkbox_add-button [type=checkbox]:checked+.slds-checkbox--faux:before,.slds-checkbox_add-button [type=checkbox]:checked+.slds-checkbox_faux:after,.slds-checkbox_add-button [type=checkbox]:checked+.slds-checkbox_faux:before,.slds-checkbox_add-button [type=checkbox]:checked~.slds-checkbox--faux:after,.slds-checkbox_add-button [type=checkbox]:checked~.slds-checkbox--faux:before,.slds-checkbox_add-button [type=checkbox]:checked~.slds-checkbox_faux:after,.slds-checkbox_add-button [type=checkbox]:checked~.slds-checkbox_faux:before{background:#fff}.slds-checkbox--add-button [type=checkbox]:checked+.slds-checkbox--faux:before,.slds-checkbox--add-button [type=checkbox]:checked+.slds-checkbox_faux:before,.slds-checkbox--add-button [type=checkbox]:checked~.slds-checkbox--faux:before,.slds-checkbox--add-button [type=checkbox]:checked~.slds-checkbox_faux:before,.slds-checkbox_add-button [type=checkbox]:checked+.slds-checkbox--faux:before,.slds-checkbox_add-button [type=checkbox]:checked+.slds-checkbox_faux:before,.slds-checkbox_add-button [type=checkbox]:checked~.slds-checkbox--faux:before,.slds-checkbox_add-button [type=checkbox]:checked~.slds-checkbox_faux:before{left:.3125rem;width:.125rem;height:1rem;transform:rotate(40deg)}.slds-checkbox--add-button [type=checkbox]:checked+.slds-checkbox--faux:after,.slds-checkbox--add-button [type=checkbox]:checked+.slds-checkbox_faux:after,.slds-checkbox--add-button [type=checkbox]:checked~.slds-checkbox--faux:after,.slds-checkbox--add-button [type=checkbox]:checked~.slds-checkbox_faux:after,.slds-checkbox_add-button [type=checkbox]:checked+.slds-checkbox--faux:after,.slds-checkbox_add-button [type=checkbox]:checked+.slds-checkbox_faux:after,.slds-checkbox_add-button [type=checkbox]:checked~.slds-checkbox--faux:after,.slds-checkbox_add-button [type=checkbox]:checked~.slds-checkbox_faux:after{top:.3125rem;left:-.625rem;width:.5625rem;height:.125rem;transform:rotate(40deg)}.slds-checkbox--add-button [type=checkbox]:focus+.slds-checkbox--faux,.slds-checkbox--add-button [type=checkbox]:focus+.slds-checkbox_faux,.slds-checkbox--add-button [type=checkbox]:focus~.slds-checkbox--faux,.slds-checkbox--add-button [type=checkbox]:focus~.slds-checkbox_faux,.slds-checkbox_add-button [type=checkbox]:focus+.slds-checkbox--faux,.slds-checkbox_add-button [type=checkbox]:focus+.slds-checkbox_faux,.slds-checkbox_add-button [type=checkbox]:focus~.slds-checkbox--faux,.slds-checkbox_add-button [type=checkbox]:focus~.slds-checkbox_faux{outline:0;box-shadow:0 0 3px #0070d2;border-color:#1589ee}.slds-checkbox--add-button [type=checkbox][disabled]+.slds-checkbox--faux,.slds-checkbox--add-button [type=checkbox][disabled]+.slds-checkbox_faux,.slds-checkbox--add-button [type=checkbox][disabled]~.slds-checkbox--faux,.slds-checkbox--add-button [type=checkbox][disabled]~.slds-checkbox_faux,.slds-checkbox_add-button [type=checkbox][disabled]+.slds-checkbox--faux,.slds-checkbox_add-button [type=checkbox][disabled]+.slds-checkbox_faux,.slds-checkbox_add-button [type=checkbox][disabled]~.slds-checkbox--faux,.slds-checkbox_add-button [type=checkbox][disabled]~.slds-checkbox_faux{background-color:#e0e5ee;border-color:transparent;color:#fff;cursor:default}.slds-checkbox--add-button [type=checkbox][disabled]+.slds-checkbox--faux:after,.slds-checkbox--add-button [type=checkbox][disabled]+.slds-checkbox--faux:before,.slds-checkbox--add-button [type=checkbox][disabled]+.slds-checkbox_faux:after,.slds-checkbox--add-button [type=checkbox][disabled]+.slds-checkbox_faux:before,.slds-checkbox--add-button [type=checkbox][disabled]~.slds-checkbox--faux:after,.slds-checkbox--add-button [type=checkbox][disabled]~.slds-checkbox--faux:before,.slds-checkbox--add-button [type=checkbox][disabled]~.slds-checkbox_faux:after,.slds-checkbox--add-button [type=checkbox][disabled]~.slds-checkbox_faux:before,.slds-checkbox_add-button [type=checkbox][disabled]+.slds-checkbox--faux:after,.slds-checkbox_add-button [type=checkbox][disabled]+.slds-checkbox--faux:before,.slds-checkbox_add-button [type=checkbox][disabled]+.slds-checkbox_faux:after,.slds-checkbox_add-button [type=checkbox][disabled]+.slds-checkbox_faux:before,.slds-checkbox_add-button [type=checkbox][disabled]~.slds-checkbox--faux:after,.slds-checkbox_add-button [type=checkbox][disabled]~.slds-checkbox--faux:before,.slds-checkbox_add-button [type=checkbox][disabled]~.slds-checkbox_faux:after,.slds-checkbox_add-button [type=checkbox][disabled]~.slds-checkbox_faux:before{background:#969492}.slds-checkbox--add-button [type=checkbox][disabled]:checked+.slds-checkbox_faux,.slds-checkbox--add-button [type=checkbox][disabled]:checked~.slds-checkbox_faux,.slds-checkbox_add-button [type=checkbox][disabled]:checked+.slds-checkbox_faux,.slds-checkbox_add-button [type=checkbox][disabled]:checked~.slds-checkbox_faux{background-color:#fff}.slds-checkbox-button{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dddbda;border-radius:.25rem;color:#005fb2;cursor:pointer}.slds-checkbox-button_is-checked{background-color:#005fb2;border-color:transparent;color:#fff}.slds-checkbox-button_is-disabled{background-color:#fff;border-color:#dddbda;color:#dddbda;cursor:default}.slds-checkbox-button_is-disabled.slds-checkbox-button_is-checked{background-color:#e0e5ee;border-color:transparent;color:#fff}.slds-checkbox-button_is-focused{outline:0;box-shadow:0 0 3px #0070d2;border-color:#1589ee}.slds-checkbox--button-group,.slds-checkbox_button-group{display:inline-flex;background-color:#fff;border:1px solid #dddbda;border-radius:.25rem}.slds-checkbox--button,.slds-checkbox_button{display:flex;border:0;border-radius:0;background-clip:padding-box}.slds-checkbox--button .slds-checkbox--faux,.slds-checkbox--button .slds-checkbox_faux,.slds-checkbox_button .slds-checkbox--faux,.slds-checkbox_button .slds-checkbox_faux{padding-left:1rem;padding-right:1rem;text-align:center;vertical-align:middle;position:relative;background-color:#fff;transition:border .1s linear,background-color .1s linear}.slds-checkbox--button .slds-checkbox--faux:focus,.slds-checkbox--button .slds-checkbox--faux:hover,.slds-checkbox--button .slds-checkbox_faux:focus,.slds-checkbox--button .slds-checkbox_faux:hover,.slds-checkbox_button .slds-checkbox--faux:focus,.slds-checkbox_button .slds-checkbox--faux:hover,.slds-checkbox_button .slds-checkbox_faux:focus,.slds-checkbox_button .slds-checkbox_faux:hover{cursor:pointer;background-color:#f4f6f9}.slds-checkbox--button .slds-checkbox--button__label .slds-checkbox--faux,.slds-checkbox--button .slds-checkbox_button__label .slds-checkbox_faux,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox--button__label .slds-checkbox--faux,.slds-checkbox_button .slds-checkbox--button__label .slds-checkbox--faux,.slds-checkbox_button .slds-checkbox_button__label .slds-checkbox_faux,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox--button__label .slds-checkbox--faux{background-color:transparent}.slds-checkbox--button+.slds-checkbox--button,.slds-checkbox--button+.slds-checkbox_button,.slds-checkbox_button+.slds-checkbox--button,.slds-checkbox_button+.slds-checkbox_button{border-left:1px solid #dddbda;border-radius:0;margin:0}.slds-checkbox--button:first-child>.slds-checkbox--button__label,.slds-checkbox--button:first-child>.slds-checkbox--faux,.slds-checkbox--button:first-child>.slds-checkbox_button__label,.slds-checkbox--button:first-child>.slds-checkbox_faux,.slds-checkbox_button:first-child>.slds-checkbox--button__label,.slds-checkbox_button:first-child>.slds-checkbox--faux,.slds-checkbox_button:first-child>.slds-checkbox_button__label,.slds-checkbox_button:first-child>.slds-checkbox_faux{border-radius:.25rem 0 0 .25rem}.slds-checkbox--button .slds-button--last>.slds-checkbox--faux,.slds-checkbox--button .slds-button_last>.slds-checkbox_faux,.slds-checkbox--button:last-child>.slds-checkbox--button__label,.slds-checkbox--button:last-child>.slds-checkbox--faux,.slds-checkbox--button:last-child>.slds-checkbox_button__label,.slds-checkbox--button:last-child>.slds-checkbox_faux,.slds-checkbox_button .slds-button--last>.slds-checkbox--faux,.slds-checkbox_button .slds-button_last>.slds-checkbox_faux,.slds-checkbox_button:last-child>.slds-checkbox--button__label,.slds-checkbox_button:last-child>.slds-checkbox--faux,.slds-checkbox_button:last-child>.slds-checkbox_button__label,.slds-checkbox_button:last-child>.slds-checkbox_faux{border-radius:0 .25rem .25rem 0}.slds-checkbox--button [type=checkbox],.slds-checkbox_button [type=checkbox]{width:1px;height:1px;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox--button__label,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox--faux,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox_button__label,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox_faux,.slds-checkbox--button [type=checkbox]:checked~.slds-checkbox--faux,.slds-checkbox--button [type=checkbox]:checked~.slds-checkbox_faux,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox--button__label,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox--faux,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox_button__label,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox_faux,.slds-checkbox_button [type=checkbox]:checked~.slds-checkbox--faux,.slds-checkbox_button [type=checkbox]:checked~.slds-checkbox_faux{background-color:#0070d2;color:#fff}.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox--button__label:focus,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox--button__label:hover,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox--faux:focus,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox--faux:hover,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox_button__label:focus,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox_button__label:hover,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox_faux:focus,.slds-checkbox--button [type=checkbox]:checked+.slds-checkbox_faux:hover,.slds-checkbox--button [type=checkbox]:checked~.slds-checkbox--faux:focus,.slds-checkbox--button [type=checkbox]:checked~.slds-checkbox--faux:hover,.slds-checkbox--button [type=checkbox]:checked~.slds-checkbox_faux:focus,.slds-checkbox--button [type=checkbox]:checked~.slds-checkbox_faux:hover,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox--button__label:focus,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox--button__label:hover,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox--faux:focus,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox--faux:hover,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox_button__label:focus,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox_button__label:hover,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox_faux:focus,.slds-checkbox_button [type=checkbox]:checked+.slds-checkbox_faux:hover,.slds-checkbox_button [type=checkbox]:checked~.slds-checkbox--faux:focus,.slds-checkbox_button [type=checkbox]:checked~.slds-checkbox--faux:hover,.slds-checkbox_button [type=checkbox]:checked~.slds-checkbox_faux:focus,.slds-checkbox_button [type=checkbox]:checked~.slds-checkbox_faux:hover{background-color:#005fb2}.slds-checkbox--button [type=checkbox]:focus+.slds-checkbox--button__label,.slds-checkbox--button [type=checkbox]:focus+.slds-checkbox--faux,.slds-checkbox--button [type=checkbox]:focus+.slds-checkbox_button__label,.slds-checkbox--button [type=checkbox]:focus+.slds-checkbox_faux,.slds-checkbox--button [type=checkbox]:focus~.slds-checkbox--faux,.slds-checkbox--button [type=checkbox]:focus~.slds-checkbox_faux,.slds-checkbox_button [type=checkbox]:focus+.slds-checkbox--button__label,.slds-checkbox_button [type=checkbox]:focus+.slds-checkbox--faux,.slds-checkbox_button [type=checkbox]:focus+.slds-checkbox_button__label,.slds-checkbox_button [type=checkbox]:focus+.slds-checkbox_faux,.slds-checkbox_button [type=checkbox]:focus~.slds-checkbox--faux,.slds-checkbox_button [type=checkbox]:focus~.slds-checkbox_faux{outline:0;box-shadow:0 0 3px #0070d2;z-index:1}.slds-checkbox--button [type=checkbox][disabled]+.slds-checkbox--button__label,.slds-checkbox--button [type=checkbox][disabled]+.slds-checkbox--faux,.slds-checkbox--button [type=checkbox][disabled]+.slds-checkbox_button__label,.slds-checkbox--button [type=checkbox][disabled]+.slds-checkbox_faux,.slds-checkbox--button [type=checkbox][disabled]~.slds-checkbox--faux,.slds-checkbox--button [type=checkbox][disabled]~.slds-checkbox_faux,.slds-checkbox_button [type=checkbox][disabled]+.slds-checkbox--button__label,.slds-checkbox_button [type=checkbox][disabled]+.slds-checkbox--faux,.slds-checkbox_button [type=checkbox][disabled]+.slds-checkbox_button__label,.slds-checkbox_button [type=checkbox][disabled]+.slds-checkbox_faux,.slds-checkbox_button [type=checkbox][disabled]~.slds-checkbox--faux,.slds-checkbox_button [type=checkbox][disabled]~.slds-checkbox_faux{background-color:#fff;color:#dddbda;cursor:default}.slds-checkbox--button [type=checkbox][disabled]:checked+.slds-checkbox--button__label,.slds-checkbox--button [type=checkbox][disabled]:checked+.slds-checkbox--faux,.slds-checkbox--button [type=checkbox][disabled]:checked+.slds-checkbox_button__label,.slds-checkbox--button [type=checkbox][disabled]:checked+.slds-checkbox_faux,.slds-checkbox--button [type=checkbox][disabled]:checked~.slds-checkbox--faux,.slds-checkbox--button [type=checkbox][disabled]:checked~.slds-checkbox_faux,.slds-checkbox_button [type=checkbox][disabled]:checked+.slds-checkbox--button__label,.slds-checkbox_button [type=checkbox][disabled]:checked+.slds-checkbox--faux,.slds-checkbox_button [type=checkbox][disabled]:checked+.slds-checkbox_button__label,.slds-checkbox_button [type=checkbox][disabled]:checked+.slds-checkbox_faux,.slds-checkbox_button [type=checkbox][disabled]:checked~.slds-checkbox--faux,.slds-checkbox_button [type=checkbox][disabled]:checked~.slds-checkbox_faux{background-color:#c9c7c5;color:#fff;cursor:default}.slds-select{background-color:#fff;border:1px solid #dddbda;border-radius:.25rem;width:100%;transition:border .1s linear,background-color .1s linear;height:calc(1.875rem + 2px)}.slds-select:required{box-shadow:none}.slds-select:active,.slds-select:focus{outline:0;border-color:#1589ee;background-color:#fff;box-shadow:0 0 3px #0070d2}.slds-select.slds-is-disabled,.slds-select[disabled]{background-color:#ecebea;border-color:#c9c7c5;cursor:not-allowed;user-select:none}.slds-select.slds-is-disabled:active,.slds-select.slds-is-disabled:focus,.slds-select[disabled]:active,.slds-select[disabled]:focus{box-shadow:none}.slds-select[multiple],.slds-select[size]{min-height:calc(1.875rem + 2px);height:inherit}.slds-select[multiple] option,.slds-select[size] option{padding:.5rem}.slds-select_container{position:relative}.slds-select_container .slds-select{-moz-appearance:none;-webkit-appearance:none;padding-left:.5rem;padding-right:1.5rem}.slds-select_container .slds-select::-ms-expand{display:none}.slds-select_container:after,.slds-select_container:before{position:absolute;content:"";display:block;right:.5rem;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;pointer-events:none}.slds-select_container:before{border-bottom:5px solid #061c3f;top:calc(.875rem - 6px)}.slds-select_container:after{border-top:5px solid #061c3f;bottom:calc(.875rem - 6px)}.slds-has-error .slds-select{background-color:#fff;border-color:#c23934;box-shadow:inset 0 0 0 1px #c23934;background-clip:padding-box}.slds-has-error .slds-select:active,.slds-has-error .slds-select:focus{box-shadow:inset 0 0 0 1px #c23934,0 0 3px #0070d2}.slds-form--inline .slds-form-element,.slds-form--inline .slds-form-element__control,.slds-form--inline .slds-form-element__label,.slds-form_inline .slds-form-element,.slds-form_inline .slds-form-element__control,.slds-form_inline .slds-form-element__label{display:block}.slds-form--inline .slds-form-element+.slds-form-element,.slds-form_inline .slds-form-element+.slds-form-element{margin-top:.75rem}@media (min-width:30em){.slds-form--inline .slds-form-element,.slds-form_inline .slds-form-element{margin-right:.5rem}.slds-form--inline .slds-form-element+.slds-form-element,.slds-form_inline .slds-form-element+.slds-form-element{margin-top:0}.slds-form--inline .slds-form-element,.slds-form--inline .slds-form-element__control,.slds-form--inline .slds-form-element__label,.slds-form_inline .slds-form-element,.slds-form_inline .slds-form-element__control,.slds-form_inline .slds-form-element__label{display:inline-block;vertical-align:middle;margin-bottom:0}}.slds-form-element__legend_has-tooltip{float:left}.slds-form--compound .slds-form-element__control,.slds-form_compound .slds-form-element__control{position:relative}.slds-form--compound .slds-form-element__control+.slds-form-element__control,.slds-form_compound .slds-form-element__control+.slds-form-element__control{padding-left:.5rem}.slds-form--compound,.slds-form_compound{width:100%}.slds-form--compound .slds-form-element__row,.slds-form_compound .slds-form-element__row{display:flex;margin-bottom:.25rem}.slds-form--compound .slds-form-element__row+.slds-form-element__row,.slds-form_compound .slds-form-element__row+.slds-form-element__row{clear:both}.slds-form--compound .slds-form-element__row .slds-form-element,.slds-form_compound .slds-form-element__row .slds-form-element{margin-bottom:0}.slds-form--compound .slds-form-element__row .slds-form-element+.slds-form-element,.slds-form_compound .slds-form-element__row .slds-form-element+.slds-form-element{padding-left:.5rem;margin-top:0}.slds-form--compound .slds-form-element__row .slds-form-element__label,.slds-form_compound .slds-form-element__row .slds-form-element__label{padding-top:0}.slds-form-element_stacked,.slds-form_horizontal .slds-form-element_stacked,.slds-form_stacked .slds-form-element{display:block}.slds-form-element_stacked:not(.slds-form-element_readonly),.slds-form_horizontal .slds-form-element_stacked:not(.slds-form-element_readonly),.slds-form_stacked .slds-form-element:not(.slds-form-element_readonly){margin-bottom:.5rem}.slds-form-element_stacked:not(.slds-is-editing),.slds-form_horizontal .slds-form-element_stacked:not(.slds-is-editing),.slds-form_stacked .slds-form-element:not(.slds-is-editing){padding:0 .25rem}.slds-form-element_stacked .slds-form-element,.slds-form_horizontal .slds-form-element_stacked .slds-form-element,.slds-form_stacked .slds-form-element .slds-form-element{padding:0;margin-bottom:0}.slds-form-element_stacked:not([class*=slds-size]),.slds-form_horizontal .slds-form-element_stacked:not([class*=slds-size]),.slds-form_stacked .slds-form-element:not([class*=slds-size]){width:100%;flex-basis:100%}.slds-form-element_stacked .slds-checkbox,.slds-form-element_stacked .slds-radio,.slds-form_horizontal .slds-form-element_stacked .slds-checkbox,.slds-form_horizontal .slds-form-element_stacked .slds-radio,.slds-form_stacked .slds-form-element .slds-checkbox,.slds-form_stacked .slds-form-element .slds-radio{display:block}.slds-form-element_stacked .slds-form-element__control,.slds-form-element_stacked .slds-form-element__label,.slds-form_horizontal .slds-form-element_stacked .slds-form-element__control,.slds-form_horizontal .slds-form-element_stacked .slds-form-element__label,.slds-form_stacked .slds-form-element .slds-form-element__control,.slds-form_stacked .slds-form-element .slds-form-element__label{border-bottom:0;padding-left:0}.slds-form-element_stacked .slds-form-element__control,.slds-form_horizontal .slds-form-element_stacked .slds-form-element__control,.slds-form_stacked .slds-form-element .slds-form-element__control{width:100%;flex-basis:100%;clear:left}.slds-form-element_stacked .slds-form-element__icon,.slds-form_horizontal .slds-form-element_stacked .slds-form-element__icon,.slds-form_stacked .slds-form-element .slds-form-element__icon{float:none;padding-top:.25rem}.slds-form-element_horizontal,.slds-form_horizontal .slds-form-element,.slds-form_stacked .slds-form-element_horizontal{display:block}.slds-form-element_horizontal:not(.slds-form-element_readonly),.slds-form_horizontal .slds-form-element:not(.slds-form-element_readonly),.slds-form_stacked .slds-form-element_horizontal:not(.slds-form-element_readonly){margin-bottom:.5rem}.slds-form-element_horizontal:not([class*=slds-size]),.slds-form_horizontal .slds-form-element:not([class*=slds-size]),.slds-form_stacked .slds-form-element_horizontal:not([class*=slds-size]){width:100%;flex-basis:100%}.slds-form-element_horizontal:not(.slds-is-editing),.slds-form_horizontal .slds-form-element:not(.slds-is-editing),.slds-form_stacked .slds-form-element_horizontal:not(.slds-is-editing){padding:.25rem}.slds-form-element_horizontal .slds-form-element,.slds-form_horizontal .slds-form-element .slds-form-element,.slds-form_stacked .slds-form-element_horizontal .slds-form-element{padding:0;margin-bottom:0}.slds-form-element_horizontal.slds-is-edited,.slds-form_horizontal .slds-form-element.slds-is-edited,.slds-form_stacked .slds-form-element_horizontal.slds-is-edited{padding-top:1.25rem}@media (min-width:48em){.slds-form-element_horizontal.slds-form-element_1-col .slds-form-element__label,.slds-form_horizontal .slds-form-element.slds-form-element_1-col .slds-form-element__label,.slds-form_stacked .slds-form-element_horizontal.slds-form-element_1-col .slds-form-element__label{max-width:calc(16.667% - 1.25rem)}.slds-form-element_horizontal.slds-form-element_1-col .slds-form-element__control,.slds-form_horizontal .slds-form-element.slds-form-element_1-col .slds-form-element__control,.slds-form_stacked .slds-form-element_horizontal.slds-form-element_1-col .slds-form-element__control{padding-left:calc(16.667% - .5rem)}}@media (min-width:48em){.slds-form-element_horizontal .slds-form-element__label,.slds-form_horizontal .slds-form-element .slds-form-element__label,.slds-form_stacked .slds-form-element_horizontal .slds-form-element__label{float:left;max-width:calc(33% - 1.25rem);flex-basis:calc(33% - 1.25rem);margin-bottom:0;position:relative;z-index:1}.slds-form-element_horizontal .slds-form-element__control,.slds-form_horizontal .slds-form-element .slds-form-element__control,.slds-form_stacked .slds-form-element_horizontal .slds-form-element__control{padding-left:33%;clear:none}.slds-form-element_horizontal .slds-form-element__control .slds-form-element__control,.slds-form_horizontal .slds-form-element .slds-form-element__control .slds-form-element__control,.slds-form_stacked .slds-form-element_horizontal .slds-form-element__control .slds-form-element__control{padding-left:0}.slds-form-element_horizontal .slds-form-element__icon,.slds-form_horizontal .slds-form-element .slds-form-element__icon,.slds-form_stacked .slds-form-element_horizontal .slds-form-element__icon{float:left;padding-top:.25rem}.slds-form-element_horizontal .slds-checkbox_standalone,.slds-form_horizontal .slds-form-element .slds-checkbox_standalone,.slds-form_stacked .slds-form-element_horizontal .slds-checkbox_standalone{padding:.25rem 0}.slds-form-element_horizontal .slds-checkbox:not(.slds-checkbox_stacked) .slds-form-element__label,.slds-form-element_horizontal .slds-radio .slds-form-element__label,.slds-form_horizontal .slds-form-element .slds-checkbox:not(.slds-checkbox_stacked) .slds-form-element__label,.slds-form_horizontal .slds-form-element .slds-radio .slds-form-element__label,.slds-form_stacked .slds-form-element_horizontal .slds-checkbox:not(.slds-checkbox_stacked) .slds-form-element__label,.slds-form_stacked .slds-form-element_horizontal .slds-radio .slds-form-element__label{position:relative;float:none;max-width:100%;width:auto}.slds-form-element_horizontal .slds-dueling-list__column .slds-form-element__label,.slds-form-element_horizontal .slds-form-element__row .slds-form-element__control,.slds-form-element_horizontal .slds-form-element__row .slds-form-element__label,.slds-form_horizontal .slds-form-element .slds-dueling-list__column .slds-form-element__label,.slds-form_horizontal .slds-form-element .slds-form-element__row .slds-form-element__control,.slds-form_horizontal .slds-form-element .slds-form-element__row .slds-form-element__label,.slds-form_stacked .slds-form-element_horizontal .slds-dueling-list__column .slds-form-element__label,.slds-form_stacked .slds-form-element_horizontal .slds-form-element__row .slds-form-element__control,.slds-form_stacked .slds-form-element_horizontal .slds-form-element__row .slds-form-element__label{width:auto;max-width:100%;flex-basis:auto;float:none;position:relative;padding-left:0;margin-bottom:0}.slds-form-element_horizontal .slds-dueling-list,.slds-form_horizontal .slds-form-element .slds-dueling-list,.slds-form_stacked .slds-form-element_horizontal .slds-dueling-list{clear:none}.slds-form-element_horizontal .slds-input-has-icon_left-right .slds-input__icon_left,.slds-form-element_horizontal .slds-input-has-icon_left .slds-input__icon,.slds-form_horizontal .slds-form-element .slds-input-has-icon_left-right .slds-input__icon_left,.slds-form_horizontal .slds-form-element .slds-input-has-icon_left .slds-input__icon,.slds-form_stacked .slds-form-element_horizontal .slds-input-has-icon_left-right .slds-input__icon_left,.slds-form_stacked .slds-form-element_horizontal .slds-input-has-icon_left .slds-input__icon{left:calc(33% + .75rem)}}.slds-form-element_compound .slds-form-element__row{display:flex;margin-bottom:.25rem;margin-left:-.25rem;margin-right:-.25rem}.slds-form-element_compound .slds-form-element__row .slds-form-element__label{padding-top:0}.slds-form-element_compound .slds-form-element{padding-left:.25rem;padding-right:.25rem}.slds-form-element_address .slds-form-element__row{align-items:flex-end}.slds-form__row{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}.slds-form__item{display:flex;flex:1 1 0%;min-width:280px;padding-left:.75rem;padding-right:.75rem}.slds-is-edited{background:#faffbd}.slds-is-edited .slds-form-element__undo{top:-1.25rem;right:.25rem}.slds-form-element__undo{position:absolute;top:0;right:0}.slds-docked-form-footer{display:flex;justify-content:center;padding:.5rem 0;position:fixed;bottom:0;left:0;width:100%;background:#f3f2f2;box-shadow:0 -2px 2px 0 rgba(0,0,0,.16);z-index:8000}.slds-slider{display:flex;position:relative}.slds-slider__range{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%;background:transparent;border-radius:.125rem}.slds-slider__range:focus{outline:0}.slds-slider__range::-webkit-slider-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:1rem;height:1rem;border-radius:50%;background:#0070d2;border:0;box-shadow:0 2px 3px rgba(0,0,0,.16);cursor:pointer;transition:background .15s ease-in-out;margin-top:calc(-.5rem - -2px)}.slds-slider__range::-webkit-slider-thumb:hover{background-color:#005fb2}.slds-slider__range::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#ecebea;border-radius:.125rem}.slds-slider__range::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:1rem;height:1rem;border-radius:50%;background:#0070d2;border:0;box-shadow:0 2px 3px rgba(0,0,0,.16);cursor:pointer;transition:background .15s ease-in-out}.slds-slider__range::-moz-range-thumb:hover{background-color:#005fb2}.slds-slider__range::-moz-range-track{width:100%;height:4px;cursor:pointer;background:#ecebea;border-radius:.125rem}.slds-slider__range::-ms-track{width:100%;height:4px;background:#ecebea;border-radius:.125rem;border-color:transparent;color:transparent;cursor:pointer}.slds-slider__range::-ms-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:1rem;height:1rem;border-radius:50%;background:#0070d2;border:0;box-shadow:0 2px 3px rgba(0,0,0,.16);cursor:pointer;transition:background .15s ease-in-out;margin-top:1px}.slds-slider__range::-ms-thumb:hover{background-color:#005fb2}.slds-slider__range:focus::-webkit-slider-thumb{background-color:#005fb2;box-shadow:0 0 3px #0070d2}.slds-slider__range:active::-webkit-slider-thumb{background-color:#005fb2}.slds-slider__range:focus::-moz-range-thumb{background-color:#005fb2;box-shadow:0 0 3px #0070d2}.slds-slider__range:active::-moz-range-thumb{background-color:#005fb2}.slds-slider__range[disabled]::-webkit-slider-runnable-track,.slds-slider__range[disabled]::-webkit-slider-thumb{background-color:#ecebea;cursor:default}.slds-slider__range[disabled]::-moz-range-thumb{background-color:#ecebea;cursor:default}.slds-slider__range[disabled]::-moz-range-track{background-color:#ecebea}.slds-slider__range[disabled]::-ms-thumb,.slds-slider__range[disabled]::-ms-track{background-color:#ecebea;cursor:default}.slds-slider__value{padding:0 .5rem}.slds-slider-label__label{display:block}.slds-slider_vertical{height:13.875rem}.slds-slider_vertical .slds-slider__range{width:12rem;height:1rem;transform:rotate(-90deg);transform-origin:6rem 6rem}.slds-slider_vertical .slds-slider__value{position:absolute;left:0;bottom:0;padding:0}.slds-file-selector{display:inline-flex}.slds-file-selector__dropzone{padding:.125rem;border:1px dashed #dddbda;border-radius:.25rem}.slds-file-selector__dropzone.slds-has-drag-over{outline:0;border-color:#1589ee;box-shadow:0 0 3px #0070d2;border-style:solid}.slds-file-selector__input:focus~.slds-file-selector__body>.slds-file-selector__button{box-shadow:0 0 3px #0070d2}.slds-file-selector__input[disabled]~.slds-file-selector__body{color:#dddbda}.slds-file-selector__input[disabled]~.slds-file-selector__body>.slds-file-selector__button{background:#e0e5ee;border-color:transparent;color:#fff}.slds-file-selector__input[disabled]~.slds-file-selector__body>.slds-file-selector__body-icon{fill:currentColor}.slds-file-selector__button{display:inline-flex;align-items:center}.slds-file-selector--files .slds-file-selector__body,.slds-file-selector_files .slds-file-selector__body{display:flex;align-items:center}.slds-file-selector--files .slds-file-selector__text,.slds-file-selector_files .slds-file-selector__text{margin-left:.5rem;margin-right:.75rem}.slds-file-selector--images,.slds-file-selector_images{display:block}.slds-file-selector--images .slds-file-selector__dropzone,.slds-file-selector_images .slds-file-selector__dropzone{display:flex;justify-content:center;align-content:center;align-items:center;margin:auto;padding:1rem}.slds-file-selector--images .slds-file-selector__body,.slds-file-selector_images .slds-file-selector__body{text-align:center}.slds-file-selector--images .slds-file-selector__text,.slds-file-selector_images .slds-file-selector__text{margin-top:.75rem}.slds-file-selector--integrated,.slds-file-selector_integrated{width:100%;height:100%;position:relative;display:block}.slds-file-selector__dropzone--integrated,.slds-file-selector__dropzone_integrated{display:flex;justify-content:center;align-content:center;align-items:center;margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;border:0;opacity:0;z-index:-1}.slds-file-selector__dropzone--integrated.slds-has-drag,.slds-file-selector__dropzone_integrated.slds-has-drag{background:hsla(0,0%,100%,.75);opacity:1;z-index:8000}.slds-file-selector__dropzone--integrated.slds-has-drag-over,.slds-file-selector__dropzone_integrated.slds-has-drag-over{background:#fafaf9;box-shadow:inset 0 0 0 4px #1589ee}.slds-file-selector__body--integrated,.slds-file-selector__body_integrated{width:12rem;height:12rem;display:flex;justify-content:center;align-content:center;align-items:center;margin:auto;background:#fff;box-shadow:0 2px 3px 0 rgba(0,0,0,.16);border:1px solid #dddbda;border-radius:.25rem;flex-direction:column}.slds-file-selector__text--integrated,.slds-file-selector__text_integrated{margin-top:.75rem}.slds-page-header{padding:1rem;border-radius:.25rem;background:#f3f2f2;background-clip:padding-box;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);border:1px solid #dddbda}.slds-page-header__row{display:flex}.slds-page-header__row_gutters{margin-left:-1rem;margin-right:-1rem}.slds-page-header__col-title{flex:1 1 0%;min-width:0}.slds-page-header__icon{width:2.25rem;height:2.25rem}.slds-page-header__col-actions{align-self:flex-start;flex:none;padding-bottom:.25rem;vertical-align:top}.slds-page-header__col-meta{align-self:center;flex:1 1 auto;vertical-align:middle}.slds-page-header__col-controls{align-self:flex-end;flex:none;vertical-align:bottom}.slds-page-header__col-details{flex:1 1 auto;padding-left:1rem;padding-right:1rem;max-width:100%}.slds-page-header__name{display:inline-flex;padding-right:.5rem;max-width:100%}.slds-page-header__name h1{line-height:1}.slds-page-header__name-title{min-width:0}.slds-page-header__name-switcher{align-self:flex-end;margin:0 0 .125rem .125rem}.slds-page-header__name-switcher .slds-button__icon{fill:#080707}.slds-page-header__name-meta{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;padding-right:.5rem}.slds-page-header__meta-text{font-size:.875rem}.slds-page-header__title{font-size:1.125rem;font-weight:700;line-height:1.25;display:block}.slds-page-header__title .slds-icon{fill:currentColor}.slds-page-header__controls{display:flex}.slds-page-header__control{margin-left:.25rem}.slds-page-header.slds-has-bottom-magnet,.slds-page-header_joined{border-bottom:1px solid #dddbda;border-radius:.25rem .25rem 0 0;box-shadow:none}.slds-card .slds-page-header,.slds-tabs_card .slds-page-header{border:0;box-shadow:none;border-radius:.25rem}.slds-page-header__detail-row{display:flex;margin:.75rem -1rem -1rem;padding:1rem;border-radius:0 0 .25rem .25rem;background-color:#fff;position:relative;z-index:2}.slds-page-header__detail-block{padding-right:2rem;padding-left:2rem;max-width:25%}.slds-page-header__detail-block:first-child{padding-left:0}.slds-page-header__detail-block:last-child{padding-right:0}.slds-page-header--vertical,.slds-page-header_vertical{padding:.75rem;background:#fff;border-bottom:0}.slds-page-header--vertical .slds-page-header__controls,.slds-page-header_vertical .slds-page-header__controls{padding-top:.5rem;margin-top:.5rem;border-top:1px solid #dddbda}.slds-page-header--vertical .slds-page-header__name-title,.slds-page-header_vertical .slds-page-header__name-title{margin-top:.25rem}.slds-page-header__detail-list{display:flex;flex-wrap:wrap}.slds-page-header__detail-item{margin-top:.75rem;width:50%}.slds-page-header--object-home,.slds-page-header_object-home{padding-bottom:.75rem}.slds-brand-band{display:flex;flex-direction:column;position:relative;height:100%;width:100%}.slds-brand-band:before{content:"";bottom:0;background-image:url(/assets/images/themes/oneSalesforce/banner-brand-default.png),linear-gradient(0deg,rgba(25,85,148,0) 0,#195594);background-repeat:repeat-x;background-position:0 0}.slds-brand-band:after,.slds-brand-band:before{display:block;position:absolute;z-index:-1;top:0;right:0;left:0}.slds-brand-band:after{content:none;width:100%;height:3.125rem;background-image:linear-gradient(180deg,rgba(176,196,223,0) 60%,#b0c4df)}.slds-brand-band.slds-brand-band_cover:before{background-repeat:no-repeat;background-size:cover}.slds-brand-band.slds-brand-band_small:before{height:6rem}.slds-brand-band.slds-brand-band_small:after{content:"";top:2.875rem}.slds-brand-band.slds-brand-band_medium:before{height:12.5rem}.slds-brand-band.slds-brand-band_medium:after{content:"";top:9.375rem}.slds-brand-band.slds-brand-band_large:before{height:18.75rem}.slds-brand-band.slds-brand-band_large:after{content:"";top:15.625rem}.slds-brand-band.slds-brand-band_full:before{height:100%}.slds-brand-band.slds-brand-band_bottom:before{background-position:bottom;top:auto}.slds-brand-band.slds-brand-band_none:before{height:0}.slds-brand-band.slds-brand-band_group:before{background-image:url(/assets/images/themes/oneSalesforce/banner-group-public-default.png)}.slds-brand-band.slds-brand-band_user:before{background-image:url(/assets/images/themes/oneSalesforce/banner-user-default.png)}.slds-brand-band .slds-brand-band_blank{background:#fff}.slds-brand-band .slds-brand-band_blank:after,.slds-brand-band .slds-brand-band_blank:before{background:none}.slds-template__container{position:relative;height:100%;width:100%}.slds-template_default{padding:.75rem}.slds-template_default.slds-brand-band:before{position:fixed;top:5.625rem}.slds-template_default.slds-brand-band.slds-brand-band_medium:after{position:fixed;top:15rem}.slds-template_bottom-magnet{padding:.75rem .75rem 0}.slds-template_profile{padding:8rem .75rem .75rem}.slds-template__content{padding:.75rem .75rem 0}.slds-template_app{padding:.75rem 0 0 .75rem}.slds-template_iframe{width:calc(100% + 1.5rem);height:calc(100% + 1.5rem);margin:-.75rem;background-color:#fff}.slds-panel{background:#fff;border-radius:.25rem;overflow-y:auto}.slds-panel__section{padding:1rem}.slds-panel__actions{padding:.75rem}.slds-panel.slds-is-editing{box-shadow:0 2px 3px 0 rgba(0,0,0,.16)}.slds-panel__header{display:flex;position:relative;align-items:center;padding:.75rem;border-bottom:1px solid #dddbda}.slds-panel__header_custom{padding:.75rem 1rem}.slds-panel__close:first-child{margin-right:.5rem}.slds-panel__close:last-child{margin-left:.5rem}.slds-panel__back:first-child{margin-right:.5rem}.slds-panel__back:last-child{margin-left:.5rem}.slds-panel__back,.slds-panel__close{flex-shrink:0}.slds-panel__header_align-center{padding:.75rem 3rem}.slds-panel__header_align-center .slds-panel__header-title{text-align:center}.slds-panel__header_align-center .slds-panel__close{position:absolute;right:.75rem;left:auto;top:50%;margin-top:-.75rem}.slds-panel__header_align-center .slds-panel__back{position:absolute;left:.75rem;right:auto;top:50%;margin-top:-.75rem}.slds-panel__body{padding:.75rem}.slds-panel__header-title{text-align:start;width:100%}.slds-panel_docked{position:relative;min-width:15rem;height:100%;border-radius:0;display:none}.slds-panel_docked.slds-is-open{display:block}.slds-panel_docked-left{box-shadow:1px 0 3px rgba(0,0,0,.25)}.slds-panel_docked-right{margin-left:auto;box-shadow:-1px 0 3px 0 rgba(0,0,0,.25)}.slds-panel_animated{display:block;position:absolute;top:0;left:0;bottom:0;right:0;transform:translate3d(120%,0,0);transition:transform .3s ease;z-index:9000}.slds-tabs-mobile__container .slds-panel_animated{position:fixed}.slds-panel_animated.slds-is-open{transform:translateZ(0)}.slds-panel--filters,.slds-panel_filters{margin-left:1rem;box-shadow:0 2px 3px 0 rgba(0,0,0,.16);border-radius:0}.slds-popover{position:relative;border-radius:.25rem;width:20rem;min-height:2rem;z-index:6000;background-color:#fff;display:inline-block;box-shadow:0 2px 3px 0 rgba(0,0,0,.16);border:1px solid #dddbda}.slds-popover__body,.slds-popover__footer,.slds-popover__header{position:relative;padding:.5rem .75rem;word-wrap:break-word}.slds-popover__header{border-bottom:1px solid #dddbda}.slds-popover__footer{border-top:1px solid #dddbda}.slds-popover__footer_form{text-align:center;background:#f3f2f2;border-radius:0 0 .25rem .25rem}.slds-popover__body_small{max-height:15rem;overflow-y:auto}.slds-popover__close{position:relative;margin:.25rem;z-index:6001}.slds-popover--small,.slds-popover_small{max-width:15rem}.slds-popover--medium,.slds-popover_medium{min-width:20rem}.slds-popover--large,.slds-popover_large{min-width:25rem;max-width:512px}.slds-popover[class*=theme--],.slds-popover[class*=theme_]{border:0}.slds-popover :last-child{margin-bottom:0}.slds-popover_full-width{width:100%}.slds-popover_hide{display:none}.slds-popover--panel .slds-popover__header,.slds-popover_panel .slds-popover__header{background:#f3f2f2;padding:1.5rem 1.5rem .75rem;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-bottom:0}.slds-popover--panel .slds-popover__body,.slds-popover_panel .slds-popover__body{padding:0}.slds-popover--panel .slds-popover__body-list,.slds-popover_panel .slds-popover__body-list{padding:1rem 1.5rem;border-top:1px solid #dddbda}.slds-popover--panel.slds-nubbin--left-top:after,.slds-popover--panel.slds-nubbin--left-top:before,.slds-popover--panel.slds-nubbin--right-top:after,.slds-popover--panel.slds-nubbin--right-top:before,.slds-popover--panel.slds-nubbin--top-left:after,.slds-popover--panel.slds-nubbin--top-left:before,.slds-popover--panel.slds-nubbin--top-right:after,.slds-popover--panel.slds-nubbin--top-right:before,.slds-popover--panel.slds-nubbin_left-top:after,.slds-popover--panel.slds-nubbin_left-top:before,.slds-popover--panel.slds-nubbin_right-top:after,.slds-popover--panel.slds-nubbin_right-top:before,.slds-popover--panel.slds-nubbin_top-left:after,.slds-popover--panel.slds-nubbin_top-left:before,.slds-popover--panel.slds-nubbin_top-right:after,.slds-popover--panel.slds-nubbin_top-right:before,.slds-popover_panel.slds-nubbin--left-top:after,.slds-popover_panel.slds-nubbin--left-top:before,.slds-popover_panel.slds-nubbin--right-top:after,.slds-popover_panel.slds-nubbin--right-top:before,.slds-popover_panel.slds-nubbin--top-left:after,.slds-popover_panel.slds-nubbin--top-left:before,.slds-popover_panel.slds-nubbin--top-right:after,.slds-popover_panel.slds-nubbin--top-right:before,.slds-popover_panel.slds-nubbin_left-top:after,.slds-popover_panel.slds-nubbin_left-top:before,.slds-popover_panel.slds-nubbin_right-top:after,.slds-popover_panel.slds-nubbin_right-top:before,.slds-popover_panel.slds-nubbin_top-left:after,.slds-popover_panel.slds-nubbin_top-left:before,.slds-popover_panel.slds-nubbin_top-right:after,.slds-popover_panel.slds-nubbin_top-right:before{background:#f3f2f2}.slds-popover--panel.slds-nubbin--left-top:after,.slds-popover--panel.slds-nubbin--left-top:before,.slds-popover--panel.slds-nubbin--right-top:after,.slds-popover--panel.slds-nubbin--right-top:before,.slds-popover--panel.slds-nubbin_left-top:after,.slds-popover--panel.slds-nubbin_left-top:before,.slds-popover--panel.slds-nubbin_right-top:after,.slds-popover--panel.slds-nubbin_right-top:before,.slds-popover_panel.slds-nubbin--left-top:after,.slds-popover_panel.slds-nubbin--left-top:before,.slds-popover_panel.slds-nubbin--right-top:after,.slds-popover_panel.slds-nubbin--right-top:before,.slds-popover_panel.slds-nubbin_left-top:after,.slds-popover_panel.slds-nubbin_left-top:before,.slds-popover_panel.slds-nubbin_right-top:after,.slds-popover_panel.slds-nubbin_right-top:before{top:2.25rem}.slds-popover_panel__label{font-size:.875rem;font-weight:700}.slds-nubbin--top:after,.slds-nubbin--top:before,.slds-nubbin_top:after,.slds-nubbin_top:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;left:50%;top:-.5rem;margin-left:-.5rem}.slds-nubbin--top:after,.slds-nubbin_top:after{box-shadow:-1px -1px 0 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--top-left:after,.slds-nubbin--top-left:before,.slds-nubbin_top-left-corner:after,.slds-nubbin_top-left-corner:before,.slds-nubbin_top-left:after,.slds-nubbin_top-left:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;left:50%;top:-.5rem;margin-left:-.5rem}.slds-nubbin--top-left:after,.slds-nubbin_top-left-corner:after,.slds-nubbin_top-left:after{box-shadow:-1px -1px 0 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--top-left:after,.slds-nubbin--top-left:before,.slds-nubbin_top-left-corner:after,.slds-nubbin_top-left-corner:before,.slds-nubbin_top-left:after,.slds-nubbin_top-left:before{/*! @noflip */left:1.5rem;top:-.5rem}.slds-nubbin--top-right:after,.slds-nubbin--top-right:before,.slds-nubbin_top-right-corner:after,.slds-nubbin_top-right-corner:before,.slds-nubbin_top-right:after,.slds-nubbin_top-right:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;left:50%;top:-.5rem;margin-left:-.5rem}.slds-nubbin--top-right:after,.slds-nubbin_top-right-corner:after,.slds-nubbin_top-right:after{box-shadow:-1px -1px 0 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--top-right:after,.slds-nubbin--top-right:before,.slds-nubbin_top-right-corner:after,.slds-nubbin_top-right-corner:before,.slds-nubbin_top-right:after,.slds-nubbin_top-right:before{/*! @noflip */left:auto;/*! @noflip */right:1.5rem;top:-.5rem;/*! @noflip */margin-right:-.5rem}.slds-nubbin--bottom:after,.slds-nubbin--bottom:before,.slds-nubbin_bottom:after,.slds-nubbin_bottom:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;left:50%;bottom:-.5rem;margin-left:-.5rem}.slds-nubbin--bottom:after,.slds-nubbin_bottom:after{box-shadow:2px 2px 4px 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--bottom-left:after,.slds-nubbin--bottom-left:before,.slds-nubbin_bottom-left-corner:after,.slds-nubbin_bottom-left-corner:before,.slds-nubbin_bottom-left:after,.slds-nubbin_bottom-left:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;left:50%;bottom:-.5rem;margin-left:-.5rem}.slds-nubbin--bottom-left:after,.slds-nubbin_bottom-left-corner:after,.slds-nubbin_bottom-left:after{box-shadow:2px 2px 4px 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--bottom-left:after,.slds-nubbin--bottom-left:before,.slds-nubbin_bottom-left-corner:after,.slds-nubbin_bottom-left-corner:before,.slds-nubbin_bottom-left:after,.slds-nubbin_bottom-left:before{/*! @noflip */left:1.5rem;top:100%;margin-top:-.5rem}.slds-nubbin--bottom-right:after,.slds-nubbin--bottom-right:before,.slds-nubbin_bottom-right-corner:after,.slds-nubbin_bottom-right-corner:before,.slds-nubbin_bottom-right:after,.slds-nubbin_bottom-right:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;left:50%;bottom:-.5rem;margin-left:-.5rem}.slds-nubbin--bottom-right:after,.slds-nubbin_bottom-right-corner:after,.slds-nubbin_bottom-right:after{box-shadow:2px 2px 4px 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--bottom-right:after,.slds-nubbin--bottom-right:before,.slds-nubbin_bottom-right-corner:after,.slds-nubbin_bottom-right-corner:before,.slds-nubbin_bottom-right:after,.slds-nubbin_bottom-right:before{/*! @noflip */left:auto;/*! @noflip */right:1.5rem;top:100%;margin-top:-.5rem;/*! @noflip */margin-right:-.5rem}.slds-nubbin--left:after,.slds-nubbin--left:before,.slds-nubbin_left:after,.slds-nubbin_left:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;top:50%;left:-.5rem;margin-top:-.5rem}.slds-nubbin--left:after,.slds-nubbin_left:after{box-shadow:-1px 1px 2px 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--left-top:after,.slds-nubbin--left-top:before,.slds-nubbin_left-top-corner:after,.slds-nubbin_left-top-corner:before,.slds-nubbin_left-top:after,.slds-nubbin_left-top:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;top:50%;left:-.5rem;margin-top:-.5rem}.slds-nubbin--left-top:after,.slds-nubbin_left-top-corner:after,.slds-nubbin_left-top:after{box-shadow:-1px 1px 2px 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--left-top:after,.slds-nubbin--left-top:before,.slds-nubbin_left-top-corner:after,.slds-nubbin_left-top-corner:before,.slds-nubbin_left-top:after,.slds-nubbin_left-top:before{top:1.5rem}.slds-nubbin--left-bottom:after,.slds-nubbin--left-bottom:before,.slds-nubbin_left-bottom-corner:after,.slds-nubbin_left-bottom-corner:before,.slds-nubbin_left-bottom:after,.slds-nubbin_left-bottom:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;top:50%;left:-.5rem;margin-top:-.5rem}.slds-nubbin--left-bottom:before,.slds-nubbin_left-bottom-corner:before,.slds-nubbin_left-bottom:before{margin-bottom:-1px}.slds-nubbin--left-bottom:after,.slds-nubbin_left-bottom-corner:after,.slds-nubbin_left-bottom:after{box-shadow:-1px 2px 3px 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--left-bottom:after,.slds-nubbin--left-bottom:before,.slds-nubbin_left-bottom-corner:after,.slds-nubbin_left-bottom-corner:before,.slds-nubbin_left-bottom:after,.slds-nubbin_left-bottom:before{top:auto;bottom:1rem}.slds-nubbin--right:after,.slds-nubbin--right:before,.slds-nubbin_right:after,.slds-nubbin_right:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;top:50%;right:-.5rem;margin-top:-.5rem}.slds-nubbin--right:after,.slds-nubbin_right:after{box-shadow:1px -1px 2px 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--right-top:after,.slds-nubbin--right-top:before,.slds-nubbin_right-top-corner:after,.slds-nubbin_right-top-corner:before,.slds-nubbin_right-top:after,.slds-nubbin_right-top:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;top:50%;right:-.5rem;margin-top:-.5rem}.slds-nubbin--right-top:after,.slds-nubbin_right-top-corner:after,.slds-nubbin_right-top:after{box-shadow:1px -1px 2px 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--right-top:after,.slds-nubbin--right-top:before,.slds-nubbin_right-top-corner:after,.slds-nubbin_right-top-corner:before,.slds-nubbin_right-top:after,.slds-nubbin_right-top:before{top:1.5rem}.slds-nubbin--right-bottom:after,.slds-nubbin--right-bottom:before,.slds-nubbin_right-bottom-corner:after,.slds-nubbin_right-bottom-corner:before,.slds-nubbin_right-bottom:after,.slds-nubbin_right-bottom:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:inherit;top:50%;right:-.5rem;margin-top:-.5rem}.slds-nubbin--right-bottom:before,.slds-nubbin_right-bottom-corner:before,.slds-nubbin_right-bottom:before{margin-bottom:-1px}.slds-nubbin--right-bottom:after,.slds-nubbin_right-bottom-corner:after,.slds-nubbin_right-bottom:after{box-shadow:2px -1px 3px 0 rgba(0,0,0,.16);z-index:-1}.slds-nubbin--right-bottom:after,.slds-nubbin--right-bottom:before,.slds-nubbin_right-bottom-corner:after,.slds-nubbin_right-bottom-corner:before,.slds-nubbin_right-bottom:after,.slds-nubbin_right-bottom:before{top:auto;bottom:1rem}.slds-nubbin_top-left-corner{border-radius:.125rem .25rem .25rem .25rem}.slds-nubbin_top-left-corner:after,.slds-nubbin_top-left-corner:before{left:.75rem}.slds-nubbin_bottom-left-corner{border-radius:.25rem .25rem .25rem .125rem}.slds-nubbin_bottom-left-corner:after,.slds-nubbin_bottom-left-corner:before{left:.75rem}.slds-nubbin_top-right-corner{border-radius:.25rem .125rem .25rem .25rem}.slds-nubbin_top-right-corner:after,.slds-nubbin_top-right-corner:before{right:.75rem}.slds-nubbin_bottom-right-corner{border-radius:.25rem .25rem .125rem .25rem}.slds-nubbin_bottom-right-corner:after,.slds-nubbin_bottom-right-corner:before{right:.75rem}.slds-nubbin_left-top-corner{border-radius:.125rem .25rem .25rem .25rem}.slds-nubbin_left-top-corner:after,.slds-nubbin_left-top-corner:before{top:.75rem}.slds-nubbin_right-top-corner{border-radius:.25rem .125rem .25rem .25rem}.slds-nubbin_right-top-corner:after,.slds-nubbin_right-top-corner:before{top:.75rem}.slds-nubbin_left-bottom-corner{border-radius:.25rem .25rem .25rem .125rem}.slds-nubbin_left-bottom-corner:after,.slds-nubbin_left-bottom-corner:before{bottom:.25rem}.slds-nubbin_right-bottom-corner{border-radius:.25rem .25rem .125rem .25rem}.slds-nubbin_right-bottom-corner:after,.slds-nubbin_right-bottom-corner:before{bottom:.25rem}.slds-popover--walkthrough,.slds-popover_walkthrough{color:#fff;background:#032e61;border-color:#032e61}.slds-popover--walkthrough .slds-text-title,.slds-popover--walkthrough .slds-text-title--caps,.slds-popover--walkthrough .slds-text-title_caps,.slds-popover_walkthrough .slds-text-title,.slds-popover_walkthrough .slds-text-title--caps,.slds-popover_walkthrough .slds-text-title_caps{color:#b0adab}.slds-popover--walkthrough .slds-icon,.slds-popover_walkthrough .slds-icon{fill:currentColor}.slds-popover--walkthrough a,.slds-popover_walkthrough a{color:currentColor;border:1px solid transparent;border-radius:.25rem}.slds-popover--walkthrough a:focus,.slds-popover--walkthrough a:hover,.slds-popover_walkthrough a:focus,.slds-popover_walkthrough a:hover{text-decoration:none;outline:0}.slds-popover--walkthrough a:focus,.slds-popover_walkthrough a:focus{box-shadow:0 0 3px #ecebea;border:1px solid #ecebea}.slds-popover--walkthrough a:active,.slds-popover_walkthrough a:active{color:hsla(0,0%,100%,.5)}.slds-popover--walkthrough a[disabled],.slds-popover_walkthrough a[disabled]{color:hsla(0,0%,100%,.15)}.slds-popover--walkthrough a,.slds-popover_walkthrough a{text-decoration:underline}.slds-popover--walkthrough .slds-popover__header,.slds-popover_walkthrough .slds-popover__header{background-color:#164a85;background-image:url(/assets/images/popovers/popover-header.png);background-repeat:no-repeat;background-position:bottom;background-size:contain;border-color:inherit;padding:.75rem 1rem;text-shadow:0 0 4px #032e61}.slds-popover--walkthrough .slds-popover__body,.slds-popover--walkthrough .slds-popover__footer,.slds-popover_walkthrough .slds-popover__body,.slds-popover_walkthrough .slds-popover__footer{padding:1rem}.slds-popover--walkthrough .slds-popover__footer,.slds-popover_walkthrough .slds-popover__footer{border:0}.slds-popover--walkthrough .slds-text-title,.slds-popover_walkthrough .slds-text-title{color:#d9dbdd}.slds-popover--walkthrough .slds-input,.slds-popover--walkthrough .slds-select,.slds-popover--walkthrough .slds-textarea,.slds-popover_walkthrough .slds-input,.slds-popover_walkthrough .slds-select,.slds-popover_walkthrough .slds-textarea{color:#080707}.slds-popover--walkthrough.slds-nubbin--left-top:before,.slds-popover--walkthrough.slds-nubbin--right-top:before,.slds-popover--walkthrough.slds-nubbin--top-left:before,.slds-popover--walkthrough.slds-nubbin--top-right:before,.slds-popover--walkthrough.slds-nubbin--top:before,.slds-popover--walkthrough.slds-nubbin_left-top:before,.slds-popover--walkthrough.slds-nubbin_right-top:before,.slds-popover--walkthrough.slds-nubbin_top-left:before,.slds-popover--walkthrough.slds-nubbin_top-right:before,.slds-popover--walkthrough.slds-nubbin_top:before,.slds-popover_walkthrough.slds-nubbin--left-top:before,.slds-popover_walkthrough.slds-nubbin--right-top:before,.slds-popover_walkthrough.slds-nubbin--top-left:before,.slds-popover_walkthrough.slds-nubbin--top-right:before,.slds-popover_walkthrough.slds-nubbin--top:before,.slds-popover_walkthrough.slds-nubbin_left-top:before,.slds-popover_walkthrough.slds-nubbin_right-top:before,.slds-popover_walkthrough.slds-nubbin_top-left:before,.slds-popover_walkthrough.slds-nubbin_top-right:before,.slds-popover_walkthrough.slds-nubbin_top:before{background-color:#164a85}.slds-popover_feature,.slds-popover_walkthrough-alt{border-color:#164a85;background-color:#164a85;background-image:url(/assets/images/popovers/popover-action.png);background-repeat:no-repeat;background-size:100% 2.25rem;background-position:bottom;padding-bottom:1.5rem;color:#fff}.slds-popover_feature .slds-text-heading_small,.slds-popover_walkthrough-alt .slds-text-heading_small{margin-bottom:.5rem}.slds-popover_feature.slds-nubbin--bottom-left:before,.slds-popover_feature.slds-nubbin--bottom-right:before,.slds-popover_feature.slds-nubbin--bottom:before,.slds-popover_feature.slds-nubbin_bottom-left:before,.slds-popover_feature.slds-nubbin_bottom-right:before,.slds-popover_feature.slds-nubbin_bottom:before,.slds-popover_walkthrough-alt.slds-nubbin--bottom-left:before,.slds-popover_walkthrough-alt.slds-nubbin--bottom-right:before,.slds-popover_walkthrough-alt.slds-nubbin--bottom:before,.slds-popover_walkthrough-alt.slds-nubbin_bottom-left:before,.slds-popover_walkthrough-alt.slds-nubbin_bottom-right:before,.slds-popover_walkthrough-alt.slds-nubbin_bottom:before{background-color:#215ca0}.slds-popover_error .slds-popover__header{background-color:#c23934;color:#fff}.slds-popover_error.slds-nubbin--left-top:before,.slds-popover_error.slds-nubbin--right-top:before,.slds-popover_error.slds-nubbin--top-left:before,.slds-popover_error.slds-nubbin--top-right:before,.slds-popover_error.slds-nubbin--top:before,.slds-popover_error.slds-nubbin_left-top:before,.slds-popover_error.slds-nubbin_right-top:before,.slds-popover_error.slds-nubbin_top-left:before,.slds-popover_error.slds-nubbin_top-right:before,.slds-popover_error.slds-nubbin_top:before{background-color:#c23934}.slds-popover_error .slds-popover__header,.slds-popover_warning .slds-popover__header{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.slds-popover_error .slds-popover__body_scrollable,.slds-popover_warning .slds-popover__body_scrollable{max-height:150px;overflow-y:auto;border-bottom:1px solid #dddbda}.slds-popover_error .slds-popover__body_scrollable+.slds-popover__footer,.slds-popover_warning .slds-popover__body_scrollable+.slds-popover__footer{border-top:0}.slds-popover_warning button{color:#514f4d;text-decoration:underline}.slds-popover_warning button:hover{color:#706e6b}.slds-popover_warning button:focus{color:#514f4d;box-shadow:0 0 3px #514f4d;border:1px solid #514f4d}.slds-popover_warning button:active{color:#706e6b}.slds-popover_warning .slds-popover__header{background-color:#ffb75d;color:#2b2826}.slds-popover_warning .slds-popover__header .slds-icon{fill:currentColor}.slds-popover_warning .slds-popover__close{color:currentColor}.slds-popover_warning.slds-nubbin--left-top:before,.slds-popover_warning.slds-nubbin--right-top:before,.slds-popover_warning.slds-nubbin--top-left:before,.slds-popover_warning.slds-nubbin--top-right:before,.slds-popover_warning.slds-nubbin--top:before,.slds-popover_warning.slds-nubbin_left-top:before,.slds-popover_warning.slds-nubbin_right-top:before,.slds-popover_warning.slds-nubbin_top-left:before,.slds-popover_warning.slds-nubbin_top-right:before,.slds-popover_warning.slds-nubbin_top:before{background-color:#ffb75d}.slds-popover_prompt{width:25rem}.slds-popover_prompt .slds-popover__body{padding:1rem}.slds-popover_prompt .slds-popover__footer{border-top:2px solid #182337}.slds-popover_prompt__heading{font-size:1rem;line-height:1.25;font-weight:700}.slds-popover_prompt__action-link{margin-right:1rem}.slds-popover_prompt_bottom,.slds-popover_prompt_bottom-left,.slds-popover_prompt_bottom-right,.slds-popover_prompt_top,.slds-popover_prompt_top-left,.slds-popover_prompt_top-right{position:absolute}.slds-popover_prompt_top,.slds-popover_prompt_top-left,.slds-popover_prompt_top-right{top:.5rem}.slds-popover_prompt_bottom,.slds-popover_prompt_bottom-left,.slds-popover_prompt_bottom-right{bottom:.5rem}.slds-popover_prompt_bottom,.slds-popover_prompt_top{left:50%;margin-left:-12.5rem}.slds-popover_prompt_bottom-right,.slds-popover_prompt_top-right{right:.5rem}.slds-popover_prompt_bottom-left,.slds-popover_prompt_top-left{left:.5rem}.slds-tooltip{position:relative;border-radius:.25rem;width:20rem;min-height:2rem;z-index:6000;background-color:#061c3f;display:inline-block}.slds-tooltip__body{padding:.5rem .75rem;font-size:.75rem;color:#fff}.slds-popover--tooltip,.slds-popover_tooltip{width:auto;max-width:20rem;background:#16325c;border:0}.slds-popover--tooltip .slds-popover__body,.slds-popover_tooltip .slds-popover__body{font-size:.75rem;color:#fff}.slds-rise-from-ground{visibility:visible;opacity:1}.slds-fall-into-ground,.slds-rise-from-ground{transform:translate(0);transition:opacity .1s linear,visibility .1s linear,transform .1s linear;will-change:transform}.slds-fall-into-ground{visibility:hidden;opacity:0}.slds-slide-from-bottom-to-top{transform:translateY(10%);will-change:transform}.slds-slide-from-top-to-bottom{transform:translateY(-10%);will-change:transform}.slds-slide-from-right-to-left{transform:translateX(5%);will-change:transform}.slds-slide-from-left-to-right{transform:translateX(-5%);will-change:transform}.slds-dropdown-trigger .slds-dropdown{visibility:hidden;opacity:0;transition:opacity .1s linear,visibility .1s linear}.slds-dropdown-trigger:focus,.slds-dropdown-trigger:hover{outline:0}.slds-dropdown-trigger:focus .slds-dropdown,.slds-dropdown-trigger:hover .slds-dropdown{visibility:visible;opacity:1;transition:opacity .1s linear,visibility .1s linear}.slds-dropdown--nubbin-top,.slds-dropdown_nubbin-top{margin-top:.5rem}.slds-dropdown--nubbin-top:after,.slds-dropdown--nubbin-top:before,.slds-dropdown_nubbin-top:after,.slds-dropdown_nubbin-top:before{width:1rem;height:1rem;position:absolute;transform:rotate(45deg);content:"";background-color:#fff;left:50%;top:-.5rem;margin-left:-.5rem}.slds-dropdown--nubbin-top:before,.slds-dropdown_nubbin-top:before{background:#fff}.slds-dropdown--nubbin-top:after,.slds-dropdown_nubbin-top:after{background:#fff;box-shadow:-1px -1px 0 0 rgba(0,0,0,.16);z-index:-1}.slds-dropdown--nubbin-top.slds-dropdown--left,.slds-dropdown--nubbin-top.slds-dropdown_left,.slds-dropdown_nubbin-top.slds-dropdown--left,.slds-dropdown_nubbin-top.slds-dropdown_left{left:-1rem}.slds-dropdown--nubbin-top.slds-dropdown--left:after,.slds-dropdown--nubbin-top.slds-dropdown--left:before,.slds-dropdown--nubbin-top.slds-dropdown_left:after,.slds-dropdown--nubbin-top.slds-dropdown_left:before,.slds-dropdown_nubbin-top.slds-dropdown--left:after,.slds-dropdown_nubbin-top.slds-dropdown--left:before,.slds-dropdown_nubbin-top.slds-dropdown_left:after,.slds-dropdown_nubbin-top.slds-dropdown_left:before{left:1.5rem;margin-left:0}.slds-dropdown--nubbin-top.slds-dropdown--right,.slds-dropdown--nubbin-top.slds-dropdown_right,.slds-dropdown_nubbin-top.slds-dropdown--right,.slds-dropdown_nubbin-top.slds-dropdown_right{right:-1rem}.slds-dropdown--nubbin-top.slds-dropdown--right:after,.slds-dropdown--nubbin-top.slds-dropdown--right:before,.slds-dropdown--nubbin-top.slds-dropdown_right:after,.slds-dropdown--nubbin-top.slds-dropdown_right:before,.slds-dropdown_nubbin-top.slds-dropdown--right:after,.slds-dropdown_nubbin-top.slds-dropdown--right:before,.slds-dropdown_nubbin-top.slds-dropdown_right:after,.slds-dropdown_nubbin-top.slds-dropdown_right:before{left:auto;right:1.5rem;margin-left:0}.slds-dropdown__item .slds-has-icon{position:relative}.slds-dropdown__item .slds-has-icon--left>a,.slds-dropdown__item .slds-has-icon--left>span,.slds-dropdown__item .slds-has-icon_left>a,.slds-dropdown__item .slds-has-icon_left>span{padding-left:2rem}.slds-dropdown__item .slds-has-icon--right>a,.slds-dropdown__item .slds-has-icon--right>span,.slds-dropdown__item .slds-has-icon_right>a,.slds-dropdown__item .slds-has-icon_right>span{padding-right:2rem}.slds-dropdown__item .slds-has-icon--left-right>a,.slds-dropdown__item .slds-has-icon--left-right>span,.slds-dropdown__item .slds-has-icon_left-right>a,.slds-dropdown__item .slds-has-icon_left-right>span{padding-left:2rem;padding-right:2rem}.slds-dropdown__item .slds-has-icon .slds-icon{width:1rem;height:1rem;position:absolute;top:50%;margin-top:-.5rem;fill:#706e6b}.slds-dropdown__item .slds-has-icon .slds-icon--left,.slds-dropdown__item .slds-has-icon .slds-icon_left{left:.75rem}.slds-dropdown__item .slds-has-icon .slds-icon--right,.slds-dropdown__item .slds-has-icon .slds-icon_right{right:.75rem}.slds-dropdown-trigger{position:relative;display:inline-block}.slds-dropdown-trigger .slds-dropdown{top:100%}.slds-dropdown-trigger .slds-dropdown--bottom,.slds-dropdown-trigger .slds-dropdown_bottom{top:auto}.slds-dropdown-trigger--hover .slds-dropdown,.slds-dropdown-trigger_hover .slds-dropdown{visibility:hidden;opacity:0;transition:opacity .1s linear,visibility .1s linear}.slds-dropdown-trigger--hover:focus,.slds-dropdown-trigger--hover:hover,.slds-dropdown-trigger_hover:focus,.slds-dropdown-trigger_hover:hover{outline:0}.slds-dropdown-trigger--hover:focus .slds-dropdown,.slds-dropdown-trigger--hover:hover .slds-dropdown,.slds-dropdown-trigger_hover:focus .slds-dropdown,.slds-dropdown-trigger_hover:hover .slds-dropdown{visibility:visible;opacity:1;transition:opacity .1s linear,visibility .1s linear}.slds-dropdown-trigger--click .slds-dropdown,.slds-dropdown-trigger--click:hover .slds-dropdown,.slds-dropdown-trigger_click .slds-dropdown,.slds-dropdown-trigger_click:hover .slds-dropdown{display:none}.slds-dropdown-trigger--click.slds-is-open .slds-dropdown,.slds-dropdown-trigger_click.slds-is-open .slds-dropdown{display:block;visibility:visible;opacity:1}.slds-dropdown-trigger>[class*=slds-button--icon]~.slds-dropdown--left[class*=slds-nubbin],.slds-dropdown-trigger>[class*=slds-button--icon]~.slds-dropdown_left[class*=slds-nubbin],.slds-dropdown-trigger>[class*=slds-button_icon]~.slds-dropdown--left[class*=slds-nubbin],.slds-dropdown-trigger>[class*=slds-button_icon]~.slds-dropdown_left[class*=slds-nubbin]{left:-.5rem}.slds-dropdown-trigger>[class*=slds-button--icon]~.slds-dropdown--right[class*=slds-nubbin],.slds-dropdown-trigger>[class*=slds-button--icon]~.slds-dropdown_right[class*=slds-nubbin],.slds-dropdown-trigger>[class*=slds-button_icon]~.slds-dropdown--right[class*=slds-nubbin],.slds-dropdown-trigger>[class*=slds-button_icon]~.slds-dropdown_right[class*=slds-nubbin]{right:-.5rem}.slds-dropdown{position:absolute;z-index:7000;left:50%;float:left;min-width:6rem;max-width:20rem;margin-top:.125rem;margin-bottom:.125rem;border:1px solid #dddbda;border-radius:.25rem;padding:.25rem 0;font-size:.75rem;background:#fff;box-shadow:0 2px 3px 0 rgba(0,0,0,.16);transform:translateX(-50%)}.slds-dropdown--left,.slds-dropdown_left{left:0;right:auto;transform:translateX(0)}.slds-dropdown--right,.slds-dropdown_right{left:auto;right:0;transform:translateX(0)}.slds-dropdown--bottom,.slds-dropdown_bottom{bottom:100%}.slds-dropdown--xx-small,.slds-dropdown_xx-small{min-width:6rem}.slds-dropdown--x-small,.slds-dropdown_x-small{min-width:12rem}.slds-dropdown--small,.slds-dropdown_small{min-width:15rem}.slds-dropdown--medium,.slds-dropdown_medium{min-width:20rem}.slds-dropdown--large,.slds-dropdown_large{min-width:25rem;max-width:512px}.slds-dropdown--fluid,.slds-dropdown_fluid{min-width:12rem;max-width:100%;width:100%}.slds-dropdown--length-5,.slds-dropdown_length-5{-webkit-overflow-scrolling:touch;max-height:12.5rem;overflow-y:auto}.slds-dropdown--length-7,.slds-dropdown_length-7{-webkit-overflow-scrolling:touch;max-height:17.5rem;overflow-y:auto}.slds-dropdown--length-10,.slds-dropdown_length-10{-webkit-overflow-scrolling:touch;max-height:25rem;overflow-y:auto}.slds-dropdown--length-with-icon-5,.slds-dropdown_length-with-icon-5{-webkit-overflow-scrolling:touch;max-height:12.5rem;overflow-y:auto}.slds-dropdown--length-with-icon-7,.slds-dropdown_length-with-icon-7{-webkit-overflow-scrolling:touch;max-height:17.5rem;overflow-y:auto}.slds-dropdown--length-with-icon-10,.slds-dropdown_length-with-icon-10{-webkit-overflow-scrolling:touch;max-height:25rem;overflow-y:auto}.slds-dropdown--inverse,.slds-dropdown_inverse{background:#061c3f;border-color:#061c3f}.slds-dropdown--inverse .slds-dropdown__item>a,.slds-dropdown_inverse .slds-dropdown__item>a{color:#fff}.slds-dropdown--inverse .slds-dropdown__item>a:focus,.slds-dropdown--inverse .slds-dropdown__item>a:hover,.slds-dropdown_inverse .slds-dropdown__item>a:focus,.slds-dropdown_inverse .slds-dropdown__item>a:hover{color:hsla(0,0%,100%,.75);background-color:transparent}.slds-dropdown--inverse .slds-dropdown__item>a:active,.slds-dropdown_inverse .slds-dropdown__item>a:active{color:hsla(0,0%,100%,.5);background-color:transparent}.slds-dropdown--inverse .slds-dropdown__item>a[aria-disabled=true],.slds-dropdown_inverse .slds-dropdown__item>a[aria-disabled=true]{color:hsla(0,0%,100%,.15);cursor:default}.slds-dropdown--inverse .slds-dropdown__item>a[aria-disabled=true]:hover,.slds-dropdown_inverse .slds-dropdown__item>a[aria-disabled=true]:hover,.slds-dropdown mark{background-color:transparent}.slds-dropdown mark{font-weight:700;color:inherit}.slds-dropdown[class*=slds-nubbin--top],.slds-dropdown[class*=slds-nubbin_top]{margin-top:.5rem}.slds-dropdown[class*=slds-nubbin--bottom],.slds-dropdown[class*=slds-nubbin_bottom]{margin-bottom:.5rem}.slds-dropdown__header{font-size:.875rem;font-weight:700;padding:.5rem .75rem}.slds-dropdown__item{line-height:1.5;font-weight:400}.slds-dropdown__item>a{position:relative;display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;color:#080707;white-space:nowrap;cursor:pointer}.slds-dropdown__item>a:focus,.slds-dropdown__item>a:hover{outline:0;text-decoration:none;background-color:#f3f2f2}.slds-dropdown__item>a:active{text-decoration:none;background-color:#ecebea}.slds-dropdown__item>a[aria-disabled=true]{color:#dddbda;cursor:default}.slds-dropdown__item>a[aria-disabled=true]:hover{background-color:transparent}.slds-dropdown__item>a[aria-disabled=true] .slds-icon{fill:#dddbda}.slds-dropdown__item>a.slds-has-error{background:#c23934}.slds-dropdown__item>a.slds-has-success{background:#04844b}.slds-dropdown__item>a.slds-has-error,.slds-dropdown__item>a.slds-has-success{color:#fff}.slds-dropdown__item>a.slds-has-warning{background:#ffb75d}.slds-dropdown__item>a.slds-has-warning .slds-indicator_unread{background-color:currentColor}.slds-dropdown__item>a.slds-has-warning .slds-indicator_unsaved{color:currentColor}.slds-dropdown__item>a.slds-has-error:focus,.slds-dropdown__item>a.slds-has-error:hover,.slds-dropdown__item>a.slds-has-success:focus,.slds-dropdown__item>a.slds-has-success:hover,.slds-dropdown__item>a.slds-has-warning:focus,.slds-dropdown__item>a.slds-has-warning:hover{text-decoration:underline}.slds-dropdown__item .slds-icon--selected,.slds-dropdown__item .slds-icon_selected{opacity:0;transition:opacity .05s ease}.slds-dropdown__item.slds-is-selected .slds-icon--selected,.slds-dropdown__item.slds-is-selected .slds-icon_selected{opacity:1}.slds-dropdown__item.slds-has-notification .slds-indicator_unsaved{top:-.375rem}[dir=rtl] .slds-dropdown--center,[dir=rtl] .slds-dropdown_center{left:auto;right:auto;transform:translateX(calc(50% - .4375rem))}.slds-dropdown--actions a,.slds-dropdown_actions a{color:#006dcc}.slds-has-submenu{position:relative}.slds-has-submenu .slds-dropdown_submenu{top:0;transform:none}.slds-has-submenu .slds-dropdown_submenu-left{left:auto;right:100%;margin-right:.25rem}.slds-has-submenu .slds-dropdown_submenu-right{left:100%;margin-left:.25rem}.slds-has-submenu .slds-dropdown_submenu-bottom{top:auto;bottom:0;margin-bottom:-.25rem}.slds-has-submenu.slds-dropdown__item .slds-dropdown_submenu{display:none}.slds-has-submenu [role=menuitem][aria-expanded=true]+.slds-dropdown_submenu{display:block}.slds-picklist{position:relative}.slds-picklist .slds-dropdown{width:15rem}.slds-picklist li .slds-icon--selected,.slds-picklist li .slds-icon_selected{opacity:0;transition:opacity .05s ease}.slds-picklist li.slds-is-selected .slds-icon--selected,.slds-picklist li.slds-is-selected .slds-icon_selected{fill:#0070d2;opacity:1}.slds-picklist input[readonly]{padding-left:.75rem;border-color:#dddbda;background-color:#fff;font-size:inherit;font-weight:400}.slds-picklist input[readonly].slds-has-focus,.slds-picklist input[readonly]:focus{border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-picklist input[readonly][disabled]{background-color:#ecebea;border-color:#c9c7c5}.slds-picklist--fluid .slds-dropdown,.slds-picklist--fluid .slds-lookup,.slds-picklist--fluid .slds-picklist__input,.slds-picklist--fluid .slds-picklist__label,.slds-picklist_fluid .slds-dropdown,.slds-picklist_fluid .slds-lookup,.slds-picklist_fluid .slds-picklist__input,.slds-picklist_fluid .slds-picklist__label{width:auto;min-width:0;max-width:15rem}.slds-picklist__input{width:15rem}.slds-picklist__input .slds-button{line-height:0}.slds-picklist__label{padding-right:2rem;width:15rem;color:#080707;text-align:left}.slds-picklist__label .slds-icon{width:.75rem;height:.75rem;position:absolute;right:1rem;top:50%;margin-top:-.375rem;fill:#706e6b}.slds-picklist__label .slds-truncate{display:block}.slds-combobox_container{display:flex;flex-direction:column;position:relative}.slds-combobox_container.slds-is-open .slds-dropdown{display:block}.slds-combobox_container.slds-has-selection .slds-combobox__input-value,.slds-combobox_container.slds-has-selection .slds-combobox__input-value:focus{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #dddbda}.slds-combobox_container.slds-has-icon-only .slds-combobox__input,.slds-combobox_container.slds-has-icon-only .slds-combobox__input.slds-has-focus,.slds-combobox_container.slds-has-icon-only .slds-combobox__input:focus{width:0;pointer-events:auto}.slds-combobox_container.slds-has-icon-only .slds-input__icon{z-index:2;pointer-events:none}.slds-combobox{position:static;display:flex;flex-direction:column;flex:1 1 auto}.slds-combobox__form-element{flex:1 1 auto}[role=combobox] input[readonly]{padding-left:.75rem;border-color:#dddbda;background-color:#fff;font-size:inherit;font-weight:400}[role=combobox] input[readonly].slds-has-focus,[role=combobox] input[readonly]:focus{border-color:#1589ee;box-shadow:0 0 3px #0070d2}[role=combobox] input[readonly][disabled]{background-color:#ecebea;border-color:#c9c7c5}.slds-listbox--inline,.slds-listbox_inline{display:inline-flex;flex-wrap:wrap;flex-shrink:0;align-items:center;margin-left:.125rem;margin-right:.125rem}.slds-listbox--inline li,.slds-listbox_inline li{display:flex}.slds-listbox--inline li+li,.slds-listbox_inline li+li{padding-left:.125rem}.slds-listbox--horizontal,.slds-listbox_horizontal{display:inline-flex;flex-wrap:wrap;align-items:center}.slds-listbox--horizontal li,.slds-listbox_horizontal li{display:flex}.slds-listbox--horizontal li+li,.slds-listbox_horizontal li+li{padding-left:.125rem}.slds-listbox__option:hover{cursor:pointer}.slds-listbox__option:focus{outline:0}.slds-listbox__option .slds-truncate{display:inline-block;vertical-align:middle}.slds-listbox__option[aria-disabled=true]{color:#dddbda}.slds-listbox__option-header{font-size:.875rem;font-weight:700}.slds-listbox__option-icon{width:1.5rem;display:inline-flex;align-content:center;align-items:center;justify-content:center;color:#706e6b}.slds-listbox__option[aria-disabled=true] .slds-listbox__option-icon{color:currentColor}.slds-listbox--vertical .slds-listbox__option.slds-has-focus,.slds-listbox--vertical .slds-listbox__option:focus,.slds-listbox--vertical .slds-listbox__option:hover,.slds-listbox_vertical .slds-listbox__option.slds-has-focus,.slds-listbox_vertical .slds-listbox__option:focus,.slds-listbox_vertical .slds-listbox__option:hover{background-color:#f3f2f2;text-decoration:none}.slds-listbox--vertical .slds-listbox__option[aria-disabled=true],.slds-listbox--vertical .slds-listbox__option[role=presentation]:hover,.slds-listbox_vertical .slds-listbox__option[aria-disabled=true],.slds-listbox_vertical .slds-listbox__option[role=presentation]:hover{background-color:transparent;cursor:default}.slds-listbox--vertical .slds-listbox__option--entity,.slds-listbox--vertical .slds-listbox__option_entity,.slds-listbox_vertical .slds-listbox__option--entity,.slds-listbox_vertical .slds-listbox__option_entity{padding:.25rem .75rem}.slds-listbox--vertical .slds-listbox__option--entity .slds-media__figure,.slds-listbox--vertical .slds-listbox__option_entity .slds-media__figure,.slds-listbox_vertical .slds-listbox__option--entity .slds-media__figure,.slds-listbox_vertical .slds-listbox__option_entity .slds-media__figure{margin-right:.5rem}.slds-listbox--vertical .slds-listbox__option--plain,.slds-listbox--vertical .slds-listbox__option_plain,.slds-listbox--vertical .slds-listbox__option_term,.slds-listbox_vertical .slds-listbox__option--plain,.slds-listbox_vertical .slds-listbox__option_plain,.slds-listbox_vertical .slds-listbox__option_term{padding:.5rem .75rem}.slds-listbox--vertical .slds-listbox__option--has-meta .slds-media__figure,.slds-listbox--vertical .slds-listbox__option_has-meta .slds-media__figure,.slds-listbox_vertical .slds-listbox__option--has-meta .slds-media__figure,.slds-listbox_vertical .slds-listbox__option_has-meta .slds-media__figure{margin-top:.25rem}[class*=slds-input-has-icon--left] .slds-combobox__input.slds-combobox__input-value,[class*=slds-input-has-icon--left] .slds-combobox__input[value],[class*=slds-input-has-icon_left] .slds-combobox__input.slds-combobox__input-value,[class*=slds-input-has-icon_left] .slds-combobox__input[value]{padding-left:2.25rem}.slds-combobox__input-entity-icon{width:1.25rem;height:1.25rem;position:absolute;top:50%;left:calc(.25rem + 1px);transform:translateY(-50%);z-index:2}.slds-combobox__input-entity-icon .slds-icon{width:1.25rem;height:1.25rem}.slds-combobox_container__icon{color:#b0adab}.slds-listbox__icon-selected{opacity:0;fill:#0070d2}.slds-listbox__option.slds-is-selected .slds-listbox__icon-selected{opacity:1}.slds-listbox__option.slds-is-selected .slds-listbox__option-icon{color:#0070d2}.slds-listbox__option-text--entity,.slds-listbox__option-text_entity{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;margin-bottom:.125rem}.slds-listbox__option-meta{display:block;margin-top:-.25rem;color:#3e3e3c}.slds-listbox__option[aria-disabled=true] .slds-listbox__option-meta{color:currentColor}.slds-listbox--object-switcher,.slds-listbox_object-switcher{flex-shrink:0;padding:.125rem}.slds-combobox_object-switcher{flex-shrink:0}.slds-combobox_object-switcher .slds-combobox__input{width:7.5rem;transition:width 80ms linear;font-size:.75rem;color:#706e6b}.slds-combobox_object-switcher .slds-combobox__input.slds-has-focus,.slds-combobox_object-switcher .slds-combobox__input:focus{width:10rem}.slds-combobox__input.slds-has-focus,.slds-combobox__input:focus{border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-combobox-group{display:flex;flex-direction:row}.slds-combobox-group .slds-combobox_container{flex:1 1 auto}.slds-combobox-group .slds-combobox__input,.slds-combobox-group .slds-combobox_object-switcher__button{border-radius:0;margin-left:-1px;margin-right:-1px;position:relative}.slds-combobox-group .slds-combobox__input.slds-has-focus,.slds-combobox-group .slds-combobox__input:focus,.slds-combobox-group .slds-combobox_object-switcher__button.slds-has-focus,.slds-combobox-group .slds-combobox_object-switcher__button:focus{z-index:1}.slds-combobox-group.slds-has-selection .slds-combobox-addon_start .slds-combobox__input{border-bottom-left-radius:0}.slds-combobox-group.slds-has-selection .slds-combobox-addon_end .slds-combobox__input{border-bottom-right-radius:0}.slds-combobox-group.slds-has-selection~.slds-listbox_selection-group{display:flex;position:relative;background:#fff;border:1px solid #dddbda;border-top:0;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;left:-1px}.slds-combobox-group .slds-listbox_horizontal li+li{padding:.125rem}.slds-listbox_selection-group{position:relative;padding:0 3.75rem 0 0;height:1.875rem;overflow:hidden}.slds-listbox_selection-group.slds-is-expanded{height:auto;padding:0}.slds-listbox_selection-group .slds-listbox{padding:0 0 .125rem}.slds-listbox_selection-group .slds-listbox-item{padding:.125rem .125rem 0}.slds-listbox_selection-group .slds-listbox-toggle{position:absolute;top:50%;transform:translateY(-50%);right:.5rem}.slds-listbox_selection-group .slds-listbox-toggle .slds-button{line-height:1}.slds-combobox-addon_start .slds-combobox__input{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.slds-combobox-addon_end .slds-combobox__input{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}.slds-has-inline-listbox,.slds-has-object-switcher{flex-direction:row;background:#fff;border:1px solid #dddbda;border-radius:.25rem}.slds-has-inline-listbox .slds-combobox,.slds-has-object-switcher .slds-combobox{flex-basis:50%;flex-shrink:0}.slds-has-inline-listbox .slds-combobox__input,.slds-has-object-switcher .slds-combobox__input{min-height:100%;line-height:calc(1.875rem - 2px);border:0;padding-top:.125rem;padding-bottom:.125rem}.slds-has-inline-listbox .slds-combobox__input:active,.slds-has-inline-listbox .slds-combobox__input:focus,.slds-has-object-switcher .slds-combobox__input:active,.slds-has-object-switcher .slds-combobox__input:focus{outline:0;box-shadow:none}.slds-has-inline-listbox .slds-combobox_container__icon~.slds-listbox--inline,.slds-has-inline-listbox .slds-combobox_container__icon~.slds-listbox_inline,.slds-has-inline-listbox .slds-listbox--object-switcher~.slds-listbox--inline,.slds-has-inline-listbox .slds-listbox_object-switcher~.slds-listbox_inline,.slds-has-object-switcher .slds-combobox_container__icon~.slds-listbox--inline,.slds-has-object-switcher .slds-combobox_container__icon~.slds-listbox_inline,.slds-has-object-switcher .slds-listbox--object-switcher~.slds-listbox--inline,.slds-has-object-switcher .slds-listbox_object-switcher~.slds-listbox_inline{margin-left:.5rem}.slds-has-inline-listbox.slds-has-icon_left,.slds-has-object-switcher.slds-has-icon_left{padding-left:2.25rem}.slds-has-inline-listbox.slds-has-icon_left .slds-combobox_container__icon,.slds-has-object-switcher.slds-has-icon_left .slds-combobox_container__icon{width:1rem;height:1rem;position:absolute;left:1.125rem;top:50%;margin-top:-.5rem}.slds-has-inline-listbox [role=listbox]{display:inline-flex;padding:0 .125rem}.slds-has-inline-listbox .slds-combobox__input-value{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #dddbda}.slds-picklist--draggable,.slds-picklist_draggable{display:flex}.slds-picklist--draggable .slds-button,.slds-picklist_draggable .slds-button{margin:.25rem}.slds-picklist--draggable .slds-button:first-of-type,.slds-picklist_draggable .slds-button:first-of-type{margin-top:1.5rem}.slds-picklist__item{position:relative;line-height:1.5}.slds-picklist__item>a,.slds-picklist__item>span{display:block;padding:.5rem .75rem}.slds-picklist__item>a:hover,.slds-picklist__item>span:hover{background-color:#f3f2f2;cursor:pointer}.slds-picklist__item>a:active,.slds-picklist__item>span:active,.slds-picklist__item[aria-selected=true]{background-color:#ecebea}.slds-dueling-list{display:flex;clear:left}.slds-dueling-list__column{display:inline-flex;flex-direction:column}.slds-dueling-list__column .slds-button{margin:.25rem}.slds-dueling-list__column .slds-button:first-of-type{margin-top:1.5rem}.slds-dueling-list__column_responsive{flex:0 1 15rem;flex-wrap:wrap;overflow:hidden;min-width:6rem}.slds-dueling-list__column_responsive .slds-dueling-list__options{width:auto;max-width:100%}.slds-dueling-list__options,.slds-picklist__options{border:1px solid #dddbda;border-radius:.25rem;padding:.25rem 0;width:15rem;height:15rem;background-color:#fff;overflow:auto}.slds-dueling-list__options [aria-selected=true],.slds-picklist__options [aria-selected=true]{background-color:#0070d2;color:#fff}.slds-dueling-list__options [aria-selected=true]:focus,.slds-dueling-list__options [aria-selected=true]:hover,.slds-picklist__options [aria-selected=true]:focus,.slds-picklist__options [aria-selected=true]:hover{background:#005fb2;color:#fff}.slds-dueling-list__options .slds-is-grabbed,.slds-picklist__options .slds-is-grabbed{transform:rotate(3deg)}.slds-dueling-list__options.slds-is-disabled,.slds-picklist__options.slds-is-disabled{background-color:#ecebea;border-color:#c9c7c5;color:#3e3e3c}.slds-dueling-list__options.slds-is-disabled:hover,.slds-picklist__options.slds-is-disabled:hover{cursor:not-allowed}.slds-dueling-list__options.slds-is-disabled .slds-listbox__option:hover,.slds-picklist__options.slds-is-disabled .slds-listbox__option:hover{cursor:not-allowed;background-color:transparent}.slds-dueling-list__options.slds-is-disabled .slds-listbox__option:focus,.slds-picklist__options.slds-is-disabled .slds-listbox__option:focus{background-color:transparent}.slds-disabled-text{color:#dddbda}.slds-datepicker{padding:0;font-size:.75rem}.slds-datepicker tbody>tr>td,.slds-datepicker thead>tr>th{text-align:center}.slds-datepicker thead>tr>th{padding:.5rem;font-weight:400;color:#3e3e3c}.slds-datepicker tbody>tr>td{padding:.25rem;font-size:.75rem}.slds-datepicker tbody>tr>td>.slds-day{width:2rem;height:2rem;display:block;position:relative;min-width:2rem;line-height:2rem;border-radius:50%;margin:auto}.slds-datepicker tbody>tr>td.slds-is-today>.slds-day,.slds-datepicker tbody>tr>td:focus:not(.slds-disabled-text)>.slds-day,.slds-datepicker tbody>tr>td:hover:not(.slds-disabled-text)>.slds-day{cursor:pointer}.slds-datepicker tbody>tr>td.slds-is-today>.slds-day{background-color:#ecebea}.slds-datepicker tbody>tr>td:focus{outline:0}.slds-datepicker tbody>tr>td:focus>.slds-day{box-shadow:inset 0 0 0 1px #0070d2}.slds-datepicker tbody>tr>td.slds-is-selected>.slds-day{background:#0070d2;color:#fff}.slds-datepicker tbody>tr>td.slds-is-selected:focus>.slds-day{background:#005fb2;box-shadow:0 0 3px #005fb2;color:#fff}.slds-datepicker__filter{padding:.25rem}.slds-datepicker__filter--month,.slds-datepicker__filter_month{padding:0 .25rem 0 0}.slds-datepicker__month{font-size:.75rem}.slds-has-error .slds-datepicker__filter .slds-select{border:1px solid #dddbda;box-shadow:none}.slds-day_adjacent-month{color:#706e6b}.slds-table .slds-datepicker .slds-datepicker__month tbody>tr:hover>td{background-color:unset}.slds-datepicker .slds-has-multi-selection .slds-is-selected-multi:last-child>.slds-day:after{left:auto;right:0;transform:translateX(.25rem)}.slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:first-child>.slds-day:before,.slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:last-child>.slds-day:after{content:"";position:absolute;background:#0070d2;top:0;left:-50%;height:100%;width:2.5rem;transform:translateX(-.5rem);z-index:-1}.slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:first-child>.slds-day:before{left:0;transform:translateX(-.25rem)}.slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:last-child>.slds-day:after{left:auto;right:0;transform:translateX(.25rem)}.slds-datepicker td.slds-is-selected-multi>.slds-day{overflow:visible}.slds-datepicker td.slds-is-selected-multi.slds-is-today>.slds-day{box-shadow:inset 0 0 0 1px #fff}.slds-datepicker td.slds-is-selected-multi+.slds-is-selected-multi>.slds-day:before{content:"";position:absolute;background:#0070d2;top:0;left:-50%;height:100%;width:2.5rem;transform:translateX(-.5rem);z-index:-1}.slds-datepicker--time,.slds-datepicker_time{max-width:12rem;max-height:13.5rem;overflow:hidden;overflow-y:auto}.slds-datepicker--time__list>li,.slds-datepicker_time__list>li{white-space:nowrap;padding:.5rem 2rem}.slds-datepicker--time__list>li:focus,.slds-datepicker--time__list>li:hover,.slds-datepicker_time__list>li:focus,.slds-datepicker_time__list>li:hover{background:#f3f2f2;text-decoration:none;cursor:pointer}.slds-docked-composer--overflow__pill,.slds-docked-composer_overflow__pill{display:flex;padding:0 .75rem;height:inherit;white-space:nowrap;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.slds-docked-composer--overflow__pill:focus,.slds-docked-composer--overflow__pill:hover,.slds-docked-composer_overflow__pill:focus,.slds-docked-composer_overflow__pill:hover{color:#fff;text-decoration:none}.slds-docked-composer--overflow__pill .slds-text-body--small,.slds-docked-composer--overflow__pill .slds-text-body_small,.slds-docked-composer_overflow__pill .slds-text-body--small,.slds-docked-composer_overflow__pill .slds-text-body_small{color:#fff;margin-left:.5rem}.slds-docked_container{display:flex;align-items:flex-end;position:fixed;bottom:0;right:0;padding:0 1.5rem;height:2.5rem}.slds-docked-composer{position:relative;border-radius:.25rem .25rem 0 0;width:480px;height:2.5rem;float:left;box-shadow:0 -2px 2px 0 rgba(0,0,0,.16);border:1px solid #dddbda;border-bottom:none;background-color:#fff}.slds-docked-composer.slds-has-focus{box-shadow:0 0 4px 2px #0070d2}.slds-docked-composer.slds-is-open{height:480px}.slds-docked-composer.slds-is-closed{height:2.5rem}.slds-docked-composer.slds-is-closed .slds-docked-composer__body,.slds-docked-composer.slds-is-closed .slds-docked-composer__footer{display:none}.slds-docked-composer+.slds-docked-composer{margin-left:1.5rem}.slds-docked-composer__header{background:#fff;border-bottom:2px solid #1589ee;border-radius:.25rem .25rem 0 0;padding:.5rem .75rem}.slds-docked-composer__actions .slds-button{margin-left:.75rem}.slds-docked-composer__body{display:flex;flex:1 0 auto;flex-direction:column;overflow:auto}.slds-docked-composer__body--form,.slds-docked-composer__body_form{justify-content:flex-start;padding:1rem}.slds-docked-composer__lead{display:flex;background:#fff;padding:1rem .5rem}.slds-docked-composer__toolbar{background:#f3f2f2;padding:.25rem .5rem;max-height:60px;overflow-y:auto;border-top:1px solid #dddbda;border-bottom:1px solid #dddbda}.slds-docked-composer__input{background:#fff;padding:1rem;min-height:6rem;resize:none;line-height:1.5;overflow:hidden;overflow-y:auto}.slds-docked-composer__footer{display:flex;background:#f3f2f2;padding:.75rem .5rem;border-top:1px solid #dddbda}.slds-docked-composer--overflow,.slds-docked-composer_overflow{width:auto}.slds-docked-composer--overflow__button,.slds-docked-composer_overflow__button{display:flex;background:#fff;padding:0 .75rem;height:inherit;white-space:nowrap;border-bottom-left-radius:0;border-bottom-right-radius:0}.slds-docked-composer-modal .slds-modal__content{border-radius:.25rem}.slds-docked-composer-modal .slds-docked-composer{width:100%;height:100%;border:0}.slds-email-composer{position:relative;flex:1 1 auto}.slds-email-composer .slds-rich-text-editor{border:0;border-top:1px solid #dddbda;border-radius:0}.slds-email-composer__combobox{padding-left:3rem;border:0;border-bottom:1px solid #dddbda;border-radius:0}.slds-email-composer__combobox .slds-form-element__label{position:absolute;left:.75rem;top:50%;transform:translateY(-50%)}.slds-email-composer__combobox .slds-combobox_container,.slds-email-composer__combobox .slds-input[value]{border:0;box-shadow:none}.slds-email-composer__recipient{position:absolute;top:0;right:.75rem}.slds-utility-bar_container{position:relative}.slds-utility-bar{display:flex;position:fixed;bottom:0;left:0;width:100%;height:2.5rem;background:#fff;box-shadow:0 -2px 2px 0 rgba(0,0,0,.16);z-index:4}.slds-utility-bar .slds-indicator--unread,.slds-utility-bar .slds-indicator_unread{background:#d4504c;top:.5rem}.slds-utility-bar__item{display:flex;margin-right:1px}.slds-utility-bar__item_pop-out{position:relative}.slds-utility-bar__item_pop-out:before{content:"";position:absolute;top:4px;right:4px;height:4px;width:4px;border-top:1px solid #080707;border-right:1px solid #080707}[dir=rtl] .slds-utility-bar__item_pop-out:before{/*! @noflip */right:auto;/*! @noflip */left:4px;/*! @noflip */border-right-width:0;/*! @noflip */border-left:1px solid #080707}.slds-utility-bar__item_pop-out:after{content:"";position:absolute;top:2px;right:6px;height:7px;width:7px;border-right:1px solid #080707;transform:rotate(45deg)}[dir=rtl] .slds-utility-bar__item_pop-out:after{/*! @noflip */right:auto;/*! @noflip */left:6px;/*! @noflip */border-right-width:0;/*! @noflip */border-left:1px solid #080707;transform:rotate(-45deg)}.slds-utility-bar__action{position:relative;display:inline-flex;align-items:center;padding:0 .75rem;border-radius:0;border:0;color:#080707}.slds-utility-bar__action:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:transparent}.slds-utility-bar__action:focus,.slds-utility-bar__action:hover{box-shadow:none}.slds-utility-bar__action:focus:after{height:3px;background:#1589ee}.slds-utility-bar__action.slds-is-active,.slds-utility-bar__action:focus,.slds-utility-bar__action:hover{background:rgba(21,137,238,.1);color:inherit}.slds-utility-bar__action.slds-is-active:after{background:#1589ee}.slds-utility-bar__text{display:flex;flex-direction:column;line-height:1;text-align:left}.slds-has-notification .slds-utility-bar__action{background:#706e6b;color:#fff}.slds-has-notification .slds-utility-bar__action:focus,.slds-has-notification .slds-utility-bar__action:hover{background:#16325c}.slds-has-notification .slds-utility-bar__action:focus:after{background:#c9c7c5}.slds-utility-panel{position:fixed;bottom:1.875rem;width:21.25rem;height:30rem;border-radius:.25rem .25rem 0 0;border:1px solid #dddbda;border-bottom:none;background:#fff;transform:translateY(100%)}.slds-utility-panel.slds-is-open{box-shadow:0 -2px 2px 0 rgba(0,0,0,.16);transform:translateY(0)}.slds-utility-panel__header{background:#fff;border-bottom:2px solid #1589ee;border-radius:.25rem .25rem 0 0;padding:.5rem .75rem}.slds-utility-panel__body{display:flex;flex:1 1 0%;flex-direction:column;overflow:auto}.slds-drop-zone{position:relative}.slds-drop-zone:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;border:1px dotted #3e3e3c;outline:1px dotted #fff}.slds-drop-zone.slds-drop-zone_drag:after{border:1px solid #04844b;outline:0}.slds-drop-zone__label{color:#fff;background:#04844b;border-radius:.25rem .25rem 0 0;padding:.25rem .5rem;position:absolute;top:0;left:50%;transform:translate(-50%,-100%)}.slds-drop-zone__label.slds-drop-zone__label_container{opacity:0;background:#0070d2}.slds-drop-zone__label_button{border-radius:0}.slds-drop-zone__label_button:focus,.slds-drop-zone__label_button:hover{text-decoration:underline;outline:none}.slds-drop-zone_drag__slot{border-color:#fff;border-style:solid;border-width:1px 2px;background:#04844b;width:100%;height:.25rem}.slds-drop-zone__container{position:relative;z-index:8000}.slds-drop-zone__container:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0}.slds-drop-zone__container.slds-is-hovered .slds-drop-zone__actions,.slds-drop-zone__container.slds-is-hovered .slds-drop-zone__label_container,.slds-drop-zone__container:hover .slds-drop-zone__actions,.slds-drop-zone__container:hover .slds-drop-zone__label_container{opacity:1;z-index:8000}.slds-drop-zone__container.slds-is-hovered:after,.slds-drop-zone__container:hover:after{border:1px solid #1589ee}.slds-drop-zone__container:active:after{border:2px solid #00396b}.slds-drop-zone__container:active .slds-drop-zone__label{background-color:#00396b}.slds-drop-zone__container:focus-within{outline:none}.slds-drop-zone__container:focus-within .slds-drop-zone__actions,.slds-drop-zone__container:focus-within .slds-drop-zone__label_container{opacity:1;z-index:8000}.slds-drop-zone__container:focus-within:after{border:2px solid #0070d2}.slds-drop-zone__container:focus-within .slds-drop-zone__label{background-color:#005fb2}.slds-drop-zone__actions{opacity:0;background:#0070d2;position:absolute;right:0;top:0}.slds-global-header__button--icon,.slds-global-header__button_icon{margin:0 .25rem;color:#919191}.slds-global-header__button--icon .slds-icon,.slds-global-header__button_icon .slds-icon{fill:#919191}.slds-global-header__button--icon:focus,.slds-global-header__button--icon:hover:not(:disabled),.slds-global-header__button_icon:focus,.slds-global-header__button_icon:hover:not(:disabled){color:#818181}.slds-global-header__button--icon:focus .slds-icon,.slds-global-header__button--icon:hover:not(:disabled) .slds-icon,.slds-global-header__button_icon:focus .slds-icon,.slds-global-header__button_icon:hover:not(:disabled) .slds-icon{fill:#818181}.slds-global-header__button--icon-actions,.slds-global-header__button_icon-actions{background:#919191;border-radius:.25rem;color:#fff}.slds-global-header__button--icon-actions:focus,.slds-global-header__button--icon-actions:hover,.slds-global-header__button_icon-actions:focus,.slds-global-header__button_icon-actions:hover{background-color:#818181;color:#fff}.slds-global-header__button--icon-actions .slds-button__icon,.slds-global-header__button_icon-actions .slds-button__icon{width:1rem;height:1rem}.slds-global-header__button--icon-favorites,.slds-global-header__button_icon-favorites{color:#fff}.slds-global-header__button--icon-favorites .slds-button__icon,.slds-global-header__button--icon-favorites .slds-icon,.slds-global-header__button_icon-favorites .slds-button__icon,.slds-global-header__button_icon-favorites .slds-icon{color:#fff;stroke:#919191;stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.slds-global-header__button--icon-favorites:focus .slds-button__icon,.slds-global-header__button--icon-favorites:focus .slds-icon,.slds-global-header__button--icon-favorites:hover .slds-button__icon,.slds-global-header__button--icon-favorites:hover .slds-icon,.slds-global-header__button_icon-favorites:focus .slds-button__icon,.slds-global-header__button_icon-favorites:focus .slds-icon,.slds-global-header__button_icon-favorites:hover .slds-button__icon,.slds-global-header__button_icon-favorites:hover .slds-icon{color:#fff;stroke:#818181}.slds-global-header__button--icon-favorites.slds-is-selected .slds-button__icon,.slds-global-header__button--icon-favorites.slds-is-selected .slds-icon,.slds-global-header__button_icon-favorites.slds-is-selected .slds-button__icon,.slds-global-header__button_icon-favorites.slds-is-selected .slds-icon{color:#fff;stroke:#0070d2;stroke-width:1px;fill:#fff}.slds-global-header__button--icon-favorites.slds-is-selected:active .slds-button__icon,.slds-global-header__button--icon-favorites.slds-is-selected:active .slds-icon,.slds-global-header__button--icon-favorites.slds-is-selected:focus .slds-button__icon,.slds-global-header__button--icon-favorites.slds-is-selected:focus .slds-icon,.slds-global-header__button--icon-favorites.slds-is-selected:hover .slds-button__icon,.slds-global-header__button--icon-favorites.slds-is-selected:hover .slds-icon,.slds-global-header__button_icon-favorites.slds-is-selected:active .slds-button__icon,.slds-global-header__button_icon-favorites.slds-is-selected:active .slds-icon,.slds-global-header__button_icon-favorites.slds-is-selected:focus .slds-button__icon,.slds-global-header__button_icon-favorites.slds-is-selected:focus .slds-icon,.slds-global-header__button_icon-favorites.slds-is-selected:hover .slds-button__icon,.slds-global-header__button_icon-favorites.slds-is-selected:hover .slds-icon{color:#fff;stroke:#005fb2;fill:#fff}.slds-global-header__button--icon-favorites.slds-is-disabled .slds-button__icon,.slds-global-header__button--icon-favorites.slds-is-disabled .slds-icon,.slds-global-header__button--icon-favorites:disabled .slds-button__icon,.slds-global-header__button--icon-favorites:disabled .slds-icon,.slds-global-header__button_icon-favorites.slds-is-disabled .slds-button__icon,.slds-global-header__button_icon-favorites.slds-is-disabled .slds-icon,.slds-global-header__button_icon-favorites:disabled .slds-button__icon,.slds-global-header__button_icon-favorites:disabled .slds-icon{stroke:hsla(0,0%,65.1%,.25)}.slds-global-header__icon,.slds-global-header__icon .slds-button__icon,.slds-global-header__icon .slds-icon{width:1.25rem;height:1.25rem}.slds-global-header_container{position:fixed;width:100%;top:0;left:0;z-index:100}.slds-global-header_container .slds-assistive-text--focus,.slds-global-header_container .slds-assistive-text_focus{top:0;color:#5e5e5e;background:#fff}.slds-global-header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.07);padding:.5rem 0;height:3.125rem;align-items:center}.slds-global-header__item{padding:0 1rem}.slds-global-header__item--search,.slds-global-header__item_search{flex:0 1 33.5rem;min-width:27.5rem;padding:0}.slds-global-header .slds-global-search__form-element .slds-input{padding-left:3rem}.slds-global-header .slds-global-search__form-element .slds-input__icon--left,.slds-global-header .slds-global-search__form-element .slds-input__icon_left{left:1.25rem}.slds-global-header .slds-global-search__form-element .slds-icon{fill:#b0adab}.slds-global-header__logo{width:12.5rem;height:2.5rem;background-image:url(/assets/images/logo-noname.svg);background-size:contain;background-repeat:no-repeat;background-position:0}.slds-global-actions{display:flex;align-items:center}.slds-global-actions__item{margin-left:.25rem;margin-right:.25rem}.slds-global-actions__item .slds-button_icon{color:#919191}.slds-global-actions__item-action{transition:color .2s linear}.slds-global-actions__item-action:focus,.slds-global-actions__item-action:hover:not(:disabled){color:#818181}.slds-global-actions__item-action:active{animation:click-icon .12s cubic-bezier(1,1.9,.94,.98)}.slds-global-actions__item-action:active:not(:disabled){color:#5e5e5e}@keyframes click-icon{25%{transform:scale(.94)}to{transform:scale(.98)}}.slds-global-actions__avatar{box-shadow:0 0 0 0 #818181;border-radius:50%;border:0;margin-left:.5rem;transition:transform 80ms ease-out,box-shadow .1s linear}.slds-global-actions__avatar:focus,.slds-global-actions__avatar:hover{box-shadow:0 0 0 2px #818181}.slds-global-actions__favorites{display:inline-flex;margin-right:.5rem}.slds-global-actions__favorites-action{border-color:#919191}.slds-global-actions__favorites-action:hover{border-color:#5e5e5e}.slds-global-actions__favorites-action .slds-button__icon{width:1rem;height:1rem;transition:transform .2s ease-out}.slds-global-actions__favorites-action:hover:not(:disabled) .slds-button__icon{transform:scale(1.1);transform-origin:60% 40%}.slds-global-actions__favorites-action.slds-is-selected,.slds-global-actions__favorites-action.slds-is-selected:focus,.slds-global-actions__favorites-action.slds-is-selected:hover{background-color:#005583;border-color:#005583}.slds-global-actions__favorites-action.slds-is-selected .slds-button__icon{animation:click-favorites-icon .6s cubic-bezier(.46,.32,0,.98)}.slds-global-actions__favorites-action.slds-is-disabled,.slds-global-actions__favorites-action:disabled{color:hsla(0,0%,65.1%,.25);border-color:hsla(0,0%,65.1%,.25)}.slds-global-actions__favorites-more{width:auto;padding-left:.125rem;padding-right:.125rem;border-color:#919191}.slds-global-actions__favorites-more:hover{border-color:#5e5e5e}@keyframes click-favorites-icon{25%{transform:scale(.85) rotate(15deg)}75%{transform:scale(1.2) rotate(0deg)}to{transform:scale(1) rotate(0deg)}}.slds-global-actions__task{width:1.25rem;height:1.25rem;background:#919191;position:relative;top:-1px}.slds-global-actions__task:hover{background:#818181}.slds-global-actions__task:active{background:#5e5e5e}.slds-global-actions__task.slds-global-actions__item-action,.slds-global-actions__task.slds-global-actions__item-action:active,.slds-global-actions__task.slds-global-actions__item-action:hover{color:#fff}.slds-global-actions__task .slds-button__icon{width:1rem;height:1rem}.slds-global-actions__notifications{position:relative}.slds-global-actions__notifications.slds-incoming-notification{animation:bell .8s ease-in-out}.slds-notification-badge{display:inline-flex;justify-content:center;align-content:center;align-items:center;position:absolute;top:-.25rem;right:-.25rem;background:#bf0201;color:#fff;border-radius:15rem;min-width:1rem;min-height:1rem;text-align:center;font-size:.625rem;padding:0 .125rem;opacity:0;pointer-events:none}.slds-notification-badge.slds-show-notification{animation:ding .8s ease-out;opacity:1;transition-delay:.5s;transform-origin:1.1875rem 0}@keyframes ding{75%{transform:scale(.5)}85%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes bell{45%{transform:rotate(15deg)}57%{transform:rotate(-15deg)}70%{transform:rotate(7deg)}77%{transform:rotate(-5deg)}}.slds-global-header__notification{border-bottom:1px solid #dddbda;padding:.25rem}.slds-global-header__notification--unread,.slds-global-header__notification_unread{background-color:#ecebea}.slds-global-header__notification:hover{background-color:#f3f2f2}.slds-global-header__notification:last-child{border-bottom:0}.slds-context-bar{display:flex;height:2.5rem;background-color:#fff;border-bottom:3px solid #1589ee;color:#080707;position:relative;padding:0 0 0 1.5rem}.slds-context-bar__primary,.slds-context-bar__secondary,.slds-context-bar__tertiary{display:flex;flex-shrink:0}.slds-context-bar__secondary{flex:1 1 0%;min-width:0}.slds-context-bar__vertical-divider{width:0;overflow:hidden;border-left:1px solid #dddbda}.slds-context-bar__item{display:flex;align-content:center;align-items:stretch;white-space:nowrap;position:relative;max-width:15rem;transition:background-color .25s cubic-bezier(.39,.575,.565,1)}.slds-context-bar__item.slds-is-active,.slds-context-bar__item:not(.slds-no-hover):hover{outline:0;border-radius:0;background-color:rgba(21,137,238,.1);text-decoration:none;cursor:pointer}.slds-context-bar__item:not(.slds-no-hover):hover:after{content:"";width:100%;height:3px;display:block;background:rgba(0,0,0,.25);position:absolute;bottom:-3px;left:0;right:0}@supports (mix-blend-mode:soft-light){.slds-context-bar__item:not(.slds-no-hover):hover:after{background:rgba(0,0,0,.75);mix-blend-mode:soft-light}}.slds-context-bar__item:before{bottom:0;content:"";height:auto;left:0;position:absolute;right:0;top:0;transition-property:top,background-color}.slds-context-bar__item.slds-is-active{animation:bkAnim .135s cubic-bezier(.39,.575,.565,1) both}@keyframes bkAnim{50%{background-color:#fff}to{background-color:rgba(21,137,238,.1)}}.slds-context-bar__item.slds-is-active:before{content:"";height:3px;display:block;background:#1589ee;position:absolute;top:0;left:-1px;right:-1px;animation:navBounceIn .15s cubic-bezier(.39,.575,.565,1) both}@keyframes navBounceIn{0%{transform:translate3d(0,20px,0);opacity:0}20%{opacity:0}90%{transform:translate3d(0,1px,0)}to{transform:translateZ(0)}}.slds-context-bar__item.slds-is-active:hover{border-bottom-color:rgba(21,137,238,.1)}.slds-context-bar__item.slds-has-focus:after,.slds-context-bar__item.slds-has-focus:before,.slds-context-bar__item.slds-has-focus:hover:after,.slds-context-bar__item.slds-has-focus:hover:before{height:4px}.slds-context-bar__item.slds-has-notification{background:rgba(21,137,238,.1)}.slds-context-bar__item.slds-has-success:before{animation:none;animation-duration:1s;animation-iteration-count:3;animation-delay:.15s;animation-timing-function:cubic-bezier(.07,.49,.5,1);background-color:#04844b;bottom:0;content:"";height:auto;left:0;position:absolute;right:0;top:0;transition:background-color .25s cubic-bezier(.39,.575,.565,1)}.slds-context-bar__item.slds-has-success:hover:before{background-color:#004a29;height:auto}.slds-context-bar__item.slds-has-success:before{animation-name:success-pulse}.slds-context-bar__item.slds-has-error:before{animation:none;animation-duration:1s;animation-iteration-count:3;animation-delay:.15s;animation-timing-function:cubic-bezier(.07,.49,.5,1);background-color:#c23934;bottom:0;content:"";height:auto;left:0;position:absolute;right:0;top:0;transition:background-color .25s cubic-bezier(.39,.575,.565,1)}.slds-context-bar__item.slds-has-error:hover:before{background-color:#870500;height:auto}.slds-context-bar__item.slds-has-error:before{animation-name:error-pulse}.slds-context-bar__item.slds-has-error .slds-context-bar__label-action,.slds-context-bar__item.slds-has-success .slds-context-bar__label-action{color:#fff}.slds-context-bar__item.slds-has-error .slds-indicator_unread,.slds-context-bar__item.slds-has-success .slds-indicator_unread{background-color:#fff}.slds-context-bar__item.slds-has-error .slds-indicator_unsaved,.slds-context-bar__item.slds-has-success .slds-indicator_unsaved{color:#fff}.slds-context-bar__item.slds-has-warning:before{animation:none;animation-duration:1s;animation-iteration-count:3;animation-delay:.15s;animation-timing-function:cubic-bezier(.07,.49,.5,1);background-color:#ffb75d;bottom:0;content:"";height:auto;left:0;position:absolute;right:0;top:0;transition:background-color .25s cubic-bezier(.39,.575,.565,1)}.slds-context-bar__item.slds-has-warning:hover:before{background-color:#ff9e2c;height:auto}.slds-context-bar__item.slds-has-warning:before{animation-name:warning-pulse}.slds-context-bar__item.slds-has-warning .slds-indicator_unread{background-color:currentColor}.slds-context-bar__item.slds-has-warning .slds-indicator_unsaved{color:currentColor}.slds-context-bar__item.slds-has-error.slds-is-active:after,.slds-context-bar__item.slds-has-success.slds-is-active:after,.slds-context-bar__item.slds-has-warning.slds-is-active:after{content:"";background:#3e3e3c;position:absolute;height:3px;opacity:.4;top:0;right:0;left:0}.slds-context-bar__item.slds-has-error.slds-has-focus:after,.slds-context-bar__item.slds-has-success.slds-has-focus:after,.slds-context-bar__item.slds-has-warning.slds-has-focus:after{height:4px}.slds-context-bar__item--divider-left,.slds-context-bar__item_divider-left{border-left:1px solid #dddbda}.slds-context-bar__item--divider-right,.slds-context-bar__item_divider-right{border-right:1px solid #dddbda}.slds-context-bar__label-action{display:flex;align-content:center;align-items:center;flex-grow:1;padding:0 .75rem;border-radius:0;min-width:0;color:inherit;font-size:.8125rem;z-index:1}.slds-context-bar__label-action:focus,.slds-context-bar__label-action:focus:hover{outline:0;text-decoration:underline}.slds-context-bar__label-action:hover{text-decoration:none}.slds-context-bar__label-action:focus,.slds-context-bar__label-action:hover{color:inherit}.slds-context-bar__label-action:active{color:inherit;text-decoration:none}.slds-context-bar__icon-action{display:flex;align-items:center;align-content:center;margin-left:-.25rem;padding:0 .5rem;color:#3e3e3c;border-radius:0;flex-shrink:0}.slds-context-bar__icon-action:focus{outline:0}.slds-context-bar__icon-action:focus .slds-context-bar__button{outline:0;box-shadow:0 0 3px #0070d2}.slds-context-bar__icon-action:focus~.slds-dropdown{visibility:visible;opacity:1}.slds-context-bar__icon-action:active,.slds-context-bar__icon-action:focus,.slds-context-bar__icon-action:hover{color:#3e3e3c}.slds-context-bar__icon-action .slds-icon-waffle_container{width:2rem;height:2rem;margin-right:.25rem;margin-left:-.5rem}.slds-context-bar__icon-action .slds-icon-waffle{margin-right:auto;margin-left:auto}.slds-context-bar .slds-context-bar__button{color:inherit}.slds-context-bar .slds-context-bar__icon-action{margin-left:auto}.slds-context-bar--tabs,.slds-context-bar_tabs{border-top:1px solid #dddbda}.slds-context-bar__item--tab,.slds-context-bar__item_tab{width:12rem;border-right:1px solid #dddbda}.slds-context-bar__item--tab .slds-context-bar__label-action,.slds-context-bar__item_tab .slds-context-bar__label-action{padding:0 .5rem}.slds-context-bar__item--tab.slds-is-pinned,.slds-context-bar__item_tab.slds-is-pinned{width:auto;padding-right:.5rem}.slds-context-bar__item--tab.slds-is-pinned .slds-context-bar__label-action,.slds-context-bar__item_tab.slds-is-pinned .slds-context-bar__label-action{padding:0 .5rem}.slds-context-bar .slds-is-unsaved .slds-context-bar__label-action{position:relative;font-style:italic;line-height:normal}.slds-context-bar .slds-is-unsaved .slds-indicator_unread{margin-left:-.35rem}.slds-context-bar .slds-has-notification .slds-indicator_unread{display:inline-block;flex-shrink:0;height:6px;width:6px;left:auto;position:relative;top:auto}.slds-context-bar .slds-has-notification .slds-indicator--unsaved,.slds-context-bar .slds-has-notification .slds-indicator_unsaved{top:-.25rem}.slds-context-bar__item_tab.slds-has-sub-tabs.slds-is-active,.slds-context-bar__item_tab.slds-has-sub-tabs.slds-is-active:hover{animation:none;background-color:transparent}.slds-context-bar__item_tab.slds-has-sub-tabs.slds-is-active:after,.slds-context-bar__item_tab.slds-has-sub-tabs.slds-is-active:hover:after{content:"";display:block;position:absolute;left:0;bottom:-3px;height:3px;width:100%;background-color:#fff;border:0;mix-blend-mode:unset}.slds-indicator--unsaved,.slds-indicator_unsaved{color:#1589ee;align-self:center;position:relative}.slds-context-bar__dropdown-trigger .slds-dropdown{margin-top:3px}.slds-context-bar__dropdown-trigger .slds-dropdown:before{content:"";position:absolute;bottom:100%;width:100%;height:3px}.slds-context-bar__app-name{padding:0 1.5rem 0 0;font-size:1.125rem;line-height:1.25}.slds-context-bar__object-switcher{min-width:9rem;max-width:12rem;border-left:1px solid #dddbda;border-right:1px solid #dddbda}.slds-context-bar--theme-marketing,.slds-context-bar--theme-marketing .slds-context-bar__item:not(.slds-no-hover):hover,.slds-context-bar_theme-marketing,.slds-context-bar_theme-marketing .slds-context-bar__item:not(.slds-no-hover):hover{border-bottom-color:#f59331}.slds-context-bar--theme-marketing .slds-context-bar__item.slds-is-active:before,.slds-context-bar_theme-marketing .slds-context-bar__item.slds-is-active:before{background:#f59331}.slds-indicator-container{display:inline;margin-right:.25rem}.slds-indicator-container:empty{margin-right:0}.slds-expression__options{width:15rem}.slds-expression__options .slds-form-element__control{clear:none}.slds-expression__legend{float:left;width:3rem;padding-top:1.59375rem;font-weight:700}.slds-expression__legend.slds-expression__legend_group{margin-top:0}.slds-expression__row{margin-top:.75rem}.slds-expression__row.slds-expression__row_group{padding-left:3rem}.slds-expression__buttons{margin-top:.75rem}.slds-expression__group{background:#f3f2f2;border:1px solid #dddbda;border-radius:.25rem;padding:.75rem;margin-top:.75rem}.slds-expression__title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.slds-expression__custom-logic,.slds-expression_formula__rte{margin-top:.75rem}.slds-filters{position:relative}.slds-filters__body,.slds-filters__header{padding:.5rem .75rem}.slds-filters__footer{padding:.5rem 1rem}.slds-filters__item{padding:.75rem;background:#fff;border:1px solid #dddbda;border-radius:.25rem}.slds-filters__item.slds-is-new{background:#faffbd;color:#080707}.slds-filters__item.slds-has-error{border-color:#c23934}.slds-filters__item.slds-is-locked{background:#f3f2f2}.slds-filters__item+.slds-filters__item{margin-top:.5rem}.slds-filters__item:hover{background:#f4f6f9}.slds-filters__group{background:#f3f2f2;border:1px solid #dddbda;border-radius:.25rem;padding:.75rem}.slds-builder-header_container{position:fixed;width:100%;top:0;left:0;z-index:100}.slds-builder-header{position:relative;display:flex;height:3.125rem;background:#16325c;color:#fff}.slds-builder-header__item{display:flex;align-content:center;align-items:center;white-space:nowrap}.slds-builder-header__item+.slds-builder-header__item{border-left:1px solid}.slds-builder-header__item-action,.slds-builder-header__item-label{color:currentColor;padding:0 1rem;display:flex;align-content:center;align-items:center;flex-grow:1;min-width:0;height:100%}.slds-builder-header__item-action .slds-media__body,.slds-builder-header__item-label .slds-media__body{flex-basis:auto}.slds-builder-header__item-action{transition:all .15s linear}.slds-builder-header__item-action:focus,.slds-builder-header__item-action:hover{color:#b0adab;text-decoration:none}.slds-builder-header__item-action:focus{text-decoration:underline;box-shadow:none;outline:none}.slds-builder-header__nav,.slds-builder-header__utilities{align-items:stretch}.slds-builder-header__nav-list{display:flex}.slds-builder-header__utilities{margin-left:auto}.slds-builder-header__nav-item,.slds-builder-header__utilities-item{display:flex;align-content:center;align-items:stretch}.slds-builder-header__nav-item+.slds-builder-header__nav-item,.slds-builder-header__nav-item+.slds-builder-header__utilities-item,.slds-builder-header__utilities-item+.slds-builder-header__nav-item,.slds-builder-header__utilities-item+.slds-builder-header__utilities-item{border-left:1px solid}.slds-builder-toolbar{display:flex;padding:.5rem 1rem;background:#fff;border-bottom:1px solid #dddbda}.slds-builder-toolbar__actions{margin-left:auto}.slds-builder-toolbar__item-group+.slds-builder-toolbar__item-group{margin-left:.25rem}.slds-publisher{display:flex}.slds-publisher.slds-is-active{display:block}.slds-publisher.slds-is-active .slds-publisher__toggle-visibility{display:inherit;height:auto;overflow:visible;width:auto}.slds-publisher.slds-is-active .slds-publisher__input{line-height:1.5;height:auto;max-height:10rem;resize:vertical;padding-top:.75rem;padding-bottom:.75rem}.slds-publisher__input{line-height:1.875rem;padding:0 1rem;resize:none;min-height:calc(1.875rem + 2px);max-height:calc(1.875rem + 2px);width:100%}.slds-publisher__actions>.slds-button{margin-left:.75rem}.slds-publisher .slds-publisher__toggle-visibility{display:block;height:0;overflow:hidden;width:0}.slds-publisher--comment,.slds-publisher_comment{background-color:#fff;border:1px solid #dddbda;border-radius:.25rem;width:100%;position:relative;min-height:calc(1.875rem + 2px);max-height:calc(1.875rem + 2px)}.slds-publisher--comment.slds-is-active,.slds-publisher_comment.slds-is-active{min-height:6rem;max-height:15rem}.slds-publisher--comment.slds-is-active .slds-publisher__actions,.slds-publisher_comment.slds-is-active .slds-publisher__actions{display:flex}.slds-publisher--comment.slds-has-focus,.slds-publisher_comment.slds-has-focus{outline:0;border-color:#1589ee;background-color:#fff;box-shadow:0 0 3px #0070d2}.slds-publisher--comment .slds-publisher__actions,.slds-publisher_comment .slds-publisher__actions{display:none;padding:0 .75rem .75rem}.slds-publisher--comment .slds-attachments,.slds-publisher_comment .slds-attachments{padding:.5rem .75rem}.slds-feed{position:relative;max-width:49rem;margin:auto}.slds-feed__list{margin:0;padding:0}.slds-feed__item{padding:.5rem 0}@media (min-width:48em){.slds-feed__item{padding:.75rem 0}}.slds-comment__replies{padding-top:1rem;margin-left:3.75rem}.slds-comment__replies>:last-child,.slds-comment__replies>:last-child .slds-comment{padding-bottom:0}.slds-comment__replies>:last-child .slds-comment:before,.slds-comment__replies>:last-child:before{content:none}.slds-comment__replies .slds-comment{margin-bottom:0;padding-bottom:1rem;position:relative}.slds-comment__replies .slds-comment:before{content:"";background:#dddbda;height:100%;width:1px;position:absolute;left:1.125rem;top:0;bottom:0;margin-left:-1.125rem;z-index:-1}.slds-comment__replies .slds-avatar{border:2px solid #fff}.slds-tags,.slds-tags__list{display:flex}.slds-tags__item{margin-left:.25rem}.slds-tags__item:after{content:", "}.slds-tags__item:last-child:after{content:none}.slds-attachments{padding-bottom:.5rem}.slds-attachments:empty{padding:0}.slds-attachments__item+.slds-attachments__item{margin-top:1rem}.slds-comment__content{padding:.25rem 0}.slds-feed__item-comments{background:#f3f2f2;border-top:1px solid #dddbda;border-bottom:1px solid #dddbda}.slds-feed__item-comments .slds-comment{padding:.5rem 1rem}.slds-post{background:#fff;padding:.75rem 1rem}@media (max-width:48em){.slds-post{border-top:1px solid #dddbda}}@media (min-width:64em){.slds-post{padding:0 1rem .5rem}}.slds-post__content,.slds-post__header{margin-bottom:.75rem}@media (min-width:48em){.slds-post__content{margin-bottom:1.5rem}}.slds-post__footer{display:flex;font-size:.75rem;flex-direction:column}@media (min-width:48em){.slds-post__footer{flex-direction:row}}.slds-post__footer-actions-list{justify-content:space-between;text-align:center;order:1}@media (max-width:30em){.slds-post__footer-actions-list{border-top:1px solid #dddbda;margin:0 -.75rem -.75rem;padding:0 1rem}}@media (min-width:48em){.slds-post__footer-actions-list{order:0}}.slds-post__footer-action{display:flex;align-items:center;justify-content:center;color:#080707;padding:.75rem 0;line-height:1}@media (min-width:48em){.slds-post__footer-action{margin-right:1rem;padding:0}}.slds-post__footer-action .slds-icon{margin-right:.25rem}.slds-post__footer-action.slds-is-active,.slds-post__footer-action:focus,.slds-post__footer-action:hover{color:#005fb2;text-decoration:none}.slds-post__footer-action.slds-is-active .slds-icon,.slds-post__footer-action:focus .slds-icon,.slds-post__footer-action:hover .slds-icon{fill:currentColor}.slds-post__footer-meta-list{margin-bottom:1rem}@media (min-width:48em){.slds-post__footer-meta-list{margin-left:auto;margin-bottom:0}}.slds-region--narrow .slds-post,.slds-region_narrow .slds-post{border:0;padding:.75rem 1rem}.slds-region--narrow .slds-post__content,.slds-region_narrow .slds-post__content{margin-bottom:.75rem}.slds-region--narrow .slds-post__footer,.slds-region_narrow .slds-post__footer{flex-direction:column}.slds-region--narrow .slds-post__footer-action,.slds-region_narrow .slds-post__footer-action{padding:.75rem 0}.slds-region--narrow .slds-post__footer-actions-list,.slds-region_narrow .slds-post__footer-actions-list{order:1;border-top:1px solid #dddbda;margin:0 -.75rem -.75rem;padding:0 1rem}.slds-region--narrow .slds-post__footer-meta-list,.slds-region_narrow .slds-post__footer-meta-list{margin-left:0;margin-bottom:1rem}.slds-post__payload{padding:0 0 1rem}.slds-post__payload:empty{padding:0;border:0}.slds-modal{opacity:0;visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9001}.slds-modal,.slds-modal__container{transition:transform .1s linear,opacity .1s linear}.slds-modal__container{position:relative;transform:translate(0);display:flex;flex-direction:column;justify-content:center;margin:0 2rem;height:100%;padding:3rem 0;border-radius:.25rem}@media (min-width:48em){.slds-modal__container{margin:0 auto;width:50%;max-width:40rem;min-width:20rem}}.slds-modal__content,.slds-modal__header{background:#fff}.slds-modal__footer,.slds-modal__header{flex-shrink:0}.slds-modal__header{position:relative;border-top-right-radius:.25rem;border-top-left-radius:.25rem;border-bottom:2px solid #dddbda;padding:1rem;text-align:center}.slds-modal__header+.slds-modal__menu{border-top-left-radius:0;border-top-right-radius:0}.slds-modal__header--empty,.slds-modal__header_empty{padding:0;border-bottom:0}.slds-modal__header--empty+.slds-modal__content,.slds-modal__header_empty+.slds-modal__content{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.slds-modal .slds-modal__title{font-weight:300;font-size:1.25rem;line-height:1.25}.slds-modal__content{overflow:hidden;overflow-y:auto}.slds-modal__content:last-child,.slds-modal__content_has-hidden-footer{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;box-shadow:0 2px 3px 0 rgba(0,0,0,.16)}.slds-modal__menu{position:relative;border-radius:.25rem;padding:1rem;background-color:#f3f2f2}@media (max-width:48em){.slds-modal__menu .slds-button{width:100%;margin:.125rem 0}}.slds-modal__footer{border-top:2px solid #dddbda;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;padding:.75rem 1rem;background-color:#f3f2f2;text-align:right;box-shadow:0 2px 3px 0 rgba(0,0,0,.16)}.slds-modal__footer--directional .slds-button:first-child,.slds-modal__footer_directional .slds-button:first-child{float:left}.slds-modal__footer .slds-button+.slds-button{margin-left:.5rem}.slds-modal__close{width:2rem;height:2rem;position:absolute;top:-2.5rem;right:-.5rem}@media (min-width:48em){.slds-modal_small .slds-modal__container{width:60%;max-width:52.0625rem;min-width:40rem}}@media (min-width:48em){.slds-modal_medium .slds-modal__container{width:70%;max-width:75rem;min-width:40rem}}@media (min-width:48em){.slds-modal--large .slds-modal__container,.slds-modal_large .slds-modal__container{width:90%;max-width:none;min-width:40rem}}.slds-backdrop{transition-duration:.4s;width:100%;height:100%;opacity:0;visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(8,7,7,.6);z-index:9000}.slds-backdrop--open,.slds-backdrop_open{visibility:visible;opacity:1;transition:opacity .4s linear}.slds-fade-in-open{opacity:1;visibility:visible;transition:opacity .1s linear}.slds-fade-in-open .slds-modal__container-reset,.slds-slide-up-open{opacity:1;visibility:visible;transform:translate(0)}.slds-slide-up-open{transition:opacity .1s linear,transform .2s linear}.slds-slide-up-open .slds-modal__container-reset{opacity:0;visibility:hidden;transform:translateY(1rem);transition:opacity .2s linear,transform .2s linear}.slds-slide-up-saving{opacity:1;visibility:visible;transform:translateY(-1rem)}.slds-slide-down-cancel{opacity:1;visibility:visible;transform:translateY(1rem)}.slds-map_container{flex:3 1 auto}.slds-map{position:relative;min-width:23.75rem;width:100%;max-height:100%}.slds-map:before{content:"";display:block;height:0;width:100%;padding-top:56.25%}.slds-map iframe{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:0}.slds-has-coordinates{display:flex;flex-wrap:wrap;overflow:auto;max-height:41.25rem;background:#fff}.slds-has-coordinates .slds-map:before{padding-top:75%}.slds-coordinates{overflow:auto;flex:1 1 auto}.slds-coordinates__header{padding:1rem}.slds-coordinates__title{font-size:1rem;font-weight:700}.slds-coordinates__item-action{padding:.5rem 1rem;width:100%}.slds-coordinates__item-action .slds-text-link{display:block}.slds-coordinates__item-action:focus,.slds-coordinates__item-action:hover{background-color:#f3f2f2;outline:0}.slds-coordinates__item-action:focus .slds-text-link,.slds-coordinates__item-action:hover .slds-text-link{text-decoration:underline}.slds-coordinates__item-action:active,.slds-coordinates__item-action[aria-pressed=true]{background-color:#ecebea}.slds-coordinates__item-action[aria-pressed=true] .slds-text-link{color:#00396b}.slds-app-launcher__header-search{flex:0 1 25rem;padding:0 1rem}.slds-app-launcher__content{flex:1 1 auto}.slds-app-launcher__content .slds-section__title-action{background:transparent}.slds-app-launcher__tile--small,.slds-app-launcher__tile_small{flex-direction:column;border:0;border-radius:0;text-align:center;cursor:pointer}.slds-app-launcher__tile--small:focus .slds-app-launcher__tile-figure--small,.slds-app-launcher__tile--small:focus .slds-app-launcher__tile-figure_small,.slds-app-launcher__tile--small:hover .slds-app-launcher__tile-figure--small,.slds-app-launcher__tile--small:hover .slds-app-launcher__tile-figure_small,.slds-app-launcher__tile_small:focus .slds-app-launcher__tile-figure--small,.slds-app-launcher__tile_small:focus .slds-app-launcher__tile-figure_small,.slds-app-launcher__tile_small:hover .slds-app-launcher__tile-figure--small,.slds-app-launcher__tile_small:hover .slds-app-launcher__tile-figure_small{border-color:#1589ee}.slds-app-launcher__tile-figure--small,.slds-app-launcher__tile-figure_small{border:1px solid #dddbda;border-radius:.25rem}.slds-app-launcher__tile-body--small,.slds-app-launcher__tile-body_small{background:transparent;padding:.5rem 0;border:0;border-radius:0}.slds-app-launcher__tile{display:flex;align-items:stretch;margin:.5rem 0;border:1px solid #dddbda;border-radius:.25rem;cursor:move}.slds-app-launcher__tile:active,.slds-app-launcher__tile:focus,.slds-app-launcher__tile:hover{outline:0;border-color:#005fb2}.slds-app-launcher__tile.slds-is-draggable .slds-app-launcher__tile-figure{padding-bottom:.25rem}.slds-app-launcher__tile.slds-is-grabbed{transform:rotate(3deg)}.slds-app-launcher__tile-figure{display:flex;flex-direction:column;flex-shrink:0;padding:.75rem;color:#fff;border-radius:.25rem 0 0 .25rem;text-align:center}.slds-app-launcher__tile-body{flex:1 1 auto;background:#f3f2f2;padding:.5rem .75rem;border-radius:0 .25rem .25rem 0}.slds-visual-picker{display:inline-flex;position:relative;flex-direction:column;border:0;border-radius:0;text-align:center;cursor:pointer}.slds-visual-picker+.slds-visual-picker{margin-left:1rem}.slds-visual-picker:active .slds-visual-picker__figure{border:1px solid #1589ee;box-shadow:inset 0 0 0 1px #1589ee}.slds-visual-picker:hover .slds-visual-picker__figure{cursor:pointer}.slds-visual-picker input:not(:disabled)~label:hover .slds-visual-picker__figure{cursor:pointer;outline:0;border:1px solid #1589ee;box-shadow:inset 0 0 0 1px #1589ee}.slds-visual-picker input{width:1px;height:1px;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}.slds-visual-picker input:focus~label .slds-visual-picker__figure{border:1px solid #1589ee;box-shadow:inset 0 0 0 1px #1589ee}.slds-visual-picker input:checked~label .slds-visual-picker__figure{box-shadow:0 4px 4px 0 rgba(0,0,0,.16)}.slds-visual-picker input:focus~label .slds-visual-picker__body>:first-child{text-decoration:underline}.slds-visual-picker input:checked~label .slds-is-not-selected{display:none}.slds-visual-picker input:checked~label .slds-is-selected{display:block}.slds-visual-picker input:checked~label .slds-visual-picker__icon{background-color:#1589ee;border:1px solid #1589ee}.slds-visual-picker input:checked~label .slds-visual-picker__text{border:1px solid #1589ee;box-shadow:inset 0 0 0 1px #1589ee}.slds-visual-picker input:checked~label .slds-visual-picker__text:after{content:"";position:absolute;top:0;right:0;border-radius:.5rem;border-color:#1589ee #1589ee transparent transparent;border-style:solid;border-width:1rem}.slds-visual-picker input[disabled]{cursor:not-allowed;user-select:none}.slds-visual-picker input[disabled]~label .slds-visual-picker__body,.slds-visual-picker input[disabled]~label .slds-visual-picker__text{color:#3e3e3c}.slds-visual-picker input[disabled]~label .slds-visual-picker__figure{border-color:#c9c7c5;background-color:#ecebea;box-shadow:none}.slds-visual-picker input[disabled]~label .slds-visual-picker__figure:hover{cursor:not-allowed;user-select:none;box-shadow:none}.slds-visual-picker__figure{display:block;background:#fff;box-shadow:0 2px 2px rgba(0,0,0,.05);border:1px solid #dddbda;border-radius:.25rem;text-align:center}.slds-visual-picker__figure .slds-icon-action-check{background-color:#1589ee}.slds-visual-picker__figure span{display:block}.slds-visual-picker__figure .slds-is-selected{display:none}.slds-visual-picker_medium .slds-visual-picker__body,.slds-visual-picker_medium .slds-visual-picker__figure{width:12rem}.slds-visual-picker_medium .slds-visual-picker__figure{height:12rem}.slds-visual-picker_large .slds-visual-picker__body,.slds-visual-picker_large .slds-visual-picker__figure{width:15rem}.slds-visual-picker_large .slds-visual-picker__figure{height:15rem}.slds-visual-picker_small .slds-visual-picker__body,.slds-visual-picker_small .slds-visual-picker__figure{width:8.5rem}.slds-visual-picker_small .slds-visual-picker__figure{height:8.5rem}.slds-visual-picker__body{display:flex;flex-direction:column;background:transparent;padding:1rem .5rem;border:0;border-radius:0}.slds-visual-picker__text-check{position:absolute;top:-.0625rem;right:.625rem;width:.5rem;height:.5rem}.slds-visual-picker input[disabled]~label .slds-visual-picker__text-check{opacity:0}.slds-visual-picker_vertical{width:25rem;display:flex}.slds-visual-picker_vertical .slds-visual-picker__figure{text-align:left;padding:1rem;height:6rem}.slds-visual-picker_vertical+.slds-visual-picker_vertical{margin-left:0;margin-top:1rem}.slds-visual-picker_vertical .slds-visual-picker__body,.slds-visual-picker_vertical .slds-visual-picker__figure{width:25rem}.slds-visual-picker_vertical input:focus~label .slds-visual-picker__text .slds-text-heading_medium{text-decoration:underline}.slds-pill{display:inline-flex;align-items:center;justify-content:space-between;line-height:1.5;max-width:100%;padding:.125rem;border:1px solid #dddbda;border-radius:.25rem;background-color:#fff;position:relative;min-height:1.625rem}.slds-pill+.slds-pill{margin-left:.125rem}.slds-pill:hover{background-color:#f4f6f9}.slds-pill:focus{outline:0;border-radius:.25rem;border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-pill a{text-decoration:none}.slds-pill--bare,.slds-pill_bare{background-color:transparent;border:0}.slds-pill--bare:hover,.slds-pill_bare:hover{background-color:transparent}.slds-pill-container,.slds-pill__container,.slds-pill_container{display:flex;min-height:calc(1.875rem + 2px);padding:.125rem;border:1px solid #dddbda;border-radius:.25rem;background-color:#fff}.slds-pill-container .slds-listbox_inline,.slds-pill__container .slds-listbox_inline,.slds-pill_container .slds-listbox_inline{margin-left:0;margin-right:0}.slds-pill__container--bare,.slds-pill__container_bare,.slds-pill_container--bare,.slds-pill_container_bare{display:flex;padding:.125rem;border:0;border-radius:0;background-color:transparent}.slds-pill__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slds-pill__label:focus{outline:0;border-radius:.25rem;box-shadow:0 0 3px #0070d2}.slds-pill__icon,.slds-pill__icon_container{width:1.25rem;height:1.25rem;margin-right:.25rem}.slds-pill__icon .slds-avatar,.slds-pill__icon .slds-icon,.slds-pill__icon_container .slds-avatar,.slds-pill__icon_container .slds-icon{width:1.25rem;height:1.25rem;display:block;font-size:.625rem}.slds-pill__icon_container~.slds-pill__action,.slds-pill__icon~.slds-pill__action{padding-left:calc(1.5rem + 2px)}.slds-pill__remove{width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;margin-left:.25rem;border-radius:.125rem}.slds-pill__remove svg{width:.875rem;height:.875rem}.slds-pill--link,.slds-pill_link{border:0;padding:0}.slds-pill--link .slds-pill__icon_container,.slds-pill_link .slds-pill__icon_container{display:inline-block;position:absolute;top:50%;left:.125rem;transform:translateY(-50%)}.slds-pill--link .slds-pill__remove,.slds-pill_link .slds-pill__remove{position:absolute;top:50%;right:.125rem;transform:translateY(-50%)}.slds-pill__action{padding:.125rem calc(1.25rem + 2px) .125rem .125rem;border:1px solid #dddbda;border-radius:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1}.slds-pill__action:focus{outline:0;border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-has-error{border-color:#c23934}.slds-has-error .slds-pill__label{font-weight:700;color:#c23934}.slds-has-error .slds-pill__action{border-color:#c23934}.slds-wizard{position:relative}.slds-wizard__list{display:flex;justify-content:space-between;position:relative;margin:auto}.slds-wizard__item{flex:2 0 auto;text-align:center;width:0;user-select:none}.slds-wizard__item:first-child{text-align:left;flex-grow:1}.slds-wizard__item:last-child{text-align:right;flex-grow:1}.slds-wizard__item a:focus,.slds-wizard__item a:hover{outline:0;text-decoration:none}.slds-wizard__item a:focus .slds-wizard__marker,.slds-wizard__item a:hover .slds-wizard__marker{background:#d8dde6}.slds-wizard__link{display:block}.slds-wizard__marker{width:1.5rem;height:1.5rem;border-radius:50%;background:#ecebea;display:inline-block;vertical-align:middle;z-index:1;position:relative}.slds-wizard__label{display:block;margin-top:.75rem}.slds-wizard__progress{position:absolute;left:0;top:.625rem;height:.25rem;display:block;width:100%;z-index:-1;background:#ecebea}.slds-wizard__progress-bar{position:absolute;left:0;top:0;height:100%;background:#0076de;transition:width .2s ease}.slds-wizard .slds-is-active .slds-wizard__marker{background:#0076de}.slds-wizard .slds-is-active a:focus .slds-wizard__marker,.slds-wizard .slds-is-active a:hover .slds-wizard__marker{background:#005fb2}.slds-path-coach{border:1px solid transparent;border-top:0}.slds-path-coach.slds-is-expanded{border-color:#dddbda;padding-bottom:1rem}.slds-path-coach .slds-path__mark-current{background-color:#061c3f;border-color:#061c3f}.slds-tabs--path,.slds-tabs_path{display:block;width:100%}.slds-tabs--path__nav,.slds-tabs_path__nav{display:flex;align-items:flex-start}.slds-tabs--path .slds-is-complete,.slds-tabs_path .slds-is-complete{background-color:#51c983}.slds-tabs--path .slds-is-complete .slds-tabs--path__stage,.slds-tabs--path .slds-is-complete .slds-tabs_path__stage,.slds-tabs_path .slds-is-complete .slds-tabs--path__stage,.slds-tabs_path .slds-is-complete .slds-tabs_path__stage{transform:rotateX(0deg)}.slds-tabs--path .slds-is-complete .slds-tabs--path__title,.slds-tabs--path .slds-is-complete .slds-tabs_path__title,.slds-tabs_path .slds-is-complete .slds-tabs--path__title,.slds-tabs_path .slds-is-complete .slds-tabs_path__title{transform:rotateX(180deg)}.slds-tabs--path .slds-is-complete .slds-tabs--path__link,.slds-tabs--path .slds-is-complete .slds-tabs_path__link,.slds-tabs_path .slds-is-complete .slds-tabs--path__link,.slds-tabs_path .slds-is-complete .slds-tabs_path__link{color:#080707}.slds-tabs--path .slds-is-complete:hover,.slds-tabs_path .slds-is-complete:hover{background-color:#1f8956}.slds-tabs--path .slds-is-complete:hover .slds-tabs--path__stage,.slds-tabs--path .slds-is-complete:hover .slds-tabs_path__stage,.slds-tabs_path .slds-is-complete:hover .slds-tabs--path__stage,.slds-tabs_path .slds-is-complete:hover .slds-tabs_path__stage{transform:rotateX(-180deg)}.slds-tabs--path .slds-is-complete:hover .slds-tabs--path__title,.slds-tabs--path .slds-is-complete:hover .slds-tabs_path__title,.slds-tabs_path .slds-is-complete:hover .slds-tabs--path__title,.slds-tabs_path .slds-is-complete:hover .slds-tabs_path__title{transform:rotateX(0deg)}.slds-tabs--path .slds-is-complete:hover .slds-tabs--path__link,.slds-tabs--path .slds-is-complete:hover .slds-tabs_path__link,.slds-tabs_path .slds-is-complete:hover .slds-tabs--path__link,.slds-tabs_path .slds-is-complete:hover .slds-tabs_path__link{color:#fff}.slds-tabs--path .slds-is-current,.slds-tabs_path .slds-is-current{background-color:#1172cf}.slds-tabs--path .slds-is-current:hover,.slds-tabs_path .slds-is-current:hover{background-color:#0d61af}.slds-tabs--path .slds-is-current+.slds-is-incomplete:before,.slds-tabs_path .slds-is-current+.slds-is-incomplete:before{background-color:#1172cf}.slds-tabs--path .slds-is-current:hover+.slds-is-incomplete:before,.slds-tabs_path .slds-is-current:hover+.slds-is-incomplete:before{background-color:#0d61af}.slds-tabs--path .slds-is-incomplete,.slds-tabs_path .slds-is-incomplete{background-color:#e0e5ee}.slds-tabs--path .slds-is-incomplete:hover,.slds-tabs_path .slds-is-incomplete:hover{background-color:#d8dde6}.slds-tabs--path .slds-is-incomplete .slds-tabs--path__link,.slds-tabs--path .slds-is-incomplete .slds-tabs_path__link,.slds-tabs_path .slds-is-incomplete .slds-tabs--path__link,.slds-tabs_path .slds-is-incomplete .slds-tabs_path__link{color:#080707}.slds-tabs--path .slds-is-lost,.slds-tabs--path .slds-is-lost:hover,.slds-tabs_path .slds-is-lost,.slds-tabs_path .slds-is-lost:hover{background-color:#c23934}.slds-tabs--path .slds-is-current .slds-tabs--path__link,.slds-tabs--path .slds-is-current .slds-tabs_path__link,.slds-tabs--path .slds-is-lost .slds-tabs--path__link,.slds-tabs--path .slds-is-lost .slds-tabs_path__link,.slds-tabs_path .slds-is-current .slds-tabs--path__link,.slds-tabs_path .slds-is-current .slds-tabs_path__link,.slds-tabs_path .slds-is-lost .slds-tabs--path__link,.slds-tabs_path .slds-is-lost .slds-tabs_path__link{color:#fff}.slds-tabs--path .slds-is-active,.slds-tabs_path .slds-is-active{background-color:#061c3f}.slds-tabs--path .slds-is-active .slds-tabs--path__link,.slds-tabs--path .slds-is-active .slds-tabs_path__link,.slds-tabs_path .slds-is-active .slds-tabs--path__link,.slds-tabs_path .slds-is-active .slds-tabs_path__link{color:#fff}.slds-tabs--path .slds-is-active:hover,.slds-tabs--path .slds-is-active:hover+.slds-tabs--path__item:before,.slds-tabs--path .slds-is-active:hover+.slds-tabs_path__item:before,.slds-tabs_path .slds-is-active:hover,.slds-tabs_path .slds-is-active:hover+.slds-tabs--path__item:before,.slds-tabs_path .slds-is-active:hover+.slds-tabs_path__item:before{background-color:#16325c}.slds-tabs--path .slds-is-active+.slds-tabs--path__item:before,.slds-tabs--path .slds-is-active+.slds-tabs_path__item:before,.slds-tabs_path .slds-is-active+.slds-tabs--path__item:before,.slds-tabs_path .slds-is-active+.slds-tabs_path__item:before{background-color:#061c3f}.slds-tabs--path .slds-is-active .slds-tabs--path__title,.slds-tabs--path .slds-is-active .slds-tabs_path__title,.slds-tabs--path .slds-is-won .slds-tabs--path__title,.slds-tabs--path .slds-is-won .slds-tabs_path__title,.slds-tabs_path .slds-is-active .slds-tabs--path__title,.slds-tabs_path .slds-is-active .slds-tabs_path__title,.slds-tabs_path .slds-is-won .slds-tabs--path__title,.slds-tabs_path .slds-is-won .slds-tabs_path__title{color:#fff;transform:rotateX(0deg)}.slds-tabs--path .slds-is-active .slds-tabs--path__stage,.slds-tabs--path .slds-is-active .slds-tabs_path__stage,.slds-tabs--path .slds-is-won .slds-tabs--path__stage,.slds-tabs--path .slds-is-won .slds-tabs_path__stage,.slds-tabs_path .slds-is-active .slds-tabs--path__stage,.slds-tabs_path .slds-is-active .slds-tabs_path__stage,.slds-tabs_path .slds-is-won .slds-tabs--path__stage,.slds-tabs_path .slds-is-won .slds-tabs_path__stage{transform:rotateX(-180deg)}.slds-tabs--path__item,.slds-tabs_path__item{overflow:hidden;position:relative;flex:1 1 0%;min-width:5rem;text-align:center;perspective:500px;transition:transform .1s ease-in-out,background-color .1s linear}.slds-tabs--path__item:first-child,.slds-tabs_path__item:first-child{border-radius:15rem 0 0 15rem}.slds-tabs--path__item:last-child,.slds-tabs_path__item:last-child{border-radius:0 15rem 15rem 0;border-right:0}.slds-tabs--path__item:before,.slds-tabs_path__item:before{content:"";display:block;position:absolute;top:2px;left:-1rem;width:calc(2rem - 4px);height:calc(2rem - 4px);border:2px solid #fff;border-left:0;border-bottom:0;background-clip:padding-box;transform:scale3d(.8,1.1,1) rotate(45deg);transition:transform .1s ease-in-out,background-color .1s linear}.slds-tabs--path__item:first-child:before,.slds-tabs_path__item:first-child:before{display:none}.slds-tabs--path__item+.slds-is-complete:before,.slds-tabs--path__item+.slds-is-current:before,.slds-tabs_path__item+.slds-is-complete:before,.slds-tabs_path__item+.slds-is-current:before{background-color:#51c983}.slds-tabs--path__item:hover+.slds-is-complete:before,.slds-tabs--path__item:hover+.slds-is-current:before,.slds-tabs_path__item:hover+.slds-is-complete:before,.slds-tabs_path__item:hover+.slds-is-current:before{background-color:#1f8956}.slds-tabs--path__item+.slds-is-incomplete:before,.slds-tabs--path__item+.slds-is-lost:before,.slds-tabs_path__item+.slds-is-incomplete:before,.slds-tabs_path__item+.slds-is-lost:before{background-color:#e0e5ee}.slds-tabs--path__item:hover+.slds-is-incomplete:before,.slds-tabs--path__item:hover+.slds-is-lost:before,.slds-tabs_path__item:hover+.slds-is-incomplete:before,.slds-tabs_path__item:hover+.slds-is-lost:before{background-color:#d8dde6}.slds-tabs--path__title,.slds-tabs_path__title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slds-tabs--path__stage,.slds-tabs_path__stage{position:absolute;top:50%;left:.5rem;width:100%;margin-top:-.5rem;transform:rotateX(-180deg);line-height:1}.slds-tabs--path__link,.slds-tabs_path__link{display:flex;justify-content:center;position:relative;padding:.25rem .25rem .25rem 1.25rem;line-height:1.5rem;text-decoration:none;cursor:pointer}.slds-tabs--path__link:hover,.slds-tabs_path__link:hover{text-decoration:none}.slds-tabs--path__link:focus,.slds-tabs_path__link:focus{outline:0}.slds-tabs--path__stage,.slds-tabs--path__title,.slds-tabs_path__stage,.slds-tabs_path__title{display:block;transition:transform .2s linear;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slds-tabs--path__content,.slds-tabs_path__content{position:relative;padding-left:1.5rem;padding-right:1rem}.slds-coach__keys{padding-left:.75rem}.slds-coach__guidance{padding-left:1.5rem;padding-bottom:.25rem;background-color:#fff}.slds-coach__guidance,.slds-coach__keys{margin-top:1rem;padding-top:1rem;padding-right:1.5rem}.slds-coach__item{border-top:1px solid #dddbda;padding:1rem 0;color:#3e3e3c}.slds-coach__value{border-top:1px solid #dddbda;padding-top:1rem;color:#080707}.slds-path.slds-is-expanded{padding-bottom:.75rem;border-color:#dddbda}.slds-path__track{flex-wrap:wrap;align-items:flex-start}@media (min-width:64em){.slds-path__track{flex-wrap:nowrap;align-items:stretch}}.slds-path__track.slds-has-overflow .slds-path__scroller_inner{display:flex;width:100%;overflow:hidden}.slds-path__track.slds-has-overflow .slds-path__scroll-controls{display:inline-flex;flex-shrink:0;padding-left:.5rem}@media (pointer:coarse) and (hover:none){.slds-path__track.slds-has-overflow .slds-path__scroll-controls{display:none}}.slds-path__scroller{flex:1;max-width:100%;overflow:hidden}.slds-path__scroll-controls{display:none}.slds-path__stage-name{display:block;font-weight:700;margin:.75rem 0}@media (min-width:48em){.slds-path__stage-name{margin:0}}@media (min-width:64em){.slds-path__stage-name{display:none}}.slds-path__scroller-container{flex:1;flex-basis:100%;overflow:hidden}@media (min-width:64em){.slds-path__scroller-container{flex-basis:auto}}@media (min-width:48em){.slds-path_has-coaching .slds-path__action{padding-left:2.75rem}}@media (min-width:64em){.slds-path_has-coaching .slds-path__action{padding-left:0}}.slds-path__action{flex-grow:1;flex-basis:100%;margin-left:0;align-items:center;flex-shrink:0;flex-direction:column}@media (min-width:48em){.slds-path__action{max-width:100%;justify-content:space-between;margin-top:1rem;flex-direction:row}}@media (min-width:64em){.slds-path__action{flex-basis:auto;flex-grow:0;align-items:normal;margin-top:0;margin-left:1.5rem}}.slds-path__nav{display:flex;align-items:flex-start;overflow:hidden}.slds-path__nav .slds-is-incomplete,.slds-path__nav .slds-is-incomplete:after,.slds-path__nav .slds-is-incomplete:before{background:#ecebea}.slds-path__nav .slds-is-incomplete .slds-path__link{color:#080707}.slds-path__nav .slds-is-incomplete:hover,.slds-path__nav .slds-is-incomplete:hover:after,.slds-path__nav .slds-is-incomplete:hover:before{background:#dddbda}.slds-path__nav .slds-is-complete,.slds-path__nav .slds-is-complete:after,.slds-path__nav .slds-is-complete:before{background:#4bca81}.slds-path__nav .slds-is-complete .slds-path__stage{transform:translate(-50%,-50%) rotateX(0deg)}.slds-path__nav .slds-is-complete .slds-path__title{transform:rotateX(180deg)}.slds-path__nav .slds-is-complete .slds-path__link{color:#fff}.slds-path__nav .slds-is-complete:hover,.slds-path__nav .slds-is-complete:hover:after,.slds-path__nav .slds-is-complete:hover:before{background:#04844b}.slds-path__nav .slds-is-complete:hover .slds-path__stage{transform:translate(-50%,-50%) rotateX(-180deg)}.slds-path__nav .slds-is-complete:hover .slds-path__title{transform:rotateX(0deg)}.slds-path__nav .slds-is-current{background-color:#fff}.slds-path__nav .slds-is-current:after,.slds-path__nav .slds-is-current:before{background-color:#fff;background-image:linear-gradient(90deg,#005fb2,#005fb2 .125rem,transparent 0),linear-gradient(90deg,#005fb2,#005fb2 .125rem,transparent 0),linear-gradient(#005fb2,#005fb2 .125rem,transparent 0);background-repeat:no-repeat;background-size:.125rem 100%,.125rem 100%,100% .125rem}.slds-path__nav .slds-is-current:before{background-position:100% 0,0 0,0 0}.slds-path__nav .slds-is-current:after{background-position:100% 0,0 0,0 100%}.slds-path__nav .slds-is-current:first-child{border:2px solid #005fb2;border-right:0}.slds-path__nav .slds-is-current:first-child:after,.slds-path__nav .slds-is-current:first-child:before{background-color:transparent;background-image:linear-gradient(90deg,#005fb2,#005fb2 .125rem,transparent 0)}.slds-path__nav .slds-is-current:first-child:before{top:-.125rem}.slds-path__nav .slds-is-current:first-child:after{bottom:-.125rem}.slds-path__nav .slds-is-current:first-child:hover{border-color:#00396b}.slds-path__nav .slds-is-current:first-child:hover:after,.slds-path__nav .slds-is-current:first-child:hover:before{background-image:linear-gradient(90deg,#00396b,#00396b .125rem,transparent 0)}.slds-path__nav .slds-is-current:first-child .slds-path__link{height:1.75rem}.slds-path__nav .slds-is-current .slds-path__link{color:#005fb2}.slds-path__nav .slds-is-current:hover:after,.slds-path__nav .slds-is-current:hover:before{background-image:linear-gradient(90deg,#00396b,#00396b .125rem,transparent 0),linear-gradient(90deg,#00396b,#00396b .125rem,transparent 0),linear-gradient(#00396b,#00396b .125rem,transparent 0)}.slds-path__nav .slds-is-current:hover .slds-path__link{color:#00396b}.slds-path__nav .slds-is-active,.slds-path__nav .slds-is-active:after,.slds-path__nav .slds-is-active:before{background:#005fb2}.slds-path__nav .slds-is-active:first-child{border:0}.slds-path__nav .slds-is-active:first-child:after,.slds-path__nav .slds-is-active:first-child:before{background:#005fb2}.slds-path__nav .slds-is-active:first-child:before{top:0}.slds-path__nav .slds-is-active:first-child:after{bottom:0}.slds-path__nav .slds-is-active:first-child .slds-path__link{height:2rem}.slds-path__nav .slds-is-active .slds-path__stage{transform:translateY(-50%) rotateX(-180deg)}.slds-path__nav .slds-is-active .slds-path__title{transform:rotateX(0deg)}.slds-path__nav .slds-is-active .slds-path__link{color:#fff}.slds-path__nav .slds-is-active:hover,.slds-path__nav .slds-is-active:hover:after,.slds-path__nav .slds-is-active:hover:before{background:#00396b}.slds-path__nav .slds-is-active:hover .slds-path__link{color:#fff}.slds-path__nav .slds-is-lost,.slds-path__nav .slds-is-lost:after,.slds-path__nav .slds-is-lost:before,.slds-path__nav .slds-is-lost:hover,.slds-path__nav .slds-is-lost:hover:after,.slds-path__nav .slds-is-lost:hover:before{background:#c23934}.slds-path.slds-is-won .slds-path__item.slds-is-current,.slds-path.slds-is-won .slds-path__item.slds-is-current:after,.slds-path.slds-is-won .slds-path__item.slds-is-current:before,.slds-path.slds-is-won .slds-path__item.slds-is-current:hover,.slds-path.slds-is-won .slds-path__item.slds-is-current:hover:after,.slds-path.slds-is-won .slds-path__item.slds-is-current:hover:before,.slds-path__nav .slds-is-won,.slds-path__nav .slds-is-won:after,.slds-path__nav .slds-is-won:before,.slds-path__nav .slds-is-won:hover,.slds-path__nav .slds-is-won:hover:after,.slds-path__nav .slds-is-won:hover:before{background:#04844b}.slds-path.slds-is-lost .slds-path__item.slds-is-current,.slds-path.slds-is-lost .slds-path__item.slds-is-current:after,.slds-path.slds-is-lost .slds-path__item.slds-is-current:before,.slds-path.slds-is-lost .slds-path__item.slds-is-current:hover,.slds-path.slds-is-lost .slds-path__item.slds-is-current:hover:after,.slds-path.slds-is-lost .slds-path__item.slds-is-current:hover:before{background:#c23934}.slds-path__item{position:relative;flex:1;margin-left:.375rem;margin-right:.4375rem;min-width:5rem;text-align:center}.slds-path__item:after,.slds-path__item:before{content:"";position:absolute;left:-.25rem;right:-.3125rem;cursor:pointer}.slds-path__item:before{top:0;height:1.0625rem;transform:skew(28deg) translateZ(0)}.slds-path__item:after{bottom:0;height:1rem;transform:skew(-30deg) translateZ(0)}.slds-path__item:first-child{margin-left:0;border-top-left-radius:2rem;border-bottom-left-radius:2rem;padding-left:.625rem}.slds-path__item:first-child:after,.slds-path__item:first-child:before{left:1.125rem}.slds-path__item:last-child{margin-right:0;border-top-right-radius:2rem;border-bottom-right-radius:2rem;padding-right:.625rem}.slds-path__item:last-child .slds-path__link{padding-left:.25rem}.slds-path__item:last-child:after,.slds-path__item:last-child:before{right:.625rem}[dir=rtl] .slds-path__item:before{transform:skew(-30deg) translateZ(0)}[dir=rtl] .slds-path__item:after{transform:skew(28deg) translateZ(0)}.slds-path__title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transform:translateZ(0)}.slds-path__stage{position:absolute;top:50%;/*! @noflip */left:50%;transform:translate(-50%,-50%) rotateX(-180deg)}.slds-path__link{position:relative;display:flex;justify-content:center;align-items:center;height:2rem;padding:.5rem .25rem .5rem .5rem;z-index:5;cursor:pointer}.slds-path__link,.slds-path__link:hover{text-decoration:none}.slds-path__link:focus{outline:0}.slds-path__stage,.slds-path__title{display:block;transition:transform .2s linear;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slds-path .slds-path__trigger{margin-right:.75rem;transition:transform .4s ease-in-out;display:none}@media (min-width:48em){.slds-path .slds-path__trigger{display:block}}.slds-flip--vertical,.slds-flip_vertical{transform:rotateX(180deg)}.slds-flip--horizontal,.slds-flip_horizontal{transform:rotateY(180deg)}.slds-path__trigger_open{transform:rotate(90deg)}[dir=rtl] .slds-path__trigger_open{transform:rotate(-90deg)}.slds-path .slds-path__mark-complete{width:100%;min-width:13rem;margin-right:0}@media (min-width:48em){.slds-path .slds-path__mark-complete{width:auto}}.slds-path__mark-current{border-color:#0070d2;background-color:#0070d2}.slds-path__mark-current:focus,.slds-path__mark-current:hover{background-color:#005fb2}.slds-path__guidance{margin-right:.5rem;padding-bottom:.25rem;background-color:#fff}@media (min-width:48em){.slds-path__guidance{margin-top:0}}.slds-path__guidance,.slds-path__keys{flex:1 1 100%;margin-top:1rem;padding-left:0;padding-right:0}@media (min-width:48em){.slds-path__guidance,.slds-path__keys{flex-basis:50%}}@media (min-width:48em){.slds-path__keys{padding-right:.75rem}}.slds-path__coach{flex-wrap:wrap;align-items:flex-start}@media (min-width:48em){.slds-path__coach{flex-wrap:nowrap;align-items:stretch}}.slds-path__coach-title{font-size:.875rem;font-weight:700;margin-bottom:.5rem;padding-bottom:.5rem;line-height:1.125}.slds-path__coach-edit{border:0;padding:0;line-height:inherit}.slds-path__guidance-content{padding-top:.25rem}.slds-path__trigger-coaching-content{width:100%;margin-top:.75rem}@media (min-width:48em){.slds-path__trigger-coaching-content{display:none}}.slds-path .slds-path__trigger-coaching-content{margin-left:0}.slds-region_medium .slds-path_has-coaching .slds-path__action{padding-left:2.75rem}.slds-region_medium .slds-path__scroller-container{flex-basis:100%}.slds-region_medium .slds-path__track{flex-wrap:wrap;align-items:flex-start}.slds-region_medium .slds-path__action{flex-grow:1;flex-basis:100%;margin-left:0;align-items:center;max-width:100%;justify-content:space-between;margin-top:1rem;flex-direction:row}.slds-region_medium .slds-path__stage-name,.slds-region_medium .slds-path__trigger{display:block}.slds-region_medium .slds-path__stage-name{margin:0}.slds-region_medium .slds-path__trigger-coaching-content{display:none}.slds-region_medium .slds-path__mark-complete{width:auto}.slds-region_medium .slds-path__coach{flex-wrap:nowrap;align-items:stretch}.slds-region_medium .slds-path__guidance,.slds-region_medium .slds-path__keys{flex-basis:50%}.slds-region_medium .slds-path__keys{padding-right:.75rem}.slds-region_small .slds-path__scroller-container{flex-basis:100%}.slds-region_small .slds-path__coach,.slds-region_small .slds-path__track{flex-wrap:wrap;align-items:flex-start}.slds-region_small .slds-path__stage-name{display:block;margin:.75rem 0}.slds-region_small .slds-path__action{flex-grow:1;flex-basis:100%;margin-left:0;align-items:center;flex-direction:column;margin-top:0}.slds-region_small .slds-path_has-coaching .slds-path__action{padding-left:0}.slds-region_small .slds-path__mark-complete{width:100%}.slds-region_small .slds-path__guidance,.slds-region_small .slds-path__keys{flex-basis:100%;padding-left:0;padding-right:0}.slds-region_small .slds-path__guidance{margin-top:1rem}.slds-region_small .slds-path__trigger{display:none}.slds-region_small .slds-path__trigger-coaching-content{display:inline-block}.slds-progress-bar{-moz-appearance:none;-webkit-appearance:none;appearance:none;display:block;width:100%;height:.5rem;background:#dddbda;border:0;position:relative}.slds-progress-bar--x-small,.slds-progress-bar_x-small{height:.125rem}.slds-progress-bar--small,.slds-progress-bar_small{height:.25rem}.slds-progress-bar--medium,.slds-progress-bar_medium{height:.5rem}.slds-progress-bar--large,.slds-progress-bar_large{height:.75rem}.slds-progress-bar--circular,.slds-progress-bar--circular .slds-progress-bar__value,.slds-progress-bar_circular,.slds-progress-bar_circular .slds-progress-bar__value{border-radius:.5rem}.slds-progress-bar__value{display:block;background:#5eb4ff;height:100%}.slds-progress-bar__value_success{background:#4bca81}.slds-progress-bar_vertical{height:100%;width:.5rem}.slds-progress-bar_vertical.slds-progress-bar_x-small{width:.125rem}.slds-progress-bar_vertical.slds-progress-bar_small{width:.25rem}.slds-progress-bar_vertical.slds-progress-bar_medium{width:.5rem}.slds-progress-bar_vertical.slds-progress-bar_large{width:.75rem}.slds-progress{position:relative;max-width:70%;width:100%;flex:1 1 auto;margin:auto}.slds-progress--shade .slds-progress__item.slds-is-active .slds-progress__marker,.slds-progress--shade .slds-progress__item.slds-is-completed .slds-progress__marker,.slds-progress_shade .slds-progress__item.slds-is-active .slds-progress__marker,.slds-progress_shade .slds-progress__item.slds-is-completed .slds-progress__marker{background:#f3f2f2}.slds-progress--shade .slds-progress__item.slds-is-completed .slds-progress__marker--icon,.slds-progress--shade .slds-progress__item.slds-is-completed .slds-progress__marker_icon,.slds-progress_shade .slds-progress__item.slds-is-completed .slds-progress__marker--icon,.slds-progress_shade .slds-progress__item.slds-is-completed .slds-progress__marker_icon{border-color:#f3f2f2}.slds-progress--shade .slds-progress__item.slds-is-active .slds-progress__marker,.slds-progress_shade .slds-progress__item.slds-is-active .slds-progress__marker{box-shadow:0 0 0 4px #f3f2f2}.slds-progress--shade .slds-progress__item.slds-is-active .slds-progress__marker:focus,.slds-progress_shade .slds-progress__item.slds-is-active .slds-progress__marker:focus{box-shadow:0 0 0 4px #f3f2f2,0 0 3px 4px #0070d2}.slds-progress--shade .slds-progress__item.slds-has-error .slds-progress__marker,.slds-progress--shade .slds-progress__item.slds-has-error .slds-progress__marker:focus,.slds-progress--shade .slds-progress__item.slds-has-error .slds-progress__marker:hover,.slds-progress_shade .slds-progress__item.slds-has-error .slds-progress__marker,.slds-progress_shade .slds-progress__item.slds-has-error .slds-progress__marker:focus,.slds-progress_shade .slds-progress__item.slds-has-error .slds-progress__marker:hover{background:#f3f2f2}.slds-progress--shade .slds-progress__item .slds-progress__marker,.slds-progress_shade .slds-progress__item .slds-progress__marker{border-color:#f3f2f2}.slds-progress .slds-progress-bar{position:absolute;top:50%;margin-top:-.0625rem}.slds-progress__list{display:flex;justify-content:space-between;align-items:center;height:100%;margin:auto;position:relative;z-index:1}.slds-progress__item{display:inline-flex;align-self:center}.slds-progress__item.slds-is-active .slds-progress__marker,.slds-progress__item.slds-is-completed .slds-progress__marker{background:#fff;border-color:#1589ee}.slds-progress__item.slds-is-completed .slds-progress__marker--icon,.slds-progress__item.slds-is-completed .slds-progress__marker_icon{border-color:#fff;color:#5eb4ff}.slds-progress__item.slds-is-active .slds-progress__marker{box-shadow:0 0 0 4px #fff}.slds-progress__item.slds-is-active .slds-progress__marker:focus,.slds-progress__item.slds-is-active .slds-progress__marker:hover{border-color:#0070d2}.slds-progress__item.slds-is-active .slds-progress__marker:focus{box-shadow:0 0 0 4px #fff,0 0 3px 4px #0070d2}.slds-progress__item.slds-has-error .slds-progress__marker,.slds-progress__item.slds-has-error .slds-progress__marker:focus,.slds-progress__item.slds-has-error .slds-progress__marker:hover{color:#c23934;background:#fff;border-color:transparent;box-shadow:none}.slds-progress__item.slds-has-error .slds-progress__marker:focus{box-shadow:0 0 3px 0 #c23934}.slds-progress__marker{width:1rem;height:1rem;position:relative;border-radius:50%;background:#dddbda;border:4px solid #fff;vertical-align:middle}.slds-progress__marker--icon,.slds-progress__marker_icon{width:auto;height:auto}.slds-progress_vertical{max-width:none}.slds-progress_vertical .slds-progress__list{display:block}.slds-progress_vertical .slds-progress__item{position:relative;display:flex;align-self:left;align-items:center;padding:0}.slds-progress_vertical .slds-progress__item:after,.slds-progress_vertical .slds-progress__item:before{content:"";position:absolute;left:calc(.5rem - 1px);width:2px;background-color:#dddbda}.slds-progress_vertical .slds-progress__item:before{top:0;bottom:50%}.slds-progress_vertical .slds-progress__item:after{top:50%;bottom:0}.slds-progress_vertical .slds-progress__item:first-child:before,.slds-progress_vertical .slds-progress__item:last-child:after{display:none}.slds-progress_vertical .slds-progress__item.slds-has-error:before,.slds-progress_vertical .slds-progress__item.slds-is-active:before,.slds-progress_vertical .slds-progress__item.slds-is-completed:after,.slds-progress_vertical .slds-progress__item.slds-is-completed:before{background-color:#5eb4ff}.slds-progress_vertical .slds-progress__item_content{flex:1;align-items:center;margin-top:.75rem;padding-bottom:.75rem}.slds-progress_vertical .slds-progress__list-bordered .slds-progress__item:not(:last-child) .slds-progress__item_content{border-bottom:1px solid #dddbda}.slds-progress_vertical .slds-progress__marker{display:flex;justify-content:center;margin-right:1rem;min-width:1rem;z-index:5}.slds-progress_vertical .slds-progress__marker_icon{border-right:0;border-left:0}.slds-progress_vertical .slds-progress__item.slds-is-completed .slds-progress__marker_icon svg{fill:#5eb4ff}.slds-progress_vertical .slds-progress__item.slds-is-completed .slds-progress__marker_icon-success svg{fill:#4bca81}.slds-progress_vertical .slds-progress__item.slds-has-error .slds-progress__marker_icon svg{fill:#c23934}.slds-progress_success .slds-progress__item.slds-has-error:before,.slds-progress_success .slds-progress__item.slds-is-active:before,.slds-progress_success .slds-progress__item.slds-is-completed:after,.slds-progress_success .slds-progress__item.slds-is-completed:before{opacity:.3;background-color:#4bca81}.slds-progress-ring{position:relative;display:inline-block;height:1.5rem;width:1.5rem;border-radius:1.5rem;background:#dddbda}.slds-progress-ring .slds-icon_container{line-height:0}.slds-progress-ring__progress{position:absolute;top:0;left:0;height:100%;width:100%;transform:scaleX(-1) rotate(-90deg)}.slds-progress-ring__progress svg{width:100%}.slds-progress-ring__path{fill:#4bca81}.slds-progress-ring__content{position:absolute;top:.1875rem;right:.1875rem;bottom:.1875rem;left:.1875rem;display:flex;align-items:center;justify-content:center;border-radius:1.5rem;background:#fff}.slds-progress-ring__content .slds-icon{width:.75rem}.slds-progress-ring_warning .slds-progress-ring__content{background:#fff}.slds-progress-ring_warning .slds-icon,.slds-progress-ring_warning .slds-progress-ring__path{fill:#ffb75d}.slds-progress-ring_expired .slds-progress-ring__content{background:#fff}.slds-progress-ring_expired .slds-icon,.slds-progress-ring_expired .slds-progress-ring__path{fill:#d4504c}.slds-progress-ring_complete .slds-icon{fill:#fff}.slds-progress-ring_complete .slds-progress-ring__path{fill:#4bca81}.slds-progress-ring_complete .slds-progress-ring__content{background:#4bca81}.slds-progress-ring_large{height:2rem;width:2rem}.slds-progress-ring_large .slds-icon{width:1rem}.slds-progress-ring_active-step .slds-progress-ring__path{fill:#1589ee}.slds-rich-text-editor{border:1px solid #dddbda;border-radius:.25rem}.slds-rich-text-editor_toolbar-only{border:0;border-radius:0}.slds-rich-text-editor__toolbar{display:flex;flex-wrap:wrap;align-items:flex-start;white-space:nowrap;position:relative;padding:.5rem .5rem .25rem;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom:1px solid #dddbda;background-color:#f3f2f2}.slds-rich-text-editor__col{align-self:center}.slds-rich-text-editor__col+.slds-rich-text-editor__col{margin-left:.5rem}.slds-rich-text-editor__col_grow{flex-grow:1}.slds-rich-text-editor__toolbar_bottom{border-radius:0 0 .25rem .25rem;border-top:1px solid #dddbda;border-bottom:0}.slds-rich-text-editor__toolbar_detached{border-radius:0;border-top:0;border-bottom:0}.slds-rich-text-editor .slds-button-group-list{margin-right:.25rem;margin-bottom:.25rem;margin-left:0}.slds-rich-text-editor .slds-button-group-list:last-child{margin-right:0}.slds-rich-text-editor__select{margin-right:.25rem;margin-bottom:.25rem}.slds-rich-text-editor__select_x-small{max-width:12rem;width:auto}.slds-rich-text-editor__select_xx-small{max-width:6rem;width:auto}.slds-region_narrow .slds-combobox{max-width:11rem}.slds-rich-text-editor.slds-has-focus{border-color:#1589ee;box-shadow:0 0 3px #0070d2}.slds-rich-text-editor.slds-has-error{border:2px solid #c23934}.slds-rich-text-editor.slds-has-error .slds-input{border-color:#dddbda;box-shadow:none}.slds-rich-text-editor.slds-has-error .slds-form-element__help{background:#fff;margin-top:0;border-radius:0 0 .125rem .125rem}.slds-rich-text-area__content{overflow-y:auto;min-height:6rem;max-height:15rem;padding:1rem;background-color:#fff}.slds-picklist__label[disabled] .slds-icon{fill:#dddbda}[contenteditable]:focus{outline:none}.slds-rich-text-editor__textarea:last-child .slds-rich-text-area__content{border-radius:0 0 .25rem .25rem}.slds-rich-text-editor__textarea:first-child .slds-rich-text-area__content{border-radius:.25rem .25rem 0 0}.slds-rich-text-editor__textarea .ql-editor{white-space:pre-wrap;word-wrap:break-word;user-select:text}.slds-rich-text-editor__textarea .ql-editor.ql-blank:before{color:#54698d;content:attr(data-placeholder);pointer-events:none;position:absolute}.slds-rich-text-editor__textarea .ql-editor a{text-decoration:underline}.slds-rich-text-editor__textarea .overflow-menu{z-index:2}.slds-rich-text-editor__textarea .ql-active{background-color:#eef1f6}.slds-rich-text-editor__textarea .ql-clipboard{position:absolute!important;margin:-1px!important;border:0!important;padding:0!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}.slds-rich-text-editor__textarea blockquote,.slds-rich-text-editor__textarea h1,.slds-rich-text-editor__textarea h2,.slds-rich-text-editor__textarea h3,.slds-rich-text-editor__textarea h4,.slds-rich-text-editor__textarea h5,.slds-rich-text-editor__textarea h6,.slds-rich-text-editor__textarea ol,.slds-rich-text-editor__textarea p,.slds-rich-text-editor__textarea pre,.slds-rich-text-editor__textarea ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.slds-rich-text-editor__textarea ol,.slds-rich-text-editor__textarea ul{margin:0;padding:0 0 0 1.5em}.slds-rich-text-editor__textarea ol>li,.slds-rich-text-editor__textarea ul>li{list-style-type:none}.slds-rich-text-editor__textarea ul>li:before{content:"\2022";vertical-align:middle;display:inline-block;line-height:normal}.slds-rich-text-editor__textarea ul[data-checked=false],.slds-rich-text-editor__textarea ul[data-checked=true]{pointer-events:none}.slds-rich-text-editor__textarea ul[data-checked=false]>li:before,.slds-rich-text-editor__textarea ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.slds-rich-text-editor__textarea ul[data-checked=true]>li:before{content:"\2611"}.slds-rich-text-editor__textarea ul[data-checked=false]>li:before{content:"\2610"}.slds-rich-text-editor__textarea li:before{display:inline-block;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.slds-rich-text-editor__textarea li:not(.ql-direction-rtl):before{margin-left:-1.5em}.slds-rich-text-editor__textarea ol li,.slds-rich-text-editor__textarea ul li{padding-left:1.5em}.slds-rich-text-editor__textarea ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-num}.slds-rich-text-editor__textarea ol li:before{content:counter(list-num,decimal) ". "}.slds-rich-text-editor__textarea ol li.ql-indent-1{counter-increment:list-1;counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.slds-rich-text-editor__textarea ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.slds-rich-text-editor__textarea ol li.ql-indent-2{counter-increment:list-2;counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.slds-rich-text-editor__textarea ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.slds-rich-text-editor__textarea ol li.ql-indent-3{counter-increment:list-3;counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.slds-rich-text-editor__textarea ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.slds-rich-text-editor__textarea ol li.ql-indent-4{counter-increment:list-4;counter-reset:list-5 list-6 list-7 list-8 list-9}.slds-rich-text-editor__textarea ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.slds-rich-text-editor__textarea ol li.ql-indent-5{counter-increment:list-5;counter-reset:list-6 list-7 list-8 list-9}.slds-rich-text-editor__textarea ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.slds-rich-text-editor__textarea ol li.ql-indent-6{counter-increment:list-6;counter-reset:list-7 list-8 list-9}.slds-rich-text-editor__textarea ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.slds-rich-text-editor__textarea ol li.ql-indent-7{counter-increment:list-7;counter-reset:list-8 list-9}.slds-rich-text-editor__textarea ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.slds-rich-text-editor__textarea ol li.ql-indent-8{counter-increment:list-8;counter-reset:list-9}.slds-rich-text-editor__textarea ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.slds-rich-text-editor__textarea ol li.ql-indent-9{counter-increment:list-9}.slds-rich-text-editor__textarea ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.slds-rich-text-editor__textarea ul li.ql-indent-1:before{content:"\25e6"}.slds-rich-text-editor__textarea ul li.ql-indent-2:before,.slds-rich-text-editor__textarea ul li.ql-indent-3:before,.slds-rich-text-editor__textarea ul li.ql-indent-4:before,.slds-rich-text-editor__textarea ul li.ql-indent-5:before,.slds-rich-text-editor__textarea ul li.ql-indent-6:before,.slds-rich-text-editor__textarea ul li.ql-indent-7:before,.slds-rich-text-editor__textarea ul li.ql-indent-8:before{content:"\25aa"}.slds-rich-text-editor__textarea li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.slds-rich-text-editor__textarea li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.slds-rich-text-editor__textarea li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.slds-rich-text-editor__textarea li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.slds-rich-text-editor__textarea li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.slds-rich-text-editor__textarea li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.slds-rich-text-editor__textarea li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.slds-rich-text-editor__textarea li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.slds-rich-text-editor__textarea li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.slds-rich-text-editor__textarea li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.slds-rich-text-editor__textarea li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.slds-rich-text-editor__textarea li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.slds-rich-text-editor__textarea li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.slds-rich-text-editor__textarea li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.slds-rich-text-editor__textarea li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.slds-rich-text-editor__textarea li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.slds-rich-text-editor__textarea li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.slds-rich-text-editor__textarea li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.slds-rich-text-editor__output,.slds-rich-text-editor__textarea{line-height:1.5;overflow-wrap:break-word;word-wrap:break-word;hyphens:manual}.slds-rich-text-editor__output h1,.slds-rich-text-editor__textarea h1{font-size:1.5rem}.slds-rich-text-editor__output h2,.slds-rich-text-editor__textarea h2{font-size:1.125rem;font-weight:700}.slds-rich-text-editor__output h3,.slds-rich-text-editor__textarea h3{font-size:1.125rem}.slds-rich-text-editor__output h4,.slds-rich-text-editor__textarea h4{font-size:.875rem;font-weight:700}.slds-rich-text-editor__output h5,.slds-rich-text-editor__textarea h5{font-size:.875rem}.slds-rich-text-editor__output h6,.slds-rich-text-editor__textarea h6{font-size:.75rem;font-weight:700}.slds-rich-text-editor__output dl,.slds-rich-text-editor__output h1,.slds-rich-text-editor__output h2,.slds-rich-text-editor__output h3,.slds-rich-text-editor__output h4,.slds-rich-text-editor__output h5,.slds-rich-text-editor__output h6,.slds-rich-text-editor__output img,.slds-rich-text-editor__output ol,.slds-rich-text-editor__output ul,.slds-rich-text-editor__textarea dl,.slds-rich-text-editor__textarea h1,.slds-rich-text-editor__textarea h2,.slds-rich-text-editor__textarea h3,.slds-rich-text-editor__textarea h4,.slds-rich-text-editor__textarea h5,.slds-rich-text-editor__textarea h6,.slds-rich-text-editor__textarea img,.slds-rich-text-editor__textarea ol,.slds-rich-text-editor__textarea ul{margin-bottom:.75rem}.slds-rich-text-editor__output blockquote,.slds-rich-text-editor__textarea blockquote{margin:2rem 1.5rem}.slds-rich-text-editor__output ins,.slds-rich-text-editor__textarea ins{color:#027e46;text-decoration:underline}.slds-rich-text-editor__output del,.slds-rich-text-editor__textarea del{color:#c23934;text-decoration:line-through}.slds-rich-text-editor__output ul,.slds-rich-text-editor__textarea ul{margin-left:1.5rem;list-style:disc}.slds-rich-text-editor__output ul ul,.slds-rich-text-editor__textarea ul ul{list-style:circle;margin-bottom:0}.slds-rich-text-editor__output ul ul ul,.slds-rich-text-editor__textarea ul ul ul{list-style:square}.slds-rich-text-editor__output ul ol,.slds-rich-text-editor__textarea ul ol{margin-left:1.5rem;list-style:decimal;margin-bottom:0}.slds-rich-text-editor__output ol,.slds-rich-text-editor__textarea ol{margin-left:1.5rem;list-style:decimal}.slds-rich-text-editor__output ol ol,.slds-rich-text-editor__textarea ol ol{list-style:lower-alpha;margin-bottom:0}.slds-rich-text-editor__output ol ol ol,.slds-rich-text-editor__textarea ol ol ol{list-style:lower-roman}.slds-rich-text-editor__output ol ul,.slds-rich-text-editor__textarea ol ul{margin-left:1.5rem;list-style:disc;margin-bottom:0}.slds-rich-text-editor__output dd,.slds-rich-text-editor__textarea dd{margin-left:2.5rem}.slds-rich-text-editor__output abbr[title],.slds-rich-text-editor__output acronym[title],.slds-rich-text-editor__textarea abbr[title],.slds-rich-text-editor__textarea acronym[title]{border-bottom:1px dotted;cursor:help}.slds-rich-text-editor__output table,.slds-rich-text-editor__textarea table{overflow-wrap:normal;word-wrap:normal;word-break:normal;width:auto}.slds-rich-text-editor__output table caption,.slds-rich-text-editor__textarea table caption{text-align:center}.slds-rich-text-editor__output td,.slds-rich-text-editor__output th,.slds-rich-text-editor__textarea td,.slds-rich-text-editor__textarea th{padding:.5rem}.slds-rich-text-editor__output .sans-serif,.slds-rich-text-editor__textarea .sans-serif{font-family:sans-serif}.slds-rich-text-editor__output .courier,.slds-rich-text-editor__textarea .courier{font-family:courier}.slds-rich-text-editor__output .verdana,.slds-rich-text-editor__textarea .verdana{font-family:verdana}.slds-rich-text-editor__output .tahoma,.slds-rich-text-editor__textarea .tahoma{font-family:tahoma}.slds-rich-text-editor__output .garamond,.slds-rich-text-editor__textarea .garamond{font-family:garamond}.slds-rich-text-editor__output .serif,.slds-rich-text-editor__textarea .serif{font-family:serif}.slds-rich-text-editor__output .ql-indent-1:not(.ql-direction-rtl),.slds-rich-text-editor__textarea .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.slds-rich-text-editor__output .ql-indent-1.ql-direction-rtl.ql-align-right,.slds-rich-text-editor__textarea .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.slds-rich-text-editor__output .ql-indent-2:not(.ql-direction-rtl),.slds-rich-text-editor__textarea .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.slds-rich-text-editor__output .ql-indent-2.ql-direction-rtl.ql-align-right,.slds-rich-text-editor__textarea .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.slds-rich-text-editor__output .ql-indent-3:not(.ql-direction-rtl),.slds-rich-text-editor__textarea .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.slds-rich-text-editor__output .ql-indent-3.ql-direction-rtl.ql-align-right,.slds-rich-text-editor__textarea .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.slds-rich-text-editor__output .ql-indent-4:not(.ql-direction-rtl),.slds-rich-text-editor__textarea .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.slds-rich-text-editor__output .ql-indent-4.ql-direction-rtl.ql-align-right,.slds-rich-text-editor__textarea .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.slds-rich-text-editor__output .ql-indent-5:not(.ql-direction-rtl),.slds-rich-text-editor__textarea .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.slds-rich-text-editor__output .ql-indent-5.ql-direction-rtl.ql-align-right,.slds-rich-text-editor__textarea .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.slds-rich-text-editor__output .ql-indent-6:not(.ql-direction-rtl),.slds-rich-text-editor__textarea .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.slds-rich-text-editor__output .ql-indent-6.ql-direction-rtl.ql-align-right,.slds-rich-text-editor__textarea .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.slds-rich-text-editor__output .ql-indent-7:not(.ql-direction-rtl),.slds-rich-text-editor__textarea .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.slds-rich-text-editor__output .ql-indent-7.ql-direction-rtl.ql-align-right,.slds-rich-text-editor__textarea .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.slds-rich-text-editor__output .ql-indent-8:not(.ql-direction-rtl),.slds-rich-text-editor__textarea .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.slds-rich-text-editor__output .ql-indent-8.ql-direction-rtl.ql-align-right,.slds-rich-text-editor__textarea .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.slds-rich-text-editor__output .ql-indent-9:not(.ql-direction-rtl),.slds-rich-text-editor__textarea .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.slds-rich-text-editor__output .ql-indent-9.ql-direction-rtl.ql-align-right,.slds-rich-text-editor__textarea .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.slds-spinner_container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9050;background-color:hsla(0,0%,100%,.75);visibility:visible;opacity:1;transition:opacity .2s ease,visibility 0s;transition-delay:0s,.3s}.slds-spinner_container.is-hidden{visibility:hidden;opacity:0;transition:opacity .2s ease,visibility 0s;transition-delay:0s,0s}.slds-spinner_container.hide{display:none}.slds-spinner{position:absolute;top:50%;/*! @noflip */left:50%;z-index:9051;transform:translate(-50%,-50%) rotate(90deg)}.slds-spinner_inline{position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:none}.slds-spinner,.slds-spinner__dot-a,.slds-spinner__dot-b{transform-origin:50% 50%;will-change:transform}.slds-spinner__dot-a,.slds-spinner__dot-b{position:absolute;top:0;left:0;width:100%}.slds-spinner:after,.slds-spinner:before,.slds-spinner__dot-a:after,.slds-spinner__dot-a:before,.slds-spinner__dot-b:after,.slds-spinner__dot-b:before{content:"";position:absolute;background:#b0adab;border-radius:50%;animation-duration:1s;animation-iteration-count:infinite;transform:translateZ(0)}.slds-spinner__dot-a{transform:rotate(60deg)}.slds-spinner__dot-b{transform:rotate(120deg)}.slds-spinner:before{animation-delay:-83.33333ms}.slds-spinner__dot-a:before{animation-delay:83.33333ms}.slds-spinner__dot-b:before{animation-delay:.25s}.slds-spinner:after{animation-delay:.41666667s}.slds-spinner__dot-a:after{animation-delay:583.33333ms}.slds-spinner__dot-b:after{animation-delay:.75s}.slds-spinner_delayed:before{animation-delay:.21666667s}.slds-spinner_delayed .slds-spinner__dot-a:before{animation-delay:383.33333ms}.slds-spinner_delayed .slds-spinner__dot-b:before{animation-delay:.55s}.slds-spinner_delayed:after{animation-delay:.71666667s}.slds-spinner_delayed .slds-spinner__dot-a:after{animation-delay:.88333333s}.slds-spinner_delayed .slds-spinner__dot-b:after{animation-delay:1.05s}.slds-spinner--brand.slds-spinner:after,.slds-spinner--brand.slds-spinner:before,.slds-spinner--brand .slds-spinner__dot-a:after,.slds-spinner--brand .slds-spinner__dot-a:before,.slds-spinner--brand .slds-spinner__dot-b:after,.slds-spinner--brand .slds-spinner__dot-b:before,.slds-spinner_brand.slds-spinner:after,.slds-spinner_brand.slds-spinner:before,.slds-spinner_brand .slds-spinner__dot-a:after,.slds-spinner_brand .slds-spinner__dot-a:before,.slds-spinner_brand .slds-spinner__dot-b:after,.slds-spinner_brand .slds-spinner__dot-b:before{background-color:#1589ee}.slds-spinner--inverse.slds-spinner:after,.slds-spinner--inverse.slds-spinner:before,.slds-spinner--inverse .slds-spinner__dot-a:after,.slds-spinner--inverse .slds-spinner__dot-a:before,.slds-spinner--inverse .slds-spinner__dot-b:after,.slds-spinner--inverse .slds-spinner__dot-b:before,.slds-spinner_inverse.slds-spinner:after,.slds-spinner_inverse.slds-spinner:before,.slds-spinner_inverse .slds-spinner__dot-a:after,.slds-spinner_inverse .slds-spinner__dot-a:before,.slds-spinner_inverse .slds-spinner__dot-b:after,.slds-spinner_inverse .slds-spinner__dot-b:before{background-color:#fff}.slds-spinner--xx-small,.slds-spinner_xx-small{width:.5rem}.slds-spinner--xx-small.slds-spinner_inline,.slds-spinner_xx-small.slds-spinner_inline{height:.5rem}.slds-spinner--xx-small.slds-spinner:after,.slds-spinner--xx-small.slds-spinner:before,.slds-spinner--xx-small .slds-spinner__dot-a:after,.slds-spinner--xx-small .slds-spinner__dot-a:before,.slds-spinner--xx-small .slds-spinner__dot-b:after,.slds-spinner--xx-small .slds-spinner__dot-b:before,.slds-spinner_xx-small.slds-spinner:after,.slds-spinner_xx-small.slds-spinner:before,.slds-spinner_xx-small .slds-spinner__dot-a:after,.slds-spinner_xx-small .slds-spinner__dot-a:before,.slds-spinner_xx-small .slds-spinner__dot-b:after,.slds-spinner_xx-small .slds-spinner__dot-b:before{width:.125rem;height:.125rem}.slds-spinner--xx-small.slds-spinner:before,.slds-spinner--xx-small .slds-spinner__dot-a:before,.slds-spinner--xx-small .slds-spinner__dot-b:before,.slds-spinner_xx-small.slds-spinner:before,.slds-spinner_xx-small .slds-spinner__dot-a:before,.slds-spinner_xx-small .slds-spinner__dot-b:before{top:-.0625rem;left:-.0625rem;animation-name:dotsBounceBefore-extraExtraSmall}.slds-spinner--xx-small.slds-spinner:after,.slds-spinner--xx-small .slds-spinner__dot-a:after,.slds-spinner--xx-small .slds-spinner__dot-b:after,.slds-spinner_xx-small.slds-spinner:after,.slds-spinner_xx-small .slds-spinner__dot-a:after,.slds-spinner_xx-small .slds-spinner__dot-b:after{top:-.0625rem;right:-.0625rem;animation-name:dotsBounceAfter-extraExtraSmall}@keyframes dotsBounceBefore-extraExtraSmall{0%{transform:translateZ(0)}60%{transform:translateZ(0);animation-timing-function:cubic-bezier(.275,.0425,.34,.265)}80%{transform:translate3d(-.125rem,0,0);animation-timing-function:cubic-bezier(0,.555,.35,.715)}to{transform:translateZ(0)}}@keyframes dotsBounceAfter-extraExtraSmall{0%{transform:translateZ(0)}60%{animation-timing-function:cubic-bezier(.275,.0425,.34,.265);transform:translateZ(0)}80%{animation-timing-function:cubic-bezier(0,.555,.35,.715);transform:translate3d(.125rem,0,0)}to{transform:translateZ(0)}}.slds-spinner--x-small,.slds-spinner_x-small{width:1rem}.slds-spinner--x-small.slds-spinner_inline,.slds-spinner_x-small.slds-spinner_inline{height:1rem}.slds-spinner--x-small.slds-spinner:after,.slds-spinner--x-small.slds-spinner:before,.slds-spinner--x-small .slds-spinner__dot-a:after,.slds-spinner--x-small .slds-spinner__dot-a:before,.slds-spinner--x-small .slds-spinner__dot-b:after,.slds-spinner--x-small .slds-spinner__dot-b:before,.slds-spinner_x-small.slds-spinner:after,.slds-spinner_x-small.slds-spinner:before,.slds-spinner_x-small .slds-spinner__dot-a:after,.slds-spinner_x-small .slds-spinner__dot-a:before,.slds-spinner_x-small .slds-spinner__dot-b:after,.slds-spinner_x-small .slds-spinner__dot-b:before{width:.25rem;height:.25rem}.slds-spinner--x-small.slds-spinner:before,.slds-spinner--x-small .slds-spinner__dot-a:before,.slds-spinner--x-small .slds-spinner__dot-b:before,.slds-spinner_x-small.slds-spinner:before,.slds-spinner_x-small .slds-spinner__dot-a:before,.slds-spinner_x-small .slds-spinner__dot-b:before{top:-.125rem;left:-.125rem;animation-name:dotsBounceBefore-extraSmall}.slds-spinner--x-small.slds-spinner:after,.slds-spinner--x-small .slds-spinner__dot-a:after,.slds-spinner--x-small .slds-spinner__dot-b:after,.slds-spinner_x-small.slds-spinner:after,.slds-spinner_x-small .slds-spinner__dot-a:after,.slds-spinner_x-small .slds-spinner__dot-b:after{top:-.125rem;right:-.125rem;animation-name:dotsBounceAfter-extraSmall}@keyframes dotsBounceBefore-extraSmall{0%{transform:translateZ(0)}60%{transform:translateZ(0);animation-timing-function:cubic-bezier(.55,.085,.68,.53)}80%{transform:translate3d(-.25rem,0,0);animation-timing-function:cubic-bezier(0,1.11,.7,1.43)}to{transform:translateZ(0)}}@keyframes dotsBounceAfter-extraSmall{0%{transform:translateZ(0)}60%{transform:translateZ(0);animation-timing-function:cubic-bezier(.55,.085,.68,.53)}80%{transform:translate3d(.25rem,0,0);animation-timing-function:cubic-bezier(0,1.11,.7,1.43)}to{transform:translateZ(0)}}.slds-spinner--small,.slds-spinner_small{width:1.25rem}.slds-spinner--small.slds-spinner_inline,.slds-spinner_small.slds-spinner_inline{height:1.25rem}.slds-spinner--small.slds-spinner:after,.slds-spinner--small.slds-spinner:before,.slds-spinner--small .slds-spinner__dot-a:after,.slds-spinner--small .slds-spinner__dot-a:before,.slds-spinner--small .slds-spinner__dot-b:after,.slds-spinner--small .slds-spinner__dot-b:before,.slds-spinner_small.slds-spinner:after,.slds-spinner_small.slds-spinner:before,.slds-spinner_small .slds-spinner__dot-a:after,.slds-spinner_small .slds-spinner__dot-a:before,.slds-spinner_small .slds-spinner__dot-b:after,.slds-spinner_small .slds-spinner__dot-b:before{width:.25rem;height:.25rem}.slds-spinner--small.slds-spinner:before,.slds-spinner--small .slds-spinner__dot-a:before,.slds-spinner--small .slds-spinner__dot-b:before,.slds-spinner_small.slds-spinner:before,.slds-spinner_small .slds-spinner__dot-a:before,.slds-spinner_small .slds-spinner__dot-b:before{top:-.125rem;left:-.125rem;animation-name:dotsBounceBefore-small}.slds-spinner--small.slds-spinner:after,.slds-spinner--small .slds-spinner__dot-a:after,.slds-spinner--small .slds-spinner__dot-b:after,.slds-spinner_small.slds-spinner:after,.slds-spinner_small .slds-spinner__dot-a:after,.slds-spinner_small .slds-spinner__dot-b:after{top:-.125rem;right:-.125rem;animation-name:dotsBounceAfter-small}@keyframes dotsBounceBefore-small{0%{transform:translateZ(0)}60%{transform:translateZ(0);animation-timing-function:cubic-bezier(.55,.085,.68,.53)}80%{transform:translate3d(-.375rem,0,0);animation-timing-function:cubic-bezier(0,1.11,.7,1.43)}to{transform:translateZ(0)}}@keyframes dotsBounceAfter-small{0%{transform:translateZ(0)}60%{transform:translateZ(0);animation-timing-function:cubic-bezier(.55,.085,.68,.53)}80%{transform:translate3d(.375rem,0,0);animation-timing-function:cubic-bezier(0,1.11,.7,1.43)}to{transform:translateX(0)}}.slds-spinner--medium,.slds-spinner_medium{width:2rem}.slds-spinner--medium.slds-spinner_inline,.slds-spinner_medium.slds-spinner_inline{height:2rem}.slds-spinner--medium.slds-spinner:after,.slds-spinner--medium.slds-spinner:before,.slds-spinner--medium .slds-spinner__dot-a:after,.slds-spinner--medium .slds-spinner__dot-a:before,.slds-spinner--medium .slds-spinner__dot-b:after,.slds-spinner--medium .slds-spinner__dot-b:before,.slds-spinner_medium.slds-spinner:after,.slds-spinner_medium.slds-spinner:before,.slds-spinner_medium .slds-spinner__dot-a:after,.slds-spinner_medium .slds-spinner__dot-a:before,.slds-spinner_medium .slds-spinner__dot-b:after,.slds-spinner_medium .slds-spinner__dot-b:before{width:.5rem;height:.5rem}.slds-spinner--medium.slds-spinner:before,.slds-spinner--medium .slds-spinner__dot-a:before,.slds-spinner--medium .slds-spinner__dot-b:before,.slds-spinner_medium.slds-spinner:before,.slds-spinner_medium .slds-spinner__dot-a:before,.slds-spinner_medium .slds-spinner__dot-b:before{animation-name:dotsBounceBefore-medium;top:-.25rem;left:-.25rem}.slds-spinner--medium.slds-spinner:after,.slds-spinner--medium .slds-spinner__dot-a:after,.slds-spinner--medium .slds-spinner__dot-b:after,.slds-spinner_medium.slds-spinner:after,.slds-spinner_medium .slds-spinner__dot-a:after,.slds-spinner_medium .slds-spinner__dot-b:after{animation-name:dotsBounceAfter-medium;top:-.25rem;right:-.25rem}@keyframes dotsBounceBefore-medium{0%{transform:translateZ(0)}60%{transform:translateZ(0);animation-timing-function:cubic-bezier(.55,.085,.68,.53)}80%{transform:translate3d(-.5rem,0,0);animation-timing-function:cubic-bezier(0,1.11,.7,1.43)}to{transform:translateZ(0)}}@keyframes dotsBounceAfter-medium{0%{transform:translateZ(0)}60%{transform:translateZ(0);animation-timing-function:cubic-bezier(.55,.085,.68,.53)}80%{transform:translate3d(.5rem,0,0);animation-timing-function:cubic-bezier(0,1.11,.7,1.43)}to{transform:translateX(0)}}.slds-spinner--large,.slds-spinner_large{width:2.75rem}.slds-spinner--large.slds-spinner_inline,.slds-spinner_large.slds-spinner_inline{height:2.75rem}.slds-spinner--large.slds-spinner:after,.slds-spinner--large.slds-spinner:before,.slds-spinner--large .slds-spinner__dot-a:after,.slds-spinner--large .slds-spinner__dot-a:before,.slds-spinner--large .slds-spinner__dot-b:after,.slds-spinner--large .slds-spinner__dot-b:before,.slds-spinner_large.slds-spinner:after,.slds-spinner_large.slds-spinner:before,.slds-spinner_large .slds-spinner__dot-a:after,.slds-spinner_large .slds-spinner__dot-a:before,.slds-spinner_large .slds-spinner__dot-b:after,.slds-spinner_large .slds-spinner__dot-b:before{width:.625rem;height:.625rem}.slds-spinner--large.slds-spinner:before,.slds-spinner--large .slds-spinner__dot-a:before,.slds-spinner--large .slds-spinner__dot-b:before,.slds-spinner_large.slds-spinner:before,.slds-spinner_large .slds-spinner__dot-a:before,.slds-spinner_large .slds-spinner__dot-b:before{animation-name:dotsBounceBefore-medium;top:-.3125rem;left:-.3125rem}.slds-spinner--large.slds-spinner:after,.slds-spinner--large .slds-spinner__dot-a:after,.slds-spinner--large .slds-spinner__dot-b:after,.slds-spinner_large.slds-spinner:after,.slds-spinner_large .slds-spinner__dot-a:after,.slds-spinner_large .slds-spinner__dot-b:after{animation-name:dotsBounceAfter-medium;top:-.3125rem;right:-.3125rem}@keyframes dotsBounceBefore-large{0%{transform:translateZ(0)}60%{transform:translateZ(0);animation-timing-function:cubic-bezier(.55,.085,.68,.53)}80%{transform:translate3d(-.75rem,0,0);animation-timing-function:cubic-bezier(0,1.11,.7,1.43)}to{transform:translateX(0)}}@keyframes dotsBounceAfter-large{0%{transform:translateZ(0)}60%{transform:translateZ(0);animation-timing-function:cubic-bezier(.55,.085,.68,.53)}80%{transform:translate3d(.75rem,0,0);animation-timing-function:cubic-bezier(0,1.11,.7,1.43)}to{transform:translateX(0)}}.slds-split-view_container{position:relative;display:flex;flex-direction:column;min-width:0}.slds-split-view_container.slds-is-closed .slds-split-view{display:none}.slds-split-view_container.slds-is-closed .slds-split-view__toggle-button .slds-button__icon{transform:rotate(180deg)}.slds-split-view_container.slds-is-open{flex:1 1 auto}.slds-split-view_container.slds-is-open .slds-split-view{display:inherit}.slds-split-view_container.slds-is-open .slds-split-view__toggle-button .slds-button__icon{transform:rotate(0)}.slds-split-view{background:#fafaf9;color:#3e3e3c}.slds-split-view__header{padding:1rem 1rem .5rem 1.5rem}.slds-split-view__list-header{font-size:.875rem;font-weight:700;line-height:1.25;border-top:1px solid #dddbda;border-bottom:1px solid #dddbda;padding:.5rem 1rem .5rem 1.5rem}.slds-split-view__list-item{display:flex;position:relative;border-bottom:1px solid #dddbda;font-size:.75rem}.slds-split-view__list-item:focus,.slds-split-view__list-item:hover{background:#fff}.slds-split-view__list-item .slds-indicator--unread,.slds-split-view__list-item .slds-indicator_unread{background:#1589ee}.slds-indicator--unread,.slds-indicator_unread{width:8px;height:8px;position:absolute;top:1rem;left:.5rem;display:block;border-radius:50%;background:#c23934}.slds-split-view__list-item-action{color:currentColor;padding:.75rem 1rem .75rem 1.5rem}.slds-split-view__list-item-action:focus,.slds-split-view__list-item-action:hover{outline:none;background:#fff;color:currentColor;text-decoration:none}.slds-split-view__list-item-action:focus{box-shadow:inset 0 0 0 1px #1589ee}.slds-split-view__list-item-action[aria-selected=true]{box-shadow:inset 4px 0 0 #0070d2}.slds-split-view__list-item-action[aria-selected=true]:focus{box-shadow:inset 4px 0 0 #0070d2,inset 0 0 0 1px #0070d2}.slds-split-view__toggle-button{position:absolute;right:-.75rem;height:100%;width:.75rem;background:#fff;border-radius:0;border:1px solid #dddbda}.slds-split-view__toggle-button:focus,.slds-split-view__toggle-button:hover{background:#fff}.slds-split-view__toggle-button.slds-is-closed .slds-button__icon{transform:rotate(180deg)}.slds-tile+.slds-tile{margin-top:.5rem}.slds-tile__detail{position:relative}.slds-tile__meta{color:#080707}.slds-tile--board,.slds-tile_board{position:relative}.slds-tile--board__icon,.slds-tile_board__icon{width:1rem;height:1rem;position:absolute;bottom:.25rem;right:.25rem}.slds-tile--board .slds-has-alert,.slds-tile_board .slds-has-alert{padding-right:1.5rem}@media (min-width:48em){.slds-tabs--default .slds-tabs__item+.slds-tabs__item,.slds-tabs_default .slds-tabs__item+.slds-tabs__item{margin-left:1.5rem}}.slds-tabs--default .slds-tabs__item>a,.slds-tabs_default .slds-tabs__item>a{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-decoration:none;cursor:pointer;height:2.5rem;line-height:2.5rem;border-bottom:2px solid transparent;padding:0 .5rem;color:#3e3e3c}.slds-tabs--default .slds-tabs__item>a:focus,.slds-tabs_default .slds-tabs__item>a:focus{outline:0}@media (min-width:48em){.slds-tabs--default .slds-tabs__item>a,.slds-tabs_default .slds-tabs__item>a{padding:0 1rem}}.slds-tabs--default .slds-tabs__item>a:focus,.slds-tabs--default .slds-tabs__item>a:hover,.slds-tabs_default .slds-tabs__item>a:focus,.slds-tabs_default .slds-tabs__item>a:hover{text-decoration:none;border-color:#0070d2;color:#080707}.slds-tabs--default .slds-tabs__item.slds-active a,.slds-tabs_default .slds-tabs__item.slds-active a{border-color:#1589ee;color:#080707}.slds-tabs--default .slds-tabs__item.slds-active a:focus,.slds-tabs_default .slds-tabs__item.slds-active a:focus{color:#0070d2}.slds-tabs--default>.slds-tabs__content,.slds-tabs_default>.slds-tabs__content{position:relative;padding:1rem 0}.slds-tabs--default,.slds-tabs_default{display:block;width:100%;background-color:#fff}.slds-tabs--default .slds-tabs__item--overflow,.slds-tabs--default .slds-tabs__item_overflow,.slds-tabs_default .slds-tabs__item--overflow,.slds-tabs_default .slds-tabs__item_overflow{overflow:visible}.slds-tabs--default__nav,.slds-tabs_default__nav{display:flex;align-items:flex-start;border-bottom:1px solid #dddbda}.slds-tabs--default__item,.slds-tabs_default__item{color:#3e3e3c;position:relative;padding:0 .75rem;margin-bottom:-1px}.slds-tabs--default__item:after,.slds-tabs_default__item:after{display:block;content:"";bottom:0;left:0;right:0;height:0;position:absolute}.slds-tabs--default__item.slds-active,.slds-tabs--default__item.slds-is-active,.slds-tabs_default__item.slds-active,.slds-tabs_default__item.slds-is-active{color:#080707}.slds-tabs--default__item.slds-active:after,.slds-tabs--default__item.slds-is-active:after,.slds-tabs_default__item.slds-active:after,.slds-tabs_default__item.slds-is-active:after{background-color:#1589ee;height:.1875rem}.slds-tabs--default__item.slds-active .slds-tabs--default__link,.slds-tabs--default__item.slds-active .slds-tabs_default__link,.slds-tabs--default__item.slds-is-active .slds-tabs--default__link,.slds-tabs--default__item.slds-is-active .slds-tabs_default__link,.slds-tabs_default__item.slds-active .slds-tabs--default__link,.slds-tabs_default__item.slds-active .slds-tabs_default__link,.slds-tabs_default__item.slds-is-active .slds-tabs--default__link,.slds-tabs_default__item.slds-is-active .slds-tabs_default__link{font-weight:700}.slds-tabs--default__item.slds-active .slds-tabs--default__link:hover,.slds-tabs--default__item.slds-active .slds-tabs_default__link:hover,.slds-tabs--default__item.slds-is-active .slds-tabs--default__link:hover,.slds-tabs--default__item.slds-is-active .slds-tabs_default__link:hover,.slds-tabs_default__item.slds-active .slds-tabs--default__link:hover,.slds-tabs_default__item.slds-active .slds-tabs_default__link:hover,.slds-tabs_default__item.slds-is-active .slds-tabs--default__link:hover,.slds-tabs_default__item.slds-is-active .slds-tabs_default__link:hover{color:currentColor}.slds-tabs--default__item:hover:after,.slds-tabs_default__item:hover:after{height:.125rem;background-color:#007add;transition:height .3s}.slds-tabs--default__item.slds-has-focus,.slds-tabs--default__item:focus,.slds-tabs_default__item.slds-has-focus,.slds-tabs_default__item:focus{outline:0}.slds-tabs--default__item.slds-has-focus:after,.slds-tabs--default__item:focus:after,.slds-tabs_default__item.slds-has-focus:after,.slds-tabs_default__item:focus:after{height:3px;background-color:#1589ee}.slds-tabs--default__item .slds-tabs--default__link:focus,.slds-tabs--default__item .slds-tabs_default__link:focus,.slds-tabs_default__item .slds-tabs--default__link:focus,.slds-tabs_default__item .slds-tabs_default__link:focus{box-shadow:none}.slds-tabs--default__item.slds-has-notification,.slds-tabs_default__item.slds-has-notification{background:#f3f2f2}.slds-tabs--default__item.slds-has-notification:after,.slds-tabs_default__item.slds-has-notification:after{background-color:#dddbda}.slds-tabs--default__item.slds-has-notification:hover:after,.slds-tabs_default__item.slds-has-notification:hover:after{background-color:#0070d2}.slds-tabs--default__item.slds-has-notification .slds-indicator_unread,.slds-tabs_default__item.slds-has-notification .slds-indicator_unread{display:inline-block;height:.375rem;width:.375rem;position:relative;top:auto;left:auto}.slds-tabs--default__item.slds-is-unsaved .slds-indicator_unread,.slds-tabs_default__item.slds-is-unsaved .slds-indicator_unread{margin-left:-.35rem}.slds-tabs--default__item.slds-has-notification .slds-indicator_unsaved,.slds-tabs_default__item.slds-has-notification .slds-indicator_unsaved{top:-.25rem}.slds-tabs--default__link,.slds-tabs_default__link{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-decoration:none;cursor:pointer;height:2.5rem;line-height:2.5rem;color:currentColor;border:0;text-transform:inherit;z-index:1}.slds-tabs--default__link:focus,.slds-tabs_default__link:focus{outline:0}.slds-tabs--default__link:focus,.slds-tabs--default__link:hover,.slds-tabs_default__link:focus,.slds-tabs_default__link:hover{text-decoration:none;box-shadow:none;color:currentColor}.slds-tabs--default__link[tabindex="0"]:focus,.slds-tabs_default__link[tabindex="0"]:focus{text-decoration:underline}.slds-tabs_default__overflow-button{display:inline-flex;height:2.5rem;line-height:2.5rem}.slds-tabs_default__overflow-button .slds-button{line-height:inherit;color:#3e3e3c;box-shadow:none}.slds-tabs_default__overflow-button .slds-button:focus{text-decoration:underline}.slds-tabs_default__overflow-button.slds-has-error .slds-button,.slds-tabs_default__overflow-button.slds-has-success .slds-button{color:#fff}.slds-tabs--default__content,.slds-tabs_default__content{position:relative;padding:1rem 0}.slds-tabs_medium .slds-tabs_default__item{font-size:1rem}.slds-tabs_large .slds-tabs_default__item{font-size:1.25rem}.slds-tabs__left-icon{margin-right:.5rem}.slds-tabs__left-icon:empty{margin-right:0}.slds-tabs__right-icon{margin-left:.5rem}.slds-tabs_mobile__title{width:100%;height:100%;color:#2b2826;font-size:1rem;padding:0 1rem}.slds-tabs_mobile__title .slds-button:focus{box-shadow:none}.slds-tabs_mobile__title-action{width:100%;height:100%;display:inline-flex;flex-grow:1;align-items:center;justify-content:space-between}.slds-tabs_mobile__title-action .slds-button__icon{flex-shrink:0}.slds-tabs_mobile{display:flex;flex-direction:column}.slds-tabs_mobile__item{display:flex;border-top:1px solid #dddbda;height:2.75rem;align-items:center}.slds-tabs_mobile__item:active{background-color:#f3f2f2}.slds-tabs_mobile__item:last-child{border-bottom:1px solid #dddbda}.slds-tabs_mobile+.slds-tabs_mobile .slds-tabs_mobile__item:first-child{border-top:0}.slds-tabs-mobile__container{position:relative;overflow:hidden}.slds-panel__body .slds-tabs-mobile{margin-left:-.75rem;margin-right:-.75rem}.slds-panel__body .slds-tabs-mobile:first-child{margin-top:-.75rem}.slds-panel__body .slds-tabs-mobile:first-child .slds-tabs-mobile__item:first-child{border-top:0}.slds-tabs-mobile{display:flex;flex-direction:column;background-color:#fff}.slds-tabs-mobile__item{display:flex;border-top:1px solid #dddbda;height:2.75rem;align-items:stretch;color:#2b2826;font-size:1rem;padding:0 .75rem}.slds-tabs-mobile__item:active{background-color:#ecebea}.slds-tabs-mobile__item:last-child{border-bottom:1px solid #dddbda}.slds-tabs-mobile__group .slds-tabs-mobile__container+.slds-tabs-mobile__container .slds-tabs-mobile__item:first-child{border-top:0}.slds-tabs--scoped .slds-tabs__item,.slds-tabs_scoped .slds-tabs__item{position:relative;margin-bottom:-1px}.slds-tabs--scoped .slds-tabs__item+.slds-tabs__item,.slds-tabs_scoped .slds-tabs__item+.slds-tabs__item{margin-left:-1px}.slds-tabs--scoped .slds-tabs__item:first-child>a,.slds-tabs_scoped .slds-tabs__item:first-child>a{border-left:0;border-radius:.25rem 0 0 0}.slds-tabs--scoped .slds-tabs__item>a,.slds-tabs_scoped .slds-tabs__item>a{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-decoration:none;cursor:pointer;height:2.5rem;line-height:2.5rem;padding:0 1.5rem;color:#3e3e3c;background-clip:padding-box;border-left:1px solid transparent;border-right:1px solid transparent}.slds-tabs--scoped .slds-tabs__item>a:focus,.slds-tabs_scoped .slds-tabs__item>a:focus{outline:0}.slds-tabs--scoped .slds-tabs__item>a:focus,.slds-tabs--scoped .slds-tabs__item>a:hover,.slds-tabs_scoped .slds-tabs__item>a:focus,.slds-tabs_scoped .slds-tabs__item>a:hover{text-decoration:none;color:#005fb2;border-color:#dddbda}.slds-tabs--scoped .slds-tabs__item .slds-active>a,.slds-tabs_scoped .slds-tabs__item .slds-active>a{background-color:#fff;color:#006dcc;border-color:#dddbda}.slds-tabs--scoped .slds-tabs__item .slds-active>a:focus,.slds-tabs_scoped .slds-tabs__item .slds-active>a:focus{text-decoration:underline}.slds-tabs--scoped>.slds-tabs__content,.slds-tabs_scoped>.slds-tabs__content{background-color:#fff;border:1px solid #dddbda;border-top:0;border-radius:0 0 .25rem .25rem;padding:1rem}.slds-tabs--scoped,.slds-tabs_scoped{display:block;width:100%}.slds-tabs--scoped__nav,.slds-tabs_scoped__nav{display:flex;align-items:flex-start;background-color:#fafaf9;border:1px solid #dddbda;border-radius:.25rem .25rem 0 0}.slds-tabs--scoped__item,.slds-tabs_scoped__item{position:relative;margin-bottom:-1px}.slds-tabs--scoped__item+.slds-tabs--scoped__item,.slds-tabs--scoped__item+.slds-tabs_scoped__item,.slds-tabs_scoped__item+.slds-tabs--scoped__item,.slds-tabs_scoped__item+.slds-tabs_scoped__item{margin-left:-1px}.slds-tabs--scoped__item:first-child .slds-tabs--scoped__link,.slds-tabs--scoped__item:first-child .slds-tabs_scoped__link,.slds-tabs_scoped__item:first-child .slds-tabs--scoped__link,.slds-tabs_scoped__item:first-child .slds-tabs_scoped__link{border-left:0;border-radius:.25rem 0 0 0}.slds-tabs--scoped__content,.slds-tabs_scoped__content{background-color:#fff;border:1px solid #dddbda;border-top:0;border-radius:0 0 .25rem .25rem;padding:1rem}.slds-tabs--scoped__link,.slds-tabs_scoped__link{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-decoration:none;cursor:pointer;height:2.5rem;line-height:2.5rem;padding:0 1rem;color:#3e3e3c;background-clip:padding-box;border:0;border-left:1px solid transparent;border-right:1px solid transparent;border-radius:0}.slds-tabs--scoped__link:focus,.slds-tabs_scoped__link:focus{outline:0}.slds-tabs--scoped__link:focus,.slds-tabs--scoped__link:hover,.slds-tabs_scoped__link:focus,.slds-tabs_scoped__link:hover{text-decoration:none;color:currentColor;border-color:#dddbda}.slds-tabs_scoped__overflow-button{display:inline-flex;height:2.5rem;line-height:2.5rem}.slds-tabs_scoped__overflow-button .slds-button{line-height:inherit;color:#3e3e3c;padding:0 1rem}.slds-active .slds-tabs--scoped__link,.slds-active .slds-tabs_scoped__link,.slds-is-active .slds-tabs--scoped__link,.slds-is-active .slds-tabs_scoped__link{background-color:#fff;border-color:#dddbda;font-weight:700;color:#080707}.slds-active .slds-tabs--scoped__link:focus,.slds-active .slds-tabs_scoped__link:focus,.slds-is-active .slds-tabs--scoped__link:focus,.slds-is-active .slds-tabs_scoped__link:focus{text-decoration:underline}.slds-tabs_medium .slds-tabs_scoped__item{font-size:1rem}.slds-tabs_medium .slds-tabs_scoped__link{padding-left:1.5rem;padding-right:1.5rem}.slds-tabs_large .slds-tabs_scoped__item{font-size:1.25rem}.slds-tabs_large .slds-tabs_scoped__link{padding-left:2rem;padding-right:2rem}.slds-tabs__nav-scroller.slds-has-overflow{position:relative;padding-right:4.7rem}.slds-tab__scroll-controls{display:none}.slds-has-overflow .slds-tabs__nav-scroller--inner,.slds-has-overflow .slds-tabs__nav-scroller_inner{overflow:hidden}.slds-has-overflow .slds-tabs--default__nav,.slds-has-overflow .slds-tabs--scoped__nav,.slds-has-overflow .slds-tabs_default__nav,.slds-has-overflow .slds-tabs_scoped__nav{border:0}.slds-has-overflow .slds-tab__scroll-controls{display:flex;position:absolute;right:0;top:0;bottom:0;background-color:#fff}.slds-tabs--default .slds-has-overflow .slds-tabs__nav-scroller--inner,.slds-tabs--default .slds-has-overflow .slds-tabs__nav-scroller_inner,.slds-tabs_default .slds-has-overflow .slds-tabs__nav-scroller--inner,.slds-tabs_default .slds-has-overflow .slds-tabs__nav-scroller_inner{border-bottom:1px solid #dddbda}.slds-tabs--default .slds-tab__scroll-controls,.slds-tabs_default .slds-tab__scroll-controls{padding:calc(.25rem - 1px) 1px calc(.25rem - 1px) .5rem;border-bottom:1px solid #dddbda}.slds-tabs--scoped .slds-has-overflow .slds-tabs__nav-scroller--inner,.slds-tabs--scoped .slds-has-overflow .slds-tabs__nav-scroller_inner,.slds-tabs_scoped .slds-has-overflow .slds-tabs__nav-scroller--inner,.slds-tabs_scoped .slds-has-overflow .slds-tabs__nav-scroller_inner{border:1px solid #dddbda;border-bottom:0;border-radius:.25rem .25rem 0 0;background-color:#f3f2f2}.slds-tabs--scoped .slds-has-overflow .slds-tabs--scoped__item,.slds-tabs--scoped .slds-has-overflow .slds-tabs_scoped__item,.slds-tabs_scoped .slds-has-overflow .slds-tabs--scoped__item,.slds-tabs_scoped .slds-has-overflow .slds-tabs_scoped__item{margin-bottom:0;border-bottom:1px solid #dddbda}.slds-tabs--scoped .slds-has-overflow .slds-tabs--scoped__item.slds-active,.slds-tabs--scoped .slds-has-overflow .slds-tabs_scoped__item.slds-active,.slds-tabs_scoped .slds-has-overflow .slds-tabs--scoped__item.slds-active,.slds-tabs_scoped .slds-has-overflow .slds-tabs_scoped__item.slds-active{border-bottom-color:#fff}.slds-tabs--scoped .slds-tab__scroll-controls,.slds-tabs_scoped .slds-tab__scroll-controls{padding:calc(.25rem - 1px) .25rem;border:1px solid #dddbda;border-radius:0 .25rem 0 0}.slds-sub-tabs .slds-tabs_default__nav{border-bottom-width:1px}.slds-sub-tabs__item{text-transform:none;letter-spacing:0;margin-bottom:0}.slds-sub-tabs__item.slds-active,.slds-sub-tabs__item.slds-is-open{background:rgba(21,137,238,.1)}.slds-sub-tabs__item:after{content:none}.slds-sub-tabs__item.slds-has-focus,.slds-sub-tabs__item .slds-tabs_default__link:focus{text-decoration:underline}.slds-sub-tabs__item+.slds-sub-tabs__item{margin-left:0}@keyframes error-pulse{0%{background-color:#c23934}40%{background-color:#870500}to{background-color:#c23934}}@keyframes success-pulse{0%{background-color:#04844b}40%{background-color:#004a29}to{background-color:#04844b}}@keyframes warning-pulse{0%{background-color:#ffb75d}40%{background-color:#ff9e2c}to{background-color:#ffb75d}}.slds-sub-tabs__item.slds-has-success:before{animation-duration:1s;animation-iteration-count:3;animation-timing-function:linear;background-color:#04844b;bottom:0;content:" ";left:0;position:absolute;right:0;top:0;transition:background-color .25s cubic-bezier(.39,.575,.565,1)}.slds-sub-tabs__item.slds-has-success:hover:before{background-color:#004a29}.slds-sub-tabs__item.slds-has-success:before{animation-name:success-pulse}.slds-sub-tabs__item.slds-has-error:before{animation-duration:1s;animation-iteration-count:3;animation-timing-function:linear;background-color:#c23934;bottom:0;content:" ";left:0;position:absolute;right:0;top:0;transition:background-color .25s cubic-bezier(.39,.575,.565,1)}.slds-sub-tabs__item.slds-has-error:hover:before{background-color:#870500}.slds-sub-tabs__item.slds-has-error:before{animation-name:error-pulse}.slds-sub-tabs__item.slds-has-error,.slds-sub-tabs__item.slds-has-success{color:#fff}.slds-sub-tabs__item.slds-has-error .slds-indicator_unread,.slds-sub-tabs__item.slds-has-success .slds-indicator_unread{background-color:#fff}.slds-sub-tabs__item.slds-has-error .slds-indicator_unsaved,.slds-sub-tabs__item.slds-has-success .slds-indicator_unsaved{color:#fff}.slds-sub-tabs__item.slds-has-warning:before{animation-duration:1s;animation-iteration-count:3;animation-timing-function:linear;background-color:#ffb75d;bottom:0;content:" ";left:0;position:absolute;right:0;top:0;transition:background-color .25s cubic-bezier(.39,.575,.565,1)}.slds-sub-tabs__item.slds-has-warning:hover:before{background-color:#ff9e2c}.slds-sub-tabs__item.slds-has-warning:before{animation-name:warning-pulse}.slds-sub-tabs__item.slds-has-warning .slds-indicator_unread{background-color:currentColor}.slds-sub-tabs__item.slds-has-warning .slds-indicator_unsaved{color:currentColor}.slds-has-pinned-regions .slds-sub-tabs__item.slds-active:before,.slds-has-pinned-regions .slds-sub-tabs__item.slds-is-open:before{content:"";height:3px;display:block;background:#1589ee;position:absolute;top:0;left:-1px;right:-1px}.slds-navigation-list--vertical .slds-is-active,.slds-navigation-list-vertical .slds-is-active{color:#080707}.slds-navigation-list--vertical .slds-is-active .slds-navigation-list--vertical__action,.slds-navigation-list--vertical .slds-is-active .slds-navigation-list-vertical__action,.slds-navigation-list-vertical .slds-is-active .slds-navigation-list--vertical__action,.slds-navigation-list-vertical .slds-is-active .slds-navigation-list-vertical__action{background-color:rgba(21,137,238,.1);border-color:#dddbda #dddbda #dddbda #1589ee}.slds-navigation-list--vertical .slds-is-active .slds-navigation-list--vertical__action:focus,.slds-navigation-list--vertical .slds-is-active .slds-navigation-list-vertical__action:focus,.slds-navigation-list-vertical .slds-is-active .slds-navigation-list--vertical__action:focus,.slds-navigation-list-vertical .slds-is-active .slds-navigation-list-vertical__action:focus{border-left-width:.5rem;color:#005fb2}.slds-navigation-list--vertical-inverse .slds-is-active .slds-navigation-list--vertical__action,.slds-navigation-list--vertical-inverse .slds-is-active .slds-navigation-list-vertical__action,.slds-navigation-list-vertical--shade .slds-is-active .slds-navigation-list--vertical__action,.slds-navigation-list-vertical--shade .slds-is-active .slds-navigation-list-vertical__action,.slds-navigation-list-vertical_shade .slds-is-active .slds-navigation-list--vertical__action,.slds-navigation-list-vertical_shade .slds-is-active .slds-navigation-list-vertical__action{background-color:#fff}.slds-navigation-list--vertical__action,.slds-navigation-list-vertical__action{display:block;border-left:.25rem solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent;padding:.5rem 1.5rem}.slds-navigation-list--vertical__action:focus,.slds-navigation-list--vertical__action:hover,.slds-navigation-list-vertical__action:focus,.slds-navigation-list-vertical__action:hover{outline:0;background-color:#f3f2f2}.slds-navigation-list--vertical__action:active,.slds-navigation-list-vertical__action:active{background-color:#ecebea}.slds-nav-vertical{position:relative}.slds-nav-vertical_compact .slds-nav-vertical__action,.slds-nav-vertical_compact .slds-nav-vertical__title{padding:.25rem 1.5rem}.slds-nav-vertical_shade .slds-is-active.slds-nav-vertical__item:before,.slds-nav-vertical_shade .slds-nav-vertical__item:hover:before{background:#fff}.slds-nav-vertical_shade .slds-is-active .slds-nav-vertical__action{border-color:#dddbda}.slds-nav-vertical__title{padding:.5rem 1rem .5rem 1.5rem;font-size:1rem;font-weight:700}.slds-nav-vertical__section:not(:first-of-type),.slds-nav-vertical__title:not(:first-of-type){margin-top:.5rem}.slds-nav-vertical__item{position:relative}.slds-nav-vertical__item:before{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.slds-nav-vertical__item.slds-is-active:before,.slds-nav-vertical__item:hover:before{background:rgba(21,137,238,.1)}.slds-nav-vertical__action{position:relative;display:flex;align-items:center;width:100%;padding:.5rem 1.5rem .5rem 2rem;color:#080707;border-top:1px solid transparent;border-bottom:1px solid transparent;border-radius:0;box-shadow:inset 0 0 0 #1589ee;cursor:pointer}.slds-nav-vertical__action:active,.slds-nav-vertical__action:focus,.slds-nav-vertical__action:hover{color:currentColor}.slds-nav-vertical__action:hover{text-decoration:none;box-shadow:inset .125rem 0 0 #1589ee}[dir=rtl] .slds-nav-vertical__action:hover{box-shadow:inset -.125rem 0 0 #1589ee}.slds-nav-vertical__action:focus{outline:0;text-decoration:underline}.slds-nav-vertical__item.slds-is-active .slds-nav-vertical__action{font-weight:700;box-shadow:inset .25rem 0 0 #1589ee}[dir=rtl] .slds-nav-vertical__item.slds-is-active .slds-nav-vertical__action{box-shadow:inset -.25rem 0 0 #1589ee}.slds-nav-vertical__item{display:block}.slds-nav-vertical__item [type=radio]{width:1px;height:1px;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}.slds-nav-vertical__item [type=radio]:focus+.slds-nav-vertical__action .slds-nav-vertical_radio-faux{text-decoration:underline}.slds-nav-vertical__item [type=radio]:checked+.slds-nav-vertical__action{font-weight:700;background-color:#d8edff;box-shadow:inset .25rem 0 0 #1589ee}.slds-nav-vertical_shade .slds-nav-vertical__item [type=radio]:checked+.slds-nav-vertical__action{border-color:#dddbda;background-color:#fff}.slds-nav-vertical__action_overflow{color:#706e6b}.slds-nav-vertical__action_overflow[aria-expanded=true] .slds-button__icon{transform:rotate(90deg)}[dir=rtl] .slds-nav-vertical__action_overflow[aria-expanded=true] .slds-button__icon{transform:rotate(-90deg)}.slds-nav-vertical__action-text{color:#006dcc}.slds-notify--alert,.slds-notify_alert{color:#fff;display:inline-flex;align-items:center;justify-content:center;position:relative;background:rgba(112,110,107,.95);font-weight:300;padding:.5rem 2rem .5rem .5rem;text-align:center;width:100%}.slds-notify--alert a,.slds-notify_alert a{color:currentColor;border:1px solid transparent;border-radius:.25rem}.slds-notify--alert a:focus,.slds-notify--alert a:hover,.slds-notify_alert a:focus,.slds-notify_alert a:hover{text-decoration:none;outline:0}.slds-notify--alert a:focus,.slds-notify_alert a:focus{box-shadow:0 0 3px #ecebea;border:1px solid #ecebea}.slds-notify--alert a:active,.slds-notify_alert a:active{color:hsla(0,0%,100%,.5)}.slds-notify--alert a[disabled],.slds-notify_alert a[disabled]{color:hsla(0,0%,100%,.15)}.slds-notify--alert .slds-notify__close,.slds-notify_alert .slds-notify__close{float:right;position:absolute;top:50%;right:.75rem;margin-left:.25rem;transform:translateY(-50%)}.slds-modal--prompt .slds-modal__close,.slds-modal_prompt .slds-modal__close{display:none}.slds-modal--prompt .slds-modal__header,.slds-modal_prompt .slds-modal__header{border-bottom:0}.slds-modal--prompt .slds-modal__content,.slds-modal_prompt .slds-modal__content{padding-left:2rem;padding-right:2rem}.slds-modal--prompt .slds-modal__footer,.slds-modal_prompt .slds-modal__footer{border-top:0;text-align:center}.slds-notify-container,.slds-notify_container{position:fixed;width:100%;left:0;top:0;z-index:10000;text-align:center}.slds-notify--toast,.slds-notify_toast{color:#fff;display:inline-flex;align-items:center;position:relative;background:#706e6b;font-weight:300;border-radius:.25rem;margin:.5rem;padding:.75rem 3rem .75rem 1.5rem;min-width:30rem;text-align:left;justify-content:flex-start}.slds-notify--toast a,.slds-notify_toast a{color:currentColor;border:1px solid transparent;border-radius:.25rem}.slds-notify--toast a:focus,.slds-notify--toast a:hover,.slds-notify_toast a:focus,.slds-notify_toast a:hover{text-decoration:none;outline:0}.slds-notify--toast a:focus,.slds-notify_toast a:focus{box-shadow:0 0 3px #ecebea;border:1px solid #ecebea}.slds-notify--toast a:active,.slds-notify_toast a:active{color:hsla(0,0%,100%,.5)}.slds-notify--toast a[disabled],.slds-notify_toast a[disabled]{color:hsla(0,0%,100%,.15)}.slds-notify--toast .slds-notify__close,.slds-notify_toast .slds-notify__close{float:right;position:absolute;top:.75rem;right:.75rem;margin-left:.25rem;transform:translateY(-.125rem)}.slds-region_narrow .slds-notify--toast,.slds-region_narrow .slds-notify_toast{min-width:auto;width:100%;margin-left:0}.slds-scoped-notification{padding:.75rem}.slds-scoped-notification_light{background-color:#f3f2f2}.slds-scoped-notification_dark{background-color:#706e6b;color:#fff}.slds-scoped-notification_dark a{color:#fff;text-decoration:underline}.slds-scoped-notification_dark a:active,.slds-scoped-notification_dark a:hover{text-decoration:none}.slds-notification-container{position:fixed;display:block;width:20.5rem;right:.25rem;top:.25rem;padding:.25rem .25rem .5rem;z-index:8500}.slds-notification{position:relative;width:20rem;border:1px solid #ecebea;border-radius:.25rem;box-shadow:0 2px 3px 0 rgba(0,0,0,.2);transition-duration:.4s;transition-timing-function:ease-in-out;transition-property:margin,max-height,opacity,top}.slds-notification .slds-media__body{opacity:1;transition-property:opacity;transition-duration:.4s;transition-timing-function:ease-in-out}.slds-notification+.slds-notification{margin-top:.5rem}.slds-notification:first-of-type{z-index:4}.slds-notification:nth-of-type(2){z-index:3}.slds-notification:nth-of-type(3){z-index:2}.slds-notification:nth-of-type(4){z-index:1}.slds-notification:nth-of-type(n+3){overflow:hidden}.slds-notification:nth-of-type(n+4){margin-top:0;transform:scaleX(.95) translateY(-90%)}.slds-notification:nth-of-type(n+4) .slds-media__body,.slds-notification:nth-of-type(n+5){opacity:0}.slds-notification:nth-of-type(n+6){display:none}.slds-notification__target{padding:.75rem;border-radius:.25rem;background-color:#f4f6f9;color:#080707}.slds-notification__target:focus,.slds-notification__target:hover{background-color:#fff;text-decoration:none}.slds-notification__footer{padding:.75rem .75rem 1rem}.slds-notification__close{position:absolute;top:0;right:0}.slds-modal__header .slds-notify-container,.slds-modal__header .slds-notify_container{position:absolute}.slds-modal__header .slds-notify--toast,.slds-modal__header .slds-notify_toast{display:block}.slds-trial-header{color:#fff;height:3.125rem;background:#061c3f;padding:0 1rem}.slds-trial-header .slds-icon{fill:currentColor}.slds-trial-header a:not([class*=slds-button_]):not([class*=slds-button--]),.slds-trial-header button:not([class*=slds-button_]):not([class*=slds-button--]){color:currentColor;border:1px solid transparent;border-radius:.25rem}.slds-trial-header a:not([class*=slds-button_]):not([class*=slds-button--]):focus,.slds-trial-header a:not([class*=slds-button_]):not([class*=slds-button--]):hover,.slds-trial-header button:not([class*=slds-button_]):not([class*=slds-button--]):focus,.slds-trial-header button:not([class*=slds-button_]):not([class*=slds-button--]):hover{text-decoration:none;outline:0}.slds-trial-header a:not([class*=slds-button_]):not([class*=slds-button--]):focus,.slds-trial-header button:not([class*=slds-button_]):not([class*=slds-button--]):focus{box-shadow:0 0 3px #ecebea;border:1px solid #ecebea}.slds-trial-header a:not([class*=slds-button_]):not([class*=slds-button--]):active,.slds-trial-header button:not([class*=slds-button_]):not([class*=slds-button--]):active{color:hsla(0,0%,100%,.5)}.slds-trial-header a:not([class*=slds-button_]):not([class*=slds-button--])[disabled],.slds-trial-header button:not([class*=slds-button_]):not([class*=slds-button--])[disabled]{color:hsla(0,0%,100%,.15)}.slds-trial-header .slds-icon--selected,.slds-trial-header .slds-icon_selected{fill:#4bca81}.slds-lookup{position:relative;width:100%}.slds-lookup__list{max-height:20.75rem;overflow-y:auto}.slds-lookup__menu{background:#fff;border:1px solid #dddbda;border-radius:.25rem;z-index:7000;position:absolute;width:100%;padding:.5rem 0;display:none}.slds-lookup__item>a,.slds-lookup__item>button,.slds-lookup__item>span{display:block;padding:.5rem;color:#080707;text-align:left;width:100%;line-height:1.5;border-radius:0}.slds-lookup__item>a:focus,.slds-lookup__item>a:hover,.slds-lookup__item>button:focus,.slds-lookup__item>button:hover,.slds-lookup__item>span:focus,.slds-lookup__item>span:hover{outline:0;background-color:#f3f2f2;color:#080707;text-decoration:none}.slds-lookup__item>a .slds-icon,.slds-lookup__item>button .slds-icon,.slds-lookup__item>span .slds-icon{margin-right:.5rem}.slds-lookup__item--label,.slds-lookup__item_label{font-size:.875rem;font-weight:700;display:flex;align-items:center;padding:.5rem 1rem}.slds-lookup__item-action{font-size:.8125rem;display:flex;align-items:center;padding:.25rem 1rem;color:#080707;text-align:left;width:100%;line-height:1.5;border-radius:0}.slds-lookup__item-action.slds-has-focus,.slds-lookup__item-action:focus,.slds-lookup__item-action:hover{outline:0;cursor:pointer;background-color:#f3f2f2;color:#080707;text-decoration:none}.slds-lookup__item-action .slds-media__figure{margin-right:.5rem;margin-top:.25rem}.slds-lookup__item-action--label,.slds-lookup__item-action_label{padding:.5rem 1rem}.slds-lookup__item-action--label>.slds-icon,.slds-lookup__item-action_label>.slds-icon{margin-left:.25rem;margin-right:.75rem}.slds-lookup__search-input{width:100%}.slds-lookup__result-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;margin-bottom:.125rem}.slds-lookup__result-meta{display:block;margin-top:-.25rem;color:#3e3e3c}.slds-lookup__pill-container{padding:0 .5rem .25rem}.slds-lookup mark{font-weight:700;background-color:transparent;color:inherit}.slds-lookup.slds-is-open .slds-lookup__menu{display:block}.slds-lookup.slds-has-selection .slds-input,.slds-lookup.slds-has-selection .slds-input__icon,.slds-lookup.slds-has-selection .slds-lookup__search-input{display:none}.slds-lookup.slds-has-selection .slds-pill{display:flex}.slds-lookup.slds-has-selection .slds-pill__remove{margin-left:auto}.slds-mobile-combobox{display:block}.slds-mobile-combobox__header{display:flex}.slds-mobile-combobox__header-has-icon{position:relative}.slds-mobile-combobox__header-has-icon .slds-mobile-combobox__addon{display:flex;align-items:center;margin-right:.5rem}.slds-mobile-combobox__addon{flex-shrink:0}.slds-mobile-combobox__input{flex:1 1 auto}.slds-mobile-combobox__input .slds-input{line-height:2.625rem;font-size:1rem}.slds-mobile-lookup__listbox_container{width:100%;margin:.25rem 0;background:#fff}.slds-mobile-lookup__listbox-option{display:flex;align-items:center;margin-right:-.75rem;padding:.5rem 1.5rem .5rem 0;min-height:2.75rem;line-height:1.375;border-bottom:1px solid #f1f2f3}.slds-mobile-lookup__listbox-option mark{font-weight:700;background-color:transparent;color:inherit}.slds-mobile-lookup__listbox-option_heading{font-size:1rem;font-weight:700;border-bottom:0}.slds-mobile-lookup__listbox_text{display:block;color:#080707;font-size:1rem}.slds-mobile-lookup__listbox_meta{display:block;color:#706e6b;font-size:.875rem}.slds-mobile-lookup__listbox_icon_container{margin-left:auto;color:#0070d2}.slds-mobile-lookup__listbox_trigger{line-height:2.625rem;justify-content:unset;font-size:1rem;font-weight:700}.slds-mobile-lookup__listbox_trigger .slds-icon{margin-left:.75rem;fill:currentColor}.slds-mobile-lookup__listbox_trigger+.slds-mobile-lookup__listbox{margin-top:-.25rem}.slds-mobile-lookup__listbox_loader{position:relative;height:2.75rem}.slds-faux-input{display:inline-flex;align-items:center;justify-content:flex-end;width:100%;height:2.75rem;padding:0 1rem;border-radius:.25rem;color:#0070d2;background:#fff;appearance:none;border:1px solid #dddbda;transition:border .15s linear}.slds-faux-input:focus{outline:0;border-color:#1589ee;background-color:#fff;box-shadow:0 0 3px #0070d2}.slds-faux-input_label{display:inline-block;padding-right:.5rem;padding-top:.25rem;margin-bottom:.125rem;font-size:.75rem;color:#3e3e3c;overflow-wrap:break-word;word-wrap:break-word;hyphens:auto}.slds-avatar{width:2rem;height:2rem;overflow:hidden;display:inline-block;vertical-align:middle;border-radius:.25rem;line-height:1;font-size:.875rem;color:#fff}.slds-avatar:focus:hover,.slds-avatar:hover{color:currentColor}.slds-avatar.slds-avatar_group-image-small{background:url(/assets/images/group_avatar_96.png) 0 0/cover no-repeat}.slds-avatar.slds-avatar_group-image-medium{background:url(/assets/images/group_avatar_160.png) 0 0/cover no-repeat}.slds-avatar.slds-avatar_group-image-large{background:url(/assets/images/group_avatar_200.png) 0 0/cover no-repeat}.slds-avatar.slds-avatar_profile-image-small{background:url(/assets/images/profile_avatar_96.png) 0 0/cover no-repeat}.slds-avatar.slds-avatar_profile-image-medium{background:url(/assets/images/profile_avatar_160.png) 0 0/cover no-repeat}.slds-avatar.slds-avatar_profile-image-large{background:url(/assets/images/profile_avatar_200.png) 0 0/cover no-repeat}.slds-avatar--x-small,.slds-avatar_x-small{width:1.25rem;height:1.25rem;font-size:.625rem}.slds-avatar--x-small .slds-icon,.slds-avatar_x-small .slds-icon{width:1.25rem;height:1.25rem}.slds-avatar--small,.slds-avatar_small{width:1.5rem;height:1.5rem;font-size:.625rem}.slds-avatar--small .slds-icon,.slds-avatar_small .slds-icon{width:1.5rem;height:1.5rem}.slds-avatar--medium,.slds-avatar_medium{width:2rem;height:2rem;font-size:.875rem}.slds-avatar--medium .slds-icon,.slds-avatar_medium .slds-icon{width:2rem;height:2rem}.slds-avatar--large,.slds-avatar_large{width:3rem;height:3rem;font-size:1.125rem;font-weight:300;line-height:1.25}.slds-avatar--large .slds-icon,.slds-avatar_large .slds-icon{width:3rem;height:3rem}.slds-avatar--circle,.slds-avatar_circle{border-radius:50%}.slds-avatar--empty,.slds-avatar_empty{border:1px dashed #dddbda}.slds-avatar__initials{display:flex;justify-content:center;align-content:center;align-items:center;margin:auto;height:100%;text-shadow:0 0 1px rgba(0,0,0,.8)}.slds-avatar__initials[title]{cursor:default;text-decoration:none}.slds-avatar__initials:hover{color:#fff;cursor:default}.slds-avatar__initials_inverse{background-color:#f3f2f2;color:#3e3e3c;text-shadow:none}.slds-avatar__initials_inverse:hover{color:#3e3e3c}.slds-avatar-group{width:2rem;height:2rem;position:relative;display:inline-block}.slds-avatar-grouped{border:1px solid #fff;line-height:0;border-radius:50%;background:#34becd}.slds-avatar-grouped_inverse{background-color:#f3f2f2}.slds-avatar-grouped__primary{width:1.5rem;height:1.5rem;position:absolute;left:0;bottom:0;z-index:1}.slds-avatar-grouped__primary .slds-avatar-grouped__initials{transform:scale(.64286)}.slds-avatar-grouped__secondary{width:1.25rem;height:1.25rem;position:absolute;top:0;right:0}.slds-avatar-grouped__secondary .slds-avatar-grouped__initials{transform:scale(.5)}.slds-avatar-grouped__icon{height:100%;line-height:0}.slds-avatar-grouped__icon .slds-icon{width:100%;height:100%}.slds-avatar-group_x-small{width:1.25rem;height:1.25rem}.slds-avatar-group_x-small .slds-avatar-grouped__primary{width:1rem;height:1rem}.slds-avatar-group_x-small .slds-avatar-grouped__primary .slds-avatar-grouped__initials{transform:scale(.35714)}.slds-avatar-group_x-small .slds-avatar-grouped__secondary{width:.75rem;height:.75rem}.slds-avatar-group_x-small .slds-avatar-grouped__secondary .slds-avatar-grouped__initials{transform:scale(.21429)}.slds-avatar-group_small{width:1.5rem;height:1.5rem}.slds-avatar-group_small .slds-avatar-grouped__primary{width:1.25rem;height:1.25rem}.slds-avatar-group_small .slds-avatar-grouped__primary .slds-avatar-grouped__initials{transform:scale(.47143)}.slds-avatar-group_small .slds-avatar-grouped__secondary{width:1rem;height:1rem}.slds-avatar-group_small .slds-avatar-grouped__secondary .slds-avatar-grouped__initials{transform:scale(.35714)}.slds-avatar-group_medium{width:2rem;height:2rem}.slds-avatar-group_medium .slds-avatar-grouped__primary{width:1.5rem;height:1.5rem}.slds-avatar-group_medium .slds-avatar-grouped__primary .slds-avatar-grouped__initials{transform:scale(.64286)}.slds-avatar-group_medium .slds-avatar-grouped__secondary{width:1.25rem;height:1.25rem}.slds-avatar-group_medium .slds-avatar-grouped__secondary .slds-avatar-grouped__initials{transform:scale(.5)}.slds-avatar-group_large{width:3rem;height:3rem}.slds-avatar-group_large .slds-avatar-grouped__primary{width:2.5rem;height:2.5rem}.slds-avatar-group_large .slds-avatar-grouped__primary .slds-avatar-grouped__initials{transform:scale(1)}.slds-avatar-group_large .slds-avatar-grouped__secondary{width:1.5rem;height:1.5rem}.slds-avatar-group_large .slds-avatar-grouped__secondary .slds-avatar-grouped__initials{transform:scale(.57143)}.slds-file,.slds-image{display:block;position:relative}.slds-file .slds-file__text,.slds-image .slds-file__text{display:block}.slds-file:not(.slds-file_loading) .slds-file__crop:focus:after,.slds-file:not(.slds-file_loading) .slds-file__crop:focus:before,.slds-file:not(.slds-file_loading) .slds-file__crop:hover:after,.slds-file:not(.slds-file_loading) .slds-file__crop:hover:before,.slds-file:not(.slds-file_loading) .slds-file__figure:focus:after,.slds-file:not(.slds-file_loading) .slds-file__figure:focus:before,.slds-file:not(.slds-file_loading) .slds-file__figure:hover:after,.slds-file:not(.slds-file_loading) .slds-file__figure:hover:before,.slds-image:not(.slds-file_loading) .slds-file__crop:focus:after,.slds-image:not(.slds-file_loading) .slds-file__crop:focus:before,.slds-image:not(.slds-file_loading) .slds-file__crop:hover:after,.slds-image:not(.slds-file_loading) .slds-file__crop:hover:before,.slds-image:not(.slds-file_loading) .slds-file__figure:focus:after,.slds-image:not(.slds-file_loading) .slds-file__figure:focus:before,.slds-image:not(.slds-file_loading) .slds-file__figure:hover:after,.slds-image:not(.slds-file_loading) .slds-file__figure:hover:before{position:absolute;z-index:5;cursor:pointer;content:""}.slds-file:not(.slds-file_loading) .slds-file__crop:focus:before,.slds-file:not(.slds-file_loading) .slds-file__crop:hover:before,.slds-file:not(.slds-file_loading) .slds-file__figure:focus:before,.slds-file:not(.slds-file_loading) .slds-file__figure:hover:before,.slds-image:not(.slds-file_loading) .slds-file__crop:focus:before,.slds-image:not(.slds-file_loading) .slds-file__crop:hover:before,.slds-image:not(.slds-file_loading) .slds-file__figure:focus:before,.slds-image:not(.slds-file_loading) .slds-file__figure:hover:before{top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.6)}.slds-file:not(.slds-file_loading) .slds-file__crop:focus:after,.slds-file:not(.slds-file_loading) .slds-file__crop:hover:after,.slds-file:not(.slds-file_loading) .slds-file__figure:focus:after,.slds-file:not(.slds-file_loading) .slds-file__figure:hover:after,.slds-image:not(.slds-file_loading) .slds-file__crop:focus:after,.slds-image:not(.slds-file_loading) .slds-file__crop:hover:after,.slds-image:not(.slds-file_loading) .slds-file__figure:focus:after,.slds-image:not(.slds-file_loading) .slds-file__figure:hover:after{top:50%;left:50%;width:2rem;height:2rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MiIgaGVpZ2h0PSI1MiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUxLjggMjVBMjkgMjkgMCAwMDI2IDkgMjkgMjkgMCAwMC4yIDI1YTIgMiAwIDAwMCAxLjhDNSAzNi40IDE0LjcgNDMgMjYgNDNhMjkgMjkgMCAwMDI1LjgtMTYgMiAyIDAgMDAwLTEuOHpNMjYgMzdhMTEgMTEgMCAxMTAtMjIgMTEgMTEgMCAxMTAgMjJ6bTAtMThjLTQgMC03IDMtNyA3czMgNyA3IDcgNy0zIDctNy0zLTctNy03eiIvPjwvc3ZnPg==);background-size:contain;transform:translate(-50%,-50%)}@media (any-hover:none){.slds-file:not(.slds-file_loading) .slds-file__crop:focus:after,.slds-file:not(.slds-file_loading) .slds-file__crop:focus:before,.slds-file:not(.slds-file_loading) .slds-file__crop:hover:after,.slds-file:not(.slds-file_loading) .slds-file__crop:hover:before,.slds-file:not(.slds-file_loading) .slds-file__figure:focus:after,.slds-file:not(.slds-file_loading) .slds-file__figure:focus:before,.slds-file:not(.slds-file_loading) .slds-file__figure:hover:after,.slds-file:not(.slds-file_loading) .slds-file__figure:hover:before,.slds-image:not(.slds-file_loading) .slds-file__crop:focus:after,.slds-image:not(.slds-file_loading) .slds-file__crop:focus:before,.slds-image:not(.slds-file_loading) .slds-file__crop:hover:after,.slds-image:not(.slds-file_loading) .slds-file__crop:hover:before,.slds-image:not(.slds-file_loading) .slds-file__figure:focus:after,.slds-image:not(.slds-file_loading) .slds-file__figure:focus:before,.slds-image:not(.slds-file_loading) .slds-file__figure:hover:after,.slds-image:not(.slds-file_loading) .slds-file__figure:hover:before{display:none}}.slds-file:not(.slds-file_loading) .slds-file__crop:focus+.slds-file__title,.slds-file:not(.slds-file_loading) .slds-file__crop:hover+.slds-file__title,.slds-file:not(.slds-file_loading) .slds-file__figure:focus+.slds-file__title,.slds-file:not(.slds-file_loading) .slds-file__figure:hover+.slds-file__title,.slds-image:not(.slds-file_loading) .slds-file__crop:focus+.slds-file__title,.slds-image:not(.slds-file_loading) .slds-file__crop:hover+.slds-file__title,.slds-image:not(.slds-file_loading) .slds-file__figure:focus+.slds-file__title,.slds-image:not(.slds-file_loading) .slds-file__figure:hover+.slds-file__title{z-index:5}.slds-file.slds-has-title .slds-file__crop:focus:after,.slds-file.slds-has-title .slds-file__crop:hover:after,.slds-file.slds-has-title .slds-file__figure:focus:after,.slds-file.slds-has-title .slds-file__figure:hover:after,.slds-image.slds-has-title .slds-file__crop:focus:after,.slds-image.slds-has-title .slds-file__crop:hover:after,.slds-image.slds-has-title .slds-file__figure:focus:after,.slds-image.slds-has-title .slds-file__figure:hover:after{transform:translate(-50%,calc(-50% - 1rem))}.slds-file:focus,.slds-image:focus{border:1px solid #0070d2;box-shadow:0 4px 4px 0 rgba(0,0,0,.16)}.slds-file__crop,.slds-image__crop{display:block;position:relative;overflow:hidden;padding-top:56.25%}.slds-file__crop img,.slds-image__crop img{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);max-width:200%}.slds-file__crop:after,.slds-image__crop:after{content:"";display:block}.slds-file__crop--1-by-1,.slds-file__crop_1-by-1,.slds-image__crop--1-by-1,.slds-image__crop_1-by-1{padding-top:100%}.slds-file__crop--16-by-9,.slds-file__crop_16-by-9,.slds-image__crop--16-by-9,.slds-image__crop_16-by-9{padding-top:56.25%}.slds-file__crop--4-by-3,.slds-file__crop_4-by-3,.slds-image__crop--4-by-3,.slds-image__crop_4-by-3{padding-top:75%}.slds-file :not(:only-child) .slds-spinner,.slds-image :not(:only-child) .slds-spinner{top:45%}.slds-file__figure,.slds-image__figure{display:block;min-width:12rem;max-width:15rem;min-height:6rem;max-height:15rem}.slds-file .slds-file__figure_portrait img,.slds-image .slds-file__figure_portrait img{display:block;margin:0 auto;max-height:15rem;height:auto}.slds-file__title,.slds-image__title{display:flex;z-index:5;align-items:center;padding:.5rem;overflow:hidden}.slds-file__title .slds-media,.slds-image__title .slds-media{overflow:hidden}.slds-file__title--overlay,.slds-file__title_overlay,.slds-image__title--overlay,.slds-image__title_overlay{color:#fff;position:absolute;top:0;left:0;right:0;bottom:0}.slds-file__title--overlay .slds-media__body,.slds-file__title_overlay .slds-media__body,.slds-image__title--overlay .slds-media__body,.slds-image__title_overlay .slds-media__body{z-index:1}.slds-file__title--card,.slds-file__title_card,.slds-image__title--card,.slds-image__title_card{background:#f3f2f2;position:absolute;bottom:0;left:0;right:0}.slds-file__title_scrim,.slds-image__title_scrim{background:linear-gradient(180deg,transparent,rgba(0,0,0,.5));position:absolute;bottom:0;left:0;right:0;padding:1rem}.slds-file-has-actions,.slds-image-has-actions{padding-right:3rem}.slds-file--overlay,.slds-file_overlay,.slds-image--overlay,.slds-image_overlay{content:"";background:rgba(0,0,0,.6);color:#fff;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.slds-file--card,.slds-file_card,.slds-image--card,.slds-image_card{background:#fff;border:1px solid rgba(0,0,0,.16)}.slds-file__icon,.slds-image__icon{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);margin-top:-1rem}.slds-file__actions-menu,.slds-image__actions-menu{position:absolute;z-index:5;bottom:.5rem;right:.25rem}.slds-file__external-icon,.slds-image__external-icon{position:absolute;top:2.5rem;left:1.5rem}.slds-file__loading-icon,.slds-image__loading-icon{fill:#dddbda}.slds-file_center-icon .slds-file__icon,.slds-image_center-icon .slds-file__icon{margin-top:0}.slds-table{background-color:#fff;font-size:inherit}.slds-table td,.slds-table th{padding:.25rem .5rem;white-space:nowrap;position:relative}.slds-table th{font-weight:400}.slds-table th:focus{outline:0}.slds-table thead th{background-color:#fafaf9;color:#514f4d;padding:.25rem .5rem;font-weight:700;line-height:normal}.slds-table:not(.slds-no-row-hover) tbody tr:focus,.slds-table:not(.slds-no-row-hover) tbody tr:hover{outline:0}.slds-table:not(.slds-no-row-hover) tbody tr:focus>td,.slds-table:not(.slds-no-row-hover) tbody tr:focus>th,.slds-table:not(.slds-no-row-hover) tbody tr:hover>td,.slds-table:not(.slds-no-row-hover) tbody tr:hover>th{background-color:#f3f2f2}.slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover>td,.slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover>th,.slds-table tbody tr.slds-is-selected>td,.slds-table tbody tr.slds-is-selected>th{background-color:#ecebea}.slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover a,.slds-table tbody tr.slds-is-selected a{color:#00396b}.slds-table .slds-cell-wrap{white-space:pre-line;overflow-wrap:break-word;word-wrap:break-word}.slds-table .slds-cell-shrink{width:1%}.slds-table .slds-cell-buffer--left,.slds-table .slds-cell-buffer_left{padding-left:1.5rem}.slds-table .slds-cell-buffer--right,.slds-table .slds-cell-buffer_right{padding-right:1.5rem}.slds-table tbody tr{counter-increment:row-number}.slds-table .slds-row-number:after{content:counter(row-number)}.slds-table [role=gridcell]:focus,.slds-table th:focus{outline:0}.slds-table [role=gridcell].slds-has-focus,.slds-table [role=gridcell]:focus,.slds-table th.slds-has-focus,.slds-table th:focus{box-shadow:inset 0 0 0 1px #0070d2}.slds-table [role=gridcell]:active,.slds-table th:active{box-shadow:none}.slds-table .slds-radio [type=radio]+.slds-radio__label .slds-radio_faux{margin-right:0}.slds-table--cell-buffer tr>td:first-child,.slds-table--cell-buffer tr>th:first-child,.slds-table_cell-buffer tr>td:first-child,.slds-table_cell-buffer tr>th:first-child{padding-left:1.5rem}.slds-table--cell-buffer tr>td:last-child,.slds-table--cell-buffer tr>th:last-child,.slds-table_cell-buffer tr>td:last-child,.slds-table_cell-buffer tr>th:last-child{padding-right:1.5rem}.slds-table--bordered,.slds-table_bordered{border-collapse:separate;border-top:1px solid #dddbda;border-bottom:1px solid #dddbda}.slds-table--bordered tbody td,.slds-table--bordered tbody th,.slds-table--bordered thead>tr+tr>th,.slds-table_bordered tbody td,.slds-table_bordered tbody th,.slds-table_bordered thead>tr+tr>th{border-top:1px solid #dddbda}.slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-has-focus),.slds-table--bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-has-focus),.slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-has-focus),.slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-has-focus),.slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>td:not(.slds-has-focus),.slds-table_bordered:not(.slds-no-row-hover) tbody tr:focus>th:not(.slds-has-focus),.slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-has-focus),.slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>th:not(.slds-has-focus){box-shadow:inset 0 -1px 0 #dddbda,inset 0 1px 0 #dddbda}.slds-table--col-bordered td+td,.slds-table--col-bordered td+th,.slds-table--col-bordered th+td,.slds-table--col-bordered th+th,.slds-table_col-bordered td+td,.slds-table_col-bordered td+th,.slds-table_col-bordered th+td,.slds-table_col-bordered th+th{border-left:1px solid #dddbda}.slds-table--striped tbody tr:nth-of-type(2n)>td,.slds-table--striped tbody tr:nth-of-type(2n)>th,.slds-table_striped tbody tr:nth-of-type(2n)>td,.slds-table_striped tbody tr:nth-of-type(2n)>th{background-color:#f3f2f2}.slds-table--fixed-layout,.slds-table_fixed-layout{table-layout:fixed;width:100%;white-space:nowrap}.slds-table--fixed-layout thead,.slds-table_fixed-layout thead{background-color:#fff}.slds-table--fixed-layout tbody,.slds-table_fixed-layout tbody{transform:translateZ(0)}.slds-table--fixed-layout .slds-cell-shrink,.slds-table_fixed-layout .slds-cell-shrink{width:3rem}.slds-table--fixed-layout .slds-cell-shrink:nth-child(n),.slds-table_fixed-layout .slds-cell-shrink:nth-child(n){padding-left:0;padding-right:0}.slds-table--fixed-layout .slds-cell-shrink:first-child,.slds-table_fixed-layout .slds-cell-shrink:first-child{text-align:right;padding-right:.5rem}.slds-table--fixed-layout .slds-cell-shrink:last-child,.slds-table_fixed-layout .slds-cell-shrink:last-child{text-align:left;padding-left:.5rem}.slds-is-sortable.slds-has-focus .slds-th__action,.slds-is-sortable.slds-has-focus .slds-th__action:focus,.slds-is-sortable.slds-has-focus .slds-th__action:hover,.slds-is-sortable .slds-th__action:focus,.slds-is-sortable .slds-th__action:hover{background-color:#fff;color:currentColor}.slds-is-sortable.slds-has-focus .slds-th__action .slds-is-sortable__icon,.slds-is-sortable.slds-has-focus .slds-th__action:focus .slds-is-sortable__icon,.slds-is-sortable.slds-has-focus .slds-th__action:hover .slds-is-sortable__icon,.slds-is-sortable .slds-th__action:focus .slds-is-sortable__icon,.slds-is-sortable .slds-th__action:hover .slds-is-sortable__icon{display:inline-block;fill:#0070d2}.slds-th__action{display:flex;padding:.25rem .5rem;height:2rem;align-items:center}.slds-th__action:focus,.slds-th__action:hover{outline:0;background-color:#fff}.slds-th__action--form,.slds-th__action_form{display:inline-flex}.slds-th__action-button{position:absolute;transform:translateY(-50%);top:50%;right:.25rem}.slds-has-button-menu .slds-th__action{padding-right:2rem}.slds-has-button-menu .slds-th__action-button{right:.75rem}.slds-is-sortable__icon{width:.75rem;height:.75rem;margin-left:.25rem;display:none}.slds-is-sorted .slds-is-sortable__icon{display:inline-block}.slds-is-sorted--asc .slds-is-sortable__icon,.slds-is-sorted_asc .slds-is-sortable__icon{transform:rotate(180deg)}.slds-table_column-1-wrap tbody tr>:first-child .slds-truncate,.slds-table_column-2-wrap tbody tr>:nth-child(2) .slds-truncate,.slds-table_column-3-wrap tbody tr>:nth-child(3) .slds-truncate,.slds-table_column-4-wrap tbody tr>:nth-child(4) .slds-truncate,.slds-table_column-5-wrap tbody tr>:nth-child(5) .slds-truncate,.slds-table_column-6-wrap tbody tr>:nth-child(6) .slds-truncate,.slds-table_column-7-wrap tbody tr>:nth-child(7) .slds-truncate,.slds-table_column-8-wrap tbody tr>:nth-child(8) .slds-truncate,.slds-table_column-9-wrap tbody tr>:nth-child(9) .slds-truncate,.slds-table_column-10-wrap tbody tr>:nth-child(10) .slds-truncate,.slds-table_column-11-wrap tbody tr>:nth-child(11) .slds-truncate,.slds-table_column-12-wrap tbody tr>:nth-child(12) .slds-truncate,.slds-table_column-13-wrap tbody tr>:nth-child(13) .slds-truncate,.slds-table_column-14-wrap tbody tr>:nth-child(14) .slds-truncate,.slds-table_column-15-wrap tbody tr>:nth-child(15) .slds-truncate{overflow-wrap:break-word;word-wrap:break-word;hyphens:none;white-space:normal}[class*=slds-table_column-] tr td .slds-truncate{overflow:hidden;position:relative;max-height:3.25rem}[class*=slds-table_column-] tr td .slds-truncate:after{content:"";position:absolute;top:2.25rem;bottom:0;right:0;width:50%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 69%)}[class*=slds-table_column-] tr:hover td .slds-truncate:after{background:linear-gradient(90deg,rgba(250,250,249,0) 0,#fafaf9 69%)}.slds-table--resizable-cols thead th,.slds-table_resizable-cols thead th{padding:0}.slds-table--resizable-cols thead th:last-of-type .slds-resizable__handle,.slds-table_resizable-cols thead th:last-of-type .slds-resizable__handle{width:.75rem;right:0}.slds-table--resizable-cols thead th:last-of-type .slds-resizable__handle .slds-resizable__divider:after,.slds-table--resizable-cols thead th:last-of-type .slds-resizable__handle .slds-resizable__divider:before,.slds-table_resizable-cols thead th:last-of-type .slds-resizable__handle .slds-resizable__divider:after,.slds-table_resizable-cols thead th:last-of-type .slds-resizable__handle .slds-resizable__divider:before{right:0}.slds-resizable{max-width:100%}.slds-resizable__handle{width:1.5rem;height:100%;position:absolute;top:0;right:-.75rem}.slds-resizable__divider{position:absolute;right:0;top:0;width:100%;height:100%;display:block;cursor:col-resize;z-index:5000}.slds-resizable__divider:after,.slds-resizable__divider:before{height:100%;content:" ";display:block;position:absolute;top:0;right:.75rem}.slds-resizable__divider:before{background-color:#b0adab;height:100%;width:1px}.slds-resizable__divider:after{background-color:#0070d2;width:1px;height:100vh;opacity:0}.slds-resizable__divider:active:before,.slds-resizable__divider:focus:before,.slds-resizable__divider:hover:before{background-color:#0070d2;width:.25rem}.slds-resizable__divider:active:after,.slds-resizable__divider:focus:after,.slds-resizable__divider:hover:after{opacity:1}.slds-resizable__input:focus~.slds-resizable__handle .slds-resizable__divider:before{background-color:#0070d2;width:.25rem}.slds-resizable__input:focus~.slds-resizable__handle .slds-resizable__divider:after{opacity:1}.slds-table.slds-has-top-magnet table,.slds-table_joined table{border-radius:0 0 .25rem .25rem;box-shadow:0 2px 2px 0 rgba(0,0,0,.1)}.slds-table_joined-wrapper{padding:1rem 1rem 0;border-radius:.25rem;background-clip:padding-box}.slds-table_joined-wrapper .slds-table{border-radius:0 0 .25rem .25rem;box-shadow:0 2px 2px 0 rgba(0,0,0,.1)}@media (max-width:48em){.slds-max-medium-table--stacked,.slds-max-medium-table_stacked{border:0}.slds-max-medium-table--stacked thead,.slds-max-medium-table_stacked thead{position:absolute!important;margin:-1px!important;border:0!important;padding:0!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}.slds-max-medium-table--stacked th,.slds-max-medium-table_stacked th{border-top:0}.slds-max-medium-table--stacked tr,.slds-max-medium-table_stacked tr{display:block;border-top:2px solid #dddbda}.slds-max-medium-table--stacked td,.slds-max-medium-table--stacked th,.slds-max-medium-table_stacked td,.slds-max-medium-table_stacked th{display:block;padding:.75rem;max-width:100%;width:100%;clear:both;white-space:normal;overflow:hidden;text-align:left}.slds-max-medium-table--stacked td.slds-truncate,.slds-max-medium-table--stacked th.slds-truncate,.slds-max-medium-table_stacked td.slds-truncate,.slds-max-medium-table_stacked th.slds-truncate{max-width:100%}.slds-max-medium-table--stacked td:before,.slds-max-medium-table--stacked th:before,.slds-max-medium-table_stacked td:before,.slds-max-medium-table_stacked th:before{font-size:.75rem;line-height:1.25;color:#3e3e3c;text-transform:uppercase;letter-spacing:.0625rem;display:block;padding-bottom:.25rem;content:attr(data-label)}.slds-max-medium-table--stacked tr>td:first-child,.slds-max-medium-table--stacked tr>td:last-child,.slds-max-medium-table_stacked tr>td:first-child,.slds-max-medium-table_stacked tr>td:last-child{padding:.75rem}.slds-max-medium-table--stacked:not(.slds-no-row-hover) tbody tr:hover td,.slds-max-medium-table--stacked:not(.slds-no-row-hover) tbody tr:hover th,.slds-max-medium-table_stacked:not(.slds-no-row-hover) tbody tr:hover td,.slds-max-medium-table_stacked:not(.slds-no-row-hover) tbody tr:hover th{background-color:inherit!important;box-shadow:none!important}.slds-max-medium-table--stacked .slds-is-interactive .slds-button,.slds-max-medium-table_stacked .slds-is-interactive .slds-button{visibility:visible}.slds-max-medium-table--stacked .slds-cell-shrink,.slds-max-medium-table_stacked .slds-cell-shrink{width:auto}}@media (max-width:48em){.slds-max-medium-table--stacked td:before,.slds-max-medium-table--stacked th:before,.slds-max-medium-table_stacked td:before,.slds-max-medium-table_stacked th:before{padding-bottom:.25rem}}@media (max-width:48em){.slds-max-medium-table--stacked-horizontal,.slds-max-medium-table_stacked-horizontal{border:0}.slds-max-medium-table--stacked-horizontal thead,.slds-max-medium-table_stacked-horizontal thead{position:absolute!important;margin:-1px!important;border:0!important;padding:0!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}.slds-max-medium-table--stacked-horizontal th,.slds-max-medium-table_stacked-horizontal th{border-top:0}.slds-max-medium-table--stacked-horizontal tr,.slds-max-medium-table_stacked-horizontal tr{display:block;border-top:2px solid #dddbda}.slds-max-medium-table--stacked-horizontal td,.slds-max-medium-table--stacked-horizontal th,.slds-max-medium-table_stacked-horizontal td,.slds-max-medium-table_stacked-horizontal th{display:block;padding:.75rem;max-width:100%;width:100%;clear:both;white-space:normal;overflow:hidden;text-align:left}.slds-max-medium-table--stacked-horizontal td.slds-truncate,.slds-max-medium-table--stacked-horizontal th.slds-truncate,.slds-max-medium-table_stacked-horizontal td.slds-truncate,.slds-max-medium-table_stacked-horizontal th.slds-truncate{max-width:100%}.slds-max-medium-table--stacked-horizontal td:before,.slds-max-medium-table--stacked-horizontal th:before,.slds-max-medium-table_stacked-horizontal td:before,.slds-max-medium-table_stacked-horizontal th:before{font-size:.75rem;line-height:1.25;color:#3e3e3c;text-transform:uppercase;letter-spacing:.0625rem;display:block;padding-bottom:.25rem;content:attr(data-label)}.slds-max-medium-table--stacked-horizontal tr>td:first-child,.slds-max-medium-table--stacked-horizontal tr>td:last-child,.slds-max-medium-table_stacked-horizontal tr>td:first-child,.slds-max-medium-table_stacked-horizontal tr>td:last-child{padding:.75rem}.slds-max-medium-table--stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover td,.slds-max-medium-table--stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover th,.slds-max-medium-table_stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover td,.slds-max-medium-table_stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover th{background-color:inherit!important;box-shadow:none!important}.slds-max-medium-table--stacked-horizontal .slds-is-interactive .slds-button,.slds-max-medium-table_stacked-horizontal .slds-is-interactive .slds-button{visibility:visible}.slds-max-medium-table--stacked-horizontal .slds-cell-shrink,.slds-max-medium-table_stacked-horizontal .slds-cell-shrink{width:auto}}@media (max-width:48em){.slds-max-medium-table--stacked-horizontal td,.slds-max-medium-table_stacked-horizontal td{text-align:right}.slds-max-medium-table--stacked-horizontal td:before,.slds-max-medium-table_stacked-horizontal td:before{float:left;margin-top:.125rem}.slds-max-medium-table--stacked-horizontal .slds-truncate,.slds-max-medium-table_stacked-horizontal .slds-truncate{max-width:100%}}.slds-table--edit_container:focus,.slds-table_edit_container:focus{outline:none}.slds-table--edit_container:focus:before,.slds-table_edit_container:focus:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:#fafaf9;box-shadow:inset 0 0 0 4px #1589ee}.slds-table--edit_container:focus .slds-table--edit_container-message,.slds-table--edit_container:focus .slds-table_edit_container-message,.slds-table_edit_container:focus .slds-table--edit_container-message,.slds-table_edit_container:focus .slds-table_edit_container-message{display:block;position:absolute;top:50%;left:50%;width:20rem;margin-top:-2.25rem;margin-left:-10rem;background-color:#fff;text-align:center;z-index:1}.slds-table--edit_container-message,.slds-table_edit_container-message{display:none}.slds-table--edit thead th,.slds-table_edit thead th{padding:0}.slds-table--edit .slds-cell-error,.slds-table_edit .slds-cell-error{padding-left:0}.slds-table--edit:not(.slds-no-cell-focus) tbody tr:hover>.slds-cell-edit.slds-has-focus,.slds-table_edit:not(.slds-no-cell-focus) tbody tr:hover>.slds-cell-edit.slds-has-focus{background-color:#fff;box-shadow:inset 0 0 0 1px #0070d2}.slds-table--edit.slds-table tbody tr:hover>.slds-cell-edit:hover,.slds-table_edit.slds-table tbody tr:hover>.slds-cell-edit:hover{background-color:#fff}.slds-table--edit.slds-table tbody tr:hover>.slds-cell-edit.slds-is-edited,.slds-table_edit.slds-table tbody tr:hover>.slds-cell-edit.slds-is-edited{background-color:#faffbd}.slds-table--edit.slds-table tbody tr:hover>.slds-cell-edit.slds-has-error,.slds-table_edit.slds-table tbody tr:hover>.slds-cell-edit.slds-has-error{background-color:#faffbd;box-shadow:inset 0 0 0 2px #c23934}.slds-table--edit .slds-button__icon--edit:focus,.slds-table--edit .slds-button__icon_edit:focus,.slds-table_edit .slds-button__icon--edit:focus,.slds-table_edit .slds-button__icon_edit:focus{fill:#1589ee}.slds-has-focus .slds-th__action{background-color:#fff;box-shadow:inset 0 0 0 1px #005fb2}.slds-has-focus.slds-is-resizable .slds-th__action,.slds-has-focus.slds-is-resizable .slds-th__action:focus,.slds-has-focus.slds-is-resizable .slds-th__action:focus:hover,.slds-has-focus.slds-is-resizable .slds-th__action:hover,.slds-is-resizable .slds-th__action:focus,.slds-is-resizable .slds-th__action:focus:hover{background-color:#fff;box-shadow:inset 0 0 0 1px #005fb2,inset -.25rem 0 0 #005fb2}.slds-table .slds-cell-edit{outline:0}.slds-table .slds-cell-edit.slds-has-focus{background-color:#fff;box-shadow:inset 0 0 0 1px #005fb2}.slds-table .slds-cell-edit.slds-has-focus .slds-button__icon--edit,.slds-table .slds-cell-edit.slds-has-focus .slds-button__icon--lock,.slds-table .slds-cell-edit.slds-has-focus .slds-button__icon_edit,.slds-table .slds-cell-edit.slds-has-focus .slds-button__icon_lock{opacity:1}.slds-table .slds-cell-edit.slds-has-focus:hover{box-shadow:inset 0 0 0 1px #005fb2}.slds-table .slds-cell-edit.slds-has-focus a:focus{text-decoration:underline;outline:none}.slds-table .slds-cell-edit.slds-is-edited,.slds-table .slds-cell-edit.slds-is-edited:hover{background-color:#faffbd}.slds-table .slds-cell-edit.slds-has-error,.slds-table .slds-cell-edit.slds-has-error:hover{background-color:#faffbd;box-shadow:inset 0 0 0 2px #c23934}.slds-cell-edit__button{width:1.25rem;height:1.25rem;flex-shrink:0}.slds-cell-edit__button:focus .slds-button__icon--edit,.slds-cell-edit__button:focus .slds-button__icon_edit{opacity:1}.slds-no-cell-focus .slds-has-focus{background:#f3f2f2;box-shadow:none}.slds-no-cell-focus .slds-has-focus .slds-th__action,.slds-no-cell-focus .slds-has-focus .slds-th__action:focus,.slds-no-cell-focus .slds-has-focus .slds-th__action:focus:hover,.slds-no-cell-focus .slds-has-focus .slds-th__action:hover{color:inherit;background-color:#fff;box-shadow:none}.slds-no-cell-focus .slds-has-focus .slds-button__icon--edit,.slds-no-cell-focus .slds-has-focus .slds-button__icon_edit{opacity:1}.slds-no-cell-focus .slds-has-focus.slds-is-resizable:hover .slds-th__action{background-color:#fff;box-shadow:inset -.25rem 0 0 #dddbda}.slds-no-cell-focus .slds-is-sortable.slds-has-focus .slds-is-sortable__icon{display:none}.slds-no-cell-focus .slds-is-sorted.slds-has-focus .slds-is-sortable__icon{display:inline-block;fill:#706e6b}.slds-no-cell-focus .slds-is-edited,.slds-no-cell-focus .slds-is-edited:hover{background-color:#faffbd}.slds-no-cell-focus .slds-has-error,.slds-no-cell-focus .slds-has-error:hover{background-color:#faffbd;box-shadow:inset 0 0 0 2px #c23934}.slds-no-cell-focus thead .slds-has-focus:hover{color:#006dcc}.slds-no-cell-focus thead .slds-has-focus:hover .slds-is-sortable__icon{display:inline-block;fill:#006dcc}.slds-hint-parent .slds-cell-edit .slds-button__icon--edit,.slds-hint-parent .slds-cell-edit .slds-button__icon--lock,.slds-hint-parent .slds-cell-edit .slds-button__icon_edit,.slds-hint-parent .slds-cell-edit .slds-button__icon_lock{opacity:0}.slds-hint-parent .slds-cell-edit:focus .slds-button__icon--edit,.slds-hint-parent .slds-cell-edit:focus .slds-button__icon_edit,.slds-hint-parent .slds-cell-edit:hover .slds-button__icon--edit,.slds-hint-parent .slds-cell-edit:hover .slds-button__icon_edit{opacity:.5}.slds-hint-parent .slds-cell-edit:focus .slds-button__icon--edit:focus,.slds-hint-parent .slds-cell-edit:focus .slds-button__icon--edit:hover,.slds-hint-parent .slds-cell-edit:focus .slds-button__icon_edit:focus,.slds-hint-parent .slds-cell-edit:focus .slds-button__icon_edit:hover,.slds-hint-parent .slds-cell-edit:hover .slds-button__icon--edit:focus,.slds-hint-parent .slds-cell-edit:hover .slds-button__icon--edit:hover,.slds-hint-parent .slds-cell-edit:hover .slds-button__icon_edit:focus,.slds-hint-parent .slds-cell-edit:hover .slds-button__icon_edit:hover{fill:#1589ee;opacity:1}.slds-hint-parent .slds-cell-edit:focus .slds-button__icon--lock,.slds-hint-parent .slds-cell-edit:focus .slds-button__icon_lock,.slds-hint-parent .slds-cell-edit:hover .slds-button__icon--lock,.slds-hint-parent .slds-cell-edit:hover .slds-button__icon_lock{opacity:.5}.slds-hint-parent .slds-cell-edit.slds-has-focus .slds-button__icon--edit,.slds-hint-parent .slds-cell-edit.slds-has-focus .slds-button__icon_edit{fill:#706e6b;opacity:1}.slds-form-element__label--edit,.slds-form-element__label_edit{margin:0 .125rem}.slds-popover--edit,.slds-popover_edit{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.slds-popover--edit .slds-popover__body,.slds-popover_edit .slds-popover__body{padding:.25rem .25rem .25rem 0}.slds-popover--edit .slds-form-element__help,.slds-popover_edit .slds-form-element__help{width:100%;padding-left:.75rem}.slds-table--header-fixed_container,.slds-table_header-fixed_container{position:relative;padding-top:2rem;background-color:#fafaf9;overflow:hidden}.slds-table--header-fixed_container:before,.slds-table_header-fixed_container:before{border-bottom:1px solid #dddbda;content:"";display:block;position:relative;width:100%}.slds-cell-fixed{background-color:#fafaf9;position:absolute;top:0;min-height:2rem}.slds-table--header-fixed,.slds-table_header-fixed{border-top:0}.slds-table--header-fixed thead th,.slds-table_header-fixed thead th{position:static;padding:0;border-top:0}.slds-table--header-fixed tbody tr:first-child td,.slds-table--header-fixed tbody tr:first-child th,.slds-table_header-fixed tbody tr:first-child td,.slds-table_header-fixed tbody tr:first-child th,.slds-table_header-hidden{border-top:0}.slds-tree__item a{color:#080707}.slds-tree__item a:hover{text-decoration:none}.slds-tree__item a:focus{outline:0;text-decoration:underline}.slds-tree .slds-is-selected{background:#ecebea;box-shadow:inset 4px 0 0 #0070d2}.slds-tree .slds-is-focused{text-decoration:underline}.slds-tree [aria-expanded=false]>.slds-tree__item>.slds-button[aria-controls]>.slds-button__icon,.slds-tree [aria-expanded=false]>.slds-tree__item>.slds-button[aria-controls]>span>.slds-button__icon{transition:transform .2s ease-in-out;transform:rotate(0deg)}.slds-tree [aria-expanded=true]>.slds-tree__item>.slds-button[aria-controls]>.slds-button__icon,.slds-tree [aria-expanded=true]>.slds-tree__item>.slds-button[aria-controls]>span>.slds-button__icon{transition:transform .2s ease-in-out;transform:rotate(90deg)}.slds-tree-container,.slds-tree_container{min-width:7.5rem;max-width:25rem}.slds-tree-container>.slds-text-heading--label,.slds-tree-container>.slds-text-heading_label,.slds-tree_container>.slds-text-heading--label,.slds-tree_container>.slds-text-heading_label{margin-bottom:.5rem}.slds-tree__item{display:flex;padding:.375rem 0 .375rem 1rem}.slds-tree__item.slds-is-hovered,.slds-tree__item:hover{background:#f3f2f2;cursor:pointer}.slds-tree__item .slds-is-disabled{visibility:hidden}.slds-tree [role=treeitem]:focus{outline:0}.slds-tree [role=treeitem]:focus>.slds-tree__item{background:#f3f2f2;cursor:pointer;text-decoration:underline}.slds-tree [role=treeitem][aria-selected=true]>.slds-tree__item{background:rgba(21,137,238,.1);box-shadow:inset 4px 0 0 #1589ee}[dir=rtl] .slds-tree [role=treeitem][aria-selected=true]>.slds-tree__item{box-shadow:inset -4px 0 0 #1589ee}.slds-tree [role=treeitem]>[role=group]{display:none}.slds-tree [role=treeitem][aria-expanded=true]>[role=group]{display:block}[aria-expanded=false]>.slds-tree__item .slds-button__icon{transition:transform .2s ease-in-out;transform:rotate(0deg)}[aria-expanded=true]>.slds-tree__item .slds-button__icon{transition:transform .2s ease-in-out;transform:rotate(90deg)}[dir=rtl] [aria-expanded=true]>.slds-tree__item .slds-button__icon{transform:rotate(-90deg)}[aria-level="1"]>.slds-tree__item{padding-left:1rem}[aria-level="2"]>.slds-tree__item{padding-left:2rem}[aria-level="3"]>.slds-tree__item{padding-left:3rem}[aria-level="4"]>.slds-tree__item{padding-left:4rem}[aria-level="5"]>.slds-tree__item{padding-left:5rem}[aria-level="6"]>.slds-tree__item{padding-left:6rem}[aria-level="7"]>.slds-tree__item{padding-left:7rem}[aria-level="8"]>.slds-tree__item{padding-left:8rem}[aria-level="9"]>.slds-tree__item{padding-left:9rem}[aria-level="10"]>.slds-tree__item{padding-left:10rem}[aria-level="11"]>.slds-tree__item{padding-left:11rem}[aria-level="12"]>.slds-tree__item{padding-left:12rem}[aria-level="13"]>.slds-tree__item{padding-left:13rem}[aria-level="14"]>.slds-tree__item{padding-left:14rem}[aria-level="15"]>.slds-tree__item{padding-left:15rem}[aria-level="16"]>.slds-tree__item{padding-left:16rem}[aria-level="17"]>.slds-tree__item{padding-left:17rem}[aria-level="18"]>.slds-tree__item{padding-left:18rem}[aria-level="19"]>.slds-tree__item{padding-left:19rem}[aria-level="20"]>.slds-tree__item{padding-left:20rem}.slds-tree__item-label{display:block}.slds-tree__item-meta{display:block;color:#3e3e3c}.slds-tree__item .slds-button{align-self:flex-start;margin-top:.125rem}.slds-tree__item .slds-pill{margin-left:.75rem}.slds-tree__group-header{font-size:.875rem;font-weight:700}.slds-table--tree .slds-tree__item,.slds-table_tree .slds-tree__item{line-height:1.5rem}.slds-table--tree .slds-tree__item a,.slds-table_tree .slds-tree__item a{color:#006dcc}.slds-table--tree .slds-tree__item a:hover,.slds-table_tree .slds-tree__item a:hover{text-decoration:underline}.slds-table--tree .slds-button,.slds-table_tree .slds-button{align-self:center}.slds-table--tree .slds-button:not(.slds-th__action-button),.slds-table_tree .slds-button:not(.slds-th__action-button){margin-top:0}.slds-table--tree [aria-level="1"]>.slds-tree__item,.slds-table_tree [aria-level="1"]>.slds-tree__item{padding-left:1.5rem}.slds-table--tree [aria-level="2"]>.slds-tree__item,.slds-table_tree [aria-level="2"]>.slds-tree__item{padding-left:2.5rem}.slds-table--tree [aria-level="3"]>.slds-tree__item,.slds-table_tree [aria-level="3"]>.slds-tree__item{padding-left:3.5rem}.slds-table--tree [aria-level="4"]>.slds-tree__item,.slds-table_tree [aria-level="4"]>.slds-tree__item{padding-left:4.5rem}.slds-table--tree [aria-level="5"]>.slds-tree__item,.slds-table_tree [aria-level="5"]>.slds-tree__item{padding-left:5.5rem}.slds-table--tree [aria-level="6"]>.slds-tree__item,.slds-table_tree [aria-level="6"]>.slds-tree__item{padding-left:6.5rem}.slds-table--tree [aria-level="7"]>.slds-tree__item,.slds-table_tree [aria-level="7"]>.slds-tree__item{padding-left:7.5rem}.slds-table--tree [aria-level="8"]>.slds-tree__item,.slds-table_tree [aria-level="8"]>.slds-tree__item{padding-left:8.5rem}.slds-table--tree [aria-level="9"]>.slds-tree__item,.slds-table_tree [aria-level="9"]>.slds-tree__item{padding-left:9.5rem}.slds-table--tree [aria-level="10"]>.slds-tree__item,.slds-table_tree [aria-level="10"]>.slds-tree__item{padding-left:10.5rem}.slds-table--tree [aria-level="11"]>.slds-tree__item,.slds-table_tree [aria-level="11"]>.slds-tree__item{padding-left:11.5rem}.slds-table--tree [aria-level="12"]>.slds-tree__item,.slds-table_tree [aria-level="12"]>.slds-tree__item{padding-left:12.5rem}.slds-table--tree [aria-level="13"]>.slds-tree__item,.slds-table_tree [aria-level="13"]>.slds-tree__item{padding-left:13.5rem}.slds-table--tree [aria-level="14"]>.slds-tree__item,.slds-table_tree [aria-level="14"]>.slds-tree__item{padding-left:14.5rem}.slds-table--tree [aria-level="15"]>.slds-tree__item,.slds-table_tree [aria-level="15"]>.slds-tree__item{padding-left:15.5rem}.slds-table--tree [aria-level="16"]>.slds-tree__item,.slds-table_tree [aria-level="16"]>.slds-tree__item{padding-left:16.5rem}.slds-table--tree [aria-level="17"]>.slds-tree__item,.slds-table_tree [aria-level="17"]>.slds-tree__item{padding-left:17.5rem}.slds-table--tree [aria-level="18"]>.slds-tree__item,.slds-table_tree [aria-level="18"]>.slds-tree__item{padding-left:18.5rem}.slds-table--tree [aria-level="19"]>.slds-tree__item,.slds-table_tree [aria-level="19"]>.slds-tree__item{padding-left:19.5rem}.slds-table--tree [aria-level="20"]>.slds-tree__item,.slds-table_tree [aria-level="20"]>.slds-tree__item{padding-left:20.5rem}.slds-einstein-header{position:relative;background-color:#95cbfc;background-image:url(/assets/images/einstein-headers/einstein-header-background.svg);background-repeat:no-repeat;background-position:0 0;background-size:cover;border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0;border-bottom:1px solid #dddbda;padding-top:.75rem;padding-bottom:.75rem;text-shadow:0 0 4px #9edaff}.slds-einstein-header .slds-popover__close{color:currentColor}.slds-einstein-header__figure,.slds-einstein-header__figure:last-child{margin-bottom:calc(-.75rem + -5px);height:4.75rem;background-image:url(/assets/images/einstein-headers/einstein-figure.svg);background-position:100% 100%;background-repeat:no-repeat}.slds-einstein-header__actions{padding-left:1rem;display:flex;align-items:center}.slds-einstein-header .slds-popover__close{position:absolute;top:0;right:0}.slds-popover_einstein.slds-nubbin--left-top:before,.slds-popover_einstein.slds-nubbin--right-top:before,.slds-popover_einstein.slds-nubbin--top-left:before,.slds-popover_einstein.slds-nubbin--top-right:before,.slds-popover_einstein.slds-nubbin--top:before,.slds-popover_einstein.slds-nubbin_left-top:before,.slds-popover_einstein.slds-nubbin_right-top:before,.slds-popover_einstein.slds-nubbin_top-left:before,.slds-popover_einstein.slds-nubbin_top-right:before,.slds-popover_einstein.slds-nubbin_top:before{background-color:#95cbfc}.slds-section-title{font-size:1rem}.slds-section-title>a{display:inline-block;color:#080707}.slds-section-title>a:focus,.slds-section-title>a:hover{color:#005fb2}.slds-section-title>a:focus{box-shadow:0 0 3px #0070d2}.slds-section-title>a:active{color:#080707}.slds-section-title .slds-icon{width:1rem;height:1rem;fill:currentColor}.slds-section-title .slds-section-group--is-closed .slds-icon,.slds-section-title .slds-section-group_is-closed .slds-icon{transform:rotate(-90deg)}.slds-section{margin-top:.5rem;margin-bottom:.5rem}.slds-section__title{display:flex;align-items:center;font-size:1rem;line-height:1.875rem;border:1px solid transparent;border-radius:.25rem}.slds-section__title-action{display:flex;align-items:center;background:#f3f2f2;cursor:pointer;width:100%;text-align:left;color:currentColor;font-size:inherit;padding:0 .5rem}.slds-section__title-action:active,.slds-section__title-action:focus,.slds-section__title-action:hover{background:#eef1f6;color:inherit}.slds-section__content{overflow:hidden;visibility:hidden;opacity:0;height:0}.slds-section__title-action-icon{transform:rotate(-90deg)}.slds-section.slds-is-open .slds-section__title-action-icon{transform:rotate(0deg);transform-origin:45%}.slds-section.slds-is-open .slds-section__content{padding-top:.5rem;overflow:visible;visibility:visible;opacity:1;height:auto}.slds-section-title--divider,.slds-section-title_divider{font-size:.75rem;line-height:1.25;color:#3e3e3c;text-transform:uppercase;letter-spacing:.0625rem;padding:.5rem 1rem;background:#f3f2f2}.slds-illustration{text-align:center}.slds-illustration.slds-illustration_small .slds-illustration__svg{width:100%;max-width:300px;max-height:200px;margin-bottom:1rem}.slds-illustration.slds-illustration_large .slds-illustration__svg{width:100%;max-width:600px;max-height:400px;margin-bottom:3rem}.slds-illustration.slds-illustration_large .slds-illustration__header{margin-bottom:1.5rem}.slds-illustration.slds-illustration_large p{margin-bottom:3rem}.slds-illustration .slds-illustration__stroke-primary{stroke:#8cd3f8}.slds-illustration .slds-illustration__stroke-secondary{stroke:#c2e8ff}.slds-illustration .slds-illustration__fill-primary{fill:#8cd3f8}.slds-illustration .slds-illustration__fill-secondary{fill:#c2e8ff}.slds-region{background-color:#fff}.slds-region__pinned-top{background-color:#fff;border-bottom:1px solid #dddbda}.slds-region__pinned-left{background-color:#fff;border-right:1px solid #dddbda}.slds-region__pinned-right{background-color:#fff;border-left:1px solid #dddbda}.slds-vertical-tabs{display:flex;overflow:hidden;border:1px solid #dddbda;border-radius:.25rem}.slds-vertical-tabs__nav{width:12rem;border-right:1px solid #dddbda;background:#f3f2f2}.slds-vertical-tabs__nav-item{display:flex;align-items:center;overflow:hidden;border-bottom:1px solid #dddbda;color:#3e3e3c}.slds-vertical-tabs__nav-item:last-child{margin-bottom:-1px}.slds-vertical-tabs__link{display:flex;flex:1 1 0%;align-items:center;min-width:0;padding:.75rem;color:currentColor}.slds-vertical-tabs__link:hover{background:#dddbda;color:#080707;text-decoration:none}.slds-vertical-tabs__link:focus{outline:0}.slds-vertical-tabs__left-icon{margin-right:.5rem}.slds-vertical-tabs__left-icon:empty{margin-right:0}.slds-vertical-tabs__right-icon{margin-left:auto}.slds-vertical-tabs__content{flex:1;padding:1rem;background:#fff}.slds-vertical-tabs__nav-item.slds-is-active{margin-right:-1px;border-right:0;background:#fff;color:#006dcc}.slds-vertical-tabs__nav-item.slds-is-active .slds-vertical-tabs__link:hover{background:#fff;color:currentColor}.slds-vertical-tabs__nav-item.slds-has-focus{text-decoration:underline}.slds-welcome-mat .slds-modal__container{width:52.0625rem;max-width:none}.slds-welcome-mat{position:relative}.slds-welcome-mat__content{min-height:25rem;max-height:37.5rem}.slds-welcome-mat__content .slds-progress-bar{display:inline-block;width:12.5rem;background:#fff}.slds-welcome-mat__content .slds-progress-bar__value{background:#4bca81}.slds-welcome-mat__info{display:flex;overflow:auto;padding:1rem 3rem 7.75rem;color:#00396b;background-image:url(/assets/images/welcome-mat/bg-info@2x.png);background-position:bottom;background-repeat:no-repeat;background-size:contain;background-color:#cae6f1;align-items:center}.slds-welcome-mat__info-content{margin:auto;text-align:center}.slds-welcome-mat__info-title{margin-bottom:1.5rem;font-size:2.625rem;font-weight:700;line-height:1.25}.slds-welcome-mat__info-description{margin-bottom:1.5rem}.slds-welcome-mat__info-progress{margin-bottom:1rem}.slds-welcome-mat__tiles{background:#f3f2f2;overflow:auto;padding:1rem}.slds-welcome-mat__tile{margin:1rem 0}.slds-welcome-mat__tile .slds-media{padding:.5rem}.slds-welcome-mat__tile:not(.slds-welcome-mat__tile_complete):not(.slds-welcome-mat__tile_info-only){box-shadow:0 2px 2px rgba(0,0,0,.05);border-radius:.25rem;background:#fff}.slds-welcome-mat__tile:not(.slds-welcome-mat__tile_complete):not(.slds-welcome-mat__tile_info-only):hover{box-shadow:inset 0 0 0 1px #1589ee,0 2px 2px rgba(0,0,0,.05)}.slds-welcome-mat__tile:not(.slds-welcome-mat__tile_complete) .slds-icon-action-check{display:none}.slds-welcome-mat__tile:first-child{margin-top:0}.slds-welcome-mat__tile:last-child{margin-bottom:0}.slds-welcome-mat__tile-figure{margin-left:.25rem}.slds-welcome-mat__tile-title{font-weight:700}.slds-welcome-mat__tile-body{padding:.75rem;border-left:1px solid #dddbda}.slds-welcome-mat__tile-description{color:#3e3e3c;font-size:.75rem;line-height:1.5}.slds-welcome-mat__tile-icon-container{position:relative}.slds-welcome-mat__tile_complete{background:transparent}.slds-welcome-mat__tile_complete .slds-icon{fill:#c9c7c5}.slds-welcome-mat .slds-icon-action-check{position:absolute;bottom:-.625rem;right:-.625rem;height:1.25rem;width:1.25rem;display:flex;align-items:center;justify-content:center;padding:.25rem;border:2px solid #f3f2f2;border-radius:1.25rem;line-height:0;background:#4bca81}.slds-welcome-mat .slds-icon-action-check .slds-icon{fill:#fff}.slds-welcome-mat_splash .slds-welcome-mat__content{height:37.5rem}.slds-welcome-mat_splash .slds-welcome-mat__info-content{max-width:37.5rem}.slds-welcome-mat_splash .slds-welcome-mat__info-title{font-size:2rem}.slds-welcome-mat_info-only .slds-welcome-mat__content{height:37.5rem}.slds-welcome-mat_info-only .slds-welcome-mat__info-title{font-size:2rem}.slds-welcome-mat__tiles_info-only{background-color:#fff}.slds-welcome-mat__tile_info-only .slds-welcome-mat__tile-body{border-left:0}.slds-welcome-mat__info-badge-container{display:inline-block;position:relative}.slds-welcome-mat__info-badge-container .slds-icon-action-check{border-width:0;top:50%;right:0;transform:translate3d(50%,-50%,0);display:none}.slds-welcome-mat__info-badge{margin-bottom:.5rem}.slds-welcome-mat__info-progress_complete .slds-icon-action-check{display:flex}.slds-summary-detail{display:flex;align-items:flex-start}.slds-summary-detail .slds-summary-detail__action-icon{transform:rotate(-90deg)}.slds-summary-detail .slds-summary-detail__content{overflow:hidden;visibility:hidden;opacity:0;height:0}.slds-summary-detail.slds-is-open .slds-summary-detail__action-icon{transform:rotate(0deg);transform-origin:45%}.slds-summary-detail.slds-is-open .slds-summary-detail__content{padding-top:.75rem;overflow:visible;visibility:visible;opacity:1;height:auto}.slds-setup-assistant{padding:1rem}.slds-setup-assistant__item{border-bottom:1px solid #dddbda;padding:2rem 0}.slds-setup-assistant__item:first-child{padding-top:0}.slds-setup-assistant__item:last-child{padding-bottom:0;border-bottom:0}.slds-setup-assistant__step-summary .slds-progress-ring_large{top:1px}.slds-setup-assistant__step-summary-content{margin-right:3rem}.slds-setup-assistant__step-summary-title{padding-bottom:.5rem;font-weight:700}.slds-setup-assistant__step-detail{padding-left:2.75rem}@media (min-width:30em){.slds-nowrap--small,.slds-nowrap_small{flex:1 1 auto;flex-wrap:nowrap;align-items:stretch}}@media (min-width:48em){.slds-nowrap--medium,.slds-nowrap_medium{flex:1 1 auto;flex-wrap:nowrap;align-items:stretch}}@media (min-width:64em){.slds-nowrap--large,.slds-nowrap_large{flex:1 1 auto;flex-wrap:nowrap;align-items:stretch}}.slds-col--padded,.slds-col_padded{padding-right:.75rem;padding-left:.75rem}.slds-col--padded-medium,.slds-col_padded-medium{padding-right:1rem;padding-left:1rem}.slds-col--padded-large,.slds-col_padded-large{padding-right:1.5rem;padding-left:1.5rem}.slds-col--padded-around,.slds-col_padded-around{padding:.75rem}.slds-col--padded-around-medium,.slds-col_padded-around-medium{padding:1rem}.slds-col--padded-around-large,.slds-col_padded-around-large{padding:1.5rem}@media (min-width:64em){.slds-col-rule--top,.slds-col-rule_top{border-top:1px solid #fafaf9}.slds-col-rule--right,.slds-col-rule_right{border-right:1px solid #fafaf9}.slds-col-rule--bottom,.slds-col-rule_bottom{border-bottom:1px solid #fafaf9}.slds-col-rule--left,.slds-col-rule_left{border-left:1px solid #fafaf9}}.slds-align-content-center{flex:1;align-self:center;justify-content:center}.slds-grid{display:flex}.slds-grid--frame,.slds-grid_frame{min-width:100vw;min-height:100vh;overflow:hidden}.slds-grid--vertical,.slds-grid_vertical{flex-direction:column}.slds-grid--vertical-reverse,.slds-grid_vertical-reverse{flex-direction:column-reverse}.slds-grid--reverse,.slds-grid_reverse{flex-direction:row-reverse}.slds-wrap{flex-wrap:wrap;align-items:flex-start}.slds-nowrap{flex:1 1 auto;flex-wrap:nowrap;align-items:stretch}@media (min-width:20em){.slds-x-small-nowrap{flex:1 1 auto;flex-wrap:nowrap;align-items:stretch}}@media (min-width:30em){.slds-small-nowrap{flex:1 1 auto;flex-wrap:nowrap;align-items:stretch}}@media (min-width:48em){.slds-medium-nowrap{flex:1 1 auto;flex-wrap:nowrap;align-items:stretch}}@media (min-width:64em){.slds-large-nowrap{flex:1 1 auto;flex-wrap:nowrap;align-items:stretch}}.slds-gutters{margin-right:-.75rem;margin-left:-.75rem}.slds-gutters .slds-col{padding-right:.75rem;padding-left:.75rem}.slds-gutters_xxx-small{margin-right:-.125rem;margin-left:-.125rem}.slds-gutters_xxx-small .slds-col{padding-right:.125rem;padding-left:.125rem}.slds-gutters_xx-small{margin-right:-.25rem;margin-left:-.25rem}.slds-gutters_xx-small .slds-col{padding-right:.25rem;padding-left:.25rem}.slds-gutters_x-small{margin-right:-.5rem;margin-left:-.5rem}.slds-gutters_x-small .slds-col{padding-right:.5rem;padding-left:.5rem}.slds-gutters_small{margin-right:-.75rem;margin-left:-.75rem}.slds-gutters_small .slds-col{padding-right:.75rem;padding-left:.75rem}.slds-gutters_medium{margin-right:-1rem;margin-left:-1rem}.slds-gutters_medium .slds-col{padding-right:1rem;padding-left:1rem}.slds-gutters_large{margin-right:-1.5rem;margin-left:-1.5rem}.slds-gutters_large .slds-col{padding-right:1.5rem;padding-left:1.5rem}.slds-gutters_x-large{margin-right:-2rem;margin-left:-2rem}.slds-gutters_x-large .slds-col{padding-right:2rem;padding-left:2rem}.slds-gutters_xx-large{margin-right:-3rem;margin-left:-3rem}.slds-gutters_xx-large .slds-col{padding-right:3rem;padding-left:3rem}.slds-gutters_direct{margin-right:-.75rem;margin-left:-.75rem}.slds-gutters_direct>.slds-col{padding-right:.75rem;padding-left:.75rem}.slds-gutters_direct-xxx-small{margin-right:-.125rem;margin-left:-.125rem}.slds-gutters_direct-xxx-small>.slds-col{padding-right:.125rem;padding-left:.125rem}.slds-gutters_direct-xx-small{margin-right:-.25rem;margin-left:-.25rem}.slds-gutters_direct-xx-small>.slds-col{padding-right:.25rem;padding-left:.25rem}.slds-gutters_direct-x-small{margin-right:-.5rem;margin-left:-.5rem}.slds-gutters_direct-x-small>.slds-col{padding-right:.5rem;padding-left:.5rem}.slds-gutters_direct-small{margin-right:-.75rem;margin-left:-.75rem}.slds-gutters_direct-small>.slds-col{padding-right:.75rem;padding-left:.75rem}.slds-gutters_direct-medium{margin-right:-1rem;margin-left:-1rem}.slds-gutters_direct-medium>.slds-col{padding-right:1rem;padding-left:1rem}.slds-gutters_direct-large{margin-right:-1.5rem;margin-left:-1.5rem}.slds-gutters_direct-large>.slds-col{padding-right:1.5rem;padding-left:1.5rem}.slds-gutters_direct-x-large{margin-right:-2rem;margin-left:-2rem}.slds-gutters_direct-x-large>.slds-col{padding-right:2rem;padding-left:2rem}.slds-gutters_direct-xx-large{margin-right:-3rem;margin-left:-3rem}.slds-gutters_direct-xx-large>.slds-col{padding-right:3rem;padding-left:3rem}.slds-grid--pull-padded,.slds-grid_pull-padded{margin-right:-.75rem;margin-left:-.75rem}.slds-grid--pull-padded-xxx-small,.slds-grid_pull-padded-xxx-small{margin-right:-.125rem;margin-left:-.125rem}.slds-grid--pull-padded-xx-small,.slds-grid_pull-padded-xx-small{margin-right:-.25rem;margin-left:-.25rem}.slds-grid--pull-padded-x-small,.slds-grid_pull-padded-x-small{margin-right:-.5rem;margin-left:-.5rem}.slds-grid--pull-padded-small,.slds-grid_pull-padded-small{margin-right:-.75rem;margin-left:-.75rem}.slds-grid--pull-padded-medium,.slds-grid_pull-padded-medium{margin-right:-1rem;margin-left:-1rem}.slds-grid--pull-padded-large,.slds-grid_pull-padded-large{margin-right:-1.5rem;margin-left:-1.5rem}.slds-grid--pull-padded-x-large,.slds-grid_pull-padded-x-large{margin-right:-2rem;margin-left:-2rem}.slds-grid--pull-padded-xx-large,.slds-grid_pull-padded-xx-large{margin-right:-3rem;margin-left:-3rem}.slds-col,[class*=slds-col--padded],[class*=slds-col_padded]{flex:1 1 auto}@media (min-width:64em){.slds-col--rule-top,.slds-col_rule-top{border-top:1px solid #fafaf9}}@media (min-width:64em){.slds-col--rule-right,.slds-col_rule-right{border-right:1px solid #fafaf9}}@media (min-width:64em){.slds-col--rule-bottom,.slds-col_rule-bottom{border-bottom:1px solid #fafaf9}}@media (min-width:64em){.slds-col--rule-left,.slds-col_rule-left{border-left:1px solid #fafaf9}}.slds-has-flexi-truncate{flex:1 1 0%;min-width:0}.slds-no-flex{flex:none}.slds-no-space{min-width:0}.slds-grow{flex-grow:1}.slds-grow-none{flex-grow:0}.slds-shrink{flex-shrink:1}.slds-shrink-none{flex-shrink:0}.slds-text-longform ul.slds-grid{margin-left:0;list-style:none}.slds-grid--align-center,.slds-grid_align-center{justify-content:center}.slds-grid--align-center .slds-col,.slds-grid--align-center [class*=slds-col--padded],.slds-grid--align-center [class*=slds-col_padded],.slds-grid_align-center .slds-col,.slds-grid_align-center [class*=slds-col--padded],.slds-grid_align-center [class*=slds-col_padded]{flex-grow:0}.slds-grid--align-space,.slds-grid_align-space{justify-content:space-around}.slds-grid--align-space .slds-col,.slds-grid--align-space [class*=slds-col--padded],.slds-grid--align-space [class*=slds-col_padded],.slds-grid_align-space .slds-col,.slds-grid_align-space [class*=slds-col--padded],.slds-grid_align-space [class*=slds-col_padded]{flex-grow:0}.slds-grid--align-spread,.slds-grid_align-spread{justify-content:space-between}.slds-grid--align-spread .slds-col,.slds-grid--align-spread [class*=slds-col--padded],.slds-grid--align-spread [class*=slds-col_padded],.slds-grid_align-spread .slds-col,.slds-grid_align-spread [class*=slds-col--padded],.slds-grid_align-spread [class*=slds-col_padded]{flex-grow:0}.slds-grid--align-end,.slds-grid_align-end{justify-content:flex-end}.slds-grid--align-end .slds-col,.slds-grid--align-end [class*=slds-col--padded],.slds-grid--align-end [class*=slds-col_padded],.slds-grid_align-end .slds-col,.slds-grid_align-end [class*=slds-col--padded],.slds-grid_align-end [class*=slds-col_padded]{flex-grow:0}.slds-grid--vertical-align-start,.slds-grid_vertical-align-start{align-items:flex-start;align-content:flex-start}.slds-grid--vertical-align-center,.slds-grid_vertical-align-center{align-items:center;align-content:center}.slds-grid--vertical-align-end,.slds-grid_vertical-align-end{align-items:flex-end;align-content:flex-end}.slds-align-top{vertical-align:top;align-self:flex-start}.slds-align-middle{vertical-align:middle;align-self:center}.slds-align-bottom{vertical-align:bottom;align-self:flex-end}.slds-col--bump-top,.slds-col_bump-top{margin-top:auto}.slds-col--bump-right,.slds-col_bump-right{margin-right:auto}.slds-col--bump-bottom,.slds-col_bump-bottom{margin-bottom:auto}.slds-col--bump-left,.slds-col_bump-left{margin-left:auto}.slds-grid--vertical-stretch,.slds-grid_vertical-stretch{align-items:stretch;align-content:stretch}.slds-container--small,.slds-container_small{max-width:30rem}.slds-container--medium,.slds-container_medium{max-width:48rem}.slds-container--large,.slds-container_large{max-width:64rem}.slds-container--x-large,.slds-container_x-large{max-width:80rem}.slds-container--fluid,.slds-container_fluid{width:100%}.slds-container--center,.slds-container_center{margin-left:auto;margin-right:auto}.slds-container--left,.slds-container_left{margin-right:auto}.slds-container--right,.slds-container_right{margin-left:auto}.slds-grid--overflow,.slds-grid_overflow{flex-flow:row nowrap}.slds-grid--overflow .slds-col,.slds-grid_overflow .slds-col{min-width:11.25em;max-width:22.5em}.slds-align--absolute-center,.slds-align_absolute-center{display:flex;justify-content:center;align-content:center;align-items:center;margin:auto}.slds-media--reverse>.slds-media__figure,.slds-media_reverse>.slds-media__figure{order:1}.slds-media--reverse.slds-media--small .slds-media__figure,.slds-media--reverse.slds-media_small .slds-media__figure,.slds-media_reverse.slds-media--small .slds-media__figure,.slds-media_reverse.slds-media_small .slds-media__figure{margin-left:.25rem}.slds-media--double>.slds-media__figure,.slds-media_double>.slds-media__figure{order:1}.slds-media--double .slds-media__figure--reverse,.slds-media--double .slds-media__figure_reverse,.slds-media_double .slds-media__figure--reverse,.slds-media_double .slds-media__figure_reverse{order:3;margin:0 0 0 1rem}.slds-media--double .slds-media__body,.slds-media_double .slds-media__body{order:2}.slds-media{display:flex;align-items:flex-start}.slds-media__figure{flex-shrink:0;margin-right:.75rem}.slds-media__figure_fixed-width{min-width:3rem}.slds-media__body{flex:1;min-width:0}.slds-media__body,.slds-media__body>:last-child{margin-bottom:0}.slds-media-body-iefix{flex-shrink:0;flex-basis:auto}.slds-media--small .slds-media__figure,.slds-media_small .slds-media__figure{margin-right:.25rem}.slds-media--small .slds-media__figure--reverse,.slds-media_small .slds-media__figure_reverse{margin-left:.25rem}.slds-media--large .slds-media__figure,.slds-media_large .slds-media__figure{margin-right:1.5rem}.slds-media--large .slds-media__figure--reverse,.slds-media_large .slds-media__figure_reverse{margin-left:1.5rem}.slds-media_inline .slds-media__body{flex:0 1 auto}.slds-media--center,.slds-media_center{align-items:center}.slds-media__figure--reverse,.slds-media__figure_reverse{margin:0 0 0 .75rem}@media (max-width:48em){.slds-media--responsive,.slds-media_responsive{display:block}.slds-media--responsive .slds-media__figure,.slds-media_responsive .slds-media__figure{margin:0 0 .75rem}}.slds-m-top--none,.slds-m-top_none{margin-top:0!important}.slds-m-top--xxx-small,.slds-m-top_xxx-small{margin-top:.125rem}.slds-m-top--xx-small,.slds-m-top_xx-small{margin-top:.25rem}.slds-m-top--x-small,.slds-m-top_x-small{margin-top:.5rem}.slds-m-top--small,.slds-m-top_small{margin-top:.75rem}.slds-m-top--medium,.slds-m-top_medium{margin-top:1rem}.slds-m-top--large,.slds-m-top_large{margin-top:1.5rem}.slds-m-top--x-large,.slds-m-top_x-large{margin-top:2rem}.slds-m-top--xx-large,.slds-m-top_xx-large{margin-top:3rem}.slds-var-m-top_xxx-small{margin-top:.125rem}.slds-var-m-top_xx-small{margin-top:.25rem}.slds-var-m-top_x-small{margin-top:.5rem}.slds-var-m-top_small{margin-top:.75rem}.slds-var-m-top_medium{margin-top:1rem}.slds-var-m-top_large{margin-top:1.5rem}.slds-var-m-top_x-large{margin-top:2rem}.slds-var-m-top_xx-large{margin-top:3rem}.slds-m-right--none,.slds-m-right_none{margin-right:0!important}.slds-m-right--xxx-small,.slds-m-right_xxx-small{margin-right:.125rem}.slds-m-right--xx-small,.slds-m-right_xx-small{margin-right:.25rem}.slds-m-right--x-small,.slds-m-right_x-small{margin-right:.5rem}.slds-m-right--small,.slds-m-right_small{margin-right:.75rem}.slds-m-right--medium,.slds-m-right_medium{margin-right:1rem}.slds-m-right--large,.slds-m-right_large{margin-right:1.5rem}.slds-m-right--x-large,.slds-m-right_x-large{margin-right:2rem}.slds-m-right--xx-large,.slds-m-right_xx-large{margin-right:3rem}.slds-var-m-right_xxx-small{margin-right:.125rem}.slds-var-m-right_xx-small{margin-right:.25rem}.slds-var-m-right_x-small{margin-right:.5rem}.slds-var-m-right_small{margin-right:.75rem}.slds-var-m-right_medium{margin-right:1rem}.slds-var-m-right_large{margin-right:1.5rem}.slds-var-m-right_x-large{margin-right:2rem}.slds-var-m-right_xx-large{margin-right:3rem}.slds-m-bottom--none,.slds-m-bottom_none{margin-bottom:0!important}.slds-m-bottom--xxx-small,.slds-m-bottom_xxx-small{margin-bottom:.125rem}.slds-m-bottom--xx-small,.slds-m-bottom_xx-small{margin-bottom:.25rem}.slds-m-bottom--x-small,.slds-m-bottom_x-small{margin-bottom:.5rem}.slds-m-bottom--small,.slds-m-bottom_small{margin-bottom:.75rem}.slds-m-bottom--medium,.slds-m-bottom_medium{margin-bottom:1rem}.slds-m-bottom--large,.slds-m-bottom_large{margin-bottom:1.5rem}.slds-m-bottom--x-large,.slds-m-bottom_x-large{margin-bottom:2rem}.slds-m-bottom--xx-large,.slds-m-bottom_xx-large{margin-bottom:3rem}.slds-var-m-bottom_xxx-small{margin-bottom:.125rem}.slds-var-m-bottom_xx-small{margin-bottom:.25rem}.slds-var-m-bottom_x-small{margin-bottom:.5rem}.slds-var-m-bottom_small{margin-bottom:.75rem}.slds-var-m-bottom_medium{margin-bottom:1rem}.slds-var-m-bottom_large{margin-bottom:1.5rem}.slds-var-m-bottom_x-large{margin-bottom:2rem}.slds-var-m-bottom_xx-large{margin-bottom:3rem}.slds-m-left--none,.slds-m-left_none{margin-left:0!important}.slds-m-left--xxx-small,.slds-m-left_xxx-small{margin-left:.125rem}.slds-m-left--xx-small,.slds-m-left_xx-small{margin-left:.25rem}.slds-m-left--x-small,.slds-m-left_x-small{margin-left:.5rem}.slds-m-left--small,.slds-m-left_small{margin-left:.75rem}.slds-m-left--medium,.slds-m-left_medium{margin-left:1rem}.slds-m-left--large,.slds-m-left_large{margin-left:1.5rem}.slds-m-left--x-large,.slds-m-left_x-large{margin-left:2rem}.slds-m-left--xx-large,.slds-m-left_xx-large{margin-left:3rem}.slds-var-m-left_xxx-small{margin-left:.125rem}.slds-var-m-left_xx-small{margin-left:.25rem}.slds-var-m-left_x-small{margin-left:.5rem}.slds-var-m-left_small{margin-left:.75rem}.slds-var-m-left_medium{margin-left:1rem}.slds-var-m-left_large{margin-left:1.5rem}.slds-var-m-left_x-large{margin-left:2rem}.slds-var-m-left_xx-large{margin-left:3rem}.slds-m-horizontal--none,.slds-m-horizontal_none{margin-left:0!important;margin-right:0!important}.slds-m-horizontal--xxx-small,.slds-m-horizontal_xxx-small{margin-left:.125rem;margin-right:.125rem}.slds-m-horizontal--xx-small,.slds-m-horizontal_xx-small{margin-left:.25rem;margin-right:.25rem}.slds-m-horizontal--x-small,.slds-m-horizontal_x-small{margin-left:.5rem;margin-right:.5rem}.slds-m-horizontal--small,.slds-m-horizontal_small{margin-left:.75rem;margin-right:.75rem}.slds-m-horizontal--medium,.slds-m-horizontal_medium{margin-left:1rem;margin-right:1rem}.slds-m-horizontal--large,.slds-m-horizontal_large{margin-left:1.5rem;margin-right:1.5rem}.slds-m-horizontal--x-large,.slds-m-horizontal_x-large{margin-left:2rem;margin-right:2rem}.slds-m-horizontal--xx-large,.slds-m-horizontal_xx-large{margin-left:3rem;margin-right:3rem}.slds-var-m-horizontal_xxx-small{margin-left:.125rem;margin-right:.125rem}.slds-var-m-horizontal_xx-small{margin-left:.25rem;margin-right:.25rem}.slds-var-m-horizontal_x-small{margin-left:.5rem;margin-right:.5rem}.slds-var-m-horizontal_small{margin-left:.75rem;margin-right:.75rem}.slds-var-m-horizontal_medium{margin-left:1rem;margin-right:1rem}.slds-var-m-horizontal_large{margin-left:1.5rem;margin-right:1.5rem}.slds-var-m-horizontal_x-large{margin-left:2rem;margin-right:2rem}.slds-var-m-horizontal_xx-large{margin-left:3rem;margin-right:3rem}.slds-m-vertical--none,.slds-m-vertical_none{margin-top:0!important;margin-bottom:0!important}.slds-m-vertical--xxx-small,.slds-m-vertical_xxx-small{margin-top:.125rem;margin-bottom:.125rem}.slds-m-vertical--xx-small,.slds-m-vertical_xx-small{margin-top:.25rem;margin-bottom:.25rem}.slds-m-vertical--x-small,.slds-m-vertical_x-small{margin-top:.5rem;margin-bottom:.5rem}.slds-m-vertical--small,.slds-m-vertical_small{margin-top:.75rem;margin-bottom:.75rem}.slds-m-vertical--medium,.slds-m-vertical_medium{margin-top:1rem;margin-bottom:1rem}.slds-m-vertical--large,.slds-m-vertical_large{margin-top:1.5rem;margin-bottom:1.5rem}.slds-m-vertical--x-large,.slds-m-vertical_x-large{margin-top:2rem;margin-bottom:2rem}.slds-m-vertical--xx-large,.slds-m-vertical_xx-large{margin-top:3rem;margin-bottom:3rem}.slds-var-m-vertical_xxx-small{margin-top:.125rem;margin-bottom:.125rem}.slds-var-m-vertical_xx-small{margin-top:.25rem;margin-bottom:.25rem}.slds-var-m-vertical_x-small{margin-top:.5rem;margin-bottom:.5rem}.slds-var-m-vertical_small{margin-top:.75rem;margin-bottom:.75rem}.slds-var-m-vertical_medium{margin-top:1rem;margin-bottom:1rem}.slds-var-m-vertical_large{margin-top:1.5rem;margin-bottom:1.5rem}.slds-var-m-vertical_x-large{margin-top:2rem;margin-bottom:2rem}.slds-var-m-vertical_xx-large{margin-top:3rem;margin-bottom:3rem}.slds-m-around--none,.slds-m-around_none{margin:0!important}.slds-m-around--xxx-small,.slds-m-around_xxx-small{margin:.125rem}.slds-m-around--xx-small,.slds-m-around_xx-small{margin:.25rem}.slds-m-around--x-small,.slds-m-around_x-small{margin:.5rem}.slds-m-around--small,.slds-m-around_small{margin:.75rem}.slds-m-around--medium,.slds-m-around_medium{margin:1rem}.slds-m-around--large,.slds-m-around_large{margin:1.5rem}.slds-m-around--x-large,.slds-m-around_x-large{margin:2rem}.slds-m-around--xx-large,.slds-m-around_xx-large{margin:3rem}.slds-var-m-around_xxx-small{margin:.125rem}.slds-var-m-around_xx-small{margin:.25rem}.slds-var-m-around_x-small{margin:.5rem}.slds-var-m-around_small{margin:.75rem}.slds-var-m-around_medium{margin:1rem}.slds-var-m-around_large{margin:1.5rem}.slds-var-m-around_x-large{margin:2rem}.slds-var-m-around_xx-large{margin:3rem}.slds-has-cushion{padding:1rem}.slds-p-top--none,.slds-p-top_none{padding-top:0!important}.slds-p-top--xxx-small,.slds-p-top_xxx-small{padding-top:.125rem}.slds-p-top--xx-small,.slds-p-top_xx-small{padding-top:.25rem}.slds-p-top--x-small,.slds-p-top_x-small{padding-top:.5rem}.slds-p-top--small,.slds-p-top_small{padding-top:.75rem}.slds-p-top--medium,.slds-p-top_medium{padding-top:1rem}.slds-p-top--large,.slds-p-top_large{padding-top:1.5rem}.slds-p-top--x-large,.slds-p-top_x-large{padding-top:2rem}.slds-p-top--xx-large,.slds-p-top_xx-large{padding-top:3rem}.slds-var-p-top_xxx-small{padding-top:.125rem}.slds-var-p-top_xx-small{padding-top:.25rem}.slds-var-p-top_x-small{padding-top:.5rem}.slds-var-p-top_small{padding-top:.75rem}.slds-var-p-top_medium{padding-top:1rem}.slds-var-p-top_large{padding-top:1.5rem}.slds-var-p-top_x-large{padding-top:2rem}.slds-var-p-top_xx-large{padding-top:3rem}.slds-p-right--none,.slds-p-right_none{padding-right:0!important}.slds-p-right--xxx-small,.slds-p-right_xxx-small{padding-right:.125rem}.slds-p-right--xx-small,.slds-p-right_xx-small{padding-right:.25rem}.slds-p-right--x-small,.slds-p-right_x-small{padding-right:.5rem}.slds-p-right--small,.slds-p-right_small{padding-right:.75rem}.slds-p-right--medium,.slds-p-right_medium{padding-right:1rem}.slds-p-right--large,.slds-p-right_large{padding-right:1.5rem}.slds-p-right--x-large,.slds-p-right_x-large{padding-right:2rem}.slds-p-right--xx-large,.slds-p-right_xx-large{padding-right:3rem}.slds-var-p-right_xxx-small{padding-right:.125rem}.slds-var-p-right_xx-small{padding-right:.25rem}.slds-var-p-right_x-small{padding-right:.5rem}.slds-var-p-right_small{padding-right:.75rem}.slds-var-p-right_medium{padding-right:1rem}.slds-var-p-right_large{padding-right:1.5rem}.slds-var-p-right_x-large{padding-right:2rem}.slds-var-p-right_xx-large{padding-right:3rem}.slds-p-bottom--none,.slds-p-bottom_none{padding-bottom:0!important}.slds-p-bottom--xxx-small,.slds-p-bottom_xxx-small{padding-bottom:.125rem}.slds-p-bottom--xx-small,.slds-p-bottom_xx-small{padding-bottom:.25rem}.slds-p-bottom--x-small,.slds-p-bottom_x-small{padding-bottom:.5rem}.slds-p-bottom--small,.slds-p-bottom_small{padding-bottom:.75rem}.slds-p-bottom--medium,.slds-p-bottom_medium{padding-bottom:1rem}.slds-p-bottom--large,.slds-p-bottom_large{padding-bottom:1.5rem}.slds-p-bottom--x-large,.slds-p-bottom_x-large{padding-bottom:2rem}.slds-p-bottom--xx-large,.slds-p-bottom_xx-large{padding-bottom:3rem}.slds-var-p-bottom_xxx-small{padding-bottom:.125rem}.slds-var-p-bottom_xx-small{padding-bottom:.25rem}.slds-var-p-bottom_x-small{padding-bottom:.5rem}.slds-var-p-bottom_small{padding-bottom:.75rem}.slds-var-p-bottom_medium{padding-bottom:1rem}.slds-var-p-bottom_large{padding-bottom:1.5rem}.slds-var-p-bottom_x-large{padding-bottom:2rem}.slds-var-p-bottom_xx-large{padding-bottom:3rem}.slds-p-left--none,.slds-p-left_none{padding-left:0!important}.slds-p-left--xxx-small,.slds-p-left_xxx-small{padding-left:.125rem}.slds-p-left--xx-small,.slds-p-left_xx-small{padding-left:.25rem}.slds-p-left--x-small,.slds-p-left_x-small{padding-left:.5rem}.slds-p-left--small,.slds-p-left_small{padding-left:.75rem}.slds-p-left--medium,.slds-p-left_medium{padding-left:1rem}.slds-p-left--large,.slds-p-left_large{padding-left:1.5rem}.slds-p-left--x-large,.slds-p-left_x-large{padding-left:2rem}.slds-p-left--xx-large,.slds-p-left_xx-large{padding-left:3rem}.slds-var-p-left_xxx-small{padding-left:.125rem}.slds-var-p-left_xx-small{padding-left:.25rem}.slds-var-p-left_x-small{padding-left:.5rem}.slds-var-p-left_small{padding-left:.75rem}.slds-var-p-left_medium{padding-left:1rem}.slds-var-p-left_large{padding-left:1.5rem}.slds-var-p-left_x-large{padding-left:2rem}.slds-var-p-left_xx-large{padding-left:3rem}.slds-p-horizontal--none,.slds-p-horizontal_none{padding-left:0!important;padding-right:0!important}.slds-p-horizontal--xxx-small,.slds-p-horizontal_xxx-small{padding-left:.125rem;padding-right:.125rem}.slds-p-horizontal--xx-small,.slds-p-horizontal_xx-small{padding-left:.25rem;padding-right:.25rem}.slds-p-horizontal--x-small,.slds-p-horizontal_x-small{padding-left:.5rem;padding-right:.5rem}.slds-p-horizontal--small,.slds-p-horizontal_small{padding-left:.75rem;padding-right:.75rem}.slds-p-horizontal--medium,.slds-p-horizontal_medium{padding-left:1rem;padding-right:1rem}.slds-p-horizontal--large,.slds-p-horizontal_large{padding-left:1.5rem;padding-right:1.5rem}.slds-p-horizontal--x-large,.slds-p-horizontal_x-large{padding-left:2rem;padding-right:2rem}.slds-p-horizontal--xx-large,.slds-p-horizontal_xx-large{padding-left:3rem;padding-right:3rem}.slds-var-p-horizontal_xxx-small{padding-left:.125rem;padding-right:.125rem}.slds-var-p-horizontal_xx-small{padding-left:.25rem;padding-right:.25rem}.slds-var-p-horizontal_x-small{padding-left:.5rem;padding-right:.5rem}.slds-var-p-horizontal_small{padding-left:.75rem;padding-right:.75rem}.slds-var-p-horizontal_medium{padding-left:1rem;padding-right:1rem}.slds-var-p-horizontal_large{padding-left:1.5rem;padding-right:1.5rem}.slds-var-p-horizontal_x-large{padding-left:2rem;padding-right:2rem}.slds-var-p-horizontal_xx-large{padding-left:3rem;padding-right:3rem}.slds-p-vertical--none,.slds-p-vertical_none{padding-top:0!important;padding-bottom:0!important}.slds-p-vertical--xxx-small,.slds-p-vertical_xxx-small{padding-top:.125rem;padding-bottom:.125rem}.slds-p-vertical--xx-small,.slds-p-vertical_xx-small{padding-top:.25rem;padding-bottom:.25rem}.slds-p-vertical--x-small,.slds-p-vertical_x-small{padding-top:.5rem;padding-bottom:.5rem}.slds-p-vertical--small,.slds-p-vertical_small{padding-top:.75rem;padding-bottom:.75rem}.slds-p-vertical--medium,.slds-p-vertical_medium{padding-top:1rem;padding-bottom:1rem}.slds-p-vertical--large,.slds-p-vertical_large{padding-top:1.5rem;padding-bottom:1.5rem}.slds-p-vertical--x-large,.slds-p-vertical_x-large{padding-top:2rem;padding-bottom:2rem}.slds-p-vertical--xx-large,.slds-p-vertical_xx-large{padding-top:3rem;padding-bottom:3rem}.slds-var-p-vertical_xxx-small{padding-top:.125rem;padding-bottom:.125rem}.slds-var-p-vertical_xx-small{padding-top:.25rem;padding-bottom:.25rem}.slds-var-p-vertical_x-small{padding-top:.5rem;padding-bottom:.5rem}.slds-var-p-vertical_small{padding-top:.75rem;padding-bottom:.75rem}.slds-var-p-vertical_medium{padding-top:1rem;padding-bottom:1rem}.slds-var-p-vertical_large{padding-top:1.5rem;padding-bottom:1.5rem}.slds-var-p-vertical_x-large{padding-top:2rem;padding-bottom:2rem}.slds-var-p-vertical_xx-large{padding-top:3rem;padding-bottom:3rem}.slds-p-around--none,.slds-p-around_none{padding:0!important}.slds-p-around--xxx-small,.slds-p-around_xxx-small{padding:.125rem}.slds-p-around--xx-small,.slds-p-around_xx-small{padding:.25rem}.slds-p-around--x-small,.slds-p-around_x-small{padding:.5rem}.slds-p-around--small,.slds-p-around_small{padding:.75rem}.slds-p-around--medium,.slds-p-around_medium{padding:1rem}.slds-p-around--large,.slds-p-around_large{padding:1.5rem}.slds-p-around--x-large,.slds-p-around_x-large{padding:2rem}.slds-p-around--xx-large,.slds-p-around_xx-large{padding:3rem}.slds-var-p-around_xxx-small{padding:.125rem}.slds-var-p-around_xx-small{padding:.25rem}.slds-var-p-around_x-small{padding:.5rem}.slds-var-p-around_small{padding:.75rem}.slds-var-p-around_medium{padding:1rem}.slds-var-p-around_large{padding:1.5rem}.slds-var-p-around_x-large{padding:2rem}.slds-var-p-around_xx-large{padding:3rem}.slds-clearfix:after{content:"";display:table;clear:both}.slds-clear{clear:both}.slds-float--left,.slds-float_left{float:left}.slds-float--none,.slds-float_none{float:none}.slds-float--right,.slds-float_right{float:right}.slds-text-link--reset,.slds-text-link_reset{cursor:pointer;line-height:inherit;font-size:inherit}.slds-text-link--reset:active,.slds-text-link_reset:active{outline:none}.slds-text-link--reset,.slds-text-link--reset:active,.slds-text-link--reset:focus,.slds-text-link--reset:hover,.slds-text-link_reset,.slds-text-link_reset:active,.slds-text-link_reset:focus,.slds-text-link_reset:hover{color:inherit;text-decoration:inherit}.slds-text-link{color:#006dcc;text-decoration:none;transition:color .1s linear}.slds-text-link:focus,.slds-text-link:hover{text-decoration:underline;color:#005fb2}.slds-text-link:active{color:#005fb2}.slds-text-link--faux,.slds-text-link_faux,.slds-type-focus{border-bottom:1px solid transparent;border-radius:0;color:currentColor;cursor:pointer}.slds-text-link--faux:focus,.slds-text-link--faux:hover,.slds-text-link_faux:focus,.slds-text-link_faux:hover,.slds-type-focus:focus,.slds-type-focus:hover{color:currentColor;border-bottom:1px solid}.slds-has-blur-focus{color:currentColor}.slds-has-blur-focus:active,.slds-has-blur-focus:focus,.slds-has-blur-focus:hover{color:currentColor;text-decoration:none}.slds-has-blur-focus:focus,.slds-has-input-focus{outline:0;box-shadow:0 0 3px #0070d2}.slds-has-input-focus{border-color:#1589ee;background-color:#fff}.slds-list--vertical.slds-has-dividers>.slds-list__item,.slds-list_vertical.slds-has-dividers>.slds-list__item{padding:.5rem;border-bottom:1px solid #dddbda}.slds-list--vertical.slds-has-dividers>.slds-list__item:hover,.slds-list_vertical.slds-has-dividers>.slds-list__item:hover{background-color:#f3f2f2;border-color:#dddbda;cursor:pointer}.slds-list--vertical.slds-has-dividers>.slds-list__item:active,.slds-list_vertical.slds-has-dividers>.slds-list__item:active{background-color:#ecebea;box-shadow:inset 0 -1px 0 #dddbda}.slds-list--vertical.slds-has-dividers>.slds-list__item.slds-is-selected,.slds-list_vertical.slds-has-dividers>.slds-list__item.slds-is-selected{box-shadow:inset 0 0 0 1px #0070d2;background-color:#ecebea}.slds-list--vertical.slds-has-dividers>.slds-list__item.slds-is-selected:focus,.slds-list--vertical.slds-has-dividers>.slds-list__item.slds-is-selected:hover,.slds-list_vertical.slds-has-dividers>.slds-list__item.slds-is-selected:focus,.slds-list_vertical.slds-has-dividers>.slds-list__item.slds-is-selected:hover{box-shadow:inset 0 -2px 0 #1589ee,inset 0 0 0 1px #1589ee}.slds-has-cards>.slds-list__item{border:1px solid #dddbda;border-radius:.25rem;background-clip:padding-box}.slds-has-cards>.slds-list__item+.slds-list__item{margin-top:.5rem}.slds-has-cards--space>.slds-list__item,.slds-has-cards_space>.slds-list__item{border:1px solid #dddbda;border-radius:.25rem;background-clip:padding-box;padding:.75rem}@media (min-width:30em){.slds-has-cards--space>.slds-list__item,.slds-has-cards_space>.slds-list__item{padding:.5rem}}.slds-has-cards--space>.slds-list__item+.slds-list__item,.slds-has-cards_space>.slds-list__item+.slds-list__item{margin-top:.5rem}.slds-has-divider{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #dddbda}.slds-has-block-links a{display:block;text-decoration:none}.slds-has-block-links .slds-is-nested{margin-left:1rem}.slds-has-block-links--space .slds-item,.slds-has-block-links--space .slds-list__item,.slds-has-block-links_space .slds-item,.slds-has-block-links_space .slds-list__item{padding:0}.slds-has-block-links--space a,.slds-has-block-links_space a{display:block;text-decoration:none;padding:.75rem}@media (min-width:48em){.slds-has-block-links--space a,.slds-has-block-links_space a{padding:.5rem}}.slds-has-inline-block-links a{display:inline-block;text-decoration:none}.slds-has-inline-block-links--space a,.slds-has-inline-block-links_space a{display:inline-block;text-decoration:none;padding:.75rem}@media (min-width:48em){.slds-has-inline-block-links--space a,.slds-has-inline-block-links_space a{padding:.5rem}}.slds-list--vertical-space .slds-item+.slds-item,.slds-list--vertical-space .slds-list__item+.slds-list__item,.slds-list_vertical-space .slds-item+.slds-item,.slds-list_vertical-space .slds-list__item+.slds-list__item{margin-top:.5rem}.slds-list--vertical-space-medium .slds-item+.slds-item,.slds-list--vertical-space-medium .slds-list__item+.slds-list__item,.slds-list_vertical-space-medium .slds-item+.slds-item,.slds-list_vertical-space-medium .slds-list__item+.slds-list__item{margin-top:1rem}.slds-is-nested{margin-left:1rem}.slds-list--dotted,.slds-list_dotted{margin-left:1.5rem;list-style:disc}.slds-list--ordered,.slds-list_ordered{margin-left:1.5rem;list-style:decimal}.slds-has-dividers--top>.slds-item,.slds-has-dividers--top>.slds-list__item,.slds-has-dividers_top>.slds-item,.slds-has-dividers_top>.slds-list__item{border-top:1px solid #dddbda}.slds-has-dividers--top-space>.slds-item,.slds-has-dividers--top-space>.slds-list__item,.slds-has-dividers_top-space>.slds-item,.slds-has-dividers_top-space>.slds-list__item{border-top:1px solid #dddbda;padding:.75rem}@media (min-width:30em){.slds-has-dividers--top-space>.slds-item,.slds-has-dividers--top-space>.slds-list__item,.slds-has-dividers_top-space>.slds-item,.slds-has-dividers_top-space>.slds-list__item{padding:.5rem}}.slds-has-dividers--bottom>.slds-item,.slds-has-dividers--bottom>.slds-list__item,.slds-has-dividers_bottom>.slds-item,.slds-has-dividers_bottom>.slds-list__item{border-bottom:1px solid #dddbda}.slds-has-dividers--bottom-space>.slds-item,.slds-has-dividers--bottom-space>.slds-list__item,.slds-has-dividers_bottom-space>.slds-item,.slds-has-dividers_bottom-space>.slds-list__item{border-bottom:1px solid #dddbda;padding:.75rem}@media (min-width:30em){.slds-has-dividers--bottom-space>.slds-item,.slds-has-dividers--bottom-space>.slds-list__item,.slds-has-dividers_bottom-space>.slds-item,.slds-has-dividers_bottom-space>.slds-list__item{padding:.5rem}}.slds-has-dividers--around>.slds-item,.slds-has-dividers_around>.slds-item{border:1px solid #dddbda;border-radius:.25rem;background-clip:padding-box}.slds-has-dividers--around>.slds-item+.slds-item,.slds-has-dividers_around>.slds-item+.slds-item{margin-top:.5rem}.slds-has-dividers--around-space>.slds-item,.slds-has-dividers_around-space>.slds-item{border:1px solid #dddbda;border-radius:.25rem;background-clip:padding-box;padding:.75rem}@media (min-width:30em){.slds-has-dividers--around-space>.slds-item,.slds-has-dividers_around-space>.slds-item{padding:.5rem}}.slds-has-dividers--around-space>.slds-item+.slds-item,.slds-has-dividers_around-space>.slds-item+.slds-item{margin-top:.5rem}.slds-has-list-interactions>.slds-item:hover,.slds-has-list-interactions>.slds-list__item:hover{background-color:#f3f2f2;border-color:#dddbda;cursor:pointer}.slds-has-list-interactions>.slds-item:active,.slds-has-list-interactions>.slds-list__item:active{background-color:#ecebea;box-shadow:inset 0 -1px 0 #dddbda}.slds-has-list-interactions>.slds-item.slds-is-selected,.slds-has-list-interactions>.slds-list__item.slds-is-selected{box-shadow:inset 0 0 0 1px #0070d2;background-color:#ecebea}.slds-has-list-interactions>.slds-item.slds-is-selected:focus,.slds-has-list-interactions>.slds-item.slds-is-selected:hover,.slds-has-list-interactions>.slds-list__item.slds-is-selected:focus,.slds-has-list-interactions>.slds-list__item.slds-is-selected:hover{box-shadow:inset 0 -2px 0 #1589ee,inset 0 0 0 1px #1589ee}.slds-has-divider--top,.slds-has-divider_top{border-top:1px solid #dddbda}.slds-has-divider--top-space,.slds-has-divider_top-space{border-top:1px solid #dddbda;margin-top:.5rem;padding-top:.5rem}.slds-has-divider--right,.slds-has-divider_right{position:relative;display:flex;align-items:center}.slds-has-divider--right:after,.slds-has-divider_right:after{width:2px;height:2px;content:"";margin-left:.5rem;margin-right:.5rem;border-radius:50%;background-color:#16325c}.slds-has-divider--right:last-child,.slds-has-divider_right:last-child{margin-right:0;padding-right:0}.slds-has-divider--right:last-child:after,.slds-has-divider_right:last-child:after{content:none}.slds-has-divider--bottom,.slds-has-divider_bottom{border-bottom:1px solid #dddbda}.slds-has-divider--bottom-space,.slds-has-divider_bottom-space{border-bottom:1px solid #dddbda;margin-bottom:.5rem;padding-bottom:.5rem}.slds-has-divider--left,.slds-has-divider_left{position:relative;display:flex;align-items:center}.slds-has-divider--left:before,.slds-has-divider_left:before{width:2px;height:2px;content:"";display:inline-block;vertical-align:middle;margin-left:.5rem;margin-right:.5rem;border-radius:50%;background-color:#16325c}.slds-has-divider--left:first-child,.slds-has-divider_left:first-child{margin-right:0;padding-right:0}.slds-has-divider--left:first-child:before,.slds-has-divider_left:first-child:before{content:none}.slds-list--horizontal.slds-has-dividers>.slds-list__item,.slds-list_horizontal.slds-has-dividers>.slds-list__item{position:relative;display:flex;align-items:center}.slds-list--horizontal.slds-has-dividers>.slds-list__item:after,.slds-list_horizontal.slds-has-dividers>.slds-list__item:after{width:2px;height:2px;content:"";margin-left:.5rem;margin-right:.5rem;border-radius:50%;background-color:#16325c}.slds-list--horizontal.slds-has-dividers>.slds-list__item:last-child,.slds-list_horizontal.slds-has-dividers>.slds-list__item:last-child{margin-right:0;padding-right:0}.slds-list--horizontal.slds-has-dividers>.slds-list__item:last-child:after,.slds-list_horizontal.slds-has-dividers>.slds-list__item:last-child:after{content:none}.slds-list--horizontal,.slds-list_horizontal{display:flex}.slds-list--horizontal>.slds-list__item,.slds-list_horizontal>.slds-list__item{align-self:center}.slds-list--horizontal-large>.slds-list__item>a,.slds-list_horizontal-large>.slds-list__item>a{padding:.75rem 1rem}.slds-has-dividers--left>.slds-item,.slds-has-dividers--left>.slds-list__item,.slds-has-dividers_left>.slds-item,.slds-has-dividers_left>.slds-list__item{position:relative;display:flex;align-items:center}.slds-has-dividers--left>.slds-item:before,.slds-has-dividers--left>.slds-list__item:before,.slds-has-dividers_left>.slds-item:before,.slds-has-dividers_left>.slds-list__item:before{width:2px;height:2px;content:"";display:inline-block;vertical-align:middle;margin-left:.5rem;margin-right:.5rem;border-radius:50%;background-color:#16325c}.slds-has-dividers--left>.slds-item:first-child,.slds-has-dividers--left>.slds-list__item:first-child,.slds-has-dividers_left>.slds-item:first-child,.slds-has-dividers_left>.slds-list__item:first-child{margin-right:0;padding-right:0}.slds-has-dividers--left>.slds-item:first-child:before,.slds-has-dividers--left>.slds-list__item:first-child:before,.slds-has-dividers_left>.slds-item:first-child:before,.slds-has-dividers_left>.slds-list__item:first-child:before{content:none}.slds-has-dividers--right>.slds-item,.slds-has-dividers--right>.slds-list__item,.slds-has-dividers_right>.slds-item,.slds-has-dividers_right>.slds-list__item{position:relative;display:flex;align-items:center}.slds-has-dividers--right>.slds-item:after,.slds-has-dividers--right>.slds-list__item:after,.slds-has-dividers_right>.slds-item:after,.slds-has-dividers_right>.slds-list__item:after{width:2px;height:2px;content:"";margin-left:.5rem;margin-right:.5rem;border-radius:50%;background-color:#16325c}.slds-has-dividers--right>.slds-item:last-child,.slds-has-dividers--right>.slds-list__item:last-child,.slds-has-dividers_right>.slds-item:last-child,.slds-has-dividers_right>.slds-list__item:last-child{margin-right:0;padding-right:0}.slds-has-dividers--right>.slds-item:last-child:after,.slds-has-dividers--right>.slds-list__item:last-child:after,.slds-has-dividers_right>.slds-item:last-child:after,.slds-has-dividers_right>.slds-list__item:last-child:after{content:none}.slds-dl--inline:after,.slds-dl_inline:after{content:"";display:table;clear:both}@media (min-width:30em){.slds-dl--inline__label,.slds-dl_inline__label{float:left;clear:left}.slds-dl--inline__detail,.slds-dl_inline__detail{float:left;padding-left:.25rem}}.slds-region_narrow .slds-dl_inline__detail,.slds-region_narrow .slds-dl_inline__label{float:left}.slds-region_narrow .slds-dl_inline__label{clear:left}.slds-region_narrow .slds-dl_inline__detail{padding-left:.25rem}@media (min-width:30em){.slds-dl--horizontal,.slds-dl_horizontal{display:flex;flex-wrap:wrap}.slds-dl--horizontal__label,.slds-dl_horizontal__label{width:30%;padding-right:.75rem}.slds-dl--horizontal__detail,.slds-dl_horizontal__detail{width:70%}}.slds-region_narrow .slds-dl_horizontal{display:flex;flex-wrap:wrap}.slds-region_narrow .slds-dl_horizontal .slds-dl_horizontal__label{width:30%;padding-right:.75rem}.slds-region_narrow .slds-dl_horizontal .slds-dl_horizontal__detail{width:70%}.slds-list--horizontal .slds-item--label,.slds-list--horizontal .slds-item_label,.slds-list_horizontal .slds-item--label,.slds-list_horizontal .slds-item_label{width:30%;padding-right:.75rem}.slds-list--horizontal .slds-item--detail,.slds-list--horizontal .slds-item_detail,.slds-list_horizontal .slds-item--detail,.slds-list_horizontal .slds-item_detail{width:70%}.slds-list--vertical .slds-item--detail,.slds-list--vertical .slds-item--label,.slds-list--vertical .slds-item_detail,.slds-list--vertical .slds-item_label,.slds-list_vertical .slds-item--detail,.slds-list_vertical .slds-item--label,.slds-list_vertical .slds-item_detail,.slds-list_vertical .slds-item_label{display:block}.slds-list--inline,.slds-list_inline{display:inline-flex;max-width:100%}.slds-list--inline .slds-item--label,.slds-list--inline .slds-item_label,.slds-list_inline .slds-item--label,.slds-list_inline .slds-item_label{max-width:180px;padding-right:.75rem;flex-shrink:0}.slds-list--inline .slds-item--label~.slds-item--label,.slds-list--inline .slds-item--label~.slds-item_label,.slds-list--inline .slds-item_label~.slds-item--label,.slds-list--inline .slds-item_label~.slds-item_label,.slds-list_inline .slds-item--label~.slds-item--label,.slds-list_inline .slds-item--label~.slds-item_label,.slds-list_inline .slds-item_label~.slds-item--label,.slds-list_inline .slds-item_label~.slds-item_label{padding-left:1rem}.slds-list--inline .slds-item--detail,.slds-list--inline .slds-item_detail,.slds-list_inline .slds-item--detail,.slds-list_inline .slds-item_detail{min-width:0}.slds-border--bottom,.slds-border_bottom{border-bottom:1px solid #dddbda}.slds-border--left,.slds-border_left{border-left:1px solid #dddbda}.slds-border--right,.slds-border_right{border-right:1px solid #dddbda}.slds-border--top,.slds-border_top{border-top:1px solid #dddbda}.slds-truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slds-truncate_container--25,.slds-truncate_container_25{max-width:25%}.slds-truncate_container--50,.slds-truncate_container_50{max-width:50%}.slds-truncate_container--75,.slds-truncate_container_75{max-width:75%}.slds-truncate_container--33,.slds-truncate_container_33{max-width:33%}.slds-truncate_container--66,.slds-truncate_container_66{max-width:66%}.slds-hyphenate{overflow-wrap:break-word;word-wrap:break-word;hyphens:auto}.slds-box{padding:1rem;border-radius:.25rem;border:1px solid #dddbda}.slds-box--xx-small,.slds-box_xx-small{padding:.25rem}.slds-box--x-small,.slds-box_x-small{padding:.5rem}.slds-box--small,.slds-box_small{padding:.75rem}.slds-box--border,.slds-box_border{padding:0;border-radius:.25rem;border:1px solid #dddbda}.slds-box_link,.slds-box_link:active,.slds-box_link:focus,.slds-box_link:hover{color:inherit;text-decoration:inherit}.slds-box_link:focus,.slds-box_link:hover{cursor:pointer;outline:0;border:1px solid #1589ee;box-shadow:inset 0 0 0 1px #1589ee}.slds-theme--default,.slds-theme_default{background-color:#fff;color:#080707}.slds-theme--shade,.slds-theme_shade{background-color:#f3f2f2}.slds-theme--inverse,.slds-theme_inverse{color:#fff;background-color:#061c3f;border-color:#061c3f}.slds-theme--inverse a:not(.slds-button--neutral),.slds-theme_inverse a:not(.slds-button--neutral){color:#fff;text-decoration:underline}.slds-theme--inverse a:not(.slds-button--neutral):link,.slds-theme--inverse a:not(.slds-button--neutral):visited,.slds-theme_inverse a:not(.slds-button--neutral):link,.slds-theme_inverse a:not(.slds-button--neutral):visited{color:#fff}.slds-theme--inverse a:not(.slds-button--neutral):focus,.slds-theme--inverse a:not(.slds-button--neutral):hover,.slds-theme_inverse a:not(.slds-button--neutral):focus,.slds-theme_inverse a:not(.slds-button--neutral):hover{text-decoration:none}.slds-theme--inverse a:not(.slds-button--neutral):active,.slds-theme_inverse a:not(.slds-button--neutral):active{color:hsla(0,0%,100%,.5)}.slds-theme--inverse a:not(.slds-button--neutral)[disabled],.slds-theme_inverse a:not(.slds-button--neutral)[disabled]{color:hsla(0,0%,100%,.15)}.slds-theme--alt-inverse,.slds-theme_alt-inverse{color:#fff;background-color:#16325c;border-color:#16325c}.slds-theme--alt-inverse a:not(.slds-button--neutral),.slds-theme_alt-inverse a:not(.slds-button--neutral){color:#fff;text-decoration:underline}.slds-theme--alt-inverse a:not(.slds-button--neutral):link,.slds-theme--alt-inverse a:not(.slds-button--neutral):visited,.slds-theme_alt-inverse a:not(.slds-button--neutral):link,.slds-theme_alt-inverse a:not(.slds-button--neutral):visited{color:#fff}.slds-theme--alt-inverse a:not(.slds-button--neutral):focus,.slds-theme--alt-inverse a:not(.slds-button--neutral):hover,.slds-theme_alt-inverse a:not(.slds-button--neutral):focus,.slds-theme_alt-inverse a:not(.slds-button--neutral):hover{text-decoration:none}.slds-theme--alt-inverse a:not(.slds-button--neutral):active,.slds-theme_alt-inverse a:not(.slds-button--neutral):active{color:hsla(0,0%,100%,.5)}.slds-theme--alt-inverse a:not(.slds-button--neutral)[disabled],.slds-theme_alt-inverse a:not(.slds-button--neutral)[disabled]{color:hsla(0,0%,100%,.15)}.slds-theme--success,.slds-theme_success{color:#fff;background-color:#04844b}.slds-theme--success a:not(.slds-button--neutral),.slds-theme_success a:not(.slds-button--neutral){color:#fff;text-decoration:underline}.slds-theme--success a:not(.slds-button--neutral):link,.slds-theme--success a:not(.slds-button--neutral):visited,.slds-theme_success a:not(.slds-button--neutral):link,.slds-theme_success a:not(.slds-button--neutral):visited{color:#fff}.slds-theme--success a:not(.slds-button--neutral):focus,.slds-theme--success a:not(.slds-button--neutral):hover,.slds-theme_success a:not(.slds-button--neutral):focus,.slds-theme_success a:not(.slds-button--neutral):hover{text-decoration:none}.slds-theme--success a:not(.slds-button--neutral):active,.slds-theme_success a:not(.slds-button--neutral):active{color:hsla(0,0%,100%,.5)}.slds-theme--success a:not(.slds-button--neutral)[disabled],.slds-theme_success a:not(.slds-button--neutral)[disabled]{color:hsla(0,0%,100%,.15)}.slds-theme--info,.slds-theme_info{color:#fff;background-color:#706e6b}.slds-theme--info a:not(.slds-button--neutral),.slds-theme_info a:not(.slds-button--neutral){color:#fff;text-decoration:underline}.slds-theme--info a:not(.slds-button--neutral):link,.slds-theme--info a:not(.slds-button--neutral):visited,.slds-theme_info a:not(.slds-button--neutral):link,.slds-theme_info a:not(.slds-button--neutral):visited{color:#fff}.slds-theme--info a:not(.slds-button--neutral):focus,.slds-theme--info a:not(.slds-button--neutral):hover,.slds-theme_info a:not(.slds-button--neutral):focus,.slds-theme_info a:not(.slds-button--neutral):hover{text-decoration:none}.slds-theme--info a:not(.slds-button--neutral):active,.slds-theme_info a:not(.slds-button--neutral):active{color:hsla(0,0%,100%,.5)}.slds-theme--info a:not(.slds-button--neutral)[disabled],.slds-theme_info a:not(.slds-button--neutral)[disabled]{color:hsla(0,0%,100%,.15)}.slds-theme--warning,.slds-theme_warning{background-color:#ffb75d;color:#080707}.slds-theme--warning a,.slds-theme_warning a{color:#080707;text-decoration:underline}.slds-theme--warning a:link,.slds-theme--warning a:visited,.slds-theme_warning a:link,.slds-theme_warning a:visited{color:#080707}.slds-theme--warning a:focus,.slds-theme--warning a:hover,.slds-theme_warning a:focus,.slds-theme_warning a:hover{text-decoration:none}.slds-theme--warning a:focus,.slds-theme_warning a:focus{box-shadow:0 0 3px #514f4d;border:1px solid #514f4d}.slds-theme--warning a:active,.slds-theme--warning a[disabled],.slds-theme_warning a:active,.slds-theme_warning a[disabled]{color:#514f4d}.slds-theme--warning button,.slds-theme_warning button{color:#514f4d;text-decoration:underline}.slds-theme--warning button:hover,.slds-theme_warning button:hover{color:#706e6b}.slds-theme--warning button:focus,.slds-theme_warning button:focus{color:#514f4d;box-shadow:0 0 3px #514f4d;border:1px solid #514f4d}.slds-theme--warning button:active,.slds-theme_warning button:active{color:#706e6b}.slds-theme--warning .slds-button__icon,.slds-theme--warning .slds-icon,.slds-theme_warning .slds-button__icon,.slds-theme_warning .slds-icon{fill:#514f4d}.slds-theme--error,.slds-theme_error{color:#fff;background-color:#c23934}.slds-theme--error a:not(.slds-button--neutral),.slds-theme_error a:not(.slds-button--neutral){color:#fff;text-decoration:underline}.slds-theme--error a:not(.slds-button--neutral):link,.slds-theme--error a:not(.slds-button--neutral):visited,.slds-theme_error a:not(.slds-button--neutral):link,.slds-theme_error a:not(.slds-button--neutral):visited{color:#fff}.slds-theme--error a:not(.slds-button--neutral):focus,.slds-theme--error a:not(.slds-button--neutral):hover,.slds-theme_error a:not(.slds-button--neutral):focus,.slds-theme_error a:not(.slds-button--neutral):hover{text-decoration:none}.slds-theme--error a:not(.slds-button--neutral):active,.slds-theme_error a:not(.slds-button--neutral):active{color:hsla(0,0%,100%,.5)}.slds-theme--error a:not(.slds-button--neutral)[disabled],.slds-theme_error a:not(.slds-button--neutral)[disabled]{color:hsla(0,0%,100%,.15)}.slds-theme--offline,.slds-theme_offline{color:#fff;background-color:#444}.slds-theme--offline a:not(.slds-button--neutral),.slds-theme_offline a:not(.slds-button--neutral){color:#fff;text-decoration:underline}.slds-theme--offline a:not(.slds-button--neutral):link,.slds-theme--offline a:not(.slds-button--neutral):visited,.slds-theme_offline a:not(.slds-button--neutral):link,.slds-theme_offline a:not(.slds-button--neutral):visited{color:#fff}.slds-theme--offline a:not(.slds-button--neutral):focus,.slds-theme--offline a:not(.slds-button--neutral):hover,.slds-theme_offline a:not(.slds-button--neutral):focus,.slds-theme_offline a:not(.slds-button--neutral):hover{text-decoration:none}.slds-theme--offline a:not(.slds-button--neutral):active,.slds-theme_offline a:not(.slds-button--neutral):active{color:hsla(0,0%,100%,.5)}.slds-theme--offline a:not(.slds-button--neutral)[disabled],.slds-theme_offline a:not(.slds-button--neutral)[disabled]{color:hsla(0,0%,100%,.15)}.slds-theme--alert-texture,.slds-theme_alert-texture{background-image:linear-gradient(45deg,rgba(0,0,0,.025) 25%,transparent 0,transparent 50%,rgba(0,0,0,.025) 0,rgba(0,0,0,.025) 75%,transparent 0,transparent);background-size:64px 64px}.slds-theme--inverse-text,.slds-theme_inverse-text{color:#fff}.slds-theme--inverse-text a:not(.slds-button--neutral),.slds-theme_inverse-text a:not(.slds-button--neutral){color:#fff;text-decoration:underline}.slds-theme--inverse-text a:not(.slds-button--neutral):link,.slds-theme--inverse-text a:not(.slds-button--neutral):visited,.slds-theme_inverse-text a:not(.slds-button--neutral):link,.slds-theme_inverse-text a:not(.slds-button--neutral):visited{color:#fff}.slds-theme--inverse-text a:not(.slds-button--neutral):focus,.slds-theme--inverse-text a:not(.slds-button--neutral):hover,.slds-theme_inverse-text a:not(.slds-button--neutral):focus,.slds-theme_inverse-text a:not(.slds-button--neutral):hover{text-decoration:none}.slds-theme--inverse-text a:not(.slds-button--neutral):active,.slds-theme_inverse-text a:not(.slds-button--neutral):active{color:hsla(0,0%,100%,.5)}.slds-theme--inverse-text a:not(.slds-button--neutral)[disabled],.slds-theme_inverse-text a:not(.slds-button--neutral)[disabled]{color:hsla(0,0%,100%,.15)}.slds-text-body--regular,.slds-text-body_regular{font-size:.8125rem}.slds-text-body--small,.slds-text-body_small{font-size:.75rem}.slds-text-heading--large,.slds-text-heading_large{font-weight:300;font-size:1.75rem;line-height:1.25}.slds-text-heading--medium,.slds-text-heading_medium{font-weight:300;font-size:1.25rem;line-height:1.25}.slds-text-heading--small,.slds-text-heading_small{font-size:1rem;line-height:1.25}.slds-text-heading--label,.slds-text-heading_label{font-size:.75rem;line-height:1.25;color:#3e3e3c;text-transform:uppercase;letter-spacing:.0625rem;font-weight:400}.slds-text-heading--label-normal,.slds-text-heading_label-normal,.slds-text-title,.slds-text-title--caps,.slds-text-title_caps{font-size:.75rem;line-height:1.25;color:#3e3e3c}.slds-text-title--caps,.slds-text-title_caps{font-weight:400;text-transform:uppercase;letter-spacing:.0625rem}.slds-text-title_bold{font-size:.875rem;font-weight:700}.slds-line-height--reset,.slds-line-height_reset{line-height:1}.slds-text-color--default,.slds-text-color_default{color:#080707}.slds-text-color--weak,.slds-text-color_weak{color:#3e3e3c}.slds-text-color--error,.slds-text-color_destructive,.slds-text-color_error{color:#c23934}.slds-text-color_success{color:#027e46}.slds-text-color--inverse,.slds-text-color_inverse{color:#fff}.slds-text-color--inverse-weak,.slds-text-color_inverse-weak{color:#b0adab}.slds-text-align--left,.slds-text-align_left{text-align:left}.slds-text-align--center,.slds-text-align_center{text-align:center}.slds-text-align--right,.slds-text-align_right{text-align:right}.slds-text-longform dl,.slds-text-longform h1,.slds-text-longform h2,.slds-text-longform h3,.slds-text-longform img,.slds-text-longform ol,.slds-text-longform p,.slds-text-longform ul{margin-bottom:.75rem}.slds-text-longform ul{margin-left:1.5rem;list-style:disc}.slds-text-longform ul ul{list-style:circle}.slds-text-longform ul ul ul{list-style:square}.slds-text-longform ol{margin-left:1.5rem;list-style:decimal}.slds-text-longform ol ol{list-style:lower-alpha}.slds-text-longform ol ol ol{list-style:lower-roman}.slds-text-longform .slds-video{display:block;max-width:100%}.slds-text-longform .slds-video.slds-video--center,.slds-text-longform .slds-video.slds-video_center{margin:0 auto}.slds-text-longform .slds-video.slds-video--right,.slds-text-longform .slds-video.slds-video_right{margin:0 0 0 auto}.slds-text-font_monospace{font-family:Consolas,Menlo,Monaco,Courier,monospace}.slds-color__text_gray-1{color:#fff!important}.slds-color__text_gray-2{color:#fafaf9!important}.slds-color__text_gray-3{color:#f3f2f2!important}.slds-color__text_gray-4{color:#ecebea!important}.slds-color__text_gray-5{color:#dddbda!important}.slds-color__text_gray-6{color:#c9c7c5!important}.slds-color__text_gray-7{color:#b0adab!important}.slds-color__text_gray-8{color:#969492!important}.slds-color__text_gray-9{color:#706e6b!important}.slds-color__text_gray-10{color:#514f4d!important}.slds-color__text_gray-11{color:#3e3e3c!important}.slds-color__text_gray-12{color:#2b2826!important}.slds-color__background_gray-1{background-color:#fff!important}.slds-color__background_gray-2{background-color:#fafaf9!important}.slds-color__background_gray-3{background-color:#f3f2f2!important}.slds-color__background_gray-4{background-color:#ecebea!important}.slds-color__background_gray-5{background-color:#dddbda!important}.slds-color__background_gray-6{background-color:#c9c7c5!important}.slds-color__background_gray-7{background-color:#b0adab!important}.slds-color__background_gray-8{background-color:#969492!important}.slds-color__background_gray-9{background-color:#706e6b!important}.slds-color__background_gray-10{background-color:#514f4d!important}.slds-color__background_gray-11{background-color:#3e3e3c!important}.slds-color__background_gray-12{background-color:#2b2826!important}.slds-color__border_gray-1{border-color:#fff!important}.slds-color__border_gray-2{border-color:#fafaf9!important}.slds-color__border_gray-3{border-color:#f3f2f2!important}.slds-color__border_gray-4{border-color:#ecebea!important}.slds-color__border_gray-5{border-color:#dddbda!important}.slds-color__border_gray-6{border-color:#c9c7c5!important}.slds-color__border_gray-7{border-color:#b0adab!important}.slds-color__border_gray-8{border-color:#969492!important}.slds-color__border_gray-9{border-color:#706e6b!important}.slds-color__border_gray-10{border-color:#514f4d!important}.slds-color__border_gray-11{border-color:#3e3e3c!important}.slds-color__border_gray-12{border-color:#2b2826!important}.slds-color__fill_gray-1{fill:#fff!important}.slds-color__fill_gray-2{fill:#fafaf9!important}.slds-color__fill_gray-3{fill:#f3f2f2!important}.slds-color__fill_gray-4{fill:#ecebea!important}.slds-color__fill_gray-5{fill:#dddbda!important}.slds-color__fill_gray-6{fill:#c9c7c5!important}.slds-color__fill_gray-7{fill:#b0adab!important}.slds-color__fill_gray-8{fill:#969492!important}.slds-color__fill_gray-9{fill:#706e6b!important}.slds-color__fill_gray-10{fill:#514f4d!important}.slds-color__fill_gray-11{fill:#3e3e3c!important}.slds-color__fill_gray-12{fill:#2b2826!important}.slds-scrollable{-webkit-overflow-scrolling:touch;overflow:auto}.slds-scrollable--none,.slds-scrollable_none{overflow:hidden}.slds-scrollable--y,.slds-scrollable_y{-webkit-overflow-scrolling:touch;max-height:100%;overflow:hidden;overflow-y:auto}.slds-scrollable--x,.slds-scrollable_x{-webkit-overflow-scrolling:touch;max-width:100%;overflow:hidden;overflow-x:auto}.slds-size--xxx-small,.slds-size_xxx-small{width:3rem}.slds-size--xx-small,.slds-size_xx-small{width:6rem}.slds-size--x-small,.slds-size_x-small{width:12rem}.slds-size--small,.slds-size_small{width:15rem}.slds-size--medium,.slds-size_medium{width:20rem}.slds-size--large,.slds-size_large{width:25rem}.slds-size--x-large,.slds-size_x-large{width:40rem}.slds-size--xx-large,.slds-size_xx-large{width:60rem}.slds-size--1-of-1,.slds-size_1-of-1,.slds-size_full{width:100%}.slds-size--1-of-2,.slds-size_1-of-2{width:50%}.slds-size--2-of-2,.slds-size_2-of-2{width:100%}.slds-size--1-of-3,.slds-size_1-of-3{width:33.33333%}.slds-size--2-of-3,.slds-size_2-of-3{width:66.66667%}.slds-size--3-of-3,.slds-size_3-of-3{width:100%}.slds-size--1-of-4,.slds-size_1-of-4{width:25%}.slds-size--2-of-4,.slds-size_2-of-4{width:50%}.slds-size--3-of-4,.slds-size_3-of-4{width:75%}.slds-size--4-of-4,.slds-size_4-of-4{width:100%}.slds-size--1-of-5,.slds-size_1-of-5{width:20%}.slds-size--2-of-5,.slds-size_2-of-5{width:40%}.slds-size--3-of-5,.slds-size_3-of-5{width:60%}.slds-size--4-of-5,.slds-size_4-of-5{width:80%}.slds-size--5-of-5,.slds-size_5-of-5{width:100%}.slds-size--1-of-6,.slds-size_1-of-6{width:16.66667%}.slds-size--2-of-6,.slds-size_2-of-6{width:33.33333%}.slds-size--3-of-6,.slds-size_3-of-6{width:50%}.slds-size--4-of-6,.slds-size_4-of-6{width:66.66667%}.slds-size--5-of-6,.slds-size_5-of-6{width:83.33333%}.slds-size--6-of-6,.slds-size_6-of-6{width:100%}.slds-size--1-of-7,.slds-size_1-of-7{width:14.28571%}.slds-size--2-of-7,.slds-size_2-of-7{width:28.57143%}.slds-size--3-of-7,.slds-size_3-of-7{width:42.85714%}.slds-size--4-of-7,.slds-size_4-of-7{width:57.14286%}.slds-size--5-of-7,.slds-size_5-of-7{width:71.42857%}.slds-size--6-of-7,.slds-size_6-of-7{width:85.71429%}.slds-size--7-of-7,.slds-size_7-of-7{width:100%}.slds-size--1-of-8,.slds-size_1-of-8{width:12.5%}.slds-size--2-of-8,.slds-size_2-of-8{width:25%}.slds-size--3-of-8,.slds-size_3-of-8{width:37.5%}.slds-size--4-of-8,.slds-size_4-of-8{width:50%}.slds-size--5-of-8,.slds-size_5-of-8{width:62.5%}.slds-size--6-of-8,.slds-size_6-of-8{width:75%}.slds-size--7-of-8,.slds-size_7-of-8{width:87.5%}.slds-size--8-of-8,.slds-size_8-of-8{width:100%}.slds-size--1-of-12,.slds-size_1-of-12{width:8.33333%}.slds-size--2-of-12,.slds-size_2-of-12{width:16.66667%}.slds-size--3-of-12,.slds-size_3-of-12{width:25%}.slds-size--4-of-12,.slds-size_4-of-12{width:33.33333%}.slds-size--5-of-12,.slds-size_5-of-12{width:41.66667%}.slds-size--6-of-12,.slds-size_6-of-12{width:50%}.slds-size--7-of-12,.slds-size_7-of-12{width:58.33333%}.slds-size--8-of-12,.slds-size_8-of-12{width:66.66667%}.slds-size--9-of-12,.slds-size_9-of-12{width:75%}.slds-size--10-of-12,.slds-size_10-of-12{width:83.33333%}.slds-size--11-of-12,.slds-size_11-of-12{width:91.66667%}.slds-size--12-of-12,.slds-size_12-of-12{width:100%}.slds-order--1,.slds-order_1{order:1}.slds-order--2,.slds-order_2{order:2}.slds-order--3,.slds-order_3{order:3}.slds-order--4,.slds-order_4{order:4}.slds-order--5,.slds-order_5{order:5}.slds-order--6,.slds-order_6{order:6}.slds-order--7,.slds-order_7{order:7}.slds-order--8,.slds-order_8{order:8}.slds-order--9,.slds-order_9{order:9}.slds-order--10,.slds-order_10{order:10}.slds-order--11,.slds-order_11{order:11}.slds-order--12,.slds-order_12{order:12}@media (min-width:20em){[class*=slds-x-small-size--],[class*=slds-x-small-size_]{flex:none}.slds-x-small-size--xxx-small,.slds-x-small-size_xxx-small{width:3rem}.slds-x-small-size--xx-small,.slds-x-small-size_xx-small{width:6rem}.slds-x-small-size--x-small,.slds-x-small-size_x-small{width:12rem}.slds-x-small-size--small,.slds-x-small-size_small{width:15rem}.slds-x-small-size--medium,.slds-x-small-size_medium{width:20rem}.slds-x-small-size--large,.slds-x-small-size_large{width:25rem}.slds-x-small-size--x-large,.slds-x-small-size_x-large{width:40rem}.slds-x-small-size--xx-large,.slds-x-small-size_xx-large{width:60rem}.slds-x-small-size--1-of-1,.slds-x-small-size_1-of-1{width:100%}.slds-x-small-size--1-of-2,.slds-x-small-size_1-of-2{width:50%}.slds-x-small-size--2-of-2,.slds-x-small-size_2-of-2{width:100%}.slds-x-small-size--1-of-3,.slds-x-small-size_1-of-3{width:33.33333%}.slds-x-small-size--2-of-3,.slds-x-small-size_2-of-3{width:66.66667%}.slds-x-small-size--3-of-3,.slds-x-small-size_3-of-3{width:100%}.slds-x-small-size--1-of-4,.slds-x-small-size_1-of-4{width:25%}.slds-x-small-size--2-of-4,.slds-x-small-size_2-of-4{width:50%}.slds-x-small-size--3-of-4,.slds-x-small-size_3-of-4{width:75%}.slds-x-small-size--4-of-4,.slds-x-small-size_4-of-4{width:100%}.slds-x-small-size--1-of-5,.slds-x-small-size_1-of-5{width:20%}.slds-x-small-size--2-of-5,.slds-x-small-size_2-of-5{width:40%}.slds-x-small-size--3-of-5,.slds-x-small-size_3-of-5{width:60%}.slds-x-small-size--4-of-5,.slds-x-small-size_4-of-5{width:80%}.slds-x-small-size--5-of-5,.slds-x-small-size_5-of-5{width:100%}.slds-x-small-size--1-of-6,.slds-x-small-size_1-of-6{width:16.66667%}.slds-x-small-size--2-of-6,.slds-x-small-size_2-of-6{width:33.33333%}.slds-x-small-size--3-of-6,.slds-x-small-size_3-of-6{width:50%}.slds-x-small-size--4-of-6,.slds-x-small-size_4-of-6{width:66.66667%}.slds-x-small-size--5-of-6,.slds-x-small-size_5-of-6{width:83.33333%}.slds-x-small-size--6-of-6,.slds-x-small-size_6-of-6{width:100%}.slds-x-small-size--1-of-7,.slds-x-small-size_1-of-7{width:14.28571%}.slds-x-small-size--2-of-7,.slds-x-small-size_2-of-7{width:28.57143%}.slds-x-small-size--3-of-7,.slds-x-small-size_3-of-7{width:42.85714%}.slds-x-small-size--4-of-7,.slds-x-small-size_4-of-7{width:57.14286%}.slds-x-small-size--5-of-7,.slds-x-small-size_5-of-7{width:71.42857%}.slds-x-small-size--6-of-7,.slds-x-small-size_6-of-7{width:85.71429%}.slds-x-small-size--7-of-7,.slds-x-small-size_7-of-7{width:100%}.slds-x-small-size--1-of-8,.slds-x-small-size_1-of-8{width:12.5%}.slds-x-small-size--2-of-8,.slds-x-small-size_2-of-8{width:25%}.slds-x-small-size--3-of-8,.slds-x-small-size_3-of-8{width:37.5%}.slds-x-small-size--4-of-8,.slds-x-small-size_4-of-8{width:50%}.slds-x-small-size--5-of-8,.slds-x-small-size_5-of-8{width:62.5%}.slds-x-small-size--6-of-8,.slds-x-small-size_6-of-8{width:75%}.slds-x-small-size--7-of-8,.slds-x-small-size_7-of-8{width:87.5%}.slds-x-small-size--8-of-8,.slds-x-small-size_8-of-8{width:100%}.slds-x-small-size--1-of-12,.slds-x-small-size_1-of-12{width:8.33333%}.slds-x-small-size--2-of-12,.slds-x-small-size_2-of-12{width:16.66667%}.slds-x-small-size--3-of-12,.slds-x-small-size_3-of-12{width:25%}.slds-x-small-size--4-of-12,.slds-x-small-size_4-of-12{width:33.33333%}.slds-x-small-size--5-of-12,.slds-x-small-size_5-of-12{width:41.66667%}.slds-x-small-size--6-of-12,.slds-x-small-size_6-of-12{width:50%}.slds-x-small-size--7-of-12,.slds-x-small-size_7-of-12{width:58.33333%}.slds-x-small-size--8-of-12,.slds-x-small-size_8-of-12{width:66.66667%}.slds-x-small-size--9-of-12,.slds-x-small-size_9-of-12{width:75%}.slds-x-small-size--10-of-12,.slds-x-small-size_10-of-12{width:83.33333%}.slds-x-small-size--11-of-12,.slds-x-small-size_11-of-12{width:91.66667%}.slds-x-small-size--12-of-12,.slds-x-small-size_12-of-12{width:100%}.slds-x-small-order--1,.slds-x-small-order_1{order:1}.slds-x-small-order--2,.slds-x-small-order_2{order:2}.slds-x-small-order--3,.slds-x-small-order_3{order:3}.slds-x-small-order--4,.slds-x-small-order_4{order:4}.slds-x-small-order--5,.slds-x-small-order_5{order:5}.slds-x-small-order--6,.slds-x-small-order_6{order:6}.slds-x-small-order--7,.slds-x-small-order_7{order:7}.slds-x-small-order--8,.slds-x-small-order_8{order:8}.slds-x-small-order--9,.slds-x-small-order_9{order:9}.slds-x-small-order--10,.slds-x-small-order_10{order:10}.slds-x-small-order--11,.slds-x-small-order_11{order:11}.slds-x-small-order--12,.slds-x-small-order_12{order:12}}@media (max-width:20em){[class*=slds-max-x-small-size--],[class*=slds-max-x-small-size_]{flex:none}.slds-max-x-small-size--xxx-small,.slds-max-x-small-size_xxx-small{width:3rem}.slds-max-x-small-size--xx-small,.slds-max-x-small-size_xx-small{width:6rem}.slds-max-x-small-size--x-small,.slds-max-x-small-size_x-small{width:12rem}.slds-max-x-small-size--small,.slds-max-x-small-size_small{width:15rem}.slds-max-x-small-size--medium,.slds-max-x-small-size_medium{width:20rem}.slds-max-x-small-size--large,.slds-max-x-small-size_large{width:25rem}.slds-max-x-small-size--x-large,.slds-max-x-small-size_x-large{width:40rem}.slds-max-x-small-size--xx-large,.slds-max-x-small-size_xx-large{width:60rem}.slds-max-x-small-size--1-of-1,.slds-max-x-small-size_1-of-1{width:100%}.slds-max-x-small-size--1-of-2,.slds-max-x-small-size_1-of-2{width:50%}.slds-max-x-small-size--2-of-2,.slds-max-x-small-size_2-of-2{width:100%}.slds-max-x-small-size--1-of-3,.slds-max-x-small-size_1-of-3{width:33.33333%}.slds-max-x-small-size--2-of-3,.slds-max-x-small-size_2-of-3{width:66.66667%}.slds-max-x-small-size--3-of-3,.slds-max-x-small-size_3-of-3{width:100%}.slds-max-x-small-size--1-of-4,.slds-max-x-small-size_1-of-4{width:25%}.slds-max-x-small-size--2-of-4,.slds-max-x-small-size_2-of-4{width:50%}.slds-max-x-small-size--3-of-4,.slds-max-x-small-size_3-of-4{width:75%}.slds-max-x-small-size--4-of-4,.slds-max-x-small-size_4-of-4{width:100%}.slds-max-x-small-size--1-of-5,.slds-max-x-small-size_1-of-5{width:20%}.slds-max-x-small-size--2-of-5,.slds-max-x-small-size_2-of-5{width:40%}.slds-max-x-small-size--3-of-5,.slds-max-x-small-size_3-of-5{width:60%}.slds-max-x-small-size--4-of-5,.slds-max-x-small-size_4-of-5{width:80%}.slds-max-x-small-size--5-of-5,.slds-max-x-small-size_5-of-5{width:100%}.slds-max-x-small-size--1-of-6,.slds-max-x-small-size_1-of-6{width:16.66667%}.slds-max-x-small-size--2-of-6,.slds-max-x-small-size_2-of-6{width:33.33333%}.slds-max-x-small-size--3-of-6,.slds-max-x-small-size_3-of-6{width:50%}.slds-max-x-small-size--4-of-6,.slds-max-x-small-size_4-of-6{width:66.66667%}.slds-max-x-small-size--5-of-6,.slds-max-x-small-size_5-of-6{width:83.33333%}.slds-max-x-small-size--6-of-6,.slds-max-x-small-size_6-of-6{width:100%}.slds-max-x-small-size--1-of-7,.slds-max-x-small-size_1-of-7{width:14.28571%}.slds-max-x-small-size--2-of-7,.slds-max-x-small-size_2-of-7{width:28.57143%}.slds-max-x-small-size--3-of-7,.slds-max-x-small-size_3-of-7{width:42.85714%}.slds-max-x-small-size--4-of-7,.slds-max-x-small-size_4-of-7{width:57.14286%}.slds-max-x-small-size--5-of-7,.slds-max-x-small-size_5-of-7{width:71.42857%}.slds-max-x-small-size--6-of-7,.slds-max-x-small-size_6-of-7{width:85.71429%}.slds-max-x-small-size--7-of-7,.slds-max-x-small-size_7-of-7{width:100%}.slds-max-x-small-size--1-of-8,.slds-max-x-small-size_1-of-8{width:12.5%}.slds-max-x-small-size--2-of-8,.slds-max-x-small-size_2-of-8{width:25%}.slds-max-x-small-size--3-of-8,.slds-max-x-small-size_3-of-8{width:37.5%}.slds-max-x-small-size--4-of-8,.slds-max-x-small-size_4-of-8{width:50%}.slds-max-x-small-size--5-of-8,.slds-max-x-small-size_5-of-8{width:62.5%}.slds-max-x-small-size--6-of-8,.slds-max-x-small-size_6-of-8{width:75%}.slds-max-x-small-size--7-of-8,.slds-max-x-small-size_7-of-8{width:87.5%}.slds-max-x-small-size--8-of-8,.slds-max-x-small-size_8-of-8{width:100%}.slds-max-x-small-size--1-of-12,.slds-max-x-small-size_1-of-12{width:8.33333%}.slds-max-x-small-size--2-of-12,.slds-max-x-small-size_2-of-12{width:16.66667%}.slds-max-x-small-size--3-of-12,.slds-max-x-small-size_3-of-12{width:25%}.slds-max-x-small-size--4-of-12,.slds-max-x-small-size_4-of-12{width:33.33333%}.slds-max-x-small-size--5-of-12,.slds-max-x-small-size_5-of-12{width:41.66667%}.slds-max-x-small-size--6-of-12,.slds-max-x-small-size_6-of-12{width:50%}.slds-max-x-small-size--7-of-12,.slds-max-x-small-size_7-of-12{width:58.33333%}.slds-max-x-small-size--8-of-12,.slds-max-x-small-size_8-of-12{width:66.66667%}.slds-max-x-small-size--9-of-12,.slds-max-x-small-size_9-of-12{width:75%}.slds-max-x-small-size--10-of-12,.slds-max-x-small-size_10-of-12{width:83.33333%}.slds-max-x-small-size--11-of-12,.slds-max-x-small-size_11-of-12{width:91.66667%}.slds-max-x-small-size--12-of-12,.slds-max-x-small-size_12-of-12{width:100%}.slds-max-x-small-order--1,.slds-max-x-small-order_1{order:1}.slds-max-x-small-order--2,.slds-max-x-small-order_2{order:2}.slds-max-x-small-order--3,.slds-max-x-small-order_3{order:3}.slds-max-x-small-order--4,.slds-max-x-small-order_4{order:4}.slds-max-x-small-order--5,.slds-max-x-small-order_5{order:5}.slds-max-x-small-order--6,.slds-max-x-small-order_6{order:6}.slds-max-x-small-order--7,.slds-max-x-small-order_7{order:7}.slds-max-x-small-order--8,.slds-max-x-small-order_8{order:8}.slds-max-x-small-order--9,.slds-max-x-small-order_9{order:9}.slds-max-x-small-order--10,.slds-max-x-small-order_10{order:10}.slds-max-x-small-order--11,.slds-max-x-small-order_11{order:11}.slds-max-x-small-order--12,.slds-max-x-small-order_12{order:12}}@media (min-width:30em){[class*=slds-small-size--],[class*=slds-small-size_]{flex:none}.slds-small-size--xxx-small,.slds-small-size_xxx-small{width:3rem}.slds-small-size--xx-small,.slds-small-size_xx-small{width:6rem}.slds-small-size--x-small,.slds-small-size_x-small{width:12rem}.slds-small-size--small,.slds-small-size_small{width:15rem}.slds-small-size--medium,.slds-small-size_medium{width:20rem}.slds-small-size--large,.slds-small-size_large{width:25rem}.slds-small-size--x-large,.slds-small-size_x-large{width:40rem}.slds-small-size--xx-large,.slds-small-size_xx-large{width:60rem}.slds-small-size--1-of-1,.slds-small-size_1-of-1{width:100%}.slds-small-size--1-of-2,.slds-small-size_1-of-2{width:50%}.slds-small-size--2-of-2,.slds-small-size_2-of-2{width:100%}.slds-small-size--1-of-3,.slds-small-size_1-of-3{width:33.33333%}.slds-small-size--2-of-3,.slds-small-size_2-of-3{width:66.66667%}.slds-small-size--3-of-3,.slds-small-size_3-of-3{width:100%}.slds-small-size--1-of-4,.slds-small-size_1-of-4{width:25%}.slds-small-size--2-of-4,.slds-small-size_2-of-4{width:50%}.slds-small-size--3-of-4,.slds-small-size_3-of-4{width:75%}.slds-small-size--4-of-4,.slds-small-size_4-of-4{width:100%}.slds-small-size--1-of-5,.slds-small-size_1-of-5{width:20%}.slds-small-size--2-of-5,.slds-small-size_2-of-5{width:40%}.slds-small-size--3-of-5,.slds-small-size_3-of-5{width:60%}.slds-small-size--4-of-5,.slds-small-size_4-of-5{width:80%}.slds-small-size--5-of-5,.slds-small-size_5-of-5{width:100%}.slds-small-size--1-of-6,.slds-small-size_1-of-6{width:16.66667%}.slds-small-size--2-of-6,.slds-small-size_2-of-6{width:33.33333%}.slds-small-size--3-of-6,.slds-small-size_3-of-6{width:50%}.slds-small-size--4-of-6,.slds-small-size_4-of-6{width:66.66667%}.slds-small-size--5-of-6,.slds-small-size_5-of-6{width:83.33333%}.slds-small-size--6-of-6,.slds-small-size_6-of-6{width:100%}.slds-small-size--1-of-7,.slds-small-size_1-of-7{width:14.28571%}.slds-small-size--2-of-7,.slds-small-size_2-of-7{width:28.57143%}.slds-small-size--3-of-7,.slds-small-size_3-of-7{width:42.85714%}.slds-small-size--4-of-7,.slds-small-size_4-of-7{width:57.14286%}.slds-small-size--5-of-7,.slds-small-size_5-of-7{width:71.42857%}.slds-small-size--6-of-7,.slds-small-size_6-of-7{width:85.71429%}.slds-small-size--7-of-7,.slds-small-size_7-of-7{width:100%}.slds-small-size--1-of-8,.slds-small-size_1-of-8{width:12.5%}.slds-small-size--2-of-8,.slds-small-size_2-of-8{width:25%}.slds-small-size--3-of-8,.slds-small-size_3-of-8{width:37.5%}.slds-small-size--4-of-8,.slds-small-size_4-of-8{width:50%}.slds-small-size--5-of-8,.slds-small-size_5-of-8{width:62.5%}.slds-small-size--6-of-8,.slds-small-size_6-of-8{width:75%}.slds-small-size--7-of-8,.slds-small-size_7-of-8{width:87.5%}.slds-small-size--8-of-8,.slds-small-size_8-of-8{width:100%}.slds-small-size--1-of-12,.slds-small-size_1-of-12{width:8.33333%}.slds-small-size--2-of-12,.slds-small-size_2-of-12{width:16.66667%}.slds-small-size--3-of-12,.slds-small-size_3-of-12{width:25%}.slds-small-size--4-of-12,.slds-small-size_4-of-12{width:33.33333%}.slds-small-size--5-of-12,.slds-small-size_5-of-12{width:41.66667%}.slds-small-size--6-of-12,.slds-small-size_6-of-12{width:50%}.slds-small-size--7-of-12,.slds-small-size_7-of-12{width:58.33333%}.slds-small-size--8-of-12,.slds-small-size_8-of-12{width:66.66667%}.slds-small-size--9-of-12,.slds-small-size_9-of-12{width:75%}.slds-small-size--10-of-12,.slds-small-size_10-of-12{width:83.33333%}.slds-small-size--11-of-12,.slds-small-size_11-of-12{width:91.66667%}.slds-small-size--12-of-12,.slds-small-size_12-of-12{width:100%}.slds-small-order--1,.slds-small-order_1{order:1}.slds-small-order--2,.slds-small-order_2{order:2}.slds-small-order--3,.slds-small-order_3{order:3}.slds-small-order--4,.slds-small-order_4{order:4}.slds-small-order--5,.slds-small-order_5{order:5}.slds-small-order--6,.slds-small-order_6{order:6}.slds-small-order--7,.slds-small-order_7{order:7}.slds-small-order--8,.slds-small-order_8{order:8}.slds-small-order--9,.slds-small-order_9{order:9}.slds-small-order--10,.slds-small-order_10{order:10}.slds-small-order--11,.slds-small-order_11{order:11}.slds-small-order--12,.slds-small-order_12{order:12}}@media (max-width:30em){[class*=slds-max-small-size--],[class*=slds-max-small-size_]{flex:none}.slds-max-small-size--xxx-small,.slds-max-small-size_xxx-small{width:3rem}.slds-max-small-size--xx-small,.slds-max-small-size_xx-small{width:6rem}.slds-max-small-size--x-small,.slds-max-small-size_x-small{width:12rem}.slds-max-small-size--small,.slds-max-small-size_small{width:15rem}.slds-max-small-size--medium,.slds-max-small-size_medium{width:20rem}.slds-max-small-size--large,.slds-max-small-size_large{width:25rem}.slds-max-small-size--x-large,.slds-max-small-size_x-large{width:40rem}.slds-max-small-size--xx-large,.slds-max-small-size_xx-large{width:60rem}.slds-max-small-size--1-of-1,.slds-max-small-size_1-of-1{width:100%}.slds-max-small-size--1-of-2,.slds-max-small-size_1-of-2{width:50%}.slds-max-small-size--2-of-2,.slds-max-small-size_2-of-2{width:100%}.slds-max-small-size--1-of-3,.slds-max-small-size_1-of-3{width:33.33333%}.slds-max-small-size--2-of-3,.slds-max-small-size_2-of-3{width:66.66667%}.slds-max-small-size--3-of-3,.slds-max-small-size_3-of-3{width:100%}.slds-max-small-size--1-of-4,.slds-max-small-size_1-of-4{width:25%}.slds-max-small-size--2-of-4,.slds-max-small-size_2-of-4{width:50%}.slds-max-small-size--3-of-4,.slds-max-small-size_3-of-4{width:75%}.slds-max-small-size--4-of-4,.slds-max-small-size_4-of-4{width:100%}.slds-max-small-size--1-of-5,.slds-max-small-size_1-of-5{width:20%}.slds-max-small-size--2-of-5,.slds-max-small-size_2-of-5{width:40%}.slds-max-small-size--3-of-5,.slds-max-small-size_3-of-5{width:60%}.slds-max-small-size--4-of-5,.slds-max-small-size_4-of-5{width:80%}.slds-max-small-size--5-of-5,.slds-max-small-size_5-of-5{width:100%}.slds-max-small-size--1-of-6,.slds-max-small-size_1-of-6{width:16.66667%}.slds-max-small-size--2-of-6,.slds-max-small-size_2-of-6{width:33.33333%}.slds-max-small-size--3-of-6,.slds-max-small-size_3-of-6{width:50%}.slds-max-small-size--4-of-6,.slds-max-small-size_4-of-6{width:66.66667%}.slds-max-small-size--5-of-6,.slds-max-small-size_5-of-6{width:83.33333%}.slds-max-small-size--6-of-6,.slds-max-small-size_6-of-6{width:100%}.slds-max-small-size--1-of-7,.slds-max-small-size_1-of-7{width:14.28571%}.slds-max-small-size--2-of-7,.slds-max-small-size_2-of-7{width:28.57143%}.slds-max-small-size--3-of-7,.slds-max-small-size_3-of-7{width:42.85714%}.slds-max-small-size--4-of-7,.slds-max-small-size_4-of-7{width:57.14286%}.slds-max-small-size--5-of-7,.slds-max-small-size_5-of-7{width:71.42857%}.slds-max-small-size--6-of-7,.slds-max-small-size_6-of-7{width:85.71429%}.slds-max-small-size--7-of-7,.slds-max-small-size_7-of-7{width:100%}.slds-max-small-size--1-of-8,.slds-max-small-size_1-of-8{width:12.5%}.slds-max-small-size--2-of-8,.slds-max-small-size_2-of-8{width:25%}.slds-max-small-size--3-of-8,.slds-max-small-size_3-of-8{width:37.5%}.slds-max-small-size--4-of-8,.slds-max-small-size_4-of-8{width:50%}.slds-max-small-size--5-of-8,.slds-max-small-size_5-of-8{width:62.5%}.slds-max-small-size--6-of-8,.slds-max-small-size_6-of-8{width:75%}.slds-max-small-size--7-of-8,.slds-max-small-size_7-of-8{width:87.5%}.slds-max-small-size--8-of-8,.slds-max-small-size_8-of-8{width:100%}.slds-max-small-size--1-of-12,.slds-max-small-size_1-of-12{width:8.33333%}.slds-max-small-size--2-of-12,.slds-max-small-size_2-of-12{width:16.66667%}.slds-max-small-size--3-of-12,.slds-max-small-size_3-of-12{width:25%}.slds-max-small-size--4-of-12,.slds-max-small-size_4-of-12{width:33.33333%}.slds-max-small-size--5-of-12,.slds-max-small-size_5-of-12{width:41.66667%}.slds-max-small-size--6-of-12,.slds-max-small-size_6-of-12{width:50%}.slds-max-small-size--7-of-12,.slds-max-small-size_7-of-12{width:58.33333%}.slds-max-small-size--8-of-12,.slds-max-small-size_8-of-12{width:66.66667%}.slds-max-small-size--9-of-12,.slds-max-small-size_9-of-12{width:75%}.slds-max-small-size--10-of-12,.slds-max-small-size_10-of-12{width:83.33333%}.slds-max-small-size--11-of-12,.slds-max-small-size_11-of-12{width:91.66667%}.slds-max-small-size--12-of-12,.slds-max-small-size_12-of-12{width:100%}.slds-max-small-order--1,.slds-max-small-order_1{order:1}.slds-max-small-order--2,.slds-max-small-order_2{order:2}.slds-max-small-order--3,.slds-max-small-order_3{order:3}.slds-max-small-order--4,.slds-max-small-order_4{order:4}.slds-max-small-order--5,.slds-max-small-order_5{order:5}.slds-max-small-order--6,.slds-max-small-order_6{order:6}.slds-max-small-order--7,.slds-max-small-order_7{order:7}.slds-max-small-order--8,.slds-max-small-order_8{order:8}.slds-max-small-order--9,.slds-max-small-order_9{order:9}.slds-max-small-order--10,.slds-max-small-order_10{order:10}.slds-max-small-order--11,.slds-max-small-order_11{order:11}.slds-max-small-order--12,.slds-max-small-order_12{order:12}}@media (min-width:48em){[class*=slds-medium-size--],[class*=slds-medium-size_]{flex:none}.slds-medium-size--xxx-small,.slds-medium-size_xxx-small{width:3rem}.slds-medium-size--xx-small,.slds-medium-size_xx-small{width:6rem}.slds-medium-size--x-small,.slds-medium-size_x-small{width:12rem}.slds-medium-size--small,.slds-medium-size_small{width:15rem}.slds-medium-size--medium,.slds-medium-size_medium{width:20rem}.slds-medium-size--large,.slds-medium-size_large{width:25rem}.slds-medium-size--x-large,.slds-medium-size_x-large{width:40rem}.slds-medium-size--xx-large,.slds-medium-size_xx-large{width:60rem}.slds-medium-size--1-of-1,.slds-medium-size_1-of-1{width:100%}.slds-medium-size--1-of-2,.slds-medium-size_1-of-2{width:50%}.slds-medium-size--2-of-2,.slds-medium-size_2-of-2{width:100%}.slds-medium-size--1-of-3,.slds-medium-size_1-of-3{width:33.33333%}.slds-medium-size--2-of-3,.slds-medium-size_2-of-3{width:66.66667%}.slds-medium-size--3-of-3,.slds-medium-size_3-of-3{width:100%}.slds-medium-size--1-of-4,.slds-medium-size_1-of-4{width:25%}.slds-medium-size--2-of-4,.slds-medium-size_2-of-4{width:50%}.slds-medium-size--3-of-4,.slds-medium-size_3-of-4{width:75%}.slds-medium-size--4-of-4,.slds-medium-size_4-of-4{width:100%}.slds-medium-size--1-of-5,.slds-medium-size_1-of-5{width:20%}.slds-medium-size--2-of-5,.slds-medium-size_2-of-5{width:40%}.slds-medium-size--3-of-5,.slds-medium-size_3-of-5{width:60%}.slds-medium-size--4-of-5,.slds-medium-size_4-of-5{width:80%}.slds-medium-size--5-of-5,.slds-medium-size_5-of-5{width:100%}.slds-medium-size--1-of-6,.slds-medium-size_1-of-6{width:16.66667%}.slds-medium-size--2-of-6,.slds-medium-size_2-of-6{width:33.33333%}.slds-medium-size--3-of-6,.slds-medium-size_3-of-6{width:50%}.slds-medium-size--4-of-6,.slds-medium-size_4-of-6{width:66.66667%}.slds-medium-size--5-of-6,.slds-medium-size_5-of-6{width:83.33333%}.slds-medium-size--6-of-6,.slds-medium-size_6-of-6{width:100%}.slds-medium-size--1-of-7,.slds-medium-size_1-of-7{width:14.28571%}.slds-medium-size--2-of-7,.slds-medium-size_2-of-7{width:28.57143%}.slds-medium-size--3-of-7,.slds-medium-size_3-of-7{width:42.85714%}.slds-medium-size--4-of-7,.slds-medium-size_4-of-7{width:57.14286%}.slds-medium-size--5-of-7,.slds-medium-size_5-of-7{width:71.42857%}.slds-medium-size--6-of-7,.slds-medium-size_6-of-7{width:85.71429%}.slds-medium-size--7-of-7,.slds-medium-size_7-of-7{width:100%}.slds-medium-size--1-of-8,.slds-medium-size_1-of-8{width:12.5%}.slds-medium-size--2-of-8,.slds-medium-size_2-of-8{width:25%}.slds-medium-size--3-of-8,.slds-medium-size_3-of-8{width:37.5%}.slds-medium-size--4-of-8,.slds-medium-size_4-of-8{width:50%}.slds-medium-size--5-of-8,.slds-medium-size_5-of-8{width:62.5%}.slds-medium-size--6-of-8,.slds-medium-size_6-of-8{width:75%}.slds-medium-size--7-of-8,.slds-medium-size_7-of-8{width:87.5%}.slds-medium-size--8-of-8,.slds-medium-size_8-of-8{width:100%}.slds-medium-size--1-of-12,.slds-medium-size_1-of-12{width:8.33333%}.slds-medium-size--2-of-12,.slds-medium-size_2-of-12{width:16.66667%}.slds-medium-size--3-of-12,.slds-medium-size_3-of-12{width:25%}.slds-medium-size--4-of-12,.slds-medium-size_4-of-12{width:33.33333%}.slds-medium-size--5-of-12,.slds-medium-size_5-of-12{width:41.66667%}.slds-medium-size--6-of-12,.slds-medium-size_6-of-12{width:50%}.slds-medium-size--7-of-12,.slds-medium-size_7-of-12{width:58.33333%}.slds-medium-size--8-of-12,.slds-medium-size_8-of-12{width:66.66667%}.slds-medium-size--9-of-12,.slds-medium-size_9-of-12{width:75%}.slds-medium-size--10-of-12,.slds-medium-size_10-of-12{width:83.33333%}.slds-medium-size--11-of-12,.slds-medium-size_11-of-12{width:91.66667%}.slds-medium-size--12-of-12,.slds-medium-size_12-of-12{width:100%}.slds-medium-order--1,.slds-medium-order_1{order:1}.slds-medium-order--2,.slds-medium-order_2{order:2}.slds-medium-order--3,.slds-medium-order_3{order:3}.slds-medium-order--4,.slds-medium-order_4{order:4}.slds-medium-order--5,.slds-medium-order_5{order:5}.slds-medium-order--6,.slds-medium-order_6{order:6}.slds-medium-order--7,.slds-medium-order_7{order:7}.slds-medium-order--8,.slds-medium-order_8{order:8}.slds-medium-order--9,.slds-medium-order_9{order:9}.slds-medium-order--10,.slds-medium-order_10{order:10}.slds-medium-order--11,.slds-medium-order_11{order:11}.slds-medium-order--12,.slds-medium-order_12{order:12}}@media (max-width:48em){[class*=slds-max-medium-size--],[class*=slds-max-medium-size_]{flex:none}.slds-max-medium-size--xxx-small,.slds-max-medium-size_xxx-small{width:3rem}.slds-max-medium-size--xx-small,.slds-max-medium-size_xx-small{width:6rem}.slds-max-medium-size--x-small,.slds-max-medium-size_x-small{width:12rem}.slds-max-medium-size--small,.slds-max-medium-size_small{width:15rem}.slds-max-medium-size--medium,.slds-max-medium-size_medium{width:20rem}.slds-max-medium-size--large,.slds-max-medium-size_large{width:25rem}.slds-max-medium-size--x-large,.slds-max-medium-size_x-large{width:40rem}.slds-max-medium-size--xx-large,.slds-max-medium-size_xx-large{width:60rem}.slds-max-medium-size--1-of-1,.slds-max-medium-size_1-of-1{width:100%}.slds-max-medium-size--1-of-2,.slds-max-medium-size_1-of-2{width:50%}.slds-max-medium-size--2-of-2,.slds-max-medium-size_2-of-2{width:100%}.slds-max-medium-size--1-of-3,.slds-max-medium-size_1-of-3{width:33.33333%}.slds-max-medium-size--2-of-3,.slds-max-medium-size_2-of-3{width:66.66667%}.slds-max-medium-size--3-of-3,.slds-max-medium-size_3-of-3{width:100%}.slds-max-medium-size--1-of-4,.slds-max-medium-size_1-of-4{width:25%}.slds-max-medium-size--2-of-4,.slds-max-medium-size_2-of-4{width:50%}.slds-max-medium-size--3-of-4,.slds-max-medium-size_3-of-4{width:75%}.slds-max-medium-size--4-of-4,.slds-max-medium-size_4-of-4{width:100%}.slds-max-medium-size--1-of-5,.slds-max-medium-size_1-of-5{width:20%}.slds-max-medium-size--2-of-5,.slds-max-medium-size_2-of-5{width:40%}.slds-max-medium-size--3-of-5,.slds-max-medium-size_3-of-5{width:60%}.slds-max-medium-size--4-of-5,.slds-max-medium-size_4-of-5{width:80%}.slds-max-medium-size--5-of-5,.slds-max-medium-size_5-of-5{width:100%}.slds-max-medium-size--1-of-6,.slds-max-medium-size_1-of-6{width:16.66667%}.slds-max-medium-size--2-of-6,.slds-max-medium-size_2-of-6{width:33.33333%}.slds-max-medium-size--3-of-6,.slds-max-medium-size_3-of-6{width:50%}.slds-max-medium-size--4-of-6,.slds-max-medium-size_4-of-6{width:66.66667%}.slds-max-medium-size--5-of-6,.slds-max-medium-size_5-of-6{width:83.33333%}.slds-max-medium-size--6-of-6,.slds-max-medium-size_6-of-6{width:100%}.slds-max-medium-size--1-of-7,.slds-max-medium-size_1-of-7{width:14.28571%}.slds-max-medium-size--2-of-7,.slds-max-medium-size_2-of-7{width:28.57143%}.slds-max-medium-size--3-of-7,.slds-max-medium-size_3-of-7{width:42.85714%}.slds-max-medium-size--4-of-7,.slds-max-medium-size_4-of-7{width:57.14286%}.slds-max-medium-size--5-of-7,.slds-max-medium-size_5-of-7{width:71.42857%}.slds-max-medium-size--6-of-7,.slds-max-medium-size_6-of-7{width:85.71429%}.slds-max-medium-size--7-of-7,.slds-max-medium-size_7-of-7{width:100%}.slds-max-medium-size--1-of-8,.slds-max-medium-size_1-of-8{width:12.5%}.slds-max-medium-size--2-of-8,.slds-max-medium-size_2-of-8{width:25%}.slds-max-medium-size--3-of-8,.slds-max-medium-size_3-of-8{width:37.5%}.slds-max-medium-size--4-of-8,.slds-max-medium-size_4-of-8{width:50%}.slds-max-medium-size--5-of-8,.slds-max-medium-size_5-of-8{width:62.5%}.slds-max-medium-size--6-of-8,.slds-max-medium-size_6-of-8{width:75%}.slds-max-medium-size--7-of-8,.slds-max-medium-size_7-of-8{width:87.5%}.slds-max-medium-size--8-of-8,.slds-max-medium-size_8-of-8{width:100%}.slds-max-medium-size--1-of-12,.slds-max-medium-size_1-of-12{width:8.33333%}.slds-max-medium-size--2-of-12,.slds-max-medium-size_2-of-12{width:16.66667%}.slds-max-medium-size--3-of-12,.slds-max-medium-size_3-of-12{width:25%}.slds-max-medium-size--4-of-12,.slds-max-medium-size_4-of-12{width:33.33333%}.slds-max-medium-size--5-of-12,.slds-max-medium-size_5-of-12{width:41.66667%}.slds-max-medium-size--6-of-12,.slds-max-medium-size_6-of-12{width:50%}.slds-max-medium-size--7-of-12,.slds-max-medium-size_7-of-12{width:58.33333%}.slds-max-medium-size--8-of-12,.slds-max-medium-size_8-of-12{width:66.66667%}.slds-max-medium-size--9-of-12,.slds-max-medium-size_9-of-12{width:75%}.slds-max-medium-size--10-of-12,.slds-max-medium-size_10-of-12{width:83.33333%}.slds-max-medium-size--11-of-12,.slds-max-medium-size_11-of-12{width:91.66667%}.slds-max-medium-size--12-of-12,.slds-max-medium-size_12-of-12{width:100%}.slds-max-medium-order--1,.slds-max-medium-order_1{order:1}.slds-max-medium-order--2,.slds-max-medium-order_2{order:2}.slds-max-medium-order--3,.slds-max-medium-order_3{order:3}.slds-max-medium-order--4,.slds-max-medium-order_4{order:4}.slds-max-medium-order--5,.slds-max-medium-order_5{order:5}.slds-max-medium-order--6,.slds-max-medium-order_6{order:6}.slds-max-medium-order--7,.slds-max-medium-order_7{order:7}.slds-max-medium-order--8,.slds-max-medium-order_8{order:8}.slds-max-medium-order--9,.slds-max-medium-order_9{order:9}.slds-max-medium-order--10,.slds-max-medium-order_10{order:10}.slds-max-medium-order--11,.slds-max-medium-order_11{order:11}.slds-max-medium-order--12,.slds-max-medium-order_12{order:12}}@media (min-width:64em){[class*=slds-large-size--],[class*=slds-large-size_]{flex:none}.slds-large-size--xxx-small,.slds-large-size_xxx-small{width:3rem}.slds-large-size--xx-small,.slds-large-size_xx-small{width:6rem}.slds-large-size--x-small,.slds-large-size_x-small{width:12rem}.slds-large-size--small,.slds-large-size_small{width:15rem}.slds-large-size--medium,.slds-large-size_medium{width:20rem}.slds-large-size--large,.slds-large-size_large{width:25rem}.slds-large-size--x-large,.slds-large-size_x-large{width:40rem}.slds-large-size--xx-large,.slds-large-size_xx-large{width:60rem}.slds-large-size--1-of-1,.slds-large-size_1-of-1{width:100%}.slds-large-size--1-of-2,.slds-large-size_1-of-2{width:50%}.slds-large-size--2-of-2,.slds-large-size_2-of-2{width:100%}.slds-large-size--1-of-3,.slds-large-size_1-of-3{width:33.33333%}.slds-large-size--2-of-3,.slds-large-size_2-of-3{width:66.66667%}.slds-large-size--3-of-3,.slds-large-size_3-of-3{width:100%}.slds-large-size--1-of-4,.slds-large-size_1-of-4{width:25%}.slds-large-size--2-of-4,.slds-large-size_2-of-4{width:50%}.slds-large-size--3-of-4,.slds-large-size_3-of-4{width:75%}.slds-large-size--4-of-4,.slds-large-size_4-of-4{width:100%}.slds-large-size--1-of-5,.slds-large-size_1-of-5{width:20%}.slds-large-size--2-of-5,.slds-large-size_2-of-5{width:40%}.slds-large-size--3-of-5,.slds-large-size_3-of-5{width:60%}.slds-large-size--4-of-5,.slds-large-size_4-of-5{width:80%}.slds-large-size--5-of-5,.slds-large-size_5-of-5{width:100%}.slds-large-size--1-of-6,.slds-large-size_1-of-6{width:16.66667%}.slds-large-size--2-of-6,.slds-large-size_2-of-6{width:33.33333%}.slds-large-size--3-of-6,.slds-large-size_3-of-6{width:50%}.slds-large-size--4-of-6,.slds-large-size_4-of-6{width:66.66667%}.slds-large-size--5-of-6,.slds-large-size_5-of-6{width:83.33333%}.slds-large-size--6-of-6,.slds-large-size_6-of-6{width:100%}.slds-large-size--1-of-7,.slds-large-size_1-of-7{width:14.28571%}.slds-large-size--2-of-7,.slds-large-size_2-of-7{width:28.57143%}.slds-large-size--3-of-7,.slds-large-size_3-of-7{width:42.85714%}.slds-large-size--4-of-7,.slds-large-size_4-of-7{width:57.14286%}.slds-large-size--5-of-7,.slds-large-size_5-of-7{width:71.42857%}.slds-large-size--6-of-7,.slds-large-size_6-of-7{width:85.71429%}.slds-large-size--7-of-7,.slds-large-size_7-of-7{width:100%}.slds-large-size--1-of-8,.slds-large-size_1-of-8{width:12.5%}.slds-large-size--2-of-8,.slds-large-size_2-of-8{width:25%}.slds-large-size--3-of-8,.slds-large-size_3-of-8{width:37.5%}.slds-large-size--4-of-8,.slds-large-size_4-of-8{width:50%}.slds-large-size--5-of-8,.slds-large-size_5-of-8{width:62.5%}.slds-large-size--6-of-8,.slds-large-size_6-of-8{width:75%}.slds-large-size--7-of-8,.slds-large-size_7-of-8{width:87.5%}.slds-large-size--8-of-8,.slds-large-size_8-of-8{width:100%}.slds-large-size--1-of-12,.slds-large-size_1-of-12{width:8.33333%}.slds-large-size--2-of-12,.slds-large-size_2-of-12{width:16.66667%}.slds-large-size--3-of-12,.slds-large-size_3-of-12{width:25%}.slds-large-size--4-of-12,.slds-large-size_4-of-12{width:33.33333%}.slds-large-size--5-of-12,.slds-large-size_5-of-12{width:41.66667%}.slds-large-size--6-of-12,.slds-large-size_6-of-12{width:50%}.slds-large-size--7-of-12,.slds-large-size_7-of-12{width:58.33333%}.slds-large-size--8-of-12,.slds-large-size_8-of-12{width:66.66667%}.slds-large-size--9-of-12,.slds-large-size_9-of-12{width:75%}.slds-large-size--10-of-12,.slds-large-size_10-of-12{width:83.33333%}.slds-large-size--11-of-12,.slds-large-size_11-of-12{width:91.66667%}.slds-large-size--12-of-12,.slds-large-size_12-of-12{width:100%}.slds-large-order--1,.slds-large-order_1{order:1}.slds-large-order--2,.slds-large-order_2{order:2}.slds-large-order--3,.slds-large-order_3{order:3}.slds-large-order--4,.slds-large-order_4{order:4}.slds-large-order--5,.slds-large-order_5{order:5}.slds-large-order--6,.slds-large-order_6{order:6}.slds-large-order--7,.slds-large-order_7{order:7}.slds-large-order--8,.slds-large-order_8{order:8}.slds-large-order--9,.slds-large-order_9{order:9}.slds-large-order--10,.slds-large-order_10{order:10}.slds-large-order--11,.slds-large-order_11{order:11}.slds-large-order--12,.slds-large-order_12{order:12}}@media (max-width:64em){[class*=slds-max-large-size--],[class*=slds-max-large-size_]{flex:none}.slds-max-large-size--xxx-small,.slds-max-large-size_xxx-small{width:3rem}.slds-max-large-size--xx-small,.slds-max-large-size_xx-small{width:6rem}.slds-max-large-size--x-small,.slds-max-large-size_x-small{width:12rem}.slds-max-large-size--small,.slds-max-large-size_small{width:15rem}.slds-max-large-size--medium,.slds-max-large-size_medium{width:20rem}.slds-max-large-size--large,.slds-max-large-size_large{width:25rem}.slds-max-large-size--x-large,.slds-max-large-size_x-large{width:40rem}.slds-max-large-size--xx-large,.slds-max-large-size_xx-large{width:60rem}.slds-max-large-size--1-of-1,.slds-max-large-size_1-of-1{width:100%}.slds-max-large-size--1-of-2,.slds-max-large-size_1-of-2{width:50%}.slds-max-large-size--2-of-2,.slds-max-large-size_2-of-2{width:100%}.slds-max-large-size--1-of-3,.slds-max-large-size_1-of-3{width:33.33333%}.slds-max-large-size--2-of-3,.slds-max-large-size_2-of-3{width:66.66667%}.slds-max-large-size--3-of-3,.slds-max-large-size_3-of-3{width:100%}.slds-max-large-size--1-of-4,.slds-max-large-size_1-of-4{width:25%}.slds-max-large-size--2-of-4,.slds-max-large-size_2-of-4{width:50%}.slds-max-large-size--3-of-4,.slds-max-large-size_3-of-4{width:75%}.slds-max-large-size--4-of-4,.slds-max-large-size_4-of-4{width:100%}.slds-max-large-size--1-of-5,.slds-max-large-size_1-of-5{width:20%}.slds-max-large-size--2-of-5,.slds-max-large-size_2-of-5{width:40%}.slds-max-large-size--3-of-5,.slds-max-large-size_3-of-5{width:60%}.slds-max-large-size--4-of-5,.slds-max-large-size_4-of-5{width:80%}.slds-max-large-size--5-of-5,.slds-max-large-size_5-of-5{width:100%}.slds-max-large-size--1-of-6,.slds-max-large-size_1-of-6{width:16.66667%}.slds-max-large-size--2-of-6,.slds-max-large-size_2-of-6{width:33.33333%}.slds-max-large-size--3-of-6,.slds-max-large-size_3-of-6{width:50%}.slds-max-large-size--4-of-6,.slds-max-large-size_4-of-6{width:66.66667%}.slds-max-large-size--5-of-6,.slds-max-large-size_5-of-6{width:83.33333%}.slds-max-large-size--6-of-6,.slds-max-large-size_6-of-6{width:100%}.slds-max-large-size--1-of-7,.slds-max-large-size_1-of-7{width:14.28571%}.slds-max-large-size--2-of-7,.slds-max-large-size_2-of-7{width:28.57143%}.slds-max-large-size--3-of-7,.slds-max-large-size_3-of-7{width:42.85714%}.slds-max-large-size--4-of-7,.slds-max-large-size_4-of-7{width:57.14286%}.slds-max-large-size--5-of-7,.slds-max-large-size_5-of-7{width:71.42857%}.slds-max-large-size--6-of-7,.slds-max-large-size_6-of-7{width:85.71429%}.slds-max-large-size--7-of-7,.slds-max-large-size_7-of-7{width:100%}.slds-max-large-size--1-of-8,.slds-max-large-size_1-of-8{width:12.5%}.slds-max-large-size--2-of-8,.slds-max-large-size_2-of-8{width:25%}.slds-max-large-size--3-of-8,.slds-max-large-size_3-of-8{width:37.5%}.slds-max-large-size--4-of-8,.slds-max-large-size_4-of-8{width:50%}.slds-max-large-size--5-of-8,.slds-max-large-size_5-of-8{width:62.5%}.slds-max-large-size--6-of-8,.slds-max-large-size_6-of-8{width:75%}.slds-max-large-size--7-of-8,.slds-max-large-size_7-of-8{width:87.5%}.slds-max-large-size--8-of-8,.slds-max-large-size_8-of-8{width:100%}.slds-max-large-size--1-of-12,.slds-max-large-size_1-of-12{width:8.33333%}.slds-max-large-size--2-of-12,.slds-max-large-size_2-of-12{width:16.66667%}.slds-max-large-size--3-of-12,.slds-max-large-size_3-of-12{width:25%}.slds-max-large-size--4-of-12,.slds-max-large-size_4-of-12{width:33.33333%}.slds-max-large-size--5-of-12,.slds-max-large-size_5-of-12{width:41.66667%}.slds-max-large-size--6-of-12,.slds-max-large-size_6-of-12{width:50%}.slds-max-large-size--7-of-12,.slds-max-large-size_7-of-12{width:58.33333%}.slds-max-large-size--8-of-12,.slds-max-large-size_8-of-12{width:66.66667%}.slds-max-large-size--9-of-12,.slds-max-large-size_9-of-12{width:75%}.slds-max-large-size--10-of-12,.slds-max-large-size_10-of-12{width:83.33333%}.slds-max-large-size--11-of-12,.slds-max-large-size_11-of-12{width:91.66667%}.slds-max-large-size--12-of-12,.slds-max-large-size_12-of-12{width:100%}.slds-max-large-order--1,.slds-max-large-order_1{order:1}.slds-max-large-order--2,.slds-max-large-order_2{order:2}.slds-max-large-order--3,.slds-max-large-order_3{order:3}.slds-max-large-order--4,.slds-max-large-order_4{order:4}.slds-max-large-order--5,.slds-max-large-order_5{order:5}.slds-max-large-order--6,.slds-max-large-order_6{order:6}.slds-max-large-order--7,.slds-max-large-order_7{order:7}.slds-max-large-order--8,.slds-max-large-order_8{order:8}.slds-max-large-order--9,.slds-max-large-order_9{order:9}.slds-max-large-order--10,.slds-max-large-order_10{order:10}.slds-max-large-order--11,.slds-max-large-order_11{order:11}.slds-max-large-order--12,.slds-max-large-order_12{order:12}}[class*=slds-size--],[class*=slds-size_]{flex:none}.slds-has-buffer{margin:.75rem}.slds-has-full-bleed{margin:0}.slds-has-bottom-magnet{margin-bottom:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.slds-has-top-magnet{margin-top:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.slds-has-top-magnet.slds-has-buffer{margin-bottom:0;border-radius:0;border-top:0;box-shadow:none}.slds-is-static{position:static}.slds-is-relative{position:relative}.slds-is-fixed{position:fixed}.slds-is-absolute{position:absolute}@media print{.slds-no-print{display:none}}.slds-collapsed{height:0;overflow:hidden}.slds-expanded{height:auto;overflow:visible}.slds-assistive-text{position:absolute!important;margin:-1px!important;border:0!important;padding:0!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;text-transform:none!important;white-space:nowrap!important}.slds-assistive-text--focus:focus,.slds-assistive-text_focus:focus{margin:inherit!important;border:inherit!important;padding:inherit!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important}.slds-is-collapsed{height:0;overflow:hidden}.slds-is-expanded{height:auto;overflow:visible}.slds-hidden{visibility:hidden!important}.slds-visible{visibility:visible}.slds-hide{display:none!important}.slds-show{display:block}.slds-show--inline-block,.slds-show_inline-block{display:inline-block}.slds-show--inline,.slds-show_inline{display:inline}.slds-transition-hide{opacity:0}.slds-transition-show{opacity:1}.slds-x-small-show{display:none}@media (min-width:320px){.slds-x-small-show{display:block}.slds-x-small-show--inline-block,.slds-x-small-show_inline-block{display:inline-block}.slds-x-small-show--inline,.slds-x-small-show_inline{display:inline}}.slds-x-small-show-only{display:none}@media (min-width:320px) and (max-width:479px){.slds-x-small-show-only{display:block}.slds-x-small-show-only--inline-block,.slds-x-small-show-only_inline-block{display:inline-block}.slds-x-small-show-only--inline,.slds-x-small-show-only_inline{display:inline}}@media (max-width:479px){.slds-max-x-small-hide{display:none}}.slds-small-show{display:none}@media (min-width:480px){.slds-small-show{display:block}.slds-small-show--inline-block,.slds-small-show_inline-block{display:inline-block}.slds-small-show--inline,.slds-small-show_inline{display:inline}}.slds-small-show-only{display:none}@media (min-width:480px) and (max-width:767px){.slds-small-show-only{display:block}.slds-small-show-only--inline-block,.slds-small-show-only_inline-block{display:inline-block}.slds-small-show-only--inline,.slds-small-show-only_inline{display:inline}}@media (max-width:767px){.slds-max-small-hide{display:none}}.slds-medium-show{display:none}@media (min-width:768px){.slds-medium-show{display:block}.slds-medium-show--inline-block,.slds-medium-show_inline-block{display:inline-block}.slds-medium-show--inline,.slds-medium-show_inline{display:inline}}.slds-medium-show-only{display:none}@media (min-width:768px) and (max-width:1023px){.slds-medium-show-only{display:block}.slds-medium-show-only--inline-block,.slds-medium-show-only_inline-block{display:inline-block}.slds-medium-show-only--inline,.slds-medium-show-only_inline{display:inline}}@media (max-width:1023px){.slds-max-medium-hide{display:none}}.slds-large-show{display:none}@media (min-width:1024px){.slds-large-show{display:block}.slds-large-show--inline-block,.slds-large-show_inline-block{display:inline-block}.slds-large-show--inline,.slds-large-show_inline{display:inline}}@media (min-width:320px){.slds-hide--x-small,.slds-hide_x-small{display:none!important}}@media (max-width:319px){.slds-show--x-small,.slds-show_x-small{display:none!important}}@media (min-width:480px){.slds-hide--small,.slds-hide_small{display:none!important}}@media (max-width:479px){.slds-show--small,.slds-show_small{display:none!important}}@media (min-width:768px){.slds-hide--medium,.slds-hide_medium{display:none!important}}@media (max-width:767px){.slds-show--medium,.slds-show_medium{display:none!important}}@media (min-width:1024px){.slds-hide--large,.slds-hide_large{display:none!important}}@media (max-width:1023px){.slds-show--large,.slds-show_large{display:none!important}}@media (min-width:1280px){.slds-hide--x-large,.slds-hide_x-large{display:none!important}}@media (max-width:1279px){.slds-show--x-large,.slds-show_x-large{display:none!important}}.slds-is-visually-empty{visibility:hidden!important;width:0}.slds-line-clamp{-webkit-line-clamp:3}.slds-line-clamp,.slds-line-clamp_x-small{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:pre-line}.slds-line-clamp_x-small{-webkit-line-clamp:2}.slds-line-clamp_small{-webkit-line-clamp:3}.slds-line-clamp_medium,.slds-line-clamp_small{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:pre-line}.slds-line-clamp_medium{-webkit-line-clamp:5}.slds-line-clamp_large{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;text-overflow:ellipsis;white-space:pre-line}.slds-input_counter{padding:0}div[class*=FloatingMenu__] .lead,ui-ng-add-rule-menu.ng-isolate-scope .lead,ui-ng-date-time-picker.ng-isolate-scope .lead,ui-ng-gear-schema-form.ng-isolate-scope .lead,ui-ng-open-time-email-editor.ng-isolate-scope .lead,ui-ng-segment-editor.ng-isolate-scope .lead{font-size:1.25rem;font-weight:300}div[class*=FloatingMenu__] .display-1,ui-ng-add-rule-menu.ng-isolate-scope .display-1,ui-ng-date-time-picker.ng-isolate-scope .display-1,ui-ng-gear-schema-form.ng-isolate-scope .display-1,ui-ng-open-time-email-editor.ng-isolate-scope .display-1,ui-ng-segment-editor.ng-isolate-scope .display-1{font-size:6rem}div[class*=FloatingMenu__] .display-1,div[class*=FloatingMenu__] .display-2,ui-ng-add-rule-menu.ng-isolate-scope .display-1,ui-ng-add-rule-menu.ng-isolate-scope .display-2,ui-ng-date-time-picker.ng-isolate-scope .display-1,ui-ng-date-time-picker.ng-isolate-scope .display-2,ui-ng-gear-schema-form.ng-isolate-scope .display-1,ui-ng-gear-schema-form.ng-isolate-scope .display-2,ui-ng-open-time-email-editor.ng-isolate-scope .display-1,ui-ng-open-time-email-editor.ng-isolate-scope .display-2,ui-ng-segment-editor.ng-isolate-scope .display-1,ui-ng-segment-editor.ng-isolate-scope .display-2{font-weight:300;line-height:1.2}div[class*=FloatingMenu__] .display-2,ui-ng-add-rule-menu.ng-isolate-scope .display-2,ui-ng-date-time-picker.ng-isolate-scope .display-2,ui-ng-gear-schema-form.ng-isolate-scope .display-2,ui-ng-open-time-email-editor.ng-isolate-scope .display-2,ui-ng-segment-editor.ng-isolate-scope .display-2{font-size:5.5rem}div[class*=FloatingMenu__] .display-3,ui-ng-add-rule-menu.ng-isolate-scope .display-3,ui-ng-date-time-picker.ng-isolate-scope .display-3,ui-ng-gear-schema-form.ng-isolate-scope .display-3,ui-ng-open-time-email-editor.ng-isolate-scope .display-3,ui-ng-segment-editor.ng-isolate-scope .display-3{font-size:4.5rem}div[class*=FloatingMenu__] .display-3,div[class*=FloatingMenu__] .display-4,ui-ng-add-rule-menu.ng-isolate-scope .display-3,ui-ng-add-rule-menu.ng-isolate-scope .display-4,ui-ng-date-time-picker.ng-isolate-scope .display-3,ui-ng-date-time-picker.ng-isolate-scope .display-4,ui-ng-gear-schema-form.ng-isolate-scope .display-3,ui-ng-gear-schema-form.ng-isolate-scope .display-4,ui-ng-open-time-email-editor.ng-isolate-scope .display-3,ui-ng-open-time-email-editor.ng-isolate-scope .display-4,ui-ng-segment-editor.ng-isolate-scope .display-3,ui-ng-segment-editor.ng-isolate-scope .display-4{font-weight:300;line-height:1.2}div[class*=FloatingMenu__] .display-4,ui-ng-add-rule-menu.ng-isolate-scope .display-4,ui-ng-date-time-picker.ng-isolate-scope .display-4,ui-ng-gear-schema-form.ng-isolate-scope .display-4,ui-ng-open-time-email-editor.ng-isolate-scope .display-4,ui-ng-segment-editor.ng-isolate-scope .display-4{font-size:3.5rem}div[class*=FloatingMenu__] hr,ui-ng-add-rule-menu.ng-isolate-scope hr,ui-ng-date-time-picker.ng-isolate-scope hr,ui-ng-gear-schema-form.ng-isolate-scope hr,ui-ng-open-time-email-editor.ng-isolate-scope hr,ui-ng-segment-editor.ng-isolate-scope hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}div[class*=FloatingMenu__] .small,div[class*=FloatingMenu__] small,ui-ng-add-rule-menu.ng-isolate-scope .small,ui-ng-add-rule-menu.ng-isolate-scope small,ui-ng-date-time-picker.ng-isolate-scope .small,ui-ng-date-time-picker.ng-isolate-scope small,ui-ng-gear-schema-form.ng-isolate-scope .small,ui-ng-gear-schema-form.ng-isolate-scope small,ui-ng-open-time-email-editor.ng-isolate-scope .small,ui-ng-open-time-email-editor.ng-isolate-scope small,ui-ng-segment-editor.ng-isolate-scope .small,ui-ng-segment-editor.ng-isolate-scope small{font-size:80%;font-weight:400}div[class*=FloatingMenu__] .mark,div[class*=FloatingMenu__] mark,ui-ng-add-rule-menu.ng-isolate-scope .mark,ui-ng-add-rule-menu.ng-isolate-scope mark,ui-ng-date-time-picker.ng-isolate-scope .mark,ui-ng-date-time-picker.ng-isolate-scope mark,ui-ng-gear-schema-form.ng-isolate-scope .mark,ui-ng-gear-schema-form.ng-isolate-scope mark,ui-ng-open-time-email-editor.ng-isolate-scope .mark,ui-ng-open-time-email-editor.ng-isolate-scope mark,ui-ng-segment-editor.ng-isolate-scope .mark,ui-ng-segment-editor.ng-isolate-scope mark{padding:.2em;background-color:#fcf8e3}div[class*=FloatingMenu__] .list-inline,div[class*=FloatingMenu__] .list-unstyled,ui-ng-add-rule-menu.ng-isolate-scope .list-inline,ui-ng-add-rule-menu.ng-isolate-scope .list-unstyled,ui-ng-date-time-picker.ng-isolate-scope .list-inline,ui-ng-date-time-picker.ng-isolate-scope .list-unstyled,ui-ng-gear-schema-form.ng-isolate-scope .list-inline,ui-ng-gear-schema-form.ng-isolate-scope .list-unstyled,ui-ng-open-time-email-editor.ng-isolate-scope .list-inline,ui-ng-open-time-email-editor.ng-isolate-scope .list-unstyled,ui-ng-segment-editor.ng-isolate-scope .list-inline,ui-ng-segment-editor.ng-isolate-scope .list-unstyled{padding-left:0;list-style:none}div[class*=FloatingMenu__] .list-inline-item,ui-ng-add-rule-menu.ng-isolate-scope .list-inline-item,ui-ng-date-time-picker.ng-isolate-scope .list-inline-item,ui-ng-gear-schema-form.ng-isolate-scope .list-inline-item,ui-ng-open-time-email-editor.ng-isolate-scope .list-inline-item,ui-ng-segment-editor.ng-isolate-scope .list-inline-item{display:inline-block}div[class*=FloatingMenu__] .list-inline-item:not(:last-child),ui-ng-add-rule-menu.ng-isolate-scope .list-inline-item:not(:last-child),ui-ng-date-time-picker.ng-isolate-scope .list-inline-item:not(:last-child),ui-ng-gear-schema-form.ng-isolate-scope .list-inline-item:not(:last-child),ui-ng-open-time-email-editor.ng-isolate-scope .list-inline-item:not(:last-child),ui-ng-segment-editor.ng-isolate-scope .list-inline-item:not(:last-child){margin-right:.5rem}div[class*=FloatingMenu__] .initialism,ui-ng-add-rule-menu.ng-isolate-scope .initialism,ui-ng-date-time-picker.ng-isolate-scope .initialism,ui-ng-gear-schema-form.ng-isolate-scope .initialism,ui-ng-open-time-email-editor.ng-isolate-scope .initialism,ui-ng-segment-editor.ng-isolate-scope .initialism{font-size:90%;text-transform:uppercase}div[class*=FloatingMenu__] .blockquote,ui-ng-add-rule-menu.ng-isolate-scope .blockquote,ui-ng-date-time-picker.ng-isolate-scope .blockquote,ui-ng-gear-schema-form.ng-isolate-scope .blockquote,ui-ng-open-time-email-editor.ng-isolate-scope .blockquote,ui-ng-segment-editor.ng-isolate-scope .blockquote{margin-bottom:1rem;font-size:1.25rem}div[class*=FloatingMenu__] .blockquote-footer,ui-ng-add-rule-menu.ng-isolate-scope .blockquote-footer,ui-ng-date-time-picker.ng-isolate-scope .blockquote-footer,ui-ng-gear-schema-form.ng-isolate-scope .blockquote-footer,ui-ng-open-time-email-editor.ng-isolate-scope .blockquote-footer,ui-ng-segment-editor.ng-isolate-scope .blockquote-footer{display:block;font-size:80%;color:#6c757d}div[class*=FloatingMenu__] .blockquote-footer:before,ui-ng-add-rule-menu.ng-isolate-scope .blockquote-footer:before,ui-ng-date-time-picker.ng-isolate-scope .blockquote-footer:before,ui-ng-gear-schema-form.ng-isolate-scope .blockquote-footer:before,ui-ng-open-time-email-editor.ng-isolate-scope .blockquote-footer:before,ui-ng-segment-editor.ng-isolate-scope .blockquote-footer:before{content:"\2014\00A0"}div[class*=FloatingMenu__] .img-fluid,div[class*=FloatingMenu__] .img-thumbnail,ui-ng-add-rule-menu.ng-isolate-scope .img-fluid,ui-ng-add-rule-menu.ng-isolate-scope .img-thumbnail,ui-ng-date-time-picker.ng-isolate-scope .img-fluid,ui-ng-date-time-picker.ng-isolate-scope .img-thumbnail,ui-ng-gear-schema-form.ng-isolate-scope .img-fluid,ui-ng-gear-schema-form.ng-isolate-scope .img-thumbnail,ui-ng-open-time-email-editor.ng-isolate-scope .img-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .img-thumbnail,ui-ng-segment-editor.ng-isolate-scope .img-fluid,ui-ng-segment-editor.ng-isolate-scope .img-thumbnail{max-width:100%;height:auto}div[class*=FloatingMenu__] .img-thumbnail,ui-ng-add-rule-menu.ng-isolate-scope .img-thumbnail,ui-ng-date-time-picker.ng-isolate-scope .img-thumbnail,ui-ng-gear-schema-form.ng-isolate-scope .img-thumbnail,ui-ng-open-time-email-editor.ng-isolate-scope .img-thumbnail,ui-ng-segment-editor.ng-isolate-scope .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}div[class*=FloatingMenu__] .figure,ui-ng-add-rule-menu.ng-isolate-scope .figure,ui-ng-date-time-picker.ng-isolate-scope .figure,ui-ng-gear-schema-form.ng-isolate-scope .figure,ui-ng-open-time-email-editor.ng-isolate-scope .figure,ui-ng-segment-editor.ng-isolate-scope .figure{display:inline-block}div[class*=FloatingMenu__] .figure-img,ui-ng-add-rule-menu.ng-isolate-scope .figure-img,ui-ng-date-time-picker.ng-isolate-scope .figure-img,ui-ng-gear-schema-form.ng-isolate-scope .figure-img,ui-ng-open-time-email-editor.ng-isolate-scope .figure-img,ui-ng-segment-editor.ng-isolate-scope .figure-img{margin-bottom:.5rem;line-height:1}div[class*=FloatingMenu__] .figure-caption,ui-ng-add-rule-menu.ng-isolate-scope .figure-caption,ui-ng-date-time-picker.ng-isolate-scope .figure-caption,ui-ng-gear-schema-form.ng-isolate-scope .figure-caption,ui-ng-open-time-email-editor.ng-isolate-scope .figure-caption,ui-ng-segment-editor.ng-isolate-scope .figure-caption{font-size:90%;color:#6c757d}div[class*=FloatingMenu__] code,ui-ng-add-rule-menu.ng-isolate-scope code,ui-ng-date-time-picker.ng-isolate-scope code,ui-ng-gear-schema-form.ng-isolate-scope code,ui-ng-open-time-email-editor.ng-isolate-scope code,ui-ng-segment-editor.ng-isolate-scope code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}div[class*=FloatingMenu__] a>code,ui-ng-add-rule-menu.ng-isolate-scope a>code,ui-ng-date-time-picker.ng-isolate-scope a>code,ui-ng-gear-schema-form.ng-isolate-scope a>code,ui-ng-open-time-email-editor.ng-isolate-scope a>code,ui-ng-segment-editor.ng-isolate-scope a>code{color:inherit}div[class*=FloatingMenu__] kbd,ui-ng-add-rule-menu.ng-isolate-scope kbd,ui-ng-date-time-picker.ng-isolate-scope kbd,ui-ng-gear-schema-form.ng-isolate-scope kbd,ui-ng-open-time-email-editor.ng-isolate-scope kbd,ui-ng-segment-editor.ng-isolate-scope kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}div[class*=FloatingMenu__] kbd kbd,ui-ng-add-rule-menu.ng-isolate-scope kbd kbd,ui-ng-date-time-picker.ng-isolate-scope kbd kbd,ui-ng-gear-schema-form.ng-isolate-scope kbd kbd,ui-ng-open-time-email-editor.ng-isolate-scope kbd kbd,ui-ng-segment-editor.ng-isolate-scope kbd kbd{padding:0;font-size:100%;font-weight:700}div[class*=FloatingMenu__] pre,ui-ng-add-rule-menu.ng-isolate-scope pre,ui-ng-date-time-picker.ng-isolate-scope pre,ui-ng-gear-schema-form.ng-isolate-scope pre,ui-ng-open-time-email-editor.ng-isolate-scope pre,ui-ng-segment-editor.ng-isolate-scope pre{display:block;font-size:87.5%;color:#212529}div[class*=FloatingMenu__] pre code,ui-ng-add-rule-menu.ng-isolate-scope pre code,ui-ng-date-time-picker.ng-isolate-scope pre code,ui-ng-gear-schema-form.ng-isolate-scope pre code,ui-ng-open-time-email-editor.ng-isolate-scope pre code,ui-ng-segment-editor.ng-isolate-scope pre code{font-size:inherit;color:inherit;word-break:normal}div[class*=FloatingMenu__] .pre-scrollable,ui-ng-add-rule-menu.ng-isolate-scope .pre-scrollable,ui-ng-date-time-picker.ng-isolate-scope .pre-scrollable,ui-ng-gear-schema-form.ng-isolate-scope .pre-scrollable,ui-ng-open-time-email-editor.ng-isolate-scope .pre-scrollable,ui-ng-segment-editor.ng-isolate-scope .pre-scrollable{max-height:340px;overflow-y:scroll}div[class*=FloatingMenu__] .container,ui-ng-add-rule-menu.ng-isolate-scope .container,ui-ng-date-time-picker.ng-isolate-scope .container,ui-ng-gear-schema-form.ng-isolate-scope .container,ui-ng-open-time-email-editor.ng-isolate-scope .container,ui-ng-segment-editor.ng-isolate-scope .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){div[class*=FloatingMenu__] .container,ui-ng-add-rule-menu.ng-isolate-scope .container,ui-ng-date-time-picker.ng-isolate-scope .container,ui-ng-gear-schema-form.ng-isolate-scope .container,ui-ng-open-time-email-editor.ng-isolate-scope .container,ui-ng-segment-editor.ng-isolate-scope .container{max-width:540px}}@media (min-width:768px){div[class*=FloatingMenu__] .container,ui-ng-add-rule-menu.ng-isolate-scope .container,ui-ng-date-time-picker.ng-isolate-scope .container,ui-ng-gear-schema-form.ng-isolate-scope .container,ui-ng-open-time-email-editor.ng-isolate-scope .container,ui-ng-segment-editor.ng-isolate-scope .container{max-width:720px}}@media (min-width:992px){div[class*=FloatingMenu__] .container,ui-ng-add-rule-menu.ng-isolate-scope .container,ui-ng-date-time-picker.ng-isolate-scope .container,ui-ng-gear-schema-form.ng-isolate-scope .container,ui-ng-open-time-email-editor.ng-isolate-scope .container,ui-ng-segment-editor.ng-isolate-scope .container{max-width:960px}}@media (min-width:1200px){div[class*=FloatingMenu__] .container,ui-ng-add-rule-menu.ng-isolate-scope .container,ui-ng-date-time-picker.ng-isolate-scope .container,ui-ng-gear-schema-form.ng-isolate-scope .container,ui-ng-open-time-email-editor.ng-isolate-scope .container,ui-ng-segment-editor.ng-isolate-scope .container{max-width:1140px}}div[class*=FloatingMenu__] .container-fluid,div[class*=FloatingMenu__] .container-lg,div[class*=FloatingMenu__] .container-md,div[class*=FloatingMenu__] .container-sm,div[class*=FloatingMenu__] .container-xl,ui-ng-add-rule-menu.ng-isolate-scope .container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .container-lg,ui-ng-add-rule-menu.ng-isolate-scope .container-md,ui-ng-add-rule-menu.ng-isolate-scope .container-sm,ui-ng-add-rule-menu.ng-isolate-scope .container-xl,ui-ng-date-time-picker.ng-isolate-scope .container-fluid,ui-ng-date-time-picker.ng-isolate-scope .container-lg,ui-ng-date-time-picker.ng-isolate-scope .container-md,ui-ng-date-time-picker.ng-isolate-scope .container-sm,ui-ng-date-time-picker.ng-isolate-scope .container-xl,ui-ng-gear-schema-form.ng-isolate-scope .container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .container-lg,ui-ng-gear-schema-form.ng-isolate-scope .container-md,ui-ng-gear-schema-form.ng-isolate-scope .container-sm,ui-ng-gear-schema-form.ng-isolate-scope .container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .container-md,ui-ng-open-time-email-editor.ng-isolate-scope .container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .container-xl,ui-ng-segment-editor.ng-isolate-scope .container-fluid,ui-ng-segment-editor.ng-isolate-scope .container-lg,ui-ng-segment-editor.ng-isolate-scope .container-md,ui-ng-segment-editor.ng-isolate-scope .container-sm,ui-ng-segment-editor.ng-isolate-scope .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){div[class*=FloatingMenu__] .container,div[class*=FloatingMenu__] .container-sm,ui-ng-add-rule-menu.ng-isolate-scope .container,ui-ng-add-rule-menu.ng-isolate-scope .container-sm,ui-ng-date-time-picker.ng-isolate-scope .container,ui-ng-date-time-picker.ng-isolate-scope .container-sm,ui-ng-gear-schema-form.ng-isolate-scope .container,ui-ng-gear-schema-form.ng-isolate-scope .container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .container,ui-ng-open-time-email-editor.ng-isolate-scope .container-sm,ui-ng-segment-editor.ng-isolate-scope .container,ui-ng-segment-editor.ng-isolate-scope .container-sm{max-width:540px}}@media (min-width:768px){div[class*=FloatingMenu__] .container,div[class*=FloatingMenu__] .container-md,div[class*=FloatingMenu__] .container-sm,ui-ng-add-rule-menu.ng-isolate-scope .container,ui-ng-add-rule-menu.ng-isolate-scope .container-md,ui-ng-add-rule-menu.ng-isolate-scope .container-sm,ui-ng-date-time-picker.ng-isolate-scope .container,ui-ng-date-time-picker.ng-isolate-scope .container-md,ui-ng-date-time-picker.ng-isolate-scope .container-sm,ui-ng-gear-schema-form.ng-isolate-scope .container,ui-ng-gear-schema-form.ng-isolate-scope .container-md,ui-ng-gear-schema-form.ng-isolate-scope .container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .container,ui-ng-open-time-email-editor.ng-isolate-scope .container-md,ui-ng-open-time-email-editor.ng-isolate-scope .container-sm,ui-ng-segment-editor.ng-isolate-scope .container,ui-ng-segment-editor.ng-isolate-scope .container-md,ui-ng-segment-editor.ng-isolate-scope .container-sm{max-width:720px}}@media (min-width:992px){div[class*=FloatingMenu__] .container,div[class*=FloatingMenu__] .container-lg,div[class*=FloatingMenu__] .container-md,div[class*=FloatingMenu__] .container-sm,ui-ng-add-rule-menu.ng-isolate-scope .container,ui-ng-add-rule-menu.ng-isolate-scope .container-lg,ui-ng-add-rule-menu.ng-isolate-scope .container-md,ui-ng-add-rule-menu.ng-isolate-scope .container-sm,ui-ng-date-time-picker.ng-isolate-scope .container,ui-ng-date-time-picker.ng-isolate-scope .container-lg,ui-ng-date-time-picker.ng-isolate-scope .container-md,ui-ng-date-time-picker.ng-isolate-scope .container-sm,ui-ng-gear-schema-form.ng-isolate-scope .container,ui-ng-gear-schema-form.ng-isolate-scope .container-lg,ui-ng-gear-schema-form.ng-isolate-scope .container-md,ui-ng-gear-schema-form.ng-isolate-scope .container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .container,ui-ng-open-time-email-editor.ng-isolate-scope .container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .container-md,ui-ng-open-time-email-editor.ng-isolate-scope .container-sm,ui-ng-segment-editor.ng-isolate-scope .container,ui-ng-segment-editor.ng-isolate-scope .container-lg,ui-ng-segment-editor.ng-isolate-scope .container-md,ui-ng-segment-editor.ng-isolate-scope .container-sm{max-width:960px}}@media (min-width:1200px){div[class*=FloatingMenu__] .container,div[class*=FloatingMenu__] .container-lg,div[class*=FloatingMenu__] .container-md,div[class*=FloatingMenu__] .container-sm,div[class*=FloatingMenu__] .container-xl,ui-ng-add-rule-menu.ng-isolate-scope .container,ui-ng-add-rule-menu.ng-isolate-scope .container-lg,ui-ng-add-rule-menu.ng-isolate-scope .container-md,ui-ng-add-rule-menu.ng-isolate-scope .container-sm,ui-ng-add-rule-menu.ng-isolate-scope .container-xl,ui-ng-date-time-picker.ng-isolate-scope .container,ui-ng-date-time-picker.ng-isolate-scope .container-lg,ui-ng-date-time-picker.ng-isolate-scope .container-md,ui-ng-date-time-picker.ng-isolate-scope .container-sm,ui-ng-date-time-picker.ng-isolate-scope .container-xl,ui-ng-gear-schema-form.ng-isolate-scope .container,ui-ng-gear-schema-form.ng-isolate-scope .container-lg,ui-ng-gear-schema-form.ng-isolate-scope .container-md,ui-ng-gear-schema-form.ng-isolate-scope .container-sm,ui-ng-gear-schema-form.ng-isolate-scope .container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .container,ui-ng-open-time-email-editor.ng-isolate-scope .container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .container-md,ui-ng-open-time-email-editor.ng-isolate-scope .container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .container-xl,ui-ng-segment-editor.ng-isolate-scope .container,ui-ng-segment-editor.ng-isolate-scope .container-lg,ui-ng-segment-editor.ng-isolate-scope .container-md,ui-ng-segment-editor.ng-isolate-scope .container-sm,ui-ng-segment-editor.ng-isolate-scope .container-xl{max-width:1140px}}div[class*=FloatingMenu__] .row,ui-ng-add-rule-menu.ng-isolate-scope .row,ui-ng-date-time-picker.ng-isolate-scope .row,ui-ng-gear-schema-form.ng-isolate-scope .row,ui-ng-open-time-email-editor.ng-isolate-scope .row,ui-ng-segment-editor.ng-isolate-scope .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}div[class*=FloatingMenu__] .no-gutters,ui-ng-add-rule-menu.ng-isolate-scope .no-gutters,ui-ng-date-time-picker.ng-isolate-scope .no-gutters,ui-ng-gear-schema-form.ng-isolate-scope .no-gutters,ui-ng-open-time-email-editor.ng-isolate-scope .no-gutters,ui-ng-segment-editor.ng-isolate-scope .no-gutters{margin-right:0;margin-left:0}div[class*=FloatingMenu__] .no-gutters>.col,div[class*=FloatingMenu__] .no-gutters>[class*=col-],ui-ng-add-rule-menu.ng-isolate-scope .no-gutters>.col,ui-ng-add-rule-menu.ng-isolate-scope .no-gutters>[class*=col-],ui-ng-date-time-picker.ng-isolate-scope .no-gutters>.col,ui-ng-date-time-picker.ng-isolate-scope .no-gutters>[class*=col-],ui-ng-gear-schema-form.ng-isolate-scope .no-gutters>.col,ui-ng-gear-schema-form.ng-isolate-scope .no-gutters>[class*=col-],ui-ng-open-time-email-editor.ng-isolate-scope .no-gutters>.col,ui-ng-open-time-email-editor.ng-isolate-scope .no-gutters>[class*=col-],ui-ng-segment-editor.ng-isolate-scope .no-gutters>.col,ui-ng-segment-editor.ng-isolate-scope .no-gutters>[class*=col-]{padding-right:0;padding-left:0}div[class*=FloatingMenu__] .col,div[class*=FloatingMenu__] .col-1,div[class*=FloatingMenu__] .col-2,div[class*=FloatingMenu__] .col-3,div[class*=FloatingMenu__] .col-4,div[class*=FloatingMenu__] .col-5,div[class*=FloatingMenu__] .col-6,div[class*=FloatingMenu__] .col-7,div[class*=FloatingMenu__] .col-8,div[class*=FloatingMenu__] .col-9,div[class*=FloatingMenu__] .col-10,div[class*=FloatingMenu__] .col-11,div[class*=FloatingMenu__] .col-12,div[class*=FloatingMenu__] .col-auto,div[class*=FloatingMenu__] .col-lg,div[class*=FloatingMenu__] .col-lg-1,div[class*=FloatingMenu__] .col-lg-2,div[class*=FloatingMenu__] .col-lg-3,div[class*=FloatingMenu__] .col-lg-4,div[class*=FloatingMenu__] .col-lg-5,div[class*=FloatingMenu__] .col-lg-6,div[class*=FloatingMenu__] .col-lg-7,div[class*=FloatingMenu__] .col-lg-8,div[class*=FloatingMenu__] .col-lg-9,div[class*=FloatingMenu__] .col-lg-10,div[class*=FloatingMenu__] .col-lg-11,div[class*=FloatingMenu__] .col-lg-12,div[class*=FloatingMenu__] .col-lg-auto,div[class*=FloatingMenu__] .col-md,div[class*=FloatingMenu__] .col-md-1,div[class*=FloatingMenu__] .col-md-2,div[class*=FloatingMenu__] .col-md-3,div[class*=FloatingMenu__] .col-md-4,div[class*=FloatingMenu__] .col-md-5,div[class*=FloatingMenu__] .col-md-6,div[class*=FloatingMenu__] .col-md-7,div[class*=FloatingMenu__] .col-md-8,div[class*=FloatingMenu__] .col-md-9,div[class*=FloatingMenu__] .col-md-10,div[class*=FloatingMenu__] .col-md-11,div[class*=FloatingMenu__] .col-md-12,div[class*=FloatingMenu__] .col-md-auto,div[class*=FloatingMenu__] .col-sm,div[class*=FloatingMenu__] .col-sm-1,div[class*=FloatingMenu__] .col-sm-2,div[class*=FloatingMenu__] .col-sm-3,div[class*=FloatingMenu__] .col-sm-4,div[class*=FloatingMenu__] .col-sm-5,div[class*=FloatingMenu__] .col-sm-6,div[class*=FloatingMenu__] .col-sm-7,div[class*=FloatingMenu__] .col-sm-8,div[class*=FloatingMenu__] .col-sm-9,div[class*=FloatingMenu__] .col-sm-10,div[class*=FloatingMenu__] .col-sm-11,div[class*=FloatingMenu__] .col-sm-12,div[class*=FloatingMenu__] .col-sm-auto,div[class*=FloatingMenu__] .col-xl,div[class*=FloatingMenu__] .col-xl-1,div[class*=FloatingMenu__] .col-xl-2,div[class*=FloatingMenu__] .col-xl-3,div[class*=FloatingMenu__] .col-xl-4,div[class*=FloatingMenu__] .col-xl-5,div[class*=FloatingMenu__] .col-xl-6,div[class*=FloatingMenu__] .col-xl-7,div[class*=FloatingMenu__] .col-xl-8,div[class*=FloatingMenu__] .col-xl-9,div[class*=FloatingMenu__] .col-xl-10,div[class*=FloatingMenu__] .col-xl-11,div[class*=FloatingMenu__] .col-xl-12,div[class*=FloatingMenu__] .col-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .col,ui-ng-add-rule-menu.ng-isolate-scope .col-1,ui-ng-add-rule-menu.ng-isolate-scope .col-2,ui-ng-add-rule-menu.ng-isolate-scope .col-3,ui-ng-add-rule-menu.ng-isolate-scope .col-4,ui-ng-add-rule-menu.ng-isolate-scope .col-5,ui-ng-add-rule-menu.ng-isolate-scope .col-6,ui-ng-add-rule-menu.ng-isolate-scope .col-7,ui-ng-add-rule-menu.ng-isolate-scope .col-8,ui-ng-add-rule-menu.ng-isolate-scope .col-9,ui-ng-add-rule-menu.ng-isolate-scope .col-10,ui-ng-add-rule-menu.ng-isolate-scope .col-11,ui-ng-add-rule-menu.ng-isolate-scope .col-12,ui-ng-add-rule-menu.ng-isolate-scope .col-auto,ui-ng-add-rule-menu.ng-isolate-scope .col-lg,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-6,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-7,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-8,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-9,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-10,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-11,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-12,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .col-md,ui-ng-add-rule-menu.ng-isolate-scope .col-md-1,ui-ng-add-rule-menu.ng-isolate-scope .col-md-2,ui-ng-add-rule-menu.ng-isolate-scope .col-md-3,ui-ng-add-rule-menu.ng-isolate-scope .col-md-4,ui-ng-add-rule-menu.ng-isolate-scope .col-md-5,ui-ng-add-rule-menu.ng-isolate-scope .col-md-6,ui-ng-add-rule-menu.ng-isolate-scope .col-md-7,ui-ng-add-rule-menu.ng-isolate-scope .col-md-8,ui-ng-add-rule-menu.ng-isolate-scope .col-md-9,ui-ng-add-rule-menu.ng-isolate-scope .col-md-10,ui-ng-add-rule-menu.ng-isolate-scope .col-md-11,ui-ng-add-rule-menu.ng-isolate-scope .col-md-12,ui-ng-add-rule-menu.ng-isolate-scope .col-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .col-sm,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-6,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-7,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-8,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-9,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-10,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-11,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-12,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .col-xl,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-6,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-7,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-8,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-9,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-10,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-11,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-12,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .col,ui-ng-date-time-picker.ng-isolate-scope .col-1,ui-ng-date-time-picker.ng-isolate-scope .col-2,ui-ng-date-time-picker.ng-isolate-scope .col-3,ui-ng-date-time-picker.ng-isolate-scope .col-4,ui-ng-date-time-picker.ng-isolate-scope .col-5,ui-ng-date-time-picker.ng-isolate-scope .col-6,ui-ng-date-time-picker.ng-isolate-scope .col-7,ui-ng-date-time-picker.ng-isolate-scope .col-8,ui-ng-date-time-picker.ng-isolate-scope .col-9,ui-ng-date-time-picker.ng-isolate-scope .col-10,ui-ng-date-time-picker.ng-isolate-scope .col-11,ui-ng-date-time-picker.ng-isolate-scope .col-12,ui-ng-date-time-picker.ng-isolate-scope .col-auto,ui-ng-date-time-picker.ng-isolate-scope .col-lg,ui-ng-date-time-picker.ng-isolate-scope .col-lg-1,ui-ng-date-time-picker.ng-isolate-scope .col-lg-2,ui-ng-date-time-picker.ng-isolate-scope .col-lg-3,ui-ng-date-time-picker.ng-isolate-scope .col-lg-4,ui-ng-date-time-picker.ng-isolate-scope .col-lg-5,ui-ng-date-time-picker.ng-isolate-scope .col-lg-6,ui-ng-date-time-picker.ng-isolate-scope .col-lg-7,ui-ng-date-time-picker.ng-isolate-scope .col-lg-8,ui-ng-date-time-picker.ng-isolate-scope .col-lg-9,ui-ng-date-time-picker.ng-isolate-scope .col-lg-10,ui-ng-date-time-picker.ng-isolate-scope .col-lg-11,ui-ng-date-time-picker.ng-isolate-scope .col-lg-12,ui-ng-date-time-picker.ng-isolate-scope .col-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .col-md,ui-ng-date-time-picker.ng-isolate-scope .col-md-1,ui-ng-date-time-picker.ng-isolate-scope .col-md-2,ui-ng-date-time-picker.ng-isolate-scope .col-md-3,ui-ng-date-time-picker.ng-isolate-scope .col-md-4,ui-ng-date-time-picker.ng-isolate-scope .col-md-5,ui-ng-date-time-picker.ng-isolate-scope .col-md-6,ui-ng-date-time-picker.ng-isolate-scope .col-md-7,ui-ng-date-time-picker.ng-isolate-scope .col-md-8,ui-ng-date-time-picker.ng-isolate-scope .col-md-9,ui-ng-date-time-picker.ng-isolate-scope .col-md-10,ui-ng-date-time-picker.ng-isolate-scope .col-md-11,ui-ng-date-time-picker.ng-isolate-scope .col-md-12,ui-ng-date-time-picker.ng-isolate-scope .col-md-auto,ui-ng-date-time-picker.ng-isolate-scope .col-sm,ui-ng-date-time-picker.ng-isolate-scope .col-sm-1,ui-ng-date-time-picker.ng-isolate-scope .col-sm-2,ui-ng-date-time-picker.ng-isolate-scope .col-sm-3,ui-ng-date-time-picker.ng-isolate-scope .col-sm-4,ui-ng-date-time-picker.ng-isolate-scope .col-sm-5,ui-ng-date-time-picker.ng-isolate-scope .col-sm-6,ui-ng-date-time-picker.ng-isolate-scope .col-sm-7,ui-ng-date-time-picker.ng-isolate-scope .col-sm-8,ui-ng-date-time-picker.ng-isolate-scope .col-sm-9,ui-ng-date-time-picker.ng-isolate-scope .col-sm-10,ui-ng-date-time-picker.ng-isolate-scope .col-sm-11,ui-ng-date-time-picker.ng-isolate-scope .col-sm-12,ui-ng-date-time-picker.ng-isolate-scope .col-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .col-xl,ui-ng-date-time-picker.ng-isolate-scope .col-xl-1,ui-ng-date-time-picker.ng-isolate-scope .col-xl-2,ui-ng-date-time-picker.ng-isolate-scope .col-xl-3,ui-ng-date-time-picker.ng-isolate-scope .col-xl-4,ui-ng-date-time-picker.ng-isolate-scope .col-xl-5,ui-ng-date-time-picker.ng-isolate-scope .col-xl-6,ui-ng-date-time-picker.ng-isolate-scope .col-xl-7,ui-ng-date-time-picker.ng-isolate-scope .col-xl-8,ui-ng-date-time-picker.ng-isolate-scope .col-xl-9,ui-ng-date-time-picker.ng-isolate-scope .col-xl-10,ui-ng-date-time-picker.ng-isolate-scope .col-xl-11,ui-ng-date-time-picker.ng-isolate-scope .col-xl-12,ui-ng-date-time-picker.ng-isolate-scope .col-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .col,ui-ng-gear-schema-form.ng-isolate-scope .col-1,ui-ng-gear-schema-form.ng-isolate-scope .col-2,ui-ng-gear-schema-form.ng-isolate-scope .col-3,ui-ng-gear-schema-form.ng-isolate-scope .col-4,ui-ng-gear-schema-form.ng-isolate-scope .col-5,ui-ng-gear-schema-form.ng-isolate-scope .col-6,ui-ng-gear-schema-form.ng-isolate-scope .col-7,ui-ng-gear-schema-form.ng-isolate-scope .col-8,ui-ng-gear-schema-form.ng-isolate-scope .col-9,ui-ng-gear-schema-form.ng-isolate-scope .col-10,ui-ng-gear-schema-form.ng-isolate-scope .col-11,ui-ng-gear-schema-form.ng-isolate-scope .col-12,ui-ng-gear-schema-form.ng-isolate-scope .col-auto,ui-ng-gear-schema-form.ng-isolate-scope .col-lg,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-6,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-7,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-8,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-9,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-10,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-11,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-12,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .col-md,ui-ng-gear-schema-form.ng-isolate-scope .col-md-1,ui-ng-gear-schema-form.ng-isolate-scope .col-md-2,ui-ng-gear-schema-form.ng-isolate-scope .col-md-3,ui-ng-gear-schema-form.ng-isolate-scope .col-md-4,ui-ng-gear-schema-form.ng-isolate-scope .col-md-5,ui-ng-gear-schema-form.ng-isolate-scope .col-md-6,ui-ng-gear-schema-form.ng-isolate-scope .col-md-7,ui-ng-gear-schema-form.ng-isolate-scope .col-md-8,ui-ng-gear-schema-form.ng-isolate-scope .col-md-9,ui-ng-gear-schema-form.ng-isolate-scope .col-md-10,ui-ng-gear-schema-form.ng-isolate-scope .col-md-11,ui-ng-gear-schema-form.ng-isolate-scope .col-md-12,ui-ng-gear-schema-form.ng-isolate-scope .col-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .col-sm,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-6,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-7,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-8,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-9,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-10,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-11,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-12,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .col-xl,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-6,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-7,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-8,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-9,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-10,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-11,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-12,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .col,ui-ng-open-time-email-editor.ng-isolate-scope .col-1,ui-ng-open-time-email-editor.ng-isolate-scope .col-2,ui-ng-open-time-email-editor.ng-isolate-scope .col-3,ui-ng-open-time-email-editor.ng-isolate-scope .col-4,ui-ng-open-time-email-editor.ng-isolate-scope .col-5,ui-ng-open-time-email-editor.ng-isolate-scope .col-6,ui-ng-open-time-email-editor.ng-isolate-scope .col-7,ui-ng-open-time-email-editor.ng-isolate-scope .col-8,ui-ng-open-time-email-editor.ng-isolate-scope .col-9,ui-ng-open-time-email-editor.ng-isolate-scope .col-10,ui-ng-open-time-email-editor.ng-isolate-scope .col-11,ui-ng-open-time-email-editor.ng-isolate-scope .col-12,ui-ng-open-time-email-editor.ng-isolate-scope .col-auto,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-6,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-7,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-8,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-9,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-10,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-11,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-12,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .col-md,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-6,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-7,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-8,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-9,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-10,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-11,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-12,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-6,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-7,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-8,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-9,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-10,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-11,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-12,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-6,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-7,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-8,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-9,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-10,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-11,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-12,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-auto,ui-ng-segment-editor.ng-isolate-scope .col,ui-ng-segment-editor.ng-isolate-scope .col-1,ui-ng-segment-editor.ng-isolate-scope .col-2,ui-ng-segment-editor.ng-isolate-scope .col-3,ui-ng-segment-editor.ng-isolate-scope .col-4,ui-ng-segment-editor.ng-isolate-scope .col-5,ui-ng-segment-editor.ng-isolate-scope .col-6,ui-ng-segment-editor.ng-isolate-scope .col-7,ui-ng-segment-editor.ng-isolate-scope .col-8,ui-ng-segment-editor.ng-isolate-scope .col-9,ui-ng-segment-editor.ng-isolate-scope .col-10,ui-ng-segment-editor.ng-isolate-scope .col-11,ui-ng-segment-editor.ng-isolate-scope .col-12,ui-ng-segment-editor.ng-isolate-scope .col-auto,ui-ng-segment-editor.ng-isolate-scope .col-lg,ui-ng-segment-editor.ng-isolate-scope .col-lg-1,ui-ng-segment-editor.ng-isolate-scope .col-lg-2,ui-ng-segment-editor.ng-isolate-scope .col-lg-3,ui-ng-segment-editor.ng-isolate-scope .col-lg-4,ui-ng-segment-editor.ng-isolate-scope .col-lg-5,ui-ng-segment-editor.ng-isolate-scope .col-lg-6,ui-ng-segment-editor.ng-isolate-scope .col-lg-7,ui-ng-segment-editor.ng-isolate-scope .col-lg-8,ui-ng-segment-editor.ng-isolate-scope .col-lg-9,ui-ng-segment-editor.ng-isolate-scope .col-lg-10,ui-ng-segment-editor.ng-isolate-scope .col-lg-11,ui-ng-segment-editor.ng-isolate-scope .col-lg-12,ui-ng-segment-editor.ng-isolate-scope .col-lg-auto,ui-ng-segment-editor.ng-isolate-scope .col-md,ui-ng-segment-editor.ng-isolate-scope .col-md-1,ui-ng-segment-editor.ng-isolate-scope .col-md-2,ui-ng-segment-editor.ng-isolate-scope .col-md-3,ui-ng-segment-editor.ng-isolate-scope .col-md-4,ui-ng-segment-editor.ng-isolate-scope .col-md-5,ui-ng-segment-editor.ng-isolate-scope .col-md-6,ui-ng-segment-editor.ng-isolate-scope .col-md-7,ui-ng-segment-editor.ng-isolate-scope .col-md-8,ui-ng-segment-editor.ng-isolate-scope .col-md-9,ui-ng-segment-editor.ng-isolate-scope .col-md-10,ui-ng-segment-editor.ng-isolate-scope .col-md-11,ui-ng-segment-editor.ng-isolate-scope .col-md-12,ui-ng-segment-editor.ng-isolate-scope .col-md-auto,ui-ng-segment-editor.ng-isolate-scope .col-sm,ui-ng-segment-editor.ng-isolate-scope .col-sm-1,ui-ng-segment-editor.ng-isolate-scope .col-sm-2,ui-ng-segment-editor.ng-isolate-scope .col-sm-3,ui-ng-segment-editor.ng-isolate-scope .col-sm-4,ui-ng-segment-editor.ng-isolate-scope .col-sm-5,ui-ng-segment-editor.ng-isolate-scope .col-sm-6,ui-ng-segment-editor.ng-isolate-scope .col-sm-7,ui-ng-segment-editor.ng-isolate-scope .col-sm-8,ui-ng-segment-editor.ng-isolate-scope .col-sm-9,ui-ng-segment-editor.ng-isolate-scope .col-sm-10,ui-ng-segment-editor.ng-isolate-scope .col-sm-11,ui-ng-segment-editor.ng-isolate-scope .col-sm-12,ui-ng-segment-editor.ng-isolate-scope .col-sm-auto,ui-ng-segment-editor.ng-isolate-scope .col-xl,ui-ng-segment-editor.ng-isolate-scope .col-xl-1,ui-ng-segment-editor.ng-isolate-scope .col-xl-2,ui-ng-segment-editor.ng-isolate-scope .col-xl-3,ui-ng-segment-editor.ng-isolate-scope .col-xl-4,ui-ng-segment-editor.ng-isolate-scope .col-xl-5,ui-ng-segment-editor.ng-isolate-scope .col-xl-6,ui-ng-segment-editor.ng-isolate-scope .col-xl-7,ui-ng-segment-editor.ng-isolate-scope .col-xl-8,ui-ng-segment-editor.ng-isolate-scope .col-xl-9,ui-ng-segment-editor.ng-isolate-scope .col-xl-10,ui-ng-segment-editor.ng-isolate-scope .col-xl-11,ui-ng-segment-editor.ng-isolate-scope .col-xl-12,ui-ng-segment-editor.ng-isolate-scope .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}div[class*=FloatingMenu__] .col,ui-ng-add-rule-menu.ng-isolate-scope .col,ui-ng-date-time-picker.ng-isolate-scope .col,ui-ng-gear-schema-form.ng-isolate-scope .col,ui-ng-open-time-email-editor.ng-isolate-scope .col,ui-ng-segment-editor.ng-isolate-scope .col{flex-basis:0;flex-grow:1;max-width:100%}div[class*=FloatingMenu__] .row-cols-1>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-1>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-1>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-1>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-1>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-1>*{flex:0 0 100%;max-width:100%}div[class*=FloatingMenu__] .row-cols-2>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-2>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-2>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-2>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-2>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-2>*{flex:0 0 50%;max-width:50%}div[class*=FloatingMenu__] .row-cols-3>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-3>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-3>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-3>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-3>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}div[class*=FloatingMenu__] .row-cols-4>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-4>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-4>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-4>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-4>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-4>*{flex:0 0 25%;max-width:25%}div[class*=FloatingMenu__] .row-cols-5>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-5>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-5>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-5>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-5>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-5>*{flex:0 0 20%;max-width:20%}div[class*=FloatingMenu__] .row-cols-6>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-6>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-6>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-6>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-6>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}div[class*=FloatingMenu__] .col-auto,ui-ng-add-rule-menu.ng-isolate-scope .col-auto,ui-ng-date-time-picker.ng-isolate-scope .col-auto,ui-ng-gear-schema-form.ng-isolate-scope .col-auto,ui-ng-open-time-email-editor.ng-isolate-scope .col-auto,ui-ng-segment-editor.ng-isolate-scope .col-auto{flex:0 0 auto;width:auto;max-width:100%}div[class*=FloatingMenu__] .col-1,ui-ng-add-rule-menu.ng-isolate-scope .col-1,ui-ng-date-time-picker.ng-isolate-scope .col-1,ui-ng-gear-schema-form.ng-isolate-scope .col-1,ui-ng-open-time-email-editor.ng-isolate-scope .col-1,ui-ng-segment-editor.ng-isolate-scope .col-1{flex:0 0 8.33333%;max-width:8.33333%}div[class*=FloatingMenu__] .col-2,ui-ng-add-rule-menu.ng-isolate-scope .col-2,ui-ng-date-time-picker.ng-isolate-scope .col-2,ui-ng-gear-schema-form.ng-isolate-scope .col-2,ui-ng-open-time-email-editor.ng-isolate-scope .col-2,ui-ng-segment-editor.ng-isolate-scope .col-2{flex:0 0 16.66667%;max-width:16.66667%}div[class*=FloatingMenu__] .col-3,ui-ng-add-rule-menu.ng-isolate-scope .col-3,ui-ng-date-time-picker.ng-isolate-scope .col-3,ui-ng-gear-schema-form.ng-isolate-scope .col-3,ui-ng-open-time-email-editor.ng-isolate-scope .col-3,ui-ng-segment-editor.ng-isolate-scope .col-3{flex:0 0 25%;max-width:25%}div[class*=FloatingMenu__] .col-4,ui-ng-add-rule-menu.ng-isolate-scope .col-4,ui-ng-date-time-picker.ng-isolate-scope .col-4,ui-ng-gear-schema-form.ng-isolate-scope .col-4,ui-ng-open-time-email-editor.ng-isolate-scope .col-4,ui-ng-segment-editor.ng-isolate-scope .col-4{flex:0 0 33.33333%;max-width:33.33333%}div[class*=FloatingMenu__] .col-5,ui-ng-add-rule-menu.ng-isolate-scope .col-5,ui-ng-date-time-picker.ng-isolate-scope .col-5,ui-ng-gear-schema-form.ng-isolate-scope .col-5,ui-ng-open-time-email-editor.ng-isolate-scope .col-5,ui-ng-segment-editor.ng-isolate-scope .col-5{flex:0 0 41.66667%;max-width:41.66667%}div[class*=FloatingMenu__] .col-6,ui-ng-add-rule-menu.ng-isolate-scope .col-6,ui-ng-date-time-picker.ng-isolate-scope .col-6,ui-ng-gear-schema-form.ng-isolate-scope .col-6,ui-ng-open-time-email-editor.ng-isolate-scope .col-6,ui-ng-segment-editor.ng-isolate-scope .col-6{flex:0 0 50%;max-width:50%}div[class*=FloatingMenu__] .col-7,ui-ng-add-rule-menu.ng-isolate-scope .col-7,ui-ng-date-time-picker.ng-isolate-scope .col-7,ui-ng-gear-schema-form.ng-isolate-scope .col-7,ui-ng-open-time-email-editor.ng-isolate-scope .col-7,ui-ng-segment-editor.ng-isolate-scope .col-7{flex:0 0 58.33333%;max-width:58.33333%}div[class*=FloatingMenu__] .col-8,ui-ng-add-rule-menu.ng-isolate-scope .col-8,ui-ng-date-time-picker.ng-isolate-scope .col-8,ui-ng-gear-schema-form.ng-isolate-scope .col-8,ui-ng-open-time-email-editor.ng-isolate-scope .col-8,ui-ng-segment-editor.ng-isolate-scope .col-8{flex:0 0 66.66667%;max-width:66.66667%}div[class*=FloatingMenu__] .col-9,ui-ng-add-rule-menu.ng-isolate-scope .col-9,ui-ng-date-time-picker.ng-isolate-scope .col-9,ui-ng-gear-schema-form.ng-isolate-scope .col-9,ui-ng-open-time-email-editor.ng-isolate-scope .col-9,ui-ng-segment-editor.ng-isolate-scope .col-9{flex:0 0 75%;max-width:75%}div[class*=FloatingMenu__] .col-10,ui-ng-add-rule-menu.ng-isolate-scope .col-10,ui-ng-date-time-picker.ng-isolate-scope .col-10,ui-ng-gear-schema-form.ng-isolate-scope .col-10,ui-ng-open-time-email-editor.ng-isolate-scope .col-10,ui-ng-segment-editor.ng-isolate-scope .col-10{flex:0 0 83.33333%;max-width:83.33333%}div[class*=FloatingMenu__] .col-11,ui-ng-add-rule-menu.ng-isolate-scope .col-11,ui-ng-date-time-picker.ng-isolate-scope .col-11,ui-ng-gear-schema-form.ng-isolate-scope .col-11,ui-ng-open-time-email-editor.ng-isolate-scope .col-11,ui-ng-segment-editor.ng-isolate-scope .col-11{flex:0 0 91.66667%;max-width:91.66667%}div[class*=FloatingMenu__] .col-12,ui-ng-add-rule-menu.ng-isolate-scope .col-12,ui-ng-date-time-picker.ng-isolate-scope .col-12,ui-ng-gear-schema-form.ng-isolate-scope .col-12,ui-ng-open-time-email-editor.ng-isolate-scope .col-12,ui-ng-segment-editor.ng-isolate-scope .col-12{flex:0 0 100%;max-width:100%}div[class*=FloatingMenu__] .order-first,ui-ng-add-rule-menu.ng-isolate-scope .order-first,ui-ng-date-time-picker.ng-isolate-scope .order-first,ui-ng-gear-schema-form.ng-isolate-scope .order-first,ui-ng-open-time-email-editor.ng-isolate-scope .order-first,ui-ng-segment-editor.ng-isolate-scope .order-first{order:-1}div[class*=FloatingMenu__] .order-last,ui-ng-add-rule-menu.ng-isolate-scope .order-last,ui-ng-date-time-picker.ng-isolate-scope .order-last,ui-ng-gear-schema-form.ng-isolate-scope .order-last,ui-ng-open-time-email-editor.ng-isolate-scope .order-last,ui-ng-segment-editor.ng-isolate-scope .order-last{order:13}div[class*=FloatingMenu__] .order-0,ui-ng-add-rule-menu.ng-isolate-scope .order-0,ui-ng-date-time-picker.ng-isolate-scope .order-0,ui-ng-gear-schema-form.ng-isolate-scope .order-0,ui-ng-open-time-email-editor.ng-isolate-scope .order-0,ui-ng-segment-editor.ng-isolate-scope .order-0{order:0}div[class*=FloatingMenu__] .order-1,ui-ng-add-rule-menu.ng-isolate-scope .order-1,ui-ng-date-time-picker.ng-isolate-scope .order-1,ui-ng-gear-schema-form.ng-isolate-scope .order-1,ui-ng-open-time-email-editor.ng-isolate-scope .order-1,ui-ng-segment-editor.ng-isolate-scope .order-1{order:1}div[class*=FloatingMenu__] .order-2,ui-ng-add-rule-menu.ng-isolate-scope .order-2,ui-ng-date-time-picker.ng-isolate-scope .order-2,ui-ng-gear-schema-form.ng-isolate-scope .order-2,ui-ng-open-time-email-editor.ng-isolate-scope .order-2,ui-ng-segment-editor.ng-isolate-scope .order-2{order:2}div[class*=FloatingMenu__] .order-3,ui-ng-add-rule-menu.ng-isolate-scope .order-3,ui-ng-date-time-picker.ng-isolate-scope .order-3,ui-ng-gear-schema-form.ng-isolate-scope .order-3,ui-ng-open-time-email-editor.ng-isolate-scope .order-3,ui-ng-segment-editor.ng-isolate-scope .order-3{order:3}div[class*=FloatingMenu__] .order-4,ui-ng-add-rule-menu.ng-isolate-scope .order-4,ui-ng-date-time-picker.ng-isolate-scope .order-4,ui-ng-gear-schema-form.ng-isolate-scope .order-4,ui-ng-open-time-email-editor.ng-isolate-scope .order-4,ui-ng-segment-editor.ng-isolate-scope .order-4{order:4}div[class*=FloatingMenu__] .order-5,ui-ng-add-rule-menu.ng-isolate-scope .order-5,ui-ng-date-time-picker.ng-isolate-scope .order-5,ui-ng-gear-schema-form.ng-isolate-scope .order-5,ui-ng-open-time-email-editor.ng-isolate-scope .order-5,ui-ng-segment-editor.ng-isolate-scope .order-5{order:5}div[class*=FloatingMenu__] .order-6,ui-ng-add-rule-menu.ng-isolate-scope .order-6,ui-ng-date-time-picker.ng-isolate-scope .order-6,ui-ng-gear-schema-form.ng-isolate-scope .order-6,ui-ng-open-time-email-editor.ng-isolate-scope .order-6,ui-ng-segment-editor.ng-isolate-scope .order-6{order:6}div[class*=FloatingMenu__] .order-7,ui-ng-add-rule-menu.ng-isolate-scope .order-7,ui-ng-date-time-picker.ng-isolate-scope .order-7,ui-ng-gear-schema-form.ng-isolate-scope .order-7,ui-ng-open-time-email-editor.ng-isolate-scope .order-7,ui-ng-segment-editor.ng-isolate-scope .order-7{order:7}div[class*=FloatingMenu__] .order-8,ui-ng-add-rule-menu.ng-isolate-scope .order-8,ui-ng-date-time-picker.ng-isolate-scope .order-8,ui-ng-gear-schema-form.ng-isolate-scope .order-8,ui-ng-open-time-email-editor.ng-isolate-scope .order-8,ui-ng-segment-editor.ng-isolate-scope .order-8{order:8}div[class*=FloatingMenu__] .order-9,ui-ng-add-rule-menu.ng-isolate-scope .order-9,ui-ng-date-time-picker.ng-isolate-scope .order-9,ui-ng-gear-schema-form.ng-isolate-scope .order-9,ui-ng-open-time-email-editor.ng-isolate-scope .order-9,ui-ng-segment-editor.ng-isolate-scope .order-9{order:9}div[class*=FloatingMenu__] .order-10,ui-ng-add-rule-menu.ng-isolate-scope .order-10,ui-ng-date-time-picker.ng-isolate-scope .order-10,ui-ng-gear-schema-form.ng-isolate-scope .order-10,ui-ng-open-time-email-editor.ng-isolate-scope .order-10,ui-ng-segment-editor.ng-isolate-scope .order-10{order:10}div[class*=FloatingMenu__] .order-11,ui-ng-add-rule-menu.ng-isolate-scope .order-11,ui-ng-date-time-picker.ng-isolate-scope .order-11,ui-ng-gear-schema-form.ng-isolate-scope .order-11,ui-ng-open-time-email-editor.ng-isolate-scope .order-11,ui-ng-segment-editor.ng-isolate-scope .order-11{order:11}div[class*=FloatingMenu__] .order-12,ui-ng-add-rule-menu.ng-isolate-scope .order-12,ui-ng-date-time-picker.ng-isolate-scope .order-12,ui-ng-gear-schema-form.ng-isolate-scope .order-12,ui-ng-open-time-email-editor.ng-isolate-scope .order-12,ui-ng-segment-editor.ng-isolate-scope .order-12{order:12}div[class*=FloatingMenu__] .offset-1,ui-ng-add-rule-menu.ng-isolate-scope .offset-1,ui-ng-date-time-picker.ng-isolate-scope .offset-1,ui-ng-gear-schema-form.ng-isolate-scope .offset-1,ui-ng-open-time-email-editor.ng-isolate-scope .offset-1,ui-ng-segment-editor.ng-isolate-scope .offset-1{margin-left:8.33333%}div[class*=FloatingMenu__] .offset-2,ui-ng-add-rule-menu.ng-isolate-scope .offset-2,ui-ng-date-time-picker.ng-isolate-scope .offset-2,ui-ng-gear-schema-form.ng-isolate-scope .offset-2,ui-ng-open-time-email-editor.ng-isolate-scope .offset-2,ui-ng-segment-editor.ng-isolate-scope .offset-2{margin-left:16.66667%}div[class*=FloatingMenu__] .offset-3,ui-ng-add-rule-menu.ng-isolate-scope .offset-3,ui-ng-date-time-picker.ng-isolate-scope .offset-3,ui-ng-gear-schema-form.ng-isolate-scope .offset-3,ui-ng-open-time-email-editor.ng-isolate-scope .offset-3,ui-ng-segment-editor.ng-isolate-scope .offset-3{margin-left:25%}div[class*=FloatingMenu__] .offset-4,ui-ng-add-rule-menu.ng-isolate-scope .offset-4,ui-ng-date-time-picker.ng-isolate-scope .offset-4,ui-ng-gear-schema-form.ng-isolate-scope .offset-4,ui-ng-open-time-email-editor.ng-isolate-scope .offset-4,ui-ng-segment-editor.ng-isolate-scope .offset-4{margin-left:33.33333%}div[class*=FloatingMenu__] .offset-5,ui-ng-add-rule-menu.ng-isolate-scope .offset-5,ui-ng-date-time-picker.ng-isolate-scope .offset-5,ui-ng-gear-schema-form.ng-isolate-scope .offset-5,ui-ng-open-time-email-editor.ng-isolate-scope .offset-5,ui-ng-segment-editor.ng-isolate-scope .offset-5{margin-left:41.66667%}div[class*=FloatingMenu__] .offset-6,ui-ng-add-rule-menu.ng-isolate-scope .offset-6,ui-ng-date-time-picker.ng-isolate-scope .offset-6,ui-ng-gear-schema-form.ng-isolate-scope .offset-6,ui-ng-open-time-email-editor.ng-isolate-scope .offset-6,ui-ng-segment-editor.ng-isolate-scope .offset-6{margin-left:50%}div[class*=FloatingMenu__] .offset-7,ui-ng-add-rule-menu.ng-isolate-scope .offset-7,ui-ng-date-time-picker.ng-isolate-scope .offset-7,ui-ng-gear-schema-form.ng-isolate-scope .offset-7,ui-ng-open-time-email-editor.ng-isolate-scope .offset-7,ui-ng-segment-editor.ng-isolate-scope .offset-7{margin-left:58.33333%}div[class*=FloatingMenu__] .offset-8,ui-ng-add-rule-menu.ng-isolate-scope .offset-8,ui-ng-date-time-picker.ng-isolate-scope .offset-8,ui-ng-gear-schema-form.ng-isolate-scope .offset-8,ui-ng-open-time-email-editor.ng-isolate-scope .offset-8,ui-ng-segment-editor.ng-isolate-scope .offset-8{margin-left:66.66667%}div[class*=FloatingMenu__] .offset-9,ui-ng-add-rule-menu.ng-isolate-scope .offset-9,ui-ng-date-time-picker.ng-isolate-scope .offset-9,ui-ng-gear-schema-form.ng-isolate-scope .offset-9,ui-ng-open-time-email-editor.ng-isolate-scope .offset-9,ui-ng-segment-editor.ng-isolate-scope .offset-9{margin-left:75%}div[class*=FloatingMenu__] .offset-10,ui-ng-add-rule-menu.ng-isolate-scope .offset-10,ui-ng-date-time-picker.ng-isolate-scope .offset-10,ui-ng-gear-schema-form.ng-isolate-scope .offset-10,ui-ng-open-time-email-editor.ng-isolate-scope .offset-10,ui-ng-segment-editor.ng-isolate-scope .offset-10{margin-left:83.33333%}div[class*=FloatingMenu__] .offset-11,ui-ng-add-rule-menu.ng-isolate-scope .offset-11,ui-ng-date-time-picker.ng-isolate-scope .offset-11,ui-ng-gear-schema-form.ng-isolate-scope .offset-11,ui-ng-open-time-email-editor.ng-isolate-scope .offset-11,ui-ng-segment-editor.ng-isolate-scope .offset-11{margin-left:91.66667%}@media (min-width:576px){div[class*=FloatingMenu__] .col-sm,ui-ng-add-rule-menu.ng-isolate-scope .col-sm,ui-ng-date-time-picker.ng-isolate-scope .col-sm,ui-ng-gear-schema-form.ng-isolate-scope .col-sm,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm,ui-ng-segment-editor.ng-isolate-scope .col-sm{flex-basis:0;flex-grow:1;max-width:100%}div[class*=FloatingMenu__] .row-cols-sm-1>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-sm-1>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-sm-1>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-sm-1>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-sm-1>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}div[class*=FloatingMenu__] .row-cols-sm-2>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-sm-2>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-sm-2>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-sm-2>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-sm-2>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}div[class*=FloatingMenu__] .row-cols-sm-3>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-sm-3>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-sm-3>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-sm-3>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-sm-3>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}div[class*=FloatingMenu__] .row-cols-sm-4>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-sm-4>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-sm-4>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-sm-4>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-sm-4>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}div[class*=FloatingMenu__] .row-cols-sm-5>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-sm-5>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-sm-5>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-sm-5>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-sm-5>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}div[class*=FloatingMenu__] .row-cols-sm-6>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-sm-6>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-sm-6>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-sm-6>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-sm-6>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}div[class*=FloatingMenu__] .col-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .col-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-auto,ui-ng-segment-editor.ng-isolate-scope .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}div[class*=FloatingMenu__] .col-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-1,ui-ng-date-time-picker.ng-isolate-scope .col-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-1,ui-ng-segment-editor.ng-isolate-scope .col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}div[class*=FloatingMenu__] .col-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-2,ui-ng-date-time-picker.ng-isolate-scope .col-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-2,ui-ng-segment-editor.ng-isolate-scope .col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}div[class*=FloatingMenu__] .col-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-3,ui-ng-date-time-picker.ng-isolate-scope .col-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-3,ui-ng-segment-editor.ng-isolate-scope .col-sm-3{flex:0 0 25%;max-width:25%}div[class*=FloatingMenu__] .col-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-4,ui-ng-date-time-picker.ng-isolate-scope .col-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-4,ui-ng-segment-editor.ng-isolate-scope .col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}div[class*=FloatingMenu__] .col-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-5,ui-ng-date-time-picker.ng-isolate-scope .col-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-5,ui-ng-segment-editor.ng-isolate-scope .col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}div[class*=FloatingMenu__] .col-sm-6,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-6,ui-ng-date-time-picker.ng-isolate-scope .col-sm-6,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-6,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-6,ui-ng-segment-editor.ng-isolate-scope .col-sm-6{flex:0 0 50%;max-width:50%}div[class*=FloatingMenu__] .col-sm-7,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-7,ui-ng-date-time-picker.ng-isolate-scope .col-sm-7,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-7,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-7,ui-ng-segment-editor.ng-isolate-scope .col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}div[class*=FloatingMenu__] .col-sm-8,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-8,ui-ng-date-time-picker.ng-isolate-scope .col-sm-8,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-8,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-8,ui-ng-segment-editor.ng-isolate-scope .col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}div[class*=FloatingMenu__] .col-sm-9,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-9,ui-ng-date-time-picker.ng-isolate-scope .col-sm-9,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-9,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-9,ui-ng-segment-editor.ng-isolate-scope .col-sm-9{flex:0 0 75%;max-width:75%}div[class*=FloatingMenu__] .col-sm-10,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-10,ui-ng-date-time-picker.ng-isolate-scope .col-sm-10,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-10,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-10,ui-ng-segment-editor.ng-isolate-scope .col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}div[class*=FloatingMenu__] .col-sm-11,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-11,ui-ng-date-time-picker.ng-isolate-scope .col-sm-11,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-11,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-11,ui-ng-segment-editor.ng-isolate-scope .col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}div[class*=FloatingMenu__] .col-sm-12,ui-ng-add-rule-menu.ng-isolate-scope .col-sm-12,ui-ng-date-time-picker.ng-isolate-scope .col-sm-12,ui-ng-gear-schema-form.ng-isolate-scope .col-sm-12,ui-ng-open-time-email-editor.ng-isolate-scope .col-sm-12,ui-ng-segment-editor.ng-isolate-scope .col-sm-12{flex:0 0 100%;max-width:100%}div[class*=FloatingMenu__] .order-sm-first,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-first,ui-ng-date-time-picker.ng-isolate-scope .order-sm-first,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-first,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-first,ui-ng-segment-editor.ng-isolate-scope .order-sm-first{order:-1}div[class*=FloatingMenu__] .order-sm-last,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-last,ui-ng-date-time-picker.ng-isolate-scope .order-sm-last,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-last,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-last,ui-ng-segment-editor.ng-isolate-scope .order-sm-last{order:13}div[class*=FloatingMenu__] .order-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-0,ui-ng-date-time-picker.ng-isolate-scope .order-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-0,ui-ng-segment-editor.ng-isolate-scope .order-sm-0{order:0}div[class*=FloatingMenu__] .order-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-1,ui-ng-date-time-picker.ng-isolate-scope .order-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-1,ui-ng-segment-editor.ng-isolate-scope .order-sm-1{order:1}div[class*=FloatingMenu__] .order-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-2,ui-ng-date-time-picker.ng-isolate-scope .order-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-2,ui-ng-segment-editor.ng-isolate-scope .order-sm-2{order:2}div[class*=FloatingMenu__] .order-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-3,ui-ng-date-time-picker.ng-isolate-scope .order-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-3,ui-ng-segment-editor.ng-isolate-scope .order-sm-3{order:3}div[class*=FloatingMenu__] .order-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-4,ui-ng-date-time-picker.ng-isolate-scope .order-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-4,ui-ng-segment-editor.ng-isolate-scope .order-sm-4{order:4}div[class*=FloatingMenu__] .order-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-5,ui-ng-date-time-picker.ng-isolate-scope .order-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-5,ui-ng-segment-editor.ng-isolate-scope .order-sm-5{order:5}div[class*=FloatingMenu__] .order-sm-6,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-6,ui-ng-date-time-picker.ng-isolate-scope .order-sm-6,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-6,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-6,ui-ng-segment-editor.ng-isolate-scope .order-sm-6{order:6}div[class*=FloatingMenu__] .order-sm-7,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-7,ui-ng-date-time-picker.ng-isolate-scope .order-sm-7,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-7,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-7,ui-ng-segment-editor.ng-isolate-scope .order-sm-7{order:7}div[class*=FloatingMenu__] .order-sm-8,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-8,ui-ng-date-time-picker.ng-isolate-scope .order-sm-8,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-8,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-8,ui-ng-segment-editor.ng-isolate-scope .order-sm-8{order:8}div[class*=FloatingMenu__] .order-sm-9,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-9,ui-ng-date-time-picker.ng-isolate-scope .order-sm-9,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-9,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-9,ui-ng-segment-editor.ng-isolate-scope .order-sm-9{order:9}div[class*=FloatingMenu__] .order-sm-10,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-10,ui-ng-date-time-picker.ng-isolate-scope .order-sm-10,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-10,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-10,ui-ng-segment-editor.ng-isolate-scope .order-sm-10{order:10}div[class*=FloatingMenu__] .order-sm-11,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-11,ui-ng-date-time-picker.ng-isolate-scope .order-sm-11,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-11,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-11,ui-ng-segment-editor.ng-isolate-scope .order-sm-11{order:11}div[class*=FloatingMenu__] .order-sm-12,ui-ng-add-rule-menu.ng-isolate-scope .order-sm-12,ui-ng-date-time-picker.ng-isolate-scope .order-sm-12,ui-ng-gear-schema-form.ng-isolate-scope .order-sm-12,ui-ng-open-time-email-editor.ng-isolate-scope .order-sm-12,ui-ng-segment-editor.ng-isolate-scope .order-sm-12{order:12}div[class*=FloatingMenu__] .offset-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-0,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-0,ui-ng-segment-editor.ng-isolate-scope .offset-sm-0{margin-left:0}div[class*=FloatingMenu__] .offset-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-1,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-1,ui-ng-segment-editor.ng-isolate-scope .offset-sm-1{margin-left:8.33333%}div[class*=FloatingMenu__] .offset-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-2,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-2,ui-ng-segment-editor.ng-isolate-scope .offset-sm-2{margin-left:16.66667%}div[class*=FloatingMenu__] .offset-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-3,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-3,ui-ng-segment-editor.ng-isolate-scope .offset-sm-3{margin-left:25%}div[class*=FloatingMenu__] .offset-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-4,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-4,ui-ng-segment-editor.ng-isolate-scope .offset-sm-4{margin-left:33.33333%}div[class*=FloatingMenu__] .offset-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-5,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-5,ui-ng-segment-editor.ng-isolate-scope .offset-sm-5{margin-left:41.66667%}div[class*=FloatingMenu__] .offset-sm-6,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-6,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-6,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-6,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-6,ui-ng-segment-editor.ng-isolate-scope .offset-sm-6{margin-left:50%}div[class*=FloatingMenu__] .offset-sm-7,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-7,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-7,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-7,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-7,ui-ng-segment-editor.ng-isolate-scope .offset-sm-7{margin-left:58.33333%}div[class*=FloatingMenu__] .offset-sm-8,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-8,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-8,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-8,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-8,ui-ng-segment-editor.ng-isolate-scope .offset-sm-8{margin-left:66.66667%}div[class*=FloatingMenu__] .offset-sm-9,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-9,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-9,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-9,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-9,ui-ng-segment-editor.ng-isolate-scope .offset-sm-9{margin-left:75%}div[class*=FloatingMenu__] .offset-sm-10,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-10,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-10,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-10,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-10,ui-ng-segment-editor.ng-isolate-scope .offset-sm-10{margin-left:83.33333%}div[class*=FloatingMenu__] .offset-sm-11,ui-ng-add-rule-menu.ng-isolate-scope .offset-sm-11,ui-ng-date-time-picker.ng-isolate-scope .offset-sm-11,ui-ng-gear-schema-form.ng-isolate-scope .offset-sm-11,ui-ng-open-time-email-editor.ng-isolate-scope .offset-sm-11,ui-ng-segment-editor.ng-isolate-scope .offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){div[class*=FloatingMenu__] .col-md,ui-ng-add-rule-menu.ng-isolate-scope .col-md,ui-ng-date-time-picker.ng-isolate-scope .col-md,ui-ng-gear-schema-form.ng-isolate-scope .col-md,ui-ng-open-time-email-editor.ng-isolate-scope .col-md,ui-ng-segment-editor.ng-isolate-scope .col-md{flex-basis:0;flex-grow:1;max-width:100%}div[class*=FloatingMenu__] .row-cols-md-1>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-md-1>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-md-1>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-md-1>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-md-1>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-md-1>*{flex:0 0 100%;max-width:100%}div[class*=FloatingMenu__] .row-cols-md-2>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-md-2>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-md-2>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-md-2>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-md-2>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-md-2>*{flex:0 0 50%;max-width:50%}div[class*=FloatingMenu__] .row-cols-md-3>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-md-3>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-md-3>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-md-3>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-md-3>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}div[class*=FloatingMenu__] .row-cols-md-4>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-md-4>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-md-4>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-md-4>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-md-4>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-md-4>*{flex:0 0 25%;max-width:25%}div[class*=FloatingMenu__] .row-cols-md-5>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-md-5>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-md-5>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-md-5>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-md-5>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-md-5>*{flex:0 0 20%;max-width:20%}div[class*=FloatingMenu__] .row-cols-md-6>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-md-6>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-md-6>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-md-6>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-md-6>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}div[class*=FloatingMenu__] .col-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .col-md-auto,ui-ng-date-time-picker.ng-isolate-scope .col-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .col-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-auto,ui-ng-segment-editor.ng-isolate-scope .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}div[class*=FloatingMenu__] .col-md-1,ui-ng-add-rule-menu.ng-isolate-scope .col-md-1,ui-ng-date-time-picker.ng-isolate-scope .col-md-1,ui-ng-gear-schema-form.ng-isolate-scope .col-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-1,ui-ng-segment-editor.ng-isolate-scope .col-md-1{flex:0 0 8.33333%;max-width:8.33333%}div[class*=FloatingMenu__] .col-md-2,ui-ng-add-rule-menu.ng-isolate-scope .col-md-2,ui-ng-date-time-picker.ng-isolate-scope .col-md-2,ui-ng-gear-schema-form.ng-isolate-scope .col-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-2,ui-ng-segment-editor.ng-isolate-scope .col-md-2{flex:0 0 16.66667%;max-width:16.66667%}div[class*=FloatingMenu__] .col-md-3,ui-ng-add-rule-menu.ng-isolate-scope .col-md-3,ui-ng-date-time-picker.ng-isolate-scope .col-md-3,ui-ng-gear-schema-form.ng-isolate-scope .col-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-3,ui-ng-segment-editor.ng-isolate-scope .col-md-3{flex:0 0 25%;max-width:25%}div[class*=FloatingMenu__] .col-md-4,ui-ng-add-rule-menu.ng-isolate-scope .col-md-4,ui-ng-date-time-picker.ng-isolate-scope .col-md-4,ui-ng-gear-schema-form.ng-isolate-scope .col-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-4,ui-ng-segment-editor.ng-isolate-scope .col-md-4{flex:0 0 33.33333%;max-width:33.33333%}div[class*=FloatingMenu__] .col-md-5,ui-ng-add-rule-menu.ng-isolate-scope .col-md-5,ui-ng-date-time-picker.ng-isolate-scope .col-md-5,ui-ng-gear-schema-form.ng-isolate-scope .col-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-5,ui-ng-segment-editor.ng-isolate-scope .col-md-5{flex:0 0 41.66667%;max-width:41.66667%}div[class*=FloatingMenu__] .col-md-6,ui-ng-add-rule-menu.ng-isolate-scope .col-md-6,ui-ng-date-time-picker.ng-isolate-scope .col-md-6,ui-ng-gear-schema-form.ng-isolate-scope .col-md-6,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-6,ui-ng-segment-editor.ng-isolate-scope .col-md-6{flex:0 0 50%;max-width:50%}div[class*=FloatingMenu__] .col-md-7,ui-ng-add-rule-menu.ng-isolate-scope .col-md-7,ui-ng-date-time-picker.ng-isolate-scope .col-md-7,ui-ng-gear-schema-form.ng-isolate-scope .col-md-7,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-7,ui-ng-segment-editor.ng-isolate-scope .col-md-7{flex:0 0 58.33333%;max-width:58.33333%}div[class*=FloatingMenu__] .col-md-8,ui-ng-add-rule-menu.ng-isolate-scope .col-md-8,ui-ng-date-time-picker.ng-isolate-scope .col-md-8,ui-ng-gear-schema-form.ng-isolate-scope .col-md-8,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-8,ui-ng-segment-editor.ng-isolate-scope .col-md-8{flex:0 0 66.66667%;max-width:66.66667%}div[class*=FloatingMenu__] .col-md-9,ui-ng-add-rule-menu.ng-isolate-scope .col-md-9,ui-ng-date-time-picker.ng-isolate-scope .col-md-9,ui-ng-gear-schema-form.ng-isolate-scope .col-md-9,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-9,ui-ng-segment-editor.ng-isolate-scope .col-md-9{flex:0 0 75%;max-width:75%}div[class*=FloatingMenu__] .col-md-10,ui-ng-add-rule-menu.ng-isolate-scope .col-md-10,ui-ng-date-time-picker.ng-isolate-scope .col-md-10,ui-ng-gear-schema-form.ng-isolate-scope .col-md-10,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-10,ui-ng-segment-editor.ng-isolate-scope .col-md-10{flex:0 0 83.33333%;max-width:83.33333%}div[class*=FloatingMenu__] .col-md-11,ui-ng-add-rule-menu.ng-isolate-scope .col-md-11,ui-ng-date-time-picker.ng-isolate-scope .col-md-11,ui-ng-gear-schema-form.ng-isolate-scope .col-md-11,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-11,ui-ng-segment-editor.ng-isolate-scope .col-md-11{flex:0 0 91.66667%;max-width:91.66667%}div[class*=FloatingMenu__] .col-md-12,ui-ng-add-rule-menu.ng-isolate-scope .col-md-12,ui-ng-date-time-picker.ng-isolate-scope .col-md-12,ui-ng-gear-schema-form.ng-isolate-scope .col-md-12,ui-ng-open-time-email-editor.ng-isolate-scope .col-md-12,ui-ng-segment-editor.ng-isolate-scope .col-md-12{flex:0 0 100%;max-width:100%}div[class*=FloatingMenu__] .order-md-first,ui-ng-add-rule-menu.ng-isolate-scope .order-md-first,ui-ng-date-time-picker.ng-isolate-scope .order-md-first,ui-ng-gear-schema-form.ng-isolate-scope .order-md-first,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-first,ui-ng-segment-editor.ng-isolate-scope .order-md-first{order:-1}div[class*=FloatingMenu__] .order-md-last,ui-ng-add-rule-menu.ng-isolate-scope .order-md-last,ui-ng-date-time-picker.ng-isolate-scope .order-md-last,ui-ng-gear-schema-form.ng-isolate-scope .order-md-last,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-last,ui-ng-segment-editor.ng-isolate-scope .order-md-last{order:13}div[class*=FloatingMenu__] .order-md-0,ui-ng-add-rule-menu.ng-isolate-scope .order-md-0,ui-ng-date-time-picker.ng-isolate-scope .order-md-0,ui-ng-gear-schema-form.ng-isolate-scope .order-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-0,ui-ng-segment-editor.ng-isolate-scope .order-md-0{order:0}div[class*=FloatingMenu__] .order-md-1,ui-ng-add-rule-menu.ng-isolate-scope .order-md-1,ui-ng-date-time-picker.ng-isolate-scope .order-md-1,ui-ng-gear-schema-form.ng-isolate-scope .order-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-1,ui-ng-segment-editor.ng-isolate-scope .order-md-1{order:1}div[class*=FloatingMenu__] .order-md-2,ui-ng-add-rule-menu.ng-isolate-scope .order-md-2,ui-ng-date-time-picker.ng-isolate-scope .order-md-2,ui-ng-gear-schema-form.ng-isolate-scope .order-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-2,ui-ng-segment-editor.ng-isolate-scope .order-md-2{order:2}div[class*=FloatingMenu__] .order-md-3,ui-ng-add-rule-menu.ng-isolate-scope .order-md-3,ui-ng-date-time-picker.ng-isolate-scope .order-md-3,ui-ng-gear-schema-form.ng-isolate-scope .order-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-3,ui-ng-segment-editor.ng-isolate-scope .order-md-3{order:3}div[class*=FloatingMenu__] .order-md-4,ui-ng-add-rule-menu.ng-isolate-scope .order-md-4,ui-ng-date-time-picker.ng-isolate-scope .order-md-4,ui-ng-gear-schema-form.ng-isolate-scope .order-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-4,ui-ng-segment-editor.ng-isolate-scope .order-md-4{order:4}div[class*=FloatingMenu__] .order-md-5,ui-ng-add-rule-menu.ng-isolate-scope .order-md-5,ui-ng-date-time-picker.ng-isolate-scope .order-md-5,ui-ng-gear-schema-form.ng-isolate-scope .order-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-5,ui-ng-segment-editor.ng-isolate-scope .order-md-5{order:5}div[class*=FloatingMenu__] .order-md-6,ui-ng-add-rule-menu.ng-isolate-scope .order-md-6,ui-ng-date-time-picker.ng-isolate-scope .order-md-6,ui-ng-gear-schema-form.ng-isolate-scope .order-md-6,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-6,ui-ng-segment-editor.ng-isolate-scope .order-md-6{order:6}div[class*=FloatingMenu__] .order-md-7,ui-ng-add-rule-menu.ng-isolate-scope .order-md-7,ui-ng-date-time-picker.ng-isolate-scope .order-md-7,ui-ng-gear-schema-form.ng-isolate-scope .order-md-7,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-7,ui-ng-segment-editor.ng-isolate-scope .order-md-7{order:7}div[class*=FloatingMenu__] .order-md-8,ui-ng-add-rule-menu.ng-isolate-scope .order-md-8,ui-ng-date-time-picker.ng-isolate-scope .order-md-8,ui-ng-gear-schema-form.ng-isolate-scope .order-md-8,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-8,ui-ng-segment-editor.ng-isolate-scope .order-md-8{order:8}div[class*=FloatingMenu__] .order-md-9,ui-ng-add-rule-menu.ng-isolate-scope .order-md-9,ui-ng-date-time-picker.ng-isolate-scope .order-md-9,ui-ng-gear-schema-form.ng-isolate-scope .order-md-9,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-9,ui-ng-segment-editor.ng-isolate-scope .order-md-9{order:9}div[class*=FloatingMenu__] .order-md-10,ui-ng-add-rule-menu.ng-isolate-scope .order-md-10,ui-ng-date-time-picker.ng-isolate-scope .order-md-10,ui-ng-gear-schema-form.ng-isolate-scope .order-md-10,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-10,ui-ng-segment-editor.ng-isolate-scope .order-md-10{order:10}div[class*=FloatingMenu__] .order-md-11,ui-ng-add-rule-menu.ng-isolate-scope .order-md-11,ui-ng-date-time-picker.ng-isolate-scope .order-md-11,ui-ng-gear-schema-form.ng-isolate-scope .order-md-11,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-11,ui-ng-segment-editor.ng-isolate-scope .order-md-11{order:11}div[class*=FloatingMenu__] .order-md-12,ui-ng-add-rule-menu.ng-isolate-scope .order-md-12,ui-ng-date-time-picker.ng-isolate-scope .order-md-12,ui-ng-gear-schema-form.ng-isolate-scope .order-md-12,ui-ng-open-time-email-editor.ng-isolate-scope .order-md-12,ui-ng-segment-editor.ng-isolate-scope .order-md-12{order:12}div[class*=FloatingMenu__] .offset-md-0,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-0,ui-ng-date-time-picker.ng-isolate-scope .offset-md-0,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-0,ui-ng-segment-editor.ng-isolate-scope .offset-md-0{margin-left:0}div[class*=FloatingMenu__] .offset-md-1,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-1,ui-ng-date-time-picker.ng-isolate-scope .offset-md-1,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-1,ui-ng-segment-editor.ng-isolate-scope .offset-md-1{margin-left:8.33333%}div[class*=FloatingMenu__] .offset-md-2,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-2,ui-ng-date-time-picker.ng-isolate-scope .offset-md-2,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-2,ui-ng-segment-editor.ng-isolate-scope .offset-md-2{margin-left:16.66667%}div[class*=FloatingMenu__] .offset-md-3,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-3,ui-ng-date-time-picker.ng-isolate-scope .offset-md-3,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-3,ui-ng-segment-editor.ng-isolate-scope .offset-md-3{margin-left:25%}div[class*=FloatingMenu__] .offset-md-4,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-4,ui-ng-date-time-picker.ng-isolate-scope .offset-md-4,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-4,ui-ng-segment-editor.ng-isolate-scope .offset-md-4{margin-left:33.33333%}div[class*=FloatingMenu__] .offset-md-5,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-5,ui-ng-date-time-picker.ng-isolate-scope .offset-md-5,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-5,ui-ng-segment-editor.ng-isolate-scope .offset-md-5{margin-left:41.66667%}div[class*=FloatingMenu__] .offset-md-6,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-6,ui-ng-date-time-picker.ng-isolate-scope .offset-md-6,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-6,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-6,ui-ng-segment-editor.ng-isolate-scope .offset-md-6{margin-left:50%}div[class*=FloatingMenu__] .offset-md-7,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-7,ui-ng-date-time-picker.ng-isolate-scope .offset-md-7,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-7,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-7,ui-ng-segment-editor.ng-isolate-scope .offset-md-7{margin-left:58.33333%}div[class*=FloatingMenu__] .offset-md-8,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-8,ui-ng-date-time-picker.ng-isolate-scope .offset-md-8,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-8,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-8,ui-ng-segment-editor.ng-isolate-scope .offset-md-8{margin-left:66.66667%}div[class*=FloatingMenu__] .offset-md-9,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-9,ui-ng-date-time-picker.ng-isolate-scope .offset-md-9,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-9,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-9,ui-ng-segment-editor.ng-isolate-scope .offset-md-9{margin-left:75%}div[class*=FloatingMenu__] .offset-md-10,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-10,ui-ng-date-time-picker.ng-isolate-scope .offset-md-10,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-10,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-10,ui-ng-segment-editor.ng-isolate-scope .offset-md-10{margin-left:83.33333%}div[class*=FloatingMenu__] .offset-md-11,ui-ng-add-rule-menu.ng-isolate-scope .offset-md-11,ui-ng-date-time-picker.ng-isolate-scope .offset-md-11,ui-ng-gear-schema-form.ng-isolate-scope .offset-md-11,ui-ng-open-time-email-editor.ng-isolate-scope .offset-md-11,ui-ng-segment-editor.ng-isolate-scope .offset-md-11{margin-left:91.66667%}}@media (min-width:992px){div[class*=FloatingMenu__] .col-lg,ui-ng-add-rule-menu.ng-isolate-scope .col-lg,ui-ng-date-time-picker.ng-isolate-scope .col-lg,ui-ng-gear-schema-form.ng-isolate-scope .col-lg,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg,ui-ng-segment-editor.ng-isolate-scope .col-lg{flex-basis:0;flex-grow:1;max-width:100%}div[class*=FloatingMenu__] .row-cols-lg-1>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-lg-1>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-lg-1>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-lg-1>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-lg-1>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}div[class*=FloatingMenu__] .row-cols-lg-2>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-lg-2>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-lg-2>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-lg-2>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-lg-2>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}div[class*=FloatingMenu__] .row-cols-lg-3>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-lg-3>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-lg-3>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-lg-3>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-lg-3>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}div[class*=FloatingMenu__] .row-cols-lg-4>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-lg-4>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-lg-4>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-lg-4>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-lg-4>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}div[class*=FloatingMenu__] .row-cols-lg-5>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-lg-5>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-lg-5>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-lg-5>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-lg-5>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}div[class*=FloatingMenu__] .row-cols-lg-6>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-lg-6>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-lg-6>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-lg-6>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-lg-6>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}div[class*=FloatingMenu__] .col-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .col-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-auto,ui-ng-segment-editor.ng-isolate-scope .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}div[class*=FloatingMenu__] .col-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-1,ui-ng-date-time-picker.ng-isolate-scope .col-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-1,ui-ng-segment-editor.ng-isolate-scope .col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}div[class*=FloatingMenu__] .col-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-2,ui-ng-date-time-picker.ng-isolate-scope .col-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-2,ui-ng-segment-editor.ng-isolate-scope .col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}div[class*=FloatingMenu__] .col-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-3,ui-ng-date-time-picker.ng-isolate-scope .col-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-3,ui-ng-segment-editor.ng-isolate-scope .col-lg-3{flex:0 0 25%;max-width:25%}div[class*=FloatingMenu__] .col-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-4,ui-ng-date-time-picker.ng-isolate-scope .col-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-4,ui-ng-segment-editor.ng-isolate-scope .col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}div[class*=FloatingMenu__] .col-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-5,ui-ng-date-time-picker.ng-isolate-scope .col-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-5,ui-ng-segment-editor.ng-isolate-scope .col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}div[class*=FloatingMenu__] .col-lg-6,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-6,ui-ng-date-time-picker.ng-isolate-scope .col-lg-6,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-6,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-6,ui-ng-segment-editor.ng-isolate-scope .col-lg-6{flex:0 0 50%;max-width:50%}div[class*=FloatingMenu__] .col-lg-7,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-7,ui-ng-date-time-picker.ng-isolate-scope .col-lg-7,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-7,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-7,ui-ng-segment-editor.ng-isolate-scope .col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}div[class*=FloatingMenu__] .col-lg-8,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-8,ui-ng-date-time-picker.ng-isolate-scope .col-lg-8,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-8,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-8,ui-ng-segment-editor.ng-isolate-scope .col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}div[class*=FloatingMenu__] .col-lg-9,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-9,ui-ng-date-time-picker.ng-isolate-scope .col-lg-9,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-9,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-9,ui-ng-segment-editor.ng-isolate-scope .col-lg-9{flex:0 0 75%;max-width:75%}div[class*=FloatingMenu__] .col-lg-10,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-10,ui-ng-date-time-picker.ng-isolate-scope .col-lg-10,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-10,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-10,ui-ng-segment-editor.ng-isolate-scope .col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}div[class*=FloatingMenu__] .col-lg-11,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-11,ui-ng-date-time-picker.ng-isolate-scope .col-lg-11,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-11,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-11,ui-ng-segment-editor.ng-isolate-scope .col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}div[class*=FloatingMenu__] .col-lg-12,ui-ng-add-rule-menu.ng-isolate-scope .col-lg-12,ui-ng-date-time-picker.ng-isolate-scope .col-lg-12,ui-ng-gear-schema-form.ng-isolate-scope .col-lg-12,ui-ng-open-time-email-editor.ng-isolate-scope .col-lg-12,ui-ng-segment-editor.ng-isolate-scope .col-lg-12{flex:0 0 100%;max-width:100%}div[class*=FloatingMenu__] .order-lg-first,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-first,ui-ng-date-time-picker.ng-isolate-scope .order-lg-first,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-first,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-first,ui-ng-segment-editor.ng-isolate-scope .order-lg-first{order:-1}div[class*=FloatingMenu__] .order-lg-last,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-last,ui-ng-date-time-picker.ng-isolate-scope .order-lg-last,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-last,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-last,ui-ng-segment-editor.ng-isolate-scope .order-lg-last{order:13}div[class*=FloatingMenu__] .order-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-0,ui-ng-date-time-picker.ng-isolate-scope .order-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-0,ui-ng-segment-editor.ng-isolate-scope .order-lg-0{order:0}div[class*=FloatingMenu__] .order-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-1,ui-ng-date-time-picker.ng-isolate-scope .order-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-1,ui-ng-segment-editor.ng-isolate-scope .order-lg-1{order:1}div[class*=FloatingMenu__] .order-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-2,ui-ng-date-time-picker.ng-isolate-scope .order-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-2,ui-ng-segment-editor.ng-isolate-scope .order-lg-2{order:2}div[class*=FloatingMenu__] .order-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-3,ui-ng-date-time-picker.ng-isolate-scope .order-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-3,ui-ng-segment-editor.ng-isolate-scope .order-lg-3{order:3}div[class*=FloatingMenu__] .order-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-4,ui-ng-date-time-picker.ng-isolate-scope .order-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-4,ui-ng-segment-editor.ng-isolate-scope .order-lg-4{order:4}div[class*=FloatingMenu__] .order-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-5,ui-ng-date-time-picker.ng-isolate-scope .order-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-5,ui-ng-segment-editor.ng-isolate-scope .order-lg-5{order:5}div[class*=FloatingMenu__] .order-lg-6,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-6,ui-ng-date-time-picker.ng-isolate-scope .order-lg-6,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-6,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-6,ui-ng-segment-editor.ng-isolate-scope .order-lg-6{order:6}div[class*=FloatingMenu__] .order-lg-7,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-7,ui-ng-date-time-picker.ng-isolate-scope .order-lg-7,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-7,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-7,ui-ng-segment-editor.ng-isolate-scope .order-lg-7{order:7}div[class*=FloatingMenu__] .order-lg-8,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-8,ui-ng-date-time-picker.ng-isolate-scope .order-lg-8,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-8,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-8,ui-ng-segment-editor.ng-isolate-scope .order-lg-8{order:8}div[class*=FloatingMenu__] .order-lg-9,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-9,ui-ng-date-time-picker.ng-isolate-scope .order-lg-9,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-9,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-9,ui-ng-segment-editor.ng-isolate-scope .order-lg-9{order:9}div[class*=FloatingMenu__] .order-lg-10,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-10,ui-ng-date-time-picker.ng-isolate-scope .order-lg-10,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-10,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-10,ui-ng-segment-editor.ng-isolate-scope .order-lg-10{order:10}div[class*=FloatingMenu__] .order-lg-11,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-11,ui-ng-date-time-picker.ng-isolate-scope .order-lg-11,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-11,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-11,ui-ng-segment-editor.ng-isolate-scope .order-lg-11{order:11}div[class*=FloatingMenu__] .order-lg-12,ui-ng-add-rule-menu.ng-isolate-scope .order-lg-12,ui-ng-date-time-picker.ng-isolate-scope .order-lg-12,ui-ng-gear-schema-form.ng-isolate-scope .order-lg-12,ui-ng-open-time-email-editor.ng-isolate-scope .order-lg-12,ui-ng-segment-editor.ng-isolate-scope .order-lg-12{order:12}div[class*=FloatingMenu__] .offset-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-0,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-0,ui-ng-segment-editor.ng-isolate-scope .offset-lg-0{margin-left:0}div[class*=FloatingMenu__] .offset-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-1,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-1,ui-ng-segment-editor.ng-isolate-scope .offset-lg-1{margin-left:8.33333%}div[class*=FloatingMenu__] .offset-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-2,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-2,ui-ng-segment-editor.ng-isolate-scope .offset-lg-2{margin-left:16.66667%}div[class*=FloatingMenu__] .offset-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-3,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-3,ui-ng-segment-editor.ng-isolate-scope .offset-lg-3{margin-left:25%}div[class*=FloatingMenu__] .offset-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-4,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-4,ui-ng-segment-editor.ng-isolate-scope .offset-lg-4{margin-left:33.33333%}div[class*=FloatingMenu__] .offset-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-5,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-5,ui-ng-segment-editor.ng-isolate-scope .offset-lg-5{margin-left:41.66667%}div[class*=FloatingMenu__] .offset-lg-6,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-6,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-6,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-6,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-6,ui-ng-segment-editor.ng-isolate-scope .offset-lg-6{margin-left:50%}div[class*=FloatingMenu__] .offset-lg-7,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-7,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-7,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-7,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-7,ui-ng-segment-editor.ng-isolate-scope .offset-lg-7{margin-left:58.33333%}div[class*=FloatingMenu__] .offset-lg-8,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-8,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-8,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-8,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-8,ui-ng-segment-editor.ng-isolate-scope .offset-lg-8{margin-left:66.66667%}div[class*=FloatingMenu__] .offset-lg-9,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-9,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-9,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-9,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-9,ui-ng-segment-editor.ng-isolate-scope .offset-lg-9{margin-left:75%}div[class*=FloatingMenu__] .offset-lg-10,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-10,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-10,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-10,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-10,ui-ng-segment-editor.ng-isolate-scope .offset-lg-10{margin-left:83.33333%}div[class*=FloatingMenu__] .offset-lg-11,ui-ng-add-rule-menu.ng-isolate-scope .offset-lg-11,ui-ng-date-time-picker.ng-isolate-scope .offset-lg-11,ui-ng-gear-schema-form.ng-isolate-scope .offset-lg-11,ui-ng-open-time-email-editor.ng-isolate-scope .offset-lg-11,ui-ng-segment-editor.ng-isolate-scope .offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){div[class*=FloatingMenu__] .col-xl,ui-ng-add-rule-menu.ng-isolate-scope .col-xl,ui-ng-date-time-picker.ng-isolate-scope .col-xl,ui-ng-gear-schema-form.ng-isolate-scope .col-xl,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl,ui-ng-segment-editor.ng-isolate-scope .col-xl{flex-basis:0;flex-grow:1;max-width:100%}div[class*=FloatingMenu__] .row-cols-xl-1>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-xl-1>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-xl-1>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-xl-1>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-xl-1>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}div[class*=FloatingMenu__] .row-cols-xl-2>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-xl-2>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-xl-2>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-xl-2>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-xl-2>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}div[class*=FloatingMenu__] .row-cols-xl-3>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-xl-3>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-xl-3>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-xl-3>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-xl-3>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}div[class*=FloatingMenu__] .row-cols-xl-4>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-xl-4>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-xl-4>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-xl-4>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-xl-4>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}div[class*=FloatingMenu__] .row-cols-xl-5>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-xl-5>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-xl-5>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-xl-5>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-xl-5>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}div[class*=FloatingMenu__] .row-cols-xl-6>*,ui-ng-add-rule-menu.ng-isolate-scope .row-cols-xl-6>*,ui-ng-date-time-picker.ng-isolate-scope .row-cols-xl-6>*,ui-ng-gear-schema-form.ng-isolate-scope .row-cols-xl-6>*,ui-ng-open-time-email-editor.ng-isolate-scope .row-cols-xl-6>*,ui-ng-segment-editor.ng-isolate-scope .row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}div[class*=FloatingMenu__] .col-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .col-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-auto,ui-ng-segment-editor.ng-isolate-scope .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}div[class*=FloatingMenu__] .col-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-1,ui-ng-date-time-picker.ng-isolate-scope .col-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-1,ui-ng-segment-editor.ng-isolate-scope .col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}div[class*=FloatingMenu__] .col-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-2,ui-ng-date-time-picker.ng-isolate-scope .col-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-2,ui-ng-segment-editor.ng-isolate-scope .col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}div[class*=FloatingMenu__] .col-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-3,ui-ng-date-time-picker.ng-isolate-scope .col-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-3,ui-ng-segment-editor.ng-isolate-scope .col-xl-3{flex:0 0 25%;max-width:25%}div[class*=FloatingMenu__] .col-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-4,ui-ng-date-time-picker.ng-isolate-scope .col-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-4,ui-ng-segment-editor.ng-isolate-scope .col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}div[class*=FloatingMenu__] .col-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-5,ui-ng-date-time-picker.ng-isolate-scope .col-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-5,ui-ng-segment-editor.ng-isolate-scope .col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}div[class*=FloatingMenu__] .col-xl-6,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-6,ui-ng-date-time-picker.ng-isolate-scope .col-xl-6,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-6,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-6,ui-ng-segment-editor.ng-isolate-scope .col-xl-6{flex:0 0 50%;max-width:50%}div[class*=FloatingMenu__] .col-xl-7,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-7,ui-ng-date-time-picker.ng-isolate-scope .col-xl-7,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-7,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-7,ui-ng-segment-editor.ng-isolate-scope .col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}div[class*=FloatingMenu__] .col-xl-8,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-8,ui-ng-date-time-picker.ng-isolate-scope .col-xl-8,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-8,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-8,ui-ng-segment-editor.ng-isolate-scope .col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}div[class*=FloatingMenu__] .col-xl-9,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-9,ui-ng-date-time-picker.ng-isolate-scope .col-xl-9,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-9,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-9,ui-ng-segment-editor.ng-isolate-scope .col-xl-9{flex:0 0 75%;max-width:75%}div[class*=FloatingMenu__] .col-xl-10,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-10,ui-ng-date-time-picker.ng-isolate-scope .col-xl-10,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-10,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-10,ui-ng-segment-editor.ng-isolate-scope .col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}div[class*=FloatingMenu__] .col-xl-11,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-11,ui-ng-date-time-picker.ng-isolate-scope .col-xl-11,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-11,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-11,ui-ng-segment-editor.ng-isolate-scope .col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}div[class*=FloatingMenu__] .col-xl-12,ui-ng-add-rule-menu.ng-isolate-scope .col-xl-12,ui-ng-date-time-picker.ng-isolate-scope .col-xl-12,ui-ng-gear-schema-form.ng-isolate-scope .col-xl-12,ui-ng-open-time-email-editor.ng-isolate-scope .col-xl-12,ui-ng-segment-editor.ng-isolate-scope .col-xl-12{flex:0 0 100%;max-width:100%}div[class*=FloatingMenu__] .order-xl-first,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-first,ui-ng-date-time-picker.ng-isolate-scope .order-xl-first,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-first,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-first,ui-ng-segment-editor.ng-isolate-scope .order-xl-first{order:-1}div[class*=FloatingMenu__] .order-xl-last,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-last,ui-ng-date-time-picker.ng-isolate-scope .order-xl-last,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-last,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-last,ui-ng-segment-editor.ng-isolate-scope .order-xl-last{order:13}div[class*=FloatingMenu__] .order-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-0,ui-ng-date-time-picker.ng-isolate-scope .order-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-0,ui-ng-segment-editor.ng-isolate-scope .order-xl-0{order:0}div[class*=FloatingMenu__] .order-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-1,ui-ng-date-time-picker.ng-isolate-scope .order-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-1,ui-ng-segment-editor.ng-isolate-scope .order-xl-1{order:1}div[class*=FloatingMenu__] .order-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-2,ui-ng-date-time-picker.ng-isolate-scope .order-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-2,ui-ng-segment-editor.ng-isolate-scope .order-xl-2{order:2}div[class*=FloatingMenu__] .order-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-3,ui-ng-date-time-picker.ng-isolate-scope .order-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-3,ui-ng-segment-editor.ng-isolate-scope .order-xl-3{order:3}div[class*=FloatingMenu__] .order-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-4,ui-ng-date-time-picker.ng-isolate-scope .order-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-4,ui-ng-segment-editor.ng-isolate-scope .order-xl-4{order:4}div[class*=FloatingMenu__] .order-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-5,ui-ng-date-time-picker.ng-isolate-scope .order-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-5,ui-ng-segment-editor.ng-isolate-scope .order-xl-5{order:5}div[class*=FloatingMenu__] .order-xl-6,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-6,ui-ng-date-time-picker.ng-isolate-scope .order-xl-6,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-6,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-6,ui-ng-segment-editor.ng-isolate-scope .order-xl-6{order:6}div[class*=FloatingMenu__] .order-xl-7,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-7,ui-ng-date-time-picker.ng-isolate-scope .order-xl-7,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-7,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-7,ui-ng-segment-editor.ng-isolate-scope .order-xl-7{order:7}div[class*=FloatingMenu__] .order-xl-8,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-8,ui-ng-date-time-picker.ng-isolate-scope .order-xl-8,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-8,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-8,ui-ng-segment-editor.ng-isolate-scope .order-xl-8{order:8}div[class*=FloatingMenu__] .order-xl-9,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-9,ui-ng-date-time-picker.ng-isolate-scope .order-xl-9,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-9,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-9,ui-ng-segment-editor.ng-isolate-scope .order-xl-9{order:9}div[class*=FloatingMenu__] .order-xl-10,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-10,ui-ng-date-time-picker.ng-isolate-scope .order-xl-10,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-10,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-10,ui-ng-segment-editor.ng-isolate-scope .order-xl-10{order:10}div[class*=FloatingMenu__] .order-xl-11,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-11,ui-ng-date-time-picker.ng-isolate-scope .order-xl-11,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-11,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-11,ui-ng-segment-editor.ng-isolate-scope .order-xl-11{order:11}div[class*=FloatingMenu__] .order-xl-12,ui-ng-add-rule-menu.ng-isolate-scope .order-xl-12,ui-ng-date-time-picker.ng-isolate-scope .order-xl-12,ui-ng-gear-schema-form.ng-isolate-scope .order-xl-12,ui-ng-open-time-email-editor.ng-isolate-scope .order-xl-12,ui-ng-segment-editor.ng-isolate-scope .order-xl-12{order:12}div[class*=FloatingMenu__] .offset-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-0,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-0,ui-ng-segment-editor.ng-isolate-scope .offset-xl-0{margin-left:0}div[class*=FloatingMenu__] .offset-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-1,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-1,ui-ng-segment-editor.ng-isolate-scope .offset-xl-1{margin-left:8.33333%}div[class*=FloatingMenu__] .offset-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-2,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-2,ui-ng-segment-editor.ng-isolate-scope .offset-xl-2{margin-left:16.66667%}div[class*=FloatingMenu__] .offset-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-3,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-3,ui-ng-segment-editor.ng-isolate-scope .offset-xl-3{margin-left:25%}div[class*=FloatingMenu__] .offset-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-4,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-4,ui-ng-segment-editor.ng-isolate-scope .offset-xl-4{margin-left:33.33333%}div[class*=FloatingMenu__] .offset-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-5,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-5,ui-ng-segment-editor.ng-isolate-scope .offset-xl-5{margin-left:41.66667%}div[class*=FloatingMenu__] .offset-xl-6,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-6,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-6,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-6,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-6,ui-ng-segment-editor.ng-isolate-scope .offset-xl-6{margin-left:50%}div[class*=FloatingMenu__] .offset-xl-7,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-7,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-7,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-7,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-7,ui-ng-segment-editor.ng-isolate-scope .offset-xl-7{margin-left:58.33333%}div[class*=FloatingMenu__] .offset-xl-8,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-8,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-8,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-8,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-8,ui-ng-segment-editor.ng-isolate-scope .offset-xl-8{margin-left:66.66667%}div[class*=FloatingMenu__] .offset-xl-9,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-9,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-9,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-9,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-9,ui-ng-segment-editor.ng-isolate-scope .offset-xl-9{margin-left:75%}div[class*=FloatingMenu__] .offset-xl-10,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-10,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-10,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-10,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-10,ui-ng-segment-editor.ng-isolate-scope .offset-xl-10{margin-left:83.33333%}div[class*=FloatingMenu__] .offset-xl-11,ui-ng-add-rule-menu.ng-isolate-scope .offset-xl-11,ui-ng-date-time-picker.ng-isolate-scope .offset-xl-11,ui-ng-gear-schema-form.ng-isolate-scope .offset-xl-11,ui-ng-open-time-email-editor.ng-isolate-scope .offset-xl-11,ui-ng-segment-editor.ng-isolate-scope .offset-xl-11{margin-left:91.66667%}}div[class*=FloatingMenu__] .table,ui-ng-add-rule-menu.ng-isolate-scope .table,ui-ng-date-time-picker.ng-isolate-scope .table,ui-ng-gear-schema-form.ng-isolate-scope .table,ui-ng-open-time-email-editor.ng-isolate-scope .table,ui-ng-segment-editor.ng-isolate-scope .table{width:100%;margin-bottom:1rem;color:#212529}div[class*=FloatingMenu__] .table td,div[class*=FloatingMenu__] .table th,ui-ng-add-rule-menu.ng-isolate-scope .table td,ui-ng-add-rule-menu.ng-isolate-scope .table th,ui-ng-date-time-picker.ng-isolate-scope .table td,ui-ng-date-time-picker.ng-isolate-scope .table th,ui-ng-gear-schema-form.ng-isolate-scope .table td,ui-ng-gear-schema-form.ng-isolate-scope .table th,ui-ng-open-time-email-editor.ng-isolate-scope .table td,ui-ng-open-time-email-editor.ng-isolate-scope .table th,ui-ng-segment-editor.ng-isolate-scope .table td,ui-ng-segment-editor.ng-isolate-scope .table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}div[class*=FloatingMenu__] .table thead th,ui-ng-add-rule-menu.ng-isolate-scope .table thead th,ui-ng-date-time-picker.ng-isolate-scope .table thead th,ui-ng-gear-schema-form.ng-isolate-scope .table thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table thead th,ui-ng-segment-editor.ng-isolate-scope .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}div[class*=FloatingMenu__] .table tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table tbody+tbody{border-top:2px solid #dee2e6}div[class*=FloatingMenu__] .table-sm td,div[class*=FloatingMenu__] .table-sm th,ui-ng-add-rule-menu.ng-isolate-scope .table-sm td,ui-ng-add-rule-menu.ng-isolate-scope .table-sm th,ui-ng-date-time-picker.ng-isolate-scope .table-sm td,ui-ng-date-time-picker.ng-isolate-scope .table-sm th,ui-ng-gear-schema-form.ng-isolate-scope .table-sm td,ui-ng-gear-schema-form.ng-isolate-scope .table-sm th,ui-ng-open-time-email-editor.ng-isolate-scope .table-sm td,ui-ng-open-time-email-editor.ng-isolate-scope .table-sm th,ui-ng-segment-editor.ng-isolate-scope .table-sm td,ui-ng-segment-editor.ng-isolate-scope .table-sm th{padding:.3rem}div[class*=FloatingMenu__] .table-bordered,div[class*=FloatingMenu__] .table-bordered td,div[class*=FloatingMenu__] .table-bordered th,ui-ng-add-rule-menu.ng-isolate-scope .table-bordered,ui-ng-add-rule-menu.ng-isolate-scope .table-bordered td,ui-ng-add-rule-menu.ng-isolate-scope .table-bordered th,ui-ng-date-time-picker.ng-isolate-scope .table-bordered,ui-ng-date-time-picker.ng-isolate-scope .table-bordered td,ui-ng-date-time-picker.ng-isolate-scope .table-bordered th,ui-ng-gear-schema-form.ng-isolate-scope .table-bordered,ui-ng-gear-schema-form.ng-isolate-scope .table-bordered td,ui-ng-gear-schema-form.ng-isolate-scope .table-bordered th,ui-ng-open-time-email-editor.ng-isolate-scope .table-bordered,ui-ng-open-time-email-editor.ng-isolate-scope .table-bordered td,ui-ng-open-time-email-editor.ng-isolate-scope .table-bordered th,ui-ng-segment-editor.ng-isolate-scope .table-bordered,ui-ng-segment-editor.ng-isolate-scope .table-bordered td,ui-ng-segment-editor.ng-isolate-scope .table-bordered th{border:1px solid #dee2e6}div[class*=FloatingMenu__] .table-bordered thead td,div[class*=FloatingMenu__] .table-bordered thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-bordered thead td,ui-ng-add-rule-menu.ng-isolate-scope .table-bordered thead th,ui-ng-date-time-picker.ng-isolate-scope .table-bordered thead td,ui-ng-date-time-picker.ng-isolate-scope .table-bordered thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-bordered thead td,ui-ng-gear-schema-form.ng-isolate-scope .table-bordered thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-bordered thead td,ui-ng-open-time-email-editor.ng-isolate-scope .table-bordered thead th,ui-ng-segment-editor.ng-isolate-scope .table-bordered thead td,ui-ng-segment-editor.ng-isolate-scope .table-bordered thead th{border-bottom-width:2px}div[class*=FloatingMenu__] .table-borderless tbody+tbody,div[class*=FloatingMenu__] .table-borderless td,div[class*=FloatingMenu__] .table-borderless th,div[class*=FloatingMenu__] .table-borderless thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-borderless tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table-borderless td,ui-ng-add-rule-menu.ng-isolate-scope .table-borderless th,ui-ng-add-rule-menu.ng-isolate-scope .table-borderless thead th,ui-ng-date-time-picker.ng-isolate-scope .table-borderless tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table-borderless td,ui-ng-date-time-picker.ng-isolate-scope .table-borderless th,ui-ng-date-time-picker.ng-isolate-scope .table-borderless thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-borderless tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table-borderless td,ui-ng-gear-schema-form.ng-isolate-scope .table-borderless th,ui-ng-gear-schema-form.ng-isolate-scope .table-borderless thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-borderless tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table-borderless td,ui-ng-open-time-email-editor.ng-isolate-scope .table-borderless th,ui-ng-open-time-email-editor.ng-isolate-scope .table-borderless thead th,ui-ng-segment-editor.ng-isolate-scope .table-borderless tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table-borderless td,ui-ng-segment-editor.ng-isolate-scope .table-borderless th,ui-ng-segment-editor.ng-isolate-scope .table-borderless thead th{border:0}div[class*=FloatingMenu__] .table-striped tbody tr:nth-of-type(odd),ui-ng-add-rule-menu.ng-isolate-scope .table-striped tbody tr:nth-of-type(odd),ui-ng-date-time-picker.ng-isolate-scope .table-striped tbody tr:nth-of-type(odd),ui-ng-gear-schema-form.ng-isolate-scope .table-striped tbody tr:nth-of-type(odd),ui-ng-open-time-email-editor.ng-isolate-scope .table-striped tbody tr:nth-of-type(odd),ui-ng-segment-editor.ng-isolate-scope .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}div[class*=FloatingMenu__] .table-hover tbody tr:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-hover tbody tr:hover,ui-ng-date-time-picker.ng-isolate-scope .table-hover tbody tr:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-hover tbody tr:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover tbody tr:hover,ui-ng-segment-editor.ng-isolate-scope .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}div[class*=FloatingMenu__] .table-primary,div[class*=FloatingMenu__] .table-primary>td,div[class*=FloatingMenu__] .table-primary>th,ui-ng-add-rule-menu.ng-isolate-scope .table-primary,ui-ng-add-rule-menu.ng-isolate-scope .table-primary>td,ui-ng-add-rule-menu.ng-isolate-scope .table-primary>th,ui-ng-date-time-picker.ng-isolate-scope .table-primary,ui-ng-date-time-picker.ng-isolate-scope .table-primary>td,ui-ng-date-time-picker.ng-isolate-scope .table-primary>th,ui-ng-gear-schema-form.ng-isolate-scope .table-primary,ui-ng-gear-schema-form.ng-isolate-scope .table-primary>td,ui-ng-gear-schema-form.ng-isolate-scope .table-primary>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-primary,ui-ng-open-time-email-editor.ng-isolate-scope .table-primary>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-primary>th,ui-ng-segment-editor.ng-isolate-scope .table-primary,ui-ng-segment-editor.ng-isolate-scope .table-primary>td,ui-ng-segment-editor.ng-isolate-scope .table-primary>th{background-color:#b8e1f5}div[class*=FloatingMenu__] .table-primary tbody+tbody,div[class*=FloatingMenu__] .table-primary td,div[class*=FloatingMenu__] .table-primary th,div[class*=FloatingMenu__] .table-primary thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-primary tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table-primary td,ui-ng-add-rule-menu.ng-isolate-scope .table-primary th,ui-ng-add-rule-menu.ng-isolate-scope .table-primary thead th,ui-ng-date-time-picker.ng-isolate-scope .table-primary tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table-primary td,ui-ng-date-time-picker.ng-isolate-scope .table-primary th,ui-ng-date-time-picker.ng-isolate-scope .table-primary thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-primary tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table-primary td,ui-ng-gear-schema-form.ng-isolate-scope .table-primary th,ui-ng-gear-schema-form.ng-isolate-scope .table-primary thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-primary tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table-primary td,ui-ng-open-time-email-editor.ng-isolate-scope .table-primary th,ui-ng-open-time-email-editor.ng-isolate-scope .table-primary thead th,ui-ng-segment-editor.ng-isolate-scope .table-primary tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table-primary td,ui-ng-segment-editor.ng-isolate-scope .table-primary th,ui-ng-segment-editor.ng-isolate-scope .table-primary thead th{border-color:#7ac8ec}div[class*=FloatingMenu__] .table-hover .table-primary:hover,div[class*=FloatingMenu__] .table-hover .table-primary:hover>td,div[class*=FloatingMenu__] .table-hover .table-primary:hover>th,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-primary:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-primary:hover>td,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-primary:hover>th,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-primary:hover,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-primary:hover>td,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-primary:hover>th,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-primary:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-primary:hover>td,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-primary:hover>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-primary:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-primary:hover>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-primary:hover>th,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-primary:hover,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-primary:hover>td,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-primary:hover>th{background-color:#a2d8f2}div[class*=FloatingMenu__] .table-secondary,div[class*=FloatingMenu__] .table-secondary>td,div[class*=FloatingMenu__] .table-secondary>th,ui-ng-add-rule-menu.ng-isolate-scope .table-secondary,ui-ng-add-rule-menu.ng-isolate-scope .table-secondary>td,ui-ng-add-rule-menu.ng-isolate-scope .table-secondary>th,ui-ng-date-time-picker.ng-isolate-scope .table-secondary,ui-ng-date-time-picker.ng-isolate-scope .table-secondary>td,ui-ng-date-time-picker.ng-isolate-scope .table-secondary>th,ui-ng-gear-schema-form.ng-isolate-scope .table-secondary,ui-ng-gear-schema-form.ng-isolate-scope .table-secondary>td,ui-ng-gear-schema-form.ng-isolate-scope .table-secondary>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-secondary,ui-ng-open-time-email-editor.ng-isolate-scope .table-secondary>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-secondary>th,ui-ng-segment-editor.ng-isolate-scope .table-secondary,ui-ng-segment-editor.ng-isolate-scope .table-secondary>td,ui-ng-segment-editor.ng-isolate-scope .table-secondary>th{background-color:#d2d2d2}div[class*=FloatingMenu__] .table-secondary tbody+tbody,div[class*=FloatingMenu__] .table-secondary td,div[class*=FloatingMenu__] .table-secondary th,div[class*=FloatingMenu__] .table-secondary thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-secondary tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table-secondary td,ui-ng-add-rule-menu.ng-isolate-scope .table-secondary th,ui-ng-add-rule-menu.ng-isolate-scope .table-secondary thead th,ui-ng-date-time-picker.ng-isolate-scope .table-secondary tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table-secondary td,ui-ng-date-time-picker.ng-isolate-scope .table-secondary th,ui-ng-date-time-picker.ng-isolate-scope .table-secondary thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-secondary tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table-secondary td,ui-ng-gear-schema-form.ng-isolate-scope .table-secondary th,ui-ng-gear-schema-form.ng-isolate-scope .table-secondary thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-secondary tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table-secondary td,ui-ng-open-time-email-editor.ng-isolate-scope .table-secondary th,ui-ng-open-time-email-editor.ng-isolate-scope .table-secondary thead th,ui-ng-segment-editor.ng-isolate-scope .table-secondary tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table-secondary td,ui-ng-segment-editor.ng-isolate-scope .table-secondary th,ui-ng-segment-editor.ng-isolate-scope .table-secondary thead th{border-color:#acacac}div[class*=FloatingMenu__] .table-hover .table-secondary:hover,div[class*=FloatingMenu__] .table-hover .table-secondary:hover>td,div[class*=FloatingMenu__] .table-hover .table-secondary:hover>th,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-secondary:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-secondary:hover>td,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-secondary:hover>th,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-secondary:hover,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-secondary:hover>td,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-secondary:hover>th,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-secondary:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-secondary:hover>td,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-secondary:hover>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-secondary:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-secondary:hover>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-secondary:hover>th,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-secondary:hover,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-secondary:hover>td,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-secondary:hover>th{background-color:#c5c5c5}div[class*=FloatingMenu__] .table-success,div[class*=FloatingMenu__] .table-success>td,div[class*=FloatingMenu__] .table-success>th,ui-ng-add-rule-menu.ng-isolate-scope .table-success,ui-ng-add-rule-menu.ng-isolate-scope .table-success>td,ui-ng-add-rule-menu.ng-isolate-scope .table-success>th,ui-ng-date-time-picker.ng-isolate-scope .table-success,ui-ng-date-time-picker.ng-isolate-scope .table-success>td,ui-ng-date-time-picker.ng-isolate-scope .table-success>th,ui-ng-gear-schema-form.ng-isolate-scope .table-success,ui-ng-gear-schema-form.ng-isolate-scope .table-success>td,ui-ng-gear-schema-form.ng-isolate-scope .table-success>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-success,ui-ng-open-time-email-editor.ng-isolate-scope .table-success>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-success>th,ui-ng-segment-editor.ng-isolate-scope .table-success,ui-ng-segment-editor.ng-isolate-scope .table-success>td,ui-ng-segment-editor.ng-isolate-scope .table-success>th{background-color:#dceec6}div[class*=FloatingMenu__] .table-success tbody+tbody,div[class*=FloatingMenu__] .table-success td,div[class*=FloatingMenu__] .table-success th,div[class*=FloatingMenu__] .table-success thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-success tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table-success td,ui-ng-add-rule-menu.ng-isolate-scope .table-success th,ui-ng-add-rule-menu.ng-isolate-scope .table-success thead th,ui-ng-date-time-picker.ng-isolate-scope .table-success tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table-success td,ui-ng-date-time-picker.ng-isolate-scope .table-success th,ui-ng-date-time-picker.ng-isolate-scope .table-success thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-success tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table-success td,ui-ng-gear-schema-form.ng-isolate-scope .table-success th,ui-ng-gear-schema-form.ng-isolate-scope .table-success thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-success tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table-success td,ui-ng-open-time-email-editor.ng-isolate-scope .table-success th,ui-ng-open-time-email-editor.ng-isolate-scope .table-success thead th,ui-ng-segment-editor.ng-isolate-scope .table-success tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table-success td,ui-ng-segment-editor.ng-isolate-scope .table-success th,ui-ng-segment-editor.ng-isolate-scope .table-success thead th{border-color:#bedf96}div[class*=FloatingMenu__] .table-hover .table-success:hover,div[class*=FloatingMenu__] .table-hover .table-success:hover>td,div[class*=FloatingMenu__] .table-hover .table-success:hover>th,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-success:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-success:hover>td,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-success:hover>th,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-success:hover,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-success:hover>td,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-success:hover>th,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-success:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-success:hover>td,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-success:hover>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-success:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-success:hover>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-success:hover>th,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-success:hover,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-success:hover>td,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-success:hover>th{background-color:#d0e8b2}div[class*=FloatingMenu__] .table-info,div[class*=FloatingMenu__] .table-info>td,div[class*=FloatingMenu__] .table-info>th,ui-ng-add-rule-menu.ng-isolate-scope .table-info,ui-ng-add-rule-menu.ng-isolate-scope .table-info>td,ui-ng-add-rule-menu.ng-isolate-scope .table-info>th,ui-ng-date-time-picker.ng-isolate-scope .table-info,ui-ng-date-time-picker.ng-isolate-scope .table-info>td,ui-ng-date-time-picker.ng-isolate-scope .table-info>th,ui-ng-gear-schema-form.ng-isolate-scope .table-info,ui-ng-gear-schema-form.ng-isolate-scope .table-info>td,ui-ng-gear-schema-form.ng-isolate-scope .table-info>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-info,ui-ng-open-time-email-editor.ng-isolate-scope .table-info>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-info>th,ui-ng-segment-editor.ng-isolate-scope .table-info,ui-ng-segment-editor.ng-isolate-scope .table-info>td,ui-ng-segment-editor.ng-isolate-scope .table-info>th{background-color:#cfebf8}div[class*=FloatingMenu__] .table-info tbody+tbody,div[class*=FloatingMenu__] .table-info td,div[class*=FloatingMenu__] .table-info th,div[class*=FloatingMenu__] .table-info thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-info tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table-info td,ui-ng-add-rule-menu.ng-isolate-scope .table-info th,ui-ng-add-rule-menu.ng-isolate-scope .table-info thead th,ui-ng-date-time-picker.ng-isolate-scope .table-info tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table-info td,ui-ng-date-time-picker.ng-isolate-scope .table-info th,ui-ng-date-time-picker.ng-isolate-scope .table-info thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-info tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table-info td,ui-ng-gear-schema-form.ng-isolate-scope .table-info th,ui-ng-gear-schema-form.ng-isolate-scope .table-info thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-info tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table-info td,ui-ng-open-time-email-editor.ng-isolate-scope .table-info th,ui-ng-open-time-email-editor.ng-isolate-scope .table-info thead th,ui-ng-segment-editor.ng-isolate-scope .table-info tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table-info td,ui-ng-segment-editor.ng-isolate-scope .table-info th,ui-ng-segment-editor.ng-isolate-scope .table-info thead th{border-color:#a6daf2}div[class*=FloatingMenu__] .table-hover .table-info:hover,div[class*=FloatingMenu__] .table-hover .table-info:hover>td,div[class*=FloatingMenu__] .table-hover .table-info:hover>th,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-info:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-info:hover>td,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-info:hover>th,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-info:hover,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-info:hover>td,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-info:hover>th,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-info:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-info:hover>td,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-info:hover>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-info:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-info:hover>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-info:hover>th,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-info:hover,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-info:hover>td,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-info:hover>th{background-color:#b9e2f5}div[class*=FloatingMenu__] .table-warning,div[class*=FloatingMenu__] .table-warning>td,div[class*=FloatingMenu__] .table-warning>th,ui-ng-add-rule-menu.ng-isolate-scope .table-warning,ui-ng-add-rule-menu.ng-isolate-scope .table-warning>td,ui-ng-add-rule-menu.ng-isolate-scope .table-warning>th,ui-ng-date-time-picker.ng-isolate-scope .table-warning,ui-ng-date-time-picker.ng-isolate-scope .table-warning>td,ui-ng-date-time-picker.ng-isolate-scope .table-warning>th,ui-ng-gear-schema-form.ng-isolate-scope .table-warning,ui-ng-gear-schema-form.ng-isolate-scope .table-warning>td,ui-ng-gear-schema-form.ng-isolate-scope .table-warning>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-warning,ui-ng-open-time-email-editor.ng-isolate-scope .table-warning>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-warning>th,ui-ng-segment-editor.ng-isolate-scope .table-warning,ui-ng-segment-editor.ng-isolate-scope .table-warning>td,ui-ng-segment-editor.ng-isolate-scope .table-warning>th{background-color:#ffe2b8}div[class*=FloatingMenu__] .table-warning tbody+tbody,div[class*=FloatingMenu__] .table-warning td,div[class*=FloatingMenu__] .table-warning th,div[class*=FloatingMenu__] .table-warning thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-warning tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table-warning td,ui-ng-add-rule-menu.ng-isolate-scope .table-warning th,ui-ng-add-rule-menu.ng-isolate-scope .table-warning thead th,ui-ng-date-time-picker.ng-isolate-scope .table-warning tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table-warning td,ui-ng-date-time-picker.ng-isolate-scope .table-warning th,ui-ng-date-time-picker.ng-isolate-scope .table-warning thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-warning tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table-warning td,ui-ng-gear-schema-form.ng-isolate-scope .table-warning th,ui-ng-gear-schema-form.ng-isolate-scope .table-warning thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-warning tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table-warning td,ui-ng-open-time-email-editor.ng-isolate-scope .table-warning th,ui-ng-open-time-email-editor.ng-isolate-scope .table-warning thead th,ui-ng-segment-editor.ng-isolate-scope .table-warning tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table-warning td,ui-ng-segment-editor.ng-isolate-scope .table-warning th,ui-ng-segment-editor.ng-isolate-scope .table-warning thead th{border-color:#ffc87a}div[class*=FloatingMenu__] .table-hover .table-warning:hover,div[class*=FloatingMenu__] .table-hover .table-warning:hover>td,div[class*=FloatingMenu__] .table-hover .table-warning:hover>th,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-warning:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-warning:hover>td,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-warning:hover>th,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-warning:hover,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-warning:hover>td,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-warning:hover>th,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-warning:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-warning:hover>td,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-warning:hover>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-warning:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-warning:hover>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-warning:hover>th,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-warning:hover,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-warning:hover>td,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-warning:hover>th{background-color:#ffd89f}div[class*=FloatingMenu__] .table-danger,div[class*=FloatingMenu__] .table-danger>td,div[class*=FloatingMenu__] .table-danger>th,ui-ng-add-rule-menu.ng-isolate-scope .table-danger,ui-ng-add-rule-menu.ng-isolate-scope .table-danger>td,ui-ng-add-rule-menu.ng-isolate-scope .table-danger>th,ui-ng-date-time-picker.ng-isolate-scope .table-danger,ui-ng-date-time-picker.ng-isolate-scope .table-danger>td,ui-ng-date-time-picker.ng-isolate-scope .table-danger>th,ui-ng-gear-schema-form.ng-isolate-scope .table-danger,ui-ng-gear-schema-form.ng-isolate-scope .table-danger>td,ui-ng-gear-schema-form.ng-isolate-scope .table-danger>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-danger,ui-ng-open-time-email-editor.ng-isolate-scope .table-danger>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-danger>th,ui-ng-segment-editor.ng-isolate-scope .table-danger,ui-ng-segment-editor.ng-isolate-scope .table-danger>td,ui-ng-segment-editor.ng-isolate-scope .table-danger>th{background-color:#f5c7bb}div[class*=FloatingMenu__] .table-danger tbody+tbody,div[class*=FloatingMenu__] .table-danger td,div[class*=FloatingMenu__] .table-danger th,div[class*=FloatingMenu__] .table-danger thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-danger tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table-danger td,ui-ng-add-rule-menu.ng-isolate-scope .table-danger th,ui-ng-add-rule-menu.ng-isolate-scope .table-danger thead th,ui-ng-date-time-picker.ng-isolate-scope .table-danger tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table-danger td,ui-ng-date-time-picker.ng-isolate-scope .table-danger th,ui-ng-date-time-picker.ng-isolate-scope .table-danger thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-danger tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table-danger td,ui-ng-gear-schema-form.ng-isolate-scope .table-danger th,ui-ng-gear-schema-form.ng-isolate-scope .table-danger thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-danger tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table-danger td,ui-ng-open-time-email-editor.ng-isolate-scope .table-danger th,ui-ng-open-time-email-editor.ng-isolate-scope .table-danger thead th,ui-ng-segment-editor.ng-isolate-scope .table-danger tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table-danger td,ui-ng-segment-editor.ng-isolate-scope .table-danger th,ui-ng-segment-editor.ng-isolate-scope .table-danger thead th{border-color:#ed9680}div[class*=FloatingMenu__] .table-hover .table-danger:hover,div[class*=FloatingMenu__] .table-hover .table-danger:hover>td,div[class*=FloatingMenu__] .table-hover .table-danger:hover>th,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-danger:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-danger:hover>td,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-danger:hover>th,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-danger:hover,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-danger:hover>td,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-danger:hover>th,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-danger:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-danger:hover>td,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-danger:hover>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-danger:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-danger:hover>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-danger:hover>th,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-danger:hover,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-danger:hover>td,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-danger:hover>th{background-color:#f2b5a5}div[class*=FloatingMenu__] .table-light,div[class*=FloatingMenu__] .table-light>td,div[class*=FloatingMenu__] .table-light>th,ui-ng-add-rule-menu.ng-isolate-scope .table-light,ui-ng-add-rule-menu.ng-isolate-scope .table-light>td,ui-ng-add-rule-menu.ng-isolate-scope .table-light>th,ui-ng-date-time-picker.ng-isolate-scope .table-light,ui-ng-date-time-picker.ng-isolate-scope .table-light>td,ui-ng-date-time-picker.ng-isolate-scope .table-light>th,ui-ng-gear-schema-form.ng-isolate-scope .table-light,ui-ng-gear-schema-form.ng-isolate-scope .table-light>td,ui-ng-gear-schema-form.ng-isolate-scope .table-light>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-light,ui-ng-open-time-email-editor.ng-isolate-scope .table-light>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-light>th,ui-ng-segment-editor.ng-isolate-scope .table-light,ui-ng-segment-editor.ng-isolate-scope .table-light>td,ui-ng-segment-editor.ng-isolate-scope .table-light>th{background-color:#fcfcfc}div[class*=FloatingMenu__] .table-light tbody+tbody,div[class*=FloatingMenu__] .table-light td,div[class*=FloatingMenu__] .table-light th,div[class*=FloatingMenu__] .table-light thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-light tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table-light td,ui-ng-add-rule-menu.ng-isolate-scope .table-light th,ui-ng-add-rule-menu.ng-isolate-scope .table-light thead th,ui-ng-date-time-picker.ng-isolate-scope .table-light tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table-light td,ui-ng-date-time-picker.ng-isolate-scope .table-light th,ui-ng-date-time-picker.ng-isolate-scope .table-light thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-light tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table-light td,ui-ng-gear-schema-form.ng-isolate-scope .table-light th,ui-ng-gear-schema-form.ng-isolate-scope .table-light thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-light tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table-light td,ui-ng-open-time-email-editor.ng-isolate-scope .table-light th,ui-ng-open-time-email-editor.ng-isolate-scope .table-light thead th,ui-ng-segment-editor.ng-isolate-scope .table-light tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table-light td,ui-ng-segment-editor.ng-isolate-scope .table-light th,ui-ng-segment-editor.ng-isolate-scope .table-light thead th{border-color:#fafafa}div[class*=FloatingMenu__] .table-hover .table-light:hover,div[class*=FloatingMenu__] .table-hover .table-light:hover>td,div[class*=FloatingMenu__] .table-hover .table-light:hover>th,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-light:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-light:hover>td,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-light:hover>th,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-light:hover,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-light:hover>td,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-light:hover>th,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-light:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-light:hover>td,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-light:hover>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-light:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-light:hover>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-light:hover>th,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-light:hover,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-light:hover>td,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-light:hover>th{background-color:#efefef}div[class*=FloatingMenu__] .table-dark,div[class*=FloatingMenu__] .table-dark>td,div[class*=FloatingMenu__] .table-dark>th,ui-ng-add-rule-menu.ng-isolate-scope .table-dark,ui-ng-add-rule-menu.ng-isolate-scope .table-dark>td,ui-ng-add-rule-menu.ng-isolate-scope .table-dark>th,ui-ng-date-time-picker.ng-isolate-scope .table-dark,ui-ng-date-time-picker.ng-isolate-scope .table-dark>td,ui-ng-date-time-picker.ng-isolate-scope .table-dark>th,ui-ng-gear-schema-form.ng-isolate-scope .table-dark,ui-ng-gear-schema-form.ng-isolate-scope .table-dark>td,ui-ng-gear-schema-form.ng-isolate-scope .table-dark>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark>th,ui-ng-segment-editor.ng-isolate-scope .table-dark,ui-ng-segment-editor.ng-isolate-scope .table-dark>td,ui-ng-segment-editor.ng-isolate-scope .table-dark>th{background-color:#c5c5c5}div[class*=FloatingMenu__] .table-dark tbody+tbody,div[class*=FloatingMenu__] .table-dark td,div[class*=FloatingMenu__] .table-dark th,div[class*=FloatingMenu__] .table-dark thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-dark tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table-dark td,ui-ng-add-rule-menu.ng-isolate-scope .table-dark th,ui-ng-add-rule-menu.ng-isolate-scope .table-dark thead th,ui-ng-date-time-picker.ng-isolate-scope .table-dark tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table-dark td,ui-ng-date-time-picker.ng-isolate-scope .table-dark th,ui-ng-date-time-picker.ng-isolate-scope .table-dark thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-dark tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table-dark td,ui-ng-gear-schema-form.ng-isolate-scope .table-dark th,ui-ng-gear-schema-form.ng-isolate-scope .table-dark thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark td,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark th,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark thead th,ui-ng-segment-editor.ng-isolate-scope .table-dark tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table-dark td,ui-ng-segment-editor.ng-isolate-scope .table-dark th,ui-ng-segment-editor.ng-isolate-scope .table-dark thead th{border-color:#939393}div[class*=FloatingMenu__] .table-hover .table-dark:hover,div[class*=FloatingMenu__] .table-hover .table-dark:hover>td,div[class*=FloatingMenu__] .table-hover .table-dark:hover>th,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-dark:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-dark:hover>td,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-dark:hover>th,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-dark:hover,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-dark:hover>td,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-dark:hover>th,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-dark:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-dark:hover>td,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-dark:hover>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-dark:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-dark:hover>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-dark:hover>th,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-dark:hover,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-dark:hover>td,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-dark:hover>th{background-color:#b8b8b8}div[class*=FloatingMenu__] .table-active,div[class*=FloatingMenu__] .table-active>td,div[class*=FloatingMenu__] .table-active>th,div[class*=FloatingMenu__] .table-hover .table-active:hover,div[class*=FloatingMenu__] .table-hover .table-active:hover>td,div[class*=FloatingMenu__] .table-hover .table-active:hover>th,ui-ng-add-rule-menu.ng-isolate-scope .table-active,ui-ng-add-rule-menu.ng-isolate-scope .table-active>td,ui-ng-add-rule-menu.ng-isolate-scope .table-active>th,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-active:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-active:hover>td,ui-ng-add-rule-menu.ng-isolate-scope .table-hover .table-active:hover>th,ui-ng-date-time-picker.ng-isolate-scope .table-active,ui-ng-date-time-picker.ng-isolate-scope .table-active>td,ui-ng-date-time-picker.ng-isolate-scope .table-active>th,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-active:hover,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-active:hover>td,ui-ng-date-time-picker.ng-isolate-scope .table-hover .table-active:hover>th,ui-ng-gear-schema-form.ng-isolate-scope .table-active,ui-ng-gear-schema-form.ng-isolate-scope .table-active>td,ui-ng-gear-schema-form.ng-isolate-scope .table-active>th,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-active:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-active:hover>td,ui-ng-gear-schema-form.ng-isolate-scope .table-hover .table-active:hover>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-active,ui-ng-open-time-email-editor.ng-isolate-scope .table-active>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-active>th,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-active:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-active:hover>td,ui-ng-open-time-email-editor.ng-isolate-scope .table-hover .table-active:hover>th,ui-ng-segment-editor.ng-isolate-scope .table-active,ui-ng-segment-editor.ng-isolate-scope .table-active>td,ui-ng-segment-editor.ng-isolate-scope .table-active>th,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-active:hover,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-active:hover>td,ui-ng-segment-editor.ng-isolate-scope .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}div[class*=FloatingMenu__] .table .thead-dark th,ui-ng-add-rule-menu.ng-isolate-scope .table .thead-dark th,ui-ng-date-time-picker.ng-isolate-scope .table .thead-dark th,ui-ng-gear-schema-form.ng-isolate-scope .table .thead-dark th,ui-ng-open-time-email-editor.ng-isolate-scope .table .thead-dark th,ui-ng-segment-editor.ng-isolate-scope .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}div[class*=FloatingMenu__] .table .thead-light th,ui-ng-add-rule-menu.ng-isolate-scope .table .thead-light th,ui-ng-date-time-picker.ng-isolate-scope .table .thead-light th,ui-ng-gear-schema-form.ng-isolate-scope .table .thead-light th,ui-ng-open-time-email-editor.ng-isolate-scope .table .thead-light th,ui-ng-segment-editor.ng-isolate-scope .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}div[class*=FloatingMenu__] .table-dark,ui-ng-add-rule-menu.ng-isolate-scope .table-dark,ui-ng-date-time-picker.ng-isolate-scope .table-dark,ui-ng-gear-schema-form.ng-isolate-scope .table-dark,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark,ui-ng-segment-editor.ng-isolate-scope .table-dark{color:#fff;background-color:#343a40}div[class*=FloatingMenu__] .table-dark td,div[class*=FloatingMenu__] .table-dark th,div[class*=FloatingMenu__] .table-dark thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-dark td,ui-ng-add-rule-menu.ng-isolate-scope .table-dark th,ui-ng-add-rule-menu.ng-isolate-scope .table-dark thead th,ui-ng-date-time-picker.ng-isolate-scope .table-dark td,ui-ng-date-time-picker.ng-isolate-scope .table-dark th,ui-ng-date-time-picker.ng-isolate-scope .table-dark thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-dark td,ui-ng-gear-schema-form.ng-isolate-scope .table-dark th,ui-ng-gear-schema-form.ng-isolate-scope .table-dark thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark td,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark th,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark thead th,ui-ng-segment-editor.ng-isolate-scope .table-dark td,ui-ng-segment-editor.ng-isolate-scope .table-dark th,ui-ng-segment-editor.ng-isolate-scope .table-dark thead th{border-color:#454d55}div[class*=FloatingMenu__] .table-dark.table-bordered,ui-ng-add-rule-menu.ng-isolate-scope .table-dark.table-bordered,ui-ng-date-time-picker.ng-isolate-scope .table-dark.table-bordered,ui-ng-gear-schema-form.ng-isolate-scope .table-dark.table-bordered,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark.table-bordered,ui-ng-segment-editor.ng-isolate-scope .table-dark.table-bordered{border:0}div[class*=FloatingMenu__] .table-dark.table-striped tbody tr:nth-of-type(odd),ui-ng-add-rule-menu.ng-isolate-scope .table-dark.table-striped tbody tr:nth-of-type(odd),ui-ng-date-time-picker.ng-isolate-scope .table-dark.table-striped tbody tr:nth-of-type(odd),ui-ng-gear-schema-form.ng-isolate-scope .table-dark.table-striped tbody tr:nth-of-type(odd),ui-ng-open-time-email-editor.ng-isolate-scope .table-dark.table-striped tbody tr:nth-of-type(odd),ui-ng-segment-editor.ng-isolate-scope .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}div[class*=FloatingMenu__] .table-dark.table-hover tbody tr:hover,ui-ng-add-rule-menu.ng-isolate-scope .table-dark.table-hover tbody tr:hover,ui-ng-date-time-picker.ng-isolate-scope .table-dark.table-hover tbody tr:hover,ui-ng-gear-schema-form.ng-isolate-scope .table-dark.table-hover tbody tr:hover,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark.table-hover tbody tr:hover,ui-ng-segment-editor.ng-isolate-scope .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){div[class*=FloatingMenu__] .table-responsive-sm,ui-ng-add-rule-menu.ng-isolate-scope .table-responsive-sm,ui-ng-date-time-picker.ng-isolate-scope .table-responsive-sm,ui-ng-gear-schema-form.ng-isolate-scope .table-responsive-sm,ui-ng-open-time-email-editor.ng-isolate-scope .table-responsive-sm,ui-ng-segment-editor.ng-isolate-scope .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}div[class*=FloatingMenu__] .table-responsive-sm>.table-bordered,ui-ng-add-rule-menu.ng-isolate-scope .table-responsive-sm>.table-bordered,ui-ng-date-time-picker.ng-isolate-scope .table-responsive-sm>.table-bordered,ui-ng-gear-schema-form.ng-isolate-scope .table-responsive-sm>.table-bordered,ui-ng-open-time-email-editor.ng-isolate-scope .table-responsive-sm>.table-bordered,ui-ng-segment-editor.ng-isolate-scope .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){div[class*=FloatingMenu__] .table-responsive-md,ui-ng-add-rule-menu.ng-isolate-scope .table-responsive-md,ui-ng-date-time-picker.ng-isolate-scope .table-responsive-md,ui-ng-gear-schema-form.ng-isolate-scope .table-responsive-md,ui-ng-open-time-email-editor.ng-isolate-scope .table-responsive-md,ui-ng-segment-editor.ng-isolate-scope .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}div[class*=FloatingMenu__] .table-responsive-md>.table-bordered,ui-ng-add-rule-menu.ng-isolate-scope .table-responsive-md>.table-bordered,ui-ng-date-time-picker.ng-isolate-scope .table-responsive-md>.table-bordered,ui-ng-gear-schema-form.ng-isolate-scope .table-responsive-md>.table-bordered,ui-ng-open-time-email-editor.ng-isolate-scope .table-responsive-md>.table-bordered,ui-ng-segment-editor.ng-isolate-scope .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){div[class*=FloatingMenu__] .table-responsive-lg,ui-ng-add-rule-menu.ng-isolate-scope .table-responsive-lg,ui-ng-date-time-picker.ng-isolate-scope .table-responsive-lg,ui-ng-gear-schema-form.ng-isolate-scope .table-responsive-lg,ui-ng-open-time-email-editor.ng-isolate-scope .table-responsive-lg,ui-ng-segment-editor.ng-isolate-scope .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}div[class*=FloatingMenu__] .table-responsive-lg>.table-bordered,ui-ng-add-rule-menu.ng-isolate-scope .table-responsive-lg>.table-bordered,ui-ng-date-time-picker.ng-isolate-scope .table-responsive-lg>.table-bordered,ui-ng-gear-schema-form.ng-isolate-scope .table-responsive-lg>.table-bordered,ui-ng-open-time-email-editor.ng-isolate-scope .table-responsive-lg>.table-bordered,ui-ng-segment-editor.ng-isolate-scope .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){div[class*=FloatingMenu__] .table-responsive-xl,ui-ng-add-rule-menu.ng-isolate-scope .table-responsive-xl,ui-ng-date-time-picker.ng-isolate-scope .table-responsive-xl,ui-ng-gear-schema-form.ng-isolate-scope .table-responsive-xl,ui-ng-open-time-email-editor.ng-isolate-scope .table-responsive-xl,ui-ng-segment-editor.ng-isolate-scope .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}div[class*=FloatingMenu__] .table-responsive-xl>.table-bordered,ui-ng-add-rule-menu.ng-isolate-scope .table-responsive-xl>.table-bordered,ui-ng-date-time-picker.ng-isolate-scope .table-responsive-xl>.table-bordered,ui-ng-gear-schema-form.ng-isolate-scope .table-responsive-xl>.table-bordered,ui-ng-open-time-email-editor.ng-isolate-scope .table-responsive-xl>.table-bordered,ui-ng-segment-editor.ng-isolate-scope .table-responsive-xl>.table-bordered{border:0}}div[class*=FloatingMenu__] .table-responsive,ui-ng-add-rule-menu.ng-isolate-scope .table-responsive,ui-ng-date-time-picker.ng-isolate-scope .table-responsive,ui-ng-gear-schema-form.ng-isolate-scope .table-responsive,ui-ng-open-time-email-editor.ng-isolate-scope .table-responsive,ui-ng-segment-editor.ng-isolate-scope .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}div[class*=FloatingMenu__] .table-responsive>.table-bordered,ui-ng-add-rule-menu.ng-isolate-scope .table-responsive>.table-bordered,ui-ng-date-time-picker.ng-isolate-scope .table-responsive>.table-bordered,ui-ng-gear-schema-form.ng-isolate-scope .table-responsive>.table-bordered,ui-ng-open-time-email-editor.ng-isolate-scope .table-responsive>.table-bordered,ui-ng-segment-editor.ng-isolate-scope .table-responsive>.table-bordered{border:0}div[class*=FloatingMenu__] .form-control,ui-ng-add-rule-menu.ng-isolate-scope .form-control,ui-ng-date-time-picker.ng-isolate-scope .form-control,ui-ng-gear-schema-form.ng-isolate-scope .form-control,ui-ng-open-time-email-editor.ng-isolate-scope .form-control,ui-ng-segment-editor.ng-isolate-scope .form-control{display:block;width:100%;height:calc(1.5em + .3rem + 2px);padding:.15rem .5rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .form-control,ui-ng-add-rule-menu.ng-isolate-scope .form-control,ui-ng-date-time-picker.ng-isolate-scope .form-control,ui-ng-gear-schema-form.ng-isolate-scope .form-control,ui-ng-open-time-email-editor.ng-isolate-scope .form-control,ui-ng-segment-editor.ng-isolate-scope .form-control{transition:none}}div[class*=FloatingMenu__] .form-control::-ms-expand,ui-ng-add-rule-menu.ng-isolate-scope .form-control::-ms-expand,ui-ng-date-time-picker.ng-isolate-scope .form-control::-ms-expand,ui-ng-gear-schema-form.ng-isolate-scope .form-control::-ms-expand,ui-ng-open-time-email-editor.ng-isolate-scope .form-control::-ms-expand,ui-ng-segment-editor.ng-isolate-scope .form-control::-ms-expand{background-color:transparent;border:0}div[class*=FloatingMenu__] .form-control:-moz-focusring,ui-ng-add-rule-menu.ng-isolate-scope .form-control:-moz-focusring,ui-ng-date-time-picker.ng-isolate-scope .form-control:-moz-focusring,ui-ng-gear-schema-form.ng-isolate-scope .form-control:-moz-focusring,ui-ng-open-time-email-editor.ng-isolate-scope .form-control:-moz-focusring,ui-ng-segment-editor.ng-isolate-scope .form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}div[class*=FloatingMenu__] .form-control:focus,ui-ng-add-rule-menu.ng-isolate-scope .form-control:focus,ui-ng-date-time-picker.ng-isolate-scope .form-control:focus,ui-ng-gear-schema-form.ng-isolate-scope .form-control:focus,ui-ng-open-time-email-editor.ng-isolate-scope .form-control:focus,ui-ng-segment-editor.ng-isolate-scope .form-control:focus{color:#495057;background-color:#fff;border-color:#5bcbff;outline:0;box-shadow:none}div[class*=FloatingMenu__] .form-control::placeholder,ui-ng-add-rule-menu.ng-isolate-scope .form-control::placeholder,ui-ng-date-time-picker.ng-isolate-scope .form-control::placeholder,ui-ng-gear-schema-form.ng-isolate-scope .form-control::placeholder,ui-ng-open-time-email-editor.ng-isolate-scope .form-control::placeholder,ui-ng-segment-editor.ng-isolate-scope .form-control::placeholder{color:#6c757d;opacity:1}div[class*=FloatingMenu__] .form-control:disabled,div[class*=FloatingMenu__] .form-control[readonly],ui-ng-add-rule-menu.ng-isolate-scope .form-control:disabled,ui-ng-add-rule-menu.ng-isolate-scope .form-control[readonly],ui-ng-date-time-picker.ng-isolate-scope .form-control:disabled,ui-ng-date-time-picker.ng-isolate-scope .form-control[readonly],ui-ng-gear-schema-form.ng-isolate-scope .form-control:disabled,ui-ng-gear-schema-form.ng-isolate-scope .form-control[readonly],ui-ng-open-time-email-editor.ng-isolate-scope .form-control:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .form-control[readonly],ui-ng-segment-editor.ng-isolate-scope .form-control:disabled,ui-ng-segment-editor.ng-isolate-scope .form-control[readonly]{background-color:#e9ecef;opacity:1}div[class*=FloatingMenu__] select.form-control:focus::-ms-value,ui-ng-add-rule-menu.ng-isolate-scope select.form-control:focus::-ms-value,ui-ng-date-time-picker.ng-isolate-scope select.form-control:focus::-ms-value,ui-ng-gear-schema-form.ng-isolate-scope select.form-control:focus::-ms-value,ui-ng-open-time-email-editor.ng-isolate-scope select.form-control:focus::-ms-value,ui-ng-segment-editor.ng-isolate-scope select.form-control:focus::-ms-value{color:#495057;background-color:#fff}div[class*=FloatingMenu__] .form-control-file,div[class*=FloatingMenu__] .form-control-range,ui-ng-add-rule-menu.ng-isolate-scope .form-control-file,ui-ng-add-rule-menu.ng-isolate-scope .form-control-range,ui-ng-date-time-picker.ng-isolate-scope .form-control-file,ui-ng-date-time-picker.ng-isolate-scope .form-control-range,ui-ng-gear-schema-form.ng-isolate-scope .form-control-file,ui-ng-gear-schema-form.ng-isolate-scope .form-control-range,ui-ng-open-time-email-editor.ng-isolate-scope .form-control-file,ui-ng-open-time-email-editor.ng-isolate-scope .form-control-range,ui-ng-segment-editor.ng-isolate-scope .form-control-file,ui-ng-segment-editor.ng-isolate-scope .form-control-range{display:block;width:100%}div[class*=FloatingMenu__] .col-form-label,ui-ng-add-rule-menu.ng-isolate-scope .col-form-label,ui-ng-date-time-picker.ng-isolate-scope .col-form-label,ui-ng-gear-schema-form.ng-isolate-scope .col-form-label,ui-ng-open-time-email-editor.ng-isolate-scope .col-form-label,ui-ng-segment-editor.ng-isolate-scope .col-form-label{padding-top:calc(.15rem + 1px);padding-bottom:calc(.15rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}div[class*=FloatingMenu__] .col-form-label-lg,ui-ng-add-rule-menu.ng-isolate-scope .col-form-label-lg,ui-ng-date-time-picker.ng-isolate-scope .col-form-label-lg,ui-ng-gear-schema-form.ng-isolate-scope .col-form-label-lg,ui-ng-open-time-email-editor.ng-isolate-scope .col-form-label-lg,ui-ng-segment-editor.ng-isolate-scope .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}div[class*=FloatingMenu__] .col-form-label-sm,ui-ng-add-rule-menu.ng-isolate-scope .col-form-label-sm,ui-ng-date-time-picker.ng-isolate-scope .col-form-label-sm,ui-ng-gear-schema-form.ng-isolate-scope .col-form-label-sm,ui-ng-open-time-email-editor.ng-isolate-scope .col-form-label-sm,ui-ng-segment-editor.ng-isolate-scope .col-form-label-sm{padding-top:calc(.2rem + 1px);padding-bottom:calc(.2rem + 1px);font-size:.875rem;line-height:1.25}div[class*=FloatingMenu__] .form-control-plaintext,ui-ng-add-rule-menu.ng-isolate-scope .form-control-plaintext,ui-ng-date-time-picker.ng-isolate-scope .form-control-plaintext,ui-ng-gear-schema-form.ng-isolate-scope .form-control-plaintext,ui-ng-open-time-email-editor.ng-isolate-scope .form-control-plaintext,ui-ng-segment-editor.ng-isolate-scope .form-control-plaintext{display:block;width:100%;padding:.15rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}div[class*=FloatingMenu__] .form-control-plaintext.form-control-lg,div[class*=FloatingMenu__] .form-control-plaintext.form-control-sm,ui-ng-add-rule-menu.ng-isolate-scope .form-control-plaintext.form-control-lg,ui-ng-add-rule-menu.ng-isolate-scope .form-control-plaintext.form-control-sm,ui-ng-date-time-picker.ng-isolate-scope .form-control-plaintext.form-control-lg,ui-ng-date-time-picker.ng-isolate-scope .form-control-plaintext.form-control-sm,ui-ng-gear-schema-form.ng-isolate-scope .form-control-plaintext.form-control-lg,ui-ng-gear-schema-form.ng-isolate-scope .form-control-plaintext.form-control-sm,ui-ng-open-time-email-editor.ng-isolate-scope .form-control-plaintext.form-control-lg,ui-ng-open-time-email-editor.ng-isolate-scope .form-control-plaintext.form-control-sm,ui-ng-segment-editor.ng-isolate-scope .form-control-plaintext.form-control-lg,ui-ng-segment-editor.ng-isolate-scope .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}div[class*=FloatingMenu__] .form-control-sm,ui-ng-add-rule-menu.ng-isolate-scope .form-control-sm,ui-ng-date-time-picker.ng-isolate-scope .form-control-sm,ui-ng-gear-schema-form.ng-isolate-scope .form-control-sm,ui-ng-open-time-email-editor.ng-isolate-scope .form-control-sm,ui-ng-segment-editor.ng-isolate-scope .form-control-sm{height:calc(1.25em + .4rem + 2px);padding:.2rem .75rem;font-size:.875rem;line-height:1.25;border-radius:.2rem}div[class*=FloatingMenu__] .form-control-lg,ui-ng-add-rule-menu.ng-isolate-scope .form-control-lg,ui-ng-date-time-picker.ng-isolate-scope .form-control-lg,ui-ng-gear-schema-form.ng-isolate-scope .form-control-lg,ui-ng-open-time-email-editor.ng-isolate-scope .form-control-lg,ui-ng-segment-editor.ng-isolate-scope .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}div[class*=FloatingMenu__] select.form-control[multiple],div[class*=FloatingMenu__] select.form-control[size],div[class*=FloatingMenu__] textarea.form-control,ui-ng-add-rule-menu.ng-isolate-scope select.form-control[multiple],ui-ng-add-rule-menu.ng-isolate-scope select.form-control[size],ui-ng-add-rule-menu.ng-isolate-scope textarea.form-control,ui-ng-date-time-picker.ng-isolate-scope select.form-control[multiple],ui-ng-date-time-picker.ng-isolate-scope select.form-control[size],ui-ng-date-time-picker.ng-isolate-scope textarea.form-control,ui-ng-gear-schema-form.ng-isolate-scope select.form-control[multiple],ui-ng-gear-schema-form.ng-isolate-scope select.form-control[size],ui-ng-gear-schema-form.ng-isolate-scope textarea.form-control,ui-ng-open-time-email-editor.ng-isolate-scope select.form-control[multiple],ui-ng-open-time-email-editor.ng-isolate-scope select.form-control[size],ui-ng-open-time-email-editor.ng-isolate-scope textarea.form-control,ui-ng-segment-editor.ng-isolate-scope select.form-control[multiple],ui-ng-segment-editor.ng-isolate-scope select.form-control[size],ui-ng-segment-editor.ng-isolate-scope textarea.form-control{height:auto}div[class*=FloatingMenu__] .form-group,ui-ng-add-rule-menu.ng-isolate-scope .form-group,ui-ng-date-time-picker.ng-isolate-scope .form-group,ui-ng-gear-schema-form.ng-isolate-scope .form-group,ui-ng-open-time-email-editor.ng-isolate-scope .form-group,ui-ng-segment-editor.ng-isolate-scope .form-group{margin-bottom:1rem}div[class*=FloatingMenu__] .form-text,ui-ng-add-rule-menu.ng-isolate-scope .form-text,ui-ng-date-time-picker.ng-isolate-scope .form-text,ui-ng-gear-schema-form.ng-isolate-scope .form-text,ui-ng-open-time-email-editor.ng-isolate-scope .form-text,ui-ng-segment-editor.ng-isolate-scope .form-text{display:block;margin-top:.25rem}div[class*=FloatingMenu__] .form-row,ui-ng-add-rule-menu.ng-isolate-scope .form-row,ui-ng-date-time-picker.ng-isolate-scope .form-row,ui-ng-gear-schema-form.ng-isolate-scope .form-row,ui-ng-open-time-email-editor.ng-isolate-scope .form-row,ui-ng-segment-editor.ng-isolate-scope .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}div[class*=FloatingMenu__] .form-row>.col,div[class*=FloatingMenu__] .form-row>[class*=col-],ui-ng-add-rule-menu.ng-isolate-scope .form-row>.col,ui-ng-add-rule-menu.ng-isolate-scope .form-row>[class*=col-],ui-ng-date-time-picker.ng-isolate-scope .form-row>.col,ui-ng-date-time-picker.ng-isolate-scope .form-row>[class*=col-],ui-ng-gear-schema-form.ng-isolate-scope .form-row>.col,ui-ng-gear-schema-form.ng-isolate-scope .form-row>[class*=col-],ui-ng-open-time-email-editor.ng-isolate-scope .form-row>.col,ui-ng-open-time-email-editor.ng-isolate-scope .form-row>[class*=col-],ui-ng-segment-editor.ng-isolate-scope .form-row>.col,ui-ng-segment-editor.ng-isolate-scope .form-row>[class*=col-]{padding-right:5px;padding-left:5px}div[class*=FloatingMenu__] .form-check,ui-ng-add-rule-menu.ng-isolate-scope .form-check,ui-ng-date-time-picker.ng-isolate-scope .form-check,ui-ng-gear-schema-form.ng-isolate-scope .form-check,ui-ng-open-time-email-editor.ng-isolate-scope .form-check,ui-ng-segment-editor.ng-isolate-scope .form-check{position:relative;display:block;padding-left:1.25rem}div[class*=FloatingMenu__] .form-check-input,ui-ng-add-rule-menu.ng-isolate-scope .form-check-input,ui-ng-date-time-picker.ng-isolate-scope .form-check-input,ui-ng-gear-schema-form.ng-isolate-scope .form-check-input,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-input,ui-ng-segment-editor.ng-isolate-scope .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}div[class*=FloatingMenu__] .form-check-input:disabled~.form-check-label,div[class*=FloatingMenu__] .form-check-input[disabled]~.form-check-label,ui-ng-add-rule-menu.ng-isolate-scope .form-check-input:disabled~.form-check-label,ui-ng-add-rule-menu.ng-isolate-scope .form-check-input[disabled]~.form-check-label,ui-ng-date-time-picker.ng-isolate-scope .form-check-input:disabled~.form-check-label,ui-ng-date-time-picker.ng-isolate-scope .form-check-input[disabled]~.form-check-label,ui-ng-gear-schema-form.ng-isolate-scope .form-check-input:disabled~.form-check-label,ui-ng-gear-schema-form.ng-isolate-scope .form-check-input[disabled]~.form-check-label,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-input:disabled~.form-check-label,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-input[disabled]~.form-check-label,ui-ng-segment-editor.ng-isolate-scope .form-check-input:disabled~.form-check-label,ui-ng-segment-editor.ng-isolate-scope .form-check-input[disabled]~.form-check-label{color:#6c757d}div[class*=FloatingMenu__] .form-check-label,ui-ng-add-rule-menu.ng-isolate-scope .form-check-label,ui-ng-date-time-picker.ng-isolate-scope .form-check-label,ui-ng-gear-schema-form.ng-isolate-scope .form-check-label,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-label,ui-ng-segment-editor.ng-isolate-scope .form-check-label{margin-bottom:0}div[class*=FloatingMenu__] .form-check-inline,ui-ng-add-rule-menu.ng-isolate-scope .form-check-inline,ui-ng-date-time-picker.ng-isolate-scope .form-check-inline,ui-ng-gear-schema-form.ng-isolate-scope .form-check-inline,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-inline,ui-ng-segment-editor.ng-isolate-scope .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}div[class*=FloatingMenu__] .form-check-inline .form-check-input,ui-ng-add-rule-menu.ng-isolate-scope .form-check-inline .form-check-input,ui-ng-date-time-picker.ng-isolate-scope .form-check-inline .form-check-input,ui-ng-gear-schema-form.ng-isolate-scope .form-check-inline .form-check-input,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-inline .form-check-input,ui-ng-segment-editor.ng-isolate-scope .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}div[class*=FloatingMenu__] .valid-feedback,ui-ng-add-rule-menu.ng-isolate-scope .valid-feedback,ui-ng-date-time-picker.ng-isolate-scope .valid-feedback,ui-ng-gear-schema-form.ng-isolate-scope .valid-feedback,ui-ng-open-time-email-editor.ng-isolate-scope .valid-feedback,ui-ng-segment-editor.ng-isolate-scope .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#82c135}div[class*=FloatingMenu__] .valid-tooltip,ui-ng-add-rule-menu.ng-isolate-scope .valid-tooltip,ui-ng-date-time-picker.ng-isolate-scope .valid-tooltip,ui-ng-gear-schema-form.ng-isolate-scope .valid-tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .valid-tooltip,ui-ng-segment-editor.ng-isolate-scope .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#212529;background-color:rgba(130,193,53,.9);border-radius:.25rem}div[class*=FloatingMenu__] .is-valid~.valid-feedback,div[class*=FloatingMenu__] .is-valid~.valid-tooltip,div[class*=FloatingMenu__] .was-validated :valid~.valid-feedback,div[class*=FloatingMenu__] .was-validated :valid~.valid-tooltip,ui-ng-add-rule-menu.ng-isolate-scope .is-valid~.valid-feedback,ui-ng-add-rule-menu.ng-isolate-scope .is-valid~.valid-tooltip,ui-ng-add-rule-menu.ng-isolate-scope .was-validated :valid~.valid-feedback,ui-ng-add-rule-menu.ng-isolate-scope .was-validated :valid~.valid-tooltip,ui-ng-date-time-picker.ng-isolate-scope .is-valid~.valid-feedback,ui-ng-date-time-picker.ng-isolate-scope .is-valid~.valid-tooltip,ui-ng-date-time-picker.ng-isolate-scope .was-validated :valid~.valid-feedback,ui-ng-date-time-picker.ng-isolate-scope .was-validated :valid~.valid-tooltip,ui-ng-gear-schema-form.ng-isolate-scope .is-valid~.valid-feedback,ui-ng-gear-schema-form.ng-isolate-scope .is-valid~.valid-tooltip,ui-ng-gear-schema-form.ng-isolate-scope .was-validated :valid~.valid-feedback,ui-ng-gear-schema-form.ng-isolate-scope .was-validated :valid~.valid-tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .is-valid~.valid-feedback,ui-ng-open-time-email-editor.ng-isolate-scope .is-valid~.valid-tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated :valid~.valid-feedback,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated :valid~.valid-tooltip,ui-ng-segment-editor.ng-isolate-scope .is-valid~.valid-feedback,ui-ng-segment-editor.ng-isolate-scope .is-valid~.valid-tooltip,ui-ng-segment-editor.ng-isolate-scope .was-validated :valid~.valid-feedback,ui-ng-segment-editor.ng-isolate-scope .was-validated :valid~.valid-tooltip{display:block}div[class*=FloatingMenu__] .form-control.is-valid,div[class*=FloatingMenu__] .was-validated .form-control:valid,ui-ng-add-rule-menu.ng-isolate-scope .form-control.is-valid,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .form-control:valid,ui-ng-date-time-picker.ng-isolate-scope .form-control.is-valid,ui-ng-date-time-picker.ng-isolate-scope .was-validated .form-control:valid,ui-ng-gear-schema-form.ng-isolate-scope .form-control.is-valid,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .form-control:valid,ui-ng-open-time-email-editor.ng-isolate-scope .form-control.is-valid,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .form-control:valid,ui-ng-segment-editor.ng-isolate-scope .form-control.is-valid,ui-ng-segment-editor.ng-isolate-scope .was-validated .form-control:valid{border-color:#82c135;padding-right:calc(1.5em + .3rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2382c135' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .075rem) center;background-size:calc(.75em + .15rem) calc(.75em + .15rem)}div[class*=FloatingMenu__] .form-control.is-valid:focus,div[class*=FloatingMenu__] .was-validated .form-control:valid:focus,ui-ng-add-rule-menu.ng-isolate-scope .form-control.is-valid:focus,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .form-control:valid:focus,ui-ng-date-time-picker.ng-isolate-scope .form-control.is-valid:focus,ui-ng-date-time-picker.ng-isolate-scope .was-validated .form-control:valid:focus,ui-ng-gear-schema-form.ng-isolate-scope .form-control.is-valid:focus,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .form-control:valid:focus,ui-ng-open-time-email-editor.ng-isolate-scope .form-control.is-valid:focus,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .form-control:valid:focus,ui-ng-segment-editor.ng-isolate-scope .form-control.is-valid:focus,ui-ng-segment-editor.ng-isolate-scope .was-validated .form-control:valid:focus{border-color:#82c135;box-shadow:0 0 0 0 rgba(130,193,53,.25)}div[class*=FloatingMenu__] .was-validated textarea.form-control:valid,div[class*=FloatingMenu__] textarea.form-control.is-valid,ui-ng-add-rule-menu.ng-isolate-scope .was-validated textarea.form-control:valid,ui-ng-add-rule-menu.ng-isolate-scope textarea.form-control.is-valid,ui-ng-date-time-picker.ng-isolate-scope .was-validated textarea.form-control:valid,ui-ng-date-time-picker.ng-isolate-scope textarea.form-control.is-valid,ui-ng-gear-schema-form.ng-isolate-scope .was-validated textarea.form-control:valid,ui-ng-gear-schema-form.ng-isolate-scope textarea.form-control.is-valid,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated textarea.form-control:valid,ui-ng-open-time-email-editor.ng-isolate-scope textarea.form-control.is-valid,ui-ng-segment-editor.ng-isolate-scope .was-validated textarea.form-control:valid,ui-ng-segment-editor.ng-isolate-scope textarea.form-control.is-valid{padding-right:calc(1.5em + .3rem);background-position:top calc(.375em + .075rem) right calc(.375em + .075rem)}div[class*=FloatingMenu__] .custom-select.is-valid,div[class*=FloatingMenu__] .was-validated .custom-select:valid,ui-ng-add-rule-menu.ng-isolate-scope .custom-select.is-valid,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-select:valid,ui-ng-date-time-picker.ng-isolate-scope .custom-select.is-valid,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-select:valid,ui-ng-gear-schema-form.ng-isolate-scope .custom-select.is-valid,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-select:valid,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select.is-valid,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-select:valid,ui-ng-segment-editor.ng-isolate-scope .custom-select.is-valid,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-select:valid{border-color:#82c135;padding-right:calc(.75em + 1.725rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2382c135' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.5rem/calc(.75em + .15rem) calc(.75em + .15rem)}div[class*=FloatingMenu__] .custom-select.is-valid:focus,div[class*=FloatingMenu__] .was-validated .custom-select:valid:focus,ui-ng-add-rule-menu.ng-isolate-scope .custom-select.is-valid:focus,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-select:valid:focus,ui-ng-date-time-picker.ng-isolate-scope .custom-select.is-valid:focus,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-select:valid:focus,ui-ng-gear-schema-form.ng-isolate-scope .custom-select.is-valid:focus,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-select:valid:focus,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select.is-valid:focus,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-select:valid:focus,ui-ng-segment-editor.ng-isolate-scope .custom-select.is-valid:focus,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-select:valid:focus{border-color:#82c135;box-shadow:0 0 0 0 rgba(130,193,53,.25)}div[class*=FloatingMenu__] .form-check-input.is-valid~.form-check-label,div[class*=FloatingMenu__] .was-validated .form-check-input:valid~.form-check-label,ui-ng-add-rule-menu.ng-isolate-scope .form-check-input.is-valid~.form-check-label,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .form-check-input:valid~.form-check-label,ui-ng-date-time-picker.ng-isolate-scope .form-check-input.is-valid~.form-check-label,ui-ng-date-time-picker.ng-isolate-scope .was-validated .form-check-input:valid~.form-check-label,ui-ng-gear-schema-form.ng-isolate-scope .form-check-input.is-valid~.form-check-label,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .form-check-input:valid~.form-check-label,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-input.is-valid~.form-check-label,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .form-check-input:valid~.form-check-label,ui-ng-segment-editor.ng-isolate-scope .form-check-input.is-valid~.form-check-label,ui-ng-segment-editor.ng-isolate-scope .was-validated .form-check-input:valid~.form-check-label{color:#82c135}div[class*=FloatingMenu__] .form-check-input.is-valid~.valid-feedback,div[class*=FloatingMenu__] .form-check-input.is-valid~.valid-tooltip,div[class*=FloatingMenu__] .was-validated .form-check-input:valid~.valid-feedback,div[class*=FloatingMenu__] .was-validated .form-check-input:valid~.valid-tooltip,ui-ng-add-rule-menu.ng-isolate-scope .form-check-input.is-valid~.valid-feedback,ui-ng-add-rule-menu.ng-isolate-scope .form-check-input.is-valid~.valid-tooltip,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .form-check-input:valid~.valid-feedback,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .form-check-input:valid~.valid-tooltip,ui-ng-date-time-picker.ng-isolate-scope .form-check-input.is-valid~.valid-feedback,ui-ng-date-time-picker.ng-isolate-scope .form-check-input.is-valid~.valid-tooltip,ui-ng-date-time-picker.ng-isolate-scope .was-validated .form-check-input:valid~.valid-feedback,ui-ng-date-time-picker.ng-isolate-scope .was-validated .form-check-input:valid~.valid-tooltip,ui-ng-gear-schema-form.ng-isolate-scope .form-check-input.is-valid~.valid-feedback,ui-ng-gear-schema-form.ng-isolate-scope .form-check-input.is-valid~.valid-tooltip,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .form-check-input:valid~.valid-feedback,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .form-check-input:valid~.valid-tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-input.is-valid~.valid-feedback,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-input.is-valid~.valid-tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .form-check-input:valid~.valid-feedback,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .form-check-input:valid~.valid-tooltip,ui-ng-segment-editor.ng-isolate-scope .form-check-input.is-valid~.valid-feedback,ui-ng-segment-editor.ng-isolate-scope .form-check-input.is-valid~.valid-tooltip,ui-ng-segment-editor.ng-isolate-scope .was-validated .form-check-input:valid~.valid-feedback,ui-ng-segment-editor.ng-isolate-scope .was-validated .form-check-input:valid~.valid-tooltip{display:block}div[class*=FloatingMenu__] .custom-control-input.is-valid~.custom-control-label,div[class*=FloatingMenu__] .was-validated .custom-control-input:valid~.custom-control-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input.is-valid~.custom-control-label,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-control-input:valid~.custom-control-label,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input.is-valid~.custom-control-label,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-control-input:valid~.custom-control-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input.is-valid~.custom-control-label,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-control-input:valid~.custom-control-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input.is-valid~.custom-control-label,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-control-input:valid~.custom-control-label,ui-ng-segment-editor.ng-isolate-scope .custom-control-input.is-valid~.custom-control-label,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-control-input:valid~.custom-control-label{color:#82c135}div[class*=FloatingMenu__] .custom-control-input.is-valid~.custom-control-label:before,div[class*=FloatingMenu__] .was-validated .custom-control-input:valid~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input.is-valid~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-control-input:valid~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input.is-valid~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-control-input:valid~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input.is-valid~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-control-input:valid~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input.is-valid~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-control-input:valid~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input.is-valid~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#82c135}div[class*=FloatingMenu__] .custom-control-input.is-valid:checked~.custom-control-label:before,div[class*=FloatingMenu__] .was-validated .custom-control-input:valid:checked~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input.is-valid:checked~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-control-input:valid:checked~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input.is-valid:checked~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-control-input:valid:checked~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input.is-valid:checked~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-control-input:valid:checked~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input.is-valid:checked~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-control-input:valid:checked~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input.is-valid:checked~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#9bd158;background-color:#9bd158}div[class*=FloatingMenu__] .custom-control-input.is-valid:focus~.custom-control-label:before,div[class*=FloatingMenu__] .was-validated .custom-control-input:valid:focus~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input.is-valid:focus~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-control-input:valid:focus~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input.is-valid:focus~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-control-input:valid:focus~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input.is-valid:focus~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-control-input:valid:focus~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input.is-valid:focus~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-control-input:valid:focus~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input.is-valid:focus~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 0 rgba(130,193,53,.25)}div[class*=FloatingMenu__] .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,div[class*=FloatingMenu__] .custom-file-input.is-valid~.custom-file-label,div[class*=FloatingMenu__] .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,div[class*=FloatingMenu__] .was-validated .custom-file-input:valid~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input.is-valid~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-file-input:valid~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input.is-valid~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-file-input:valid~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input.is-valid~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-file-input:valid~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input.is-valid~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-file-input:valid~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-file-input.is-valid~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-file-input:valid~.custom-file-label{border-color:#82c135}div[class*=FloatingMenu__] .custom-file-input.is-valid:focus~.custom-file-label,div[class*=FloatingMenu__] .was-validated .custom-file-input:valid:focus~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input.is-valid:focus~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-file-input:valid:focus~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input.is-valid:focus~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-file-input:valid:focus~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input.is-valid:focus~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-file-input:valid:focus~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input.is-valid:focus~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-file-input:valid:focus~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-file-input.is-valid:focus~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#82c135;box-shadow:0 0 0 0 rgba(130,193,53,.25)}div[class*=FloatingMenu__] .invalid-feedback,ui-ng-add-rule-menu.ng-isolate-scope .invalid-feedback,ui-ng-date-time-picker.ng-isolate-scope .invalid-feedback,ui-ng-gear-schema-form.ng-isolate-scope .invalid-feedback,ui-ng-open-time-email-editor.ng-isolate-scope .invalid-feedback,ui-ng-segment-editor.ng-isolate-scope .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dd360b}div[class*=FloatingMenu__] .invalid-tooltip,ui-ng-add-rule-menu.ng-isolate-scope .invalid-tooltip,ui-ng-date-time-picker.ng-isolate-scope .invalid-tooltip,ui-ng-gear-schema-form.ng-isolate-scope .invalid-tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .invalid-tooltip,ui-ng-segment-editor.ng-isolate-scope .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(221,54,11,.9);border-radius:.25rem}div[class*=FloatingMenu__] .is-invalid~.invalid-feedback,div[class*=FloatingMenu__] .is-invalid~.invalid-tooltip,div[class*=FloatingMenu__] .was-validated :invalid~.invalid-feedback,div[class*=FloatingMenu__] .was-validated :invalid~.invalid-tooltip,ui-ng-add-rule-menu.ng-isolate-scope .is-invalid~.invalid-feedback,ui-ng-add-rule-menu.ng-isolate-scope .is-invalid~.invalid-tooltip,ui-ng-add-rule-menu.ng-isolate-scope .was-validated :invalid~.invalid-feedback,ui-ng-add-rule-menu.ng-isolate-scope .was-validated :invalid~.invalid-tooltip,ui-ng-date-time-picker.ng-isolate-scope .is-invalid~.invalid-feedback,ui-ng-date-time-picker.ng-isolate-scope .is-invalid~.invalid-tooltip,ui-ng-date-time-picker.ng-isolate-scope .was-validated :invalid~.invalid-feedback,ui-ng-date-time-picker.ng-isolate-scope .was-validated :invalid~.invalid-tooltip,ui-ng-gear-schema-form.ng-isolate-scope .is-invalid~.invalid-feedback,ui-ng-gear-schema-form.ng-isolate-scope .is-invalid~.invalid-tooltip,ui-ng-gear-schema-form.ng-isolate-scope .was-validated :invalid~.invalid-feedback,ui-ng-gear-schema-form.ng-isolate-scope .was-validated :invalid~.invalid-tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .is-invalid~.invalid-feedback,ui-ng-open-time-email-editor.ng-isolate-scope .is-invalid~.invalid-tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated :invalid~.invalid-feedback,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated :invalid~.invalid-tooltip,ui-ng-segment-editor.ng-isolate-scope .is-invalid~.invalid-feedback,ui-ng-segment-editor.ng-isolate-scope .is-invalid~.invalid-tooltip,ui-ng-segment-editor.ng-isolate-scope .was-validated :invalid~.invalid-feedback,ui-ng-segment-editor.ng-isolate-scope .was-validated :invalid~.invalid-tooltip{display:block}div[class*=FloatingMenu__] .form-control.is-invalid,div[class*=FloatingMenu__] .was-validated .form-control:invalid,ui-ng-add-rule-menu.ng-isolate-scope .form-control.is-invalid,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .form-control:invalid,ui-ng-date-time-picker.ng-isolate-scope .form-control.is-invalid,ui-ng-date-time-picker.ng-isolate-scope .was-validated .form-control:invalid,ui-ng-gear-schema-form.ng-isolate-scope .form-control.is-invalid,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .form-control:invalid,ui-ng-open-time-email-editor.ng-isolate-scope .form-control.is-invalid,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .form-control:invalid,ui-ng-segment-editor.ng-isolate-scope .form-control.is-invalid,ui-ng-segment-editor.ng-isolate-scope .was-validated .form-control:invalid{border-color:#dd360b;padding-right:calc(1.5em + .3rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dd360b'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dd360b' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .075rem) center;background-size:calc(.75em + .15rem) calc(.75em + .15rem)}div[class*=FloatingMenu__] .form-control.is-invalid:focus,div[class*=FloatingMenu__] .was-validated .form-control:invalid:focus,ui-ng-add-rule-menu.ng-isolate-scope .form-control.is-invalid:focus,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .form-control:invalid:focus,ui-ng-date-time-picker.ng-isolate-scope .form-control.is-invalid:focus,ui-ng-date-time-picker.ng-isolate-scope .was-validated .form-control:invalid:focus,ui-ng-gear-schema-form.ng-isolate-scope .form-control.is-invalid:focus,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .form-control:invalid:focus,ui-ng-open-time-email-editor.ng-isolate-scope .form-control.is-invalid:focus,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .form-control:invalid:focus,ui-ng-segment-editor.ng-isolate-scope .form-control.is-invalid:focus,ui-ng-segment-editor.ng-isolate-scope .was-validated .form-control:invalid:focus{border-color:#dd360b;box-shadow:0 0 0 0 rgba(221,54,11,.25)}div[class*=FloatingMenu__] .was-validated textarea.form-control:invalid,div[class*=FloatingMenu__] textarea.form-control.is-invalid,ui-ng-add-rule-menu.ng-isolate-scope .was-validated textarea.form-control:invalid,ui-ng-add-rule-menu.ng-isolate-scope textarea.form-control.is-invalid,ui-ng-date-time-picker.ng-isolate-scope .was-validated textarea.form-control:invalid,ui-ng-date-time-picker.ng-isolate-scope textarea.form-control.is-invalid,ui-ng-gear-schema-form.ng-isolate-scope .was-validated textarea.form-control:invalid,ui-ng-gear-schema-form.ng-isolate-scope textarea.form-control.is-invalid,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated textarea.form-control:invalid,ui-ng-open-time-email-editor.ng-isolate-scope textarea.form-control.is-invalid,ui-ng-segment-editor.ng-isolate-scope .was-validated textarea.form-control:invalid,ui-ng-segment-editor.ng-isolate-scope textarea.form-control.is-invalid{padding-right:calc(1.5em + .3rem);background-position:top calc(.375em + .075rem) right calc(.375em + .075rem)}div[class*=FloatingMenu__] .custom-select.is-invalid,div[class*=FloatingMenu__] .was-validated .custom-select:invalid,ui-ng-add-rule-menu.ng-isolate-scope .custom-select.is-invalid,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-select:invalid,ui-ng-date-time-picker.ng-isolate-scope .custom-select.is-invalid,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-select:invalid,ui-ng-gear-schema-form.ng-isolate-scope .custom-select.is-invalid,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-select:invalid,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select.is-invalid,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-select:invalid,ui-ng-segment-editor.ng-isolate-scope .custom-select.is-invalid,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-select:invalid{border-color:#dd360b;padding-right:calc(.75em + 1.725rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dd360b'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dd360b' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.5rem/calc(.75em + .15rem) calc(.75em + .15rem)}div[class*=FloatingMenu__] .custom-select.is-invalid:focus,div[class*=FloatingMenu__] .was-validated .custom-select:invalid:focus,ui-ng-add-rule-menu.ng-isolate-scope .custom-select.is-invalid:focus,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-select:invalid:focus,ui-ng-date-time-picker.ng-isolate-scope .custom-select.is-invalid:focus,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-select:invalid:focus,ui-ng-gear-schema-form.ng-isolate-scope .custom-select.is-invalid:focus,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-select:invalid:focus,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select.is-invalid:focus,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-select:invalid:focus,ui-ng-segment-editor.ng-isolate-scope .custom-select.is-invalid:focus,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-select:invalid:focus{border-color:#dd360b;box-shadow:0 0 0 0 rgba(221,54,11,.25)}div[class*=FloatingMenu__] .form-check-input.is-invalid~.form-check-label,div[class*=FloatingMenu__] .was-validated .form-check-input:invalid~.form-check-label,ui-ng-add-rule-menu.ng-isolate-scope .form-check-input.is-invalid~.form-check-label,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .form-check-input:invalid~.form-check-label,ui-ng-date-time-picker.ng-isolate-scope .form-check-input.is-invalid~.form-check-label,ui-ng-date-time-picker.ng-isolate-scope .was-validated .form-check-input:invalid~.form-check-label,ui-ng-gear-schema-form.ng-isolate-scope .form-check-input.is-invalid~.form-check-label,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .form-check-input:invalid~.form-check-label,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-input.is-invalid~.form-check-label,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .form-check-input:invalid~.form-check-label,ui-ng-segment-editor.ng-isolate-scope .form-check-input.is-invalid~.form-check-label,ui-ng-segment-editor.ng-isolate-scope .was-validated .form-check-input:invalid~.form-check-label{color:#dd360b}div[class*=FloatingMenu__] .form-check-input.is-invalid~.invalid-feedback,div[class*=FloatingMenu__] .form-check-input.is-invalid~.invalid-tooltip,div[class*=FloatingMenu__] .was-validated .form-check-input:invalid~.invalid-feedback,div[class*=FloatingMenu__] .was-validated .form-check-input:invalid~.invalid-tooltip,ui-ng-add-rule-menu.ng-isolate-scope .form-check-input.is-invalid~.invalid-feedback,ui-ng-add-rule-menu.ng-isolate-scope .form-check-input.is-invalid~.invalid-tooltip,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .form-check-input:invalid~.invalid-feedback,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .form-check-input:invalid~.invalid-tooltip,ui-ng-date-time-picker.ng-isolate-scope .form-check-input.is-invalid~.invalid-feedback,ui-ng-date-time-picker.ng-isolate-scope .form-check-input.is-invalid~.invalid-tooltip,ui-ng-date-time-picker.ng-isolate-scope .was-validated .form-check-input:invalid~.invalid-feedback,ui-ng-date-time-picker.ng-isolate-scope .was-validated .form-check-input:invalid~.invalid-tooltip,ui-ng-gear-schema-form.ng-isolate-scope .form-check-input.is-invalid~.invalid-feedback,ui-ng-gear-schema-form.ng-isolate-scope .form-check-input.is-invalid~.invalid-tooltip,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .form-check-input:invalid~.invalid-feedback,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .form-check-input:invalid~.invalid-tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-input.is-invalid~.invalid-feedback,ui-ng-open-time-email-editor.ng-isolate-scope .form-check-input.is-invalid~.invalid-tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .form-check-input:invalid~.invalid-feedback,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .form-check-input:invalid~.invalid-tooltip,ui-ng-segment-editor.ng-isolate-scope .form-check-input.is-invalid~.invalid-feedback,ui-ng-segment-editor.ng-isolate-scope .form-check-input.is-invalid~.invalid-tooltip,ui-ng-segment-editor.ng-isolate-scope .was-validated .form-check-input:invalid~.invalid-feedback,ui-ng-segment-editor.ng-isolate-scope .was-validated .form-check-input:invalid~.invalid-tooltip{display:block}div[class*=FloatingMenu__] .custom-control-input.is-invalid~.custom-control-label,div[class*=FloatingMenu__] .was-validated .custom-control-input:invalid~.custom-control-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input.is-invalid~.custom-control-label,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-control-input:invalid~.custom-control-label,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input.is-invalid~.custom-control-label,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-control-input:invalid~.custom-control-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input.is-invalid~.custom-control-label,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-control-input:invalid~.custom-control-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input.is-invalid~.custom-control-label,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-control-input:invalid~.custom-control-label,ui-ng-segment-editor.ng-isolate-scope .custom-control-input.is-invalid~.custom-control-label,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-control-input:invalid~.custom-control-label{color:#dd360b}div[class*=FloatingMenu__] .custom-control-input.is-invalid~.custom-control-label:before,div[class*=FloatingMenu__] .was-validated .custom-control-input:invalid~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input.is-invalid~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-control-input:invalid~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input.is-invalid~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-control-input:invalid~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input.is-invalid~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-control-input:invalid~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input.is-invalid~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-control-input:invalid~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input.is-invalid~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dd360b}div[class*=FloatingMenu__] .custom-control-input.is-invalid:checked~.custom-control-label:before,div[class*=FloatingMenu__] .was-validated .custom-control-input:invalid:checked~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input.is-invalid:checked~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-control-input:invalid:checked~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input.is-invalid:checked~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-control-input:invalid:checked~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input.is-invalid:checked~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-control-input:invalid:checked~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input.is-invalid:checked~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-control-input:invalid:checked~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input.is-invalid:checked~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#f45127;background-color:#f45127}div[class*=FloatingMenu__] .custom-control-input.is-invalid:focus~.custom-control-label:before,div[class*=FloatingMenu__] .was-validated .custom-control-input:invalid:focus~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input.is-invalid:focus~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-control-input:invalid:focus~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input.is-invalid:focus~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-control-input:invalid:focus~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input.is-invalid:focus~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-control-input:invalid:focus~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input.is-invalid:focus~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-control-input:invalid:focus~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input.is-invalid:focus~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 0 rgba(221,54,11,.25)}div[class*=FloatingMenu__] .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,div[class*=FloatingMenu__] .custom-file-input.is-invalid~.custom-file-label,div[class*=FloatingMenu__] .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,div[class*=FloatingMenu__] .was-validated .custom-file-input:invalid~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input.is-invalid~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-file-input:invalid~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input.is-invalid~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-file-input:invalid~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input.is-invalid~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-file-input:invalid~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input.is-invalid~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-file-input:invalid~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-file-input.is-invalid~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dd360b}div[class*=FloatingMenu__] .custom-file-input.is-invalid:focus~.custom-file-label,div[class*=FloatingMenu__] .was-validated .custom-file-input:invalid:focus~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input.is-invalid:focus~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .was-validated .custom-file-input:invalid:focus~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input.is-invalid:focus~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .was-validated .custom-file-input:invalid:focus~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input.is-invalid:focus~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .was-validated .custom-file-input:invalid:focus~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input.is-invalid:focus~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .was-validated .custom-file-input:invalid:focus~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-file-input.is-invalid:focus~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dd360b;box-shadow:0 0 0 0 rgba(221,54,11,.25)}div[class*=FloatingMenu__] .form-inline,ui-ng-add-rule-menu.ng-isolate-scope .form-inline,ui-ng-date-time-picker.ng-isolate-scope .form-inline,ui-ng-gear-schema-form.ng-isolate-scope .form-inline,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline,ui-ng-segment-editor.ng-isolate-scope .form-inline{display:flex;flex-flow:row wrap;align-items:center}div[class*=FloatingMenu__] .form-inline .form-check,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .form-check,ui-ng-date-time-picker.ng-isolate-scope .form-inline .form-check,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .form-check,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .form-check,ui-ng-segment-editor.ng-isolate-scope .form-inline .form-check{width:100%}@media (min-width:576px){div[class*=FloatingMenu__] .form-inline label,ui-ng-add-rule-menu.ng-isolate-scope .form-inline label,ui-ng-date-time-picker.ng-isolate-scope .form-inline label,ui-ng-gear-schema-form.ng-isolate-scope .form-inline label,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline label,ui-ng-segment-editor.ng-isolate-scope .form-inline label{justify-content:center}div[class*=FloatingMenu__] .form-inline .form-group,div[class*=FloatingMenu__] .form-inline label,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .form-group,ui-ng-add-rule-menu.ng-isolate-scope .form-inline label,ui-ng-date-time-picker.ng-isolate-scope .form-inline .form-group,ui-ng-date-time-picker.ng-isolate-scope .form-inline label,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .form-group,ui-ng-gear-schema-form.ng-isolate-scope .form-inline label,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .form-group,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline label,ui-ng-segment-editor.ng-isolate-scope .form-inline .form-group,ui-ng-segment-editor.ng-isolate-scope .form-inline label{display:flex;align-items:center;margin-bottom:0}div[class*=FloatingMenu__] .form-inline .form-group,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .form-group,ui-ng-date-time-picker.ng-isolate-scope .form-inline .form-group,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .form-group,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .form-group,ui-ng-segment-editor.ng-isolate-scope .form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}div[class*=FloatingMenu__] .form-inline .form-control,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .form-control,ui-ng-date-time-picker.ng-isolate-scope .form-inline .form-control,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .form-control,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .form-control,ui-ng-segment-editor.ng-isolate-scope .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}div[class*=FloatingMenu__] .form-inline .form-control-plaintext,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .form-control-plaintext,ui-ng-date-time-picker.ng-isolate-scope .form-inline .form-control-plaintext,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .form-control-plaintext,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .form-control-plaintext,ui-ng-segment-editor.ng-isolate-scope .form-inline .form-control-plaintext{display:inline-block}div[class*=FloatingMenu__] .form-inline .custom-select,div[class*=FloatingMenu__] .form-inline .input-group,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .custom-select,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .input-group,ui-ng-date-time-picker.ng-isolate-scope .form-inline .custom-select,ui-ng-date-time-picker.ng-isolate-scope .form-inline .input-group,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .custom-select,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .input-group,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .input-group,ui-ng-segment-editor.ng-isolate-scope .form-inline .custom-select,ui-ng-segment-editor.ng-isolate-scope .form-inline .input-group{width:auto}div[class*=FloatingMenu__] .form-inline .form-check,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .form-check,ui-ng-date-time-picker.ng-isolate-scope .form-inline .form-check,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .form-check,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .form-check,ui-ng-segment-editor.ng-isolate-scope .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}div[class*=FloatingMenu__] .form-inline .form-check-input,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .form-check-input,ui-ng-date-time-picker.ng-isolate-scope .form-inline .form-check-input,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .form-check-input,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .form-check-input,ui-ng-segment-editor.ng-isolate-scope .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}div[class*=FloatingMenu__] .form-inline .custom-control,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .custom-control,ui-ng-date-time-picker.ng-isolate-scope .form-inline .custom-control,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .custom-control,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .custom-control,ui-ng-segment-editor.ng-isolate-scope .form-inline .custom-control{align-items:center;justify-content:center}div[class*=FloatingMenu__] .form-inline .custom-control-label,ui-ng-add-rule-menu.ng-isolate-scope .form-inline .custom-control-label,ui-ng-date-time-picker.ng-isolate-scope .form-inline .custom-control-label,ui-ng-gear-schema-form.ng-isolate-scope .form-inline .custom-control-label,ui-ng-open-time-email-editor.ng-isolate-scope .form-inline .custom-control-label,ui-ng-segment-editor.ng-isolate-scope .form-inline .custom-control-label{margin-bottom:0}}div[class*=FloatingMenu__] .btn,ui-ng-add-rule-menu.ng-isolate-scope .btn,ui-ng-date-time-picker.ng-isolate-scope .btn,ui-ng-gear-schema-form.ng-isolate-scope .btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn,ui-ng-segment-editor.ng-isolate-scope .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:.15rem .875rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .btn,ui-ng-add-rule-menu.ng-isolate-scope .btn,ui-ng-date-time-picker.ng-isolate-scope .btn,ui-ng-gear-schema-form.ng-isolate-scope .btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn,ui-ng-segment-editor.ng-isolate-scope .btn{transition:none}}div[class*=FloatingMenu__] .btn:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn:hover,ui-ng-date-time-picker.ng-isolate-scope .btn:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn:hover,ui-ng-segment-editor.ng-isolate-scope .btn:hover{color:#212529;text-decoration:none}div[class*=FloatingMenu__] .btn.focus,div[class*=FloatingMenu__] .btn:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn:focus,ui-ng-date-time-picker.ng-isolate-scope .btn.focus,ui-ng-date-time-picker.ng-isolate-scope .btn:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn:focus,ui-ng-segment-editor.ng-isolate-scope .btn.focus,ui-ng-segment-editor.ng-isolate-scope .btn:focus{outline:0;box-shadow:none}div[class*=FloatingMenu__] .btn.disabled,div[class*=FloatingMenu__] .btn:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn:disabled,ui-ng-segment-editor.ng-isolate-scope .btn.disabled,ui-ng-segment-editor.ng-isolate-scope .btn:disabled{opacity:.65}div[class*=FloatingMenu__] a.btn.disabled,div[class*=FloatingMenu__] fieldset:disabled a.btn,ui-ng-add-rule-menu.ng-isolate-scope a.btn.disabled,ui-ng-add-rule-menu.ng-isolate-scope fieldset:disabled a.btn,ui-ng-date-time-picker.ng-isolate-scope a.btn.disabled,ui-ng-date-time-picker.ng-isolate-scope fieldset:disabled a.btn,ui-ng-gear-schema-form.ng-isolate-scope a.btn.disabled,ui-ng-gear-schema-form.ng-isolate-scope fieldset:disabled a.btn,ui-ng-open-time-email-editor.ng-isolate-scope a.btn.disabled,ui-ng-open-time-email-editor.ng-isolate-scope fieldset:disabled a.btn,ui-ng-segment-editor.ng-isolate-scope a.btn.disabled,ui-ng-segment-editor.ng-isolate-scope fieldset:disabled a.btn{pointer-events:none}div[class*=FloatingMenu__] .btn-primary,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary,ui-ng-date-time-picker.ng-isolate-scope .btn-primary,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary,ui-ng-segment-editor.ng-isolate-scope .btn-primary{color:#fff;background-color:#0095da;border-color:#0095da}div[class*=FloatingMenu__] .btn-primary.focus,div[class*=FloatingMenu__] .btn-primary:focus,div[class*=FloatingMenu__] .btn-primary:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-primary.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-primary:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-primary:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary:hover,ui-ng-segment-editor.ng-isolate-scope .btn-primary.focus,ui-ng-segment-editor.ng-isolate-scope .btn-primary:focus,ui-ng-segment-editor.ng-isolate-scope .btn-primary:hover{color:#fff;background-color:#007bb4;border-color:#0072a7}div[class*=FloatingMenu__] .btn-primary.focus,div[class*=FloatingMenu__] .btn-primary:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-primary.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-primary:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary:focus,ui-ng-segment-editor.ng-isolate-scope .btn-primary.focus,ui-ng-segment-editor.ng-isolate-scope .btn-primary:focus{box-shadow:0 0 0 0 rgba(38,165,224,.5)}div[class*=FloatingMenu__] .btn-primary.disabled,div[class*=FloatingMenu__] .btn-primary:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-primary.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-primary:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-primary.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-primary:disabled{color:#fff;background-color:#0095da;border-color:#0095da}div[class*=FloatingMenu__] .btn-primary:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-primary:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-primary.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-primary.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-primary.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-primary.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-primary.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0072a7;border-color:#00699a}div[class*=FloatingMenu__] .btn-primary:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-primary:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-primary.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-primary.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-primary.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-primary.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-primary.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-primary:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(38,165,224,.5)}div[class*=FloatingMenu__] .btn-secondary,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary,ui-ng-segment-editor.ng-isolate-scope .btn-secondary{color:#fff;background-color:#606060;border-color:#606060}div[class*=FloatingMenu__] .btn-secondary.focus,div[class*=FloatingMenu__] .btn-secondary:focus,div[class*=FloatingMenu__] .btn-secondary:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary:hover,ui-ng-segment-editor.ng-isolate-scope .btn-secondary.focus,ui-ng-segment-editor.ng-isolate-scope .btn-secondary:focus,ui-ng-segment-editor.ng-isolate-scope .btn-secondary:hover{color:#fff;background-color:#4d4d4d;border-color:#474747}div[class*=FloatingMenu__] .btn-secondary.focus,div[class*=FloatingMenu__] .btn-secondary:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary:focus,ui-ng-segment-editor.ng-isolate-scope .btn-secondary.focus,ui-ng-segment-editor.ng-isolate-scope .btn-secondary:focus{box-shadow:0 0 0 0 hsla(0,0%,47.1%,.5)}div[class*=FloatingMenu__] .btn-secondary.disabled,div[class*=FloatingMenu__] .btn-secondary:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-secondary.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-secondary:disabled{color:#fff;background-color:#606060;border-color:#606060}div[class*=FloatingMenu__] .btn-secondary:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-secondary:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-secondary.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-secondary.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-secondary.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-secondary.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-secondary.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#474747;border-color:#404040}div[class*=FloatingMenu__] .btn-secondary:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-secondary:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-secondary.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-secondary.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-secondary.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-secondary.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-secondary.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-secondary:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0 hsla(0,0%,47.1%,.5)}div[class*=FloatingMenu__] .btn-success,ui-ng-add-rule-menu.ng-isolate-scope .btn-success,ui-ng-date-time-picker.ng-isolate-scope .btn-success,ui-ng-gear-schema-form.ng-isolate-scope .btn-success,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success,ui-ng-segment-editor.ng-isolate-scope .btn-success{color:#212529;background-color:#82c135;border-color:#82c135}div[class*=FloatingMenu__] .btn-success.focus,div[class*=FloatingMenu__] .btn-success:focus,div[class*=FloatingMenu__] .btn-success:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-success.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-success:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-success:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-success.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-success:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-success:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-success.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-success:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-success:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success:hover,ui-ng-segment-editor.ng-isolate-scope .btn-success.focus,ui-ng-segment-editor.ng-isolate-scope .btn-success:focus,ui-ng-segment-editor.ng-isolate-scope .btn-success:hover{color:#fff;background-color:#6ea32d;border-color:#67992a}div[class*=FloatingMenu__] .btn-success.focus,div[class*=FloatingMenu__] .btn-success:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-success.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-success:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-success.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-success:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-success.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-success:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success:focus,ui-ng-segment-editor.ng-isolate-scope .btn-success.focus,ui-ng-segment-editor.ng-isolate-scope .btn-success:focus{box-shadow:0 0 0 0 rgba(115,170,51,.5)}div[class*=FloatingMenu__] .btn-success.disabled,div[class*=FloatingMenu__] .btn-success:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-success.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-success:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-success.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-success:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-success.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-success:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-success.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-success:disabled{color:#212529;background-color:#82c135;border-color:#82c135}div[class*=FloatingMenu__] .btn-success:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-success:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-success.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-success:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-success:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-success.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-success:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-success:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-success.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-success:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-success:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-success.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-success.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-success:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-success:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-success.dropdown-toggle{color:#fff;background-color:#67992a;border-color:#608f27}div[class*=FloatingMenu__] .btn-success:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-success:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-success.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-success:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-success:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-success.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-success:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-success:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-success.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-success:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-success:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-success.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-success:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-success.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-success:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-success:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(115,170,51,.5)}div[class*=FloatingMenu__] .btn-info,ui-ng-add-rule-menu.ng-isolate-scope .btn-info,ui-ng-date-time-picker.ng-isolate-scope .btn-info,ui-ng-gear-schema-form.ng-isolate-scope .btn-info,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info,ui-ng-segment-editor.ng-isolate-scope .btn-info{color:#212529;background-color:#53b8e6;border-color:#53b8e6}div[class*=FloatingMenu__] .btn-info.focus,div[class*=FloatingMenu__] .btn-info:focus,div[class*=FloatingMenu__] .btn-info:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-info.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-info:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-info:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-info.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-info:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-info:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-info.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-info:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-info:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info:hover,ui-ng-segment-editor.ng-isolate-scope .btn-info.focus,ui-ng-segment-editor.ng-isolate-scope .btn-info:focus,ui-ng-segment-editor.ng-isolate-scope .btn-info:hover{color:#fff;background-color:#32aae1;border-color:#26a6e0}div[class*=FloatingMenu__] .btn-info.focus,div[class*=FloatingMenu__] .btn-info:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-info.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-info:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-info.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-info:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-info.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-info:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info:focus,ui-ng-segment-editor.ng-isolate-scope .btn-info.focus,ui-ng-segment-editor.ng-isolate-scope .btn-info:focus{box-shadow:0 0 0 0 rgba(76,162,202,.5)}div[class*=FloatingMenu__] .btn-info.disabled,div[class*=FloatingMenu__] .btn-info:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-info.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-info:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-info.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-info:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-info.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-info:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-info.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-info:disabled{color:#212529;background-color:#53b8e6;border-color:#53b8e6}div[class*=FloatingMenu__] .btn-info:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-info:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-info.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-info:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-info:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-info.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-info:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-info:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-info.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-info:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-info:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-info.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-info.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-info:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-info:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-info.dropdown-toggle{color:#fff;background-color:#26a6e0;border-color:#209fda}div[class*=FloatingMenu__] .btn-info:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-info:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-info.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-info:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-info:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-info.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-info:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-info:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-info.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-info:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-info:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-info.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-info:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-info.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-info:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-info:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(76,162,202,.5)}div[class*=FloatingMenu__] .btn-warning,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning,ui-ng-date-time-picker.ng-isolate-scope .btn-warning,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning,ui-ng-segment-editor.ng-isolate-scope .btn-warning{color:#212529;background-color:#ff9600;border-color:#ff9600}div[class*=FloatingMenu__] .btn-warning.focus,div[class*=FloatingMenu__] .btn-warning:focus,div[class*=FloatingMenu__] .btn-warning:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-warning.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-warning:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-warning:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning:hover,ui-ng-segment-editor.ng-isolate-scope .btn-warning.focus,ui-ng-segment-editor.ng-isolate-scope .btn-warning:focus,ui-ng-segment-editor.ng-isolate-scope .btn-warning:hover{color:#fff;background-color:#d98000;border-color:#cc7800}div[class*=FloatingMenu__] .btn-warning.focus,div[class*=FloatingMenu__] .btn-warning:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-warning.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-warning:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning:focus,ui-ng-segment-editor.ng-isolate-scope .btn-warning.focus,ui-ng-segment-editor.ng-isolate-scope .btn-warning:focus{box-shadow:0 0 0 0 rgba(222,133,6,.5)}div[class*=FloatingMenu__] .btn-warning.disabled,div[class*=FloatingMenu__] .btn-warning:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-warning.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-warning:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-warning.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-warning:disabled{color:#212529;background-color:#ff9600;border-color:#ff9600}div[class*=FloatingMenu__] .btn-warning:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-warning:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-warning.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-warning.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-warning.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-warning.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-warning.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-warning.dropdown-toggle{color:#fff;background-color:#cc7800;border-color:#bf7100}div[class*=FloatingMenu__] .btn-warning:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-warning:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-warning.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-warning.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-warning.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-warning.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-warning.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-warning:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(222,133,6,.5)}div[class*=FloatingMenu__] .btn-danger,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger,ui-ng-date-time-picker.ng-isolate-scope .btn-danger,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger,ui-ng-segment-editor.ng-isolate-scope .btn-danger{color:#fff;background-color:#dd360b;border-color:#dd360b}div[class*=FloatingMenu__] .btn-danger.focus,div[class*=FloatingMenu__] .btn-danger:focus,div[class*=FloatingMenu__] .btn-danger:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-danger.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-danger:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-danger:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger:hover,ui-ng-segment-editor.ng-isolate-scope .btn-danger.focus,ui-ng-segment-editor.ng-isolate-scope .btn-danger:focus,ui-ng-segment-editor.ng-isolate-scope .btn-danger:hover{color:#fff;background-color:#b92d09;border-color:#ac2a09}div[class*=FloatingMenu__] .btn-danger.focus,div[class*=FloatingMenu__] .btn-danger:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-danger.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-danger:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger:focus,ui-ng-segment-editor.ng-isolate-scope .btn-danger.focus,ui-ng-segment-editor.ng-isolate-scope .btn-danger:focus{box-shadow:0 0 0 0 rgba(226,84,48,.5)}div[class*=FloatingMenu__] .btn-danger.disabled,div[class*=FloatingMenu__] .btn-danger:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-danger.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-danger:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-danger.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-danger:disabled{color:#fff;background-color:#dd360b;border-color:#dd360b}div[class*=FloatingMenu__] .btn-danger:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-danger:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-danger.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-danger.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-danger.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-danger.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-danger.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-danger.dropdown-toggle{color:#fff;background-color:#ac2a09;border-color:#a02708}div[class*=FloatingMenu__] .btn-danger:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-danger:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-danger.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-danger.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-danger.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-danger.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-danger.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-danger:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(226,84,48,.5)}div[class*=FloatingMenu__] .btn-light,ui-ng-add-rule-menu.ng-isolate-scope .btn-light,ui-ng-date-time-picker.ng-isolate-scope .btn-light,ui-ng-gear-schema-form.ng-isolate-scope .btn-light,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light,ui-ng-segment-editor.ng-isolate-scope .btn-light{color:#212529;background-color:#f5f5f5;border-color:#f5f5f5}div[class*=FloatingMenu__] .btn-light.focus,div[class*=FloatingMenu__] .btn-light:focus,div[class*=FloatingMenu__] .btn-light:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-light.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-light:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-light:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-light.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-light:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-light:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-light.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-light:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-light:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light:hover,ui-ng-segment-editor.ng-isolate-scope .btn-light.focus,ui-ng-segment-editor.ng-isolate-scope .btn-light:focus,ui-ng-segment-editor.ng-isolate-scope .btn-light:hover{color:#212529;background-color:#e2e2e2;border-color:#dcdcdc}div[class*=FloatingMenu__] .btn-light.focus,div[class*=FloatingMenu__] .btn-light:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-light.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-light:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-light.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-light:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-light.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-light:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light:focus,ui-ng-segment-editor.ng-isolate-scope .btn-light.focus,ui-ng-segment-editor.ng-isolate-scope .btn-light:focus{box-shadow:0 0 0 0 rgba(213,214,214,.5)}div[class*=FloatingMenu__] .btn-light.disabled,div[class*=FloatingMenu__] .btn-light:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-light.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-light:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-light.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-light:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-light.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-light:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-light.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-light:disabled{color:#212529;background-color:#f5f5f5;border-color:#f5f5f5}div[class*=FloatingMenu__] .btn-light:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-light:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-light.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-light:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-light:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-light.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-light:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-light:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-light.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-light:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-light:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-light.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-light.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-light:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-light:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-light.dropdown-toggle{color:#212529;background-color:#dcdcdc;border-color:#d5d5d5}div[class*=FloatingMenu__] .btn-light:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-light:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-light.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-light:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-light:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-light.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-light:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-light:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-light.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-light:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-light:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-light.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-light:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-light.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-light:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-light:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(213,214,214,.5)}div[class*=FloatingMenu__] .btn-dark,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark,ui-ng-date-time-picker.ng-isolate-scope .btn-dark,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark,ui-ng-segment-editor.ng-isolate-scope .btn-dark{color:#fff;background-color:#303030;border-color:#303030}div[class*=FloatingMenu__] .btn-dark.focus,div[class*=FloatingMenu__] .btn-dark:focus,div[class*=FloatingMenu__] .btn-dark:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-dark.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-dark:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-dark:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark:hover,ui-ng-segment-editor.ng-isolate-scope .btn-dark.focus,ui-ng-segment-editor.ng-isolate-scope .btn-dark:focus,ui-ng-segment-editor.ng-isolate-scope .btn-dark:hover{color:#fff;background-color:#1d1d1d;border-color:#171717}div[class*=FloatingMenu__] .btn-dark.focus,div[class*=FloatingMenu__] .btn-dark:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-dark.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-dark:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark:focus,ui-ng-segment-editor.ng-isolate-scope .btn-dark.focus,ui-ng-segment-editor.ng-isolate-scope .btn-dark:focus{box-shadow:0 0 0 0 rgba(79,79,79,.5)}div[class*=FloatingMenu__] .btn-dark.disabled,div[class*=FloatingMenu__] .btn-dark:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-dark.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-dark:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-dark.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-dark:disabled{color:#fff;background-color:#303030;border-color:#303030}div[class*=FloatingMenu__] .btn-dark:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-dark:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-dark.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-dark.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-dark.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-dark.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-dark.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#171717;border-color:#101010}div[class*=FloatingMenu__] .btn-dark:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-dark:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-dark.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-dark.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-dark.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-dark.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-dark.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-dark:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(79,79,79,.5)}div[class*=FloatingMenu__] .btn-outline-primary,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-primary,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-primary,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-primary,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-primary,ui-ng-segment-editor.ng-isolate-scope .btn-outline-primary{color:#0095da;border-color:#0095da}div[class*=FloatingMenu__] .btn-outline-primary:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-primary:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-primary:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-primary:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-primary:hover,ui-ng-segment-editor.ng-isolate-scope .btn-outline-primary:hover{color:#fff;background-color:#0095da;border-color:#0095da}div[class*=FloatingMenu__] .btn-outline-primary.focus,div[class*=FloatingMenu__] .btn-outline-primary:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-primary.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-primary:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-primary.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-primary:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-primary.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-primary:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-primary.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-primary:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-primary.focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-primary:focus{box-shadow:0 0 0 0 rgba(0,149,218,.5)}div[class*=FloatingMenu__] .btn-outline-primary.disabled,div[class*=FloatingMenu__] .btn-outline-primary:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-primary.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-primary:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-primary.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-primary:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-primary.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-primary:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-primary.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-primary:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-primary.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-primary:disabled{color:#0095da;background-color:transparent}div[class*=FloatingMenu__] .btn-outline-primary:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-outline-primary:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-outline-primary.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-primary.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-primary.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-primary.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-primary.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0095da;border-color:#0095da}div[class*=FloatingMenu__] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-outline-primary.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-primary.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-primary.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-primary.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-primary.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-primary:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(0,149,218,.5)}div[class*=FloatingMenu__] .btn-outline-secondary,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-secondary,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-secondary,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-secondary,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-secondary,ui-ng-segment-editor.ng-isolate-scope .btn-outline-secondary{color:#606060;border-color:#606060}div[class*=FloatingMenu__] .btn-outline-secondary:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-secondary:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-secondary:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-secondary:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-secondary:hover,ui-ng-segment-editor.ng-isolate-scope .btn-outline-secondary:hover{color:#fff;background-color:#606060;border-color:#606060}div[class*=FloatingMenu__] .btn-outline-secondary.focus,div[class*=FloatingMenu__] .btn-outline-secondary:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-secondary.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-secondary:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-secondary.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-secondary:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-secondary.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-secondary:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-secondary.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-secondary:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-secondary.focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-secondary:focus{box-shadow:0 0 0 0 rgba(96,96,96,.5)}div[class*=FloatingMenu__] .btn-outline-secondary.disabled,div[class*=FloatingMenu__] .btn-outline-secondary:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-secondary.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-secondary:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-secondary.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-secondary:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-secondary.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-secondary:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-secondary.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-secondary:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-secondary.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-secondary:disabled{color:#606060;background-color:transparent}div[class*=FloatingMenu__] .btn-outline-secondary:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-outline-secondary:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-outline-secondary.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-secondary.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-secondary.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-secondary.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-secondary.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#606060;border-color:#606060}div[class*=FloatingMenu__] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-outline-secondary.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-secondary.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-secondary.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-secondary.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-secondary.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(96,96,96,.5)}div[class*=FloatingMenu__] .btn-outline-success,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-success,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-success,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-success,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-success,ui-ng-segment-editor.ng-isolate-scope .btn-outline-success{color:#82c135;border-color:#82c135}div[class*=FloatingMenu__] .btn-outline-success:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-success:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-success:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-success:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-success:hover,ui-ng-segment-editor.ng-isolate-scope .btn-outline-success:hover{color:#212529;background-color:#82c135;border-color:#82c135}div[class*=FloatingMenu__] .btn-outline-success.focus,div[class*=FloatingMenu__] .btn-outline-success:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-success.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-success:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-success.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-success:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-success.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-success:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-success.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-success:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-success.focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-success:focus{box-shadow:0 0 0 0 rgba(130,193,53,.5)}div[class*=FloatingMenu__] .btn-outline-success.disabled,div[class*=FloatingMenu__] .btn-outline-success:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-success.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-success:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-success.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-success:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-success.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-success:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-success.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-success:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-success.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-success:disabled{color:#82c135;background-color:transparent}div[class*=FloatingMenu__] .btn-outline-success:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-outline-success:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-outline-success.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-success.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-success.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-success.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-success.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-success.dropdown-toggle{color:#212529;background-color:#82c135;border-color:#82c135}div[class*=FloatingMenu__] .btn-outline-success:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-outline-success:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-outline-success.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-success.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-success.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-success.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-success.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-success:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(130,193,53,.5)}div[class*=FloatingMenu__] .btn-outline-info,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-info,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-info,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-info,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-info,ui-ng-segment-editor.ng-isolate-scope .btn-outline-info{color:#53b8e6;border-color:#53b8e6}div[class*=FloatingMenu__] .btn-outline-info:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-info:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-info:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-info:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-info:hover,ui-ng-segment-editor.ng-isolate-scope .btn-outline-info:hover{color:#212529;background-color:#53b8e6;border-color:#53b8e6}div[class*=FloatingMenu__] .btn-outline-info.focus,div[class*=FloatingMenu__] .btn-outline-info:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-info.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-info:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-info.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-info:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-info.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-info:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-info.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-info:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-info.focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-info:focus{box-shadow:0 0 0 0 rgba(83,184,230,.5)}div[class*=FloatingMenu__] .btn-outline-info.disabled,div[class*=FloatingMenu__] .btn-outline-info:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-info.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-info:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-info.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-info:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-info.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-info:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-info.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-info:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-info.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-info:disabled{color:#53b8e6;background-color:transparent}div[class*=FloatingMenu__] .btn-outline-info:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-outline-info:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-outline-info.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-info.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-info.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-info.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-info.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-info.dropdown-toggle{color:#212529;background-color:#53b8e6;border-color:#53b8e6}div[class*=FloatingMenu__] .btn-outline-info:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-outline-info:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-outline-info.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-info.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-info.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-info.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-info.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-info:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(83,184,230,.5)}div[class*=FloatingMenu__] .btn-outline-warning,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-warning,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-warning,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-warning,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-warning,ui-ng-segment-editor.ng-isolate-scope .btn-outline-warning{color:#ff9600;border-color:#ff9600}div[class*=FloatingMenu__] .btn-outline-warning:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-warning:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-warning:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-warning:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-warning:hover,ui-ng-segment-editor.ng-isolate-scope .btn-outline-warning:hover{color:#212529;background-color:#ff9600;border-color:#ff9600}div[class*=FloatingMenu__] .btn-outline-warning.focus,div[class*=FloatingMenu__] .btn-outline-warning:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-warning.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-warning:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-warning.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-warning:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-warning.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-warning:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-warning.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-warning:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-warning.focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-warning:focus{box-shadow:0 0 0 0 rgba(255,150,0,.5)}div[class*=FloatingMenu__] .btn-outline-warning.disabled,div[class*=FloatingMenu__] .btn-outline-warning:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-warning.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-warning:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-warning.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-warning:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-warning.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-warning:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-warning.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-warning:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-warning.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-warning:disabled{color:#ff9600;background-color:transparent}div[class*=FloatingMenu__] .btn-outline-warning:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-outline-warning:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-outline-warning.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-warning.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-warning.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-warning.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-warning.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ff9600;border-color:#ff9600}div[class*=FloatingMenu__] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-outline-warning:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-outline-warning.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-warning.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-warning.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-warning.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-warning.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-warning:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(255,150,0,.5)}div[class*=FloatingMenu__] .btn-outline-danger,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-danger,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-danger,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-danger,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-danger,ui-ng-segment-editor.ng-isolate-scope .btn-outline-danger{color:#dd360b;border-color:#dd360b}div[class*=FloatingMenu__] .btn-outline-danger:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-danger:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-danger:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-danger:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-danger:hover,ui-ng-segment-editor.ng-isolate-scope .btn-outline-danger:hover{color:#fff;background-color:#dd360b;border-color:#dd360b}div[class*=FloatingMenu__] .btn-outline-danger.focus,div[class*=FloatingMenu__] .btn-outline-danger:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-danger.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-danger:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-danger.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-danger:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-danger.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-danger:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-danger.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-danger:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-danger.focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-danger:focus{box-shadow:0 0 0 0 rgba(221,54,11,.5)}div[class*=FloatingMenu__] .btn-outline-danger.disabled,div[class*=FloatingMenu__] .btn-outline-danger:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-danger.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-danger:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-danger.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-danger:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-danger.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-danger:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-danger.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-danger:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-danger.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-danger:disabled{color:#dd360b;background-color:transparent}div[class*=FloatingMenu__] .btn-outline-danger:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-outline-danger:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-outline-danger.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-danger.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-danger.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-danger.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-danger.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dd360b;border-color:#dd360b}div[class*=FloatingMenu__] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-outline-danger:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-outline-danger.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-danger.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-danger.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-danger.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-danger.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-danger:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(221,54,11,.5)}div[class*=FloatingMenu__] .btn-outline-light,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-light,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-light,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-light,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-light,ui-ng-segment-editor.ng-isolate-scope .btn-outline-light{color:#f5f5f5;border-color:#f5f5f5}div[class*=FloatingMenu__] .btn-outline-light:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-light:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-light:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-light:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-light:hover,ui-ng-segment-editor.ng-isolate-scope .btn-outline-light:hover{color:#212529;background-color:#f5f5f5;border-color:#f5f5f5}div[class*=FloatingMenu__] .btn-outline-light.focus,div[class*=FloatingMenu__] .btn-outline-light:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-light.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-light:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-light.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-light:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-light.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-light:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-light.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-light:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-light.focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-light:focus{box-shadow:0 0 0 0 hsla(0,0%,96.1%,.5)}div[class*=FloatingMenu__] .btn-outline-light.disabled,div[class*=FloatingMenu__] .btn-outline-light:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-light.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-light:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-light.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-light:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-light.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-light:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-light.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-light:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-light.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-light:disabled{color:#f5f5f5;background-color:transparent}div[class*=FloatingMenu__] .btn-outline-light:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-outline-light:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-outline-light.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-light.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-light.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-light.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-light.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f5f5f5;border-color:#f5f5f5}div[class*=FloatingMenu__] .btn-outline-light:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-outline-light:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-outline-light.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-light.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-light.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-light.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-light.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-light:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0 hsla(0,0%,96.1%,.5)}div[class*=FloatingMenu__] .btn-outline-dark,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-dark,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-dark,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-dark,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-dark,ui-ng-segment-editor.ng-isolate-scope .btn-outline-dark{color:#303030;border-color:#303030}div[class*=FloatingMenu__] .btn-outline-dark:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-dark:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-dark:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-dark:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-dark:hover,ui-ng-segment-editor.ng-isolate-scope .btn-outline-dark:hover{color:#fff;background-color:#303030;border-color:#303030}div[class*=FloatingMenu__] .btn-outline-dark.focus,div[class*=FloatingMenu__] .btn-outline-dark:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-dark.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-dark:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-dark.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-dark:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-dark.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-dark:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-dark.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-dark:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-dark.focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-dark:focus{box-shadow:0 0 0 0 rgba(48,48,48,.5)}div[class*=FloatingMenu__] .btn-outline-dark.disabled,div[class*=FloatingMenu__] .btn-outline-dark:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-dark.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-dark:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-dark.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-dark:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-dark.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-dark:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-dark.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-dark:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-dark.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-outline-dark:disabled{color:#303030;background-color:transparent}div[class*=FloatingMenu__] .btn-outline-dark:not(:disabled):not(.disabled).active,div[class*=FloatingMenu__] .btn-outline-dark:not(:disabled):not(.disabled):active,div[class*=FloatingMenu__] .show>.btn-outline-dark.dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled).active,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled):active,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-dark.dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled).active,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled):active,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-dark.dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled).active,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled):active,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-dark.dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled).active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled):active,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-dark.dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled).active,ui-ng-segment-editor.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled):active,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#303030;border-color:#303030}div[class*=FloatingMenu__] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,div[class*=FloatingMenu__] .btn-outline-dark:not(:disabled):not(.disabled):active:focus,div[class*=FloatingMenu__] .show>.btn-outline-dark.dropdown-toggle:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled).active:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled):active:focus,ui-ng-add-rule-menu.ng-isolate-scope .show>.btn-outline-dark.dropdown-toggle:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled).active:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled):active:focus,ui-ng-date-time-picker.ng-isolate-scope .show>.btn-outline-dark.dropdown-toggle:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled).active:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled):active:focus,ui-ng-gear-schema-form.ng-isolate-scope .show>.btn-outline-dark.dropdown-toggle:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled).active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled):active:focus,ui-ng-open-time-email-editor.ng-isolate-scope .show>.btn-outline-dark.dropdown-toggle:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled).active:focus,ui-ng-segment-editor.ng-isolate-scope .btn-outline-dark:not(:disabled):not(.disabled):active:focus,ui-ng-segment-editor.ng-isolate-scope .show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(48,48,48,.5)}div[class*=FloatingMenu__] .btn-link,ui-ng-add-rule-menu.ng-isolate-scope .btn-link,ui-ng-date-time-picker.ng-isolate-scope .btn-link,ui-ng-gear-schema-form.ng-isolate-scope .btn-link,ui-ng-open-time-email-editor.ng-isolate-scope .btn-link,ui-ng-segment-editor.ng-isolate-scope .btn-link{font-weight:400;color:#0095da;text-decoration:none}div[class*=FloatingMenu__] .btn-link:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-link:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-link:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-link:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-link:hover,ui-ng-segment-editor.ng-isolate-scope .btn-link:hover{color:#00618e;text-decoration:underline}div[class*=FloatingMenu__] .btn-link.focus,div[class*=FloatingMenu__] .btn-link:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-link.focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-link:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-link.focus,ui-ng-date-time-picker.ng-isolate-scope .btn-link:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-link.focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-link:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-link.focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-link:focus,ui-ng-segment-editor.ng-isolate-scope .btn-link.focus,ui-ng-segment-editor.ng-isolate-scope .btn-link:focus{text-decoration:underline;box-shadow:none}div[class*=FloatingMenu__] .btn-link.disabled,div[class*=FloatingMenu__] .btn-link:disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-link.disabled,ui-ng-add-rule-menu.ng-isolate-scope .btn-link:disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-link.disabled,ui-ng-date-time-picker.ng-isolate-scope .btn-link:disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-link.disabled,ui-ng-gear-schema-form.ng-isolate-scope .btn-link:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-link.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .btn-link:disabled,ui-ng-segment-editor.ng-isolate-scope .btn-link.disabled,ui-ng-segment-editor.ng-isolate-scope .btn-link:disabled{color:#6c757d;pointer-events:none}div[class*=FloatingMenu__] .btn-group-lg>.btn,div[class*=FloatingMenu__] .btn-lg,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-lg>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-lg,ui-ng-date-time-picker.ng-isolate-scope .btn-group-lg>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-lg,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-lg>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-lg,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-lg>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-lg,ui-ng-segment-editor.ng-isolate-scope .btn-group-lg>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}div[class*=FloatingMenu__] .btn-group-sm>.btn,div[class*=FloatingMenu__] .btn-sm,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-sm>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-sm,ui-ng-date-time-picker.ng-isolate-scope .btn-group-sm>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-sm,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-sm>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-sm,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-sm>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-sm,ui-ng-segment-editor.ng-isolate-scope .btn-group-sm>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-sm{padding:.2rem .75rem;font-size:.875rem;line-height:1.25;border-radius:.2rem}div[class*=FloatingMenu__] .btn-block,ui-ng-add-rule-menu.ng-isolate-scope .btn-block,ui-ng-date-time-picker.ng-isolate-scope .btn-block,ui-ng-gear-schema-form.ng-isolate-scope .btn-block,ui-ng-open-time-email-editor.ng-isolate-scope .btn-block,ui-ng-segment-editor.ng-isolate-scope .btn-block{display:block;width:100%}div[class*=FloatingMenu__] .btn-block+.btn-block,ui-ng-add-rule-menu.ng-isolate-scope .btn-block+.btn-block,ui-ng-date-time-picker.ng-isolate-scope .btn-block+.btn-block,ui-ng-gear-schema-form.ng-isolate-scope .btn-block+.btn-block,ui-ng-open-time-email-editor.ng-isolate-scope .btn-block+.btn-block,ui-ng-segment-editor.ng-isolate-scope .btn-block+.btn-block{margin-top:.5rem}div[class*=FloatingMenu__] input[type=button].btn-block,div[class*=FloatingMenu__] input[type=reset].btn-block,div[class*=FloatingMenu__] input[type=submit].btn-block,ui-ng-add-rule-menu.ng-isolate-scope input[type=button].btn-block,ui-ng-add-rule-menu.ng-isolate-scope input[type=reset].btn-block,ui-ng-add-rule-menu.ng-isolate-scope input[type=submit].btn-block,ui-ng-date-time-picker.ng-isolate-scope input[type=button].btn-block,ui-ng-date-time-picker.ng-isolate-scope input[type=reset].btn-block,ui-ng-date-time-picker.ng-isolate-scope input[type=submit].btn-block,ui-ng-gear-schema-form.ng-isolate-scope input[type=button].btn-block,ui-ng-gear-schema-form.ng-isolate-scope input[type=reset].btn-block,ui-ng-gear-schema-form.ng-isolate-scope input[type=submit].btn-block,ui-ng-open-time-email-editor.ng-isolate-scope input[type=button].btn-block,ui-ng-open-time-email-editor.ng-isolate-scope input[type=reset].btn-block,ui-ng-open-time-email-editor.ng-isolate-scope input[type=submit].btn-block,ui-ng-segment-editor.ng-isolate-scope input[type=button].btn-block,ui-ng-segment-editor.ng-isolate-scope input[type=reset].btn-block,ui-ng-segment-editor.ng-isolate-scope input[type=submit].btn-block{width:100%}div[class*=FloatingMenu__] .fade,ui-ng-add-rule-menu.ng-isolate-scope .fade,ui-ng-date-time-picker.ng-isolate-scope .fade,ui-ng-gear-schema-form.ng-isolate-scope .fade,ui-ng-open-time-email-editor.ng-isolate-scope .fade,ui-ng-segment-editor.ng-isolate-scope .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .fade,ui-ng-add-rule-menu.ng-isolate-scope .fade,ui-ng-date-time-picker.ng-isolate-scope .fade,ui-ng-gear-schema-form.ng-isolate-scope .fade,ui-ng-open-time-email-editor.ng-isolate-scope .fade,ui-ng-segment-editor.ng-isolate-scope .fade{transition:none}}div[class*=FloatingMenu__] .fade:not(.show),ui-ng-add-rule-menu.ng-isolate-scope .fade:not(.show),ui-ng-date-time-picker.ng-isolate-scope .fade:not(.show),ui-ng-gear-schema-form.ng-isolate-scope .fade:not(.show),ui-ng-open-time-email-editor.ng-isolate-scope .fade:not(.show),ui-ng-segment-editor.ng-isolate-scope .fade:not(.show){opacity:0}div[class*=FloatingMenu__] .collapse:not(.show),ui-ng-add-rule-menu.ng-isolate-scope .collapse:not(.show),ui-ng-date-time-picker.ng-isolate-scope .collapse:not(.show),ui-ng-gear-schema-form.ng-isolate-scope .collapse:not(.show),ui-ng-open-time-email-editor.ng-isolate-scope .collapse:not(.show),ui-ng-segment-editor.ng-isolate-scope .collapse:not(.show){display:none}div[class*=FloatingMenu__] .collapsing,ui-ng-add-rule-menu.ng-isolate-scope .collapsing,ui-ng-date-time-picker.ng-isolate-scope .collapsing,ui-ng-gear-schema-form.ng-isolate-scope .collapsing,ui-ng-open-time-email-editor.ng-isolate-scope .collapsing,ui-ng-segment-editor.ng-isolate-scope .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .collapsing,ui-ng-add-rule-menu.ng-isolate-scope .collapsing,ui-ng-date-time-picker.ng-isolate-scope .collapsing,ui-ng-gear-schema-form.ng-isolate-scope .collapsing,ui-ng-open-time-email-editor.ng-isolate-scope .collapsing,ui-ng-segment-editor.ng-isolate-scope .collapsing{transition:none}}div[class*=FloatingMenu__] .dropdown,div[class*=FloatingMenu__] .dropleft,div[class*=FloatingMenu__] .dropright,div[class*=FloatingMenu__] .dropup,ui-ng-add-rule-menu.ng-isolate-scope .dropdown,ui-ng-add-rule-menu.ng-isolate-scope .dropleft,ui-ng-add-rule-menu.ng-isolate-scope .dropright,ui-ng-add-rule-menu.ng-isolate-scope .dropup,ui-ng-date-time-picker.ng-isolate-scope .dropdown,ui-ng-date-time-picker.ng-isolate-scope .dropleft,ui-ng-date-time-picker.ng-isolate-scope .dropright,ui-ng-date-time-picker.ng-isolate-scope .dropup,ui-ng-gear-schema-form.ng-isolate-scope .dropdown,ui-ng-gear-schema-form.ng-isolate-scope .dropleft,ui-ng-gear-schema-form.ng-isolate-scope .dropright,ui-ng-gear-schema-form.ng-isolate-scope .dropup,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown,ui-ng-open-time-email-editor.ng-isolate-scope .dropleft,ui-ng-open-time-email-editor.ng-isolate-scope .dropright,ui-ng-open-time-email-editor.ng-isolate-scope .dropup,ui-ng-segment-editor.ng-isolate-scope .dropdown,ui-ng-segment-editor.ng-isolate-scope .dropleft,ui-ng-segment-editor.ng-isolate-scope .dropright,ui-ng-segment-editor.ng-isolate-scope .dropup{position:relative}div[class*=FloatingMenu__] .dropdown-toggle,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-toggle,ui-ng-date-time-picker.ng-isolate-scope .dropdown-toggle,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-toggle,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-toggle,ui-ng-segment-editor.ng-isolate-scope .dropdown-toggle{white-space:nowrap}div[class*=FloatingMenu__] .dropdown-toggle:after,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-toggle:after,ui-ng-date-time-picker.ng-isolate-scope .dropdown-toggle:after,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-toggle:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-toggle:after,ui-ng-segment-editor.ng-isolate-scope .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}div[class*=FloatingMenu__] .dropdown-toggle:empty:after,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-toggle:empty:after,ui-ng-date-time-picker.ng-isolate-scope .dropdown-toggle:empty:after,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-toggle:empty:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-toggle:empty:after,ui-ng-segment-editor.ng-isolate-scope .dropdown-toggle:empty:after{margin-left:0}div[class*=FloatingMenu__] .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}div[class*=FloatingMenu__] .dropdown-menu-left,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu-left,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu-left,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu-left,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu-left,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu-left{right:auto;left:0}div[class*=FloatingMenu__] .dropdown-menu-right,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu-right,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu-right,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu-right,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu-right,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu-right{right:0;left:auto}@media (min-width:576px){div[class*=FloatingMenu__] .dropdown-menu-sm-left,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu-sm-left,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu-sm-left,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu-sm-left,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu-sm-left,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu-sm-left{right:auto;left:0}div[class*=FloatingMenu__] .dropdown-menu-sm-right,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu-sm-right,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu-sm-right,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu-sm-right,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu-sm-right,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){div[class*=FloatingMenu__] .dropdown-menu-md-left,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu-md-left,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu-md-left,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu-md-left,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu-md-left,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu-md-left{right:auto;left:0}div[class*=FloatingMenu__] .dropdown-menu-md-right,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu-md-right,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu-md-right,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu-md-right,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu-md-right,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){div[class*=FloatingMenu__] .dropdown-menu-lg-left,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu-lg-left,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu-lg-left,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu-lg-left,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu-lg-left,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu-lg-left{right:auto;left:0}div[class*=FloatingMenu__] .dropdown-menu-lg-right,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu-lg-right,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu-lg-right,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu-lg-right,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu-lg-right,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){div[class*=FloatingMenu__] .dropdown-menu-xl-left,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu-xl-left,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu-xl-left,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu-xl-left,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu-xl-left,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu-xl-left{right:auto;left:0}div[class*=FloatingMenu__] .dropdown-menu-xl-right,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu-xl-right,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu-xl-right,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu-xl-right,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu-xl-right,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu-xl-right{right:0;left:auto}}div[class*=FloatingMenu__] .dropup .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .dropup .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .dropup .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .dropup .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .dropup .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}div[class*=FloatingMenu__] .dropup .dropdown-toggle:after,ui-ng-add-rule-menu.ng-isolate-scope .dropup .dropdown-toggle:after,ui-ng-date-time-picker.ng-isolate-scope .dropup .dropdown-toggle:after,ui-ng-gear-schema-form.ng-isolate-scope .dropup .dropdown-toggle:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropup .dropdown-toggle:after,ui-ng-segment-editor.ng-isolate-scope .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}div[class*=FloatingMenu__] .dropup .dropdown-toggle:empty:after,ui-ng-add-rule-menu.ng-isolate-scope .dropup .dropdown-toggle:empty:after,ui-ng-date-time-picker.ng-isolate-scope .dropup .dropdown-toggle:empty:after,ui-ng-gear-schema-form.ng-isolate-scope .dropup .dropdown-toggle:empty:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropup .dropdown-toggle:empty:after,ui-ng-segment-editor.ng-isolate-scope .dropup .dropdown-toggle:empty:after{margin-left:0}div[class*=FloatingMenu__] .dropright .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .dropright .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .dropright .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .dropright .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .dropright .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}div[class*=FloatingMenu__] .dropright .dropdown-toggle:after,ui-ng-add-rule-menu.ng-isolate-scope .dropright .dropdown-toggle:after,ui-ng-date-time-picker.ng-isolate-scope .dropright .dropdown-toggle:after,ui-ng-gear-schema-form.ng-isolate-scope .dropright .dropdown-toggle:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropright .dropdown-toggle:after,ui-ng-segment-editor.ng-isolate-scope .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}div[class*=FloatingMenu__] .dropright .dropdown-toggle:empty:after,ui-ng-add-rule-menu.ng-isolate-scope .dropright .dropdown-toggle:empty:after,ui-ng-date-time-picker.ng-isolate-scope .dropright .dropdown-toggle:empty:after,ui-ng-gear-schema-form.ng-isolate-scope .dropright .dropdown-toggle:empty:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropright .dropdown-toggle:empty:after,ui-ng-segment-editor.ng-isolate-scope .dropright .dropdown-toggle:empty:after{margin-left:0}div[class*=FloatingMenu__] .dropright .dropdown-toggle:after,ui-ng-add-rule-menu.ng-isolate-scope .dropright .dropdown-toggle:after,ui-ng-date-time-picker.ng-isolate-scope .dropright .dropdown-toggle:after,ui-ng-gear-schema-form.ng-isolate-scope .dropright .dropdown-toggle:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropright .dropdown-toggle:after,ui-ng-segment-editor.ng-isolate-scope .dropright .dropdown-toggle:after{vertical-align:0}div[class*=FloatingMenu__] .dropleft .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .dropleft .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .dropleft .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .dropleft .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .dropleft .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}div[class*=FloatingMenu__] .dropleft .dropdown-toggle:after,ui-ng-add-rule-menu.ng-isolate-scope .dropleft .dropdown-toggle:after,ui-ng-date-time-picker.ng-isolate-scope .dropleft .dropdown-toggle:after,ui-ng-gear-schema-form.ng-isolate-scope .dropleft .dropdown-toggle:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropleft .dropdown-toggle:after,ui-ng-segment-editor.ng-isolate-scope .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}div[class*=FloatingMenu__] .dropleft .dropdown-toggle:before,ui-ng-add-rule-menu.ng-isolate-scope .dropleft .dropdown-toggle:before,ui-ng-date-time-picker.ng-isolate-scope .dropleft .dropdown-toggle:before,ui-ng-gear-schema-form.ng-isolate-scope .dropleft .dropdown-toggle:before,ui-ng-open-time-email-editor.ng-isolate-scope .dropleft .dropdown-toggle:before,ui-ng-segment-editor.ng-isolate-scope .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}div[class*=FloatingMenu__] .dropleft .dropdown-toggle:empty:after,ui-ng-add-rule-menu.ng-isolate-scope .dropleft .dropdown-toggle:empty:after,ui-ng-date-time-picker.ng-isolate-scope .dropleft .dropdown-toggle:empty:after,ui-ng-gear-schema-form.ng-isolate-scope .dropleft .dropdown-toggle:empty:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropleft .dropdown-toggle:empty:after,ui-ng-segment-editor.ng-isolate-scope .dropleft .dropdown-toggle:empty:after{margin-left:0}div[class*=FloatingMenu__] .dropleft .dropdown-toggle:before,ui-ng-add-rule-menu.ng-isolate-scope .dropleft .dropdown-toggle:before,ui-ng-date-time-picker.ng-isolate-scope .dropleft .dropdown-toggle:before,ui-ng-gear-schema-form.ng-isolate-scope .dropleft .dropdown-toggle:before,ui-ng-open-time-email-editor.ng-isolate-scope .dropleft .dropdown-toggle:before,ui-ng-segment-editor.ng-isolate-scope .dropleft .dropdown-toggle:before{vertical-align:0}div[class*=FloatingMenu__] .dropdown-menu[x-placement^=bottom],div[class*=FloatingMenu__] .dropdown-menu[x-placement^=left],div[class*=FloatingMenu__] .dropdown-menu[x-placement^=right],div[class*=FloatingMenu__] .dropdown-menu[x-placement^=top],ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu[x-placement^=bottom],ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu[x-placement^=left],ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu[x-placement^=right],ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu[x-placement^=top],ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu[x-placement^=bottom],ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu[x-placement^=left],ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu[x-placement^=right],ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu[x-placement^=top],ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu[x-placement^=bottom],ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu[x-placement^=left],ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu[x-placement^=right],ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu[x-placement^=top],ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu[x-placement^=bottom],ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu[x-placement^=left],ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu[x-placement^=right],ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu[x-placement^=top],ui-ng-segment-editor.ng-isolate-scope .dropdown-menu[x-placement^=bottom],ui-ng-segment-editor.ng-isolate-scope .dropdown-menu[x-placement^=left],ui-ng-segment-editor.ng-isolate-scope .dropdown-menu[x-placement^=right],ui-ng-segment-editor.ng-isolate-scope .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}div[class*=FloatingMenu__] .dropdown-divider,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-divider,ui-ng-date-time-picker.ng-isolate-scope .dropdown-divider,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-divider,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-divider,ui-ng-segment-editor.ng-isolate-scope .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}div[class*=FloatingMenu__] .dropdown-item,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-item,ui-ng-date-time-picker.ng-isolate-scope .dropdown-item,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-item,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-item,ui-ng-segment-editor.ng-isolate-scope .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}div[class*=FloatingMenu__] .dropdown-item:focus,div[class*=FloatingMenu__] .dropdown-item:hover,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-item:focus,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-item:hover,ui-ng-date-time-picker.ng-isolate-scope .dropdown-item:focus,ui-ng-date-time-picker.ng-isolate-scope .dropdown-item:hover,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-item:focus,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-item:hover,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-item:focus,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-item:hover,ui-ng-segment-editor.ng-isolate-scope .dropdown-item:focus,ui-ng-segment-editor.ng-isolate-scope .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}div[class*=FloatingMenu__] .dropdown-item.active,div[class*=FloatingMenu__] .dropdown-item:active,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-item.active,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-item:active,ui-ng-date-time-picker.ng-isolate-scope .dropdown-item.active,ui-ng-date-time-picker.ng-isolate-scope .dropdown-item:active,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-item.active,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-item:active,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-item:active,ui-ng-segment-editor.ng-isolate-scope .dropdown-item.active,ui-ng-segment-editor.ng-isolate-scope .dropdown-item:active{color:#fff;text-decoration:none;background-color:#0095da}div[class*=FloatingMenu__] .dropdown-item.disabled,div[class*=FloatingMenu__] .dropdown-item:disabled,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-item.disabled,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-item:disabled,ui-ng-date-time-picker.ng-isolate-scope .dropdown-item.disabled,ui-ng-date-time-picker.ng-isolate-scope .dropdown-item:disabled,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-item.disabled,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-item:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-item.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-item:disabled,ui-ng-segment-editor.ng-isolate-scope .dropdown-item.disabled,ui-ng-segment-editor.ng-isolate-scope .dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}div[class*=FloatingMenu__] .dropdown-menu.show,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-menu.show,ui-ng-date-time-picker.ng-isolate-scope .dropdown-menu.show,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-menu.show,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-menu.show,ui-ng-segment-editor.ng-isolate-scope .dropdown-menu.show{display:block}div[class*=FloatingMenu__] .dropdown-header,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-header,ui-ng-date-time-picker.ng-isolate-scope .dropdown-header,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-header,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-header,ui-ng-segment-editor.ng-isolate-scope .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}div[class*=FloatingMenu__] .dropdown-item-text,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-item-text,ui-ng-date-time-picker.ng-isolate-scope .dropdown-item-text,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-item-text,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-item-text,ui-ng-segment-editor.ng-isolate-scope .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}div[class*=FloatingMenu__] .btn-group,div[class*=FloatingMenu__] .btn-group-vertical,ui-ng-add-rule-menu.ng-isolate-scope .btn-group,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical,ui-ng-date-time-picker.ng-isolate-scope .btn-group,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical,ui-ng-gear-schema-form.ng-isolate-scope .btn-group,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical,ui-ng-segment-editor.ng-isolate-scope .btn-group,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}div[class*=FloatingMenu__] .btn-group-vertical>.btn,div[class*=FloatingMenu__] .btn-group>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn{position:relative;flex:1 1 auto}div[class*=FloatingMenu__] .btn-group-vertical>.btn.active,div[class*=FloatingMenu__] .btn-group-vertical>.btn:active,div[class*=FloatingMenu__] .btn-group-vertical>.btn:focus,div[class*=FloatingMenu__] .btn-group-vertical>.btn:hover,div[class*=FloatingMenu__] .btn-group>.btn.active,div[class*=FloatingMenu__] .btn-group>.btn:active,div[class*=FloatingMenu__] .btn-group>.btn:focus,div[class*=FloatingMenu__] .btn-group>.btn:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn.active,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn:active,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn.active,ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn:active,ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn:focus,ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn.active,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn:active,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn:hover,ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn.active,ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn:active,ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn:focus,ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn.active,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn:active,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn.active,ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn:active,ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn:focus,ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn.active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn:active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn.active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn:active,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn:focus,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn:hover,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn.active,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn:active,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn:focus,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn:hover,ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn.active,ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn:active,ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn:focus,ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn:hover{z-index:1}div[class*=FloatingMenu__] .btn-toolbar,ui-ng-add-rule-menu.ng-isolate-scope .btn-toolbar,ui-ng-date-time-picker.ng-isolate-scope .btn-toolbar,ui-ng-gear-schema-form.ng-isolate-scope .btn-toolbar,ui-ng-open-time-email-editor.ng-isolate-scope .btn-toolbar,ui-ng-segment-editor.ng-isolate-scope .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}div[class*=FloatingMenu__] .btn-toolbar .input-group,ui-ng-add-rule-menu.ng-isolate-scope .btn-toolbar .input-group,ui-ng-date-time-picker.ng-isolate-scope .btn-toolbar .input-group,ui-ng-gear-schema-form.ng-isolate-scope .btn-toolbar .input-group,ui-ng-open-time-email-editor.ng-isolate-scope .btn-toolbar .input-group,ui-ng-segment-editor.ng-isolate-scope .btn-toolbar .input-group{width:auto}div[class*=FloatingMenu__] .btn-group>.btn-group:not(:first-child),div[class*=FloatingMenu__] .btn-group>.btn:not(:first-child),ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn-group:not(:first-child),ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn:not(:first-child),ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn-group:not(:first-child),ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn:not(:first-child),ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn-group:not(:first-child),ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn:not(:first-child),ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn-group:not(:first-child),ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn:not(:first-child),ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn-group:not(:first-child),ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn:not(:first-child){margin-left:-1px}div[class*=FloatingMenu__] .btn-group>.btn-group:not(:last-child)>.btn,div[class*=FloatingMenu__] .btn-group>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn-group:not(:last-child)>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn-group:not(:last-child)>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn-group:not(:last-child)>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn-group:not(:last-child)>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn-group:not(:last-child)>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}div[class*=FloatingMenu__] .btn-group>.btn-group:not(:first-child)>.btn,div[class*=FloatingMenu__] .btn-group>.btn:not(:first-child),ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn-group:not(:first-child)>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-group>.btn:not(:first-child),ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn-group:not(:first-child)>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-group>.btn:not(:first-child),ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn-group:not(:first-child)>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-group>.btn:not(:first-child),ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn-group:not(:first-child)>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group>.btn:not(:first-child),ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn-group:not(:first-child)>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}div[class*=FloatingMenu__] .dropdown-toggle-split,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-toggle-split,ui-ng-date-time-picker.ng-isolate-scope .dropdown-toggle-split,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-toggle-split,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-toggle-split,ui-ng-segment-editor.ng-isolate-scope .dropdown-toggle-split{padding-right:.65625rem;padding-left:.65625rem}div[class*=FloatingMenu__] .dropdown-toggle-split:after,div[class*=FloatingMenu__] .dropright .dropdown-toggle-split:after,div[class*=FloatingMenu__] .dropup .dropdown-toggle-split:after,ui-ng-add-rule-menu.ng-isolate-scope .dropdown-toggle-split:after,ui-ng-add-rule-menu.ng-isolate-scope .dropright .dropdown-toggle-split:after,ui-ng-add-rule-menu.ng-isolate-scope .dropup .dropdown-toggle-split:after,ui-ng-date-time-picker.ng-isolate-scope .dropdown-toggle-split:after,ui-ng-date-time-picker.ng-isolate-scope .dropright .dropdown-toggle-split:after,ui-ng-date-time-picker.ng-isolate-scope .dropup .dropdown-toggle-split:after,ui-ng-gear-schema-form.ng-isolate-scope .dropdown-toggle-split:after,ui-ng-gear-schema-form.ng-isolate-scope .dropright .dropdown-toggle-split:after,ui-ng-gear-schema-form.ng-isolate-scope .dropup .dropdown-toggle-split:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropdown-toggle-split:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropright .dropdown-toggle-split:after,ui-ng-open-time-email-editor.ng-isolate-scope .dropup .dropdown-toggle-split:after,ui-ng-segment-editor.ng-isolate-scope .dropdown-toggle-split:after,ui-ng-segment-editor.ng-isolate-scope .dropright .dropdown-toggle-split:after,ui-ng-segment-editor.ng-isolate-scope .dropup .dropdown-toggle-split:after{margin-left:0}div[class*=FloatingMenu__] .dropleft .dropdown-toggle-split:before,ui-ng-add-rule-menu.ng-isolate-scope .dropleft .dropdown-toggle-split:before,ui-ng-date-time-picker.ng-isolate-scope .dropleft .dropdown-toggle-split:before,ui-ng-gear-schema-form.ng-isolate-scope .dropleft .dropdown-toggle-split:before,ui-ng-open-time-email-editor.ng-isolate-scope .dropleft .dropdown-toggle-split:before,ui-ng-segment-editor.ng-isolate-scope .dropleft .dropdown-toggle-split:before{margin-right:0}div[class*=FloatingMenu__] .btn-group-sm>.btn+.dropdown-toggle-split,div[class*=FloatingMenu__] .btn-sm+.dropdown-toggle-split,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-sm>.btn+.dropdown-toggle-split,ui-ng-add-rule-menu.ng-isolate-scope .btn-sm+.dropdown-toggle-split,ui-ng-date-time-picker.ng-isolate-scope .btn-group-sm>.btn+.dropdown-toggle-split,ui-ng-date-time-picker.ng-isolate-scope .btn-sm+.dropdown-toggle-split,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-sm>.btn+.dropdown-toggle-split,ui-ng-gear-schema-form.ng-isolate-scope .btn-sm+.dropdown-toggle-split,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-sm>.btn+.dropdown-toggle-split,ui-ng-open-time-email-editor.ng-isolate-scope .btn-sm+.dropdown-toggle-split,ui-ng-segment-editor.ng-isolate-scope .btn-group-sm>.btn+.dropdown-toggle-split,ui-ng-segment-editor.ng-isolate-scope .btn-sm+.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}div[class*=FloatingMenu__] .btn-group-lg>.btn+.dropdown-toggle-split,div[class*=FloatingMenu__] .btn-lg+.dropdown-toggle-split,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-lg>.btn+.dropdown-toggle-split,ui-ng-add-rule-menu.ng-isolate-scope .btn-lg+.dropdown-toggle-split,ui-ng-date-time-picker.ng-isolate-scope .btn-group-lg>.btn+.dropdown-toggle-split,ui-ng-date-time-picker.ng-isolate-scope .btn-lg+.dropdown-toggle-split,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-lg>.btn+.dropdown-toggle-split,ui-ng-gear-schema-form.ng-isolate-scope .btn-lg+.dropdown-toggle-split,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-lg>.btn+.dropdown-toggle-split,ui-ng-open-time-email-editor.ng-isolate-scope .btn-lg+.dropdown-toggle-split,ui-ng-segment-editor.ng-isolate-scope .btn-group-lg>.btn+.dropdown-toggle-split,ui-ng-segment-editor.ng-isolate-scope .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}div[class*=FloatingMenu__] .btn-group-vertical,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}div[class*=FloatingMenu__] .btn-group-vertical>.btn,div[class*=FloatingMenu__] .btn-group-vertical>.btn-group,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn-group,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn-group,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn-group,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn-group,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn-group{width:100%}div[class*=FloatingMenu__] .btn-group-vertical>.btn-group:not(:first-child),div[class*=FloatingMenu__] .btn-group-vertical>.btn:not(:first-child),ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn-group:not(:first-child),ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn:not(:first-child),ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn-group:not(:first-child),ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn:not(:first-child),ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn-group:not(:first-child),ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn:not(:first-child),ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn-group:not(:first-child),ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn:not(:first-child),ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn-group:not(:first-child),ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}div[class*=FloatingMenu__] .btn-group-vertical>.btn-group:not(:last-child)>.btn,div[class*=FloatingMenu__] .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn-group:not(:last-child)>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn-group:not(:last-child)>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn-group:not(:last-child)>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn-group:not(:last-child)>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn-group:not(:last-child)>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}div[class*=FloatingMenu__] .btn-group-vertical>.btn-group:not(:first-child)>.btn,div[class*=FloatingMenu__] .btn-group-vertical>.btn:not(:first-child),ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn-group:not(:first-child)>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-vertical>.btn:not(:first-child),ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn-group:not(:first-child)>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-group-vertical>.btn:not(:first-child),ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn-group:not(:first-child)>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-vertical>.btn:not(:first-child),ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn-group:not(:first-child)>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-vertical>.btn:not(:first-child),ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn-group:not(:first-child)>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}div[class*=FloatingMenu__] .btn-group-toggle>.btn,div[class*=FloatingMenu__] .btn-group-toggle>.btn-group>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-toggle>.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-group-toggle>.btn-group>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-group-toggle>.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-group-toggle>.btn-group>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-toggle>.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-group-toggle>.btn-group>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-toggle>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-toggle>.btn-group>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-group-toggle>.btn,ui-ng-segment-editor.ng-isolate-scope .btn-group-toggle>.btn-group>.btn{margin-bottom:0}div[class*=FloatingMenu__] .btn-group-toggle>.btn-group>.btn input[type=checkbox],div[class*=FloatingMenu__] .btn-group-toggle>.btn-group>.btn input[type=radio],div[class*=FloatingMenu__] .btn-group-toggle>.btn input[type=checkbox],div[class*=FloatingMenu__] .btn-group-toggle>.btn input[type=radio],ui-ng-add-rule-menu.ng-isolate-scope .btn-group-toggle>.btn-group>.btn input[type=checkbox],ui-ng-add-rule-menu.ng-isolate-scope .btn-group-toggle>.btn-group>.btn input[type=radio],ui-ng-add-rule-menu.ng-isolate-scope .btn-group-toggle>.btn input[type=checkbox],ui-ng-add-rule-menu.ng-isolate-scope .btn-group-toggle>.btn input[type=radio],ui-ng-date-time-picker.ng-isolate-scope .btn-group-toggle>.btn-group>.btn input[type=checkbox],ui-ng-date-time-picker.ng-isolate-scope .btn-group-toggle>.btn-group>.btn input[type=radio],ui-ng-date-time-picker.ng-isolate-scope .btn-group-toggle>.btn input[type=checkbox],ui-ng-date-time-picker.ng-isolate-scope .btn-group-toggle>.btn input[type=radio],ui-ng-gear-schema-form.ng-isolate-scope .btn-group-toggle>.btn-group>.btn input[type=checkbox],ui-ng-gear-schema-form.ng-isolate-scope .btn-group-toggle>.btn-group>.btn input[type=radio],ui-ng-gear-schema-form.ng-isolate-scope .btn-group-toggle>.btn input[type=checkbox],ui-ng-gear-schema-form.ng-isolate-scope .btn-group-toggle>.btn input[type=radio],ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-toggle>.btn-group>.btn input[type=checkbox],ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-toggle>.btn-group>.btn input[type=radio],ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-toggle>.btn input[type=checkbox],ui-ng-open-time-email-editor.ng-isolate-scope .btn-group-toggle>.btn input[type=radio],ui-ng-segment-editor.ng-isolate-scope .btn-group-toggle>.btn-group>.btn input[type=checkbox],ui-ng-segment-editor.ng-isolate-scope .btn-group-toggle>.btn-group>.btn input[type=radio],ui-ng-segment-editor.ng-isolate-scope .btn-group-toggle>.btn input[type=checkbox],ui-ng-segment-editor.ng-isolate-scope .btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}div[class*=FloatingMenu__] .input-group,ui-ng-add-rule-menu.ng-isolate-scope .input-group,ui-ng-date-time-picker.ng-isolate-scope .input-group,ui-ng-gear-schema-form.ng-isolate-scope .input-group,ui-ng-open-time-email-editor.ng-isolate-scope .input-group,ui-ng-segment-editor.ng-isolate-scope .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}div[class*=FloatingMenu__] .input-group>.custom-file,div[class*=FloatingMenu__] .input-group>.custom-select,div[class*=FloatingMenu__] .input-group>.form-control,div[class*=FloatingMenu__] .input-group>.form-control-plaintext,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-file,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control-plaintext,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-file,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control,ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control-plaintext,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-file,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control-plaintext,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-file,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control-plaintext,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-file,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control,ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control-plaintext{position:relative;flex:1 1 0%;min-width:0;margin-bottom:0}div[class*=FloatingMenu__] .input-group>.custom-file+.custom-file,div[class*=FloatingMenu__] .input-group>.custom-file+.custom-select,div[class*=FloatingMenu__] .input-group>.custom-file+.form-control,div[class*=FloatingMenu__] .input-group>.custom-select+.custom-file,div[class*=FloatingMenu__] .input-group>.custom-select+.custom-select,div[class*=FloatingMenu__] .input-group>.custom-select+.form-control,div[class*=FloatingMenu__] .input-group>.form-control+.custom-file,div[class*=FloatingMenu__] .input-group>.form-control+.custom-select,div[class*=FloatingMenu__] .input-group>.form-control+.form-control,div[class*=FloatingMenu__] .input-group>.form-control-plaintext+.custom-file,div[class*=FloatingMenu__] .input-group>.form-control-plaintext+.custom-select,div[class*=FloatingMenu__] .input-group>.form-control-plaintext+.form-control,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-file+.custom-file,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-file+.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-file+.form-control,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-select+.custom-file,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-select+.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-select+.form-control,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control+.custom-file,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control+.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control+.form-control,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control-plaintext+.custom-file,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control-plaintext+.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control-plaintext+.form-control,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-file+.custom-file,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-file+.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-file+.form-control,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-select+.custom-file,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-select+.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-select+.form-control,ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control+.custom-file,ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control+.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control+.form-control,ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control-plaintext+.custom-file,ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control-plaintext+.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control-plaintext+.form-control,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-file+.custom-file,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-file+.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-file+.form-control,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-select+.custom-file,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-select+.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-select+.form-control,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control+.custom-file,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control+.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control+.form-control,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control-plaintext+.custom-file,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control-plaintext+.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control-plaintext+.form-control,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-file+.custom-file,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-file+.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-file+.form-control,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-select+.custom-file,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-select+.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-select+.form-control,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control+.custom-file,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control+.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control+.form-control,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control-plaintext+.custom-file,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control-plaintext+.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control-plaintext+.form-control,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-file+.custom-file,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-file+.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-file+.form-control,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-select+.custom-file,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-select+.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-select+.form-control,ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control+.custom-file,ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control+.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control+.form-control,ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control-plaintext+.custom-file,ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control-plaintext+.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control-plaintext+.form-control{margin-left:-1px}div[class*=FloatingMenu__] .input-group>.custom-file .custom-file-input:focus~.custom-file-label,div[class*=FloatingMenu__] .input-group>.custom-select:focus,div[class*=FloatingMenu__] .input-group>.form-control:focus,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-file .custom-file-input:focus~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-select:focus,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control:focus,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-file .custom-file-input:focus~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-select:focus,ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control:focus,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-file .custom-file-input:focus~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-select:focus,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control:focus,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-file .custom-file-input:focus~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-select:focus,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control:focus,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-file .custom-file-input:focus~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-select:focus,ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control:focus{z-index:3}div[class*=FloatingMenu__] .input-group>.custom-file .custom-file-input:focus,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-file .custom-file-input:focus,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-file .custom-file-input:focus,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-file .custom-file-input:focus,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-file .custom-file-input:focus,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-file .custom-file-input:focus{z-index:4}div[class*=FloatingMenu__] .input-group>.custom-select:not(:last-child),div[class*=FloatingMenu__] .input-group>.form-control:not(:last-child),ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-select:not(:last-child),ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control:not(:last-child),ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-select:not(:last-child),ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control:not(:last-child),ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-select:not(:last-child),ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control:not(:last-child),ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-select:not(:last-child),ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control:not(:last-child),ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-select:not(:last-child),ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}div[class*=FloatingMenu__] .input-group>.custom-select:not(:first-child),div[class*=FloatingMenu__] .input-group>.form-control:not(:first-child),ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-select:not(:first-child),ui-ng-add-rule-menu.ng-isolate-scope .input-group>.form-control:not(:first-child),ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-select:not(:first-child),ui-ng-date-time-picker.ng-isolate-scope .input-group>.form-control:not(:first-child),ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-select:not(:first-child),ui-ng-gear-schema-form.ng-isolate-scope .input-group>.form-control:not(:first-child),ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-select:not(:first-child),ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.form-control:not(:first-child),ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-select:not(:first-child),ui-ng-segment-editor.ng-isolate-scope .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}div[class*=FloatingMenu__] .input-group>.custom-file,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-file,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-file,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-file,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-file,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-file{display:flex;align-items:center}div[class*=FloatingMenu__] .input-group>.custom-file:not(:last-child) .custom-file-label,div[class*=FloatingMenu__] .input-group>.custom-file:not(:last-child) .custom-file-label:after,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-file:not(:last-child) .custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-file:not(:last-child) .custom-file-label:after,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-file:not(:last-child) .custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-file:not(:last-child) .custom-file-label:after,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-file:not(:last-child) .custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-file:not(:last-child) .custom-file-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-file:not(:last-child) .custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-file:not(:last-child) .custom-file-label:after,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-file:not(:last-child) .custom-file-label,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}div[class*=FloatingMenu__] .input-group>.custom-file:not(:first-child) .custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.custom-file:not(:first-child) .custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .input-group>.custom-file:not(:first-child) .custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.custom-file:not(:first-child) .custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.custom-file:not(:first-child) .custom-file-label,ui-ng-segment-editor.ng-isolate-scope .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}div[class*=FloatingMenu__] .input-group-append,div[class*=FloatingMenu__] .input-group-prepend,ui-ng-add-rule-menu.ng-isolate-scope .input-group-append,ui-ng-add-rule-menu.ng-isolate-scope .input-group-prepend,ui-ng-date-time-picker.ng-isolate-scope .input-group-append,ui-ng-date-time-picker.ng-isolate-scope .input-group-prepend,ui-ng-gear-schema-form.ng-isolate-scope .input-group-append,ui-ng-gear-schema-form.ng-isolate-scope .input-group-prepend,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-append,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-prepend,ui-ng-segment-editor.ng-isolate-scope .input-group-append,ui-ng-segment-editor.ng-isolate-scope .input-group-prepend{display:flex}div[class*=FloatingMenu__] .input-group-append .btn,div[class*=FloatingMenu__] .input-group-prepend .btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group-append .btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group-prepend .btn,ui-ng-date-time-picker.ng-isolate-scope .input-group-append .btn,ui-ng-date-time-picker.ng-isolate-scope .input-group-prepend .btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group-append .btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group-prepend .btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-append .btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-prepend .btn,ui-ng-segment-editor.ng-isolate-scope .input-group-append .btn,ui-ng-segment-editor.ng-isolate-scope .input-group-prepend .btn{position:relative;z-index:2}div[class*=FloatingMenu__] .input-group-append .btn:focus,div[class*=FloatingMenu__] .input-group-prepend .btn:focus,ui-ng-add-rule-menu.ng-isolate-scope .input-group-append .btn:focus,ui-ng-add-rule-menu.ng-isolate-scope .input-group-prepend .btn:focus,ui-ng-date-time-picker.ng-isolate-scope .input-group-append .btn:focus,ui-ng-date-time-picker.ng-isolate-scope .input-group-prepend .btn:focus,ui-ng-gear-schema-form.ng-isolate-scope .input-group-append .btn:focus,ui-ng-gear-schema-form.ng-isolate-scope .input-group-prepend .btn:focus,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-append .btn:focus,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-prepend .btn:focus,ui-ng-segment-editor.ng-isolate-scope .input-group-append .btn:focus,ui-ng-segment-editor.ng-isolate-scope .input-group-prepend .btn:focus{z-index:3}div[class*=FloatingMenu__] .input-group-append .btn+.btn,div[class*=FloatingMenu__] .input-group-append .btn+.input-group-text,div[class*=FloatingMenu__] .input-group-append .input-group-text+.btn,div[class*=FloatingMenu__] .input-group-append .input-group-text+.input-group-text,div[class*=FloatingMenu__] .input-group-prepend .btn+.btn,div[class*=FloatingMenu__] .input-group-prepend .btn+.input-group-text,div[class*=FloatingMenu__] .input-group-prepend .input-group-text+.btn,div[class*=FloatingMenu__] .input-group-prepend .input-group-text+.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group-append .btn+.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group-append .btn+.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group-append .input-group-text+.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group-append .input-group-text+.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group-prepend .btn+.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group-prepend .btn+.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group-prepend .input-group-text+.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group-prepend .input-group-text+.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group-append .btn+.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group-append .btn+.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group-append .input-group-text+.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group-append .input-group-text+.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group-prepend .btn+.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group-prepend .btn+.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group-prepend .input-group-text+.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group-prepend .input-group-text+.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group-append .btn+.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group-append .btn+.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group-append .input-group-text+.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group-append .input-group-text+.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group-prepend .btn+.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group-prepend .btn+.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group-prepend .input-group-text+.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group-prepend .input-group-text+.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-append .btn+.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-append .btn+.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-append .input-group-text+.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-append .input-group-text+.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-prepend .btn+.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-prepend .btn+.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-prepend .input-group-text+.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-prepend .input-group-text+.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group-append .btn+.btn,ui-ng-segment-editor.ng-isolate-scope .input-group-append .btn+.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group-append .input-group-text+.btn,ui-ng-segment-editor.ng-isolate-scope .input-group-append .input-group-text+.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group-prepend .btn+.btn,ui-ng-segment-editor.ng-isolate-scope .input-group-prepend .btn+.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group-prepend .input-group-text+.btn,ui-ng-segment-editor.ng-isolate-scope .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}div[class*=FloatingMenu__] .input-group-prepend,ui-ng-add-rule-menu.ng-isolate-scope .input-group-prepend,ui-ng-date-time-picker.ng-isolate-scope .input-group-prepend,ui-ng-gear-schema-form.ng-isolate-scope .input-group-prepend,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-prepend,ui-ng-segment-editor.ng-isolate-scope .input-group-prepend{margin-right:-1px}div[class*=FloatingMenu__] .input-group-append,ui-ng-add-rule-menu.ng-isolate-scope .input-group-append,ui-ng-date-time-picker.ng-isolate-scope .input-group-append,ui-ng-gear-schema-form.ng-isolate-scope .input-group-append,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-append,ui-ng-segment-editor.ng-isolate-scope .input-group-append{margin-left:-1px}div[class*=FloatingMenu__] .input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group-text{display:flex;align-items:center;padding:.15rem .5rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}div[class*=FloatingMenu__] .input-group-text input[type=checkbox],div[class*=FloatingMenu__] .input-group-text input[type=radio],ui-ng-add-rule-menu.ng-isolate-scope .input-group-text input[type=checkbox],ui-ng-add-rule-menu.ng-isolate-scope .input-group-text input[type=radio],ui-ng-date-time-picker.ng-isolate-scope .input-group-text input[type=checkbox],ui-ng-date-time-picker.ng-isolate-scope .input-group-text input[type=radio],ui-ng-gear-schema-form.ng-isolate-scope .input-group-text input[type=checkbox],ui-ng-gear-schema-form.ng-isolate-scope .input-group-text input[type=radio],ui-ng-open-time-email-editor.ng-isolate-scope .input-group-text input[type=checkbox],ui-ng-open-time-email-editor.ng-isolate-scope .input-group-text input[type=radio],ui-ng-segment-editor.ng-isolate-scope .input-group-text input[type=checkbox],ui-ng-segment-editor.ng-isolate-scope .input-group-text input[type=radio]{margin-top:0}div[class*=FloatingMenu__] .input-group-lg>.custom-select,div[class*=FloatingMenu__] .input-group-lg>.form-control:not(textarea),ui-ng-add-rule-menu.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group-lg>.form-control:not(textarea),ui-ng-date-time-picker.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group-lg>.form-control:not(textarea),ui-ng-gear-schema-form.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group-lg>.form-control:not(textarea),ui-ng-open-time-email-editor.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-lg>.form-control:not(textarea),ui-ng-segment-editor.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}div[class*=FloatingMenu__] .input-group-lg>.custom-select,div[class*=FloatingMenu__] .input-group-lg>.form-control,div[class*=FloatingMenu__] .input-group-lg>.input-group-append>.btn,div[class*=FloatingMenu__] .input-group-lg>.input-group-append>.input-group-text,div[class*=FloatingMenu__] .input-group-lg>.input-group-prepend>.btn,div[class*=FloatingMenu__] .input-group-lg>.input-group-prepend>.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group-lg>.form-control,ui-ng-add-rule-menu.ng-isolate-scope .input-group-lg>.input-group-append>.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group-lg>.input-group-append>.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group-lg>.input-group-prepend>.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group-lg>.input-group-prepend>.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group-lg>.form-control,ui-ng-date-time-picker.ng-isolate-scope .input-group-lg>.input-group-append>.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group-lg>.input-group-append>.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group-lg>.input-group-prepend>.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group-lg>.input-group-prepend>.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group-lg>.form-control,ui-ng-gear-schema-form.ng-isolate-scope .input-group-lg>.input-group-append>.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group-lg>.input-group-append>.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group-lg>.input-group-prepend>.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group-lg>.input-group-prepend>.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-lg>.form-control,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-lg>.input-group-append>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-lg>.input-group-append>.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-lg>.input-group-prepend>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-lg>.input-group-prepend>.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group-lg>.form-control,ui-ng-segment-editor.ng-isolate-scope .input-group-lg>.input-group-append>.btn,ui-ng-segment-editor.ng-isolate-scope .input-group-lg>.input-group-append>.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group-lg>.input-group-prepend>.btn,ui-ng-segment-editor.ng-isolate-scope .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}div[class*=FloatingMenu__] .input-group-sm>.custom-select,div[class*=FloatingMenu__] .input-group-sm>.form-control:not(textarea),ui-ng-add-rule-menu.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group-sm>.form-control:not(textarea),ui-ng-date-time-picker.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group-sm>.form-control:not(textarea),ui-ng-gear-schema-form.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group-sm>.form-control:not(textarea),ui-ng-open-time-email-editor.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-sm>.form-control:not(textarea),ui-ng-segment-editor.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group-sm>.form-control:not(textarea){height:calc(1.25em + .4rem + 2px)}div[class*=FloatingMenu__] .input-group-sm>.custom-select,div[class*=FloatingMenu__] .input-group-sm>.form-control,div[class*=FloatingMenu__] .input-group-sm>.input-group-append>.btn,div[class*=FloatingMenu__] .input-group-sm>.input-group-append>.input-group-text,div[class*=FloatingMenu__] .input-group-sm>.input-group-prepend>.btn,div[class*=FloatingMenu__] .input-group-sm>.input-group-prepend>.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group-sm>.form-control,ui-ng-add-rule-menu.ng-isolate-scope .input-group-sm>.input-group-append>.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group-sm>.input-group-append>.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group-sm>.input-group-prepend>.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group-sm>.input-group-prepend>.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group-sm>.form-control,ui-ng-date-time-picker.ng-isolate-scope .input-group-sm>.input-group-append>.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group-sm>.input-group-append>.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group-sm>.input-group-prepend>.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group-sm>.input-group-prepend>.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group-sm>.form-control,ui-ng-gear-schema-form.ng-isolate-scope .input-group-sm>.input-group-append>.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group-sm>.input-group-append>.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group-sm>.input-group-prepend>.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group-sm>.input-group-prepend>.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-sm>.form-control,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-sm>.input-group-append>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-sm>.input-group-append>.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-sm>.input-group-prepend>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-sm>.input-group-prepend>.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group-sm>.form-control,ui-ng-segment-editor.ng-isolate-scope .input-group-sm>.input-group-append>.btn,ui-ng-segment-editor.ng-isolate-scope .input-group-sm>.input-group-append>.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group-sm>.input-group-prepend>.btn,ui-ng-segment-editor.ng-isolate-scope .input-group-sm>.input-group-prepend>.input-group-text{padding:.2rem .75rem;font-size:.875rem;line-height:1.25;border-radius:.2rem}div[class*=FloatingMenu__] .input-group-lg>.custom-select,div[class*=FloatingMenu__] .input-group-sm>.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-add-rule-menu.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-date-time-picker.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-gear-schema-form.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .input-group-sm>.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group-lg>.custom-select,ui-ng-segment-editor.ng-isolate-scope .input-group-sm>.custom-select{padding-right:1.5rem}div[class*=FloatingMenu__] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),div[class*=FloatingMenu__] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),div[class*=FloatingMenu__] .input-group>.input-group-append:not(:last-child)>.btn,div[class*=FloatingMenu__] .input-group>.input-group-append:not(:last-child)>.input-group-text,div[class*=FloatingMenu__] .input-group>.input-group-prepend>.btn,div[class*=FloatingMenu__] .input-group>.input-group-prepend>.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-append:not(:last-child)>.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-append:not(:last-child)>.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-prepend>.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-prepend>.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-append:not(:last-child)>.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-append:not(:last-child)>.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-prepend>.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-prepend>.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-append:not(:last-child)>.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-append:not(:last-child)>.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-prepend>.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-prepend>.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-append:not(:last-child)>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-append:not(:last-child)>.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-prepend>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-prepend>.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-append:not(:last-child)>.btn,ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-append:not(:last-child)>.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-prepend>.btn,ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}div[class*=FloatingMenu__] .input-group>.input-group-append>.btn,div[class*=FloatingMenu__] .input-group>.input-group-append>.input-group-text,div[class*=FloatingMenu__] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),div[class*=FloatingMenu__] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),div[class*=FloatingMenu__] .input-group>.input-group-prepend:not(:first-child)>.btn,div[class*=FloatingMenu__] .input-group>.input-group-prepend:not(:first-child)>.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-append>.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-append>.input-group-text,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-prepend:first-child>.btn:not(:first-child),ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-prepend:not(:first-child)>.btn,ui-ng-add-rule-menu.ng-isolate-scope .input-group>.input-group-prepend:not(:first-child)>.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-append>.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-append>.input-group-text,ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-prepend:first-child>.btn:not(:first-child),ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-prepend:not(:first-child)>.btn,ui-ng-date-time-picker.ng-isolate-scope .input-group>.input-group-prepend:not(:first-child)>.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-append>.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-append>.input-group-text,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-prepend:first-child>.btn:not(:first-child),ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-prepend:not(:first-child)>.btn,ui-ng-gear-schema-form.ng-isolate-scope .input-group>.input-group-prepend:not(:first-child)>.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-append>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-append>.input-group-text,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-prepend:first-child>.btn:not(:first-child),ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-prepend:not(:first-child)>.btn,ui-ng-open-time-email-editor.ng-isolate-scope .input-group>.input-group-prepend:not(:first-child)>.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-append>.btn,ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-append>.input-group-text,ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-prepend:first-child>.btn:not(:first-child),ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-prepend:not(:first-child)>.btn,ui-ng-segment-editor.ng-isolate-scope .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}div[class*=FloatingMenu__] .custom-control,ui-ng-add-rule-menu.ng-isolate-scope .custom-control,ui-ng-date-time-picker.ng-isolate-scope .custom-control,ui-ng-gear-schema-form.ng-isolate-scope .custom-control,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control,ui-ng-segment-editor.ng-isolate-scope .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}div[class*=FloatingMenu__] .custom-control-inline,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-inline,ui-ng-date-time-picker.ng-isolate-scope .custom-control-inline,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-inline,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-inline,ui-ng-segment-editor.ng-isolate-scope .custom-control-inline{display:inline-flex;margin-right:1rem}div[class*=FloatingMenu__] .custom-control-input,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input,ui-ng-segment-editor.ng-isolate-scope .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}div[class*=FloatingMenu__] .custom-control-input:checked~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input:checked~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input:checked~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input:checked~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input:checked~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#0095da;background-color:#0095da}div[class*=FloatingMenu__] .custom-control-input:focus~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input:focus~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input:focus~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input:focus~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input:focus~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input:focus~.custom-control-label:before{box-shadow:none}div[class*=FloatingMenu__] .custom-control-input:focus:not(:checked)~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input:focus:not(:checked)~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input:focus:not(:checked)~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input:focus:not(:checked)~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input:focus:not(:checked)~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#5bcbff}div[class*=FloatingMenu__] .custom-control-input:not(:disabled):active~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input:not(:disabled):active~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input:not(:disabled):active~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input:not(:disabled):active~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input:not(:disabled):active~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#8edbff;border-color:#8edbff}div[class*=FloatingMenu__] .custom-control-input:disabled~.custom-control-label,div[class*=FloatingMenu__] .custom-control-input[disabled]~.custom-control-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input:disabled~.custom-control-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input[disabled]~.custom-control-label,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input:disabled~.custom-control-label,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input[disabled]~.custom-control-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input:disabled~.custom-control-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input[disabled]~.custom-control-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input:disabled~.custom-control-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input[disabled]~.custom-control-label,ui-ng-segment-editor.ng-isolate-scope .custom-control-input:disabled~.custom-control-label,ui-ng-segment-editor.ng-isolate-scope .custom-control-input[disabled]~.custom-control-label{color:#6c757d}div[class*=FloatingMenu__] .custom-control-input:disabled~.custom-control-label:before,div[class*=FloatingMenu__] .custom-control-input[disabled]~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input:disabled~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-input[disabled]~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input:disabled~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-input[disabled]~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input:disabled~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-input[disabled]~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input:disabled~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-input[disabled]~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input:disabled~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}div[class*=FloatingMenu__] .custom-control-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-label,ui-ng-date-time-picker.ng-isolate-scope .custom-control-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-label,ui-ng-segment-editor.ng-isolate-scope .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}div[class*=FloatingMenu__] .custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}div[class*=FloatingMenu__] .custom-control-label:after,div[class*=FloatingMenu__] .custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-control-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-control-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}div[class*=FloatingMenu__] .custom-control-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-control-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-control-label:after{background:no-repeat 50%/50% 50%}div[class*=FloatingMenu__] .custom-checkbox .custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-checkbox .custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-checkbox .custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-checkbox .custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-checkbox .custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-checkbox .custom-control-label:before{border-radius:.25rem}div[class*=FloatingMenu__] .custom-checkbox .custom-control-input:checked~.custom-control-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-checkbox .custom-control-input:checked~.custom-control-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-checkbox .custom-control-input:checked~.custom-control-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-checkbox .custom-control-input:checked~.custom-control-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-checkbox .custom-control-input:checked~.custom-control-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}div[class*=FloatingMenu__] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#0095da;background-color:#0095da}div[class*=FloatingMenu__] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}div[class*=FloatingMenu__] .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,149,218,.5)}div[class*=FloatingMenu__] .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,149,218,.5)}div[class*=FloatingMenu__] .custom-radio .custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-radio .custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-radio .custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-radio .custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-radio .custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-radio .custom-control-label:before{border-radius:50%}div[class*=FloatingMenu__] .custom-radio .custom-control-input:checked~.custom-control-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-radio .custom-control-input:checked~.custom-control-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-radio .custom-control-input:checked~.custom-control-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-radio .custom-control-input:checked~.custom-control-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-radio .custom-control-input:checked~.custom-control-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}div[class*=FloatingMenu__] .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,149,218,.5)}div[class*=FloatingMenu__] .custom-switch,ui-ng-add-rule-menu.ng-isolate-scope .custom-switch,ui-ng-date-time-picker.ng-isolate-scope .custom-switch,ui-ng-gear-schema-form.ng-isolate-scope .custom-switch,ui-ng-open-time-email-editor.ng-isolate-scope .custom-switch,ui-ng-segment-editor.ng-isolate-scope .custom-switch{padding-left:2.25rem}div[class*=FloatingMenu__] .custom-switch .custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-switch .custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-switch .custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-switch .custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-switch .custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}div[class*=FloatingMenu__] .custom-switch .custom-control-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-switch .custom-control-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-switch .custom-control-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-switch .custom-control-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-switch .custom-control-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .custom-switch .custom-control-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-switch .custom-control-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-switch .custom-control-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-switch .custom-control-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-switch .custom-control-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-switch .custom-control-label:after{transition:none}}div[class*=FloatingMenu__] .custom-switch .custom-control-input:checked~.custom-control-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-switch .custom-control-input:checked~.custom-control-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-switch .custom-control-input:checked~.custom-control-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-switch .custom-control-input:checked~.custom-control-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-switch .custom-control-input:checked~.custom-control-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}div[class*=FloatingMenu__] .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,149,218,.5)}div[class*=FloatingMenu__] .custom-select,ui-ng-add-rule-menu.ng-isolate-scope .custom-select,ui-ng-date-time-picker.ng-isolate-scope .custom-select,ui-ng-gear-schema-form.ng-isolate-scope .custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select,ui-ng-segment-editor.ng-isolate-scope .custom-select{display:inline-block;width:100%;height:calc(1.5em + .3rem + 2px);padding:.15rem 1.5rem .15rem .5rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;appearance:none}div[class*=FloatingMenu__] .custom-select:focus,ui-ng-add-rule-menu.ng-isolate-scope .custom-select:focus,ui-ng-date-time-picker.ng-isolate-scope .custom-select:focus,ui-ng-gear-schema-form.ng-isolate-scope .custom-select:focus,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select:focus,ui-ng-segment-editor.ng-isolate-scope .custom-select:focus{border-color:#5bcbff;outline:0;box-shadow:0 0 0 0 rgba(0,149,218,.25)}div[class*=FloatingMenu__] .custom-select:focus::-ms-value,ui-ng-add-rule-menu.ng-isolate-scope .custom-select:focus::-ms-value,ui-ng-date-time-picker.ng-isolate-scope .custom-select:focus::-ms-value,ui-ng-gear-schema-form.ng-isolate-scope .custom-select:focus::-ms-value,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select:focus::-ms-value,ui-ng-segment-editor.ng-isolate-scope .custom-select:focus::-ms-value{color:#495057;background-color:#fff}div[class*=FloatingMenu__] .custom-select[multiple],div[class*=FloatingMenu__] .custom-select[size]:not([size="1"]),ui-ng-add-rule-menu.ng-isolate-scope .custom-select[multiple],ui-ng-add-rule-menu.ng-isolate-scope .custom-select[size]:not([size="1"]),ui-ng-date-time-picker.ng-isolate-scope .custom-select[multiple],ui-ng-date-time-picker.ng-isolate-scope .custom-select[size]:not([size="1"]),ui-ng-gear-schema-form.ng-isolate-scope .custom-select[multiple],ui-ng-gear-schema-form.ng-isolate-scope .custom-select[size]:not([size="1"]),ui-ng-open-time-email-editor.ng-isolate-scope .custom-select[multiple],ui-ng-open-time-email-editor.ng-isolate-scope .custom-select[size]:not([size="1"]),ui-ng-segment-editor.ng-isolate-scope .custom-select[multiple],ui-ng-segment-editor.ng-isolate-scope .custom-select[size]:not([size="1"]){height:auto;padding-right:.5rem;background-image:none}div[class*=FloatingMenu__] .custom-select:disabled,ui-ng-add-rule-menu.ng-isolate-scope .custom-select:disabled,ui-ng-date-time-picker.ng-isolate-scope .custom-select:disabled,ui-ng-gear-schema-form.ng-isolate-scope .custom-select:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select:disabled,ui-ng-segment-editor.ng-isolate-scope .custom-select:disabled{color:#6c757d;background-color:#e9ecef}div[class*=FloatingMenu__] .custom-select::-ms-expand,ui-ng-add-rule-menu.ng-isolate-scope .custom-select::-ms-expand,ui-ng-date-time-picker.ng-isolate-scope .custom-select::-ms-expand,ui-ng-gear-schema-form.ng-isolate-scope .custom-select::-ms-expand,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select::-ms-expand,ui-ng-segment-editor.ng-isolate-scope .custom-select::-ms-expand{display:none}div[class*=FloatingMenu__] .custom-select:-moz-focusring,ui-ng-add-rule-menu.ng-isolate-scope .custom-select:-moz-focusring,ui-ng-date-time-picker.ng-isolate-scope .custom-select:-moz-focusring,ui-ng-gear-schema-form.ng-isolate-scope .custom-select:-moz-focusring,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select:-moz-focusring,ui-ng-segment-editor.ng-isolate-scope .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}div[class*=FloatingMenu__] .custom-select-sm,ui-ng-add-rule-menu.ng-isolate-scope .custom-select-sm,ui-ng-date-time-picker.ng-isolate-scope .custom-select-sm,ui-ng-gear-schema-form.ng-isolate-scope .custom-select-sm,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select-sm,ui-ng-segment-editor.ng-isolate-scope .custom-select-sm{height:calc(1.25em + .4rem + 2px);padding-top:.2rem;padding-bottom:.2rem;padding-left:.75rem;font-size:.875rem}div[class*=FloatingMenu__] .custom-select-lg,ui-ng-add-rule-menu.ng-isolate-scope .custom-select-lg,ui-ng-date-time-picker.ng-isolate-scope .custom-select-lg,ui-ng-gear-schema-form.ng-isolate-scope .custom-select-lg,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select-lg,ui-ng-segment-editor.ng-isolate-scope .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}div[class*=FloatingMenu__] .custom-file,ui-ng-add-rule-menu.ng-isolate-scope .custom-file,ui-ng-date-time-picker.ng-isolate-scope .custom-file,ui-ng-gear-schema-form.ng-isolate-scope .custom-file,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file,ui-ng-segment-editor.ng-isolate-scope .custom-file{display:inline-block;margin-bottom:0}div[class*=FloatingMenu__] .custom-file,div[class*=FloatingMenu__] .custom-file-input,ui-ng-add-rule-menu.ng-isolate-scope .custom-file,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input,ui-ng-date-time-picker.ng-isolate-scope .custom-file,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input,ui-ng-gear-schema-form.ng-isolate-scope .custom-file,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input,ui-ng-segment-editor.ng-isolate-scope .custom-file,ui-ng-segment-editor.ng-isolate-scope .custom-file-input{position:relative;width:100%;height:calc(1.5em + .3rem + 2px)}div[class*=FloatingMenu__] .custom-file-input,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input,ui-ng-segment-editor.ng-isolate-scope .custom-file-input{z-index:2;margin:0;opacity:0}div[class*=FloatingMenu__] .custom-file-input:focus~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input:focus~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input:focus~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input:focus~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input:focus~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-file-input:focus~.custom-file-label{border-color:#5bcbff;box-shadow:none}div[class*=FloatingMenu__] .custom-file-input:disabled~.custom-file-label,div[class*=FloatingMenu__] .custom-file-input[disabled]~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input:disabled~.custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input[disabled]~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input:disabled~.custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input[disabled]~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input:disabled~.custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input[disabled]~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input:disabled~.custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input[disabled]~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-file-input:disabled~.custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}div[class*=FloatingMenu__] .custom-file-input:lang(en)~.custom-file-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input:lang(en)~.custom-file-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input:lang(en)~.custom-file-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input:lang(en)~.custom-file-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input:lang(en)~.custom-file-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}div[class*=FloatingMenu__] .custom-file-input~.custom-file-label[data-browse]:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-input~.custom-file-label[data-browse]:after,ui-ng-date-time-picker.ng-isolate-scope .custom-file-input~.custom-file-label[data-browse]:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-input~.custom-file-label[data-browse]:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-input~.custom-file-label[data-browse]:after,ui-ng-segment-editor.ng-isolate-scope .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}div[class*=FloatingMenu__] .custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-file-label{left:0;z-index:1;height:calc(1.5em + .3rem + 2px);font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}div[class*=FloatingMenu__] .custom-file-label,div[class*=FloatingMenu__] .custom-file-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-file-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-file-label:after{position:absolute;top:0;right:0;padding:.15rem .5rem;line-height:1.5;color:#495057}div[class*=FloatingMenu__] .custom-file-label:after,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-label:after,ui-ng-date-time-picker.ng-isolate-scope .custom-file-label:after,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-label:after,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-label:after,ui-ng-segment-editor.ng-isolate-scope .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .3rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}div[class*=FloatingMenu__] .custom-range,ui-ng-add-rule-menu.ng-isolate-scope .custom-range,ui-ng-date-time-picker.ng-isolate-scope .custom-range,ui-ng-gear-schema-form.ng-isolate-scope .custom-range,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range,ui-ng-segment-editor.ng-isolate-scope .custom-range{width:100%;height:1rem;padding:0;background-color:transparent;appearance:none}div[class*=FloatingMenu__] .custom-range:focus,ui-ng-add-rule-menu.ng-isolate-scope .custom-range:focus,ui-ng-date-time-picker.ng-isolate-scope .custom-range:focus,ui-ng-gear-schema-form.ng-isolate-scope .custom-range:focus,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range:focus,ui-ng-segment-editor.ng-isolate-scope .custom-range:focus{outline:none}div[class*=FloatingMenu__] .custom-range:focus::-webkit-slider-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range:focus::-webkit-slider-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range:focus::-webkit-slider-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range:focus::-webkit-slider-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range:focus::-webkit-slider-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,none}div[class*=FloatingMenu__] .custom-range:focus::-moz-range-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range:focus::-moz-range-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range:focus::-moz-range-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range:focus::-moz-range-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range:focus::-moz-range-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,none}div[class*=FloatingMenu__] .custom-range:focus::-ms-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range:focus::-ms-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range:focus::-ms-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range:focus::-ms-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range:focus::-ms-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,none}div[class*=FloatingMenu__] .custom-range::-moz-focus-outer,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-moz-focus-outer,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-moz-focus-outer,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-moz-focus-outer,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-moz-focus-outer,ui-ng-segment-editor.ng-isolate-scope .custom-range::-moz-focus-outer{border:0}div[class*=FloatingMenu__] .custom-range::-webkit-slider-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-webkit-slider-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-webkit-slider-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-webkit-slider-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-webkit-slider-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0095da;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .custom-range::-webkit-slider-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-webkit-slider-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-webkit-slider-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-webkit-slider-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-webkit-slider-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range::-webkit-slider-thumb{transition:none}}div[class*=FloatingMenu__] .custom-range::-webkit-slider-thumb:active,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-webkit-slider-thumb:active,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-webkit-slider-thumb:active,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-webkit-slider-thumb:active,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-webkit-slider-thumb:active,ui-ng-segment-editor.ng-isolate-scope .custom-range::-webkit-slider-thumb:active{background-color:#8edbff}div[class*=FloatingMenu__] .custom-range::-webkit-slider-runnable-track,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-webkit-slider-runnable-track,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-webkit-slider-runnable-track,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-webkit-slider-runnable-track,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-webkit-slider-runnable-track,ui-ng-segment-editor.ng-isolate-scope .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}div[class*=FloatingMenu__] .custom-range::-moz-range-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-moz-range-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-moz-range-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-moz-range-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-moz-range-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0095da;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .custom-range::-moz-range-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-moz-range-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-moz-range-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-moz-range-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-moz-range-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range::-moz-range-thumb{transition:none}}div[class*=FloatingMenu__] .custom-range::-moz-range-thumb:active,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-moz-range-thumb:active,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-moz-range-thumb:active,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-moz-range-thumb:active,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-moz-range-thumb:active,ui-ng-segment-editor.ng-isolate-scope .custom-range::-moz-range-thumb:active{background-color:#8edbff}div[class*=FloatingMenu__] .custom-range::-moz-range-track,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-moz-range-track,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-moz-range-track,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-moz-range-track,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-moz-range-track,ui-ng-segment-editor.ng-isolate-scope .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}div[class*=FloatingMenu__] .custom-range::-ms-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-ms-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-ms-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-ms-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-ms-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:0;margin-left:0;background-color:#0095da;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .custom-range::-ms-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-ms-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-ms-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-ms-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-ms-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range::-ms-thumb{transition:none}}div[class*=FloatingMenu__] .custom-range::-ms-thumb:active,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-ms-thumb:active,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-ms-thumb:active,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-ms-thumb:active,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-ms-thumb:active,ui-ng-segment-editor.ng-isolate-scope .custom-range::-ms-thumb:active{background-color:#8edbff}div[class*=FloatingMenu__] .custom-range::-ms-track,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-ms-track,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-ms-track,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-ms-track,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-ms-track,ui-ng-segment-editor.ng-isolate-scope .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}div[class*=FloatingMenu__] .custom-range::-ms-fill-lower,div[class*=FloatingMenu__] .custom-range::-ms-fill-upper,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-ms-fill-lower,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-ms-fill-upper,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-ms-fill-lower,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-ms-fill-upper,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-ms-fill-lower,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-ms-fill-upper,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-ms-fill-lower,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-ms-fill-upper,ui-ng-segment-editor.ng-isolate-scope .custom-range::-ms-fill-lower,ui-ng-segment-editor.ng-isolate-scope .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}div[class*=FloatingMenu__] .custom-range::-ms-fill-upper,ui-ng-add-rule-menu.ng-isolate-scope .custom-range::-ms-fill-upper,ui-ng-date-time-picker.ng-isolate-scope .custom-range::-ms-fill-upper,ui-ng-gear-schema-form.ng-isolate-scope .custom-range::-ms-fill-upper,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range::-ms-fill-upper,ui-ng-segment-editor.ng-isolate-scope .custom-range::-ms-fill-upper{margin-right:15px}div[class*=FloatingMenu__] .custom-range:disabled::-webkit-slider-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range:disabled::-webkit-slider-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range:disabled::-webkit-slider-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range:disabled::-webkit-slider-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range:disabled::-webkit-slider-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}div[class*=FloatingMenu__] .custom-range:disabled::-webkit-slider-runnable-track,ui-ng-add-rule-menu.ng-isolate-scope .custom-range:disabled::-webkit-slider-runnable-track,ui-ng-date-time-picker.ng-isolate-scope .custom-range:disabled::-webkit-slider-runnable-track,ui-ng-gear-schema-form.ng-isolate-scope .custom-range:disabled::-webkit-slider-runnable-track,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range:disabled::-webkit-slider-runnable-track,ui-ng-segment-editor.ng-isolate-scope .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}div[class*=FloatingMenu__] .custom-range:disabled::-moz-range-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range:disabled::-moz-range-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range:disabled::-moz-range-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range:disabled::-moz-range-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range:disabled::-moz-range-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}div[class*=FloatingMenu__] .custom-range:disabled::-moz-range-track,ui-ng-add-rule-menu.ng-isolate-scope .custom-range:disabled::-moz-range-track,ui-ng-date-time-picker.ng-isolate-scope .custom-range:disabled::-moz-range-track,ui-ng-gear-schema-form.ng-isolate-scope .custom-range:disabled::-moz-range-track,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range:disabled::-moz-range-track,ui-ng-segment-editor.ng-isolate-scope .custom-range:disabled::-moz-range-track{cursor:default}div[class*=FloatingMenu__] .custom-range:disabled::-ms-thumb,ui-ng-add-rule-menu.ng-isolate-scope .custom-range:disabled::-ms-thumb,ui-ng-date-time-picker.ng-isolate-scope .custom-range:disabled::-ms-thumb,ui-ng-gear-schema-form.ng-isolate-scope .custom-range:disabled::-ms-thumb,ui-ng-open-time-email-editor.ng-isolate-scope .custom-range:disabled::-ms-thumb,ui-ng-segment-editor.ng-isolate-scope .custom-range:disabled::-ms-thumb{background-color:#adb5bd}div[class*=FloatingMenu__] .custom-control-label:before,div[class*=FloatingMenu__] .custom-file-label,div[class*=FloatingMenu__] .custom-select,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-select,ui-ng-date-time-picker.ng-isolate-scope .custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-select,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select,ui-ng-segment-editor.ng-isolate-scope .custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .custom-control-label:before,div[class*=FloatingMenu__] .custom-file-label,div[class*=FloatingMenu__] .custom-select,ui-ng-add-rule-menu.ng-isolate-scope .custom-control-label:before,ui-ng-add-rule-menu.ng-isolate-scope .custom-file-label,ui-ng-add-rule-menu.ng-isolate-scope .custom-select,ui-ng-date-time-picker.ng-isolate-scope .custom-control-label:before,ui-ng-date-time-picker.ng-isolate-scope .custom-file-label,ui-ng-date-time-picker.ng-isolate-scope .custom-select,ui-ng-gear-schema-form.ng-isolate-scope .custom-control-label:before,ui-ng-gear-schema-form.ng-isolate-scope .custom-file-label,ui-ng-gear-schema-form.ng-isolate-scope .custom-select,ui-ng-open-time-email-editor.ng-isolate-scope .custom-control-label:before,ui-ng-open-time-email-editor.ng-isolate-scope .custom-file-label,ui-ng-open-time-email-editor.ng-isolate-scope .custom-select,ui-ng-segment-editor.ng-isolate-scope .custom-control-label:before,ui-ng-segment-editor.ng-isolate-scope .custom-file-label,ui-ng-segment-editor.ng-isolate-scope .custom-select{transition:none}}div[class*=FloatingMenu__] .nav,ui-ng-add-rule-menu.ng-isolate-scope .nav,ui-ng-date-time-picker.ng-isolate-scope .nav,ui-ng-gear-schema-form.ng-isolate-scope .nav,ui-ng-open-time-email-editor.ng-isolate-scope .nav,ui-ng-segment-editor.ng-isolate-scope .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}div[class*=FloatingMenu__] .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .nav-link,ui-ng-date-time-picker.ng-isolate-scope .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .nav-link,ui-ng-segment-editor.ng-isolate-scope .nav-link{display:block;padding:.25rem 1rem}div[class*=FloatingMenu__] .nav-link:focus,div[class*=FloatingMenu__] .nav-link:hover,ui-ng-add-rule-menu.ng-isolate-scope .nav-link:focus,ui-ng-add-rule-menu.ng-isolate-scope .nav-link:hover,ui-ng-date-time-picker.ng-isolate-scope .nav-link:focus,ui-ng-date-time-picker.ng-isolate-scope .nav-link:hover,ui-ng-gear-schema-form.ng-isolate-scope .nav-link:focus,ui-ng-gear-schema-form.ng-isolate-scope .nav-link:hover,ui-ng-open-time-email-editor.ng-isolate-scope .nav-link:focus,ui-ng-open-time-email-editor.ng-isolate-scope .nav-link:hover,ui-ng-segment-editor.ng-isolate-scope .nav-link:focus,ui-ng-segment-editor.ng-isolate-scope .nav-link:hover{text-decoration:none}div[class*=FloatingMenu__] .nav-link.disabled,ui-ng-add-rule-menu.ng-isolate-scope .nav-link.disabled,ui-ng-date-time-picker.ng-isolate-scope .nav-link.disabled,ui-ng-gear-schema-form.ng-isolate-scope .nav-link.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .nav-link.disabled,ui-ng-segment-editor.ng-isolate-scope .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}div[class*=FloatingMenu__] .nav-tabs,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs,ui-ng-segment-editor.ng-isolate-scope .nav-tabs{border-bottom:1px solid #dee2e6}div[class*=FloatingMenu__] .nav-tabs .nav-item,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .nav-item,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .nav-item,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .nav-item,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .nav-item,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .nav-item{margin-bottom:-1px}div[class*=FloatingMenu__] .nav-tabs .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .nav-link,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .nav-link,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}div[class*=FloatingMenu__] .nav-tabs .nav-link:focus,div[class*=FloatingMenu__] .nav-tabs .nav-link:hover,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .nav-link:focus,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .nav-link:hover,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .nav-link:focus,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .nav-link:hover,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .nav-link:focus,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .nav-link:hover,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .nav-link:focus,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .nav-link:hover,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .nav-link:focus,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}div[class*=FloatingMenu__] .nav-tabs .nav-link.disabled,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .nav-link.disabled,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .nav-link.disabled,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .nav-link.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .nav-link.disabled,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}div[class*=FloatingMenu__] .nav-tabs .nav-item.show .nav-link,div[class*=FloatingMenu__] .nav-tabs .nav-link.active,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .nav-item.show .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .nav-link.active,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .nav-item.show .nav-link,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .nav-link.active,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .nav-item.show .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .nav-link.active,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .nav-item.show .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .nav-link.active,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .nav-item.show .nav-link,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}div[class*=FloatingMenu__] .nav-tabs .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}div[class*=FloatingMenu__] .nav-pills .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .nav-pills .nav-link,ui-ng-date-time-picker.ng-isolate-scope .nav-pills .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .nav-pills .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .nav-pills .nav-link,ui-ng-segment-editor.ng-isolate-scope .nav-pills .nav-link{border-radius:.25rem}div[class*=FloatingMenu__] .nav-pills .nav-link.active,div[class*=FloatingMenu__] .nav-pills .show>.nav-link,ui-ng-add-rule-menu.ng-isolate-scope .nav-pills .nav-link.active,ui-ng-add-rule-menu.ng-isolate-scope .nav-pills .show>.nav-link,ui-ng-date-time-picker.ng-isolate-scope .nav-pills .nav-link.active,ui-ng-date-time-picker.ng-isolate-scope .nav-pills .show>.nav-link,ui-ng-gear-schema-form.ng-isolate-scope .nav-pills .nav-link.active,ui-ng-gear-schema-form.ng-isolate-scope .nav-pills .show>.nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .nav-pills .nav-link.active,ui-ng-open-time-email-editor.ng-isolate-scope .nav-pills .show>.nav-link,ui-ng-segment-editor.ng-isolate-scope .nav-pills .nav-link.active,ui-ng-segment-editor.ng-isolate-scope .nav-pills .show>.nav-link{color:#fff;background-color:#0095da}div[class*=FloatingMenu__] .nav-fill .nav-item,ui-ng-add-rule-menu.ng-isolate-scope .nav-fill .nav-item,ui-ng-date-time-picker.ng-isolate-scope .nav-fill .nav-item,ui-ng-gear-schema-form.ng-isolate-scope .nav-fill .nav-item,ui-ng-open-time-email-editor.ng-isolate-scope .nav-fill .nav-item,ui-ng-segment-editor.ng-isolate-scope .nav-fill .nav-item{flex:1 1 auto;text-align:center}div[class*=FloatingMenu__] .nav-justified .nav-item,ui-ng-add-rule-menu.ng-isolate-scope .nav-justified .nav-item,ui-ng-date-time-picker.ng-isolate-scope .nav-justified .nav-item,ui-ng-gear-schema-form.ng-isolate-scope .nav-justified .nav-item,ui-ng-open-time-email-editor.ng-isolate-scope .nav-justified .nav-item,ui-ng-segment-editor.ng-isolate-scope .nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}div[class*=FloatingMenu__] .tab-content>.tab-pane,ui-ng-add-rule-menu.ng-isolate-scope .tab-content>.tab-pane,ui-ng-date-time-picker.ng-isolate-scope .tab-content>.tab-pane,ui-ng-gear-schema-form.ng-isolate-scope .tab-content>.tab-pane,ui-ng-open-time-email-editor.ng-isolate-scope .tab-content>.tab-pane,ui-ng-segment-editor.ng-isolate-scope .tab-content>.tab-pane{display:none}div[class*=FloatingMenu__] .tab-content>.active,ui-ng-add-rule-menu.ng-isolate-scope .tab-content>.active,ui-ng-date-time-picker.ng-isolate-scope .tab-content>.active,ui-ng-gear-schema-form.ng-isolate-scope .tab-content>.active,ui-ng-open-time-email-editor.ng-isolate-scope .tab-content>.active,ui-ng-segment-editor.ng-isolate-scope .tab-content>.active{display:block}div[class*=FloatingMenu__] .navbar,ui-ng-add-rule-menu.ng-isolate-scope .navbar,ui-ng-date-time-picker.ng-isolate-scope .navbar,ui-ng-gear-schema-form.ng-isolate-scope .navbar,ui-ng-open-time-email-editor.ng-isolate-scope .navbar,ui-ng-segment-editor.ng-isolate-scope .navbar{position:relative;padding:.5rem 1rem}div[class*=FloatingMenu__] .navbar,div[class*=FloatingMenu__] .navbar .container,div[class*=FloatingMenu__] .navbar .container-fluid,div[class*=FloatingMenu__] .navbar .container-lg,div[class*=FloatingMenu__] .navbar .container-md,div[class*=FloatingMenu__] .navbar .container-sm,div[class*=FloatingMenu__] .navbar .container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar,ui-ng-add-rule-menu.ng-isolate-scope .navbar .container,ui-ng-add-rule-menu.ng-isolate-scope .navbar .container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar .container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar .container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar .container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar .container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar,ui-ng-date-time-picker.ng-isolate-scope .navbar .container,ui-ng-date-time-picker.ng-isolate-scope .navbar .container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar .container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar .container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar .container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar .container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar,ui-ng-gear-schema-form.ng-isolate-scope .navbar .container,ui-ng-gear-schema-form.ng-isolate-scope .navbar .container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar .container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar .container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar .container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar .container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar,ui-ng-open-time-email-editor.ng-isolate-scope .navbar .container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar .container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar .container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar .container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar .container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar .container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar,ui-ng-segment-editor.ng-isolate-scope .navbar .container,ui-ng-segment-editor.ng-isolate-scope .navbar .container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar .container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar .container-md,ui-ng-segment-editor.ng-isolate-scope .navbar .container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}div[class*=FloatingMenu__] .navbar-brand,ui-ng-add-rule-menu.ng-isolate-scope .navbar-brand,ui-ng-date-time-picker.ng-isolate-scope .navbar-brand,ui-ng-gear-schema-form.ng-isolate-scope .navbar-brand,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-brand,ui-ng-segment-editor.ng-isolate-scope .navbar-brand{display:inline-block;padding-top:.0625rem;padding-bottom:.0625rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}div[class*=FloatingMenu__] .navbar-brand:focus,div[class*=FloatingMenu__] .navbar-brand:hover,ui-ng-add-rule-menu.ng-isolate-scope .navbar-brand:focus,ui-ng-add-rule-menu.ng-isolate-scope .navbar-brand:hover,ui-ng-date-time-picker.ng-isolate-scope .navbar-brand:focus,ui-ng-date-time-picker.ng-isolate-scope .navbar-brand:hover,ui-ng-gear-schema-form.ng-isolate-scope .navbar-brand:focus,ui-ng-gear-schema-form.ng-isolate-scope .navbar-brand:hover,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-brand:focus,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-brand:hover,ui-ng-segment-editor.ng-isolate-scope .navbar-brand:focus,ui-ng-segment-editor.ng-isolate-scope .navbar-brand:hover{text-decoration:none}div[class*=FloatingMenu__] .navbar-nav,ui-ng-add-rule-menu.ng-isolate-scope .navbar-nav,ui-ng-date-time-picker.ng-isolate-scope .navbar-nav,ui-ng-gear-schema-form.ng-isolate-scope .navbar-nav,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-nav,ui-ng-segment-editor.ng-isolate-scope .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}div[class*=FloatingMenu__] .navbar-nav .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-nav .nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-nav .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-nav .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-nav .nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-nav .nav-link{padding-right:0;padding-left:0}div[class*=FloatingMenu__] .navbar-nav .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .navbar-nav .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .navbar-nav .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .navbar-nav .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-nav .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .navbar-nav .dropdown-menu{position:static;float:none}div[class*=FloatingMenu__] .navbar-text,ui-ng-add-rule-menu.ng-isolate-scope .navbar-text,ui-ng-date-time-picker.ng-isolate-scope .navbar-text,ui-ng-gear-schema-form.ng-isolate-scope .navbar-text,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-text,ui-ng-segment-editor.ng-isolate-scope .navbar-text{display:inline-block;padding-top:.25rem;padding-bottom:.25rem}div[class*=FloatingMenu__] .navbar-collapse,ui-ng-add-rule-menu.ng-isolate-scope .navbar-collapse,ui-ng-date-time-picker.ng-isolate-scope .navbar-collapse,ui-ng-gear-schema-form.ng-isolate-scope .navbar-collapse,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-collapse,ui-ng-segment-editor.ng-isolate-scope .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}div[class*=FloatingMenu__] .navbar-toggler,ui-ng-add-rule-menu.ng-isolate-scope .navbar-toggler,ui-ng-date-time-picker.ng-isolate-scope .navbar-toggler,ui-ng-gear-schema-form.ng-isolate-scope .navbar-toggler,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-toggler,ui-ng-segment-editor.ng-isolate-scope .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}div[class*=FloatingMenu__] .navbar-toggler:focus,div[class*=FloatingMenu__] .navbar-toggler:hover,ui-ng-add-rule-menu.ng-isolate-scope .navbar-toggler:focus,ui-ng-add-rule-menu.ng-isolate-scope .navbar-toggler:hover,ui-ng-date-time-picker.ng-isolate-scope .navbar-toggler:focus,ui-ng-date-time-picker.ng-isolate-scope .navbar-toggler:hover,ui-ng-gear-schema-form.ng-isolate-scope .navbar-toggler:focus,ui-ng-gear-schema-form.ng-isolate-scope .navbar-toggler:hover,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-toggler:focus,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-toggler:hover,ui-ng-segment-editor.ng-isolate-scope .navbar-toggler:focus,ui-ng-segment-editor.ng-isolate-scope .navbar-toggler:hover{text-decoration:none}div[class*=FloatingMenu__] .navbar-toggler-icon,ui-ng-add-rule-menu.ng-isolate-scope .navbar-toggler-icon,ui-ng-date-time-picker.ng-isolate-scope .navbar-toggler-icon,ui-ng-gear-schema-form.ng-isolate-scope .navbar-toggler-icon,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-toggler-icon,ui-ng-segment-editor.ng-isolate-scope .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){div[class*=FloatingMenu__] .navbar-expand-sm>.container,div[class*=FloatingMenu__] .navbar-expand-sm>.container-fluid,div[class*=FloatingMenu__] .navbar-expand-sm>.container-lg,div[class*=FloatingMenu__] .navbar-expand-sm>.container-md,div[class*=FloatingMenu__] .navbar-expand-sm>.container-sm,div[class*=FloatingMenu__] .navbar-expand-sm>.container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){div[class*=FloatingMenu__] .navbar-expand-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}div[class*=FloatingMenu__] .navbar-expand-sm .navbar-nav,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm .navbar-nav,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm .navbar-nav,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm .navbar-nav,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm .navbar-nav,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm .navbar-nav{flex-direction:row}div[class*=FloatingMenu__] .navbar-expand-sm .navbar-nav .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm .navbar-nav .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm .navbar-nav .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm .navbar-nav .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm .navbar-nav .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}div[class*=FloatingMenu__] .navbar-expand-sm .navbar-nav .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm .navbar-nav .nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm .navbar-nav .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm .navbar-nav .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm .navbar-nav .nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}div[class*=FloatingMenu__] .navbar-expand-sm>.container,div[class*=FloatingMenu__] .navbar-expand-sm>.container-fluid,div[class*=FloatingMenu__] .navbar-expand-sm>.container-lg,div[class*=FloatingMenu__] .navbar-expand-sm>.container-md,div[class*=FloatingMenu__] .navbar-expand-sm>.container-sm,div[class*=FloatingMenu__] .navbar-expand-sm>.container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm>.container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm>.container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm>.container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm>.container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm>.container-xl{flex-wrap:nowrap}div[class*=FloatingMenu__] .navbar-expand-sm .navbar-collapse,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm .navbar-collapse,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm .navbar-collapse,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm .navbar-collapse,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm .navbar-collapse,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}div[class*=FloatingMenu__] .navbar-expand-sm .navbar-toggler,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-sm .navbar-toggler,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-sm .navbar-toggler,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-sm .navbar-toggler,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-sm .navbar-toggler,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){div[class*=FloatingMenu__] .navbar-expand-md>.container,div[class*=FloatingMenu__] .navbar-expand-md>.container-fluid,div[class*=FloatingMenu__] .navbar-expand-md>.container-lg,div[class*=FloatingMenu__] .navbar-expand-md>.container-md,div[class*=FloatingMenu__] .navbar-expand-md>.container-sm,div[class*=FloatingMenu__] .navbar-expand-md>.container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){div[class*=FloatingMenu__] .navbar-expand-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}div[class*=FloatingMenu__] .navbar-expand-md .navbar-nav,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md .navbar-nav,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md .navbar-nav,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md .navbar-nav,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md .navbar-nav,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md .navbar-nav{flex-direction:row}div[class*=FloatingMenu__] .navbar-expand-md .navbar-nav .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md .navbar-nav .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md .navbar-nav .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md .navbar-nav .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md .navbar-nav .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}div[class*=FloatingMenu__] .navbar-expand-md .navbar-nav .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md .navbar-nav .nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md .navbar-nav .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md .navbar-nav .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md .navbar-nav .nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}div[class*=FloatingMenu__] .navbar-expand-md>.container,div[class*=FloatingMenu__] .navbar-expand-md>.container-fluid,div[class*=FloatingMenu__] .navbar-expand-md>.container-lg,div[class*=FloatingMenu__] .navbar-expand-md>.container-md,div[class*=FloatingMenu__] .navbar-expand-md>.container-sm,div[class*=FloatingMenu__] .navbar-expand-md>.container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md>.container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md>.container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md>.container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md>.container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md>.container-xl{flex-wrap:nowrap}div[class*=FloatingMenu__] .navbar-expand-md .navbar-collapse,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md .navbar-collapse,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md .navbar-collapse,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md .navbar-collapse,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md .navbar-collapse,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}div[class*=FloatingMenu__] .navbar-expand-md .navbar-toggler,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-md .navbar-toggler,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-md .navbar-toggler,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-md .navbar-toggler,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-md .navbar-toggler,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){div[class*=FloatingMenu__] .navbar-expand-lg>.container,div[class*=FloatingMenu__] .navbar-expand-lg>.container-fluid,div[class*=FloatingMenu__] .navbar-expand-lg>.container-lg,div[class*=FloatingMenu__] .navbar-expand-lg>.container-md,div[class*=FloatingMenu__] .navbar-expand-lg>.container-sm,div[class*=FloatingMenu__] .navbar-expand-lg>.container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){div[class*=FloatingMenu__] .navbar-expand-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}div[class*=FloatingMenu__] .navbar-expand-lg .navbar-nav,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg .navbar-nav,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg .navbar-nav,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg .navbar-nav,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg .navbar-nav,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg .navbar-nav{flex-direction:row}div[class*=FloatingMenu__] .navbar-expand-lg .navbar-nav .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg .navbar-nav .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg .navbar-nav .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg .navbar-nav .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg .navbar-nav .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}div[class*=FloatingMenu__] .navbar-expand-lg .navbar-nav .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg .navbar-nav .nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg .navbar-nav .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg .navbar-nav .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg .navbar-nav .nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}div[class*=FloatingMenu__] .navbar-expand-lg>.container,div[class*=FloatingMenu__] .navbar-expand-lg>.container-fluid,div[class*=FloatingMenu__] .navbar-expand-lg>.container-lg,div[class*=FloatingMenu__] .navbar-expand-lg>.container-md,div[class*=FloatingMenu__] .navbar-expand-lg>.container-sm,div[class*=FloatingMenu__] .navbar-expand-lg>.container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg>.container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg>.container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg>.container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg>.container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg>.container-xl{flex-wrap:nowrap}div[class*=FloatingMenu__] .navbar-expand-lg .navbar-collapse,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg .navbar-collapse,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg .navbar-collapse,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg .navbar-collapse,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg .navbar-collapse,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}div[class*=FloatingMenu__] .navbar-expand-lg .navbar-toggler,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-lg .navbar-toggler,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-lg .navbar-toggler,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-lg .navbar-toggler,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-lg .navbar-toggler,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){div[class*=FloatingMenu__] .navbar-expand-xl>.container,div[class*=FloatingMenu__] .navbar-expand-xl>.container-fluid,div[class*=FloatingMenu__] .navbar-expand-xl>.container-lg,div[class*=FloatingMenu__] .navbar-expand-xl>.container-md,div[class*=FloatingMenu__] .navbar-expand-xl>.container-sm,div[class*=FloatingMenu__] .navbar-expand-xl>.container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){div[class*=FloatingMenu__] .navbar-expand-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}div[class*=FloatingMenu__] .navbar-expand-xl .navbar-nav,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl .navbar-nav,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl .navbar-nav,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl .navbar-nav,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl .navbar-nav,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl .navbar-nav{flex-direction:row}div[class*=FloatingMenu__] .navbar-expand-xl .navbar-nav .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl .navbar-nav .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl .navbar-nav .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl .navbar-nav .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl .navbar-nav .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}div[class*=FloatingMenu__] .navbar-expand-xl .navbar-nav .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl .navbar-nav .nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl .navbar-nav .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl .navbar-nav .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl .navbar-nav .nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}div[class*=FloatingMenu__] .navbar-expand-xl>.container,div[class*=FloatingMenu__] .navbar-expand-xl>.container-fluid,div[class*=FloatingMenu__] .navbar-expand-xl>.container-lg,div[class*=FloatingMenu__] .navbar-expand-xl>.container-md,div[class*=FloatingMenu__] .navbar-expand-xl>.container-sm,div[class*=FloatingMenu__] .navbar-expand-xl>.container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl>.container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl>.container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl>.container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl>.container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl>.container-xl{flex-wrap:nowrap}div[class*=FloatingMenu__] .navbar-expand-xl .navbar-collapse,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl .navbar-collapse,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl .navbar-collapse,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl .navbar-collapse,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl .navbar-collapse,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}div[class*=FloatingMenu__] .navbar-expand-xl .navbar-toggler,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand-xl .navbar-toggler,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand-xl .navbar-toggler,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand-xl .navbar-toggler,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand-xl .navbar-toggler,ui-ng-segment-editor.ng-isolate-scope .navbar-expand-xl .navbar-toggler{display:none}}div[class*=FloatingMenu__] .navbar-expand,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand,ui-ng-segment-editor.ng-isolate-scope .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}div[class*=FloatingMenu__] .navbar-expand>.container,div[class*=FloatingMenu__] .navbar-expand>.container-fluid,div[class*=FloatingMenu__] .navbar-expand>.container-lg,div[class*=FloatingMenu__] .navbar-expand>.container-md,div[class*=FloatingMenu__] .navbar-expand>.container-sm,div[class*=FloatingMenu__] .navbar-expand>.container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container-xl{padding-right:0;padding-left:0}div[class*=FloatingMenu__] .navbar-expand .navbar-nav,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand .navbar-nav,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand .navbar-nav,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand .navbar-nav,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand .navbar-nav,ui-ng-segment-editor.ng-isolate-scope .navbar-expand .navbar-nav{flex-direction:row}div[class*=FloatingMenu__] .navbar-expand .navbar-nav .dropdown-menu,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand .navbar-nav .dropdown-menu,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand .navbar-nav .dropdown-menu,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand .navbar-nav .dropdown-menu,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand .navbar-nav .dropdown-menu,ui-ng-segment-editor.ng-isolate-scope .navbar-expand .navbar-nav .dropdown-menu{position:absolute}div[class*=FloatingMenu__] .navbar-expand .navbar-nav .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand .navbar-nav .nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand .navbar-nav .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand .navbar-nav .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand .navbar-nav .nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}div[class*=FloatingMenu__] .navbar-expand>.container,div[class*=FloatingMenu__] .navbar-expand>.container-fluid,div[class*=FloatingMenu__] .navbar-expand>.container-lg,div[class*=FloatingMenu__] .navbar-expand>.container-md,div[class*=FloatingMenu__] .navbar-expand>.container-sm,div[class*=FloatingMenu__] .navbar-expand>.container-xl,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container-fluid,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container-lg,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container-md,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container-sm,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand>.container-xl,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container-fluid,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container-lg,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container-md,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container-sm,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand>.container-xl,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container-fluid,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container-lg,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container-md,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container-sm,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand>.container-xl,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container-fluid,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container-lg,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container-md,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container-sm,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand>.container-xl,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container-fluid,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container-lg,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container-md,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container-sm,ui-ng-segment-editor.ng-isolate-scope .navbar-expand>.container-xl{flex-wrap:nowrap}div[class*=FloatingMenu__] .navbar-expand .navbar-collapse,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand .navbar-collapse,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand .navbar-collapse,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand .navbar-collapse,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand .navbar-collapse,ui-ng-segment-editor.ng-isolate-scope .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}div[class*=FloatingMenu__] .navbar-expand .navbar-toggler,ui-ng-add-rule-menu.ng-isolate-scope .navbar-expand .navbar-toggler,ui-ng-date-time-picker.ng-isolate-scope .navbar-expand .navbar-toggler,ui-ng-gear-schema-form.ng-isolate-scope .navbar-expand .navbar-toggler,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-expand .navbar-toggler,ui-ng-segment-editor.ng-isolate-scope .navbar-expand .navbar-toggler{display:none}div[class*=FloatingMenu__] .navbar-light .navbar-brand,div[class*=FloatingMenu__] .navbar-light .navbar-brand:focus,div[class*=FloatingMenu__] .navbar-light .navbar-brand:hover,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-brand,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-brand:focus,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-brand:hover,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-brand,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-brand:focus,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-brand:hover,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-brand,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-brand:focus,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-brand:hover,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-brand,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-brand:focus,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-brand:hover,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-brand,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-brand:focus,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}div[class*=FloatingMenu__] .navbar-light .navbar-nav .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-nav .nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-nav .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-nav .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}div[class*=FloatingMenu__] .navbar-light .navbar-nav .nav-link:focus,div[class*=FloatingMenu__] .navbar-light .navbar-nav .nav-link:hover,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-nav .nav-link:focus,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-nav .nav-link:hover,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-nav .nav-link:focus,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-nav .nav-link:hover,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-nav .nav-link:focus,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-nav .nav-link:hover,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link:focus,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link:hover,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link:focus,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}div[class*=FloatingMenu__] .navbar-light .navbar-nav .nav-link.disabled,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-nav .nav-link.disabled,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-nav .nav-link.disabled,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-nav .nav-link.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link.disabled,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}div[class*=FloatingMenu__] .navbar-light .navbar-nav .active>.nav-link,div[class*=FloatingMenu__] .navbar-light .navbar-nav .nav-link.active,div[class*=FloatingMenu__] .navbar-light .navbar-nav .nav-link.show,div[class*=FloatingMenu__] .navbar-light .navbar-nav .show>.nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-nav .active>.nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-nav .nav-link.active,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-nav .nav-link.show,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-nav .show>.nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-nav .active>.nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-nav .nav-link.active,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-nav .nav-link.show,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-nav .show>.nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-nav .active>.nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-nav .nav-link.active,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-nav .nav-link.show,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-nav .show>.nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-nav .active>.nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link.active,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link.show,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-nav .show>.nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-nav .active>.nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link.active,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-nav .nav-link.show,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}div[class*=FloatingMenu__] .navbar-light .navbar-toggler,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-toggler,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-toggler,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-toggler,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-toggler,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}div[class*=FloatingMenu__] .navbar-light .navbar-toggler-icon,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-toggler-icon,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-toggler-icon,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-toggler-icon,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-toggler-icon,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}div[class*=FloatingMenu__] .navbar-light .navbar-text,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-text,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-text,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-text,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-text,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-text{color:rgba(0,0,0,.5)}div[class*=FloatingMenu__] .navbar-light .navbar-text a,div[class*=FloatingMenu__] .navbar-light .navbar-text a:focus,div[class*=FloatingMenu__] .navbar-light .navbar-text a:hover,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-text a,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-text a:focus,ui-ng-add-rule-menu.ng-isolate-scope .navbar-light .navbar-text a:hover,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-text a,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-text a:focus,ui-ng-date-time-picker.ng-isolate-scope .navbar-light .navbar-text a:hover,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-text a,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-text a:focus,ui-ng-gear-schema-form.ng-isolate-scope .navbar-light .navbar-text a:hover,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-text a,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-text a:focus,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-light .navbar-text a:hover,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-text a,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-text a:focus,ui-ng-segment-editor.ng-isolate-scope .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}div[class*=FloatingMenu__] .navbar-dark .navbar-brand,div[class*=FloatingMenu__] .navbar-dark .navbar-brand:focus,div[class*=FloatingMenu__] .navbar-dark .navbar-brand:hover,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-brand,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-brand:focus,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-brand:hover,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-brand,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-brand:focus,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-brand:hover,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-brand,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-brand:focus,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-brand:hover,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-brand,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-brand:focus,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-brand:hover,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-brand,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-brand:focus,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-brand:hover{color:#fff}div[class*=FloatingMenu__] .navbar-dark .navbar-nav .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-nav .nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-nav .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-nav .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}div[class*=FloatingMenu__] .navbar-dark .navbar-nav .nav-link:focus,div[class*=FloatingMenu__] .navbar-dark .navbar-nav .nav-link:hover,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-nav .nav-link:focus,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-nav .nav-link:hover,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-nav .nav-link:focus,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-nav .nav-link:hover,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-nav .nav-link:focus,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-nav .nav-link:hover,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link:focus,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link:hover,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link:focus,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}div[class*=FloatingMenu__] .navbar-dark .navbar-nav .nav-link.disabled,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.disabled,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.disabled,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.disabled,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}div[class*=FloatingMenu__] .navbar-dark .navbar-nav .active>.nav-link,div[class*=FloatingMenu__] .navbar-dark .navbar-nav .nav-link.active,div[class*=FloatingMenu__] .navbar-dark .navbar-nav .nav-link.show,div[class*=FloatingMenu__] .navbar-dark .navbar-nav .show>.nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-nav .active>.nav-link,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.active,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.show,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-nav .show>.nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-nav .active>.nav-link,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.active,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.show,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-nav .show>.nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-nav .active>.nav-link,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.active,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.show,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-nav .show>.nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-nav .active>.nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.active,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.show,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-nav .show>.nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-nav .active>.nav-link,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.active,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-nav .nav-link.show,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-nav .show>.nav-link{color:#fff}div[class*=FloatingMenu__] .navbar-dark .navbar-toggler,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-toggler,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-toggler,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-toggler,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-toggler,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}div[class*=FloatingMenu__] .navbar-dark .navbar-toggler-icon,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-toggler-icon,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-toggler-icon,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-toggler-icon,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-toggler-icon,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}div[class*=FloatingMenu__] .navbar-dark .navbar-text,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-text,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-text,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-text,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-text,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}div[class*=FloatingMenu__] .navbar-dark .navbar-text a,div[class*=FloatingMenu__] .navbar-dark .navbar-text a:focus,div[class*=FloatingMenu__] .navbar-dark .navbar-text a:hover,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-text a,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-text a:focus,ui-ng-add-rule-menu.ng-isolate-scope .navbar-dark .navbar-text a:hover,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-text a,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-text a:focus,ui-ng-date-time-picker.ng-isolate-scope .navbar-dark .navbar-text a:hover,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-text a,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-text a:focus,ui-ng-gear-schema-form.ng-isolate-scope .navbar-dark .navbar-text a:hover,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-text a,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-text a:focus,ui-ng-open-time-email-editor.ng-isolate-scope .navbar-dark .navbar-text a:hover,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-text a,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-text a:focus,ui-ng-segment-editor.ng-isolate-scope .navbar-dark .navbar-text a:hover{color:#fff}div[class*=FloatingMenu__] .badge,ui-ng-add-rule-menu.ng-isolate-scope .badge,ui-ng-date-time-picker.ng-isolate-scope .badge,ui-ng-gear-schema-form.ng-isolate-scope .badge,ui-ng-open-time-email-editor.ng-isolate-scope .badge,ui-ng-segment-editor.ng-isolate-scope .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .badge,ui-ng-add-rule-menu.ng-isolate-scope .badge,ui-ng-date-time-picker.ng-isolate-scope .badge,ui-ng-gear-schema-form.ng-isolate-scope .badge,ui-ng-open-time-email-editor.ng-isolate-scope .badge,ui-ng-segment-editor.ng-isolate-scope .badge{transition:none}}div[class*=FloatingMenu__] a.badge:focus,div[class*=FloatingMenu__] a.badge:hover,ui-ng-add-rule-menu.ng-isolate-scope a.badge:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge:hover,ui-ng-date-time-picker.ng-isolate-scope a.badge:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge:hover,ui-ng-gear-schema-form.ng-isolate-scope a.badge:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.badge:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge:hover,ui-ng-segment-editor.ng-isolate-scope a.badge:focus,ui-ng-segment-editor.ng-isolate-scope a.badge:hover{text-decoration:none}div[class*=FloatingMenu__] .badge:empty,ui-ng-add-rule-menu.ng-isolate-scope .badge:empty,ui-ng-date-time-picker.ng-isolate-scope .badge:empty,ui-ng-gear-schema-form.ng-isolate-scope .badge:empty,ui-ng-open-time-email-editor.ng-isolate-scope .badge:empty,ui-ng-segment-editor.ng-isolate-scope .badge:empty{display:none}div[class*=FloatingMenu__] .btn .badge,ui-ng-add-rule-menu.ng-isolate-scope .btn .badge,ui-ng-date-time-picker.ng-isolate-scope .btn .badge,ui-ng-gear-schema-form.ng-isolate-scope .btn .badge,ui-ng-open-time-email-editor.ng-isolate-scope .btn .badge,ui-ng-segment-editor.ng-isolate-scope .btn .badge{position:relative;top:-1px}div[class*=FloatingMenu__] .badge-pill,ui-ng-add-rule-menu.ng-isolate-scope .badge-pill,ui-ng-date-time-picker.ng-isolate-scope .badge-pill,ui-ng-gear-schema-form.ng-isolate-scope .badge-pill,ui-ng-open-time-email-editor.ng-isolate-scope .badge-pill,ui-ng-segment-editor.ng-isolate-scope .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}div[class*=FloatingMenu__] .badge-primary,ui-ng-add-rule-menu.ng-isolate-scope .badge-primary,ui-ng-date-time-picker.ng-isolate-scope .badge-primary,ui-ng-gear-schema-form.ng-isolate-scope .badge-primary,ui-ng-open-time-email-editor.ng-isolate-scope .badge-primary,ui-ng-segment-editor.ng-isolate-scope .badge-primary{color:#fff;background-color:#0095da}div[class*=FloatingMenu__] a.badge-primary:focus,div[class*=FloatingMenu__] a.badge-primary:hover,ui-ng-add-rule-menu.ng-isolate-scope a.badge-primary:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-primary:hover,ui-ng-date-time-picker.ng-isolate-scope a.badge-primary:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-primary:hover,ui-ng-gear-schema-form.ng-isolate-scope a.badge-primary:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-primary:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-primary:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-primary:hover,ui-ng-segment-editor.ng-isolate-scope a.badge-primary:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-primary:hover{color:#fff;background-color:#0072a7}div[class*=FloatingMenu__] a.badge-primary.focus,div[class*=FloatingMenu__] a.badge-primary:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-primary.focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-primary:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-primary.focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-primary:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-primary.focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-primary:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-primary.focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-primary:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-primary.focus,ui-ng-segment-editor.ng-isolate-scope a.badge-primary:focus{outline:0;box-shadow:0 0 0 0 rgba(0,149,218,.5)}div[class*=FloatingMenu__] .badge-secondary,ui-ng-add-rule-menu.ng-isolate-scope .badge-secondary,ui-ng-date-time-picker.ng-isolate-scope .badge-secondary,ui-ng-gear-schema-form.ng-isolate-scope .badge-secondary,ui-ng-open-time-email-editor.ng-isolate-scope .badge-secondary,ui-ng-segment-editor.ng-isolate-scope .badge-secondary{color:#fff;background-color:#606060}div[class*=FloatingMenu__] a.badge-secondary:focus,div[class*=FloatingMenu__] a.badge-secondary:hover,ui-ng-add-rule-menu.ng-isolate-scope a.badge-secondary:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-secondary:hover,ui-ng-date-time-picker.ng-isolate-scope a.badge-secondary:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-secondary:hover,ui-ng-gear-schema-form.ng-isolate-scope a.badge-secondary:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-secondary:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-secondary:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-secondary:hover,ui-ng-segment-editor.ng-isolate-scope a.badge-secondary:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-secondary:hover{color:#fff;background-color:#474747}div[class*=FloatingMenu__] a.badge-secondary.focus,div[class*=FloatingMenu__] a.badge-secondary:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-secondary.focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-secondary:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-secondary.focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-secondary:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-secondary.focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-secondary:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-secondary.focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-secondary:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-secondary.focus,ui-ng-segment-editor.ng-isolate-scope a.badge-secondary:focus{outline:0;box-shadow:0 0 0 0 rgba(96,96,96,.5)}div[class*=FloatingMenu__] .badge-success,ui-ng-add-rule-menu.ng-isolate-scope .badge-success,ui-ng-date-time-picker.ng-isolate-scope .badge-success,ui-ng-gear-schema-form.ng-isolate-scope .badge-success,ui-ng-open-time-email-editor.ng-isolate-scope .badge-success,ui-ng-segment-editor.ng-isolate-scope .badge-success{color:#212529;background-color:#82c135}div[class*=FloatingMenu__] a.badge-success:focus,div[class*=FloatingMenu__] a.badge-success:hover,ui-ng-add-rule-menu.ng-isolate-scope a.badge-success:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-success:hover,ui-ng-date-time-picker.ng-isolate-scope a.badge-success:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-success:hover,ui-ng-gear-schema-form.ng-isolate-scope a.badge-success:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-success:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-success:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-success:hover,ui-ng-segment-editor.ng-isolate-scope a.badge-success:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-success:hover{color:#212529;background-color:#67992a}div[class*=FloatingMenu__] a.badge-success.focus,div[class*=FloatingMenu__] a.badge-success:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-success.focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-success:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-success.focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-success:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-success.focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-success:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-success.focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-success:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-success.focus,ui-ng-segment-editor.ng-isolate-scope a.badge-success:focus{outline:0;box-shadow:0 0 0 0 rgba(130,193,53,.5)}div[class*=FloatingMenu__] .badge-info,ui-ng-add-rule-menu.ng-isolate-scope .badge-info,ui-ng-date-time-picker.ng-isolate-scope .badge-info,ui-ng-gear-schema-form.ng-isolate-scope .badge-info,ui-ng-open-time-email-editor.ng-isolate-scope .badge-info,ui-ng-segment-editor.ng-isolate-scope .badge-info{color:#212529;background-color:#53b8e6}div[class*=FloatingMenu__] a.badge-info:focus,div[class*=FloatingMenu__] a.badge-info:hover,ui-ng-add-rule-menu.ng-isolate-scope a.badge-info:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-info:hover,ui-ng-date-time-picker.ng-isolate-scope a.badge-info:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-info:hover,ui-ng-gear-schema-form.ng-isolate-scope a.badge-info:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-info:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-info:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-info:hover,ui-ng-segment-editor.ng-isolate-scope a.badge-info:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-info:hover{color:#212529;background-color:#26a6e0}div[class*=FloatingMenu__] a.badge-info.focus,div[class*=FloatingMenu__] a.badge-info:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-info.focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-info:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-info.focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-info:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-info.focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-info:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-info.focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-info:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-info.focus,ui-ng-segment-editor.ng-isolate-scope a.badge-info:focus{outline:0;box-shadow:0 0 0 0 rgba(83,184,230,.5)}div[class*=FloatingMenu__] .badge-warning,ui-ng-add-rule-menu.ng-isolate-scope .badge-warning,ui-ng-date-time-picker.ng-isolate-scope .badge-warning,ui-ng-gear-schema-form.ng-isolate-scope .badge-warning,ui-ng-open-time-email-editor.ng-isolate-scope .badge-warning,ui-ng-segment-editor.ng-isolate-scope .badge-warning{color:#212529;background-color:#ff9600}div[class*=FloatingMenu__] a.badge-warning:focus,div[class*=FloatingMenu__] a.badge-warning:hover,ui-ng-add-rule-menu.ng-isolate-scope a.badge-warning:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-warning:hover,ui-ng-date-time-picker.ng-isolate-scope a.badge-warning:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-warning:hover,ui-ng-gear-schema-form.ng-isolate-scope a.badge-warning:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-warning:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-warning:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-warning:hover,ui-ng-segment-editor.ng-isolate-scope a.badge-warning:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-warning:hover{color:#212529;background-color:#cc7800}div[class*=FloatingMenu__] a.badge-warning.focus,div[class*=FloatingMenu__] a.badge-warning:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-warning.focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-warning:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-warning.focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-warning:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-warning.focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-warning:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-warning.focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-warning:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-warning.focus,ui-ng-segment-editor.ng-isolate-scope a.badge-warning:focus{outline:0;box-shadow:0 0 0 0 rgba(255,150,0,.5)}div[class*=FloatingMenu__] .badge-danger,ui-ng-add-rule-menu.ng-isolate-scope .badge-danger,ui-ng-date-time-picker.ng-isolate-scope .badge-danger,ui-ng-gear-schema-form.ng-isolate-scope .badge-danger,ui-ng-open-time-email-editor.ng-isolate-scope .badge-danger,ui-ng-segment-editor.ng-isolate-scope .badge-danger{color:#fff;background-color:#dd360b}div[class*=FloatingMenu__] a.badge-danger:focus,div[class*=FloatingMenu__] a.badge-danger:hover,ui-ng-add-rule-menu.ng-isolate-scope a.badge-danger:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-danger:hover,ui-ng-date-time-picker.ng-isolate-scope a.badge-danger:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-danger:hover,ui-ng-gear-schema-form.ng-isolate-scope a.badge-danger:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-danger:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-danger:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-danger:hover,ui-ng-segment-editor.ng-isolate-scope a.badge-danger:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-danger:hover{color:#fff;background-color:#ac2a09}div[class*=FloatingMenu__] a.badge-danger.focus,div[class*=FloatingMenu__] a.badge-danger:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-danger.focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-danger:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-danger.focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-danger:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-danger.focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-danger:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-danger.focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-danger:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-danger.focus,ui-ng-segment-editor.ng-isolate-scope a.badge-danger:focus{outline:0;box-shadow:0 0 0 0 rgba(221,54,11,.5)}div[class*=FloatingMenu__] .badge-light,ui-ng-add-rule-menu.ng-isolate-scope .badge-light,ui-ng-date-time-picker.ng-isolate-scope .badge-light,ui-ng-gear-schema-form.ng-isolate-scope .badge-light,ui-ng-open-time-email-editor.ng-isolate-scope .badge-light,ui-ng-segment-editor.ng-isolate-scope .badge-light{color:#212529;background-color:#f5f5f5}div[class*=FloatingMenu__] a.badge-light:focus,div[class*=FloatingMenu__] a.badge-light:hover,ui-ng-add-rule-menu.ng-isolate-scope a.badge-light:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-light:hover,ui-ng-date-time-picker.ng-isolate-scope a.badge-light:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-light:hover,ui-ng-gear-schema-form.ng-isolate-scope a.badge-light:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-light:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-light:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-light:hover,ui-ng-segment-editor.ng-isolate-scope a.badge-light:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-light:hover{color:#212529;background-color:#dcdcdc}div[class*=FloatingMenu__] a.badge-light.focus,div[class*=FloatingMenu__] a.badge-light:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-light.focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-light:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-light.focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-light:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-light.focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-light:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-light.focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-light:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-light.focus,ui-ng-segment-editor.ng-isolate-scope a.badge-light:focus{outline:0;box-shadow:0 0 0 0 hsla(0,0%,96.1%,.5)}div[class*=FloatingMenu__] .badge-dark,ui-ng-add-rule-menu.ng-isolate-scope .badge-dark,ui-ng-date-time-picker.ng-isolate-scope .badge-dark,ui-ng-gear-schema-form.ng-isolate-scope .badge-dark,ui-ng-open-time-email-editor.ng-isolate-scope .badge-dark,ui-ng-segment-editor.ng-isolate-scope .badge-dark{color:#fff;background-color:#303030}div[class*=FloatingMenu__] a.badge-dark:focus,div[class*=FloatingMenu__] a.badge-dark:hover,ui-ng-add-rule-menu.ng-isolate-scope a.badge-dark:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-dark:hover,ui-ng-date-time-picker.ng-isolate-scope a.badge-dark:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-dark:hover,ui-ng-gear-schema-form.ng-isolate-scope a.badge-dark:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-dark:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-dark:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-dark:hover,ui-ng-segment-editor.ng-isolate-scope a.badge-dark:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-dark:hover{color:#fff;background-color:#171717}div[class*=FloatingMenu__] a.badge-dark.focus,div[class*=FloatingMenu__] a.badge-dark:focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-dark.focus,ui-ng-add-rule-menu.ng-isolate-scope a.badge-dark:focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-dark.focus,ui-ng-date-time-picker.ng-isolate-scope a.badge-dark:focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-dark.focus,ui-ng-gear-schema-form.ng-isolate-scope a.badge-dark:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-dark.focus,ui-ng-open-time-email-editor.ng-isolate-scope a.badge-dark:focus,ui-ng-segment-editor.ng-isolate-scope a.badge-dark.focus,ui-ng-segment-editor.ng-isolate-scope a.badge-dark:focus{outline:0;box-shadow:0 0 0 0 rgba(48,48,48,.5)}div[class*=FloatingMenu__] .alert,ui-ng-add-rule-menu.ng-isolate-scope .alert,ui-ng-date-time-picker.ng-isolate-scope .alert,ui-ng-gear-schema-form.ng-isolate-scope .alert,ui-ng-open-time-email-editor.ng-isolate-scope .alert,ui-ng-segment-editor.ng-isolate-scope .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}div[class*=FloatingMenu__] .alert-heading,ui-ng-add-rule-menu.ng-isolate-scope .alert-heading,ui-ng-date-time-picker.ng-isolate-scope .alert-heading,ui-ng-gear-schema-form.ng-isolate-scope .alert-heading,ui-ng-open-time-email-editor.ng-isolate-scope .alert-heading,ui-ng-segment-editor.ng-isolate-scope .alert-heading{color:inherit}div[class*=FloatingMenu__] .alert-link,ui-ng-add-rule-menu.ng-isolate-scope .alert-link,ui-ng-date-time-picker.ng-isolate-scope .alert-link,ui-ng-gear-schema-form.ng-isolate-scope .alert-link,ui-ng-open-time-email-editor.ng-isolate-scope .alert-link,ui-ng-segment-editor.ng-isolate-scope .alert-link{font-weight:700}div[class*=FloatingMenu__] .alert-dismissible,ui-ng-add-rule-menu.ng-isolate-scope .alert-dismissible,ui-ng-date-time-picker.ng-isolate-scope .alert-dismissible,ui-ng-gear-schema-form.ng-isolate-scope .alert-dismissible,ui-ng-open-time-email-editor.ng-isolate-scope .alert-dismissible,ui-ng-segment-editor.ng-isolate-scope .alert-dismissible{padding-right:4rem}div[class*=FloatingMenu__] .alert-dismissible .close,ui-ng-add-rule-menu.ng-isolate-scope .alert-dismissible .close,ui-ng-date-time-picker.ng-isolate-scope .alert-dismissible .close,ui-ng-gear-schema-form.ng-isolate-scope .alert-dismissible .close,ui-ng-open-time-email-editor.ng-isolate-scope .alert-dismissible .close,ui-ng-segment-editor.ng-isolate-scope .alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}div[class*=FloatingMenu__] .alert-primary,ui-ng-add-rule-menu.ng-isolate-scope .alert-primary,ui-ng-date-time-picker.ng-isolate-scope .alert-primary,ui-ng-gear-schema-form.ng-isolate-scope .alert-primary,ui-ng-open-time-email-editor.ng-isolate-scope .alert-primary,ui-ng-segment-editor.ng-isolate-scope .alert-primary{color:#004d71;background-color:#cceaf8;border-color:#b8e1f5}div[class*=FloatingMenu__] .alert-primary hr,ui-ng-add-rule-menu.ng-isolate-scope .alert-primary hr,ui-ng-date-time-picker.ng-isolate-scope .alert-primary hr,ui-ng-gear-schema-form.ng-isolate-scope .alert-primary hr,ui-ng-open-time-email-editor.ng-isolate-scope .alert-primary hr,ui-ng-segment-editor.ng-isolate-scope .alert-primary hr{border-top-color:#a2d8f2}div[class*=FloatingMenu__] .alert-primary .alert-link,ui-ng-add-rule-menu.ng-isolate-scope .alert-primary .alert-link,ui-ng-date-time-picker.ng-isolate-scope .alert-primary .alert-link,ui-ng-gear-schema-form.ng-isolate-scope .alert-primary .alert-link,ui-ng-open-time-email-editor.ng-isolate-scope .alert-primary .alert-link,ui-ng-segment-editor.ng-isolate-scope .alert-primary .alert-link{color:#002a3e}div[class*=FloatingMenu__] .alert-secondary,ui-ng-add-rule-menu.ng-isolate-scope .alert-secondary,ui-ng-date-time-picker.ng-isolate-scope .alert-secondary,ui-ng-gear-schema-form.ng-isolate-scope .alert-secondary,ui-ng-open-time-email-editor.ng-isolate-scope .alert-secondary,ui-ng-segment-editor.ng-isolate-scope .alert-secondary{color:#323232;background-color:#dfdfdf;border-color:#d2d2d2}div[class*=FloatingMenu__] .alert-secondary hr,ui-ng-add-rule-menu.ng-isolate-scope .alert-secondary hr,ui-ng-date-time-picker.ng-isolate-scope .alert-secondary hr,ui-ng-gear-schema-form.ng-isolate-scope .alert-secondary hr,ui-ng-open-time-email-editor.ng-isolate-scope .alert-secondary hr,ui-ng-segment-editor.ng-isolate-scope .alert-secondary hr{border-top-color:#c5c5c5}div[class*=FloatingMenu__] .alert-secondary .alert-link,ui-ng-add-rule-menu.ng-isolate-scope .alert-secondary .alert-link,ui-ng-date-time-picker.ng-isolate-scope .alert-secondary .alert-link,ui-ng-gear-schema-form.ng-isolate-scope .alert-secondary .alert-link,ui-ng-open-time-email-editor.ng-isolate-scope .alert-secondary .alert-link,ui-ng-segment-editor.ng-isolate-scope .alert-secondary .alert-link{color:#191919}div[class*=FloatingMenu__] .alert-success,ui-ng-add-rule-menu.ng-isolate-scope .alert-success,ui-ng-date-time-picker.ng-isolate-scope .alert-success,ui-ng-gear-schema-form.ng-isolate-scope .alert-success,ui-ng-open-time-email-editor.ng-isolate-scope .alert-success,ui-ng-segment-editor.ng-isolate-scope .alert-success{color:#44641c;background-color:#e6f3d7;border-color:#dceec6}div[class*=FloatingMenu__] .alert-success hr,ui-ng-add-rule-menu.ng-isolate-scope .alert-success hr,ui-ng-date-time-picker.ng-isolate-scope .alert-success hr,ui-ng-gear-schema-form.ng-isolate-scope .alert-success hr,ui-ng-open-time-email-editor.ng-isolate-scope .alert-success hr,ui-ng-segment-editor.ng-isolate-scope .alert-success hr{border-top-color:#d0e8b2}div[class*=FloatingMenu__] .alert-success .alert-link,ui-ng-add-rule-menu.ng-isolate-scope .alert-success .alert-link,ui-ng-date-time-picker.ng-isolate-scope .alert-success .alert-link,ui-ng-gear-schema-form.ng-isolate-scope .alert-success .alert-link,ui-ng-open-time-email-editor.ng-isolate-scope .alert-success .alert-link,ui-ng-segment-editor.ng-isolate-scope .alert-success .alert-link{color:#293c11}div[class*=FloatingMenu__] .alert-info,ui-ng-add-rule-menu.ng-isolate-scope .alert-info,ui-ng-date-time-picker.ng-isolate-scope .alert-info,ui-ng-gear-schema-form.ng-isolate-scope .alert-info,ui-ng-open-time-email-editor.ng-isolate-scope .alert-info,ui-ng-segment-editor.ng-isolate-scope .alert-info{color:#2b6078;background-color:#ddf1fa;border-color:#cfebf8}div[class*=FloatingMenu__] .alert-info hr,ui-ng-add-rule-menu.ng-isolate-scope .alert-info hr,ui-ng-date-time-picker.ng-isolate-scope .alert-info hr,ui-ng-gear-schema-form.ng-isolate-scope .alert-info hr,ui-ng-open-time-email-editor.ng-isolate-scope .alert-info hr,ui-ng-segment-editor.ng-isolate-scope .alert-info hr{border-top-color:#b9e2f5}div[class*=FloatingMenu__] .alert-info .alert-link,ui-ng-add-rule-menu.ng-isolate-scope .alert-info .alert-link,ui-ng-date-time-picker.ng-isolate-scope .alert-info .alert-link,ui-ng-gear-schema-form.ng-isolate-scope .alert-info .alert-link,ui-ng-open-time-email-editor.ng-isolate-scope .alert-info .alert-link,ui-ng-segment-editor.ng-isolate-scope .alert-info .alert-link{color:#1e4252}div[class*=FloatingMenu__] .alert-warning,ui-ng-add-rule-menu.ng-isolate-scope .alert-warning,ui-ng-date-time-picker.ng-isolate-scope .alert-warning,ui-ng-gear-schema-form.ng-isolate-scope .alert-warning,ui-ng-open-time-email-editor.ng-isolate-scope .alert-warning,ui-ng-segment-editor.ng-isolate-scope .alert-warning{color:#854e00;background-color:#ffeacc;border-color:#ffe2b8}div[class*=FloatingMenu__] .alert-warning hr,ui-ng-add-rule-menu.ng-isolate-scope .alert-warning hr,ui-ng-date-time-picker.ng-isolate-scope .alert-warning hr,ui-ng-gear-schema-form.ng-isolate-scope .alert-warning hr,ui-ng-open-time-email-editor.ng-isolate-scope .alert-warning hr,ui-ng-segment-editor.ng-isolate-scope .alert-warning hr{border-top-color:#ffd89f}div[class*=FloatingMenu__] .alert-warning .alert-link,ui-ng-add-rule-menu.ng-isolate-scope .alert-warning .alert-link,ui-ng-date-time-picker.ng-isolate-scope .alert-warning .alert-link,ui-ng-gear-schema-form.ng-isolate-scope .alert-warning .alert-link,ui-ng-open-time-email-editor.ng-isolate-scope .alert-warning .alert-link,ui-ng-segment-editor.ng-isolate-scope .alert-warning .alert-link{color:#523000}div[class*=FloatingMenu__] .alert-danger,ui-ng-add-rule-menu.ng-isolate-scope .alert-danger,ui-ng-date-time-picker.ng-isolate-scope .alert-danger,ui-ng-gear-schema-form.ng-isolate-scope .alert-danger,ui-ng-open-time-email-editor.ng-isolate-scope .alert-danger,ui-ng-segment-editor.ng-isolate-scope .alert-danger{color:#731c06;background-color:#f8d7ce;border-color:#f5c7bb}div[class*=FloatingMenu__] .alert-danger hr,ui-ng-add-rule-menu.ng-isolate-scope .alert-danger hr,ui-ng-date-time-picker.ng-isolate-scope .alert-danger hr,ui-ng-gear-schema-form.ng-isolate-scope .alert-danger hr,ui-ng-open-time-email-editor.ng-isolate-scope .alert-danger hr,ui-ng-segment-editor.ng-isolate-scope .alert-danger hr{border-top-color:#f2b5a5}div[class*=FloatingMenu__] .alert-danger .alert-link,ui-ng-add-rule-menu.ng-isolate-scope .alert-danger .alert-link,ui-ng-date-time-picker.ng-isolate-scope .alert-danger .alert-link,ui-ng-gear-schema-form.ng-isolate-scope .alert-danger .alert-link,ui-ng-open-time-email-editor.ng-isolate-scope .alert-danger .alert-link,ui-ng-segment-editor.ng-isolate-scope .alert-danger .alert-link{color:#431003}div[class*=FloatingMenu__] .alert-light,ui-ng-add-rule-menu.ng-isolate-scope .alert-light,ui-ng-date-time-picker.ng-isolate-scope .alert-light,ui-ng-gear-schema-form.ng-isolate-scope .alert-light,ui-ng-open-time-email-editor.ng-isolate-scope .alert-light,ui-ng-segment-editor.ng-isolate-scope .alert-light{color:#7f7f7f;background-color:#fdfdfd;border-color:#fcfcfc}div[class*=FloatingMenu__] .alert-light hr,ui-ng-add-rule-menu.ng-isolate-scope .alert-light hr,ui-ng-date-time-picker.ng-isolate-scope .alert-light hr,ui-ng-gear-schema-form.ng-isolate-scope .alert-light hr,ui-ng-open-time-email-editor.ng-isolate-scope .alert-light hr,ui-ng-segment-editor.ng-isolate-scope .alert-light hr{border-top-color:#efefef}div[class*=FloatingMenu__] .alert-light .alert-link,ui-ng-add-rule-menu.ng-isolate-scope .alert-light .alert-link,ui-ng-date-time-picker.ng-isolate-scope .alert-light .alert-link,ui-ng-gear-schema-form.ng-isolate-scope .alert-light .alert-link,ui-ng-open-time-email-editor.ng-isolate-scope .alert-light .alert-link,ui-ng-segment-editor.ng-isolate-scope .alert-light .alert-link{color:#666}div[class*=FloatingMenu__] .alert-dark,ui-ng-add-rule-menu.ng-isolate-scope .alert-dark,ui-ng-date-time-picker.ng-isolate-scope .alert-dark,ui-ng-gear-schema-form.ng-isolate-scope .alert-dark,ui-ng-open-time-email-editor.ng-isolate-scope .alert-dark,ui-ng-segment-editor.ng-isolate-scope .alert-dark{color:#191919;background-color:#d6d6d6;border-color:#c5c5c5}div[class*=FloatingMenu__] .alert-dark hr,ui-ng-add-rule-menu.ng-isolate-scope .alert-dark hr,ui-ng-date-time-picker.ng-isolate-scope .alert-dark hr,ui-ng-gear-schema-form.ng-isolate-scope .alert-dark hr,ui-ng-open-time-email-editor.ng-isolate-scope .alert-dark hr,ui-ng-segment-editor.ng-isolate-scope .alert-dark hr{border-top-color:#b8b8b8}div[class*=FloatingMenu__] .alert-dark .alert-link,ui-ng-add-rule-menu.ng-isolate-scope .alert-dark .alert-link,ui-ng-date-time-picker.ng-isolate-scope .alert-dark .alert-link,ui-ng-gear-schema-form.ng-isolate-scope .alert-dark .alert-link,ui-ng-open-time-email-editor.ng-isolate-scope .alert-dark .alert-link,ui-ng-segment-editor.ng-isolate-scope .alert-dark .alert-link{color:#000}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}div[class*=FloatingMenu__] .progress,ui-ng-add-rule-menu.ng-isolate-scope .progress,ui-ng-date-time-picker.ng-isolate-scope .progress,ui-ng-gear-schema-form.ng-isolate-scope .progress,ui-ng-open-time-email-editor.ng-isolate-scope .progress,ui-ng-segment-editor.ng-isolate-scope .progress{height:1rem;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}div[class*=FloatingMenu__] .progress,div[class*=FloatingMenu__] .progress-bar,ui-ng-add-rule-menu.ng-isolate-scope .progress,ui-ng-add-rule-menu.ng-isolate-scope .progress-bar,ui-ng-date-time-picker.ng-isolate-scope .progress,ui-ng-date-time-picker.ng-isolate-scope .progress-bar,ui-ng-gear-schema-form.ng-isolate-scope .progress,ui-ng-gear-schema-form.ng-isolate-scope .progress-bar,ui-ng-open-time-email-editor.ng-isolate-scope .progress,ui-ng-open-time-email-editor.ng-isolate-scope .progress-bar,ui-ng-segment-editor.ng-isolate-scope .progress,ui-ng-segment-editor.ng-isolate-scope .progress-bar{display:flex;overflow:hidden}div[class*=FloatingMenu__] .progress-bar,ui-ng-add-rule-menu.ng-isolate-scope .progress-bar,ui-ng-date-time-picker.ng-isolate-scope .progress-bar,ui-ng-gear-schema-form.ng-isolate-scope .progress-bar,ui-ng-open-time-email-editor.ng-isolate-scope .progress-bar,ui-ng-segment-editor.ng-isolate-scope .progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#0095da;transition:width .6s ease}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .progress-bar,ui-ng-add-rule-menu.ng-isolate-scope .progress-bar,ui-ng-date-time-picker.ng-isolate-scope .progress-bar,ui-ng-gear-schema-form.ng-isolate-scope .progress-bar,ui-ng-open-time-email-editor.ng-isolate-scope .progress-bar,ui-ng-segment-editor.ng-isolate-scope .progress-bar{transition:none}}div[class*=FloatingMenu__] .progress-bar-striped,ui-ng-add-rule-menu.ng-isolate-scope .progress-bar-striped,ui-ng-date-time-picker.ng-isolate-scope .progress-bar-striped,ui-ng-gear-schema-form.ng-isolate-scope .progress-bar-striped,ui-ng-open-time-email-editor.ng-isolate-scope .progress-bar-striped,ui-ng-segment-editor.ng-isolate-scope .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}div[class*=FloatingMenu__] .progress-bar-animated,ui-ng-add-rule-menu.ng-isolate-scope .progress-bar-animated,ui-ng-date-time-picker.ng-isolate-scope .progress-bar-animated,ui-ng-gear-schema-form.ng-isolate-scope .progress-bar-animated,ui-ng-open-time-email-editor.ng-isolate-scope .progress-bar-animated,ui-ng-segment-editor.ng-isolate-scope .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .progress-bar-animated,ui-ng-add-rule-menu.ng-isolate-scope .progress-bar-animated,ui-ng-date-time-picker.ng-isolate-scope .progress-bar-animated,ui-ng-gear-schema-form.ng-isolate-scope .progress-bar-animated,ui-ng-open-time-email-editor.ng-isolate-scope .progress-bar-animated,ui-ng-segment-editor.ng-isolate-scope .progress-bar-animated{animation:none}}div[class*=FloatingMenu__] .media,ui-ng-add-rule-menu.ng-isolate-scope .media,ui-ng-date-time-picker.ng-isolate-scope .media,ui-ng-gear-schema-form.ng-isolate-scope .media,ui-ng-open-time-email-editor.ng-isolate-scope .media,ui-ng-segment-editor.ng-isolate-scope .media{display:flex;align-items:flex-start}div[class*=FloatingMenu__] .media-body,ui-ng-add-rule-menu.ng-isolate-scope .media-body,ui-ng-date-time-picker.ng-isolate-scope .media-body,ui-ng-gear-schema-form.ng-isolate-scope .media-body,ui-ng-open-time-email-editor.ng-isolate-scope .media-body,ui-ng-segment-editor.ng-isolate-scope .media-body{flex:1}div[class*=FloatingMenu__] .list-group,ui-ng-add-rule-menu.ng-isolate-scope .list-group,ui-ng-date-time-picker.ng-isolate-scope .list-group,ui-ng-gear-schema-form.ng-isolate-scope .list-group,ui-ng-open-time-email-editor.ng-isolate-scope .list-group,ui-ng-segment-editor.ng-isolate-scope .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}div[class*=FloatingMenu__] .list-group-item-action,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-action,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-action,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-action,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-action,ui-ng-segment-editor.ng-isolate-scope .list-group-item-action{width:100%;color:#495057;text-align:inherit}div[class*=FloatingMenu__] .list-group-item-action:focus,div[class*=FloatingMenu__] .list-group-item-action:hover,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-action:focus,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-action:hover,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-action:focus,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-action:hover,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-action:focus,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-action:hover,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-action:focus,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-action:hover,ui-ng-segment-editor.ng-isolate-scope .list-group-item-action:focus,ui-ng-segment-editor.ng-isolate-scope .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}div[class*=FloatingMenu__] .list-group-item-action:active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-action:active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-action:active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-action:active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-action:active,ui-ng-segment-editor.ng-isolate-scope .list-group-item-action:active{color:#212529;background-color:#e9ecef}div[class*=FloatingMenu__] .list-group-item,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item,ui-ng-date-time-picker.ng-isolate-scope .list-group-item,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item,ui-ng-segment-editor.ng-isolate-scope .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}div[class*=FloatingMenu__] .list-group-item:first-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item:first-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-item:first-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item:first-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item:first-child,ui-ng-segment-editor.ng-isolate-scope .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}div[class*=FloatingMenu__] .list-group-item:last-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item:last-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-item:last-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item:last-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item:last-child,ui-ng-segment-editor.ng-isolate-scope .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}div[class*=FloatingMenu__] .list-group-item.disabled,div[class*=FloatingMenu__] .list-group-item:disabled,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item.disabled,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item:disabled,ui-ng-date-time-picker.ng-isolate-scope .list-group-item.disabled,ui-ng-date-time-picker.ng-isolate-scope .list-group-item:disabled,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item.disabled,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item:disabled,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item.disabled,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item:disabled,ui-ng-segment-editor.ng-isolate-scope .list-group-item.disabled,ui-ng-segment-editor.ng-isolate-scope .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}div[class*=FloatingMenu__] .list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-item.active{z-index:2;color:#fff;background-color:#0095da;border-color:#0095da}div[class*=FloatingMenu__] .list-group-item+.list-group-item,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item+.list-group-item,ui-ng-date-time-picker.ng-isolate-scope .list-group-item+.list-group-item,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item+.list-group-item,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item+.list-group-item,ui-ng-segment-editor.ng-isolate-scope .list-group-item+.list-group-item{border-top-width:0}div[class*=FloatingMenu__] .list-group-item+.list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item+.list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item+.list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item+.list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item+.list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}div[class*=FloatingMenu__] .list-group-horizontal,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal{flex-direction:row}div[class*=FloatingMenu__] .list-group-horizontal .list-group-item:first-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal .list-group-item:first-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal .list-group-item:first-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal .list-group-item:first-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal .list-group-item:first-child,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}div[class*=FloatingMenu__] .list-group-horizontal .list-group-item:last-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal .list-group-item:last-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal .list-group-item:last-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal .list-group-item:last-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal .list-group-item:last-child,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}div[class*=FloatingMenu__] .list-group-horizontal .list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal .list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal .list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal .list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal .list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal .list-group-item.active{margin-top:0}div[class*=FloatingMenu__] .list-group-horizontal .list-group-item+.list-group-item,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal .list-group-item+.list-group-item,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal .list-group-item+.list-group-item,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal .list-group-item+.list-group-item,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal .list-group-item+.list-group-item,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}div[class*=FloatingMenu__] .list-group-horizontal .list-group-item+.list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal .list-group-item+.list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal .list-group-item+.list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal .list-group-item+.list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal .list-group-item+.list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){div[class*=FloatingMenu__] .list-group-horizontal-sm,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-sm,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-sm,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-sm,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-sm,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-sm{flex-direction:row}div[class*=FloatingMenu__] .list-group-horizontal-sm .list-group-item:first-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-sm .list-group-item:first-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-sm .list-group-item:first-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-sm .list-group-item:first-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-sm .list-group-item:first-child,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}div[class*=FloatingMenu__] .list-group-horizontal-sm .list-group-item:last-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-sm .list-group-item:last-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-sm .list-group-item:last-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-sm .list-group-item:last-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-sm .list-group-item:last-child,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}div[class*=FloatingMenu__] .list-group-horizontal-sm .list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-sm .list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-sm .list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-sm .list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-sm .list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-sm .list-group-item.active{margin-top:0}div[class*=FloatingMenu__] .list-group-horizontal-sm .list-group-item+.list-group-item,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-sm .list-group-item+.list-group-item,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-sm .list-group-item+.list-group-item,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-sm .list-group-item+.list-group-item,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-sm .list-group-item+.list-group-item,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-sm .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}div[class*=FloatingMenu__] .list-group-horizontal-sm .list-group-item+.list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-sm .list-group-item+.list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-sm .list-group-item+.list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-sm .list-group-item+.list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-sm .list-group-item+.list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-sm .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){div[class*=FloatingMenu__] .list-group-horizontal-md,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-md,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-md,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-md,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-md,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-md{flex-direction:row}div[class*=FloatingMenu__] .list-group-horizontal-md .list-group-item:first-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-md .list-group-item:first-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-md .list-group-item:first-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-md .list-group-item:first-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-md .list-group-item:first-child,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}div[class*=FloatingMenu__] .list-group-horizontal-md .list-group-item:last-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-md .list-group-item:last-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-md .list-group-item:last-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-md .list-group-item:last-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-md .list-group-item:last-child,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}div[class*=FloatingMenu__] .list-group-horizontal-md .list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-md .list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-md .list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-md .list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-md .list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-md .list-group-item.active{margin-top:0}div[class*=FloatingMenu__] .list-group-horizontal-md .list-group-item+.list-group-item,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-md .list-group-item+.list-group-item,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-md .list-group-item+.list-group-item,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-md .list-group-item+.list-group-item,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-md .list-group-item+.list-group-item,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-md .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}div[class*=FloatingMenu__] .list-group-horizontal-md .list-group-item+.list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-md .list-group-item+.list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-md .list-group-item+.list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-md .list-group-item+.list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-md .list-group-item+.list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-md .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){div[class*=FloatingMenu__] .list-group-horizontal-lg,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-lg,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-lg,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-lg,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-lg,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-lg{flex-direction:row}div[class*=FloatingMenu__] .list-group-horizontal-lg .list-group-item:first-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-lg .list-group-item:first-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-lg .list-group-item:first-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-lg .list-group-item:first-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-lg .list-group-item:first-child,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}div[class*=FloatingMenu__] .list-group-horizontal-lg .list-group-item:last-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-lg .list-group-item:last-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-lg .list-group-item:last-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-lg .list-group-item:last-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-lg .list-group-item:last-child,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}div[class*=FloatingMenu__] .list-group-horizontal-lg .list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-lg .list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-lg .list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-lg .list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-lg .list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-lg .list-group-item.active{margin-top:0}div[class*=FloatingMenu__] .list-group-horizontal-lg .list-group-item+.list-group-item,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-lg .list-group-item+.list-group-item,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-lg .list-group-item+.list-group-item,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-lg .list-group-item+.list-group-item,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-lg .list-group-item+.list-group-item,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-lg .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}div[class*=FloatingMenu__] .list-group-horizontal-lg .list-group-item+.list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-lg .list-group-item+.list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-lg .list-group-item+.list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-lg .list-group-item+.list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-lg .list-group-item+.list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-lg .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){div[class*=FloatingMenu__] .list-group-horizontal-xl,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-xl,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-xl,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-xl,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-xl,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-xl{flex-direction:row}div[class*=FloatingMenu__] .list-group-horizontal-xl .list-group-item:first-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-xl .list-group-item:first-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-xl .list-group-item:first-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-xl .list-group-item:first-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-xl .list-group-item:first-child,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}div[class*=FloatingMenu__] .list-group-horizontal-xl .list-group-item:last-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-xl .list-group-item:last-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-xl .list-group-item:last-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-xl .list-group-item:last-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-xl .list-group-item:last-child,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}div[class*=FloatingMenu__] .list-group-horizontal-xl .list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-xl .list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-xl .list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-xl .list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-xl .list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-xl .list-group-item.active{margin-top:0}div[class*=FloatingMenu__] .list-group-horizontal-xl .list-group-item+.list-group-item,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-xl .list-group-item+.list-group-item,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-xl .list-group-item+.list-group-item,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-xl .list-group-item+.list-group-item,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-xl .list-group-item+.list-group-item,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-xl .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}div[class*=FloatingMenu__] .list-group-horizontal-xl .list-group-item+.list-group-item.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-horizontal-xl .list-group-item+.list-group-item.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-horizontal-xl .list-group-item+.list-group-item.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-horizontal-xl .list-group-item+.list-group-item.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-horizontal-xl .list-group-item+.list-group-item.active,ui-ng-segment-editor.ng-isolate-scope .list-group-horizontal-xl .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}div[class*=FloatingMenu__] .list-group-flush .list-group-item,ui-ng-add-rule-menu.ng-isolate-scope .list-group-flush .list-group-item,ui-ng-date-time-picker.ng-isolate-scope .list-group-flush .list-group-item,ui-ng-gear-schema-form.ng-isolate-scope .list-group-flush .list-group-item,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-flush .list-group-item,ui-ng-segment-editor.ng-isolate-scope .list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}div[class*=FloatingMenu__] .list-group-flush .list-group-item:first-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-flush .list-group-item:first-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-flush .list-group-item:first-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-flush .list-group-item:first-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-flush .list-group-item:first-child,ui-ng-segment-editor.ng-isolate-scope .list-group-flush .list-group-item:first-child{border-top-width:0}div[class*=FloatingMenu__] .list-group-flush:last-child .list-group-item:last-child,ui-ng-add-rule-menu.ng-isolate-scope .list-group-flush:last-child .list-group-item:last-child,ui-ng-date-time-picker.ng-isolate-scope .list-group-flush:last-child .list-group-item:last-child,ui-ng-gear-schema-form.ng-isolate-scope .list-group-flush:last-child .list-group-item:last-child,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-flush:last-child .list-group-item:last-child,ui-ng-segment-editor.ng-isolate-scope .list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}div[class*=FloatingMenu__] .list-group-item-primary,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-primary,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-primary,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-primary,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-primary,ui-ng-segment-editor.ng-isolate-scope .list-group-item-primary{color:#004d71;background-color:#b8e1f5}div[class*=FloatingMenu__] .list-group-item-primary.list-group-item-action:focus,div[class*=FloatingMenu__] .list-group-item-primary.list-group-item-action:hover,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-primary.list-group-item-action:focus,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-primary.list-group-item-action:hover,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-primary.list-group-item-action:focus,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-primary.list-group-item-action:hover,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-primary.list-group-item-action:focus,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-primary.list-group-item-action:hover,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-primary.list-group-item-action:focus,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-primary.list-group-item-action:hover,ui-ng-segment-editor.ng-isolate-scope .list-group-item-primary.list-group-item-action:focus,ui-ng-segment-editor.ng-isolate-scope .list-group-item-primary.list-group-item-action:hover{color:#004d71;background-color:#a2d8f2}div[class*=FloatingMenu__] .list-group-item-primary.list-group-item-action.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-primary.list-group-item-action.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-primary.list-group-item-action.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-primary.list-group-item-action.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-primary.list-group-item-action.active,ui-ng-segment-editor.ng-isolate-scope .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004d71;border-color:#004d71}div[class*=FloatingMenu__] .list-group-item-secondary,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-secondary,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-secondary,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-secondary,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-secondary,ui-ng-segment-editor.ng-isolate-scope .list-group-item-secondary{color:#323232;background-color:#d2d2d2}div[class*=FloatingMenu__] .list-group-item-secondary.list-group-item-action:focus,div[class*=FloatingMenu__] .list-group-item-secondary.list-group-item-action:hover,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-secondary.list-group-item-action:focus,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-secondary.list-group-item-action:hover,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-secondary.list-group-item-action:focus,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-secondary.list-group-item-action:hover,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-secondary.list-group-item-action:focus,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-secondary.list-group-item-action:hover,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-secondary.list-group-item-action:focus,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-secondary.list-group-item-action:hover,ui-ng-segment-editor.ng-isolate-scope .list-group-item-secondary.list-group-item-action:focus,ui-ng-segment-editor.ng-isolate-scope .list-group-item-secondary.list-group-item-action:hover{color:#323232;background-color:#c5c5c5}div[class*=FloatingMenu__] .list-group-item-secondary.list-group-item-action.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-secondary.list-group-item-action.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-secondary.list-group-item-action.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-secondary.list-group-item-action.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-secondary.list-group-item-action.active,ui-ng-segment-editor.ng-isolate-scope .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#323232;border-color:#323232}div[class*=FloatingMenu__] .list-group-item-success,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-success,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-success,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-success,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-success,ui-ng-segment-editor.ng-isolate-scope .list-group-item-success{color:#44641c;background-color:#dceec6}div[class*=FloatingMenu__] .list-group-item-success.list-group-item-action:focus,div[class*=FloatingMenu__] .list-group-item-success.list-group-item-action:hover,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-success.list-group-item-action:focus,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-success.list-group-item-action:hover,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-success.list-group-item-action:focus,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-success.list-group-item-action:hover,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-success.list-group-item-action:focus,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-success.list-group-item-action:hover,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-success.list-group-item-action:focus,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-success.list-group-item-action:hover,ui-ng-segment-editor.ng-isolate-scope .list-group-item-success.list-group-item-action:focus,ui-ng-segment-editor.ng-isolate-scope .list-group-item-success.list-group-item-action:hover{color:#44641c;background-color:#d0e8b2}div[class*=FloatingMenu__] .list-group-item-success.list-group-item-action.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-success.list-group-item-action.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-success.list-group-item-action.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-success.list-group-item-action.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-success.list-group-item-action.active,ui-ng-segment-editor.ng-isolate-scope .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#44641c;border-color:#44641c}div[class*=FloatingMenu__] .list-group-item-info,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-info,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-info,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-info,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-info,ui-ng-segment-editor.ng-isolate-scope .list-group-item-info{color:#2b6078;background-color:#cfebf8}div[class*=FloatingMenu__] .list-group-item-info.list-group-item-action:focus,div[class*=FloatingMenu__] .list-group-item-info.list-group-item-action:hover,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-info.list-group-item-action:focus,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-info.list-group-item-action:hover,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-info.list-group-item-action:focus,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-info.list-group-item-action:hover,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-info.list-group-item-action:focus,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-info.list-group-item-action:hover,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-info.list-group-item-action:focus,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-info.list-group-item-action:hover,ui-ng-segment-editor.ng-isolate-scope .list-group-item-info.list-group-item-action:focus,ui-ng-segment-editor.ng-isolate-scope .list-group-item-info.list-group-item-action:hover{color:#2b6078;background-color:#b9e2f5}div[class*=FloatingMenu__] .list-group-item-info.list-group-item-action.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-info.list-group-item-action.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-info.list-group-item-action.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-info.list-group-item-action.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-info.list-group-item-action.active,ui-ng-segment-editor.ng-isolate-scope .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#2b6078;border-color:#2b6078}div[class*=FloatingMenu__] .list-group-item-warning,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-warning,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-warning,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-warning,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-warning,ui-ng-segment-editor.ng-isolate-scope .list-group-item-warning{color:#854e00;background-color:#ffe2b8}div[class*=FloatingMenu__] .list-group-item-warning.list-group-item-action:focus,div[class*=FloatingMenu__] .list-group-item-warning.list-group-item-action:hover,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-warning.list-group-item-action:focus,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-warning.list-group-item-action:hover,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-warning.list-group-item-action:focus,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-warning.list-group-item-action:hover,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-warning.list-group-item-action:focus,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-warning.list-group-item-action:hover,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-warning.list-group-item-action:focus,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-warning.list-group-item-action:hover,ui-ng-segment-editor.ng-isolate-scope .list-group-item-warning.list-group-item-action:focus,ui-ng-segment-editor.ng-isolate-scope .list-group-item-warning.list-group-item-action:hover{color:#854e00;background-color:#ffd89f}div[class*=FloatingMenu__] .list-group-item-warning.list-group-item-action.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-warning.list-group-item-action.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-warning.list-group-item-action.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-warning.list-group-item-action.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-warning.list-group-item-action.active,ui-ng-segment-editor.ng-isolate-scope .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#854e00;border-color:#854e00}div[class*=FloatingMenu__] .list-group-item-danger,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-danger,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-danger,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-danger,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-danger,ui-ng-segment-editor.ng-isolate-scope .list-group-item-danger{color:#731c06;background-color:#f5c7bb}div[class*=FloatingMenu__] .list-group-item-danger.list-group-item-action:focus,div[class*=FloatingMenu__] .list-group-item-danger.list-group-item-action:hover,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-danger.list-group-item-action:focus,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-danger.list-group-item-action:hover,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-danger.list-group-item-action:focus,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-danger.list-group-item-action:hover,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-danger.list-group-item-action:focus,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-danger.list-group-item-action:hover,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-danger.list-group-item-action:focus,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-danger.list-group-item-action:hover,ui-ng-segment-editor.ng-isolate-scope .list-group-item-danger.list-group-item-action:focus,ui-ng-segment-editor.ng-isolate-scope .list-group-item-danger.list-group-item-action:hover{color:#731c06;background-color:#f2b5a5}div[class*=FloatingMenu__] .list-group-item-danger.list-group-item-action.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-danger.list-group-item-action.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-danger.list-group-item-action.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-danger.list-group-item-action.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-danger.list-group-item-action.active,ui-ng-segment-editor.ng-isolate-scope .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#731c06;border-color:#731c06}div[class*=FloatingMenu__] .list-group-item-light,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-light,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-light,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-light,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-light,ui-ng-segment-editor.ng-isolate-scope .list-group-item-light{color:#7f7f7f;background-color:#fcfcfc}div[class*=FloatingMenu__] .list-group-item-light.list-group-item-action:focus,div[class*=FloatingMenu__] .list-group-item-light.list-group-item-action:hover,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-light.list-group-item-action:focus,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-light.list-group-item-action:hover,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-light.list-group-item-action:focus,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-light.list-group-item-action:hover,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-light.list-group-item-action:focus,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-light.list-group-item-action:hover,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-light.list-group-item-action:focus,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-light.list-group-item-action:hover,ui-ng-segment-editor.ng-isolate-scope .list-group-item-light.list-group-item-action:focus,ui-ng-segment-editor.ng-isolate-scope .list-group-item-light.list-group-item-action:hover{color:#7f7f7f;background-color:#efefef}div[class*=FloatingMenu__] .list-group-item-light.list-group-item-action.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-light.list-group-item-action.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-light.list-group-item-action.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-light.list-group-item-action.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-light.list-group-item-action.active,ui-ng-segment-editor.ng-isolate-scope .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#7f7f7f;border-color:#7f7f7f}div[class*=FloatingMenu__] .list-group-item-dark,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-dark,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-dark,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-dark,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-dark,ui-ng-segment-editor.ng-isolate-scope .list-group-item-dark{color:#191919;background-color:#c5c5c5}div[class*=FloatingMenu__] .list-group-item-dark.list-group-item-action:focus,div[class*=FloatingMenu__] .list-group-item-dark.list-group-item-action:hover,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-dark.list-group-item-action:focus,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-dark.list-group-item-action:hover,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-dark.list-group-item-action:focus,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-dark.list-group-item-action:hover,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-dark.list-group-item-action:focus,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-dark.list-group-item-action:hover,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-dark.list-group-item-action:focus,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-dark.list-group-item-action:hover,ui-ng-segment-editor.ng-isolate-scope .list-group-item-dark.list-group-item-action:focus,ui-ng-segment-editor.ng-isolate-scope .list-group-item-dark.list-group-item-action:hover{color:#191919;background-color:#b8b8b8}div[class*=FloatingMenu__] .list-group-item-dark.list-group-item-action.active,ui-ng-add-rule-menu.ng-isolate-scope .list-group-item-dark.list-group-item-action.active,ui-ng-date-time-picker.ng-isolate-scope .list-group-item-dark.list-group-item-action.active,ui-ng-gear-schema-form.ng-isolate-scope .list-group-item-dark.list-group-item-action.active,ui-ng-open-time-email-editor.ng-isolate-scope .list-group-item-dark.list-group-item-action.active,ui-ng-segment-editor.ng-isolate-scope .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#191919;border-color:#191919}div[class*=FloatingMenu__] .close,ui-ng-add-rule-menu.ng-isolate-scope .close,ui-ng-date-time-picker.ng-isolate-scope .close,ui-ng-gear-schema-form.ng-isolate-scope .close,ui-ng-open-time-email-editor.ng-isolate-scope .close,ui-ng-segment-editor.ng-isolate-scope .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}div[class*=FloatingMenu__] .close:hover,ui-ng-add-rule-menu.ng-isolate-scope .close:hover,ui-ng-date-time-picker.ng-isolate-scope .close:hover,ui-ng-gear-schema-form.ng-isolate-scope .close:hover,ui-ng-open-time-email-editor.ng-isolate-scope .close:hover,ui-ng-segment-editor.ng-isolate-scope .close:hover{color:#000;text-decoration:none}div[class*=FloatingMenu__] .close:not(:disabled):not(.disabled):focus,div[class*=FloatingMenu__] .close:not(:disabled):not(.disabled):hover,ui-ng-add-rule-menu.ng-isolate-scope .close:not(:disabled):not(.disabled):focus,ui-ng-add-rule-menu.ng-isolate-scope .close:not(:disabled):not(.disabled):hover,ui-ng-date-time-picker.ng-isolate-scope .close:not(:disabled):not(.disabled):focus,ui-ng-date-time-picker.ng-isolate-scope .close:not(:disabled):not(.disabled):hover,ui-ng-gear-schema-form.ng-isolate-scope .close:not(:disabled):not(.disabled):focus,ui-ng-gear-schema-form.ng-isolate-scope .close:not(:disabled):not(.disabled):hover,ui-ng-open-time-email-editor.ng-isolate-scope .close:not(:disabled):not(.disabled):focus,ui-ng-open-time-email-editor.ng-isolate-scope .close:not(:disabled):not(.disabled):hover,ui-ng-segment-editor.ng-isolate-scope .close:not(:disabled):not(.disabled):focus,ui-ng-segment-editor.ng-isolate-scope .close:not(:disabled):not(.disabled):hover{opacity:.75}div[class*=FloatingMenu__] button.close,ui-ng-add-rule-menu.ng-isolate-scope button.close,ui-ng-date-time-picker.ng-isolate-scope button.close,ui-ng-gear-schema-form.ng-isolate-scope button.close,ui-ng-open-time-email-editor.ng-isolate-scope button.close,ui-ng-segment-editor.ng-isolate-scope button.close{padding:0;background-color:transparent;border:0;appearance:none}div[class*=FloatingMenu__] a.close.disabled,ui-ng-add-rule-menu.ng-isolate-scope a.close.disabled,ui-ng-date-time-picker.ng-isolate-scope a.close.disabled,ui-ng-gear-schema-form.ng-isolate-scope a.close.disabled,ui-ng-open-time-email-editor.ng-isolate-scope a.close.disabled,ui-ng-segment-editor.ng-isolate-scope a.close.disabled{pointer-events:none}div[class*=FloatingMenu__] .modal-open,ui-ng-add-rule-menu.ng-isolate-scope .modal-open,ui-ng-date-time-picker.ng-isolate-scope .modal-open,ui-ng-gear-schema-form.ng-isolate-scope .modal-open,ui-ng-open-time-email-editor.ng-isolate-scope .modal-open,ui-ng-segment-editor.ng-isolate-scope .modal-open{overflow:hidden}div[class*=FloatingMenu__] .modal-open .modal,ui-ng-add-rule-menu.ng-isolate-scope .modal-open .modal,ui-ng-date-time-picker.ng-isolate-scope .modal-open .modal,ui-ng-gear-schema-form.ng-isolate-scope .modal-open .modal,ui-ng-open-time-email-editor.ng-isolate-scope .modal-open .modal,ui-ng-segment-editor.ng-isolate-scope .modal-open .modal{overflow-x:hidden;overflow-y:auto}div[class*=FloatingMenu__] .modal,ui-ng-add-rule-menu.ng-isolate-scope .modal,ui-ng-date-time-picker.ng-isolate-scope .modal,ui-ng-gear-schema-form.ng-isolate-scope .modal,ui-ng-open-time-email-editor.ng-isolate-scope .modal,ui-ng-segment-editor.ng-isolate-scope .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}div[class*=FloatingMenu__] .modal-dialog,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog,ui-ng-segment-editor.ng-isolate-scope .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}div[class*=FloatingMenu__] .modal.fade .modal-dialog,ui-ng-add-rule-menu.ng-isolate-scope .modal.fade .modal-dialog,ui-ng-date-time-picker.ng-isolate-scope .modal.fade .modal-dialog,ui-ng-gear-schema-form.ng-isolate-scope .modal.fade .modal-dialog,ui-ng-open-time-email-editor.ng-isolate-scope .modal.fade .modal-dialog,ui-ng-segment-editor.ng-isolate-scope .modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){div[class*=FloatingMenu__] .modal.fade .modal-dialog,ui-ng-add-rule-menu.ng-isolate-scope .modal.fade .modal-dialog,ui-ng-date-time-picker.ng-isolate-scope .modal.fade .modal-dialog,ui-ng-gear-schema-form.ng-isolate-scope .modal.fade .modal-dialog,ui-ng-open-time-email-editor.ng-isolate-scope .modal.fade .modal-dialog,ui-ng-segment-editor.ng-isolate-scope .modal.fade .modal-dialog{transition:none}}div[class*=FloatingMenu__] .modal.show .modal-dialog,ui-ng-add-rule-menu.ng-isolate-scope .modal.show .modal-dialog,ui-ng-date-time-picker.ng-isolate-scope .modal.show .modal-dialog,ui-ng-gear-schema-form.ng-isolate-scope .modal.show .modal-dialog,ui-ng-open-time-email-editor.ng-isolate-scope .modal.show .modal-dialog,ui-ng-segment-editor.ng-isolate-scope .modal.show .modal-dialog{transform:none}div[class*=FloatingMenu__] .modal.modal-static .modal-dialog,ui-ng-add-rule-menu.ng-isolate-scope .modal.modal-static .modal-dialog,ui-ng-date-time-picker.ng-isolate-scope .modal.modal-static .modal-dialog,ui-ng-gear-schema-form.ng-isolate-scope .modal.modal-static .modal-dialog,ui-ng-open-time-email-editor.ng-isolate-scope .modal.modal-static .modal-dialog,ui-ng-segment-editor.ng-isolate-scope .modal.modal-static .modal-dialog{transform:scale(1.02)}div[class*=FloatingMenu__] .modal-dialog-scrollable,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-scrollable,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-scrollable,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-scrollable,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-scrollable,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}div[class*=FloatingMenu__] .modal-dialog-scrollable .modal-content,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-scrollable .modal-content,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-scrollable .modal-content,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-scrollable .modal-content,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-scrollable .modal-content,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}div[class*=FloatingMenu__] .modal-dialog-scrollable .modal-footer,div[class*=FloatingMenu__] .modal-dialog-scrollable .modal-header,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-scrollable .modal-footer,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-scrollable .modal-header,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-scrollable .modal-footer,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-scrollable .modal-header,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-scrollable .modal-footer,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-scrollable .modal-header,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-scrollable .modal-footer,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-scrollable .modal-header,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-scrollable .modal-footer,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-scrollable .modal-header{flex-shrink:0}div[class*=FloatingMenu__] .modal-dialog-scrollable .modal-body,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-scrollable .modal-body,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-scrollable .modal-body,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-scrollable .modal-body,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-scrollable .modal-body,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-scrollable .modal-body{overflow-y:auto}div[class*=FloatingMenu__] .modal-dialog-centered,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-centered,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-centered,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-centered,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-centered,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}div[class*=FloatingMenu__] .modal-dialog-centered:before,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-centered:before,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-centered:before,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-centered:before,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-centered:before,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}div[class*=FloatingMenu__] .modal-dialog-centered.modal-dialog-scrollable,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}div[class*=FloatingMenu__] .modal-dialog-centered.modal-dialog-scrollable .modal-content,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable .modal-content,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable .modal-content,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable .modal-content,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable .modal-content,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}div[class*=FloatingMenu__] .modal-dialog-centered.modal-dialog-scrollable:before,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable:before,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable:before,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable:before,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable:before,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-centered.modal-dialog-scrollable:before{content:none}div[class*=FloatingMenu__] .modal-content,ui-ng-add-rule-menu.ng-isolate-scope .modal-content,ui-ng-date-time-picker.ng-isolate-scope .modal-content,ui-ng-gear-schema-form.ng-isolate-scope .modal-content,ui-ng-open-time-email-editor.ng-isolate-scope .modal-content,ui-ng-segment-editor.ng-isolate-scope .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}div[class*=FloatingMenu__] .modal-backdrop,ui-ng-add-rule-menu.ng-isolate-scope .modal-backdrop,ui-ng-date-time-picker.ng-isolate-scope .modal-backdrop,ui-ng-gear-schema-form.ng-isolate-scope .modal-backdrop,ui-ng-open-time-email-editor.ng-isolate-scope .modal-backdrop,ui-ng-segment-editor.ng-isolate-scope .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}div[class*=FloatingMenu__] .modal-backdrop.fade,ui-ng-add-rule-menu.ng-isolate-scope .modal-backdrop.fade,ui-ng-date-time-picker.ng-isolate-scope .modal-backdrop.fade,ui-ng-gear-schema-form.ng-isolate-scope .modal-backdrop.fade,ui-ng-open-time-email-editor.ng-isolate-scope .modal-backdrop.fade,ui-ng-segment-editor.ng-isolate-scope .modal-backdrop.fade{opacity:0}div[class*=FloatingMenu__] .modal-backdrop.show,ui-ng-add-rule-menu.ng-isolate-scope .modal-backdrop.show,ui-ng-date-time-picker.ng-isolate-scope .modal-backdrop.show,ui-ng-gear-schema-form.ng-isolate-scope .modal-backdrop.show,ui-ng-open-time-email-editor.ng-isolate-scope .modal-backdrop.show,ui-ng-segment-editor.ng-isolate-scope .modal-backdrop.show{opacity:.5}div[class*=FloatingMenu__] .modal-header,ui-ng-add-rule-menu.ng-isolate-scope .modal-header,ui-ng-date-time-picker.ng-isolate-scope .modal-header,ui-ng-gear-schema-form.ng-isolate-scope .modal-header,ui-ng-open-time-email-editor.ng-isolate-scope .modal-header,ui-ng-segment-editor.ng-isolate-scope .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}div[class*=FloatingMenu__] .modal-header .close,ui-ng-add-rule-menu.ng-isolate-scope .modal-header .close,ui-ng-date-time-picker.ng-isolate-scope .modal-header .close,ui-ng-gear-schema-form.ng-isolate-scope .modal-header .close,ui-ng-open-time-email-editor.ng-isolate-scope .modal-header .close,ui-ng-segment-editor.ng-isolate-scope .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}div[class*=FloatingMenu__] .modal-title,ui-ng-add-rule-menu.ng-isolate-scope .modal-title,ui-ng-date-time-picker.ng-isolate-scope .modal-title,ui-ng-gear-schema-form.ng-isolate-scope .modal-title,ui-ng-open-time-email-editor.ng-isolate-scope .modal-title,ui-ng-segment-editor.ng-isolate-scope .modal-title{margin-bottom:0;line-height:1.5}div[class*=FloatingMenu__] .modal-body,ui-ng-add-rule-menu.ng-isolate-scope .modal-body,ui-ng-date-time-picker.ng-isolate-scope .modal-body,ui-ng-gear-schema-form.ng-isolate-scope .modal-body,ui-ng-open-time-email-editor.ng-isolate-scope .modal-body,ui-ng-segment-editor.ng-isolate-scope .modal-body{position:relative;flex:1 1 auto;padding:1rem}div[class*=FloatingMenu__] .modal-footer,ui-ng-add-rule-menu.ng-isolate-scope .modal-footer,ui-ng-date-time-picker.ng-isolate-scope .modal-footer,ui-ng-gear-schema-form.ng-isolate-scope .modal-footer,ui-ng-open-time-email-editor.ng-isolate-scope .modal-footer,ui-ng-segment-editor.ng-isolate-scope .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}div[class*=FloatingMenu__] .modal-footer>*,ui-ng-add-rule-menu.ng-isolate-scope .modal-footer>*,ui-ng-date-time-picker.ng-isolate-scope .modal-footer>*,ui-ng-gear-schema-form.ng-isolate-scope .modal-footer>*,ui-ng-open-time-email-editor.ng-isolate-scope .modal-footer>*,ui-ng-segment-editor.ng-isolate-scope .modal-footer>*{margin:.25rem}div[class*=FloatingMenu__] .modal-scrollbar-measure,ui-ng-add-rule-menu.ng-isolate-scope .modal-scrollbar-measure,ui-ng-date-time-picker.ng-isolate-scope .modal-scrollbar-measure,ui-ng-gear-schema-form.ng-isolate-scope .modal-scrollbar-measure,ui-ng-open-time-email-editor.ng-isolate-scope .modal-scrollbar-measure,ui-ng-segment-editor.ng-isolate-scope .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){div[class*=FloatingMenu__] .modal-dialog,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog,ui-ng-segment-editor.ng-isolate-scope .modal-dialog{max-width:500px;margin:1.75rem auto}div[class*=FloatingMenu__] .modal-dialog-scrollable,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-scrollable,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-scrollable,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-scrollable,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-scrollable,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}div[class*=FloatingMenu__] .modal-dialog-scrollable .modal-content,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-scrollable .modal-content,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-scrollable .modal-content,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-scrollable .modal-content,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-scrollable .modal-content,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}div[class*=FloatingMenu__] .modal-dialog-centered,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-centered,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-centered,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-centered,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-centered,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-centered{min-height:calc(100% - 3.5rem)}div[class*=FloatingMenu__] .modal-dialog-centered:before,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog-centered:before,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog-centered:before,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog-centered:before,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog-centered:before,ui-ng-segment-editor.ng-isolate-scope .modal-dialog-centered:before{height:calc(100vh - 3.5rem)}div[class*=FloatingMenu__] .modal-sm,ui-ng-add-rule-menu.ng-isolate-scope .modal-sm,ui-ng-date-time-picker.ng-isolate-scope .modal-sm,ui-ng-gear-schema-form.ng-isolate-scope .modal-sm,ui-ng-open-time-email-editor.ng-isolate-scope .modal-sm,ui-ng-segment-editor.ng-isolate-scope .modal-sm{max-width:300px}}@media (min-width:992px){div[class*=FloatingMenu__] .modal-lg,div[class*=FloatingMenu__] .modal-xl,ui-ng-add-rule-menu.ng-isolate-scope .modal-lg,ui-ng-add-rule-menu.ng-isolate-scope .modal-xl,ui-ng-date-time-picker.ng-isolate-scope .modal-lg,ui-ng-date-time-picker.ng-isolate-scope .modal-xl,ui-ng-gear-schema-form.ng-isolate-scope .modal-lg,ui-ng-gear-schema-form.ng-isolate-scope .modal-xl,ui-ng-open-time-email-editor.ng-isolate-scope .modal-lg,ui-ng-open-time-email-editor.ng-isolate-scope .modal-xl,ui-ng-segment-editor.ng-isolate-scope .modal-lg,ui-ng-segment-editor.ng-isolate-scope .modal-xl{max-width:800px}}@media (min-width:1200px){div[class*=FloatingMenu__] .modal-xl,ui-ng-add-rule-menu.ng-isolate-scope .modal-xl,ui-ng-date-time-picker.ng-isolate-scope .modal-xl,ui-ng-gear-schema-form.ng-isolate-scope .modal-xl,ui-ng-open-time-email-editor.ng-isolate-scope .modal-xl,ui-ng-segment-editor.ng-isolate-scope .modal-xl{max-width:1140px}}div[class*=FloatingMenu__] .tooltip,ui-ng-add-rule-menu.ng-isolate-scope .tooltip,ui-ng-date-time-picker.ng-isolate-scope .tooltip,ui-ng-gear-schema-form.ng-isolate-scope .tooltip,ui-ng-open-time-email-editor.ng-isolate-scope .tooltip,ui-ng-segment-editor.ng-isolate-scope .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:Helvetica Neue,Arial,Noto Sans,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}div[class*=FloatingMenu__] .tooltip.show,ui-ng-add-rule-menu.ng-isolate-scope .tooltip.show,ui-ng-date-time-picker.ng-isolate-scope .tooltip.show,ui-ng-gear-schema-form.ng-isolate-scope .tooltip.show,ui-ng-open-time-email-editor.ng-isolate-scope .tooltip.show,ui-ng-segment-editor.ng-isolate-scope .tooltip.show{opacity:.9}div[class*=FloatingMenu__] .tooltip .arrow,ui-ng-add-rule-menu.ng-isolate-scope .tooltip .arrow,ui-ng-date-time-picker.ng-isolate-scope .tooltip .arrow,ui-ng-gear-schema-form.ng-isolate-scope .tooltip .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .tooltip .arrow,ui-ng-segment-editor.ng-isolate-scope .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}div[class*=FloatingMenu__] .tooltip .arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .tooltip .arrow:before,ui-ng-date-time-picker.ng-isolate-scope .tooltip .arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .tooltip .arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .tooltip .arrow:before,ui-ng-segment-editor.ng-isolate-scope .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=top],div[class*=FloatingMenu__] .bs-tooltip-top,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=top],ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-top,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=top],ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-top,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=top],ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-top,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=top],ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-top,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=top],ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-top{padding:.4rem 0}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=top] .arrow,div[class*=FloatingMenu__] .bs-tooltip-top .arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=top] .arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-top .arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=top] .arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-top .arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=top] .arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-top .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=top] .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-top .arrow,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=top] .arrow,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-top .arrow{bottom:0}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=top] .arrow:before,div[class*=FloatingMenu__] .bs-tooltip-top .arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=top] .arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-top .arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=top] .arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-top .arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=top] .arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-top .arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=top] .arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-top .arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=top] .arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=right],div[class*=FloatingMenu__] .bs-tooltip-right,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=right],ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-right,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=right],ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-right,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=right],ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-right,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=right],ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-right,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=right],ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-right{padding:0 .4rem}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=right] .arrow,div[class*=FloatingMenu__] .bs-tooltip-right .arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=right] .arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-right .arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=right] .arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-right .arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=right] .arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-right .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=right] .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-right .arrow,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=right] .arrow,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=right] .arrow:before,div[class*=FloatingMenu__] .bs-tooltip-right .arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=right] .arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-right .arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=right] .arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-right .arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=right] .arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-right .arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=right] .arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-right .arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=right] .arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=bottom],div[class*=FloatingMenu__] .bs-tooltip-bottom,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom],ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-bottom,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom],ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-bottom,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom],ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-bottom,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom],ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-bottom,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom],ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-bottom{padding:.4rem 0}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=bottom] .arrow,div[class*=FloatingMenu__] .bs-tooltip-bottom .arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom] .arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-bottom .arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom] .arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-bottom .arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom] .arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-bottom .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom] .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-bottom .arrow,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom] .arrow,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-bottom .arrow{top:0}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=bottom] .arrow:before,div[class*=FloatingMenu__] .bs-tooltip-bottom .arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom] .arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-bottom .arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom] .arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-bottom .arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom] .arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-bottom .arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom] .arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-bottom .arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=bottom] .arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=left],div[class*=FloatingMenu__] .bs-tooltip-left,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=left],ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-left,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=left],ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-left,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=left],ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-left,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=left],ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-left,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=left],ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-left{padding:0 .4rem}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=left] .arrow,div[class*=FloatingMenu__] .bs-tooltip-left .arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=left] .arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-left .arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=left] .arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-left .arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=left] .arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-left .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=left] .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-left .arrow,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=left] .arrow,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}div[class*=FloatingMenu__] .bs-tooltip-auto[x-placement^=left] .arrow:before,div[class*=FloatingMenu__] .bs-tooltip-left .arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-auto[x-placement^=left] .arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-tooltip-left .arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-auto[x-placement^=left] .arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-tooltip-left .arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-auto[x-placement^=left] .arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-tooltip-left .arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=left] .arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-tooltip-left .arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-auto[x-placement^=left] .arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}div[class*=FloatingMenu__] .tooltip-inner,ui-ng-add-rule-menu.ng-isolate-scope .tooltip-inner,ui-ng-date-time-picker.ng-isolate-scope .tooltip-inner,ui-ng-gear-schema-form.ng-isolate-scope .tooltip-inner,ui-ng-open-time-email-editor.ng-isolate-scope .tooltip-inner,ui-ng-segment-editor.ng-isolate-scope .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}div[class*=FloatingMenu__] .popover,ui-ng-add-rule-menu.ng-isolate-scope .popover,ui-ng-date-time-picker.ng-isolate-scope .popover,ui-ng-gear-schema-form.ng-isolate-scope .popover,ui-ng-open-time-email-editor.ng-isolate-scope .popover,ui-ng-segment-editor.ng-isolate-scope .popover{top:0;left:0;z-index:1060;max-width:276px;font-family:Helvetica Neue,Arial,Noto Sans,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}div[class*=FloatingMenu__] .popover,div[class*=FloatingMenu__] .popover .arrow,ui-ng-add-rule-menu.ng-isolate-scope .popover,ui-ng-add-rule-menu.ng-isolate-scope .popover .arrow,ui-ng-date-time-picker.ng-isolate-scope .popover,ui-ng-date-time-picker.ng-isolate-scope .popover .arrow,ui-ng-gear-schema-form.ng-isolate-scope .popover,ui-ng-gear-schema-form.ng-isolate-scope .popover .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .popover,ui-ng-open-time-email-editor.ng-isolate-scope .popover .arrow,ui-ng-segment-editor.ng-isolate-scope .popover,ui-ng-segment-editor.ng-isolate-scope .popover .arrow{position:absolute;display:block}div[class*=FloatingMenu__] .popover .arrow,ui-ng-add-rule-menu.ng-isolate-scope .popover .arrow,ui-ng-date-time-picker.ng-isolate-scope .popover .arrow,ui-ng-gear-schema-form.ng-isolate-scope .popover .arrow,ui-ng-open-time-email-editor.ng-isolate-scope .popover .arrow,ui-ng-segment-editor.ng-isolate-scope .popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}div[class*=FloatingMenu__] .popover .arrow:after,div[class*=FloatingMenu__] .popover .arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .popover .arrow:after,ui-ng-add-rule-menu.ng-isolate-scope .popover .arrow:before,ui-ng-date-time-picker.ng-isolate-scope .popover .arrow:after,ui-ng-date-time-picker.ng-isolate-scope .popover .arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .popover .arrow:after,ui-ng-gear-schema-form.ng-isolate-scope .popover .arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .popover .arrow:after,ui-ng-open-time-email-editor.ng-isolate-scope .popover .arrow:before,ui-ng-segment-editor.ng-isolate-scope .popover .arrow:after,ui-ng-segment-editor.ng-isolate-scope .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=top],div[class*=FloatingMenu__] .bs-popover-top,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=top],ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-top,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=top],ui-ng-date-time-picker.ng-isolate-scope .bs-popover-top,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=top],ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-top,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=top],ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-top,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=top],ui-ng-segment-editor.ng-isolate-scope .bs-popover-top{margin-bottom:.5rem}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=top]>.arrow,div[class*=FloatingMenu__] .bs-popover-top>.arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-top>.arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-top>.arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-top>.arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-top>.arrow,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow,ui-ng-segment-editor.ng-isolate-scope .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=top]>.arrow:before,div[class*=FloatingMenu__] .bs-popover-top>.arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-top>.arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-top>.arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-top>.arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-top>.arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=top]>.arrow:after,div[class*=FloatingMenu__] .bs-popover-top>.arrow:after,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow:after,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-top>.arrow:after,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow:after,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-top>.arrow:after,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow:after,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-top>.arrow:after,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow:after,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-top>.arrow:after,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=top]>.arrow:after,ui-ng-segment-editor.ng-isolate-scope .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=right],div[class*=FloatingMenu__] .bs-popover-right,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=right],ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-right,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=right],ui-ng-date-time-picker.ng-isolate-scope .bs-popover-right,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=right],ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-right,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=right],ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-right,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=right],ui-ng-segment-editor.ng-isolate-scope .bs-popover-right{margin-left:.5rem}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=right]>.arrow,div[class*=FloatingMenu__] .bs-popover-right>.arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-right>.arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-right>.arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-right>.arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-right>.arrow,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow,ui-ng-segment-editor.ng-isolate-scope .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=right]>.arrow:before,div[class*=FloatingMenu__] .bs-popover-right>.arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-right>.arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-right>.arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-right>.arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-right>.arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=right]>.arrow:after,div[class*=FloatingMenu__] .bs-popover-right>.arrow:after,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow:after,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-right>.arrow:after,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow:after,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-right>.arrow:after,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow:after,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-right>.arrow:after,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow:after,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-right>.arrow:after,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=right]>.arrow:after,ui-ng-segment-editor.ng-isolate-scope .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=bottom],div[class*=FloatingMenu__] .bs-popover-bottom,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=bottom],ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-bottom,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=bottom],ui-ng-date-time-picker.ng-isolate-scope .bs-popover-bottom,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=bottom],ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-bottom,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=bottom],ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-bottom,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=bottom],ui-ng-segment-editor.ng-isolate-scope .bs-popover-bottom{margin-top:.5rem}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=bottom]>.arrow,div[class*=FloatingMenu__] .bs-popover-bottom>.arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-bottom>.arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-bottom>.arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-bottom>.arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-bottom>.arrow,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow,ui-ng-segment-editor.ng-isolate-scope .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=bottom]>.arrow:before,div[class*=FloatingMenu__] .bs-popover-bottom>.arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-bottom>.arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-bottom>.arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-bottom>.arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-bottom>.arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=bottom]>.arrow:after,div[class*=FloatingMenu__] .bs-popover-bottom>.arrow:after,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow:after,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-bottom>.arrow:after,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow:after,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-bottom>.arrow:after,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow:after,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-bottom>.arrow:after,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow:after,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-bottom>.arrow:after,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=bottom]>.arrow:after,ui-ng-segment-editor.ng-isolate-scope .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=bottom] .popover-header:before,div[class*=FloatingMenu__] .bs-popover-bottom .popover-header:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=bottom] .popover-header:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-bottom .popover-header:before,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=bottom] .popover-header:before,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-bottom .popover-header:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=bottom] .popover-header:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-bottom .popover-header:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=bottom] .popover-header:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-bottom .popover-header:before,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=bottom] .popover-header:before,ui-ng-segment-editor.ng-isolate-scope .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=left],div[class*=FloatingMenu__] .bs-popover-left,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=left],ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-left,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=left],ui-ng-date-time-picker.ng-isolate-scope .bs-popover-left,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=left],ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-left,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=left],ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-left,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=left],ui-ng-segment-editor.ng-isolate-scope .bs-popover-left{margin-right:.5rem}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=left]>.arrow,div[class*=FloatingMenu__] .bs-popover-left>.arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-left>.arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-left>.arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-left>.arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-left>.arrow,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow,ui-ng-segment-editor.ng-isolate-scope .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=left]>.arrow:before,div[class*=FloatingMenu__] .bs-popover-left>.arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow:before,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-left>.arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow:before,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-left>.arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow:before,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-left>.arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow:before,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-left>.arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow:before,ui-ng-segment-editor.ng-isolate-scope .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}div[class*=FloatingMenu__] .bs-popover-auto[x-placement^=left]>.arrow:after,div[class*=FloatingMenu__] .bs-popover-left>.arrow:after,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow:after,ui-ng-add-rule-menu.ng-isolate-scope .bs-popover-left>.arrow:after,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow:after,ui-ng-date-time-picker.ng-isolate-scope .bs-popover-left>.arrow:after,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow:after,ui-ng-gear-schema-form.ng-isolate-scope .bs-popover-left>.arrow:after,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow:after,ui-ng-open-time-email-editor.ng-isolate-scope .bs-popover-left>.arrow:after,ui-ng-segment-editor.ng-isolate-scope .bs-popover-auto[x-placement^=left]>.arrow:after,ui-ng-segment-editor.ng-isolate-scope .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}div[class*=FloatingMenu__] .popover-header,ui-ng-add-rule-menu.ng-isolate-scope .popover-header,ui-ng-date-time-picker.ng-isolate-scope .popover-header,ui-ng-gear-schema-form.ng-isolate-scope .popover-header,ui-ng-open-time-email-editor.ng-isolate-scope .popover-header,ui-ng-segment-editor.ng-isolate-scope .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}div[class*=FloatingMenu__] .popover-header:empty,ui-ng-add-rule-menu.ng-isolate-scope .popover-header:empty,ui-ng-date-time-picker.ng-isolate-scope .popover-header:empty,ui-ng-gear-schema-form.ng-isolate-scope .popover-header:empty,ui-ng-open-time-email-editor.ng-isolate-scope .popover-header:empty,ui-ng-segment-editor.ng-isolate-scope .popover-header:empty{display:none}div[class*=FloatingMenu__] .popover-body,ui-ng-add-rule-menu.ng-isolate-scope .popover-body,ui-ng-date-time-picker.ng-isolate-scope .popover-body,ui-ng-gear-schema-form.ng-isolate-scope .popover-body,ui-ng-open-time-email-editor.ng-isolate-scope .popover-body,ui-ng-segment-editor.ng-isolate-scope .popover-body{padding:.5rem .75rem;color:#212529}@keyframes spinner-border{to{transform:rotate(1turn)}}div[class*=FloatingMenu__] .spinner-border,ui-ng-add-rule-menu.ng-isolate-scope .spinner-border,ui-ng-date-time-picker.ng-isolate-scope .spinner-border,ui-ng-gear-schema-form.ng-isolate-scope .spinner-border,ui-ng-open-time-email-editor.ng-isolate-scope .spinner-border,ui-ng-segment-editor.ng-isolate-scope .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}div[class*=FloatingMenu__] .spinner-border-sm,ui-ng-add-rule-menu.ng-isolate-scope .spinner-border-sm,ui-ng-date-time-picker.ng-isolate-scope .spinner-border-sm,ui-ng-gear-schema-form.ng-isolate-scope .spinner-border-sm,ui-ng-open-time-email-editor.ng-isolate-scope .spinner-border-sm,ui-ng-segment-editor.ng-isolate-scope .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}div[class*=FloatingMenu__] .spinner-grow,ui-ng-add-rule-menu.ng-isolate-scope .spinner-grow,ui-ng-date-time-picker.ng-isolate-scope .spinner-grow,ui-ng-gear-schema-form.ng-isolate-scope .spinner-grow,ui-ng-open-time-email-editor.ng-isolate-scope .spinner-grow,ui-ng-segment-editor.ng-isolate-scope .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}div[class*=FloatingMenu__] .spinner-grow-sm,ui-ng-add-rule-menu.ng-isolate-scope .spinner-grow-sm,ui-ng-date-time-picker.ng-isolate-scope .spinner-grow-sm,ui-ng-gear-schema-form.ng-isolate-scope .spinner-grow-sm,ui-ng-open-time-email-editor.ng-isolate-scope .spinner-grow-sm,ui-ng-segment-editor.ng-isolate-scope .spinner-grow-sm{width:1rem;height:1rem}div[class*=FloatingMenu__] .align-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-baseline,ui-ng-segment-editor.ng-isolate-scope .align-baseline{vertical-align:baseline!important}div[class*=FloatingMenu__] .align-top,ui-ng-add-rule-menu.ng-isolate-scope .align-top,ui-ng-date-time-picker.ng-isolate-scope .align-top,ui-ng-gear-schema-form.ng-isolate-scope .align-top,ui-ng-open-time-email-editor.ng-isolate-scope .align-top,ui-ng-segment-editor.ng-isolate-scope .align-top{vertical-align:top!important}div[class*=FloatingMenu__] .align-middle,ui-ng-add-rule-menu.ng-isolate-scope .align-middle,ui-ng-date-time-picker.ng-isolate-scope .align-middle,ui-ng-gear-schema-form.ng-isolate-scope .align-middle,ui-ng-open-time-email-editor.ng-isolate-scope .align-middle,ui-ng-segment-editor.ng-isolate-scope .align-middle{vertical-align:middle!important}div[class*=FloatingMenu__] .align-bottom,ui-ng-add-rule-menu.ng-isolate-scope .align-bottom,ui-ng-date-time-picker.ng-isolate-scope .align-bottom,ui-ng-gear-schema-form.ng-isolate-scope .align-bottom,ui-ng-open-time-email-editor.ng-isolate-scope .align-bottom,ui-ng-segment-editor.ng-isolate-scope .align-bottom{vertical-align:bottom!important}div[class*=FloatingMenu__] .align-text-bottom,ui-ng-add-rule-menu.ng-isolate-scope .align-text-bottom,ui-ng-date-time-picker.ng-isolate-scope .align-text-bottom,ui-ng-gear-schema-form.ng-isolate-scope .align-text-bottom,ui-ng-open-time-email-editor.ng-isolate-scope .align-text-bottom,ui-ng-segment-editor.ng-isolate-scope .align-text-bottom{vertical-align:text-bottom!important}div[class*=FloatingMenu__] .align-text-top,ui-ng-add-rule-menu.ng-isolate-scope .align-text-top,ui-ng-date-time-picker.ng-isolate-scope .align-text-top,ui-ng-gear-schema-form.ng-isolate-scope .align-text-top,ui-ng-open-time-email-editor.ng-isolate-scope .align-text-top,ui-ng-segment-editor.ng-isolate-scope .align-text-top{vertical-align:text-top!important}div[class*=FloatingMenu__] .bg-primary,ui-ng-add-rule-menu.ng-isolate-scope .bg-primary,ui-ng-date-time-picker.ng-isolate-scope .bg-primary,ui-ng-gear-schema-form.ng-isolate-scope .bg-primary,ui-ng-open-time-email-editor.ng-isolate-scope .bg-primary,ui-ng-segment-editor.ng-isolate-scope .bg-primary{background-color:#0095da!important}div[class*=FloatingMenu__] a.bg-primary:focus,div[class*=FloatingMenu__] a.bg-primary:hover,div[class*=FloatingMenu__] button.bg-primary:focus,div[class*=FloatingMenu__] button.bg-primary:hover,ui-ng-add-rule-menu.ng-isolate-scope a.bg-primary:focus,ui-ng-add-rule-menu.ng-isolate-scope a.bg-primary:hover,ui-ng-add-rule-menu.ng-isolate-scope button.bg-primary:focus,ui-ng-add-rule-menu.ng-isolate-scope button.bg-primary:hover,ui-ng-date-time-picker.ng-isolate-scope a.bg-primary:focus,ui-ng-date-time-picker.ng-isolate-scope a.bg-primary:hover,ui-ng-date-time-picker.ng-isolate-scope button.bg-primary:focus,ui-ng-date-time-picker.ng-isolate-scope button.bg-primary:hover,ui-ng-gear-schema-form.ng-isolate-scope a.bg-primary:focus,ui-ng-gear-schema-form.ng-isolate-scope a.bg-primary:hover,ui-ng-gear-schema-form.ng-isolate-scope button.bg-primary:focus,ui-ng-gear-schema-form.ng-isolate-scope button.bg-primary:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-primary:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-primary:hover,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-primary:focus,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-primary:hover,ui-ng-segment-editor.ng-isolate-scope a.bg-primary:focus,ui-ng-segment-editor.ng-isolate-scope a.bg-primary:hover,ui-ng-segment-editor.ng-isolate-scope button.bg-primary:focus,ui-ng-segment-editor.ng-isolate-scope button.bg-primary:hover{background-color:#0072a7!important}div[class*=FloatingMenu__] .bg-secondary,ui-ng-add-rule-menu.ng-isolate-scope .bg-secondary,ui-ng-date-time-picker.ng-isolate-scope .bg-secondary,ui-ng-gear-schema-form.ng-isolate-scope .bg-secondary,ui-ng-open-time-email-editor.ng-isolate-scope .bg-secondary,ui-ng-segment-editor.ng-isolate-scope .bg-secondary{background-color:#606060!important}div[class*=FloatingMenu__] a.bg-secondary:focus,div[class*=FloatingMenu__] a.bg-secondary:hover,div[class*=FloatingMenu__] button.bg-secondary:focus,div[class*=FloatingMenu__] button.bg-secondary:hover,ui-ng-add-rule-menu.ng-isolate-scope a.bg-secondary:focus,ui-ng-add-rule-menu.ng-isolate-scope a.bg-secondary:hover,ui-ng-add-rule-menu.ng-isolate-scope button.bg-secondary:focus,ui-ng-add-rule-menu.ng-isolate-scope button.bg-secondary:hover,ui-ng-date-time-picker.ng-isolate-scope a.bg-secondary:focus,ui-ng-date-time-picker.ng-isolate-scope a.bg-secondary:hover,ui-ng-date-time-picker.ng-isolate-scope button.bg-secondary:focus,ui-ng-date-time-picker.ng-isolate-scope button.bg-secondary:hover,ui-ng-gear-schema-form.ng-isolate-scope a.bg-secondary:focus,ui-ng-gear-schema-form.ng-isolate-scope a.bg-secondary:hover,ui-ng-gear-schema-form.ng-isolate-scope button.bg-secondary:focus,ui-ng-gear-schema-form.ng-isolate-scope button.bg-secondary:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-secondary:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-secondary:hover,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-secondary:focus,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-secondary:hover,ui-ng-segment-editor.ng-isolate-scope a.bg-secondary:focus,ui-ng-segment-editor.ng-isolate-scope a.bg-secondary:hover,ui-ng-segment-editor.ng-isolate-scope button.bg-secondary:focus,ui-ng-segment-editor.ng-isolate-scope button.bg-secondary:hover{background-color:#474747!important}div[class*=FloatingMenu__] .bg-success,ui-ng-add-rule-menu.ng-isolate-scope .bg-success,ui-ng-date-time-picker.ng-isolate-scope .bg-success,ui-ng-gear-schema-form.ng-isolate-scope .bg-success,ui-ng-open-time-email-editor.ng-isolate-scope .bg-success,ui-ng-segment-editor.ng-isolate-scope .bg-success{background-color:#82c135!important}div[class*=FloatingMenu__] a.bg-success:focus,div[class*=FloatingMenu__] a.bg-success:hover,div[class*=FloatingMenu__] button.bg-success:focus,div[class*=FloatingMenu__] button.bg-success:hover,ui-ng-add-rule-menu.ng-isolate-scope a.bg-success:focus,ui-ng-add-rule-menu.ng-isolate-scope a.bg-success:hover,ui-ng-add-rule-menu.ng-isolate-scope button.bg-success:focus,ui-ng-add-rule-menu.ng-isolate-scope button.bg-success:hover,ui-ng-date-time-picker.ng-isolate-scope a.bg-success:focus,ui-ng-date-time-picker.ng-isolate-scope a.bg-success:hover,ui-ng-date-time-picker.ng-isolate-scope button.bg-success:focus,ui-ng-date-time-picker.ng-isolate-scope button.bg-success:hover,ui-ng-gear-schema-form.ng-isolate-scope a.bg-success:focus,ui-ng-gear-schema-form.ng-isolate-scope a.bg-success:hover,ui-ng-gear-schema-form.ng-isolate-scope button.bg-success:focus,ui-ng-gear-schema-form.ng-isolate-scope button.bg-success:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-success:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-success:hover,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-success:focus,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-success:hover,ui-ng-segment-editor.ng-isolate-scope a.bg-success:focus,ui-ng-segment-editor.ng-isolate-scope a.bg-success:hover,ui-ng-segment-editor.ng-isolate-scope button.bg-success:focus,ui-ng-segment-editor.ng-isolate-scope button.bg-success:hover{background-color:#67992a!important}div[class*=FloatingMenu__] .bg-info,ui-ng-add-rule-menu.ng-isolate-scope .bg-info,ui-ng-date-time-picker.ng-isolate-scope .bg-info,ui-ng-gear-schema-form.ng-isolate-scope .bg-info,ui-ng-open-time-email-editor.ng-isolate-scope .bg-info,ui-ng-segment-editor.ng-isolate-scope .bg-info{background-color:#53b8e6!important}div[class*=FloatingMenu__] a.bg-info:focus,div[class*=FloatingMenu__] a.bg-info:hover,div[class*=FloatingMenu__] button.bg-info:focus,div[class*=FloatingMenu__] button.bg-info:hover,ui-ng-add-rule-menu.ng-isolate-scope a.bg-info:focus,ui-ng-add-rule-menu.ng-isolate-scope a.bg-info:hover,ui-ng-add-rule-menu.ng-isolate-scope button.bg-info:focus,ui-ng-add-rule-menu.ng-isolate-scope button.bg-info:hover,ui-ng-date-time-picker.ng-isolate-scope a.bg-info:focus,ui-ng-date-time-picker.ng-isolate-scope a.bg-info:hover,ui-ng-date-time-picker.ng-isolate-scope button.bg-info:focus,ui-ng-date-time-picker.ng-isolate-scope button.bg-info:hover,ui-ng-gear-schema-form.ng-isolate-scope a.bg-info:focus,ui-ng-gear-schema-form.ng-isolate-scope a.bg-info:hover,ui-ng-gear-schema-form.ng-isolate-scope button.bg-info:focus,ui-ng-gear-schema-form.ng-isolate-scope button.bg-info:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-info:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-info:hover,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-info:focus,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-info:hover,ui-ng-segment-editor.ng-isolate-scope a.bg-info:focus,ui-ng-segment-editor.ng-isolate-scope a.bg-info:hover,ui-ng-segment-editor.ng-isolate-scope button.bg-info:focus,ui-ng-segment-editor.ng-isolate-scope button.bg-info:hover{background-color:#26a6e0!important}div[class*=FloatingMenu__] .bg-warning,ui-ng-add-rule-menu.ng-isolate-scope .bg-warning,ui-ng-date-time-picker.ng-isolate-scope .bg-warning,ui-ng-gear-schema-form.ng-isolate-scope .bg-warning,ui-ng-open-time-email-editor.ng-isolate-scope .bg-warning,ui-ng-segment-editor.ng-isolate-scope .bg-warning{background-color:#ff9600!important}div[class*=FloatingMenu__] a.bg-warning:focus,div[class*=FloatingMenu__] a.bg-warning:hover,div[class*=FloatingMenu__] button.bg-warning:focus,div[class*=FloatingMenu__] button.bg-warning:hover,ui-ng-add-rule-menu.ng-isolate-scope a.bg-warning:focus,ui-ng-add-rule-menu.ng-isolate-scope a.bg-warning:hover,ui-ng-add-rule-menu.ng-isolate-scope button.bg-warning:focus,ui-ng-add-rule-menu.ng-isolate-scope button.bg-warning:hover,ui-ng-date-time-picker.ng-isolate-scope a.bg-warning:focus,ui-ng-date-time-picker.ng-isolate-scope a.bg-warning:hover,ui-ng-date-time-picker.ng-isolate-scope button.bg-warning:focus,ui-ng-date-time-picker.ng-isolate-scope button.bg-warning:hover,ui-ng-gear-schema-form.ng-isolate-scope a.bg-warning:focus,ui-ng-gear-schema-form.ng-isolate-scope a.bg-warning:hover,ui-ng-gear-schema-form.ng-isolate-scope button.bg-warning:focus,ui-ng-gear-schema-form.ng-isolate-scope button.bg-warning:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-warning:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-warning:hover,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-warning:focus,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-warning:hover,ui-ng-segment-editor.ng-isolate-scope a.bg-warning:focus,ui-ng-segment-editor.ng-isolate-scope a.bg-warning:hover,ui-ng-segment-editor.ng-isolate-scope button.bg-warning:focus,ui-ng-segment-editor.ng-isolate-scope button.bg-warning:hover{background-color:#cc7800!important}div[class*=FloatingMenu__] .bg-danger,ui-ng-add-rule-menu.ng-isolate-scope .bg-danger,ui-ng-date-time-picker.ng-isolate-scope .bg-danger,ui-ng-gear-schema-form.ng-isolate-scope .bg-danger,ui-ng-open-time-email-editor.ng-isolate-scope .bg-danger,ui-ng-segment-editor.ng-isolate-scope .bg-danger{background-color:#dd360b!important}div[class*=FloatingMenu__] a.bg-danger:focus,div[class*=FloatingMenu__] a.bg-danger:hover,div[class*=FloatingMenu__] button.bg-danger:focus,div[class*=FloatingMenu__] button.bg-danger:hover,ui-ng-add-rule-menu.ng-isolate-scope a.bg-danger:focus,ui-ng-add-rule-menu.ng-isolate-scope a.bg-danger:hover,ui-ng-add-rule-menu.ng-isolate-scope button.bg-danger:focus,ui-ng-add-rule-menu.ng-isolate-scope button.bg-danger:hover,ui-ng-date-time-picker.ng-isolate-scope a.bg-danger:focus,ui-ng-date-time-picker.ng-isolate-scope a.bg-danger:hover,ui-ng-date-time-picker.ng-isolate-scope button.bg-danger:focus,ui-ng-date-time-picker.ng-isolate-scope button.bg-danger:hover,ui-ng-gear-schema-form.ng-isolate-scope a.bg-danger:focus,ui-ng-gear-schema-form.ng-isolate-scope a.bg-danger:hover,ui-ng-gear-schema-form.ng-isolate-scope button.bg-danger:focus,ui-ng-gear-schema-form.ng-isolate-scope button.bg-danger:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-danger:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-danger:hover,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-danger:focus,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-danger:hover,ui-ng-segment-editor.ng-isolate-scope a.bg-danger:focus,ui-ng-segment-editor.ng-isolate-scope a.bg-danger:hover,ui-ng-segment-editor.ng-isolate-scope button.bg-danger:focus,ui-ng-segment-editor.ng-isolate-scope button.bg-danger:hover{background-color:#ac2a09!important}div[class*=FloatingMenu__] .bg-light,ui-ng-add-rule-menu.ng-isolate-scope .bg-light,ui-ng-date-time-picker.ng-isolate-scope .bg-light,ui-ng-gear-schema-form.ng-isolate-scope .bg-light,ui-ng-open-time-email-editor.ng-isolate-scope .bg-light,ui-ng-segment-editor.ng-isolate-scope .bg-light{background-color:#f5f5f5!important}div[class*=FloatingMenu__] a.bg-light:focus,div[class*=FloatingMenu__] a.bg-light:hover,div[class*=FloatingMenu__] button.bg-light:focus,div[class*=FloatingMenu__] button.bg-light:hover,ui-ng-add-rule-menu.ng-isolate-scope a.bg-light:focus,ui-ng-add-rule-menu.ng-isolate-scope a.bg-light:hover,ui-ng-add-rule-menu.ng-isolate-scope button.bg-light:focus,ui-ng-add-rule-menu.ng-isolate-scope button.bg-light:hover,ui-ng-date-time-picker.ng-isolate-scope a.bg-light:focus,ui-ng-date-time-picker.ng-isolate-scope a.bg-light:hover,ui-ng-date-time-picker.ng-isolate-scope button.bg-light:focus,ui-ng-date-time-picker.ng-isolate-scope button.bg-light:hover,ui-ng-gear-schema-form.ng-isolate-scope a.bg-light:focus,ui-ng-gear-schema-form.ng-isolate-scope a.bg-light:hover,ui-ng-gear-schema-form.ng-isolate-scope button.bg-light:focus,ui-ng-gear-schema-form.ng-isolate-scope button.bg-light:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-light:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-light:hover,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-light:focus,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-light:hover,ui-ng-segment-editor.ng-isolate-scope a.bg-light:focus,ui-ng-segment-editor.ng-isolate-scope a.bg-light:hover,ui-ng-segment-editor.ng-isolate-scope button.bg-light:focus,ui-ng-segment-editor.ng-isolate-scope button.bg-light:hover{background-color:#dcdcdc!important}div[class*=FloatingMenu__] .bg-dark,ui-ng-add-rule-menu.ng-isolate-scope .bg-dark,ui-ng-date-time-picker.ng-isolate-scope .bg-dark,ui-ng-gear-schema-form.ng-isolate-scope .bg-dark,ui-ng-open-time-email-editor.ng-isolate-scope .bg-dark,ui-ng-segment-editor.ng-isolate-scope .bg-dark{background-color:#303030!important}div[class*=FloatingMenu__] a.bg-dark:focus,div[class*=FloatingMenu__] a.bg-dark:hover,div[class*=FloatingMenu__] button.bg-dark:focus,div[class*=FloatingMenu__] button.bg-dark:hover,ui-ng-add-rule-menu.ng-isolate-scope a.bg-dark:focus,ui-ng-add-rule-menu.ng-isolate-scope a.bg-dark:hover,ui-ng-add-rule-menu.ng-isolate-scope button.bg-dark:focus,ui-ng-add-rule-menu.ng-isolate-scope button.bg-dark:hover,ui-ng-date-time-picker.ng-isolate-scope a.bg-dark:focus,ui-ng-date-time-picker.ng-isolate-scope a.bg-dark:hover,ui-ng-date-time-picker.ng-isolate-scope button.bg-dark:focus,ui-ng-date-time-picker.ng-isolate-scope button.bg-dark:hover,ui-ng-gear-schema-form.ng-isolate-scope a.bg-dark:focus,ui-ng-gear-schema-form.ng-isolate-scope a.bg-dark:hover,ui-ng-gear-schema-form.ng-isolate-scope button.bg-dark:focus,ui-ng-gear-schema-form.ng-isolate-scope button.bg-dark:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-dark:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.bg-dark:hover,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-dark:focus,ui-ng-open-time-email-editor.ng-isolate-scope button.bg-dark:hover,ui-ng-segment-editor.ng-isolate-scope a.bg-dark:focus,ui-ng-segment-editor.ng-isolate-scope a.bg-dark:hover,ui-ng-segment-editor.ng-isolate-scope button.bg-dark:focus,ui-ng-segment-editor.ng-isolate-scope button.bg-dark:hover{background-color:#171717!important}div[class*=FloatingMenu__] .bg-white,ui-ng-add-rule-menu.ng-isolate-scope .bg-white,ui-ng-date-time-picker.ng-isolate-scope .bg-white,ui-ng-gear-schema-form.ng-isolate-scope .bg-white,ui-ng-open-time-email-editor.ng-isolate-scope .bg-white,ui-ng-segment-editor.ng-isolate-scope .bg-white{background-color:#fff!important}div[class*=FloatingMenu__] .bg-transparent,ui-ng-add-rule-menu.ng-isolate-scope .bg-transparent,ui-ng-date-time-picker.ng-isolate-scope .bg-transparent,ui-ng-gear-schema-form.ng-isolate-scope .bg-transparent,ui-ng-open-time-email-editor.ng-isolate-scope .bg-transparent,ui-ng-segment-editor.ng-isolate-scope .bg-transparent{background-color:transparent!important}div[class*=FloatingMenu__] .border,ui-ng-add-rule-menu.ng-isolate-scope .border,ui-ng-date-time-picker.ng-isolate-scope .border,ui-ng-gear-schema-form.ng-isolate-scope .border,ui-ng-open-time-email-editor.ng-isolate-scope .border,ui-ng-segment-editor.ng-isolate-scope .border{border:1px solid #dee2e6!important}div[class*=FloatingMenu__] .border-top,ui-ng-add-rule-menu.ng-isolate-scope .border-top,ui-ng-date-time-picker.ng-isolate-scope .border-top,ui-ng-gear-schema-form.ng-isolate-scope .border-top,ui-ng-open-time-email-editor.ng-isolate-scope .border-top,ui-ng-segment-editor.ng-isolate-scope .border-top{border-top:1px solid #dee2e6!important}div[class*=FloatingMenu__] .border-right,ui-ng-add-rule-menu.ng-isolate-scope .border-right,ui-ng-date-time-picker.ng-isolate-scope .border-right,ui-ng-gear-schema-form.ng-isolate-scope .border-right,ui-ng-open-time-email-editor.ng-isolate-scope .border-right,ui-ng-segment-editor.ng-isolate-scope .border-right{border-right:1px solid #dee2e6!important}div[class*=FloatingMenu__] .border-bottom,ui-ng-add-rule-menu.ng-isolate-scope .border-bottom,ui-ng-date-time-picker.ng-isolate-scope .border-bottom,ui-ng-gear-schema-form.ng-isolate-scope .border-bottom,ui-ng-open-time-email-editor.ng-isolate-scope .border-bottom,ui-ng-segment-editor.ng-isolate-scope .border-bottom{border-bottom:1px solid #dee2e6!important}div[class*=FloatingMenu__] .border-left,ui-ng-add-rule-menu.ng-isolate-scope .border-left,ui-ng-date-time-picker.ng-isolate-scope .border-left,ui-ng-gear-schema-form.ng-isolate-scope .border-left,ui-ng-open-time-email-editor.ng-isolate-scope .border-left,ui-ng-segment-editor.ng-isolate-scope .border-left{border-left:1px solid #dee2e6!important}div[class*=FloatingMenu__] .border-0,ui-ng-add-rule-menu.ng-isolate-scope .border-0,ui-ng-date-time-picker.ng-isolate-scope .border-0,ui-ng-gear-schema-form.ng-isolate-scope .border-0,ui-ng-open-time-email-editor.ng-isolate-scope .border-0,ui-ng-segment-editor.ng-isolate-scope .border-0{border:0!important}div[class*=FloatingMenu__] .border-top-0,ui-ng-add-rule-menu.ng-isolate-scope .border-top-0,ui-ng-date-time-picker.ng-isolate-scope .border-top-0,ui-ng-gear-schema-form.ng-isolate-scope .border-top-0,ui-ng-open-time-email-editor.ng-isolate-scope .border-top-0,ui-ng-segment-editor.ng-isolate-scope .border-top-0{border-top:0!important}div[class*=FloatingMenu__] .border-right-0,ui-ng-add-rule-menu.ng-isolate-scope .border-right-0,ui-ng-date-time-picker.ng-isolate-scope .border-right-0,ui-ng-gear-schema-form.ng-isolate-scope .border-right-0,ui-ng-open-time-email-editor.ng-isolate-scope .border-right-0,ui-ng-segment-editor.ng-isolate-scope .border-right-0{border-right:0!important}div[class*=FloatingMenu__] .border-bottom-0,ui-ng-add-rule-menu.ng-isolate-scope .border-bottom-0,ui-ng-date-time-picker.ng-isolate-scope .border-bottom-0,ui-ng-gear-schema-form.ng-isolate-scope .border-bottom-0,ui-ng-open-time-email-editor.ng-isolate-scope .border-bottom-0,ui-ng-segment-editor.ng-isolate-scope .border-bottom-0{border-bottom:0!important}div[class*=FloatingMenu__] .border-left-0,ui-ng-add-rule-menu.ng-isolate-scope .border-left-0,ui-ng-date-time-picker.ng-isolate-scope .border-left-0,ui-ng-gear-schema-form.ng-isolate-scope .border-left-0,ui-ng-open-time-email-editor.ng-isolate-scope .border-left-0,ui-ng-segment-editor.ng-isolate-scope .border-left-0{border-left:0!important}div[class*=FloatingMenu__] .border-primary,ui-ng-add-rule-menu.ng-isolate-scope .border-primary,ui-ng-date-time-picker.ng-isolate-scope .border-primary,ui-ng-gear-schema-form.ng-isolate-scope .border-primary,ui-ng-open-time-email-editor.ng-isolate-scope .border-primary,ui-ng-segment-editor.ng-isolate-scope .border-primary{border-color:#0095da!important}div[class*=FloatingMenu__] .border-secondary,ui-ng-add-rule-menu.ng-isolate-scope .border-secondary,ui-ng-date-time-picker.ng-isolate-scope .border-secondary,ui-ng-gear-schema-form.ng-isolate-scope .border-secondary,ui-ng-open-time-email-editor.ng-isolate-scope .border-secondary,ui-ng-segment-editor.ng-isolate-scope .border-secondary{border-color:#606060!important}div[class*=FloatingMenu__] .border-success,ui-ng-add-rule-menu.ng-isolate-scope .border-success,ui-ng-date-time-picker.ng-isolate-scope .border-success,ui-ng-gear-schema-form.ng-isolate-scope .border-success,ui-ng-open-time-email-editor.ng-isolate-scope .border-success,ui-ng-segment-editor.ng-isolate-scope .border-success{border-color:#82c135!important}div[class*=FloatingMenu__] .border-info,ui-ng-add-rule-menu.ng-isolate-scope .border-info,ui-ng-date-time-picker.ng-isolate-scope .border-info,ui-ng-gear-schema-form.ng-isolate-scope .border-info,ui-ng-open-time-email-editor.ng-isolate-scope .border-info,ui-ng-segment-editor.ng-isolate-scope .border-info{border-color:#53b8e6!important}div[class*=FloatingMenu__] .border-warning,ui-ng-add-rule-menu.ng-isolate-scope .border-warning,ui-ng-date-time-picker.ng-isolate-scope .border-warning,ui-ng-gear-schema-form.ng-isolate-scope .border-warning,ui-ng-open-time-email-editor.ng-isolate-scope .border-warning,ui-ng-segment-editor.ng-isolate-scope .border-warning{border-color:#ff9600!important}div[class*=FloatingMenu__] .border-danger,ui-ng-add-rule-menu.ng-isolate-scope .border-danger,ui-ng-date-time-picker.ng-isolate-scope .border-danger,ui-ng-gear-schema-form.ng-isolate-scope .border-danger,ui-ng-open-time-email-editor.ng-isolate-scope .border-danger,ui-ng-segment-editor.ng-isolate-scope .border-danger{border-color:#dd360b!important}div[class*=FloatingMenu__] .border-light,ui-ng-add-rule-menu.ng-isolate-scope .border-light,ui-ng-date-time-picker.ng-isolate-scope .border-light,ui-ng-gear-schema-form.ng-isolate-scope .border-light,ui-ng-open-time-email-editor.ng-isolate-scope .border-light,ui-ng-segment-editor.ng-isolate-scope .border-light{border-color:#f5f5f5!important}div[class*=FloatingMenu__] .border-dark,ui-ng-add-rule-menu.ng-isolate-scope .border-dark,ui-ng-date-time-picker.ng-isolate-scope .border-dark,ui-ng-gear-schema-form.ng-isolate-scope .border-dark,ui-ng-open-time-email-editor.ng-isolate-scope .border-dark,ui-ng-segment-editor.ng-isolate-scope .border-dark{border-color:#303030!important}div[class*=FloatingMenu__] .border-white,ui-ng-add-rule-menu.ng-isolate-scope .border-white,ui-ng-date-time-picker.ng-isolate-scope .border-white,ui-ng-gear-schema-form.ng-isolate-scope .border-white,ui-ng-open-time-email-editor.ng-isolate-scope .border-white,ui-ng-segment-editor.ng-isolate-scope .border-white{border-color:#fff!important}div[class*=FloatingMenu__] .rounded-sm,ui-ng-add-rule-menu.ng-isolate-scope .rounded-sm,ui-ng-date-time-picker.ng-isolate-scope .rounded-sm,ui-ng-gear-schema-form.ng-isolate-scope .rounded-sm,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-sm,ui-ng-segment-editor.ng-isolate-scope .rounded-sm{border-radius:.2rem!important}div[class*=FloatingMenu__] .rounded,ui-ng-add-rule-menu.ng-isolate-scope .rounded,ui-ng-date-time-picker.ng-isolate-scope .rounded,ui-ng-gear-schema-form.ng-isolate-scope .rounded,ui-ng-open-time-email-editor.ng-isolate-scope .rounded,ui-ng-segment-editor.ng-isolate-scope .rounded{border-radius:.25rem!important}div[class*=FloatingMenu__] .rounded-top,ui-ng-add-rule-menu.ng-isolate-scope .rounded-top,ui-ng-date-time-picker.ng-isolate-scope .rounded-top,ui-ng-gear-schema-form.ng-isolate-scope .rounded-top,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-top,ui-ng-segment-editor.ng-isolate-scope .rounded-top{border-top-left-radius:.25rem!important}div[class*=FloatingMenu__] .rounded-right,div[class*=FloatingMenu__] .rounded-top,ui-ng-add-rule-menu.ng-isolate-scope .rounded-right,ui-ng-add-rule-menu.ng-isolate-scope .rounded-top,ui-ng-date-time-picker.ng-isolate-scope .rounded-right,ui-ng-date-time-picker.ng-isolate-scope .rounded-top,ui-ng-gear-schema-form.ng-isolate-scope .rounded-right,ui-ng-gear-schema-form.ng-isolate-scope .rounded-top,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-right,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-top,ui-ng-segment-editor.ng-isolate-scope .rounded-right,ui-ng-segment-editor.ng-isolate-scope .rounded-top{border-top-right-radius:.25rem!important}div[class*=FloatingMenu__] .rounded-bottom,div[class*=FloatingMenu__] .rounded-right,ui-ng-add-rule-menu.ng-isolate-scope .rounded-bottom,ui-ng-add-rule-menu.ng-isolate-scope .rounded-right,ui-ng-date-time-picker.ng-isolate-scope .rounded-bottom,ui-ng-date-time-picker.ng-isolate-scope .rounded-right,ui-ng-gear-schema-form.ng-isolate-scope .rounded-bottom,ui-ng-gear-schema-form.ng-isolate-scope .rounded-right,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-bottom,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-right,ui-ng-segment-editor.ng-isolate-scope .rounded-bottom,ui-ng-segment-editor.ng-isolate-scope .rounded-right{border-bottom-right-radius:.25rem!important}div[class*=FloatingMenu__] .rounded-bottom,div[class*=FloatingMenu__] .rounded-left,ui-ng-add-rule-menu.ng-isolate-scope .rounded-bottom,ui-ng-add-rule-menu.ng-isolate-scope .rounded-left,ui-ng-date-time-picker.ng-isolate-scope .rounded-bottom,ui-ng-date-time-picker.ng-isolate-scope .rounded-left,ui-ng-gear-schema-form.ng-isolate-scope .rounded-bottom,ui-ng-gear-schema-form.ng-isolate-scope .rounded-left,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-bottom,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-left,ui-ng-segment-editor.ng-isolate-scope .rounded-bottom,ui-ng-segment-editor.ng-isolate-scope .rounded-left{border-bottom-left-radius:.25rem!important}div[class*=FloatingMenu__] .rounded-left,ui-ng-add-rule-menu.ng-isolate-scope .rounded-left,ui-ng-date-time-picker.ng-isolate-scope .rounded-left,ui-ng-gear-schema-form.ng-isolate-scope .rounded-left,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-left,ui-ng-segment-editor.ng-isolate-scope .rounded-left{border-top-left-radius:.25rem!important}div[class*=FloatingMenu__] .rounded-lg,ui-ng-add-rule-menu.ng-isolate-scope .rounded-lg,ui-ng-date-time-picker.ng-isolate-scope .rounded-lg,ui-ng-gear-schema-form.ng-isolate-scope .rounded-lg,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-lg,ui-ng-segment-editor.ng-isolate-scope .rounded-lg{border-radius:.3rem!important}div[class*=FloatingMenu__] .rounded-circle,ui-ng-add-rule-menu.ng-isolate-scope .rounded-circle,ui-ng-date-time-picker.ng-isolate-scope .rounded-circle,ui-ng-gear-schema-form.ng-isolate-scope .rounded-circle,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-circle,ui-ng-segment-editor.ng-isolate-scope .rounded-circle{border-radius:50%!important}div[class*=FloatingMenu__] .rounded-pill,ui-ng-add-rule-menu.ng-isolate-scope .rounded-pill,ui-ng-date-time-picker.ng-isolate-scope .rounded-pill,ui-ng-gear-schema-form.ng-isolate-scope .rounded-pill,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-pill,ui-ng-segment-editor.ng-isolate-scope .rounded-pill{border-radius:50rem!important}div[class*=FloatingMenu__] .rounded-0,ui-ng-add-rule-menu.ng-isolate-scope .rounded-0,ui-ng-date-time-picker.ng-isolate-scope .rounded-0,ui-ng-gear-schema-form.ng-isolate-scope .rounded-0,ui-ng-open-time-email-editor.ng-isolate-scope .rounded-0,ui-ng-segment-editor.ng-isolate-scope .rounded-0{border-radius:0!important}div[class*=FloatingMenu__] .clearfix:after,ui-ng-add-rule-menu.ng-isolate-scope .clearfix:after,ui-ng-date-time-picker.ng-isolate-scope .clearfix:after,ui-ng-gear-schema-form.ng-isolate-scope .clearfix:after,ui-ng-open-time-email-editor.ng-isolate-scope .clearfix:after,ui-ng-segment-editor.ng-isolate-scope .clearfix:after{display:block;clear:both;content:""}div[class*=FloatingMenu__] .d-none,ui-ng-add-rule-menu.ng-isolate-scope .d-none,ui-ng-date-time-picker.ng-isolate-scope .d-none,ui-ng-gear-schema-form.ng-isolate-scope .d-none,ui-ng-open-time-email-editor.ng-isolate-scope .d-none,ui-ng-segment-editor.ng-isolate-scope .d-none{display:none!important}div[class*=FloatingMenu__] .d-inline,ui-ng-add-rule-menu.ng-isolate-scope .d-inline,ui-ng-date-time-picker.ng-isolate-scope .d-inline,ui-ng-gear-schema-form.ng-isolate-scope .d-inline,ui-ng-open-time-email-editor.ng-isolate-scope .d-inline,ui-ng-segment-editor.ng-isolate-scope .d-inline{display:inline!important}div[class*=FloatingMenu__] .d-inline-block,ui-ng-add-rule-menu.ng-isolate-scope .d-inline-block,ui-ng-date-time-picker.ng-isolate-scope .d-inline-block,ui-ng-gear-schema-form.ng-isolate-scope .d-inline-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-inline-block,ui-ng-segment-editor.ng-isolate-scope .d-inline-block{display:inline-block!important}div[class*=FloatingMenu__] .d-block,ui-ng-add-rule-menu.ng-isolate-scope .d-block,ui-ng-date-time-picker.ng-isolate-scope .d-block,ui-ng-gear-schema-form.ng-isolate-scope .d-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-block,ui-ng-segment-editor.ng-isolate-scope .d-block{display:block!important}div[class*=FloatingMenu__] .d-table,ui-ng-add-rule-menu.ng-isolate-scope .d-table,ui-ng-date-time-picker.ng-isolate-scope .d-table,ui-ng-gear-schema-form.ng-isolate-scope .d-table,ui-ng-open-time-email-editor.ng-isolate-scope .d-table,ui-ng-segment-editor.ng-isolate-scope .d-table{display:table!important}div[class*=FloatingMenu__] .d-table-row,ui-ng-add-rule-menu.ng-isolate-scope .d-table-row,ui-ng-date-time-picker.ng-isolate-scope .d-table-row,ui-ng-gear-schema-form.ng-isolate-scope .d-table-row,ui-ng-open-time-email-editor.ng-isolate-scope .d-table-row,ui-ng-segment-editor.ng-isolate-scope .d-table-row{display:table-row!important}div[class*=FloatingMenu__] .d-table-cell,ui-ng-add-rule-menu.ng-isolate-scope .d-table-cell,ui-ng-date-time-picker.ng-isolate-scope .d-table-cell,ui-ng-gear-schema-form.ng-isolate-scope .d-table-cell,ui-ng-open-time-email-editor.ng-isolate-scope .d-table-cell,ui-ng-segment-editor.ng-isolate-scope .d-table-cell{display:table-cell!important}div[class*=FloatingMenu__] .d-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-flex,ui-ng-date-time-picker.ng-isolate-scope .d-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-flex,ui-ng-segment-editor.ng-isolate-scope .d-flex{display:flex!important}div[class*=FloatingMenu__] .d-inline-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-inline-flex,ui-ng-date-time-picker.ng-isolate-scope .d-inline-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-inline-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-inline-flex,ui-ng-segment-editor.ng-isolate-scope .d-inline-flex{display:inline-flex!important}@media (min-width:576px){div[class*=FloatingMenu__] .d-sm-none,ui-ng-add-rule-menu.ng-isolate-scope .d-sm-none,ui-ng-date-time-picker.ng-isolate-scope .d-sm-none,ui-ng-gear-schema-form.ng-isolate-scope .d-sm-none,ui-ng-open-time-email-editor.ng-isolate-scope .d-sm-none,ui-ng-segment-editor.ng-isolate-scope .d-sm-none{display:none!important}div[class*=FloatingMenu__] .d-sm-inline,ui-ng-add-rule-menu.ng-isolate-scope .d-sm-inline,ui-ng-date-time-picker.ng-isolate-scope .d-sm-inline,ui-ng-gear-schema-form.ng-isolate-scope .d-sm-inline,ui-ng-open-time-email-editor.ng-isolate-scope .d-sm-inline,ui-ng-segment-editor.ng-isolate-scope .d-sm-inline{display:inline!important}div[class*=FloatingMenu__] .d-sm-inline-block,ui-ng-add-rule-menu.ng-isolate-scope .d-sm-inline-block,ui-ng-date-time-picker.ng-isolate-scope .d-sm-inline-block,ui-ng-gear-schema-form.ng-isolate-scope .d-sm-inline-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-sm-inline-block,ui-ng-segment-editor.ng-isolate-scope .d-sm-inline-block{display:inline-block!important}div[class*=FloatingMenu__] .d-sm-block,ui-ng-add-rule-menu.ng-isolate-scope .d-sm-block,ui-ng-date-time-picker.ng-isolate-scope .d-sm-block,ui-ng-gear-schema-form.ng-isolate-scope .d-sm-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-sm-block,ui-ng-segment-editor.ng-isolate-scope .d-sm-block{display:block!important}div[class*=FloatingMenu__] .d-sm-table,ui-ng-add-rule-menu.ng-isolate-scope .d-sm-table,ui-ng-date-time-picker.ng-isolate-scope .d-sm-table,ui-ng-gear-schema-form.ng-isolate-scope .d-sm-table,ui-ng-open-time-email-editor.ng-isolate-scope .d-sm-table,ui-ng-segment-editor.ng-isolate-scope .d-sm-table{display:table!important}div[class*=FloatingMenu__] .d-sm-table-row,ui-ng-add-rule-menu.ng-isolate-scope .d-sm-table-row,ui-ng-date-time-picker.ng-isolate-scope .d-sm-table-row,ui-ng-gear-schema-form.ng-isolate-scope .d-sm-table-row,ui-ng-open-time-email-editor.ng-isolate-scope .d-sm-table-row,ui-ng-segment-editor.ng-isolate-scope .d-sm-table-row{display:table-row!important}div[class*=FloatingMenu__] .d-sm-table-cell,ui-ng-add-rule-menu.ng-isolate-scope .d-sm-table-cell,ui-ng-date-time-picker.ng-isolate-scope .d-sm-table-cell,ui-ng-gear-schema-form.ng-isolate-scope .d-sm-table-cell,ui-ng-open-time-email-editor.ng-isolate-scope .d-sm-table-cell,ui-ng-segment-editor.ng-isolate-scope .d-sm-table-cell{display:table-cell!important}div[class*=FloatingMenu__] .d-sm-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-sm-flex,ui-ng-date-time-picker.ng-isolate-scope .d-sm-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-sm-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-sm-flex,ui-ng-segment-editor.ng-isolate-scope .d-sm-flex{display:flex!important}div[class*=FloatingMenu__] .d-sm-inline-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-sm-inline-flex,ui-ng-date-time-picker.ng-isolate-scope .d-sm-inline-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-sm-inline-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-sm-inline-flex,ui-ng-segment-editor.ng-isolate-scope .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){div[class*=FloatingMenu__] .d-md-none,ui-ng-add-rule-menu.ng-isolate-scope .d-md-none,ui-ng-date-time-picker.ng-isolate-scope .d-md-none,ui-ng-gear-schema-form.ng-isolate-scope .d-md-none,ui-ng-open-time-email-editor.ng-isolate-scope .d-md-none,ui-ng-segment-editor.ng-isolate-scope .d-md-none{display:none!important}div[class*=FloatingMenu__] .d-md-inline,ui-ng-add-rule-menu.ng-isolate-scope .d-md-inline,ui-ng-date-time-picker.ng-isolate-scope .d-md-inline,ui-ng-gear-schema-form.ng-isolate-scope .d-md-inline,ui-ng-open-time-email-editor.ng-isolate-scope .d-md-inline,ui-ng-segment-editor.ng-isolate-scope .d-md-inline{display:inline!important}div[class*=FloatingMenu__] .d-md-inline-block,ui-ng-add-rule-menu.ng-isolate-scope .d-md-inline-block,ui-ng-date-time-picker.ng-isolate-scope .d-md-inline-block,ui-ng-gear-schema-form.ng-isolate-scope .d-md-inline-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-md-inline-block,ui-ng-segment-editor.ng-isolate-scope .d-md-inline-block{display:inline-block!important}div[class*=FloatingMenu__] .d-md-block,ui-ng-add-rule-menu.ng-isolate-scope .d-md-block,ui-ng-date-time-picker.ng-isolate-scope .d-md-block,ui-ng-gear-schema-form.ng-isolate-scope .d-md-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-md-block,ui-ng-segment-editor.ng-isolate-scope .d-md-block{display:block!important}div[class*=FloatingMenu__] .d-md-table,ui-ng-add-rule-menu.ng-isolate-scope .d-md-table,ui-ng-date-time-picker.ng-isolate-scope .d-md-table,ui-ng-gear-schema-form.ng-isolate-scope .d-md-table,ui-ng-open-time-email-editor.ng-isolate-scope .d-md-table,ui-ng-segment-editor.ng-isolate-scope .d-md-table{display:table!important}div[class*=FloatingMenu__] .d-md-table-row,ui-ng-add-rule-menu.ng-isolate-scope .d-md-table-row,ui-ng-date-time-picker.ng-isolate-scope .d-md-table-row,ui-ng-gear-schema-form.ng-isolate-scope .d-md-table-row,ui-ng-open-time-email-editor.ng-isolate-scope .d-md-table-row,ui-ng-segment-editor.ng-isolate-scope .d-md-table-row{display:table-row!important}div[class*=FloatingMenu__] .d-md-table-cell,ui-ng-add-rule-menu.ng-isolate-scope .d-md-table-cell,ui-ng-date-time-picker.ng-isolate-scope .d-md-table-cell,ui-ng-gear-schema-form.ng-isolate-scope .d-md-table-cell,ui-ng-open-time-email-editor.ng-isolate-scope .d-md-table-cell,ui-ng-segment-editor.ng-isolate-scope .d-md-table-cell{display:table-cell!important}div[class*=FloatingMenu__] .d-md-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-md-flex,ui-ng-date-time-picker.ng-isolate-scope .d-md-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-md-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-md-flex,ui-ng-segment-editor.ng-isolate-scope .d-md-flex{display:flex!important}div[class*=FloatingMenu__] .d-md-inline-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-md-inline-flex,ui-ng-date-time-picker.ng-isolate-scope .d-md-inline-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-md-inline-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-md-inline-flex,ui-ng-segment-editor.ng-isolate-scope .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){div[class*=FloatingMenu__] .d-lg-none,ui-ng-add-rule-menu.ng-isolate-scope .d-lg-none,ui-ng-date-time-picker.ng-isolate-scope .d-lg-none,ui-ng-gear-schema-form.ng-isolate-scope .d-lg-none,ui-ng-open-time-email-editor.ng-isolate-scope .d-lg-none,ui-ng-segment-editor.ng-isolate-scope .d-lg-none{display:none!important}div[class*=FloatingMenu__] .d-lg-inline,ui-ng-add-rule-menu.ng-isolate-scope .d-lg-inline,ui-ng-date-time-picker.ng-isolate-scope .d-lg-inline,ui-ng-gear-schema-form.ng-isolate-scope .d-lg-inline,ui-ng-open-time-email-editor.ng-isolate-scope .d-lg-inline,ui-ng-segment-editor.ng-isolate-scope .d-lg-inline{display:inline!important}div[class*=FloatingMenu__] .d-lg-inline-block,ui-ng-add-rule-menu.ng-isolate-scope .d-lg-inline-block,ui-ng-date-time-picker.ng-isolate-scope .d-lg-inline-block,ui-ng-gear-schema-form.ng-isolate-scope .d-lg-inline-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-lg-inline-block,ui-ng-segment-editor.ng-isolate-scope .d-lg-inline-block{display:inline-block!important}div[class*=FloatingMenu__] .d-lg-block,ui-ng-add-rule-menu.ng-isolate-scope .d-lg-block,ui-ng-date-time-picker.ng-isolate-scope .d-lg-block,ui-ng-gear-schema-form.ng-isolate-scope .d-lg-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-lg-block,ui-ng-segment-editor.ng-isolate-scope .d-lg-block{display:block!important}div[class*=FloatingMenu__] .d-lg-table,ui-ng-add-rule-menu.ng-isolate-scope .d-lg-table,ui-ng-date-time-picker.ng-isolate-scope .d-lg-table,ui-ng-gear-schema-form.ng-isolate-scope .d-lg-table,ui-ng-open-time-email-editor.ng-isolate-scope .d-lg-table,ui-ng-segment-editor.ng-isolate-scope .d-lg-table{display:table!important}div[class*=FloatingMenu__] .d-lg-table-row,ui-ng-add-rule-menu.ng-isolate-scope .d-lg-table-row,ui-ng-date-time-picker.ng-isolate-scope .d-lg-table-row,ui-ng-gear-schema-form.ng-isolate-scope .d-lg-table-row,ui-ng-open-time-email-editor.ng-isolate-scope .d-lg-table-row,ui-ng-segment-editor.ng-isolate-scope .d-lg-table-row{display:table-row!important}div[class*=FloatingMenu__] .d-lg-table-cell,ui-ng-add-rule-menu.ng-isolate-scope .d-lg-table-cell,ui-ng-date-time-picker.ng-isolate-scope .d-lg-table-cell,ui-ng-gear-schema-form.ng-isolate-scope .d-lg-table-cell,ui-ng-open-time-email-editor.ng-isolate-scope .d-lg-table-cell,ui-ng-segment-editor.ng-isolate-scope .d-lg-table-cell{display:table-cell!important}div[class*=FloatingMenu__] .d-lg-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-lg-flex,ui-ng-date-time-picker.ng-isolate-scope .d-lg-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-lg-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-lg-flex,ui-ng-segment-editor.ng-isolate-scope .d-lg-flex{display:flex!important}div[class*=FloatingMenu__] .d-lg-inline-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-lg-inline-flex,ui-ng-date-time-picker.ng-isolate-scope .d-lg-inline-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-lg-inline-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-lg-inline-flex,ui-ng-segment-editor.ng-isolate-scope .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){div[class*=FloatingMenu__] .d-xl-none,ui-ng-add-rule-menu.ng-isolate-scope .d-xl-none,ui-ng-date-time-picker.ng-isolate-scope .d-xl-none,ui-ng-gear-schema-form.ng-isolate-scope .d-xl-none,ui-ng-open-time-email-editor.ng-isolate-scope .d-xl-none,ui-ng-segment-editor.ng-isolate-scope .d-xl-none{display:none!important}div[class*=FloatingMenu__] .d-xl-inline,ui-ng-add-rule-menu.ng-isolate-scope .d-xl-inline,ui-ng-date-time-picker.ng-isolate-scope .d-xl-inline,ui-ng-gear-schema-form.ng-isolate-scope .d-xl-inline,ui-ng-open-time-email-editor.ng-isolate-scope .d-xl-inline,ui-ng-segment-editor.ng-isolate-scope .d-xl-inline{display:inline!important}div[class*=FloatingMenu__] .d-xl-inline-block,ui-ng-add-rule-menu.ng-isolate-scope .d-xl-inline-block,ui-ng-date-time-picker.ng-isolate-scope .d-xl-inline-block,ui-ng-gear-schema-form.ng-isolate-scope .d-xl-inline-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-xl-inline-block,ui-ng-segment-editor.ng-isolate-scope .d-xl-inline-block{display:inline-block!important}div[class*=FloatingMenu__] .d-xl-block,ui-ng-add-rule-menu.ng-isolate-scope .d-xl-block,ui-ng-date-time-picker.ng-isolate-scope .d-xl-block,ui-ng-gear-schema-form.ng-isolate-scope .d-xl-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-xl-block,ui-ng-segment-editor.ng-isolate-scope .d-xl-block{display:block!important}div[class*=FloatingMenu__] .d-xl-table,ui-ng-add-rule-menu.ng-isolate-scope .d-xl-table,ui-ng-date-time-picker.ng-isolate-scope .d-xl-table,ui-ng-gear-schema-form.ng-isolate-scope .d-xl-table,ui-ng-open-time-email-editor.ng-isolate-scope .d-xl-table,ui-ng-segment-editor.ng-isolate-scope .d-xl-table{display:table!important}div[class*=FloatingMenu__] .d-xl-table-row,ui-ng-add-rule-menu.ng-isolate-scope .d-xl-table-row,ui-ng-date-time-picker.ng-isolate-scope .d-xl-table-row,ui-ng-gear-schema-form.ng-isolate-scope .d-xl-table-row,ui-ng-open-time-email-editor.ng-isolate-scope .d-xl-table-row,ui-ng-segment-editor.ng-isolate-scope .d-xl-table-row{display:table-row!important}div[class*=FloatingMenu__] .d-xl-table-cell,ui-ng-add-rule-menu.ng-isolate-scope .d-xl-table-cell,ui-ng-date-time-picker.ng-isolate-scope .d-xl-table-cell,ui-ng-gear-schema-form.ng-isolate-scope .d-xl-table-cell,ui-ng-open-time-email-editor.ng-isolate-scope .d-xl-table-cell,ui-ng-segment-editor.ng-isolate-scope .d-xl-table-cell{display:table-cell!important}div[class*=FloatingMenu__] .d-xl-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-xl-flex,ui-ng-date-time-picker.ng-isolate-scope .d-xl-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-xl-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-xl-flex,ui-ng-segment-editor.ng-isolate-scope .d-xl-flex{display:flex!important}div[class*=FloatingMenu__] .d-xl-inline-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-xl-inline-flex,ui-ng-date-time-picker.ng-isolate-scope .d-xl-inline-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-xl-inline-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-xl-inline-flex,ui-ng-segment-editor.ng-isolate-scope .d-xl-inline-flex{display:inline-flex!important}}@media print{div[class*=FloatingMenu__] .d-print-none,ui-ng-add-rule-menu.ng-isolate-scope .d-print-none,ui-ng-date-time-picker.ng-isolate-scope .d-print-none,ui-ng-gear-schema-form.ng-isolate-scope .d-print-none,ui-ng-open-time-email-editor.ng-isolate-scope .d-print-none,ui-ng-segment-editor.ng-isolate-scope .d-print-none{display:none!important}div[class*=FloatingMenu__] .d-print-inline,ui-ng-add-rule-menu.ng-isolate-scope .d-print-inline,ui-ng-date-time-picker.ng-isolate-scope .d-print-inline,ui-ng-gear-schema-form.ng-isolate-scope .d-print-inline,ui-ng-open-time-email-editor.ng-isolate-scope .d-print-inline,ui-ng-segment-editor.ng-isolate-scope .d-print-inline{display:inline!important}div[class*=FloatingMenu__] .d-print-inline-block,ui-ng-add-rule-menu.ng-isolate-scope .d-print-inline-block,ui-ng-date-time-picker.ng-isolate-scope .d-print-inline-block,ui-ng-gear-schema-form.ng-isolate-scope .d-print-inline-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-print-inline-block,ui-ng-segment-editor.ng-isolate-scope .d-print-inline-block{display:inline-block!important}div[class*=FloatingMenu__] .d-print-block,ui-ng-add-rule-menu.ng-isolate-scope .d-print-block,ui-ng-date-time-picker.ng-isolate-scope .d-print-block,ui-ng-gear-schema-form.ng-isolate-scope .d-print-block,ui-ng-open-time-email-editor.ng-isolate-scope .d-print-block,ui-ng-segment-editor.ng-isolate-scope .d-print-block{display:block!important}div[class*=FloatingMenu__] .d-print-table,ui-ng-add-rule-menu.ng-isolate-scope .d-print-table,ui-ng-date-time-picker.ng-isolate-scope .d-print-table,ui-ng-gear-schema-form.ng-isolate-scope .d-print-table,ui-ng-open-time-email-editor.ng-isolate-scope .d-print-table,ui-ng-segment-editor.ng-isolate-scope .d-print-table{display:table!important}div[class*=FloatingMenu__] .d-print-table-row,ui-ng-add-rule-menu.ng-isolate-scope .d-print-table-row,ui-ng-date-time-picker.ng-isolate-scope .d-print-table-row,ui-ng-gear-schema-form.ng-isolate-scope .d-print-table-row,ui-ng-open-time-email-editor.ng-isolate-scope .d-print-table-row,ui-ng-segment-editor.ng-isolate-scope .d-print-table-row{display:table-row!important}div[class*=FloatingMenu__] .d-print-table-cell,ui-ng-add-rule-menu.ng-isolate-scope .d-print-table-cell,ui-ng-date-time-picker.ng-isolate-scope .d-print-table-cell,ui-ng-gear-schema-form.ng-isolate-scope .d-print-table-cell,ui-ng-open-time-email-editor.ng-isolate-scope .d-print-table-cell,ui-ng-segment-editor.ng-isolate-scope .d-print-table-cell{display:table-cell!important}div[class*=FloatingMenu__] .d-print-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-print-flex,ui-ng-date-time-picker.ng-isolate-scope .d-print-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-print-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-print-flex,ui-ng-segment-editor.ng-isolate-scope .d-print-flex{display:flex!important}div[class*=FloatingMenu__] .d-print-inline-flex,ui-ng-add-rule-menu.ng-isolate-scope .d-print-inline-flex,ui-ng-date-time-picker.ng-isolate-scope .d-print-inline-flex,ui-ng-gear-schema-form.ng-isolate-scope .d-print-inline-flex,ui-ng-open-time-email-editor.ng-isolate-scope .d-print-inline-flex,ui-ng-segment-editor.ng-isolate-scope .d-print-inline-flex{display:inline-flex!important}}div[class*=FloatingMenu__] .embed-responsive,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive,ui-ng-segment-editor.ng-isolate-scope .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}div[class*=FloatingMenu__] .embed-responsive:before,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive:before,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive:before,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive:before,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive:before,ui-ng-segment-editor.ng-isolate-scope .embed-responsive:before{display:block;content:""}div[class*=FloatingMenu__] .embed-responsive .embed-responsive-item,div[class*=FloatingMenu__] .embed-responsive embed,div[class*=FloatingMenu__] .embed-responsive iframe,div[class*=FloatingMenu__] .embed-responsive object,div[class*=FloatingMenu__] .embed-responsive video,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive .embed-responsive-item,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive embed,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive iframe,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive object,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive video,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive .embed-responsive-item,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive embed,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive iframe,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive object,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive video,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive .embed-responsive-item,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive embed,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive iframe,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive object,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive video,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive .embed-responsive-item,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive embed,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive iframe,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive object,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive video,ui-ng-segment-editor.ng-isolate-scope .embed-responsive .embed-responsive-item,ui-ng-segment-editor.ng-isolate-scope .embed-responsive embed,ui-ng-segment-editor.ng-isolate-scope .embed-responsive iframe,ui-ng-segment-editor.ng-isolate-scope .embed-responsive object,ui-ng-segment-editor.ng-isolate-scope .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}div[class*=FloatingMenu__] .embed-responsive-21by9:before,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive-21by9:before,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive-21by9:before,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive-21by9:before,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive-21by9:before,ui-ng-segment-editor.ng-isolate-scope .embed-responsive-21by9:before{padding-top:42.85714%}div[class*=FloatingMenu__] .embed-responsive-16by9:before,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive-16by9:before,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive-16by9:before,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive-16by9:before,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive-16by9:before,ui-ng-segment-editor.ng-isolate-scope .embed-responsive-16by9:before{padding-top:56.25%}div[class*=FloatingMenu__] .embed-responsive-4by3:before,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive-4by3:before,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive-4by3:before,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive-4by3:before,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive-4by3:before,ui-ng-segment-editor.ng-isolate-scope .embed-responsive-4by3:before{padding-top:75%}div[class*=FloatingMenu__] .embed-responsive-1by1:before,ui-ng-add-rule-menu.ng-isolate-scope .embed-responsive-1by1:before,ui-ng-date-time-picker.ng-isolate-scope .embed-responsive-1by1:before,ui-ng-gear-schema-form.ng-isolate-scope .embed-responsive-1by1:before,ui-ng-open-time-email-editor.ng-isolate-scope .embed-responsive-1by1:before,ui-ng-segment-editor.ng-isolate-scope .embed-responsive-1by1:before{padding-top:100%}div[class*=FloatingMenu__] .flex-row,ui-ng-add-rule-menu.ng-isolate-scope .flex-row,ui-ng-date-time-picker.ng-isolate-scope .flex-row,ui-ng-gear-schema-form.ng-isolate-scope .flex-row,ui-ng-open-time-email-editor.ng-isolate-scope .flex-row,ui-ng-segment-editor.ng-isolate-scope .flex-row{flex-direction:row!important}div[class*=FloatingMenu__] .flex-column,ui-ng-add-rule-menu.ng-isolate-scope .flex-column,ui-ng-date-time-picker.ng-isolate-scope .flex-column,ui-ng-gear-schema-form.ng-isolate-scope .flex-column,ui-ng-open-time-email-editor.ng-isolate-scope .flex-column,ui-ng-segment-editor.ng-isolate-scope .flex-column{flex-direction:column!important}div[class*=FloatingMenu__] .flex-row-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-row-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-row-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-row-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-row-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-row-reverse{flex-direction:row-reverse!important}div[class*=FloatingMenu__] .flex-column-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-column-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-column-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-column-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-column-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-column-reverse{flex-direction:column-reverse!important}div[class*=FloatingMenu__] .flex-wrap,ui-ng-add-rule-menu.ng-isolate-scope .flex-wrap,ui-ng-date-time-picker.ng-isolate-scope .flex-wrap,ui-ng-gear-schema-form.ng-isolate-scope .flex-wrap,ui-ng-open-time-email-editor.ng-isolate-scope .flex-wrap,ui-ng-segment-editor.ng-isolate-scope .flex-wrap{flex-wrap:wrap!important}div[class*=FloatingMenu__] .flex-nowrap,ui-ng-add-rule-menu.ng-isolate-scope .flex-nowrap,ui-ng-date-time-picker.ng-isolate-scope .flex-nowrap,ui-ng-gear-schema-form.ng-isolate-scope .flex-nowrap,ui-ng-open-time-email-editor.ng-isolate-scope .flex-nowrap,ui-ng-segment-editor.ng-isolate-scope .flex-nowrap{flex-wrap:nowrap!important}div[class*=FloatingMenu__] .flex-wrap-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-wrap-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-wrap-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-wrap-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-wrap-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-wrap-reverse{flex-wrap:wrap-reverse!important}div[class*=FloatingMenu__] .flex-fill,ui-ng-add-rule-menu.ng-isolate-scope .flex-fill,ui-ng-date-time-picker.ng-isolate-scope .flex-fill,ui-ng-gear-schema-form.ng-isolate-scope .flex-fill,ui-ng-open-time-email-editor.ng-isolate-scope .flex-fill,ui-ng-segment-editor.ng-isolate-scope .flex-fill{flex:1 1 auto!important}div[class*=FloatingMenu__] .flex-grow-0,ui-ng-add-rule-menu.ng-isolate-scope .flex-grow-0,ui-ng-date-time-picker.ng-isolate-scope .flex-grow-0,ui-ng-gear-schema-form.ng-isolate-scope .flex-grow-0,ui-ng-open-time-email-editor.ng-isolate-scope .flex-grow-0,ui-ng-segment-editor.ng-isolate-scope .flex-grow-0{flex-grow:0!important}div[class*=FloatingMenu__] .flex-grow-1,ui-ng-add-rule-menu.ng-isolate-scope .flex-grow-1,ui-ng-date-time-picker.ng-isolate-scope .flex-grow-1,ui-ng-gear-schema-form.ng-isolate-scope .flex-grow-1,ui-ng-open-time-email-editor.ng-isolate-scope .flex-grow-1,ui-ng-segment-editor.ng-isolate-scope .flex-grow-1{flex-grow:1!important}div[class*=FloatingMenu__] .flex-shrink-0,ui-ng-add-rule-menu.ng-isolate-scope .flex-shrink-0,ui-ng-date-time-picker.ng-isolate-scope .flex-shrink-0,ui-ng-gear-schema-form.ng-isolate-scope .flex-shrink-0,ui-ng-open-time-email-editor.ng-isolate-scope .flex-shrink-0,ui-ng-segment-editor.ng-isolate-scope .flex-shrink-0{flex-shrink:0!important}div[class*=FloatingMenu__] .flex-shrink-1,ui-ng-add-rule-menu.ng-isolate-scope .flex-shrink-1,ui-ng-date-time-picker.ng-isolate-scope .flex-shrink-1,ui-ng-gear-schema-form.ng-isolate-scope .flex-shrink-1,ui-ng-open-time-email-editor.ng-isolate-scope .flex-shrink-1,ui-ng-segment-editor.ng-isolate-scope .flex-shrink-1{flex-shrink:1!important}div[class*=FloatingMenu__] .justify-content-start,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-start,ui-ng-date-time-picker.ng-isolate-scope .justify-content-start,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-start,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-start,ui-ng-segment-editor.ng-isolate-scope .justify-content-start{justify-content:flex-start!important}div[class*=FloatingMenu__] .justify-content-end,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-end,ui-ng-date-time-picker.ng-isolate-scope .justify-content-end,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-end,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-end,ui-ng-segment-editor.ng-isolate-scope .justify-content-end{justify-content:flex-end!important}div[class*=FloatingMenu__] .justify-content-center,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-center,ui-ng-date-time-picker.ng-isolate-scope .justify-content-center,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-center,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-center,ui-ng-segment-editor.ng-isolate-scope .justify-content-center{justify-content:center!important}div[class*=FloatingMenu__] .justify-content-between,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-between,ui-ng-date-time-picker.ng-isolate-scope .justify-content-between,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-between,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-between,ui-ng-segment-editor.ng-isolate-scope .justify-content-between{justify-content:space-between!important}div[class*=FloatingMenu__] .justify-content-around,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-around,ui-ng-date-time-picker.ng-isolate-scope .justify-content-around,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-around,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-around,ui-ng-segment-editor.ng-isolate-scope .justify-content-around{justify-content:space-around!important}div[class*=FloatingMenu__] .align-items-start,ui-ng-add-rule-menu.ng-isolate-scope .align-items-start,ui-ng-date-time-picker.ng-isolate-scope .align-items-start,ui-ng-gear-schema-form.ng-isolate-scope .align-items-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-start,ui-ng-segment-editor.ng-isolate-scope .align-items-start{align-items:flex-start!important}div[class*=FloatingMenu__] .align-items-end,ui-ng-add-rule-menu.ng-isolate-scope .align-items-end,ui-ng-date-time-picker.ng-isolate-scope .align-items-end,ui-ng-gear-schema-form.ng-isolate-scope .align-items-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-end,ui-ng-segment-editor.ng-isolate-scope .align-items-end{align-items:flex-end!important}div[class*=FloatingMenu__] .align-items-center,ui-ng-add-rule-menu.ng-isolate-scope .align-items-center,ui-ng-date-time-picker.ng-isolate-scope .align-items-center,ui-ng-gear-schema-form.ng-isolate-scope .align-items-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-center,ui-ng-segment-editor.ng-isolate-scope .align-items-center{align-items:center!important}div[class*=FloatingMenu__] .align-items-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-items-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-items-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-items-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-baseline,ui-ng-segment-editor.ng-isolate-scope .align-items-baseline{align-items:baseline!important}div[class*=FloatingMenu__] .align-items-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-items-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-items-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-items-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-stretch,ui-ng-segment-editor.ng-isolate-scope .align-items-stretch{align-items:stretch!important}div[class*=FloatingMenu__] .align-content-start,ui-ng-add-rule-menu.ng-isolate-scope .align-content-start,ui-ng-date-time-picker.ng-isolate-scope .align-content-start,ui-ng-gear-schema-form.ng-isolate-scope .align-content-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-start,ui-ng-segment-editor.ng-isolate-scope .align-content-start{align-content:flex-start!important}div[class*=FloatingMenu__] .align-content-end,ui-ng-add-rule-menu.ng-isolate-scope .align-content-end,ui-ng-date-time-picker.ng-isolate-scope .align-content-end,ui-ng-gear-schema-form.ng-isolate-scope .align-content-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-end,ui-ng-segment-editor.ng-isolate-scope .align-content-end{align-content:flex-end!important}div[class*=FloatingMenu__] .align-content-center,ui-ng-add-rule-menu.ng-isolate-scope .align-content-center,ui-ng-date-time-picker.ng-isolate-scope .align-content-center,ui-ng-gear-schema-form.ng-isolate-scope .align-content-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-center,ui-ng-segment-editor.ng-isolate-scope .align-content-center{align-content:center!important}div[class*=FloatingMenu__] .align-content-between,ui-ng-add-rule-menu.ng-isolate-scope .align-content-between,ui-ng-date-time-picker.ng-isolate-scope .align-content-between,ui-ng-gear-schema-form.ng-isolate-scope .align-content-between,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-between,ui-ng-segment-editor.ng-isolate-scope .align-content-between{align-content:space-between!important}div[class*=FloatingMenu__] .align-content-around,ui-ng-add-rule-menu.ng-isolate-scope .align-content-around,ui-ng-date-time-picker.ng-isolate-scope .align-content-around,ui-ng-gear-schema-form.ng-isolate-scope .align-content-around,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-around,ui-ng-segment-editor.ng-isolate-scope .align-content-around{align-content:space-around!important}div[class*=FloatingMenu__] .align-content-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-content-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-content-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-content-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-stretch,ui-ng-segment-editor.ng-isolate-scope .align-content-stretch{align-content:stretch!important}div[class*=FloatingMenu__] .align-self-auto,ui-ng-add-rule-menu.ng-isolate-scope .align-self-auto,ui-ng-date-time-picker.ng-isolate-scope .align-self-auto,ui-ng-gear-schema-form.ng-isolate-scope .align-self-auto,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-auto,ui-ng-segment-editor.ng-isolate-scope .align-self-auto{align-self:auto!important}div[class*=FloatingMenu__] .align-self-start,ui-ng-add-rule-menu.ng-isolate-scope .align-self-start,ui-ng-date-time-picker.ng-isolate-scope .align-self-start,ui-ng-gear-schema-form.ng-isolate-scope .align-self-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-start,ui-ng-segment-editor.ng-isolate-scope .align-self-start{align-self:flex-start!important}div[class*=FloatingMenu__] .align-self-end,ui-ng-add-rule-menu.ng-isolate-scope .align-self-end,ui-ng-date-time-picker.ng-isolate-scope .align-self-end,ui-ng-gear-schema-form.ng-isolate-scope .align-self-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-end,ui-ng-segment-editor.ng-isolate-scope .align-self-end{align-self:flex-end!important}div[class*=FloatingMenu__] .align-self-center,ui-ng-add-rule-menu.ng-isolate-scope .align-self-center,ui-ng-date-time-picker.ng-isolate-scope .align-self-center,ui-ng-gear-schema-form.ng-isolate-scope .align-self-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-center,ui-ng-segment-editor.ng-isolate-scope .align-self-center{align-self:center!important}div[class*=FloatingMenu__] .align-self-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-self-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-self-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-self-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-baseline,ui-ng-segment-editor.ng-isolate-scope .align-self-baseline{align-self:baseline!important}div[class*=FloatingMenu__] .align-self-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-self-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-self-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-self-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-stretch,ui-ng-segment-editor.ng-isolate-scope .align-self-stretch{align-self:stretch!important}@media (min-width:576px){div[class*=FloatingMenu__] .flex-sm-row,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-row,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-row,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-row,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-row,ui-ng-segment-editor.ng-isolate-scope .flex-sm-row{flex-direction:row!important}div[class*=FloatingMenu__] .flex-sm-column,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-column,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-column,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-column,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-column,ui-ng-segment-editor.ng-isolate-scope .flex-sm-column{flex-direction:column!important}div[class*=FloatingMenu__] .flex-sm-row-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-row-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-row-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-row-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-row-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-sm-row-reverse{flex-direction:row-reverse!important}div[class*=FloatingMenu__] .flex-sm-column-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-column-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-column-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-column-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-column-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-sm-column-reverse{flex-direction:column-reverse!important}div[class*=FloatingMenu__] .flex-sm-wrap,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-wrap,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-wrap,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-wrap,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-wrap,ui-ng-segment-editor.ng-isolate-scope .flex-sm-wrap{flex-wrap:wrap!important}div[class*=FloatingMenu__] .flex-sm-nowrap,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-nowrap,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-nowrap,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-nowrap,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-nowrap,ui-ng-segment-editor.ng-isolate-scope .flex-sm-nowrap{flex-wrap:nowrap!important}div[class*=FloatingMenu__] .flex-sm-wrap-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-wrap-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-wrap-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-wrap-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-wrap-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}div[class*=FloatingMenu__] .flex-sm-fill,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-fill,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-fill,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-fill,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-fill,ui-ng-segment-editor.ng-isolate-scope .flex-sm-fill{flex:1 1 auto!important}div[class*=FloatingMenu__] .flex-sm-grow-0,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-grow-0,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-grow-0,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-grow-0,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-grow-0,ui-ng-segment-editor.ng-isolate-scope .flex-sm-grow-0{flex-grow:0!important}div[class*=FloatingMenu__] .flex-sm-grow-1,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-grow-1,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-grow-1,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-grow-1,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-grow-1,ui-ng-segment-editor.ng-isolate-scope .flex-sm-grow-1{flex-grow:1!important}div[class*=FloatingMenu__] .flex-sm-shrink-0,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-shrink-0,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-shrink-0,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-shrink-0,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-shrink-0,ui-ng-segment-editor.ng-isolate-scope .flex-sm-shrink-0{flex-shrink:0!important}div[class*=FloatingMenu__] .flex-sm-shrink-1,ui-ng-add-rule-menu.ng-isolate-scope .flex-sm-shrink-1,ui-ng-date-time-picker.ng-isolate-scope .flex-sm-shrink-1,ui-ng-gear-schema-form.ng-isolate-scope .flex-sm-shrink-1,ui-ng-open-time-email-editor.ng-isolate-scope .flex-sm-shrink-1,ui-ng-segment-editor.ng-isolate-scope .flex-sm-shrink-1{flex-shrink:1!important}div[class*=FloatingMenu__] .justify-content-sm-start,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-sm-start,ui-ng-date-time-picker.ng-isolate-scope .justify-content-sm-start,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-sm-start,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-sm-start,ui-ng-segment-editor.ng-isolate-scope .justify-content-sm-start{justify-content:flex-start!important}div[class*=FloatingMenu__] .justify-content-sm-end,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-sm-end,ui-ng-date-time-picker.ng-isolate-scope .justify-content-sm-end,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-sm-end,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-sm-end,ui-ng-segment-editor.ng-isolate-scope .justify-content-sm-end{justify-content:flex-end!important}div[class*=FloatingMenu__] .justify-content-sm-center,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-sm-center,ui-ng-date-time-picker.ng-isolate-scope .justify-content-sm-center,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-sm-center,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-sm-center,ui-ng-segment-editor.ng-isolate-scope .justify-content-sm-center{justify-content:center!important}div[class*=FloatingMenu__] .justify-content-sm-between,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-sm-between,ui-ng-date-time-picker.ng-isolate-scope .justify-content-sm-between,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-sm-between,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-sm-between,ui-ng-segment-editor.ng-isolate-scope .justify-content-sm-between{justify-content:space-between!important}div[class*=FloatingMenu__] .justify-content-sm-around,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-sm-around,ui-ng-date-time-picker.ng-isolate-scope .justify-content-sm-around,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-sm-around,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-sm-around,ui-ng-segment-editor.ng-isolate-scope .justify-content-sm-around{justify-content:space-around!important}div[class*=FloatingMenu__] .align-items-sm-start,ui-ng-add-rule-menu.ng-isolate-scope .align-items-sm-start,ui-ng-date-time-picker.ng-isolate-scope .align-items-sm-start,ui-ng-gear-schema-form.ng-isolate-scope .align-items-sm-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-sm-start,ui-ng-segment-editor.ng-isolate-scope .align-items-sm-start{align-items:flex-start!important}div[class*=FloatingMenu__] .align-items-sm-end,ui-ng-add-rule-menu.ng-isolate-scope .align-items-sm-end,ui-ng-date-time-picker.ng-isolate-scope .align-items-sm-end,ui-ng-gear-schema-form.ng-isolate-scope .align-items-sm-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-sm-end,ui-ng-segment-editor.ng-isolate-scope .align-items-sm-end{align-items:flex-end!important}div[class*=FloatingMenu__] .align-items-sm-center,ui-ng-add-rule-menu.ng-isolate-scope .align-items-sm-center,ui-ng-date-time-picker.ng-isolate-scope .align-items-sm-center,ui-ng-gear-schema-form.ng-isolate-scope .align-items-sm-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-sm-center,ui-ng-segment-editor.ng-isolate-scope .align-items-sm-center{align-items:center!important}div[class*=FloatingMenu__] .align-items-sm-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-items-sm-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-items-sm-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-items-sm-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-sm-baseline,ui-ng-segment-editor.ng-isolate-scope .align-items-sm-baseline{align-items:baseline!important}div[class*=FloatingMenu__] .align-items-sm-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-items-sm-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-items-sm-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-items-sm-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-sm-stretch,ui-ng-segment-editor.ng-isolate-scope .align-items-sm-stretch{align-items:stretch!important}div[class*=FloatingMenu__] .align-content-sm-start,ui-ng-add-rule-menu.ng-isolate-scope .align-content-sm-start,ui-ng-date-time-picker.ng-isolate-scope .align-content-sm-start,ui-ng-gear-schema-form.ng-isolate-scope .align-content-sm-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-sm-start,ui-ng-segment-editor.ng-isolate-scope .align-content-sm-start{align-content:flex-start!important}div[class*=FloatingMenu__] .align-content-sm-end,ui-ng-add-rule-menu.ng-isolate-scope .align-content-sm-end,ui-ng-date-time-picker.ng-isolate-scope .align-content-sm-end,ui-ng-gear-schema-form.ng-isolate-scope .align-content-sm-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-sm-end,ui-ng-segment-editor.ng-isolate-scope .align-content-sm-end{align-content:flex-end!important}div[class*=FloatingMenu__] .align-content-sm-center,ui-ng-add-rule-menu.ng-isolate-scope .align-content-sm-center,ui-ng-date-time-picker.ng-isolate-scope .align-content-sm-center,ui-ng-gear-schema-form.ng-isolate-scope .align-content-sm-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-sm-center,ui-ng-segment-editor.ng-isolate-scope .align-content-sm-center{align-content:center!important}div[class*=FloatingMenu__] .align-content-sm-between,ui-ng-add-rule-menu.ng-isolate-scope .align-content-sm-between,ui-ng-date-time-picker.ng-isolate-scope .align-content-sm-between,ui-ng-gear-schema-form.ng-isolate-scope .align-content-sm-between,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-sm-between,ui-ng-segment-editor.ng-isolate-scope .align-content-sm-between{align-content:space-between!important}div[class*=FloatingMenu__] .align-content-sm-around,ui-ng-add-rule-menu.ng-isolate-scope .align-content-sm-around,ui-ng-date-time-picker.ng-isolate-scope .align-content-sm-around,ui-ng-gear-schema-form.ng-isolate-scope .align-content-sm-around,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-sm-around,ui-ng-segment-editor.ng-isolate-scope .align-content-sm-around{align-content:space-around!important}div[class*=FloatingMenu__] .align-content-sm-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-content-sm-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-content-sm-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-content-sm-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-sm-stretch,ui-ng-segment-editor.ng-isolate-scope .align-content-sm-stretch{align-content:stretch!important}div[class*=FloatingMenu__] .align-self-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .align-self-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .align-self-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .align-self-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-sm-auto,ui-ng-segment-editor.ng-isolate-scope .align-self-sm-auto{align-self:auto!important}div[class*=FloatingMenu__] .align-self-sm-start,ui-ng-add-rule-menu.ng-isolate-scope .align-self-sm-start,ui-ng-date-time-picker.ng-isolate-scope .align-self-sm-start,ui-ng-gear-schema-form.ng-isolate-scope .align-self-sm-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-sm-start,ui-ng-segment-editor.ng-isolate-scope .align-self-sm-start{align-self:flex-start!important}div[class*=FloatingMenu__] .align-self-sm-end,ui-ng-add-rule-menu.ng-isolate-scope .align-self-sm-end,ui-ng-date-time-picker.ng-isolate-scope .align-self-sm-end,ui-ng-gear-schema-form.ng-isolate-scope .align-self-sm-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-sm-end,ui-ng-segment-editor.ng-isolate-scope .align-self-sm-end{align-self:flex-end!important}div[class*=FloatingMenu__] .align-self-sm-center,ui-ng-add-rule-menu.ng-isolate-scope .align-self-sm-center,ui-ng-date-time-picker.ng-isolate-scope .align-self-sm-center,ui-ng-gear-schema-form.ng-isolate-scope .align-self-sm-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-sm-center,ui-ng-segment-editor.ng-isolate-scope .align-self-sm-center{align-self:center!important}div[class*=FloatingMenu__] .align-self-sm-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-self-sm-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-self-sm-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-self-sm-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-sm-baseline,ui-ng-segment-editor.ng-isolate-scope .align-self-sm-baseline{align-self:baseline!important}div[class*=FloatingMenu__] .align-self-sm-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-self-sm-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-self-sm-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-self-sm-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-sm-stretch,ui-ng-segment-editor.ng-isolate-scope .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){div[class*=FloatingMenu__] .flex-md-row,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-row,ui-ng-date-time-picker.ng-isolate-scope .flex-md-row,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-row,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-row,ui-ng-segment-editor.ng-isolate-scope .flex-md-row{flex-direction:row!important}div[class*=FloatingMenu__] .flex-md-column,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-column,ui-ng-date-time-picker.ng-isolate-scope .flex-md-column,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-column,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-column,ui-ng-segment-editor.ng-isolate-scope .flex-md-column{flex-direction:column!important}div[class*=FloatingMenu__] .flex-md-row-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-row-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-md-row-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-row-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-row-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-md-row-reverse{flex-direction:row-reverse!important}div[class*=FloatingMenu__] .flex-md-column-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-column-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-md-column-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-column-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-column-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-md-column-reverse{flex-direction:column-reverse!important}div[class*=FloatingMenu__] .flex-md-wrap,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-wrap,ui-ng-date-time-picker.ng-isolate-scope .flex-md-wrap,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-wrap,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-wrap,ui-ng-segment-editor.ng-isolate-scope .flex-md-wrap{flex-wrap:wrap!important}div[class*=FloatingMenu__] .flex-md-nowrap,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-nowrap,ui-ng-date-time-picker.ng-isolate-scope .flex-md-nowrap,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-nowrap,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-nowrap,ui-ng-segment-editor.ng-isolate-scope .flex-md-nowrap{flex-wrap:nowrap!important}div[class*=FloatingMenu__] .flex-md-wrap-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-wrap-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-md-wrap-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-wrap-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-wrap-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}div[class*=FloatingMenu__] .flex-md-fill,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-fill,ui-ng-date-time-picker.ng-isolate-scope .flex-md-fill,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-fill,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-fill,ui-ng-segment-editor.ng-isolate-scope .flex-md-fill{flex:1 1 auto!important}div[class*=FloatingMenu__] .flex-md-grow-0,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-grow-0,ui-ng-date-time-picker.ng-isolate-scope .flex-md-grow-0,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-grow-0,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-grow-0,ui-ng-segment-editor.ng-isolate-scope .flex-md-grow-0{flex-grow:0!important}div[class*=FloatingMenu__] .flex-md-grow-1,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-grow-1,ui-ng-date-time-picker.ng-isolate-scope .flex-md-grow-1,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-grow-1,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-grow-1,ui-ng-segment-editor.ng-isolate-scope .flex-md-grow-1{flex-grow:1!important}div[class*=FloatingMenu__] .flex-md-shrink-0,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-shrink-0,ui-ng-date-time-picker.ng-isolate-scope .flex-md-shrink-0,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-shrink-0,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-shrink-0,ui-ng-segment-editor.ng-isolate-scope .flex-md-shrink-0{flex-shrink:0!important}div[class*=FloatingMenu__] .flex-md-shrink-1,ui-ng-add-rule-menu.ng-isolate-scope .flex-md-shrink-1,ui-ng-date-time-picker.ng-isolate-scope .flex-md-shrink-1,ui-ng-gear-schema-form.ng-isolate-scope .flex-md-shrink-1,ui-ng-open-time-email-editor.ng-isolate-scope .flex-md-shrink-1,ui-ng-segment-editor.ng-isolate-scope .flex-md-shrink-1{flex-shrink:1!important}div[class*=FloatingMenu__] .justify-content-md-start,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-md-start,ui-ng-date-time-picker.ng-isolate-scope .justify-content-md-start,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-md-start,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-md-start,ui-ng-segment-editor.ng-isolate-scope .justify-content-md-start{justify-content:flex-start!important}div[class*=FloatingMenu__] .justify-content-md-end,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-md-end,ui-ng-date-time-picker.ng-isolate-scope .justify-content-md-end,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-md-end,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-md-end,ui-ng-segment-editor.ng-isolate-scope .justify-content-md-end{justify-content:flex-end!important}div[class*=FloatingMenu__] .justify-content-md-center,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-md-center,ui-ng-date-time-picker.ng-isolate-scope .justify-content-md-center,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-md-center,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-md-center,ui-ng-segment-editor.ng-isolate-scope .justify-content-md-center{justify-content:center!important}div[class*=FloatingMenu__] .justify-content-md-between,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-md-between,ui-ng-date-time-picker.ng-isolate-scope .justify-content-md-between,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-md-between,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-md-between,ui-ng-segment-editor.ng-isolate-scope .justify-content-md-between{justify-content:space-between!important}div[class*=FloatingMenu__] .justify-content-md-around,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-md-around,ui-ng-date-time-picker.ng-isolate-scope .justify-content-md-around,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-md-around,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-md-around,ui-ng-segment-editor.ng-isolate-scope .justify-content-md-around{justify-content:space-around!important}div[class*=FloatingMenu__] .align-items-md-start,ui-ng-add-rule-menu.ng-isolate-scope .align-items-md-start,ui-ng-date-time-picker.ng-isolate-scope .align-items-md-start,ui-ng-gear-schema-form.ng-isolate-scope .align-items-md-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-md-start,ui-ng-segment-editor.ng-isolate-scope .align-items-md-start{align-items:flex-start!important}div[class*=FloatingMenu__] .align-items-md-end,ui-ng-add-rule-menu.ng-isolate-scope .align-items-md-end,ui-ng-date-time-picker.ng-isolate-scope .align-items-md-end,ui-ng-gear-schema-form.ng-isolate-scope .align-items-md-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-md-end,ui-ng-segment-editor.ng-isolate-scope .align-items-md-end{align-items:flex-end!important}div[class*=FloatingMenu__] .align-items-md-center,ui-ng-add-rule-menu.ng-isolate-scope .align-items-md-center,ui-ng-date-time-picker.ng-isolate-scope .align-items-md-center,ui-ng-gear-schema-form.ng-isolate-scope .align-items-md-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-md-center,ui-ng-segment-editor.ng-isolate-scope .align-items-md-center{align-items:center!important}div[class*=FloatingMenu__] .align-items-md-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-items-md-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-items-md-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-items-md-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-md-baseline,ui-ng-segment-editor.ng-isolate-scope .align-items-md-baseline{align-items:baseline!important}div[class*=FloatingMenu__] .align-items-md-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-items-md-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-items-md-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-items-md-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-md-stretch,ui-ng-segment-editor.ng-isolate-scope .align-items-md-stretch{align-items:stretch!important}div[class*=FloatingMenu__] .align-content-md-start,ui-ng-add-rule-menu.ng-isolate-scope .align-content-md-start,ui-ng-date-time-picker.ng-isolate-scope .align-content-md-start,ui-ng-gear-schema-form.ng-isolate-scope .align-content-md-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-md-start,ui-ng-segment-editor.ng-isolate-scope .align-content-md-start{align-content:flex-start!important}div[class*=FloatingMenu__] .align-content-md-end,ui-ng-add-rule-menu.ng-isolate-scope .align-content-md-end,ui-ng-date-time-picker.ng-isolate-scope .align-content-md-end,ui-ng-gear-schema-form.ng-isolate-scope .align-content-md-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-md-end,ui-ng-segment-editor.ng-isolate-scope .align-content-md-end{align-content:flex-end!important}div[class*=FloatingMenu__] .align-content-md-center,ui-ng-add-rule-menu.ng-isolate-scope .align-content-md-center,ui-ng-date-time-picker.ng-isolate-scope .align-content-md-center,ui-ng-gear-schema-form.ng-isolate-scope .align-content-md-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-md-center,ui-ng-segment-editor.ng-isolate-scope .align-content-md-center{align-content:center!important}div[class*=FloatingMenu__] .align-content-md-between,ui-ng-add-rule-menu.ng-isolate-scope .align-content-md-between,ui-ng-date-time-picker.ng-isolate-scope .align-content-md-between,ui-ng-gear-schema-form.ng-isolate-scope .align-content-md-between,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-md-between,ui-ng-segment-editor.ng-isolate-scope .align-content-md-between{align-content:space-between!important}div[class*=FloatingMenu__] .align-content-md-around,ui-ng-add-rule-menu.ng-isolate-scope .align-content-md-around,ui-ng-date-time-picker.ng-isolate-scope .align-content-md-around,ui-ng-gear-schema-form.ng-isolate-scope .align-content-md-around,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-md-around,ui-ng-segment-editor.ng-isolate-scope .align-content-md-around{align-content:space-around!important}div[class*=FloatingMenu__] .align-content-md-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-content-md-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-content-md-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-content-md-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-md-stretch,ui-ng-segment-editor.ng-isolate-scope .align-content-md-stretch{align-content:stretch!important}div[class*=FloatingMenu__] .align-self-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .align-self-md-auto,ui-ng-date-time-picker.ng-isolate-scope .align-self-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .align-self-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-md-auto,ui-ng-segment-editor.ng-isolate-scope .align-self-md-auto{align-self:auto!important}div[class*=FloatingMenu__] .align-self-md-start,ui-ng-add-rule-menu.ng-isolate-scope .align-self-md-start,ui-ng-date-time-picker.ng-isolate-scope .align-self-md-start,ui-ng-gear-schema-form.ng-isolate-scope .align-self-md-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-md-start,ui-ng-segment-editor.ng-isolate-scope .align-self-md-start{align-self:flex-start!important}div[class*=FloatingMenu__] .align-self-md-end,ui-ng-add-rule-menu.ng-isolate-scope .align-self-md-end,ui-ng-date-time-picker.ng-isolate-scope .align-self-md-end,ui-ng-gear-schema-form.ng-isolate-scope .align-self-md-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-md-end,ui-ng-segment-editor.ng-isolate-scope .align-self-md-end{align-self:flex-end!important}div[class*=FloatingMenu__] .align-self-md-center,ui-ng-add-rule-menu.ng-isolate-scope .align-self-md-center,ui-ng-date-time-picker.ng-isolate-scope .align-self-md-center,ui-ng-gear-schema-form.ng-isolate-scope .align-self-md-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-md-center,ui-ng-segment-editor.ng-isolate-scope .align-self-md-center{align-self:center!important}div[class*=FloatingMenu__] .align-self-md-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-self-md-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-self-md-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-self-md-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-md-baseline,ui-ng-segment-editor.ng-isolate-scope .align-self-md-baseline{align-self:baseline!important}div[class*=FloatingMenu__] .align-self-md-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-self-md-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-self-md-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-self-md-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-md-stretch,ui-ng-segment-editor.ng-isolate-scope .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){div[class*=FloatingMenu__] .flex-lg-row,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-row,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-row,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-row,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-row,ui-ng-segment-editor.ng-isolate-scope .flex-lg-row{flex-direction:row!important}div[class*=FloatingMenu__] .flex-lg-column,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-column,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-column,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-column,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-column,ui-ng-segment-editor.ng-isolate-scope .flex-lg-column{flex-direction:column!important}div[class*=FloatingMenu__] .flex-lg-row-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-row-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-row-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-row-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-row-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-lg-row-reverse{flex-direction:row-reverse!important}div[class*=FloatingMenu__] .flex-lg-column-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-column-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-column-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-column-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-column-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-lg-column-reverse{flex-direction:column-reverse!important}div[class*=FloatingMenu__] .flex-lg-wrap,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-wrap,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-wrap,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-wrap,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-wrap,ui-ng-segment-editor.ng-isolate-scope .flex-lg-wrap{flex-wrap:wrap!important}div[class*=FloatingMenu__] .flex-lg-nowrap,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-nowrap,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-nowrap,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-nowrap,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-nowrap,ui-ng-segment-editor.ng-isolate-scope .flex-lg-nowrap{flex-wrap:nowrap!important}div[class*=FloatingMenu__] .flex-lg-wrap-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-wrap-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-wrap-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-wrap-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-wrap-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}div[class*=FloatingMenu__] .flex-lg-fill,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-fill,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-fill,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-fill,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-fill,ui-ng-segment-editor.ng-isolate-scope .flex-lg-fill{flex:1 1 auto!important}div[class*=FloatingMenu__] .flex-lg-grow-0,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-grow-0,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-grow-0,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-grow-0,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-grow-0,ui-ng-segment-editor.ng-isolate-scope .flex-lg-grow-0{flex-grow:0!important}div[class*=FloatingMenu__] .flex-lg-grow-1,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-grow-1,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-grow-1,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-grow-1,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-grow-1,ui-ng-segment-editor.ng-isolate-scope .flex-lg-grow-1{flex-grow:1!important}div[class*=FloatingMenu__] .flex-lg-shrink-0,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-shrink-0,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-shrink-0,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-shrink-0,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-shrink-0,ui-ng-segment-editor.ng-isolate-scope .flex-lg-shrink-0{flex-shrink:0!important}div[class*=FloatingMenu__] .flex-lg-shrink-1,ui-ng-add-rule-menu.ng-isolate-scope .flex-lg-shrink-1,ui-ng-date-time-picker.ng-isolate-scope .flex-lg-shrink-1,ui-ng-gear-schema-form.ng-isolate-scope .flex-lg-shrink-1,ui-ng-open-time-email-editor.ng-isolate-scope .flex-lg-shrink-1,ui-ng-segment-editor.ng-isolate-scope .flex-lg-shrink-1{flex-shrink:1!important}div[class*=FloatingMenu__] .justify-content-lg-start,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-lg-start,ui-ng-date-time-picker.ng-isolate-scope .justify-content-lg-start,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-lg-start,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-lg-start,ui-ng-segment-editor.ng-isolate-scope .justify-content-lg-start{justify-content:flex-start!important}div[class*=FloatingMenu__] .justify-content-lg-end,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-lg-end,ui-ng-date-time-picker.ng-isolate-scope .justify-content-lg-end,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-lg-end,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-lg-end,ui-ng-segment-editor.ng-isolate-scope .justify-content-lg-end{justify-content:flex-end!important}div[class*=FloatingMenu__] .justify-content-lg-center,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-lg-center,ui-ng-date-time-picker.ng-isolate-scope .justify-content-lg-center,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-lg-center,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-lg-center,ui-ng-segment-editor.ng-isolate-scope .justify-content-lg-center{justify-content:center!important}div[class*=FloatingMenu__] .justify-content-lg-between,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-lg-between,ui-ng-date-time-picker.ng-isolate-scope .justify-content-lg-between,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-lg-between,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-lg-between,ui-ng-segment-editor.ng-isolate-scope .justify-content-lg-between{justify-content:space-between!important}div[class*=FloatingMenu__] .justify-content-lg-around,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-lg-around,ui-ng-date-time-picker.ng-isolate-scope .justify-content-lg-around,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-lg-around,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-lg-around,ui-ng-segment-editor.ng-isolate-scope .justify-content-lg-around{justify-content:space-around!important}div[class*=FloatingMenu__] .align-items-lg-start,ui-ng-add-rule-menu.ng-isolate-scope .align-items-lg-start,ui-ng-date-time-picker.ng-isolate-scope .align-items-lg-start,ui-ng-gear-schema-form.ng-isolate-scope .align-items-lg-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-lg-start,ui-ng-segment-editor.ng-isolate-scope .align-items-lg-start{align-items:flex-start!important}div[class*=FloatingMenu__] .align-items-lg-end,ui-ng-add-rule-menu.ng-isolate-scope .align-items-lg-end,ui-ng-date-time-picker.ng-isolate-scope .align-items-lg-end,ui-ng-gear-schema-form.ng-isolate-scope .align-items-lg-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-lg-end,ui-ng-segment-editor.ng-isolate-scope .align-items-lg-end{align-items:flex-end!important}div[class*=FloatingMenu__] .align-items-lg-center,ui-ng-add-rule-menu.ng-isolate-scope .align-items-lg-center,ui-ng-date-time-picker.ng-isolate-scope .align-items-lg-center,ui-ng-gear-schema-form.ng-isolate-scope .align-items-lg-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-lg-center,ui-ng-segment-editor.ng-isolate-scope .align-items-lg-center{align-items:center!important}div[class*=FloatingMenu__] .align-items-lg-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-items-lg-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-items-lg-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-items-lg-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-lg-baseline,ui-ng-segment-editor.ng-isolate-scope .align-items-lg-baseline{align-items:baseline!important}div[class*=FloatingMenu__] .align-items-lg-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-items-lg-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-items-lg-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-items-lg-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-lg-stretch,ui-ng-segment-editor.ng-isolate-scope .align-items-lg-stretch{align-items:stretch!important}div[class*=FloatingMenu__] .align-content-lg-start,ui-ng-add-rule-menu.ng-isolate-scope .align-content-lg-start,ui-ng-date-time-picker.ng-isolate-scope .align-content-lg-start,ui-ng-gear-schema-form.ng-isolate-scope .align-content-lg-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-lg-start,ui-ng-segment-editor.ng-isolate-scope .align-content-lg-start{align-content:flex-start!important}div[class*=FloatingMenu__] .align-content-lg-end,ui-ng-add-rule-menu.ng-isolate-scope .align-content-lg-end,ui-ng-date-time-picker.ng-isolate-scope .align-content-lg-end,ui-ng-gear-schema-form.ng-isolate-scope .align-content-lg-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-lg-end,ui-ng-segment-editor.ng-isolate-scope .align-content-lg-end{align-content:flex-end!important}div[class*=FloatingMenu__] .align-content-lg-center,ui-ng-add-rule-menu.ng-isolate-scope .align-content-lg-center,ui-ng-date-time-picker.ng-isolate-scope .align-content-lg-center,ui-ng-gear-schema-form.ng-isolate-scope .align-content-lg-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-lg-center,ui-ng-segment-editor.ng-isolate-scope .align-content-lg-center{align-content:center!important}div[class*=FloatingMenu__] .align-content-lg-between,ui-ng-add-rule-menu.ng-isolate-scope .align-content-lg-between,ui-ng-date-time-picker.ng-isolate-scope .align-content-lg-between,ui-ng-gear-schema-form.ng-isolate-scope .align-content-lg-between,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-lg-between,ui-ng-segment-editor.ng-isolate-scope .align-content-lg-between{align-content:space-between!important}div[class*=FloatingMenu__] .align-content-lg-around,ui-ng-add-rule-menu.ng-isolate-scope .align-content-lg-around,ui-ng-date-time-picker.ng-isolate-scope .align-content-lg-around,ui-ng-gear-schema-form.ng-isolate-scope .align-content-lg-around,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-lg-around,ui-ng-segment-editor.ng-isolate-scope .align-content-lg-around{align-content:space-around!important}div[class*=FloatingMenu__] .align-content-lg-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-content-lg-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-content-lg-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-content-lg-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-lg-stretch,ui-ng-segment-editor.ng-isolate-scope .align-content-lg-stretch{align-content:stretch!important}div[class*=FloatingMenu__] .align-self-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .align-self-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .align-self-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .align-self-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-lg-auto,ui-ng-segment-editor.ng-isolate-scope .align-self-lg-auto{align-self:auto!important}div[class*=FloatingMenu__] .align-self-lg-start,ui-ng-add-rule-menu.ng-isolate-scope .align-self-lg-start,ui-ng-date-time-picker.ng-isolate-scope .align-self-lg-start,ui-ng-gear-schema-form.ng-isolate-scope .align-self-lg-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-lg-start,ui-ng-segment-editor.ng-isolate-scope .align-self-lg-start{align-self:flex-start!important}div[class*=FloatingMenu__] .align-self-lg-end,ui-ng-add-rule-menu.ng-isolate-scope .align-self-lg-end,ui-ng-date-time-picker.ng-isolate-scope .align-self-lg-end,ui-ng-gear-schema-form.ng-isolate-scope .align-self-lg-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-lg-end,ui-ng-segment-editor.ng-isolate-scope .align-self-lg-end{align-self:flex-end!important}div[class*=FloatingMenu__] .align-self-lg-center,ui-ng-add-rule-menu.ng-isolate-scope .align-self-lg-center,ui-ng-date-time-picker.ng-isolate-scope .align-self-lg-center,ui-ng-gear-schema-form.ng-isolate-scope .align-self-lg-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-lg-center,ui-ng-segment-editor.ng-isolate-scope .align-self-lg-center{align-self:center!important}div[class*=FloatingMenu__] .align-self-lg-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-self-lg-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-self-lg-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-self-lg-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-lg-baseline,ui-ng-segment-editor.ng-isolate-scope .align-self-lg-baseline{align-self:baseline!important}div[class*=FloatingMenu__] .align-self-lg-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-self-lg-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-self-lg-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-self-lg-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-lg-stretch,ui-ng-segment-editor.ng-isolate-scope .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){div[class*=FloatingMenu__] .flex-xl-row,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-row,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-row,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-row,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-row,ui-ng-segment-editor.ng-isolate-scope .flex-xl-row{flex-direction:row!important}div[class*=FloatingMenu__] .flex-xl-column,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-column,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-column,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-column,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-column,ui-ng-segment-editor.ng-isolate-scope .flex-xl-column{flex-direction:column!important}div[class*=FloatingMenu__] .flex-xl-row-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-row-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-row-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-row-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-row-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-xl-row-reverse{flex-direction:row-reverse!important}div[class*=FloatingMenu__] .flex-xl-column-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-column-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-column-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-column-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-column-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-xl-column-reverse{flex-direction:column-reverse!important}div[class*=FloatingMenu__] .flex-xl-wrap,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-wrap,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-wrap,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-wrap,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-wrap,ui-ng-segment-editor.ng-isolate-scope .flex-xl-wrap{flex-wrap:wrap!important}div[class*=FloatingMenu__] .flex-xl-nowrap,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-nowrap,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-nowrap,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-nowrap,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-nowrap,ui-ng-segment-editor.ng-isolate-scope .flex-xl-nowrap{flex-wrap:nowrap!important}div[class*=FloatingMenu__] .flex-xl-wrap-reverse,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-wrap-reverse,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-wrap-reverse,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-wrap-reverse,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-wrap-reverse,ui-ng-segment-editor.ng-isolate-scope .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}div[class*=FloatingMenu__] .flex-xl-fill,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-fill,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-fill,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-fill,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-fill,ui-ng-segment-editor.ng-isolate-scope .flex-xl-fill{flex:1 1 auto!important}div[class*=FloatingMenu__] .flex-xl-grow-0,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-grow-0,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-grow-0,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-grow-0,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-grow-0,ui-ng-segment-editor.ng-isolate-scope .flex-xl-grow-0{flex-grow:0!important}div[class*=FloatingMenu__] .flex-xl-grow-1,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-grow-1,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-grow-1,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-grow-1,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-grow-1,ui-ng-segment-editor.ng-isolate-scope .flex-xl-grow-1{flex-grow:1!important}div[class*=FloatingMenu__] .flex-xl-shrink-0,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-shrink-0,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-shrink-0,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-shrink-0,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-shrink-0,ui-ng-segment-editor.ng-isolate-scope .flex-xl-shrink-0{flex-shrink:0!important}div[class*=FloatingMenu__] .flex-xl-shrink-1,ui-ng-add-rule-menu.ng-isolate-scope .flex-xl-shrink-1,ui-ng-date-time-picker.ng-isolate-scope .flex-xl-shrink-1,ui-ng-gear-schema-form.ng-isolate-scope .flex-xl-shrink-1,ui-ng-open-time-email-editor.ng-isolate-scope .flex-xl-shrink-1,ui-ng-segment-editor.ng-isolate-scope .flex-xl-shrink-1{flex-shrink:1!important}div[class*=FloatingMenu__] .justify-content-xl-start,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-xl-start,ui-ng-date-time-picker.ng-isolate-scope .justify-content-xl-start,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-xl-start,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-xl-start,ui-ng-segment-editor.ng-isolate-scope .justify-content-xl-start{justify-content:flex-start!important}div[class*=FloatingMenu__] .justify-content-xl-end,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-xl-end,ui-ng-date-time-picker.ng-isolate-scope .justify-content-xl-end,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-xl-end,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-xl-end,ui-ng-segment-editor.ng-isolate-scope .justify-content-xl-end{justify-content:flex-end!important}div[class*=FloatingMenu__] .justify-content-xl-center,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-xl-center,ui-ng-date-time-picker.ng-isolate-scope .justify-content-xl-center,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-xl-center,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-xl-center,ui-ng-segment-editor.ng-isolate-scope .justify-content-xl-center{justify-content:center!important}div[class*=FloatingMenu__] .justify-content-xl-between,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-xl-between,ui-ng-date-time-picker.ng-isolate-scope .justify-content-xl-between,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-xl-between,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-xl-between,ui-ng-segment-editor.ng-isolate-scope .justify-content-xl-between{justify-content:space-between!important}div[class*=FloatingMenu__] .justify-content-xl-around,ui-ng-add-rule-menu.ng-isolate-scope .justify-content-xl-around,ui-ng-date-time-picker.ng-isolate-scope .justify-content-xl-around,ui-ng-gear-schema-form.ng-isolate-scope .justify-content-xl-around,ui-ng-open-time-email-editor.ng-isolate-scope .justify-content-xl-around,ui-ng-segment-editor.ng-isolate-scope .justify-content-xl-around{justify-content:space-around!important}div[class*=FloatingMenu__] .align-items-xl-start,ui-ng-add-rule-menu.ng-isolate-scope .align-items-xl-start,ui-ng-date-time-picker.ng-isolate-scope .align-items-xl-start,ui-ng-gear-schema-form.ng-isolate-scope .align-items-xl-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-xl-start,ui-ng-segment-editor.ng-isolate-scope .align-items-xl-start{align-items:flex-start!important}div[class*=FloatingMenu__] .align-items-xl-end,ui-ng-add-rule-menu.ng-isolate-scope .align-items-xl-end,ui-ng-date-time-picker.ng-isolate-scope .align-items-xl-end,ui-ng-gear-schema-form.ng-isolate-scope .align-items-xl-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-xl-end,ui-ng-segment-editor.ng-isolate-scope .align-items-xl-end{align-items:flex-end!important}div[class*=FloatingMenu__] .align-items-xl-center,ui-ng-add-rule-menu.ng-isolate-scope .align-items-xl-center,ui-ng-date-time-picker.ng-isolate-scope .align-items-xl-center,ui-ng-gear-schema-form.ng-isolate-scope .align-items-xl-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-xl-center,ui-ng-segment-editor.ng-isolate-scope .align-items-xl-center{align-items:center!important}div[class*=FloatingMenu__] .align-items-xl-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-items-xl-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-items-xl-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-items-xl-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-xl-baseline,ui-ng-segment-editor.ng-isolate-scope .align-items-xl-baseline{align-items:baseline!important}div[class*=FloatingMenu__] .align-items-xl-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-items-xl-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-items-xl-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-items-xl-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-items-xl-stretch,ui-ng-segment-editor.ng-isolate-scope .align-items-xl-stretch{align-items:stretch!important}div[class*=FloatingMenu__] .align-content-xl-start,ui-ng-add-rule-menu.ng-isolate-scope .align-content-xl-start,ui-ng-date-time-picker.ng-isolate-scope .align-content-xl-start,ui-ng-gear-schema-form.ng-isolate-scope .align-content-xl-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-xl-start,ui-ng-segment-editor.ng-isolate-scope .align-content-xl-start{align-content:flex-start!important}div[class*=FloatingMenu__] .align-content-xl-end,ui-ng-add-rule-menu.ng-isolate-scope .align-content-xl-end,ui-ng-date-time-picker.ng-isolate-scope .align-content-xl-end,ui-ng-gear-schema-form.ng-isolate-scope .align-content-xl-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-xl-end,ui-ng-segment-editor.ng-isolate-scope .align-content-xl-end{align-content:flex-end!important}div[class*=FloatingMenu__] .align-content-xl-center,ui-ng-add-rule-menu.ng-isolate-scope .align-content-xl-center,ui-ng-date-time-picker.ng-isolate-scope .align-content-xl-center,ui-ng-gear-schema-form.ng-isolate-scope .align-content-xl-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-xl-center,ui-ng-segment-editor.ng-isolate-scope .align-content-xl-center{align-content:center!important}div[class*=FloatingMenu__] .align-content-xl-between,ui-ng-add-rule-menu.ng-isolate-scope .align-content-xl-between,ui-ng-date-time-picker.ng-isolate-scope .align-content-xl-between,ui-ng-gear-schema-form.ng-isolate-scope .align-content-xl-between,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-xl-between,ui-ng-segment-editor.ng-isolate-scope .align-content-xl-between{align-content:space-between!important}div[class*=FloatingMenu__] .align-content-xl-around,ui-ng-add-rule-menu.ng-isolate-scope .align-content-xl-around,ui-ng-date-time-picker.ng-isolate-scope .align-content-xl-around,ui-ng-gear-schema-form.ng-isolate-scope .align-content-xl-around,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-xl-around,ui-ng-segment-editor.ng-isolate-scope .align-content-xl-around{align-content:space-around!important}div[class*=FloatingMenu__] .align-content-xl-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-content-xl-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-content-xl-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-content-xl-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-content-xl-stretch,ui-ng-segment-editor.ng-isolate-scope .align-content-xl-stretch{align-content:stretch!important}div[class*=FloatingMenu__] .align-self-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .align-self-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .align-self-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .align-self-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-xl-auto,ui-ng-segment-editor.ng-isolate-scope .align-self-xl-auto{align-self:auto!important}div[class*=FloatingMenu__] .align-self-xl-start,ui-ng-add-rule-menu.ng-isolate-scope .align-self-xl-start,ui-ng-date-time-picker.ng-isolate-scope .align-self-xl-start,ui-ng-gear-schema-form.ng-isolate-scope .align-self-xl-start,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-xl-start,ui-ng-segment-editor.ng-isolate-scope .align-self-xl-start{align-self:flex-start!important}div[class*=FloatingMenu__] .align-self-xl-end,ui-ng-add-rule-menu.ng-isolate-scope .align-self-xl-end,ui-ng-date-time-picker.ng-isolate-scope .align-self-xl-end,ui-ng-gear-schema-form.ng-isolate-scope .align-self-xl-end,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-xl-end,ui-ng-segment-editor.ng-isolate-scope .align-self-xl-end{align-self:flex-end!important}div[class*=FloatingMenu__] .align-self-xl-center,ui-ng-add-rule-menu.ng-isolate-scope .align-self-xl-center,ui-ng-date-time-picker.ng-isolate-scope .align-self-xl-center,ui-ng-gear-schema-form.ng-isolate-scope .align-self-xl-center,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-xl-center,ui-ng-segment-editor.ng-isolate-scope .align-self-xl-center{align-self:center!important}div[class*=FloatingMenu__] .align-self-xl-baseline,ui-ng-add-rule-menu.ng-isolate-scope .align-self-xl-baseline,ui-ng-date-time-picker.ng-isolate-scope .align-self-xl-baseline,ui-ng-gear-schema-form.ng-isolate-scope .align-self-xl-baseline,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-xl-baseline,ui-ng-segment-editor.ng-isolate-scope .align-self-xl-baseline{align-self:baseline!important}div[class*=FloatingMenu__] .align-self-xl-stretch,ui-ng-add-rule-menu.ng-isolate-scope .align-self-xl-stretch,ui-ng-date-time-picker.ng-isolate-scope .align-self-xl-stretch,ui-ng-gear-schema-form.ng-isolate-scope .align-self-xl-stretch,ui-ng-open-time-email-editor.ng-isolate-scope .align-self-xl-stretch,ui-ng-segment-editor.ng-isolate-scope .align-self-xl-stretch{align-self:stretch!important}}div[class*=FloatingMenu__] .float-left,ui-ng-add-rule-menu.ng-isolate-scope .float-left,ui-ng-date-time-picker.ng-isolate-scope .float-left,ui-ng-gear-schema-form.ng-isolate-scope .float-left,ui-ng-open-time-email-editor.ng-isolate-scope .float-left,ui-ng-segment-editor.ng-isolate-scope .float-left{float:left!important}div[class*=FloatingMenu__] .float-right,ui-ng-add-rule-menu.ng-isolate-scope .float-right,ui-ng-date-time-picker.ng-isolate-scope .float-right,ui-ng-gear-schema-form.ng-isolate-scope .float-right,ui-ng-open-time-email-editor.ng-isolate-scope .float-right,ui-ng-segment-editor.ng-isolate-scope .float-right{float:right!important}div[class*=FloatingMenu__] .float-none,ui-ng-add-rule-menu.ng-isolate-scope .float-none,ui-ng-date-time-picker.ng-isolate-scope .float-none,ui-ng-gear-schema-form.ng-isolate-scope .float-none,ui-ng-open-time-email-editor.ng-isolate-scope .float-none,ui-ng-segment-editor.ng-isolate-scope .float-none{float:none!important}@media (min-width:576px){div[class*=FloatingMenu__] .float-sm-left,ui-ng-add-rule-menu.ng-isolate-scope .float-sm-left,ui-ng-date-time-picker.ng-isolate-scope .float-sm-left,ui-ng-gear-schema-form.ng-isolate-scope .float-sm-left,ui-ng-open-time-email-editor.ng-isolate-scope .float-sm-left,ui-ng-segment-editor.ng-isolate-scope .float-sm-left{float:left!important}div[class*=FloatingMenu__] .float-sm-right,ui-ng-add-rule-menu.ng-isolate-scope .float-sm-right,ui-ng-date-time-picker.ng-isolate-scope .float-sm-right,ui-ng-gear-schema-form.ng-isolate-scope .float-sm-right,ui-ng-open-time-email-editor.ng-isolate-scope .float-sm-right,ui-ng-segment-editor.ng-isolate-scope .float-sm-right{float:right!important}div[class*=FloatingMenu__] .float-sm-none,ui-ng-add-rule-menu.ng-isolate-scope .float-sm-none,ui-ng-date-time-picker.ng-isolate-scope .float-sm-none,ui-ng-gear-schema-form.ng-isolate-scope .float-sm-none,ui-ng-open-time-email-editor.ng-isolate-scope .float-sm-none,ui-ng-segment-editor.ng-isolate-scope .float-sm-none{float:none!important}}@media (min-width:768px){div[class*=FloatingMenu__] .float-md-left,ui-ng-add-rule-menu.ng-isolate-scope .float-md-left,ui-ng-date-time-picker.ng-isolate-scope .float-md-left,ui-ng-gear-schema-form.ng-isolate-scope .float-md-left,ui-ng-open-time-email-editor.ng-isolate-scope .float-md-left,ui-ng-segment-editor.ng-isolate-scope .float-md-left{float:left!important}div[class*=FloatingMenu__] .float-md-right,ui-ng-add-rule-menu.ng-isolate-scope .float-md-right,ui-ng-date-time-picker.ng-isolate-scope .float-md-right,ui-ng-gear-schema-form.ng-isolate-scope .float-md-right,ui-ng-open-time-email-editor.ng-isolate-scope .float-md-right,ui-ng-segment-editor.ng-isolate-scope .float-md-right{float:right!important}div[class*=FloatingMenu__] .float-md-none,ui-ng-add-rule-menu.ng-isolate-scope .float-md-none,ui-ng-date-time-picker.ng-isolate-scope .float-md-none,ui-ng-gear-schema-form.ng-isolate-scope .float-md-none,ui-ng-open-time-email-editor.ng-isolate-scope .float-md-none,ui-ng-segment-editor.ng-isolate-scope .float-md-none{float:none!important}}@media (min-width:992px){div[class*=FloatingMenu__] .float-lg-left,ui-ng-add-rule-menu.ng-isolate-scope .float-lg-left,ui-ng-date-time-picker.ng-isolate-scope .float-lg-left,ui-ng-gear-schema-form.ng-isolate-scope .float-lg-left,ui-ng-open-time-email-editor.ng-isolate-scope .float-lg-left,ui-ng-segment-editor.ng-isolate-scope .float-lg-left{float:left!important}div[class*=FloatingMenu__] .float-lg-right,ui-ng-add-rule-menu.ng-isolate-scope .float-lg-right,ui-ng-date-time-picker.ng-isolate-scope .float-lg-right,ui-ng-gear-schema-form.ng-isolate-scope .float-lg-right,ui-ng-open-time-email-editor.ng-isolate-scope .float-lg-right,ui-ng-segment-editor.ng-isolate-scope .float-lg-right{float:right!important}div[class*=FloatingMenu__] .float-lg-none,ui-ng-add-rule-menu.ng-isolate-scope .float-lg-none,ui-ng-date-time-picker.ng-isolate-scope .float-lg-none,ui-ng-gear-schema-form.ng-isolate-scope .float-lg-none,ui-ng-open-time-email-editor.ng-isolate-scope .float-lg-none,ui-ng-segment-editor.ng-isolate-scope .float-lg-none{float:none!important}}@media (min-width:1200px){div[class*=FloatingMenu__] .float-xl-left,ui-ng-add-rule-menu.ng-isolate-scope .float-xl-left,ui-ng-date-time-picker.ng-isolate-scope .float-xl-left,ui-ng-gear-schema-form.ng-isolate-scope .float-xl-left,ui-ng-open-time-email-editor.ng-isolate-scope .float-xl-left,ui-ng-segment-editor.ng-isolate-scope .float-xl-left{float:left!important}div[class*=FloatingMenu__] .float-xl-right,ui-ng-add-rule-menu.ng-isolate-scope .float-xl-right,ui-ng-date-time-picker.ng-isolate-scope .float-xl-right,ui-ng-gear-schema-form.ng-isolate-scope .float-xl-right,ui-ng-open-time-email-editor.ng-isolate-scope .float-xl-right,ui-ng-segment-editor.ng-isolate-scope .float-xl-right{float:right!important}div[class*=FloatingMenu__] .float-xl-none,ui-ng-add-rule-menu.ng-isolate-scope .float-xl-none,ui-ng-date-time-picker.ng-isolate-scope .float-xl-none,ui-ng-gear-schema-form.ng-isolate-scope .float-xl-none,ui-ng-open-time-email-editor.ng-isolate-scope .float-xl-none,ui-ng-segment-editor.ng-isolate-scope .float-xl-none{float:none!important}}div[class*=FloatingMenu__] .overflow-auto,ui-ng-add-rule-menu.ng-isolate-scope .overflow-auto,ui-ng-date-time-picker.ng-isolate-scope .overflow-auto,ui-ng-gear-schema-form.ng-isolate-scope .overflow-auto,ui-ng-open-time-email-editor.ng-isolate-scope .overflow-auto,ui-ng-segment-editor.ng-isolate-scope .overflow-auto{overflow:auto!important}div[class*=FloatingMenu__] .overflow-hidden,ui-ng-add-rule-menu.ng-isolate-scope .overflow-hidden,ui-ng-date-time-picker.ng-isolate-scope .overflow-hidden,ui-ng-gear-schema-form.ng-isolate-scope .overflow-hidden,ui-ng-open-time-email-editor.ng-isolate-scope .overflow-hidden,ui-ng-segment-editor.ng-isolate-scope .overflow-hidden{overflow:hidden!important}div[class*=FloatingMenu__] .position-static,ui-ng-add-rule-menu.ng-isolate-scope .position-static,ui-ng-date-time-picker.ng-isolate-scope .position-static,ui-ng-gear-schema-form.ng-isolate-scope .position-static,ui-ng-open-time-email-editor.ng-isolate-scope .position-static,ui-ng-segment-editor.ng-isolate-scope .position-static{position:static!important}div[class*=FloatingMenu__] .position-relative,ui-ng-add-rule-menu.ng-isolate-scope .position-relative,ui-ng-date-time-picker.ng-isolate-scope .position-relative,ui-ng-gear-schema-form.ng-isolate-scope .position-relative,ui-ng-open-time-email-editor.ng-isolate-scope .position-relative,ui-ng-segment-editor.ng-isolate-scope .position-relative{position:relative!important}div[class*=FloatingMenu__] .position-absolute,ui-ng-add-rule-menu.ng-isolate-scope .position-absolute,ui-ng-date-time-picker.ng-isolate-scope .position-absolute,ui-ng-gear-schema-form.ng-isolate-scope .position-absolute,ui-ng-open-time-email-editor.ng-isolate-scope .position-absolute,ui-ng-segment-editor.ng-isolate-scope .position-absolute{position:absolute!important}div[class*=FloatingMenu__] .position-fixed,ui-ng-add-rule-menu.ng-isolate-scope .position-fixed,ui-ng-date-time-picker.ng-isolate-scope .position-fixed,ui-ng-gear-schema-form.ng-isolate-scope .position-fixed,ui-ng-open-time-email-editor.ng-isolate-scope .position-fixed,ui-ng-segment-editor.ng-isolate-scope .position-fixed{position:fixed!important}div[class*=FloatingMenu__] .position-sticky,ui-ng-add-rule-menu.ng-isolate-scope .position-sticky,ui-ng-date-time-picker.ng-isolate-scope .position-sticky,ui-ng-gear-schema-form.ng-isolate-scope .position-sticky,ui-ng-open-time-email-editor.ng-isolate-scope .position-sticky,ui-ng-segment-editor.ng-isolate-scope .position-sticky{position:sticky!important}div[class*=FloatingMenu__] .fixed-top,ui-ng-add-rule-menu.ng-isolate-scope .fixed-top,ui-ng-date-time-picker.ng-isolate-scope .fixed-top,ui-ng-gear-schema-form.ng-isolate-scope .fixed-top,ui-ng-open-time-email-editor.ng-isolate-scope .fixed-top,ui-ng-segment-editor.ng-isolate-scope .fixed-top{top:0}div[class*=FloatingMenu__] .fixed-bottom,div[class*=FloatingMenu__] .fixed-top,ui-ng-add-rule-menu.ng-isolate-scope .fixed-bottom,ui-ng-add-rule-menu.ng-isolate-scope .fixed-top,ui-ng-date-time-picker.ng-isolate-scope .fixed-bottom,ui-ng-date-time-picker.ng-isolate-scope .fixed-top,ui-ng-gear-schema-form.ng-isolate-scope .fixed-bottom,ui-ng-gear-schema-form.ng-isolate-scope .fixed-top,ui-ng-open-time-email-editor.ng-isolate-scope .fixed-bottom,ui-ng-open-time-email-editor.ng-isolate-scope .fixed-top,ui-ng-segment-editor.ng-isolate-scope .fixed-bottom,ui-ng-segment-editor.ng-isolate-scope .fixed-top{position:fixed;right:0;left:0;z-index:1030}div[class*=FloatingMenu__] .fixed-bottom,ui-ng-add-rule-menu.ng-isolate-scope .fixed-bottom,ui-ng-date-time-picker.ng-isolate-scope .fixed-bottom,ui-ng-gear-schema-form.ng-isolate-scope .fixed-bottom,ui-ng-open-time-email-editor.ng-isolate-scope .fixed-bottom,ui-ng-segment-editor.ng-isolate-scope .fixed-bottom{bottom:0}@supports (position:sticky){div[class*=FloatingMenu__] .sticky-top,ui-ng-add-rule-menu.ng-isolate-scope .sticky-top,ui-ng-date-time-picker.ng-isolate-scope .sticky-top,ui-ng-gear-schema-form.ng-isolate-scope .sticky-top,ui-ng-open-time-email-editor.ng-isolate-scope .sticky-top,ui-ng-segment-editor.ng-isolate-scope .sticky-top{position:sticky;top:0;z-index:1020}}div[class*=FloatingMenu__] .sr-only,ui-ng-add-rule-menu.ng-isolate-scope .sr-only,ui-ng-date-time-picker.ng-isolate-scope .sr-only,ui-ng-gear-schema-form.ng-isolate-scope .sr-only,ui-ng-open-time-email-editor.ng-isolate-scope .sr-only,ui-ng-segment-editor.ng-isolate-scope .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}div[class*=FloatingMenu__] .sr-only-focusable:active,div[class*=FloatingMenu__] .sr-only-focusable:focus,ui-ng-add-rule-menu.ng-isolate-scope .sr-only-focusable:active,ui-ng-add-rule-menu.ng-isolate-scope .sr-only-focusable:focus,ui-ng-date-time-picker.ng-isolate-scope .sr-only-focusable:active,ui-ng-date-time-picker.ng-isolate-scope .sr-only-focusable:focus,ui-ng-gear-schema-form.ng-isolate-scope .sr-only-focusable:active,ui-ng-gear-schema-form.ng-isolate-scope .sr-only-focusable:focus,ui-ng-open-time-email-editor.ng-isolate-scope .sr-only-focusable:active,ui-ng-open-time-email-editor.ng-isolate-scope .sr-only-focusable:focus,ui-ng-segment-editor.ng-isolate-scope .sr-only-focusable:active,ui-ng-segment-editor.ng-isolate-scope .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}div[class*=FloatingMenu__] .shadow-sm,ui-ng-add-rule-menu.ng-isolate-scope .shadow-sm,ui-ng-date-time-picker.ng-isolate-scope .shadow-sm,ui-ng-gear-schema-form.ng-isolate-scope .shadow-sm,ui-ng-open-time-email-editor.ng-isolate-scope .shadow-sm,ui-ng-segment-editor.ng-isolate-scope .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}div[class*=FloatingMenu__] .shadow,ui-ng-add-rule-menu.ng-isolate-scope .shadow,ui-ng-date-time-picker.ng-isolate-scope .shadow,ui-ng-gear-schema-form.ng-isolate-scope .shadow,ui-ng-open-time-email-editor.ng-isolate-scope .shadow,ui-ng-segment-editor.ng-isolate-scope .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}div[class*=FloatingMenu__] .shadow-lg,ui-ng-add-rule-menu.ng-isolate-scope .shadow-lg,ui-ng-date-time-picker.ng-isolate-scope .shadow-lg,ui-ng-gear-schema-form.ng-isolate-scope .shadow-lg,ui-ng-open-time-email-editor.ng-isolate-scope .shadow-lg,ui-ng-segment-editor.ng-isolate-scope .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}div[class*=FloatingMenu__] .shadow-none,ui-ng-add-rule-menu.ng-isolate-scope .shadow-none,ui-ng-date-time-picker.ng-isolate-scope .shadow-none,ui-ng-gear-schema-form.ng-isolate-scope .shadow-none,ui-ng-open-time-email-editor.ng-isolate-scope .shadow-none,ui-ng-segment-editor.ng-isolate-scope .shadow-none{box-shadow:none!important}div[class*=FloatingMenu__] .w-25,ui-ng-add-rule-menu.ng-isolate-scope .w-25,ui-ng-date-time-picker.ng-isolate-scope .w-25,ui-ng-gear-schema-form.ng-isolate-scope .w-25,ui-ng-open-time-email-editor.ng-isolate-scope .w-25,ui-ng-segment-editor.ng-isolate-scope .w-25{width:25%!important}div[class*=FloatingMenu__] .w-50,ui-ng-add-rule-menu.ng-isolate-scope .w-50,ui-ng-date-time-picker.ng-isolate-scope .w-50,ui-ng-gear-schema-form.ng-isolate-scope .w-50,ui-ng-open-time-email-editor.ng-isolate-scope .w-50,ui-ng-segment-editor.ng-isolate-scope .w-50{width:50%!important}div[class*=FloatingMenu__] .w-75,ui-ng-add-rule-menu.ng-isolate-scope .w-75,ui-ng-date-time-picker.ng-isolate-scope .w-75,ui-ng-gear-schema-form.ng-isolate-scope .w-75,ui-ng-open-time-email-editor.ng-isolate-scope .w-75,ui-ng-segment-editor.ng-isolate-scope .w-75{width:75%!important}div[class*=FloatingMenu__] .w-100,ui-ng-add-rule-menu.ng-isolate-scope .w-100,ui-ng-date-time-picker.ng-isolate-scope .w-100,ui-ng-gear-schema-form.ng-isolate-scope .w-100,ui-ng-open-time-email-editor.ng-isolate-scope .w-100,ui-ng-segment-editor.ng-isolate-scope .w-100{width:100%!important}div[class*=FloatingMenu__] .w-auto,ui-ng-add-rule-menu.ng-isolate-scope .w-auto,ui-ng-date-time-picker.ng-isolate-scope .w-auto,ui-ng-gear-schema-form.ng-isolate-scope .w-auto,ui-ng-open-time-email-editor.ng-isolate-scope .w-auto,ui-ng-segment-editor.ng-isolate-scope .w-auto{width:auto!important}div[class*=FloatingMenu__] .h-25,ui-ng-add-rule-menu.ng-isolate-scope .h-25,ui-ng-date-time-picker.ng-isolate-scope .h-25,ui-ng-gear-schema-form.ng-isolate-scope .h-25,ui-ng-open-time-email-editor.ng-isolate-scope .h-25,ui-ng-segment-editor.ng-isolate-scope .h-25{height:25%!important}div[class*=FloatingMenu__] .h-50,ui-ng-add-rule-menu.ng-isolate-scope .h-50,ui-ng-date-time-picker.ng-isolate-scope .h-50,ui-ng-gear-schema-form.ng-isolate-scope .h-50,ui-ng-open-time-email-editor.ng-isolate-scope .h-50,ui-ng-segment-editor.ng-isolate-scope .h-50{height:50%!important}div[class*=FloatingMenu__] .h-75,ui-ng-add-rule-menu.ng-isolate-scope .h-75,ui-ng-date-time-picker.ng-isolate-scope .h-75,ui-ng-gear-schema-form.ng-isolate-scope .h-75,ui-ng-open-time-email-editor.ng-isolate-scope .h-75,ui-ng-segment-editor.ng-isolate-scope .h-75{height:75%!important}div[class*=FloatingMenu__] .h-100,ui-ng-add-rule-menu.ng-isolate-scope .h-100,ui-ng-date-time-picker.ng-isolate-scope .h-100,ui-ng-gear-schema-form.ng-isolate-scope .h-100,ui-ng-open-time-email-editor.ng-isolate-scope .h-100,ui-ng-segment-editor.ng-isolate-scope .h-100{height:100%!important}div[class*=FloatingMenu__] .h-auto,ui-ng-add-rule-menu.ng-isolate-scope .h-auto,ui-ng-date-time-picker.ng-isolate-scope .h-auto,ui-ng-gear-schema-form.ng-isolate-scope .h-auto,ui-ng-open-time-email-editor.ng-isolate-scope .h-auto,ui-ng-segment-editor.ng-isolate-scope .h-auto{height:auto!important}div[class*=FloatingMenu__] .mw-100,ui-ng-add-rule-menu.ng-isolate-scope .mw-100,ui-ng-date-time-picker.ng-isolate-scope .mw-100,ui-ng-gear-schema-form.ng-isolate-scope .mw-100,ui-ng-open-time-email-editor.ng-isolate-scope .mw-100,ui-ng-segment-editor.ng-isolate-scope .mw-100{max-width:100%!important}div[class*=FloatingMenu__] .mh-100,ui-ng-add-rule-menu.ng-isolate-scope .mh-100,ui-ng-date-time-picker.ng-isolate-scope .mh-100,ui-ng-gear-schema-form.ng-isolate-scope .mh-100,ui-ng-open-time-email-editor.ng-isolate-scope .mh-100,ui-ng-segment-editor.ng-isolate-scope .mh-100{max-height:100%!important}div[class*=FloatingMenu__] .min-vw-100,ui-ng-add-rule-menu.ng-isolate-scope .min-vw-100,ui-ng-date-time-picker.ng-isolate-scope .min-vw-100,ui-ng-gear-schema-form.ng-isolate-scope .min-vw-100,ui-ng-open-time-email-editor.ng-isolate-scope .min-vw-100,ui-ng-segment-editor.ng-isolate-scope .min-vw-100{min-width:100vw!important}div[class*=FloatingMenu__] .min-vh-100,ui-ng-add-rule-menu.ng-isolate-scope .min-vh-100,ui-ng-date-time-picker.ng-isolate-scope .min-vh-100,ui-ng-gear-schema-form.ng-isolate-scope .min-vh-100,ui-ng-open-time-email-editor.ng-isolate-scope .min-vh-100,ui-ng-segment-editor.ng-isolate-scope .min-vh-100{min-height:100vh!important}div[class*=FloatingMenu__] .vw-100,ui-ng-add-rule-menu.ng-isolate-scope .vw-100,ui-ng-date-time-picker.ng-isolate-scope .vw-100,ui-ng-gear-schema-form.ng-isolate-scope .vw-100,ui-ng-open-time-email-editor.ng-isolate-scope .vw-100,ui-ng-segment-editor.ng-isolate-scope .vw-100{width:100vw!important}div[class*=FloatingMenu__] .vh-100,ui-ng-add-rule-menu.ng-isolate-scope .vh-100,ui-ng-date-time-picker.ng-isolate-scope .vh-100,ui-ng-gear-schema-form.ng-isolate-scope .vh-100,ui-ng-open-time-email-editor.ng-isolate-scope .vh-100,ui-ng-segment-editor.ng-isolate-scope .vh-100{height:100vh!important}div[class*=FloatingMenu__] .stretched-link:after,ui-ng-add-rule-menu.ng-isolate-scope .stretched-link:after,ui-ng-date-time-picker.ng-isolate-scope .stretched-link:after,ui-ng-gear-schema-form.ng-isolate-scope .stretched-link:after,ui-ng-open-time-email-editor.ng-isolate-scope .stretched-link:after,ui-ng-segment-editor.ng-isolate-scope .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}div[class*=FloatingMenu__] .m-0,ui-ng-add-rule-menu.ng-isolate-scope .m-0,ui-ng-date-time-picker.ng-isolate-scope .m-0,ui-ng-gear-schema-form.ng-isolate-scope .m-0,ui-ng-open-time-email-editor.ng-isolate-scope .m-0,ui-ng-segment-editor.ng-isolate-scope .m-0{margin:0!important}div[class*=FloatingMenu__] .mt-0,div[class*=FloatingMenu__] .my-0,ui-ng-add-rule-menu.ng-isolate-scope .mt-0,ui-ng-add-rule-menu.ng-isolate-scope .my-0,ui-ng-date-time-picker.ng-isolate-scope .mt-0,ui-ng-date-time-picker.ng-isolate-scope .my-0,ui-ng-gear-schema-form.ng-isolate-scope .mt-0,ui-ng-gear-schema-form.ng-isolate-scope .my-0,ui-ng-open-time-email-editor.ng-isolate-scope .mt-0,ui-ng-open-time-email-editor.ng-isolate-scope .my-0,ui-ng-segment-editor.ng-isolate-scope .mt-0,ui-ng-segment-editor.ng-isolate-scope .my-0{margin-top:0!important}div[class*=FloatingMenu__] .mr-0,div[class*=FloatingMenu__] .mx-0,ui-ng-add-rule-menu.ng-isolate-scope .mr-0,ui-ng-add-rule-menu.ng-isolate-scope .mx-0,ui-ng-date-time-picker.ng-isolate-scope .mr-0,ui-ng-date-time-picker.ng-isolate-scope .mx-0,ui-ng-gear-schema-form.ng-isolate-scope .mr-0,ui-ng-gear-schema-form.ng-isolate-scope .mx-0,ui-ng-open-time-email-editor.ng-isolate-scope .mr-0,ui-ng-open-time-email-editor.ng-isolate-scope .mx-0,ui-ng-segment-editor.ng-isolate-scope .mr-0,ui-ng-segment-editor.ng-isolate-scope .mx-0{margin-right:0!important}div[class*=FloatingMenu__] .mb-0,div[class*=FloatingMenu__] .my-0,ui-ng-add-rule-menu.ng-isolate-scope .mb-0,ui-ng-add-rule-menu.ng-isolate-scope .my-0,ui-ng-date-time-picker.ng-isolate-scope .mb-0,ui-ng-date-time-picker.ng-isolate-scope .my-0,ui-ng-gear-schema-form.ng-isolate-scope .mb-0,ui-ng-gear-schema-form.ng-isolate-scope .my-0,ui-ng-open-time-email-editor.ng-isolate-scope .mb-0,ui-ng-open-time-email-editor.ng-isolate-scope .my-0,ui-ng-segment-editor.ng-isolate-scope .mb-0,ui-ng-segment-editor.ng-isolate-scope .my-0{margin-bottom:0!important}div[class*=FloatingMenu__] .ml-0,div[class*=FloatingMenu__] .mx-0,ui-ng-add-rule-menu.ng-isolate-scope .ml-0,ui-ng-add-rule-menu.ng-isolate-scope .mx-0,ui-ng-date-time-picker.ng-isolate-scope .ml-0,ui-ng-date-time-picker.ng-isolate-scope .mx-0,ui-ng-gear-schema-form.ng-isolate-scope .ml-0,ui-ng-gear-schema-form.ng-isolate-scope .mx-0,ui-ng-open-time-email-editor.ng-isolate-scope .ml-0,ui-ng-open-time-email-editor.ng-isolate-scope .mx-0,ui-ng-segment-editor.ng-isolate-scope .ml-0,ui-ng-segment-editor.ng-isolate-scope .mx-0{margin-left:0!important}div[class*=FloatingMenu__] .m-1,ui-ng-add-rule-menu.ng-isolate-scope .m-1,ui-ng-date-time-picker.ng-isolate-scope .m-1,ui-ng-gear-schema-form.ng-isolate-scope .m-1,ui-ng-open-time-email-editor.ng-isolate-scope .m-1,ui-ng-segment-editor.ng-isolate-scope .m-1{margin:.25rem!important}div[class*=FloatingMenu__] .mt-1,div[class*=FloatingMenu__] .my-1,ui-ng-add-rule-menu.ng-isolate-scope .mt-1,ui-ng-add-rule-menu.ng-isolate-scope .my-1,ui-ng-date-time-picker.ng-isolate-scope .mt-1,ui-ng-date-time-picker.ng-isolate-scope .my-1,ui-ng-gear-schema-form.ng-isolate-scope .mt-1,ui-ng-gear-schema-form.ng-isolate-scope .my-1,ui-ng-open-time-email-editor.ng-isolate-scope .mt-1,ui-ng-open-time-email-editor.ng-isolate-scope .my-1,ui-ng-segment-editor.ng-isolate-scope .mt-1,ui-ng-segment-editor.ng-isolate-scope .my-1{margin-top:.25rem!important}div[class*=FloatingMenu__] .mr-1,div[class*=FloatingMenu__] .mx-1,ui-ng-add-rule-menu.ng-isolate-scope .mr-1,ui-ng-add-rule-menu.ng-isolate-scope .mx-1,ui-ng-date-time-picker.ng-isolate-scope .mr-1,ui-ng-date-time-picker.ng-isolate-scope .mx-1,ui-ng-gear-schema-form.ng-isolate-scope .mr-1,ui-ng-gear-schema-form.ng-isolate-scope .mx-1,ui-ng-open-time-email-editor.ng-isolate-scope .mr-1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-1,ui-ng-segment-editor.ng-isolate-scope .mr-1,ui-ng-segment-editor.ng-isolate-scope .mx-1{margin-right:.25rem!important}div[class*=FloatingMenu__] .mb-1,div[class*=FloatingMenu__] .my-1,ui-ng-add-rule-menu.ng-isolate-scope .mb-1,ui-ng-add-rule-menu.ng-isolate-scope .my-1,ui-ng-date-time-picker.ng-isolate-scope .mb-1,ui-ng-date-time-picker.ng-isolate-scope .my-1,ui-ng-gear-schema-form.ng-isolate-scope .mb-1,ui-ng-gear-schema-form.ng-isolate-scope .my-1,ui-ng-open-time-email-editor.ng-isolate-scope .mb-1,ui-ng-open-time-email-editor.ng-isolate-scope .my-1,ui-ng-segment-editor.ng-isolate-scope .mb-1,ui-ng-segment-editor.ng-isolate-scope .my-1{margin-bottom:.25rem!important}div[class*=FloatingMenu__] .ml-1,div[class*=FloatingMenu__] .mx-1,ui-ng-add-rule-menu.ng-isolate-scope .ml-1,ui-ng-add-rule-menu.ng-isolate-scope .mx-1,ui-ng-date-time-picker.ng-isolate-scope .ml-1,ui-ng-date-time-picker.ng-isolate-scope .mx-1,ui-ng-gear-schema-form.ng-isolate-scope .ml-1,ui-ng-gear-schema-form.ng-isolate-scope .mx-1,ui-ng-open-time-email-editor.ng-isolate-scope .ml-1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-1,ui-ng-segment-editor.ng-isolate-scope .ml-1,ui-ng-segment-editor.ng-isolate-scope .mx-1{margin-left:.25rem!important}div[class*=FloatingMenu__] .m-2,ui-ng-add-rule-menu.ng-isolate-scope .m-2,ui-ng-date-time-picker.ng-isolate-scope .m-2,ui-ng-gear-schema-form.ng-isolate-scope .m-2,ui-ng-open-time-email-editor.ng-isolate-scope .m-2,ui-ng-segment-editor.ng-isolate-scope .m-2{margin:.5rem!important}div[class*=FloatingMenu__] .mt-2,div[class*=FloatingMenu__] .my-2,ui-ng-add-rule-menu.ng-isolate-scope .mt-2,ui-ng-add-rule-menu.ng-isolate-scope .my-2,ui-ng-date-time-picker.ng-isolate-scope .mt-2,ui-ng-date-time-picker.ng-isolate-scope .my-2,ui-ng-gear-schema-form.ng-isolate-scope .mt-2,ui-ng-gear-schema-form.ng-isolate-scope .my-2,ui-ng-open-time-email-editor.ng-isolate-scope .mt-2,ui-ng-open-time-email-editor.ng-isolate-scope .my-2,ui-ng-segment-editor.ng-isolate-scope .mt-2,ui-ng-segment-editor.ng-isolate-scope .my-2{margin-top:.5rem!important}div[class*=FloatingMenu__] .mr-2,div[class*=FloatingMenu__] .mx-2,ui-ng-add-rule-menu.ng-isolate-scope .mr-2,ui-ng-add-rule-menu.ng-isolate-scope .mx-2,ui-ng-date-time-picker.ng-isolate-scope .mr-2,ui-ng-date-time-picker.ng-isolate-scope .mx-2,ui-ng-gear-schema-form.ng-isolate-scope .mr-2,ui-ng-gear-schema-form.ng-isolate-scope .mx-2,ui-ng-open-time-email-editor.ng-isolate-scope .mr-2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-2,ui-ng-segment-editor.ng-isolate-scope .mr-2,ui-ng-segment-editor.ng-isolate-scope .mx-2{margin-right:.5rem!important}div[class*=FloatingMenu__] .mb-2,div[class*=FloatingMenu__] .my-2,ui-ng-add-rule-menu.ng-isolate-scope .mb-2,ui-ng-add-rule-menu.ng-isolate-scope .my-2,ui-ng-date-time-picker.ng-isolate-scope .mb-2,ui-ng-date-time-picker.ng-isolate-scope .my-2,ui-ng-gear-schema-form.ng-isolate-scope .mb-2,ui-ng-gear-schema-form.ng-isolate-scope .my-2,ui-ng-open-time-email-editor.ng-isolate-scope .mb-2,ui-ng-open-time-email-editor.ng-isolate-scope .my-2,ui-ng-segment-editor.ng-isolate-scope .mb-2,ui-ng-segment-editor.ng-isolate-scope .my-2{margin-bottom:.5rem!important}div[class*=FloatingMenu__] .ml-2,div[class*=FloatingMenu__] .mx-2,ui-ng-add-rule-menu.ng-isolate-scope .ml-2,ui-ng-add-rule-menu.ng-isolate-scope .mx-2,ui-ng-date-time-picker.ng-isolate-scope .ml-2,ui-ng-date-time-picker.ng-isolate-scope .mx-2,ui-ng-gear-schema-form.ng-isolate-scope .ml-2,ui-ng-gear-schema-form.ng-isolate-scope .mx-2,ui-ng-open-time-email-editor.ng-isolate-scope .ml-2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-2,ui-ng-segment-editor.ng-isolate-scope .ml-2,ui-ng-segment-editor.ng-isolate-scope .mx-2{margin-left:.5rem!important}div[class*=FloatingMenu__] .m-3,ui-ng-add-rule-menu.ng-isolate-scope .m-3,ui-ng-date-time-picker.ng-isolate-scope .m-3,ui-ng-gear-schema-form.ng-isolate-scope .m-3,ui-ng-open-time-email-editor.ng-isolate-scope .m-3,ui-ng-segment-editor.ng-isolate-scope .m-3{margin:1rem!important}div[class*=FloatingMenu__] .mt-3,div[class*=FloatingMenu__] .my-3,ui-ng-add-rule-menu.ng-isolate-scope .mt-3,ui-ng-add-rule-menu.ng-isolate-scope .my-3,ui-ng-date-time-picker.ng-isolate-scope .mt-3,ui-ng-date-time-picker.ng-isolate-scope .my-3,ui-ng-gear-schema-form.ng-isolate-scope .mt-3,ui-ng-gear-schema-form.ng-isolate-scope .my-3,ui-ng-open-time-email-editor.ng-isolate-scope .mt-3,ui-ng-open-time-email-editor.ng-isolate-scope .my-3,ui-ng-segment-editor.ng-isolate-scope .mt-3,ui-ng-segment-editor.ng-isolate-scope .my-3{margin-top:1rem!important}div[class*=FloatingMenu__] .mr-3,div[class*=FloatingMenu__] .mx-3,ui-ng-add-rule-menu.ng-isolate-scope .mr-3,ui-ng-add-rule-menu.ng-isolate-scope .mx-3,ui-ng-date-time-picker.ng-isolate-scope .mr-3,ui-ng-date-time-picker.ng-isolate-scope .mx-3,ui-ng-gear-schema-form.ng-isolate-scope .mr-3,ui-ng-gear-schema-form.ng-isolate-scope .mx-3,ui-ng-open-time-email-editor.ng-isolate-scope .mr-3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-3,ui-ng-segment-editor.ng-isolate-scope .mr-3,ui-ng-segment-editor.ng-isolate-scope .mx-3{margin-right:1rem!important}div[class*=FloatingMenu__] .mb-3,div[class*=FloatingMenu__] .my-3,ui-ng-add-rule-menu.ng-isolate-scope .mb-3,ui-ng-add-rule-menu.ng-isolate-scope .my-3,ui-ng-date-time-picker.ng-isolate-scope .mb-3,ui-ng-date-time-picker.ng-isolate-scope .my-3,ui-ng-gear-schema-form.ng-isolate-scope .mb-3,ui-ng-gear-schema-form.ng-isolate-scope .my-3,ui-ng-open-time-email-editor.ng-isolate-scope .mb-3,ui-ng-open-time-email-editor.ng-isolate-scope .my-3,ui-ng-segment-editor.ng-isolate-scope .mb-3,ui-ng-segment-editor.ng-isolate-scope .my-3{margin-bottom:1rem!important}div[class*=FloatingMenu__] .ml-3,div[class*=FloatingMenu__] .mx-3,ui-ng-add-rule-menu.ng-isolate-scope .ml-3,ui-ng-add-rule-menu.ng-isolate-scope .mx-3,ui-ng-date-time-picker.ng-isolate-scope .ml-3,ui-ng-date-time-picker.ng-isolate-scope .mx-3,ui-ng-gear-schema-form.ng-isolate-scope .ml-3,ui-ng-gear-schema-form.ng-isolate-scope .mx-3,ui-ng-open-time-email-editor.ng-isolate-scope .ml-3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-3,ui-ng-segment-editor.ng-isolate-scope .ml-3,ui-ng-segment-editor.ng-isolate-scope .mx-3{margin-left:1rem!important}div[class*=FloatingMenu__] .m-4,ui-ng-add-rule-menu.ng-isolate-scope .m-4,ui-ng-date-time-picker.ng-isolate-scope .m-4,ui-ng-gear-schema-form.ng-isolate-scope .m-4,ui-ng-open-time-email-editor.ng-isolate-scope .m-4,ui-ng-segment-editor.ng-isolate-scope .m-4{margin:1.5rem!important}div[class*=FloatingMenu__] .mt-4,div[class*=FloatingMenu__] .my-4,ui-ng-add-rule-menu.ng-isolate-scope .mt-4,ui-ng-add-rule-menu.ng-isolate-scope .my-4,ui-ng-date-time-picker.ng-isolate-scope .mt-4,ui-ng-date-time-picker.ng-isolate-scope .my-4,ui-ng-gear-schema-form.ng-isolate-scope .mt-4,ui-ng-gear-schema-form.ng-isolate-scope .my-4,ui-ng-open-time-email-editor.ng-isolate-scope .mt-4,ui-ng-open-time-email-editor.ng-isolate-scope .my-4,ui-ng-segment-editor.ng-isolate-scope .mt-4,ui-ng-segment-editor.ng-isolate-scope .my-4{margin-top:1.5rem!important}div[class*=FloatingMenu__] .mr-4,div[class*=FloatingMenu__] .mx-4,ui-ng-add-rule-menu.ng-isolate-scope .mr-4,ui-ng-add-rule-menu.ng-isolate-scope .mx-4,ui-ng-date-time-picker.ng-isolate-scope .mr-4,ui-ng-date-time-picker.ng-isolate-scope .mx-4,ui-ng-gear-schema-form.ng-isolate-scope .mr-4,ui-ng-gear-schema-form.ng-isolate-scope .mx-4,ui-ng-open-time-email-editor.ng-isolate-scope .mr-4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-4,ui-ng-segment-editor.ng-isolate-scope .mr-4,ui-ng-segment-editor.ng-isolate-scope .mx-4{margin-right:1.5rem!important}div[class*=FloatingMenu__] .mb-4,div[class*=FloatingMenu__] .my-4,ui-ng-add-rule-menu.ng-isolate-scope .mb-4,ui-ng-add-rule-menu.ng-isolate-scope .my-4,ui-ng-date-time-picker.ng-isolate-scope .mb-4,ui-ng-date-time-picker.ng-isolate-scope .my-4,ui-ng-gear-schema-form.ng-isolate-scope .mb-4,ui-ng-gear-schema-form.ng-isolate-scope .my-4,ui-ng-open-time-email-editor.ng-isolate-scope .mb-4,ui-ng-open-time-email-editor.ng-isolate-scope .my-4,ui-ng-segment-editor.ng-isolate-scope .mb-4,ui-ng-segment-editor.ng-isolate-scope .my-4{margin-bottom:1.5rem!important}div[class*=FloatingMenu__] .ml-4,div[class*=FloatingMenu__] .mx-4,ui-ng-add-rule-menu.ng-isolate-scope .ml-4,ui-ng-add-rule-menu.ng-isolate-scope .mx-4,ui-ng-date-time-picker.ng-isolate-scope .ml-4,ui-ng-date-time-picker.ng-isolate-scope .mx-4,ui-ng-gear-schema-form.ng-isolate-scope .ml-4,ui-ng-gear-schema-form.ng-isolate-scope .mx-4,ui-ng-open-time-email-editor.ng-isolate-scope .ml-4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-4,ui-ng-segment-editor.ng-isolate-scope .ml-4,ui-ng-segment-editor.ng-isolate-scope .mx-4{margin-left:1.5rem!important}div[class*=FloatingMenu__] .m-5,ui-ng-add-rule-menu.ng-isolate-scope .m-5,ui-ng-date-time-picker.ng-isolate-scope .m-5,ui-ng-gear-schema-form.ng-isolate-scope .m-5,ui-ng-open-time-email-editor.ng-isolate-scope .m-5,ui-ng-segment-editor.ng-isolate-scope .m-5{margin:3rem!important}div[class*=FloatingMenu__] .mt-5,div[class*=FloatingMenu__] .my-5,ui-ng-add-rule-menu.ng-isolate-scope .mt-5,ui-ng-add-rule-menu.ng-isolate-scope .my-5,ui-ng-date-time-picker.ng-isolate-scope .mt-5,ui-ng-date-time-picker.ng-isolate-scope .my-5,ui-ng-gear-schema-form.ng-isolate-scope .mt-5,ui-ng-gear-schema-form.ng-isolate-scope .my-5,ui-ng-open-time-email-editor.ng-isolate-scope .mt-5,ui-ng-open-time-email-editor.ng-isolate-scope .my-5,ui-ng-segment-editor.ng-isolate-scope .mt-5,ui-ng-segment-editor.ng-isolate-scope .my-5{margin-top:3rem!important}div[class*=FloatingMenu__] .mr-5,div[class*=FloatingMenu__] .mx-5,ui-ng-add-rule-menu.ng-isolate-scope .mr-5,ui-ng-add-rule-menu.ng-isolate-scope .mx-5,ui-ng-date-time-picker.ng-isolate-scope .mr-5,ui-ng-date-time-picker.ng-isolate-scope .mx-5,ui-ng-gear-schema-form.ng-isolate-scope .mr-5,ui-ng-gear-schema-form.ng-isolate-scope .mx-5,ui-ng-open-time-email-editor.ng-isolate-scope .mr-5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-5,ui-ng-segment-editor.ng-isolate-scope .mr-5,ui-ng-segment-editor.ng-isolate-scope .mx-5{margin-right:3rem!important}div[class*=FloatingMenu__] .mb-5,div[class*=FloatingMenu__] .my-5,ui-ng-add-rule-menu.ng-isolate-scope .mb-5,ui-ng-add-rule-menu.ng-isolate-scope .my-5,ui-ng-date-time-picker.ng-isolate-scope .mb-5,ui-ng-date-time-picker.ng-isolate-scope .my-5,ui-ng-gear-schema-form.ng-isolate-scope .mb-5,ui-ng-gear-schema-form.ng-isolate-scope .my-5,ui-ng-open-time-email-editor.ng-isolate-scope .mb-5,ui-ng-open-time-email-editor.ng-isolate-scope .my-5,ui-ng-segment-editor.ng-isolate-scope .mb-5,ui-ng-segment-editor.ng-isolate-scope .my-5{margin-bottom:3rem!important}div[class*=FloatingMenu__] .ml-5,div[class*=FloatingMenu__] .mx-5,ui-ng-add-rule-menu.ng-isolate-scope .ml-5,ui-ng-add-rule-menu.ng-isolate-scope .mx-5,ui-ng-date-time-picker.ng-isolate-scope .ml-5,ui-ng-date-time-picker.ng-isolate-scope .mx-5,ui-ng-gear-schema-form.ng-isolate-scope .ml-5,ui-ng-gear-schema-form.ng-isolate-scope .mx-5,ui-ng-open-time-email-editor.ng-isolate-scope .ml-5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-5,ui-ng-segment-editor.ng-isolate-scope .ml-5,ui-ng-segment-editor.ng-isolate-scope .mx-5{margin-left:3rem!important}div[class*=FloatingMenu__] .p-0,ui-ng-add-rule-menu.ng-isolate-scope .p-0,ui-ng-date-time-picker.ng-isolate-scope .p-0,ui-ng-gear-schema-form.ng-isolate-scope .p-0,ui-ng-open-time-email-editor.ng-isolate-scope .p-0,ui-ng-segment-editor.ng-isolate-scope .p-0{padding:0!important}div[class*=FloatingMenu__] .pt-0,div[class*=FloatingMenu__] .py-0,ui-ng-add-rule-menu.ng-isolate-scope .pt-0,ui-ng-add-rule-menu.ng-isolate-scope .py-0,ui-ng-date-time-picker.ng-isolate-scope .pt-0,ui-ng-date-time-picker.ng-isolate-scope .py-0,ui-ng-gear-schema-form.ng-isolate-scope .pt-0,ui-ng-gear-schema-form.ng-isolate-scope .py-0,ui-ng-open-time-email-editor.ng-isolate-scope .pt-0,ui-ng-open-time-email-editor.ng-isolate-scope .py-0,ui-ng-segment-editor.ng-isolate-scope .pt-0,ui-ng-segment-editor.ng-isolate-scope .py-0{padding-top:0!important}div[class*=FloatingMenu__] .pr-0,div[class*=FloatingMenu__] .px-0,ui-ng-add-rule-menu.ng-isolate-scope .pr-0,ui-ng-add-rule-menu.ng-isolate-scope .px-0,ui-ng-date-time-picker.ng-isolate-scope .pr-0,ui-ng-date-time-picker.ng-isolate-scope .px-0,ui-ng-gear-schema-form.ng-isolate-scope .pr-0,ui-ng-gear-schema-form.ng-isolate-scope .px-0,ui-ng-open-time-email-editor.ng-isolate-scope .pr-0,ui-ng-open-time-email-editor.ng-isolate-scope .px-0,ui-ng-segment-editor.ng-isolate-scope .pr-0,ui-ng-segment-editor.ng-isolate-scope .px-0{padding-right:0!important}div[class*=FloatingMenu__] .pb-0,div[class*=FloatingMenu__] .py-0,ui-ng-add-rule-menu.ng-isolate-scope .pb-0,ui-ng-add-rule-menu.ng-isolate-scope .py-0,ui-ng-date-time-picker.ng-isolate-scope .pb-0,ui-ng-date-time-picker.ng-isolate-scope .py-0,ui-ng-gear-schema-form.ng-isolate-scope .pb-0,ui-ng-gear-schema-form.ng-isolate-scope .py-0,ui-ng-open-time-email-editor.ng-isolate-scope .pb-0,ui-ng-open-time-email-editor.ng-isolate-scope .py-0,ui-ng-segment-editor.ng-isolate-scope .pb-0,ui-ng-segment-editor.ng-isolate-scope .py-0{padding-bottom:0!important}div[class*=FloatingMenu__] .pl-0,div[class*=FloatingMenu__] .px-0,ui-ng-add-rule-menu.ng-isolate-scope .pl-0,ui-ng-add-rule-menu.ng-isolate-scope .px-0,ui-ng-date-time-picker.ng-isolate-scope .pl-0,ui-ng-date-time-picker.ng-isolate-scope .px-0,ui-ng-gear-schema-form.ng-isolate-scope .pl-0,ui-ng-gear-schema-form.ng-isolate-scope .px-0,ui-ng-open-time-email-editor.ng-isolate-scope .pl-0,ui-ng-open-time-email-editor.ng-isolate-scope .px-0,ui-ng-segment-editor.ng-isolate-scope .pl-0,ui-ng-segment-editor.ng-isolate-scope .px-0{padding-left:0!important}div[class*=FloatingMenu__] .p-1,ui-ng-add-rule-menu.ng-isolate-scope .p-1,ui-ng-date-time-picker.ng-isolate-scope .p-1,ui-ng-gear-schema-form.ng-isolate-scope .p-1,ui-ng-open-time-email-editor.ng-isolate-scope .p-1,ui-ng-segment-editor.ng-isolate-scope .p-1{padding:.25rem!important}div[class*=FloatingMenu__] .pt-1,div[class*=FloatingMenu__] .py-1,ui-ng-add-rule-menu.ng-isolate-scope .pt-1,ui-ng-add-rule-menu.ng-isolate-scope .py-1,ui-ng-date-time-picker.ng-isolate-scope .pt-1,ui-ng-date-time-picker.ng-isolate-scope .py-1,ui-ng-gear-schema-form.ng-isolate-scope .pt-1,ui-ng-gear-schema-form.ng-isolate-scope .py-1,ui-ng-open-time-email-editor.ng-isolate-scope .pt-1,ui-ng-open-time-email-editor.ng-isolate-scope .py-1,ui-ng-segment-editor.ng-isolate-scope .pt-1,ui-ng-segment-editor.ng-isolate-scope .py-1{padding-top:.25rem!important}div[class*=FloatingMenu__] .pr-1,div[class*=FloatingMenu__] .px-1,ui-ng-add-rule-menu.ng-isolate-scope .pr-1,ui-ng-add-rule-menu.ng-isolate-scope .px-1,ui-ng-date-time-picker.ng-isolate-scope .pr-1,ui-ng-date-time-picker.ng-isolate-scope .px-1,ui-ng-gear-schema-form.ng-isolate-scope .pr-1,ui-ng-gear-schema-form.ng-isolate-scope .px-1,ui-ng-open-time-email-editor.ng-isolate-scope .pr-1,ui-ng-open-time-email-editor.ng-isolate-scope .px-1,ui-ng-segment-editor.ng-isolate-scope .pr-1,ui-ng-segment-editor.ng-isolate-scope .px-1{padding-right:.25rem!important}div[class*=FloatingMenu__] .pb-1,div[class*=FloatingMenu__] .py-1,ui-ng-add-rule-menu.ng-isolate-scope .pb-1,ui-ng-add-rule-menu.ng-isolate-scope .py-1,ui-ng-date-time-picker.ng-isolate-scope .pb-1,ui-ng-date-time-picker.ng-isolate-scope .py-1,ui-ng-gear-schema-form.ng-isolate-scope .pb-1,ui-ng-gear-schema-form.ng-isolate-scope .py-1,ui-ng-open-time-email-editor.ng-isolate-scope .pb-1,ui-ng-open-time-email-editor.ng-isolate-scope .py-1,ui-ng-segment-editor.ng-isolate-scope .pb-1,ui-ng-segment-editor.ng-isolate-scope .py-1{padding-bottom:.25rem!important}div[class*=FloatingMenu__] .pl-1,div[class*=FloatingMenu__] .px-1,ui-ng-add-rule-menu.ng-isolate-scope .pl-1,ui-ng-add-rule-menu.ng-isolate-scope .px-1,ui-ng-date-time-picker.ng-isolate-scope .pl-1,ui-ng-date-time-picker.ng-isolate-scope .px-1,ui-ng-gear-schema-form.ng-isolate-scope .pl-1,ui-ng-gear-schema-form.ng-isolate-scope .px-1,ui-ng-open-time-email-editor.ng-isolate-scope .pl-1,ui-ng-open-time-email-editor.ng-isolate-scope .px-1,ui-ng-segment-editor.ng-isolate-scope .pl-1,ui-ng-segment-editor.ng-isolate-scope .px-1{padding-left:.25rem!important}div[class*=FloatingMenu__] .p-2,ui-ng-add-rule-menu.ng-isolate-scope .p-2,ui-ng-date-time-picker.ng-isolate-scope .p-2,ui-ng-gear-schema-form.ng-isolate-scope .p-2,ui-ng-open-time-email-editor.ng-isolate-scope .p-2,ui-ng-segment-editor.ng-isolate-scope .p-2{padding:.5rem!important}div[class*=FloatingMenu__] .pt-2,div[class*=FloatingMenu__] .py-2,ui-ng-add-rule-menu.ng-isolate-scope .pt-2,ui-ng-add-rule-menu.ng-isolate-scope .py-2,ui-ng-date-time-picker.ng-isolate-scope .pt-2,ui-ng-date-time-picker.ng-isolate-scope .py-2,ui-ng-gear-schema-form.ng-isolate-scope .pt-2,ui-ng-gear-schema-form.ng-isolate-scope .py-2,ui-ng-open-time-email-editor.ng-isolate-scope .pt-2,ui-ng-open-time-email-editor.ng-isolate-scope .py-2,ui-ng-segment-editor.ng-isolate-scope .pt-2,ui-ng-segment-editor.ng-isolate-scope .py-2{padding-top:.5rem!important}div[class*=FloatingMenu__] .pr-2,div[class*=FloatingMenu__] .px-2,ui-ng-add-rule-menu.ng-isolate-scope .pr-2,ui-ng-add-rule-menu.ng-isolate-scope .px-2,ui-ng-date-time-picker.ng-isolate-scope .pr-2,ui-ng-date-time-picker.ng-isolate-scope .px-2,ui-ng-gear-schema-form.ng-isolate-scope .pr-2,ui-ng-gear-schema-form.ng-isolate-scope .px-2,ui-ng-open-time-email-editor.ng-isolate-scope .pr-2,ui-ng-open-time-email-editor.ng-isolate-scope .px-2,ui-ng-segment-editor.ng-isolate-scope .pr-2,ui-ng-segment-editor.ng-isolate-scope .px-2{padding-right:.5rem!important}div[class*=FloatingMenu__] .pb-2,div[class*=FloatingMenu__] .py-2,ui-ng-add-rule-menu.ng-isolate-scope .pb-2,ui-ng-add-rule-menu.ng-isolate-scope .py-2,ui-ng-date-time-picker.ng-isolate-scope .pb-2,ui-ng-date-time-picker.ng-isolate-scope .py-2,ui-ng-gear-schema-form.ng-isolate-scope .pb-2,ui-ng-gear-schema-form.ng-isolate-scope .py-2,ui-ng-open-time-email-editor.ng-isolate-scope .pb-2,ui-ng-open-time-email-editor.ng-isolate-scope .py-2,ui-ng-segment-editor.ng-isolate-scope .pb-2,ui-ng-segment-editor.ng-isolate-scope .py-2{padding-bottom:.5rem!important}div[class*=FloatingMenu__] .pl-2,div[class*=FloatingMenu__] .px-2,ui-ng-add-rule-menu.ng-isolate-scope .pl-2,ui-ng-add-rule-menu.ng-isolate-scope .px-2,ui-ng-date-time-picker.ng-isolate-scope .pl-2,ui-ng-date-time-picker.ng-isolate-scope .px-2,ui-ng-gear-schema-form.ng-isolate-scope .pl-2,ui-ng-gear-schema-form.ng-isolate-scope .px-2,ui-ng-open-time-email-editor.ng-isolate-scope .pl-2,ui-ng-open-time-email-editor.ng-isolate-scope .px-2,ui-ng-segment-editor.ng-isolate-scope .pl-2,ui-ng-segment-editor.ng-isolate-scope .px-2{padding-left:.5rem!important}div[class*=FloatingMenu__] .p-3,ui-ng-add-rule-menu.ng-isolate-scope .p-3,ui-ng-date-time-picker.ng-isolate-scope .p-3,ui-ng-gear-schema-form.ng-isolate-scope .p-3,ui-ng-open-time-email-editor.ng-isolate-scope .p-3,ui-ng-segment-editor.ng-isolate-scope .p-3{padding:1rem!important}div[class*=FloatingMenu__] .pt-3,div[class*=FloatingMenu__] .py-3,ui-ng-add-rule-menu.ng-isolate-scope .pt-3,ui-ng-add-rule-menu.ng-isolate-scope .py-3,ui-ng-date-time-picker.ng-isolate-scope .pt-3,ui-ng-date-time-picker.ng-isolate-scope .py-3,ui-ng-gear-schema-form.ng-isolate-scope .pt-3,ui-ng-gear-schema-form.ng-isolate-scope .py-3,ui-ng-open-time-email-editor.ng-isolate-scope .pt-3,ui-ng-open-time-email-editor.ng-isolate-scope .py-3,ui-ng-segment-editor.ng-isolate-scope .pt-3,ui-ng-segment-editor.ng-isolate-scope .py-3{padding-top:1rem!important}div[class*=FloatingMenu__] .pr-3,div[class*=FloatingMenu__] .px-3,ui-ng-add-rule-menu.ng-isolate-scope .pr-3,ui-ng-add-rule-menu.ng-isolate-scope .px-3,ui-ng-date-time-picker.ng-isolate-scope .pr-3,ui-ng-date-time-picker.ng-isolate-scope .px-3,ui-ng-gear-schema-form.ng-isolate-scope .pr-3,ui-ng-gear-schema-form.ng-isolate-scope .px-3,ui-ng-open-time-email-editor.ng-isolate-scope .pr-3,ui-ng-open-time-email-editor.ng-isolate-scope .px-3,ui-ng-segment-editor.ng-isolate-scope .pr-3,ui-ng-segment-editor.ng-isolate-scope .px-3{padding-right:1rem!important}div[class*=FloatingMenu__] .pb-3,div[class*=FloatingMenu__] .py-3,ui-ng-add-rule-menu.ng-isolate-scope .pb-3,ui-ng-add-rule-menu.ng-isolate-scope .py-3,ui-ng-date-time-picker.ng-isolate-scope .pb-3,ui-ng-date-time-picker.ng-isolate-scope .py-3,ui-ng-gear-schema-form.ng-isolate-scope .pb-3,ui-ng-gear-schema-form.ng-isolate-scope .py-3,ui-ng-open-time-email-editor.ng-isolate-scope .pb-3,ui-ng-open-time-email-editor.ng-isolate-scope .py-3,ui-ng-segment-editor.ng-isolate-scope .pb-3,ui-ng-segment-editor.ng-isolate-scope .py-3{padding-bottom:1rem!important}div[class*=FloatingMenu__] .pl-3,div[class*=FloatingMenu__] .px-3,ui-ng-add-rule-menu.ng-isolate-scope .pl-3,ui-ng-add-rule-menu.ng-isolate-scope .px-3,ui-ng-date-time-picker.ng-isolate-scope .pl-3,ui-ng-date-time-picker.ng-isolate-scope .px-3,ui-ng-gear-schema-form.ng-isolate-scope .pl-3,ui-ng-gear-schema-form.ng-isolate-scope .px-3,ui-ng-open-time-email-editor.ng-isolate-scope .pl-3,ui-ng-open-time-email-editor.ng-isolate-scope .px-3,ui-ng-segment-editor.ng-isolate-scope .pl-3,ui-ng-segment-editor.ng-isolate-scope .px-3{padding-left:1rem!important}div[class*=FloatingMenu__] .p-4,ui-ng-add-rule-menu.ng-isolate-scope .p-4,ui-ng-date-time-picker.ng-isolate-scope .p-4,ui-ng-gear-schema-form.ng-isolate-scope .p-4,ui-ng-open-time-email-editor.ng-isolate-scope .p-4,ui-ng-segment-editor.ng-isolate-scope .p-4{padding:1.5rem!important}div[class*=FloatingMenu__] .pt-4,div[class*=FloatingMenu__] .py-4,ui-ng-add-rule-menu.ng-isolate-scope .pt-4,ui-ng-add-rule-menu.ng-isolate-scope .py-4,ui-ng-date-time-picker.ng-isolate-scope .pt-4,ui-ng-date-time-picker.ng-isolate-scope .py-4,ui-ng-gear-schema-form.ng-isolate-scope .pt-4,ui-ng-gear-schema-form.ng-isolate-scope .py-4,ui-ng-open-time-email-editor.ng-isolate-scope .pt-4,ui-ng-open-time-email-editor.ng-isolate-scope .py-4,ui-ng-segment-editor.ng-isolate-scope .pt-4,ui-ng-segment-editor.ng-isolate-scope .py-4{padding-top:1.5rem!important}div[class*=FloatingMenu__] .pr-4,div[class*=FloatingMenu__] .px-4,ui-ng-add-rule-menu.ng-isolate-scope .pr-4,ui-ng-add-rule-menu.ng-isolate-scope .px-4,ui-ng-date-time-picker.ng-isolate-scope .pr-4,ui-ng-date-time-picker.ng-isolate-scope .px-4,ui-ng-gear-schema-form.ng-isolate-scope .pr-4,ui-ng-gear-schema-form.ng-isolate-scope .px-4,ui-ng-open-time-email-editor.ng-isolate-scope .pr-4,ui-ng-open-time-email-editor.ng-isolate-scope .px-4,ui-ng-segment-editor.ng-isolate-scope .pr-4,ui-ng-segment-editor.ng-isolate-scope .px-4{padding-right:1.5rem!important}div[class*=FloatingMenu__] .pb-4,div[class*=FloatingMenu__] .py-4,ui-ng-add-rule-menu.ng-isolate-scope .pb-4,ui-ng-add-rule-menu.ng-isolate-scope .py-4,ui-ng-date-time-picker.ng-isolate-scope .pb-4,ui-ng-date-time-picker.ng-isolate-scope .py-4,ui-ng-gear-schema-form.ng-isolate-scope .pb-4,ui-ng-gear-schema-form.ng-isolate-scope .py-4,ui-ng-open-time-email-editor.ng-isolate-scope .pb-4,ui-ng-open-time-email-editor.ng-isolate-scope .py-4,ui-ng-segment-editor.ng-isolate-scope .pb-4,ui-ng-segment-editor.ng-isolate-scope .py-4{padding-bottom:1.5rem!important}div[class*=FloatingMenu__] .pl-4,div[class*=FloatingMenu__] .px-4,ui-ng-add-rule-menu.ng-isolate-scope .pl-4,ui-ng-add-rule-menu.ng-isolate-scope .px-4,ui-ng-date-time-picker.ng-isolate-scope .pl-4,ui-ng-date-time-picker.ng-isolate-scope .px-4,ui-ng-gear-schema-form.ng-isolate-scope .pl-4,ui-ng-gear-schema-form.ng-isolate-scope .px-4,ui-ng-open-time-email-editor.ng-isolate-scope .pl-4,ui-ng-open-time-email-editor.ng-isolate-scope .px-4,ui-ng-segment-editor.ng-isolate-scope .pl-4,ui-ng-segment-editor.ng-isolate-scope .px-4{padding-left:1.5rem!important}div[class*=FloatingMenu__] .p-5,ui-ng-add-rule-menu.ng-isolate-scope .p-5,ui-ng-date-time-picker.ng-isolate-scope .p-5,ui-ng-gear-schema-form.ng-isolate-scope .p-5,ui-ng-open-time-email-editor.ng-isolate-scope .p-5,ui-ng-segment-editor.ng-isolate-scope .p-5{padding:3rem!important}div[class*=FloatingMenu__] .pt-5,div[class*=FloatingMenu__] .py-5,ui-ng-add-rule-menu.ng-isolate-scope .pt-5,ui-ng-add-rule-menu.ng-isolate-scope .py-5,ui-ng-date-time-picker.ng-isolate-scope .pt-5,ui-ng-date-time-picker.ng-isolate-scope .py-5,ui-ng-gear-schema-form.ng-isolate-scope .pt-5,ui-ng-gear-schema-form.ng-isolate-scope .py-5,ui-ng-open-time-email-editor.ng-isolate-scope .pt-5,ui-ng-open-time-email-editor.ng-isolate-scope .py-5,ui-ng-segment-editor.ng-isolate-scope .pt-5,ui-ng-segment-editor.ng-isolate-scope .py-5{padding-top:3rem!important}div[class*=FloatingMenu__] .pr-5,div[class*=FloatingMenu__] .px-5,ui-ng-add-rule-menu.ng-isolate-scope .pr-5,ui-ng-add-rule-menu.ng-isolate-scope .px-5,ui-ng-date-time-picker.ng-isolate-scope .pr-5,ui-ng-date-time-picker.ng-isolate-scope .px-5,ui-ng-gear-schema-form.ng-isolate-scope .pr-5,ui-ng-gear-schema-form.ng-isolate-scope .px-5,ui-ng-open-time-email-editor.ng-isolate-scope .pr-5,ui-ng-open-time-email-editor.ng-isolate-scope .px-5,ui-ng-segment-editor.ng-isolate-scope .pr-5,ui-ng-segment-editor.ng-isolate-scope .px-5{padding-right:3rem!important}div[class*=FloatingMenu__] .pb-5,div[class*=FloatingMenu__] .py-5,ui-ng-add-rule-menu.ng-isolate-scope .pb-5,ui-ng-add-rule-menu.ng-isolate-scope .py-5,ui-ng-date-time-picker.ng-isolate-scope .pb-5,ui-ng-date-time-picker.ng-isolate-scope .py-5,ui-ng-gear-schema-form.ng-isolate-scope .pb-5,ui-ng-gear-schema-form.ng-isolate-scope .py-5,ui-ng-open-time-email-editor.ng-isolate-scope .pb-5,ui-ng-open-time-email-editor.ng-isolate-scope .py-5,ui-ng-segment-editor.ng-isolate-scope .pb-5,ui-ng-segment-editor.ng-isolate-scope .py-5{padding-bottom:3rem!important}div[class*=FloatingMenu__] .pl-5,div[class*=FloatingMenu__] .px-5,ui-ng-add-rule-menu.ng-isolate-scope .pl-5,ui-ng-add-rule-menu.ng-isolate-scope .px-5,ui-ng-date-time-picker.ng-isolate-scope .pl-5,ui-ng-date-time-picker.ng-isolate-scope .px-5,ui-ng-gear-schema-form.ng-isolate-scope .pl-5,ui-ng-gear-schema-form.ng-isolate-scope .px-5,ui-ng-open-time-email-editor.ng-isolate-scope .pl-5,ui-ng-open-time-email-editor.ng-isolate-scope .px-5,ui-ng-segment-editor.ng-isolate-scope .pl-5,ui-ng-segment-editor.ng-isolate-scope .px-5{padding-left:3rem!important}div[class*=FloatingMenu__] .m-n1,ui-ng-add-rule-menu.ng-isolate-scope .m-n1,ui-ng-date-time-picker.ng-isolate-scope .m-n1,ui-ng-gear-schema-form.ng-isolate-scope .m-n1,ui-ng-open-time-email-editor.ng-isolate-scope .m-n1,ui-ng-segment-editor.ng-isolate-scope .m-n1{margin:-.25rem!important}div[class*=FloatingMenu__] .mt-n1,div[class*=FloatingMenu__] .my-n1,ui-ng-add-rule-menu.ng-isolate-scope .mt-n1,ui-ng-add-rule-menu.ng-isolate-scope .my-n1,ui-ng-date-time-picker.ng-isolate-scope .mt-n1,ui-ng-date-time-picker.ng-isolate-scope .my-n1,ui-ng-gear-schema-form.ng-isolate-scope .mt-n1,ui-ng-gear-schema-form.ng-isolate-scope .my-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mt-n1,ui-ng-open-time-email-editor.ng-isolate-scope .my-n1,ui-ng-segment-editor.ng-isolate-scope .mt-n1,ui-ng-segment-editor.ng-isolate-scope .my-n1{margin-top:-.25rem!important}div[class*=FloatingMenu__] .mr-n1,div[class*=FloatingMenu__] .mx-n1,ui-ng-add-rule-menu.ng-isolate-scope .mr-n1,ui-ng-add-rule-menu.ng-isolate-scope .mx-n1,ui-ng-date-time-picker.ng-isolate-scope .mr-n1,ui-ng-date-time-picker.ng-isolate-scope .mx-n1,ui-ng-gear-schema-form.ng-isolate-scope .mr-n1,ui-ng-gear-schema-form.ng-isolate-scope .mx-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mr-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-n1,ui-ng-segment-editor.ng-isolate-scope .mr-n1,ui-ng-segment-editor.ng-isolate-scope .mx-n1{margin-right:-.25rem!important}div[class*=FloatingMenu__] .mb-n1,div[class*=FloatingMenu__] .my-n1,ui-ng-add-rule-menu.ng-isolate-scope .mb-n1,ui-ng-add-rule-menu.ng-isolate-scope .my-n1,ui-ng-date-time-picker.ng-isolate-scope .mb-n1,ui-ng-date-time-picker.ng-isolate-scope .my-n1,ui-ng-gear-schema-form.ng-isolate-scope .mb-n1,ui-ng-gear-schema-form.ng-isolate-scope .my-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mb-n1,ui-ng-open-time-email-editor.ng-isolate-scope .my-n1,ui-ng-segment-editor.ng-isolate-scope .mb-n1,ui-ng-segment-editor.ng-isolate-scope .my-n1{margin-bottom:-.25rem!important}div[class*=FloatingMenu__] .ml-n1,div[class*=FloatingMenu__] .mx-n1,ui-ng-add-rule-menu.ng-isolate-scope .ml-n1,ui-ng-add-rule-menu.ng-isolate-scope .mx-n1,ui-ng-date-time-picker.ng-isolate-scope .ml-n1,ui-ng-date-time-picker.ng-isolate-scope .mx-n1,ui-ng-gear-schema-form.ng-isolate-scope .ml-n1,ui-ng-gear-schema-form.ng-isolate-scope .mx-n1,ui-ng-open-time-email-editor.ng-isolate-scope .ml-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-n1,ui-ng-segment-editor.ng-isolate-scope .ml-n1,ui-ng-segment-editor.ng-isolate-scope .mx-n1{margin-left:-.25rem!important}div[class*=FloatingMenu__] .m-n2,ui-ng-add-rule-menu.ng-isolate-scope .m-n2,ui-ng-date-time-picker.ng-isolate-scope .m-n2,ui-ng-gear-schema-form.ng-isolate-scope .m-n2,ui-ng-open-time-email-editor.ng-isolate-scope .m-n2,ui-ng-segment-editor.ng-isolate-scope .m-n2{margin:-.5rem!important}div[class*=FloatingMenu__] .mt-n2,div[class*=FloatingMenu__] .my-n2,ui-ng-add-rule-menu.ng-isolate-scope .mt-n2,ui-ng-add-rule-menu.ng-isolate-scope .my-n2,ui-ng-date-time-picker.ng-isolate-scope .mt-n2,ui-ng-date-time-picker.ng-isolate-scope .my-n2,ui-ng-gear-schema-form.ng-isolate-scope .mt-n2,ui-ng-gear-schema-form.ng-isolate-scope .my-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mt-n2,ui-ng-open-time-email-editor.ng-isolate-scope .my-n2,ui-ng-segment-editor.ng-isolate-scope .mt-n2,ui-ng-segment-editor.ng-isolate-scope .my-n2{margin-top:-.5rem!important}div[class*=FloatingMenu__] .mr-n2,div[class*=FloatingMenu__] .mx-n2,ui-ng-add-rule-menu.ng-isolate-scope .mr-n2,ui-ng-add-rule-menu.ng-isolate-scope .mx-n2,ui-ng-date-time-picker.ng-isolate-scope .mr-n2,ui-ng-date-time-picker.ng-isolate-scope .mx-n2,ui-ng-gear-schema-form.ng-isolate-scope .mr-n2,ui-ng-gear-schema-form.ng-isolate-scope .mx-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mr-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-n2,ui-ng-segment-editor.ng-isolate-scope .mr-n2,ui-ng-segment-editor.ng-isolate-scope .mx-n2{margin-right:-.5rem!important}div[class*=FloatingMenu__] .mb-n2,div[class*=FloatingMenu__] .my-n2,ui-ng-add-rule-menu.ng-isolate-scope .mb-n2,ui-ng-add-rule-menu.ng-isolate-scope .my-n2,ui-ng-date-time-picker.ng-isolate-scope .mb-n2,ui-ng-date-time-picker.ng-isolate-scope .my-n2,ui-ng-gear-schema-form.ng-isolate-scope .mb-n2,ui-ng-gear-schema-form.ng-isolate-scope .my-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mb-n2,ui-ng-open-time-email-editor.ng-isolate-scope .my-n2,ui-ng-segment-editor.ng-isolate-scope .mb-n2,ui-ng-segment-editor.ng-isolate-scope .my-n2{margin-bottom:-.5rem!important}div[class*=FloatingMenu__] .ml-n2,div[class*=FloatingMenu__] .mx-n2,ui-ng-add-rule-menu.ng-isolate-scope .ml-n2,ui-ng-add-rule-menu.ng-isolate-scope .mx-n2,ui-ng-date-time-picker.ng-isolate-scope .ml-n2,ui-ng-date-time-picker.ng-isolate-scope .mx-n2,ui-ng-gear-schema-form.ng-isolate-scope .ml-n2,ui-ng-gear-schema-form.ng-isolate-scope .mx-n2,ui-ng-open-time-email-editor.ng-isolate-scope .ml-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-n2,ui-ng-segment-editor.ng-isolate-scope .ml-n2,ui-ng-segment-editor.ng-isolate-scope .mx-n2{margin-left:-.5rem!important}div[class*=FloatingMenu__] .m-n3,ui-ng-add-rule-menu.ng-isolate-scope .m-n3,ui-ng-date-time-picker.ng-isolate-scope .m-n3,ui-ng-gear-schema-form.ng-isolate-scope .m-n3,ui-ng-open-time-email-editor.ng-isolate-scope .m-n3,ui-ng-segment-editor.ng-isolate-scope .m-n3{margin:-1rem!important}div[class*=FloatingMenu__] .mt-n3,div[class*=FloatingMenu__] .my-n3,ui-ng-add-rule-menu.ng-isolate-scope .mt-n3,ui-ng-add-rule-menu.ng-isolate-scope .my-n3,ui-ng-date-time-picker.ng-isolate-scope .mt-n3,ui-ng-date-time-picker.ng-isolate-scope .my-n3,ui-ng-gear-schema-form.ng-isolate-scope .mt-n3,ui-ng-gear-schema-form.ng-isolate-scope .my-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mt-n3,ui-ng-open-time-email-editor.ng-isolate-scope .my-n3,ui-ng-segment-editor.ng-isolate-scope .mt-n3,ui-ng-segment-editor.ng-isolate-scope .my-n3{margin-top:-1rem!important}div[class*=FloatingMenu__] .mr-n3,div[class*=FloatingMenu__] .mx-n3,ui-ng-add-rule-menu.ng-isolate-scope .mr-n3,ui-ng-add-rule-menu.ng-isolate-scope .mx-n3,ui-ng-date-time-picker.ng-isolate-scope .mr-n3,ui-ng-date-time-picker.ng-isolate-scope .mx-n3,ui-ng-gear-schema-form.ng-isolate-scope .mr-n3,ui-ng-gear-schema-form.ng-isolate-scope .mx-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mr-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-n3,ui-ng-segment-editor.ng-isolate-scope .mr-n3,ui-ng-segment-editor.ng-isolate-scope .mx-n3{margin-right:-1rem!important}div[class*=FloatingMenu__] .mb-n3,div[class*=FloatingMenu__] .my-n3,ui-ng-add-rule-menu.ng-isolate-scope .mb-n3,ui-ng-add-rule-menu.ng-isolate-scope .my-n3,ui-ng-date-time-picker.ng-isolate-scope .mb-n3,ui-ng-date-time-picker.ng-isolate-scope .my-n3,ui-ng-gear-schema-form.ng-isolate-scope .mb-n3,ui-ng-gear-schema-form.ng-isolate-scope .my-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mb-n3,ui-ng-open-time-email-editor.ng-isolate-scope .my-n3,ui-ng-segment-editor.ng-isolate-scope .mb-n3,ui-ng-segment-editor.ng-isolate-scope .my-n3{margin-bottom:-1rem!important}div[class*=FloatingMenu__] .ml-n3,div[class*=FloatingMenu__] .mx-n3,ui-ng-add-rule-menu.ng-isolate-scope .ml-n3,ui-ng-add-rule-menu.ng-isolate-scope .mx-n3,ui-ng-date-time-picker.ng-isolate-scope .ml-n3,ui-ng-date-time-picker.ng-isolate-scope .mx-n3,ui-ng-gear-schema-form.ng-isolate-scope .ml-n3,ui-ng-gear-schema-form.ng-isolate-scope .mx-n3,ui-ng-open-time-email-editor.ng-isolate-scope .ml-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-n3,ui-ng-segment-editor.ng-isolate-scope .ml-n3,ui-ng-segment-editor.ng-isolate-scope .mx-n3{margin-left:-1rem!important}div[class*=FloatingMenu__] .m-n4,ui-ng-add-rule-menu.ng-isolate-scope .m-n4,ui-ng-date-time-picker.ng-isolate-scope .m-n4,ui-ng-gear-schema-form.ng-isolate-scope .m-n4,ui-ng-open-time-email-editor.ng-isolate-scope .m-n4,ui-ng-segment-editor.ng-isolate-scope .m-n4{margin:-1.5rem!important}div[class*=FloatingMenu__] .mt-n4,div[class*=FloatingMenu__] .my-n4,ui-ng-add-rule-menu.ng-isolate-scope .mt-n4,ui-ng-add-rule-menu.ng-isolate-scope .my-n4,ui-ng-date-time-picker.ng-isolate-scope .mt-n4,ui-ng-date-time-picker.ng-isolate-scope .my-n4,ui-ng-gear-schema-form.ng-isolate-scope .mt-n4,ui-ng-gear-schema-form.ng-isolate-scope .my-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mt-n4,ui-ng-open-time-email-editor.ng-isolate-scope .my-n4,ui-ng-segment-editor.ng-isolate-scope .mt-n4,ui-ng-segment-editor.ng-isolate-scope .my-n4{margin-top:-1.5rem!important}div[class*=FloatingMenu__] .mr-n4,div[class*=FloatingMenu__] .mx-n4,ui-ng-add-rule-menu.ng-isolate-scope .mr-n4,ui-ng-add-rule-menu.ng-isolate-scope .mx-n4,ui-ng-date-time-picker.ng-isolate-scope .mr-n4,ui-ng-date-time-picker.ng-isolate-scope .mx-n4,ui-ng-gear-schema-form.ng-isolate-scope .mr-n4,ui-ng-gear-schema-form.ng-isolate-scope .mx-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mr-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-n4,ui-ng-segment-editor.ng-isolate-scope .mr-n4,ui-ng-segment-editor.ng-isolate-scope .mx-n4{margin-right:-1.5rem!important}div[class*=FloatingMenu__] .mb-n4,div[class*=FloatingMenu__] .my-n4,ui-ng-add-rule-menu.ng-isolate-scope .mb-n4,ui-ng-add-rule-menu.ng-isolate-scope .my-n4,ui-ng-date-time-picker.ng-isolate-scope .mb-n4,ui-ng-date-time-picker.ng-isolate-scope .my-n4,ui-ng-gear-schema-form.ng-isolate-scope .mb-n4,ui-ng-gear-schema-form.ng-isolate-scope .my-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mb-n4,ui-ng-open-time-email-editor.ng-isolate-scope .my-n4,ui-ng-segment-editor.ng-isolate-scope .mb-n4,ui-ng-segment-editor.ng-isolate-scope .my-n4{margin-bottom:-1.5rem!important}div[class*=FloatingMenu__] .ml-n4,div[class*=FloatingMenu__] .mx-n4,ui-ng-add-rule-menu.ng-isolate-scope .ml-n4,ui-ng-add-rule-menu.ng-isolate-scope .mx-n4,ui-ng-date-time-picker.ng-isolate-scope .ml-n4,ui-ng-date-time-picker.ng-isolate-scope .mx-n4,ui-ng-gear-schema-form.ng-isolate-scope .ml-n4,ui-ng-gear-schema-form.ng-isolate-scope .mx-n4,ui-ng-open-time-email-editor.ng-isolate-scope .ml-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-n4,ui-ng-segment-editor.ng-isolate-scope .ml-n4,ui-ng-segment-editor.ng-isolate-scope .mx-n4{margin-left:-1.5rem!important}div[class*=FloatingMenu__] .m-n5,ui-ng-add-rule-menu.ng-isolate-scope .m-n5,ui-ng-date-time-picker.ng-isolate-scope .m-n5,ui-ng-gear-schema-form.ng-isolate-scope .m-n5,ui-ng-open-time-email-editor.ng-isolate-scope .m-n5,ui-ng-segment-editor.ng-isolate-scope .m-n5{margin:-3rem!important}div[class*=FloatingMenu__] .mt-n5,div[class*=FloatingMenu__] .my-n5,ui-ng-add-rule-menu.ng-isolate-scope .mt-n5,ui-ng-add-rule-menu.ng-isolate-scope .my-n5,ui-ng-date-time-picker.ng-isolate-scope .mt-n5,ui-ng-date-time-picker.ng-isolate-scope .my-n5,ui-ng-gear-schema-form.ng-isolate-scope .mt-n5,ui-ng-gear-schema-form.ng-isolate-scope .my-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mt-n5,ui-ng-open-time-email-editor.ng-isolate-scope .my-n5,ui-ng-segment-editor.ng-isolate-scope .mt-n5,ui-ng-segment-editor.ng-isolate-scope .my-n5{margin-top:-3rem!important}div[class*=FloatingMenu__] .mr-n5,div[class*=FloatingMenu__] .mx-n5,ui-ng-add-rule-menu.ng-isolate-scope .mr-n5,ui-ng-add-rule-menu.ng-isolate-scope .mx-n5,ui-ng-date-time-picker.ng-isolate-scope .mr-n5,ui-ng-date-time-picker.ng-isolate-scope .mx-n5,ui-ng-gear-schema-form.ng-isolate-scope .mr-n5,ui-ng-gear-schema-form.ng-isolate-scope .mx-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mr-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-n5,ui-ng-segment-editor.ng-isolate-scope .mr-n5,ui-ng-segment-editor.ng-isolate-scope .mx-n5{margin-right:-3rem!important}div[class*=FloatingMenu__] .mb-n5,div[class*=FloatingMenu__] .my-n5,ui-ng-add-rule-menu.ng-isolate-scope .mb-n5,ui-ng-add-rule-menu.ng-isolate-scope .my-n5,ui-ng-date-time-picker.ng-isolate-scope .mb-n5,ui-ng-date-time-picker.ng-isolate-scope .my-n5,ui-ng-gear-schema-form.ng-isolate-scope .mb-n5,ui-ng-gear-schema-form.ng-isolate-scope .my-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mb-n5,ui-ng-open-time-email-editor.ng-isolate-scope .my-n5,ui-ng-segment-editor.ng-isolate-scope .mb-n5,ui-ng-segment-editor.ng-isolate-scope .my-n5{margin-bottom:-3rem!important}div[class*=FloatingMenu__] .ml-n5,div[class*=FloatingMenu__] .mx-n5,ui-ng-add-rule-menu.ng-isolate-scope .ml-n5,ui-ng-add-rule-menu.ng-isolate-scope .mx-n5,ui-ng-date-time-picker.ng-isolate-scope .ml-n5,ui-ng-date-time-picker.ng-isolate-scope .mx-n5,ui-ng-gear-schema-form.ng-isolate-scope .ml-n5,ui-ng-gear-schema-form.ng-isolate-scope .mx-n5,ui-ng-open-time-email-editor.ng-isolate-scope .ml-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-n5,ui-ng-segment-editor.ng-isolate-scope .ml-n5,ui-ng-segment-editor.ng-isolate-scope .mx-n5{margin-left:-3rem!important}div[class*=FloatingMenu__] .m-auto,ui-ng-add-rule-menu.ng-isolate-scope .m-auto,ui-ng-date-time-picker.ng-isolate-scope .m-auto,ui-ng-gear-schema-form.ng-isolate-scope .m-auto,ui-ng-open-time-email-editor.ng-isolate-scope .m-auto,ui-ng-segment-editor.ng-isolate-scope .m-auto{margin:auto!important}div[class*=FloatingMenu__] .mt-auto,div[class*=FloatingMenu__] .my-auto,ui-ng-add-rule-menu.ng-isolate-scope .mt-auto,ui-ng-add-rule-menu.ng-isolate-scope .my-auto,ui-ng-date-time-picker.ng-isolate-scope .mt-auto,ui-ng-date-time-picker.ng-isolate-scope .my-auto,ui-ng-gear-schema-form.ng-isolate-scope .mt-auto,ui-ng-gear-schema-form.ng-isolate-scope .my-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mt-auto,ui-ng-open-time-email-editor.ng-isolate-scope .my-auto,ui-ng-segment-editor.ng-isolate-scope .mt-auto,ui-ng-segment-editor.ng-isolate-scope .my-auto{margin-top:auto!important}div[class*=FloatingMenu__] .mr-auto,div[class*=FloatingMenu__] .mx-auto,ui-ng-add-rule-menu.ng-isolate-scope .mr-auto,ui-ng-add-rule-menu.ng-isolate-scope .mx-auto,ui-ng-date-time-picker.ng-isolate-scope .mr-auto,ui-ng-date-time-picker.ng-isolate-scope .mx-auto,ui-ng-gear-schema-form.ng-isolate-scope .mr-auto,ui-ng-gear-schema-form.ng-isolate-scope .mx-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mr-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mx-auto,ui-ng-segment-editor.ng-isolate-scope .mr-auto,ui-ng-segment-editor.ng-isolate-scope .mx-auto{margin-right:auto!important}div[class*=FloatingMenu__] .mb-auto,div[class*=FloatingMenu__] .my-auto,ui-ng-add-rule-menu.ng-isolate-scope .mb-auto,ui-ng-add-rule-menu.ng-isolate-scope .my-auto,ui-ng-date-time-picker.ng-isolate-scope .mb-auto,ui-ng-date-time-picker.ng-isolate-scope .my-auto,ui-ng-gear-schema-form.ng-isolate-scope .mb-auto,ui-ng-gear-schema-form.ng-isolate-scope .my-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mb-auto,ui-ng-open-time-email-editor.ng-isolate-scope .my-auto,ui-ng-segment-editor.ng-isolate-scope .mb-auto,ui-ng-segment-editor.ng-isolate-scope .my-auto{margin-bottom:auto!important}div[class*=FloatingMenu__] .ml-auto,div[class*=FloatingMenu__] .mx-auto,ui-ng-add-rule-menu.ng-isolate-scope .ml-auto,ui-ng-add-rule-menu.ng-isolate-scope .mx-auto,ui-ng-date-time-picker.ng-isolate-scope .ml-auto,ui-ng-date-time-picker.ng-isolate-scope .mx-auto,ui-ng-gear-schema-form.ng-isolate-scope .ml-auto,ui-ng-gear-schema-form.ng-isolate-scope .mx-auto,ui-ng-open-time-email-editor.ng-isolate-scope .ml-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mx-auto,ui-ng-segment-editor.ng-isolate-scope .ml-auto,ui-ng-segment-editor.ng-isolate-scope .mx-auto{margin-left:auto!important}@media (min-width:576px){div[class*=FloatingMenu__] .m-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-0,ui-ng-date-time-picker.ng-isolate-scope .m-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-0,ui-ng-segment-editor.ng-isolate-scope .m-sm-0{margin:0!important}div[class*=FloatingMenu__] .mt-sm-0,div[class*=FloatingMenu__] .my-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-0,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-0,ui-ng-date-time-picker.ng-isolate-scope .my-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-0,ui-ng-segment-editor.ng-isolate-scope .mt-sm-0,ui-ng-segment-editor.ng-isolate-scope .my-sm-0{margin-top:0!important}div[class*=FloatingMenu__] .mr-sm-0,div[class*=FloatingMenu__] .mx-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-0,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-0,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-0,ui-ng-segment-editor.ng-isolate-scope .mr-sm-0,ui-ng-segment-editor.ng-isolate-scope .mx-sm-0{margin-right:0!important}div[class*=FloatingMenu__] .mb-sm-0,div[class*=FloatingMenu__] .my-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-0,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-0,ui-ng-date-time-picker.ng-isolate-scope .my-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-0,ui-ng-segment-editor.ng-isolate-scope .mb-sm-0,ui-ng-segment-editor.ng-isolate-scope .my-sm-0{margin-bottom:0!important}div[class*=FloatingMenu__] .ml-sm-0,div[class*=FloatingMenu__] .mx-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-0,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-0,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-0,ui-ng-segment-editor.ng-isolate-scope .ml-sm-0,ui-ng-segment-editor.ng-isolate-scope .mx-sm-0{margin-left:0!important}div[class*=FloatingMenu__] .m-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-1,ui-ng-date-time-picker.ng-isolate-scope .m-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-1,ui-ng-segment-editor.ng-isolate-scope .m-sm-1{margin:.25rem!important}div[class*=FloatingMenu__] .mt-sm-1,div[class*=FloatingMenu__] .my-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-1,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-1,ui-ng-date-time-picker.ng-isolate-scope .my-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-1,ui-ng-segment-editor.ng-isolate-scope .mt-sm-1,ui-ng-segment-editor.ng-isolate-scope .my-sm-1{margin-top:.25rem!important}div[class*=FloatingMenu__] .mr-sm-1,div[class*=FloatingMenu__] .mx-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-1,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-1,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-1,ui-ng-segment-editor.ng-isolate-scope .mr-sm-1,ui-ng-segment-editor.ng-isolate-scope .mx-sm-1{margin-right:.25rem!important}div[class*=FloatingMenu__] .mb-sm-1,div[class*=FloatingMenu__] .my-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-1,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-1,ui-ng-date-time-picker.ng-isolate-scope .my-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-1,ui-ng-segment-editor.ng-isolate-scope .mb-sm-1,ui-ng-segment-editor.ng-isolate-scope .my-sm-1{margin-bottom:.25rem!important}div[class*=FloatingMenu__] .ml-sm-1,div[class*=FloatingMenu__] .mx-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-1,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-1,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-1,ui-ng-segment-editor.ng-isolate-scope .ml-sm-1,ui-ng-segment-editor.ng-isolate-scope .mx-sm-1{margin-left:.25rem!important}div[class*=FloatingMenu__] .m-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-2,ui-ng-date-time-picker.ng-isolate-scope .m-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-2,ui-ng-segment-editor.ng-isolate-scope .m-sm-2{margin:.5rem!important}div[class*=FloatingMenu__] .mt-sm-2,div[class*=FloatingMenu__] .my-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-2,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-2,ui-ng-date-time-picker.ng-isolate-scope .my-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-2,ui-ng-segment-editor.ng-isolate-scope .mt-sm-2,ui-ng-segment-editor.ng-isolate-scope .my-sm-2{margin-top:.5rem!important}div[class*=FloatingMenu__] .mr-sm-2,div[class*=FloatingMenu__] .mx-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-2,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-2,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-2,ui-ng-segment-editor.ng-isolate-scope .mr-sm-2,ui-ng-segment-editor.ng-isolate-scope .mx-sm-2{margin-right:.5rem!important}div[class*=FloatingMenu__] .mb-sm-2,div[class*=FloatingMenu__] .my-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-2,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-2,ui-ng-date-time-picker.ng-isolate-scope .my-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-2,ui-ng-segment-editor.ng-isolate-scope .mb-sm-2,ui-ng-segment-editor.ng-isolate-scope .my-sm-2{margin-bottom:.5rem!important}div[class*=FloatingMenu__] .ml-sm-2,div[class*=FloatingMenu__] .mx-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-2,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-2,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-2,ui-ng-segment-editor.ng-isolate-scope .ml-sm-2,ui-ng-segment-editor.ng-isolate-scope .mx-sm-2{margin-left:.5rem!important}div[class*=FloatingMenu__] .m-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-3,ui-ng-date-time-picker.ng-isolate-scope .m-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-3,ui-ng-segment-editor.ng-isolate-scope .m-sm-3{margin:1rem!important}div[class*=FloatingMenu__] .mt-sm-3,div[class*=FloatingMenu__] .my-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-3,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-3,ui-ng-date-time-picker.ng-isolate-scope .my-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-3,ui-ng-segment-editor.ng-isolate-scope .mt-sm-3,ui-ng-segment-editor.ng-isolate-scope .my-sm-3{margin-top:1rem!important}div[class*=FloatingMenu__] .mr-sm-3,div[class*=FloatingMenu__] .mx-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-3,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-3,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-3,ui-ng-segment-editor.ng-isolate-scope .mr-sm-3,ui-ng-segment-editor.ng-isolate-scope .mx-sm-3{margin-right:1rem!important}div[class*=FloatingMenu__] .mb-sm-3,div[class*=FloatingMenu__] .my-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-3,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-3,ui-ng-date-time-picker.ng-isolate-scope .my-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-3,ui-ng-segment-editor.ng-isolate-scope .mb-sm-3,ui-ng-segment-editor.ng-isolate-scope .my-sm-3{margin-bottom:1rem!important}div[class*=FloatingMenu__] .ml-sm-3,div[class*=FloatingMenu__] .mx-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-3,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-3,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-3,ui-ng-segment-editor.ng-isolate-scope .ml-sm-3,ui-ng-segment-editor.ng-isolate-scope .mx-sm-3{margin-left:1rem!important}div[class*=FloatingMenu__] .m-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-4,ui-ng-date-time-picker.ng-isolate-scope .m-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-4,ui-ng-segment-editor.ng-isolate-scope .m-sm-4{margin:1.5rem!important}div[class*=FloatingMenu__] .mt-sm-4,div[class*=FloatingMenu__] .my-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-4,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-4,ui-ng-date-time-picker.ng-isolate-scope .my-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-4,ui-ng-segment-editor.ng-isolate-scope .mt-sm-4,ui-ng-segment-editor.ng-isolate-scope .my-sm-4{margin-top:1.5rem!important}div[class*=FloatingMenu__] .mr-sm-4,div[class*=FloatingMenu__] .mx-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-4,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-4,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-4,ui-ng-segment-editor.ng-isolate-scope .mr-sm-4,ui-ng-segment-editor.ng-isolate-scope .mx-sm-4{margin-right:1.5rem!important}div[class*=FloatingMenu__] .mb-sm-4,div[class*=FloatingMenu__] .my-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-4,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-4,ui-ng-date-time-picker.ng-isolate-scope .my-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-4,ui-ng-segment-editor.ng-isolate-scope .mb-sm-4,ui-ng-segment-editor.ng-isolate-scope .my-sm-4{margin-bottom:1.5rem!important}div[class*=FloatingMenu__] .ml-sm-4,div[class*=FloatingMenu__] .mx-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-4,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-4,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-4,ui-ng-segment-editor.ng-isolate-scope .ml-sm-4,ui-ng-segment-editor.ng-isolate-scope .mx-sm-4{margin-left:1.5rem!important}div[class*=FloatingMenu__] .m-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-5,ui-ng-date-time-picker.ng-isolate-scope .m-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-5,ui-ng-segment-editor.ng-isolate-scope .m-sm-5{margin:3rem!important}div[class*=FloatingMenu__] .mt-sm-5,div[class*=FloatingMenu__] .my-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-5,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-5,ui-ng-date-time-picker.ng-isolate-scope .my-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-5,ui-ng-segment-editor.ng-isolate-scope .mt-sm-5,ui-ng-segment-editor.ng-isolate-scope .my-sm-5{margin-top:3rem!important}div[class*=FloatingMenu__] .mr-sm-5,div[class*=FloatingMenu__] .mx-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-5,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-5,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-5,ui-ng-segment-editor.ng-isolate-scope .mr-sm-5,ui-ng-segment-editor.ng-isolate-scope .mx-sm-5{margin-right:3rem!important}div[class*=FloatingMenu__] .mb-sm-5,div[class*=FloatingMenu__] .my-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-5,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-5,ui-ng-date-time-picker.ng-isolate-scope .my-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-5,ui-ng-segment-editor.ng-isolate-scope .mb-sm-5,ui-ng-segment-editor.ng-isolate-scope .my-sm-5{margin-bottom:3rem!important}div[class*=FloatingMenu__] .ml-sm-5,div[class*=FloatingMenu__] .mx-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-5,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-5,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-5,ui-ng-segment-editor.ng-isolate-scope .ml-sm-5,ui-ng-segment-editor.ng-isolate-scope .mx-sm-5{margin-left:3rem!important}div[class*=FloatingMenu__] .p-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .p-sm-0,ui-ng-date-time-picker.ng-isolate-scope .p-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .p-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .p-sm-0,ui-ng-segment-editor.ng-isolate-scope .p-sm-0{padding:0!important}div[class*=FloatingMenu__] .pt-sm-0,div[class*=FloatingMenu__] .py-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .pt-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-0,ui-ng-date-time-picker.ng-isolate-scope .pt-sm-0,ui-ng-date-time-picker.ng-isolate-scope .py-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .pt-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .pt-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-0,ui-ng-segment-editor.ng-isolate-scope .pt-sm-0,ui-ng-segment-editor.ng-isolate-scope .py-sm-0{padding-top:0!important}div[class*=FloatingMenu__] .pr-sm-0,div[class*=FloatingMenu__] .px-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .pr-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-0,ui-ng-date-time-picker.ng-isolate-scope .pr-sm-0,ui-ng-date-time-picker.ng-isolate-scope .px-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .pr-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .pr-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-0,ui-ng-segment-editor.ng-isolate-scope .pr-sm-0,ui-ng-segment-editor.ng-isolate-scope .px-sm-0{padding-right:0!important}div[class*=FloatingMenu__] .pb-sm-0,div[class*=FloatingMenu__] .py-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .pb-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-0,ui-ng-date-time-picker.ng-isolate-scope .pb-sm-0,ui-ng-date-time-picker.ng-isolate-scope .py-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .pb-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .pb-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-0,ui-ng-segment-editor.ng-isolate-scope .pb-sm-0,ui-ng-segment-editor.ng-isolate-scope .py-sm-0{padding-bottom:0!important}div[class*=FloatingMenu__] .pl-sm-0,div[class*=FloatingMenu__] .px-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .pl-sm-0,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-0,ui-ng-date-time-picker.ng-isolate-scope .pl-sm-0,ui-ng-date-time-picker.ng-isolate-scope .px-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .pl-sm-0,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .pl-sm-0,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-0,ui-ng-segment-editor.ng-isolate-scope .pl-sm-0,ui-ng-segment-editor.ng-isolate-scope .px-sm-0{padding-left:0!important}div[class*=FloatingMenu__] .p-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .p-sm-1,ui-ng-date-time-picker.ng-isolate-scope .p-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .p-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .p-sm-1,ui-ng-segment-editor.ng-isolate-scope .p-sm-1{padding:.25rem!important}div[class*=FloatingMenu__] .pt-sm-1,div[class*=FloatingMenu__] .py-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .pt-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-1,ui-ng-date-time-picker.ng-isolate-scope .pt-sm-1,ui-ng-date-time-picker.ng-isolate-scope .py-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .pt-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .pt-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-1,ui-ng-segment-editor.ng-isolate-scope .pt-sm-1,ui-ng-segment-editor.ng-isolate-scope .py-sm-1{padding-top:.25rem!important}div[class*=FloatingMenu__] .pr-sm-1,div[class*=FloatingMenu__] .px-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .pr-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-1,ui-ng-date-time-picker.ng-isolate-scope .pr-sm-1,ui-ng-date-time-picker.ng-isolate-scope .px-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .pr-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .pr-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-1,ui-ng-segment-editor.ng-isolate-scope .pr-sm-1,ui-ng-segment-editor.ng-isolate-scope .px-sm-1{padding-right:.25rem!important}div[class*=FloatingMenu__] .pb-sm-1,div[class*=FloatingMenu__] .py-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .pb-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-1,ui-ng-date-time-picker.ng-isolate-scope .pb-sm-1,ui-ng-date-time-picker.ng-isolate-scope .py-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .pb-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .pb-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-1,ui-ng-segment-editor.ng-isolate-scope .pb-sm-1,ui-ng-segment-editor.ng-isolate-scope .py-sm-1{padding-bottom:.25rem!important}div[class*=FloatingMenu__] .pl-sm-1,div[class*=FloatingMenu__] .px-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .pl-sm-1,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-1,ui-ng-date-time-picker.ng-isolate-scope .pl-sm-1,ui-ng-date-time-picker.ng-isolate-scope .px-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .pl-sm-1,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .pl-sm-1,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-1,ui-ng-segment-editor.ng-isolate-scope .pl-sm-1,ui-ng-segment-editor.ng-isolate-scope .px-sm-1{padding-left:.25rem!important}div[class*=FloatingMenu__] .p-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .p-sm-2,ui-ng-date-time-picker.ng-isolate-scope .p-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .p-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .p-sm-2,ui-ng-segment-editor.ng-isolate-scope .p-sm-2{padding:.5rem!important}div[class*=FloatingMenu__] .pt-sm-2,div[class*=FloatingMenu__] .py-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .pt-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-2,ui-ng-date-time-picker.ng-isolate-scope .pt-sm-2,ui-ng-date-time-picker.ng-isolate-scope .py-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .pt-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .pt-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-2,ui-ng-segment-editor.ng-isolate-scope .pt-sm-2,ui-ng-segment-editor.ng-isolate-scope .py-sm-2{padding-top:.5rem!important}div[class*=FloatingMenu__] .pr-sm-2,div[class*=FloatingMenu__] .px-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .pr-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-2,ui-ng-date-time-picker.ng-isolate-scope .pr-sm-2,ui-ng-date-time-picker.ng-isolate-scope .px-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .pr-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .pr-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-2,ui-ng-segment-editor.ng-isolate-scope .pr-sm-2,ui-ng-segment-editor.ng-isolate-scope .px-sm-2{padding-right:.5rem!important}div[class*=FloatingMenu__] .pb-sm-2,div[class*=FloatingMenu__] .py-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .pb-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-2,ui-ng-date-time-picker.ng-isolate-scope .pb-sm-2,ui-ng-date-time-picker.ng-isolate-scope .py-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .pb-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .pb-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-2,ui-ng-segment-editor.ng-isolate-scope .pb-sm-2,ui-ng-segment-editor.ng-isolate-scope .py-sm-2{padding-bottom:.5rem!important}div[class*=FloatingMenu__] .pl-sm-2,div[class*=FloatingMenu__] .px-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .pl-sm-2,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-2,ui-ng-date-time-picker.ng-isolate-scope .pl-sm-2,ui-ng-date-time-picker.ng-isolate-scope .px-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .pl-sm-2,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .pl-sm-2,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-2,ui-ng-segment-editor.ng-isolate-scope .pl-sm-2,ui-ng-segment-editor.ng-isolate-scope .px-sm-2{padding-left:.5rem!important}div[class*=FloatingMenu__] .p-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .p-sm-3,ui-ng-date-time-picker.ng-isolate-scope .p-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .p-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .p-sm-3,ui-ng-segment-editor.ng-isolate-scope .p-sm-3{padding:1rem!important}div[class*=FloatingMenu__] .pt-sm-3,div[class*=FloatingMenu__] .py-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .pt-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-3,ui-ng-date-time-picker.ng-isolate-scope .pt-sm-3,ui-ng-date-time-picker.ng-isolate-scope .py-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .pt-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .pt-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-3,ui-ng-segment-editor.ng-isolate-scope .pt-sm-3,ui-ng-segment-editor.ng-isolate-scope .py-sm-3{padding-top:1rem!important}div[class*=FloatingMenu__] .pr-sm-3,div[class*=FloatingMenu__] .px-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .pr-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-3,ui-ng-date-time-picker.ng-isolate-scope .pr-sm-3,ui-ng-date-time-picker.ng-isolate-scope .px-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .pr-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .pr-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-3,ui-ng-segment-editor.ng-isolate-scope .pr-sm-3,ui-ng-segment-editor.ng-isolate-scope .px-sm-3{padding-right:1rem!important}div[class*=FloatingMenu__] .pb-sm-3,div[class*=FloatingMenu__] .py-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .pb-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-3,ui-ng-date-time-picker.ng-isolate-scope .pb-sm-3,ui-ng-date-time-picker.ng-isolate-scope .py-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .pb-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .pb-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-3,ui-ng-segment-editor.ng-isolate-scope .pb-sm-3,ui-ng-segment-editor.ng-isolate-scope .py-sm-3{padding-bottom:1rem!important}div[class*=FloatingMenu__] .pl-sm-3,div[class*=FloatingMenu__] .px-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .pl-sm-3,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-3,ui-ng-date-time-picker.ng-isolate-scope .pl-sm-3,ui-ng-date-time-picker.ng-isolate-scope .px-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .pl-sm-3,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .pl-sm-3,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-3,ui-ng-segment-editor.ng-isolate-scope .pl-sm-3,ui-ng-segment-editor.ng-isolate-scope .px-sm-3{padding-left:1rem!important}div[class*=FloatingMenu__] .p-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .p-sm-4,ui-ng-date-time-picker.ng-isolate-scope .p-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .p-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .p-sm-4,ui-ng-segment-editor.ng-isolate-scope .p-sm-4{padding:1.5rem!important}div[class*=FloatingMenu__] .pt-sm-4,div[class*=FloatingMenu__] .py-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .pt-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-4,ui-ng-date-time-picker.ng-isolate-scope .pt-sm-4,ui-ng-date-time-picker.ng-isolate-scope .py-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .pt-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .pt-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-4,ui-ng-segment-editor.ng-isolate-scope .pt-sm-4,ui-ng-segment-editor.ng-isolate-scope .py-sm-4{padding-top:1.5rem!important}div[class*=FloatingMenu__] .pr-sm-4,div[class*=FloatingMenu__] .px-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .pr-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-4,ui-ng-date-time-picker.ng-isolate-scope .pr-sm-4,ui-ng-date-time-picker.ng-isolate-scope .px-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .pr-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .pr-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-4,ui-ng-segment-editor.ng-isolate-scope .pr-sm-4,ui-ng-segment-editor.ng-isolate-scope .px-sm-4{padding-right:1.5rem!important}div[class*=FloatingMenu__] .pb-sm-4,div[class*=FloatingMenu__] .py-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .pb-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-4,ui-ng-date-time-picker.ng-isolate-scope .pb-sm-4,ui-ng-date-time-picker.ng-isolate-scope .py-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .pb-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .pb-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-4,ui-ng-segment-editor.ng-isolate-scope .pb-sm-4,ui-ng-segment-editor.ng-isolate-scope .py-sm-4{padding-bottom:1.5rem!important}div[class*=FloatingMenu__] .pl-sm-4,div[class*=FloatingMenu__] .px-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .pl-sm-4,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-4,ui-ng-date-time-picker.ng-isolate-scope .pl-sm-4,ui-ng-date-time-picker.ng-isolate-scope .px-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .pl-sm-4,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .pl-sm-4,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-4,ui-ng-segment-editor.ng-isolate-scope .pl-sm-4,ui-ng-segment-editor.ng-isolate-scope .px-sm-4{padding-left:1.5rem!important}div[class*=FloatingMenu__] .p-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .p-sm-5,ui-ng-date-time-picker.ng-isolate-scope .p-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .p-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .p-sm-5,ui-ng-segment-editor.ng-isolate-scope .p-sm-5{padding:3rem!important}div[class*=FloatingMenu__] .pt-sm-5,div[class*=FloatingMenu__] .py-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .pt-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-5,ui-ng-date-time-picker.ng-isolate-scope .pt-sm-5,ui-ng-date-time-picker.ng-isolate-scope .py-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .pt-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .pt-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-5,ui-ng-segment-editor.ng-isolate-scope .pt-sm-5,ui-ng-segment-editor.ng-isolate-scope .py-sm-5{padding-top:3rem!important}div[class*=FloatingMenu__] .pr-sm-5,div[class*=FloatingMenu__] .px-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .pr-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-5,ui-ng-date-time-picker.ng-isolate-scope .pr-sm-5,ui-ng-date-time-picker.ng-isolate-scope .px-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .pr-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .pr-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-5,ui-ng-segment-editor.ng-isolate-scope .pr-sm-5,ui-ng-segment-editor.ng-isolate-scope .px-sm-5{padding-right:3rem!important}div[class*=FloatingMenu__] .pb-sm-5,div[class*=FloatingMenu__] .py-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .pb-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .py-sm-5,ui-ng-date-time-picker.ng-isolate-scope .pb-sm-5,ui-ng-date-time-picker.ng-isolate-scope .py-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .pb-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .py-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .pb-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .py-sm-5,ui-ng-segment-editor.ng-isolate-scope .pb-sm-5,ui-ng-segment-editor.ng-isolate-scope .py-sm-5{padding-bottom:3rem!important}div[class*=FloatingMenu__] .pl-sm-5,div[class*=FloatingMenu__] .px-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .pl-sm-5,ui-ng-add-rule-menu.ng-isolate-scope .px-sm-5,ui-ng-date-time-picker.ng-isolate-scope .pl-sm-5,ui-ng-date-time-picker.ng-isolate-scope .px-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .pl-sm-5,ui-ng-gear-schema-form.ng-isolate-scope .px-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .pl-sm-5,ui-ng-open-time-email-editor.ng-isolate-scope .px-sm-5,ui-ng-segment-editor.ng-isolate-scope .pl-sm-5,ui-ng-segment-editor.ng-isolate-scope .px-sm-5{padding-left:3rem!important}div[class*=FloatingMenu__] .m-sm-n1,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-n1,ui-ng-date-time-picker.ng-isolate-scope .m-sm-n1,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-n1,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-n1,ui-ng-segment-editor.ng-isolate-scope .m-sm-n1{margin:-.25rem!important}div[class*=FloatingMenu__] .mt-sm-n1,div[class*=FloatingMenu__] .my-sm-n1,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-n1,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-n1,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-n1,ui-ng-date-time-picker.ng-isolate-scope .my-sm-n1,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-n1,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-n1,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-n1,ui-ng-segment-editor.ng-isolate-scope .mt-sm-n1,ui-ng-segment-editor.ng-isolate-scope .my-sm-n1{margin-top:-.25rem!important}div[class*=FloatingMenu__] .mr-sm-n1,div[class*=FloatingMenu__] .mx-sm-n1,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-n1,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-n1,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-n1,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-n1,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-n1,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-n1,ui-ng-segment-editor.ng-isolate-scope .mr-sm-n1,ui-ng-segment-editor.ng-isolate-scope .mx-sm-n1{margin-right:-.25rem!important}div[class*=FloatingMenu__] .mb-sm-n1,div[class*=FloatingMenu__] .my-sm-n1,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-n1,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-n1,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-n1,ui-ng-date-time-picker.ng-isolate-scope .my-sm-n1,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-n1,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-n1,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-n1,ui-ng-segment-editor.ng-isolate-scope .mb-sm-n1,ui-ng-segment-editor.ng-isolate-scope .my-sm-n1{margin-bottom:-.25rem!important}div[class*=FloatingMenu__] .ml-sm-n1,div[class*=FloatingMenu__] .mx-sm-n1,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-n1,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-n1,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-n1,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-n1,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-n1,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-n1,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-n1,ui-ng-segment-editor.ng-isolate-scope .ml-sm-n1,ui-ng-segment-editor.ng-isolate-scope .mx-sm-n1{margin-left:-.25rem!important}div[class*=FloatingMenu__] .m-sm-n2,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-n2,ui-ng-date-time-picker.ng-isolate-scope .m-sm-n2,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-n2,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-n2,ui-ng-segment-editor.ng-isolate-scope .m-sm-n2{margin:-.5rem!important}div[class*=FloatingMenu__] .mt-sm-n2,div[class*=FloatingMenu__] .my-sm-n2,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-n2,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-n2,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-n2,ui-ng-date-time-picker.ng-isolate-scope .my-sm-n2,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-n2,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-n2,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-n2,ui-ng-segment-editor.ng-isolate-scope .mt-sm-n2,ui-ng-segment-editor.ng-isolate-scope .my-sm-n2{margin-top:-.5rem!important}div[class*=FloatingMenu__] .mr-sm-n2,div[class*=FloatingMenu__] .mx-sm-n2,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-n2,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-n2,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-n2,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-n2,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-n2,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-n2,ui-ng-segment-editor.ng-isolate-scope .mr-sm-n2,ui-ng-segment-editor.ng-isolate-scope .mx-sm-n2{margin-right:-.5rem!important}div[class*=FloatingMenu__] .mb-sm-n2,div[class*=FloatingMenu__] .my-sm-n2,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-n2,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-n2,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-n2,ui-ng-date-time-picker.ng-isolate-scope .my-sm-n2,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-n2,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-n2,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-n2,ui-ng-segment-editor.ng-isolate-scope .mb-sm-n2,ui-ng-segment-editor.ng-isolate-scope .my-sm-n2{margin-bottom:-.5rem!important}div[class*=FloatingMenu__] .ml-sm-n2,div[class*=FloatingMenu__] .mx-sm-n2,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-n2,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-n2,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-n2,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-n2,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-n2,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-n2,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-n2,ui-ng-segment-editor.ng-isolate-scope .ml-sm-n2,ui-ng-segment-editor.ng-isolate-scope .mx-sm-n2{margin-left:-.5rem!important}div[class*=FloatingMenu__] .m-sm-n3,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-n3,ui-ng-date-time-picker.ng-isolate-scope .m-sm-n3,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-n3,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-n3,ui-ng-segment-editor.ng-isolate-scope .m-sm-n3{margin:-1rem!important}div[class*=FloatingMenu__] .mt-sm-n3,div[class*=FloatingMenu__] .my-sm-n3,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-n3,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-n3,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-n3,ui-ng-date-time-picker.ng-isolate-scope .my-sm-n3,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-n3,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-n3,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-n3,ui-ng-segment-editor.ng-isolate-scope .mt-sm-n3,ui-ng-segment-editor.ng-isolate-scope .my-sm-n3{margin-top:-1rem!important}div[class*=FloatingMenu__] .mr-sm-n3,div[class*=FloatingMenu__] .mx-sm-n3,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-n3,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-n3,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-n3,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-n3,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-n3,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-n3,ui-ng-segment-editor.ng-isolate-scope .mr-sm-n3,ui-ng-segment-editor.ng-isolate-scope .mx-sm-n3{margin-right:-1rem!important}div[class*=FloatingMenu__] .mb-sm-n3,div[class*=FloatingMenu__] .my-sm-n3,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-n3,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-n3,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-n3,ui-ng-date-time-picker.ng-isolate-scope .my-sm-n3,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-n3,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-n3,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-n3,ui-ng-segment-editor.ng-isolate-scope .mb-sm-n3,ui-ng-segment-editor.ng-isolate-scope .my-sm-n3{margin-bottom:-1rem!important}div[class*=FloatingMenu__] .ml-sm-n3,div[class*=FloatingMenu__] .mx-sm-n3,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-n3,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-n3,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-n3,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-n3,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-n3,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-n3,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-n3,ui-ng-segment-editor.ng-isolate-scope .ml-sm-n3,ui-ng-segment-editor.ng-isolate-scope .mx-sm-n3{margin-left:-1rem!important}div[class*=FloatingMenu__] .m-sm-n4,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-n4,ui-ng-date-time-picker.ng-isolate-scope .m-sm-n4,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-n4,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-n4,ui-ng-segment-editor.ng-isolate-scope .m-sm-n4{margin:-1.5rem!important}div[class*=FloatingMenu__] .mt-sm-n4,div[class*=FloatingMenu__] .my-sm-n4,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-n4,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-n4,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-n4,ui-ng-date-time-picker.ng-isolate-scope .my-sm-n4,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-n4,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-n4,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-n4,ui-ng-segment-editor.ng-isolate-scope .mt-sm-n4,ui-ng-segment-editor.ng-isolate-scope .my-sm-n4{margin-top:-1.5rem!important}div[class*=FloatingMenu__] .mr-sm-n4,div[class*=FloatingMenu__] .mx-sm-n4,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-n4,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-n4,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-n4,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-n4,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-n4,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-n4,ui-ng-segment-editor.ng-isolate-scope .mr-sm-n4,ui-ng-segment-editor.ng-isolate-scope .mx-sm-n4{margin-right:-1.5rem!important}div[class*=FloatingMenu__] .mb-sm-n4,div[class*=FloatingMenu__] .my-sm-n4,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-n4,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-n4,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-n4,ui-ng-date-time-picker.ng-isolate-scope .my-sm-n4,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-n4,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-n4,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-n4,ui-ng-segment-editor.ng-isolate-scope .mb-sm-n4,ui-ng-segment-editor.ng-isolate-scope .my-sm-n4{margin-bottom:-1.5rem!important}div[class*=FloatingMenu__] .ml-sm-n4,div[class*=FloatingMenu__] .mx-sm-n4,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-n4,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-n4,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-n4,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-n4,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-n4,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-n4,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-n4,ui-ng-segment-editor.ng-isolate-scope .ml-sm-n4,ui-ng-segment-editor.ng-isolate-scope .mx-sm-n4{margin-left:-1.5rem!important}div[class*=FloatingMenu__] .m-sm-n5,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-n5,ui-ng-date-time-picker.ng-isolate-scope .m-sm-n5,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-n5,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-n5,ui-ng-segment-editor.ng-isolate-scope .m-sm-n5{margin:-3rem!important}div[class*=FloatingMenu__] .mt-sm-n5,div[class*=FloatingMenu__] .my-sm-n5,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-n5,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-n5,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-n5,ui-ng-date-time-picker.ng-isolate-scope .my-sm-n5,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-n5,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-n5,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-n5,ui-ng-segment-editor.ng-isolate-scope .mt-sm-n5,ui-ng-segment-editor.ng-isolate-scope .my-sm-n5{margin-top:-3rem!important}div[class*=FloatingMenu__] .mr-sm-n5,div[class*=FloatingMenu__] .mx-sm-n5,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-n5,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-n5,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-n5,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-n5,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-n5,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-n5,ui-ng-segment-editor.ng-isolate-scope .mr-sm-n5,ui-ng-segment-editor.ng-isolate-scope .mx-sm-n5{margin-right:-3rem!important}div[class*=FloatingMenu__] .mb-sm-n5,div[class*=FloatingMenu__] .my-sm-n5,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-n5,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-n5,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-n5,ui-ng-date-time-picker.ng-isolate-scope .my-sm-n5,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-n5,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-n5,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-n5,ui-ng-segment-editor.ng-isolate-scope .mb-sm-n5,ui-ng-segment-editor.ng-isolate-scope .my-sm-n5{margin-bottom:-3rem!important}div[class*=FloatingMenu__] .ml-sm-n5,div[class*=FloatingMenu__] .mx-sm-n5,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-n5,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-n5,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-n5,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-n5,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-n5,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-n5,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-n5,ui-ng-segment-editor.ng-isolate-scope .ml-sm-n5,ui-ng-segment-editor.ng-isolate-scope .mx-sm-n5{margin-left:-3rem!important}div[class*=FloatingMenu__] .m-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .m-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .m-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .m-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .m-sm-auto,ui-ng-segment-editor.ng-isolate-scope .m-sm-auto{margin:auto!important}div[class*=FloatingMenu__] .mt-sm-auto,div[class*=FloatingMenu__] .my-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .mt-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .mt-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .my-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .mt-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mt-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-auto,ui-ng-segment-editor.ng-isolate-scope .mt-sm-auto,ui-ng-segment-editor.ng-isolate-scope .my-sm-auto{margin-top:auto!important}div[class*=FloatingMenu__] .mr-sm-auto,div[class*=FloatingMenu__] .mx-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .mr-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .mr-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .mr-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mr-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-auto,ui-ng-segment-editor.ng-isolate-scope .mr-sm-auto,ui-ng-segment-editor.ng-isolate-scope .mx-sm-auto{margin-right:auto!important}div[class*=FloatingMenu__] .mb-sm-auto,div[class*=FloatingMenu__] .my-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .mb-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .my-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .mb-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .my-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .mb-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .my-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mb-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .my-sm-auto,ui-ng-segment-editor.ng-isolate-scope .mb-sm-auto,ui-ng-segment-editor.ng-isolate-scope .my-sm-auto{margin-bottom:auto!important}div[class*=FloatingMenu__] .ml-sm-auto,div[class*=FloatingMenu__] .mx-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .ml-sm-auto,ui-ng-add-rule-menu.ng-isolate-scope .mx-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .ml-sm-auto,ui-ng-date-time-picker.ng-isolate-scope .mx-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .ml-sm-auto,ui-ng-gear-schema-form.ng-isolate-scope .mx-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .ml-sm-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mx-sm-auto,ui-ng-segment-editor.ng-isolate-scope .ml-sm-auto,ui-ng-segment-editor.ng-isolate-scope .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){div[class*=FloatingMenu__] .m-md-0,ui-ng-add-rule-menu.ng-isolate-scope .m-md-0,ui-ng-date-time-picker.ng-isolate-scope .m-md-0,ui-ng-gear-schema-form.ng-isolate-scope .m-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-0,ui-ng-segment-editor.ng-isolate-scope .m-md-0{margin:0!important}div[class*=FloatingMenu__] .mt-md-0,div[class*=FloatingMenu__] .my-md-0,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-0,ui-ng-add-rule-menu.ng-isolate-scope .my-md-0,ui-ng-date-time-picker.ng-isolate-scope .mt-md-0,ui-ng-date-time-picker.ng-isolate-scope .my-md-0,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-0,ui-ng-gear-schema-form.ng-isolate-scope .my-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-0,ui-ng-segment-editor.ng-isolate-scope .mt-md-0,ui-ng-segment-editor.ng-isolate-scope .my-md-0{margin-top:0!important}div[class*=FloatingMenu__] .mr-md-0,div[class*=FloatingMenu__] .mx-md-0,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-0,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-0,ui-ng-date-time-picker.ng-isolate-scope .mr-md-0,ui-ng-date-time-picker.ng-isolate-scope .mx-md-0,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-0,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-0,ui-ng-segment-editor.ng-isolate-scope .mr-md-0,ui-ng-segment-editor.ng-isolate-scope .mx-md-0{margin-right:0!important}div[class*=FloatingMenu__] .mb-md-0,div[class*=FloatingMenu__] .my-md-0,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-0,ui-ng-add-rule-menu.ng-isolate-scope .my-md-0,ui-ng-date-time-picker.ng-isolate-scope .mb-md-0,ui-ng-date-time-picker.ng-isolate-scope .my-md-0,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-0,ui-ng-gear-schema-form.ng-isolate-scope .my-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-0,ui-ng-segment-editor.ng-isolate-scope .mb-md-0,ui-ng-segment-editor.ng-isolate-scope .my-md-0{margin-bottom:0!important}div[class*=FloatingMenu__] .ml-md-0,div[class*=FloatingMenu__] .mx-md-0,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-0,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-0,ui-ng-date-time-picker.ng-isolate-scope .ml-md-0,ui-ng-date-time-picker.ng-isolate-scope .mx-md-0,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-0,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-0,ui-ng-segment-editor.ng-isolate-scope .ml-md-0,ui-ng-segment-editor.ng-isolate-scope .mx-md-0{margin-left:0!important}div[class*=FloatingMenu__] .m-md-1,ui-ng-add-rule-menu.ng-isolate-scope .m-md-1,ui-ng-date-time-picker.ng-isolate-scope .m-md-1,ui-ng-gear-schema-form.ng-isolate-scope .m-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-1,ui-ng-segment-editor.ng-isolate-scope .m-md-1{margin:.25rem!important}div[class*=FloatingMenu__] .mt-md-1,div[class*=FloatingMenu__] .my-md-1,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-1,ui-ng-add-rule-menu.ng-isolate-scope .my-md-1,ui-ng-date-time-picker.ng-isolate-scope .mt-md-1,ui-ng-date-time-picker.ng-isolate-scope .my-md-1,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-1,ui-ng-gear-schema-form.ng-isolate-scope .my-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-1,ui-ng-segment-editor.ng-isolate-scope .mt-md-1,ui-ng-segment-editor.ng-isolate-scope .my-md-1{margin-top:.25rem!important}div[class*=FloatingMenu__] .mr-md-1,div[class*=FloatingMenu__] .mx-md-1,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-1,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-1,ui-ng-date-time-picker.ng-isolate-scope .mr-md-1,ui-ng-date-time-picker.ng-isolate-scope .mx-md-1,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-1,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-1,ui-ng-segment-editor.ng-isolate-scope .mr-md-1,ui-ng-segment-editor.ng-isolate-scope .mx-md-1{margin-right:.25rem!important}div[class*=FloatingMenu__] .mb-md-1,div[class*=FloatingMenu__] .my-md-1,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-1,ui-ng-add-rule-menu.ng-isolate-scope .my-md-1,ui-ng-date-time-picker.ng-isolate-scope .mb-md-1,ui-ng-date-time-picker.ng-isolate-scope .my-md-1,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-1,ui-ng-gear-schema-form.ng-isolate-scope .my-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-1,ui-ng-segment-editor.ng-isolate-scope .mb-md-1,ui-ng-segment-editor.ng-isolate-scope .my-md-1{margin-bottom:.25rem!important}div[class*=FloatingMenu__] .ml-md-1,div[class*=FloatingMenu__] .mx-md-1,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-1,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-1,ui-ng-date-time-picker.ng-isolate-scope .ml-md-1,ui-ng-date-time-picker.ng-isolate-scope .mx-md-1,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-1,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-1,ui-ng-segment-editor.ng-isolate-scope .ml-md-1,ui-ng-segment-editor.ng-isolate-scope .mx-md-1{margin-left:.25rem!important}div[class*=FloatingMenu__] .m-md-2,ui-ng-add-rule-menu.ng-isolate-scope .m-md-2,ui-ng-date-time-picker.ng-isolate-scope .m-md-2,ui-ng-gear-schema-form.ng-isolate-scope .m-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-2,ui-ng-segment-editor.ng-isolate-scope .m-md-2{margin:.5rem!important}div[class*=FloatingMenu__] .mt-md-2,div[class*=FloatingMenu__] .my-md-2,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-2,ui-ng-add-rule-menu.ng-isolate-scope .my-md-2,ui-ng-date-time-picker.ng-isolate-scope .mt-md-2,ui-ng-date-time-picker.ng-isolate-scope .my-md-2,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-2,ui-ng-gear-schema-form.ng-isolate-scope .my-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-2,ui-ng-segment-editor.ng-isolate-scope .mt-md-2,ui-ng-segment-editor.ng-isolate-scope .my-md-2{margin-top:.5rem!important}div[class*=FloatingMenu__] .mr-md-2,div[class*=FloatingMenu__] .mx-md-2,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-2,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-2,ui-ng-date-time-picker.ng-isolate-scope .mr-md-2,ui-ng-date-time-picker.ng-isolate-scope .mx-md-2,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-2,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-2,ui-ng-segment-editor.ng-isolate-scope .mr-md-2,ui-ng-segment-editor.ng-isolate-scope .mx-md-2{margin-right:.5rem!important}div[class*=FloatingMenu__] .mb-md-2,div[class*=FloatingMenu__] .my-md-2,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-2,ui-ng-add-rule-menu.ng-isolate-scope .my-md-2,ui-ng-date-time-picker.ng-isolate-scope .mb-md-2,ui-ng-date-time-picker.ng-isolate-scope .my-md-2,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-2,ui-ng-gear-schema-form.ng-isolate-scope .my-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-2,ui-ng-segment-editor.ng-isolate-scope .mb-md-2,ui-ng-segment-editor.ng-isolate-scope .my-md-2{margin-bottom:.5rem!important}div[class*=FloatingMenu__] .ml-md-2,div[class*=FloatingMenu__] .mx-md-2,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-2,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-2,ui-ng-date-time-picker.ng-isolate-scope .ml-md-2,ui-ng-date-time-picker.ng-isolate-scope .mx-md-2,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-2,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-2,ui-ng-segment-editor.ng-isolate-scope .ml-md-2,ui-ng-segment-editor.ng-isolate-scope .mx-md-2{margin-left:.5rem!important}div[class*=FloatingMenu__] .m-md-3,ui-ng-add-rule-menu.ng-isolate-scope .m-md-3,ui-ng-date-time-picker.ng-isolate-scope .m-md-3,ui-ng-gear-schema-form.ng-isolate-scope .m-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-3,ui-ng-segment-editor.ng-isolate-scope .m-md-3{margin:1rem!important}div[class*=FloatingMenu__] .mt-md-3,div[class*=FloatingMenu__] .my-md-3,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-3,ui-ng-add-rule-menu.ng-isolate-scope .my-md-3,ui-ng-date-time-picker.ng-isolate-scope .mt-md-3,ui-ng-date-time-picker.ng-isolate-scope .my-md-3,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-3,ui-ng-gear-schema-form.ng-isolate-scope .my-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-3,ui-ng-segment-editor.ng-isolate-scope .mt-md-3,ui-ng-segment-editor.ng-isolate-scope .my-md-3{margin-top:1rem!important}div[class*=FloatingMenu__] .mr-md-3,div[class*=FloatingMenu__] .mx-md-3,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-3,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-3,ui-ng-date-time-picker.ng-isolate-scope .mr-md-3,ui-ng-date-time-picker.ng-isolate-scope .mx-md-3,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-3,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-3,ui-ng-segment-editor.ng-isolate-scope .mr-md-3,ui-ng-segment-editor.ng-isolate-scope .mx-md-3{margin-right:1rem!important}div[class*=FloatingMenu__] .mb-md-3,div[class*=FloatingMenu__] .my-md-3,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-3,ui-ng-add-rule-menu.ng-isolate-scope .my-md-3,ui-ng-date-time-picker.ng-isolate-scope .mb-md-3,ui-ng-date-time-picker.ng-isolate-scope .my-md-3,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-3,ui-ng-gear-schema-form.ng-isolate-scope .my-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-3,ui-ng-segment-editor.ng-isolate-scope .mb-md-3,ui-ng-segment-editor.ng-isolate-scope .my-md-3{margin-bottom:1rem!important}div[class*=FloatingMenu__] .ml-md-3,div[class*=FloatingMenu__] .mx-md-3,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-3,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-3,ui-ng-date-time-picker.ng-isolate-scope .ml-md-3,ui-ng-date-time-picker.ng-isolate-scope .mx-md-3,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-3,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-3,ui-ng-segment-editor.ng-isolate-scope .ml-md-3,ui-ng-segment-editor.ng-isolate-scope .mx-md-3{margin-left:1rem!important}div[class*=FloatingMenu__] .m-md-4,ui-ng-add-rule-menu.ng-isolate-scope .m-md-4,ui-ng-date-time-picker.ng-isolate-scope .m-md-4,ui-ng-gear-schema-form.ng-isolate-scope .m-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-4,ui-ng-segment-editor.ng-isolate-scope .m-md-4{margin:1.5rem!important}div[class*=FloatingMenu__] .mt-md-4,div[class*=FloatingMenu__] .my-md-4,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-4,ui-ng-add-rule-menu.ng-isolate-scope .my-md-4,ui-ng-date-time-picker.ng-isolate-scope .mt-md-4,ui-ng-date-time-picker.ng-isolate-scope .my-md-4,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-4,ui-ng-gear-schema-form.ng-isolate-scope .my-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-4,ui-ng-segment-editor.ng-isolate-scope .mt-md-4,ui-ng-segment-editor.ng-isolate-scope .my-md-4{margin-top:1.5rem!important}div[class*=FloatingMenu__] .mr-md-4,div[class*=FloatingMenu__] .mx-md-4,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-4,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-4,ui-ng-date-time-picker.ng-isolate-scope .mr-md-4,ui-ng-date-time-picker.ng-isolate-scope .mx-md-4,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-4,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-4,ui-ng-segment-editor.ng-isolate-scope .mr-md-4,ui-ng-segment-editor.ng-isolate-scope .mx-md-4{margin-right:1.5rem!important}div[class*=FloatingMenu__] .mb-md-4,div[class*=FloatingMenu__] .my-md-4,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-4,ui-ng-add-rule-menu.ng-isolate-scope .my-md-4,ui-ng-date-time-picker.ng-isolate-scope .mb-md-4,ui-ng-date-time-picker.ng-isolate-scope .my-md-4,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-4,ui-ng-gear-schema-form.ng-isolate-scope .my-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-4,ui-ng-segment-editor.ng-isolate-scope .mb-md-4,ui-ng-segment-editor.ng-isolate-scope .my-md-4{margin-bottom:1.5rem!important}div[class*=FloatingMenu__] .ml-md-4,div[class*=FloatingMenu__] .mx-md-4,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-4,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-4,ui-ng-date-time-picker.ng-isolate-scope .ml-md-4,ui-ng-date-time-picker.ng-isolate-scope .mx-md-4,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-4,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-4,ui-ng-segment-editor.ng-isolate-scope .ml-md-4,ui-ng-segment-editor.ng-isolate-scope .mx-md-4{margin-left:1.5rem!important}div[class*=FloatingMenu__] .m-md-5,ui-ng-add-rule-menu.ng-isolate-scope .m-md-5,ui-ng-date-time-picker.ng-isolate-scope .m-md-5,ui-ng-gear-schema-form.ng-isolate-scope .m-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-5,ui-ng-segment-editor.ng-isolate-scope .m-md-5{margin:3rem!important}div[class*=FloatingMenu__] .mt-md-5,div[class*=FloatingMenu__] .my-md-5,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-5,ui-ng-add-rule-menu.ng-isolate-scope .my-md-5,ui-ng-date-time-picker.ng-isolate-scope .mt-md-5,ui-ng-date-time-picker.ng-isolate-scope .my-md-5,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-5,ui-ng-gear-schema-form.ng-isolate-scope .my-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-5,ui-ng-segment-editor.ng-isolate-scope .mt-md-5,ui-ng-segment-editor.ng-isolate-scope .my-md-5{margin-top:3rem!important}div[class*=FloatingMenu__] .mr-md-5,div[class*=FloatingMenu__] .mx-md-5,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-5,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-5,ui-ng-date-time-picker.ng-isolate-scope .mr-md-5,ui-ng-date-time-picker.ng-isolate-scope .mx-md-5,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-5,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-5,ui-ng-segment-editor.ng-isolate-scope .mr-md-5,ui-ng-segment-editor.ng-isolate-scope .mx-md-5{margin-right:3rem!important}div[class*=FloatingMenu__] .mb-md-5,div[class*=FloatingMenu__] .my-md-5,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-5,ui-ng-add-rule-menu.ng-isolate-scope .my-md-5,ui-ng-date-time-picker.ng-isolate-scope .mb-md-5,ui-ng-date-time-picker.ng-isolate-scope .my-md-5,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-5,ui-ng-gear-schema-form.ng-isolate-scope .my-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-5,ui-ng-segment-editor.ng-isolate-scope .mb-md-5,ui-ng-segment-editor.ng-isolate-scope .my-md-5{margin-bottom:3rem!important}div[class*=FloatingMenu__] .ml-md-5,div[class*=FloatingMenu__] .mx-md-5,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-5,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-5,ui-ng-date-time-picker.ng-isolate-scope .ml-md-5,ui-ng-date-time-picker.ng-isolate-scope .mx-md-5,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-5,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-5,ui-ng-segment-editor.ng-isolate-scope .ml-md-5,ui-ng-segment-editor.ng-isolate-scope .mx-md-5{margin-left:3rem!important}div[class*=FloatingMenu__] .p-md-0,ui-ng-add-rule-menu.ng-isolate-scope .p-md-0,ui-ng-date-time-picker.ng-isolate-scope .p-md-0,ui-ng-gear-schema-form.ng-isolate-scope .p-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .p-md-0,ui-ng-segment-editor.ng-isolate-scope .p-md-0{padding:0!important}div[class*=FloatingMenu__] .pt-md-0,div[class*=FloatingMenu__] .py-md-0,ui-ng-add-rule-menu.ng-isolate-scope .pt-md-0,ui-ng-add-rule-menu.ng-isolate-scope .py-md-0,ui-ng-date-time-picker.ng-isolate-scope .pt-md-0,ui-ng-date-time-picker.ng-isolate-scope .py-md-0,ui-ng-gear-schema-form.ng-isolate-scope .pt-md-0,ui-ng-gear-schema-form.ng-isolate-scope .py-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .pt-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-0,ui-ng-segment-editor.ng-isolate-scope .pt-md-0,ui-ng-segment-editor.ng-isolate-scope .py-md-0{padding-top:0!important}div[class*=FloatingMenu__] .pr-md-0,div[class*=FloatingMenu__] .px-md-0,ui-ng-add-rule-menu.ng-isolate-scope .pr-md-0,ui-ng-add-rule-menu.ng-isolate-scope .px-md-0,ui-ng-date-time-picker.ng-isolate-scope .pr-md-0,ui-ng-date-time-picker.ng-isolate-scope .px-md-0,ui-ng-gear-schema-form.ng-isolate-scope .pr-md-0,ui-ng-gear-schema-form.ng-isolate-scope .px-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .pr-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-0,ui-ng-segment-editor.ng-isolate-scope .pr-md-0,ui-ng-segment-editor.ng-isolate-scope .px-md-0{padding-right:0!important}div[class*=FloatingMenu__] .pb-md-0,div[class*=FloatingMenu__] .py-md-0,ui-ng-add-rule-menu.ng-isolate-scope .pb-md-0,ui-ng-add-rule-menu.ng-isolate-scope .py-md-0,ui-ng-date-time-picker.ng-isolate-scope .pb-md-0,ui-ng-date-time-picker.ng-isolate-scope .py-md-0,ui-ng-gear-schema-form.ng-isolate-scope .pb-md-0,ui-ng-gear-schema-form.ng-isolate-scope .py-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .pb-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-0,ui-ng-segment-editor.ng-isolate-scope .pb-md-0,ui-ng-segment-editor.ng-isolate-scope .py-md-0{padding-bottom:0!important}div[class*=FloatingMenu__] .pl-md-0,div[class*=FloatingMenu__] .px-md-0,ui-ng-add-rule-menu.ng-isolate-scope .pl-md-0,ui-ng-add-rule-menu.ng-isolate-scope .px-md-0,ui-ng-date-time-picker.ng-isolate-scope .pl-md-0,ui-ng-date-time-picker.ng-isolate-scope .px-md-0,ui-ng-gear-schema-form.ng-isolate-scope .pl-md-0,ui-ng-gear-schema-form.ng-isolate-scope .px-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .pl-md-0,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-0,ui-ng-segment-editor.ng-isolate-scope .pl-md-0,ui-ng-segment-editor.ng-isolate-scope .px-md-0{padding-left:0!important}div[class*=FloatingMenu__] .p-md-1,ui-ng-add-rule-menu.ng-isolate-scope .p-md-1,ui-ng-date-time-picker.ng-isolate-scope .p-md-1,ui-ng-gear-schema-form.ng-isolate-scope .p-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .p-md-1,ui-ng-segment-editor.ng-isolate-scope .p-md-1{padding:.25rem!important}div[class*=FloatingMenu__] .pt-md-1,div[class*=FloatingMenu__] .py-md-1,ui-ng-add-rule-menu.ng-isolate-scope .pt-md-1,ui-ng-add-rule-menu.ng-isolate-scope .py-md-1,ui-ng-date-time-picker.ng-isolate-scope .pt-md-1,ui-ng-date-time-picker.ng-isolate-scope .py-md-1,ui-ng-gear-schema-form.ng-isolate-scope .pt-md-1,ui-ng-gear-schema-form.ng-isolate-scope .py-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .pt-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-1,ui-ng-segment-editor.ng-isolate-scope .pt-md-1,ui-ng-segment-editor.ng-isolate-scope .py-md-1{padding-top:.25rem!important}div[class*=FloatingMenu__] .pr-md-1,div[class*=FloatingMenu__] .px-md-1,ui-ng-add-rule-menu.ng-isolate-scope .pr-md-1,ui-ng-add-rule-menu.ng-isolate-scope .px-md-1,ui-ng-date-time-picker.ng-isolate-scope .pr-md-1,ui-ng-date-time-picker.ng-isolate-scope .px-md-1,ui-ng-gear-schema-form.ng-isolate-scope .pr-md-1,ui-ng-gear-schema-form.ng-isolate-scope .px-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .pr-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-1,ui-ng-segment-editor.ng-isolate-scope .pr-md-1,ui-ng-segment-editor.ng-isolate-scope .px-md-1{padding-right:.25rem!important}div[class*=FloatingMenu__] .pb-md-1,div[class*=FloatingMenu__] .py-md-1,ui-ng-add-rule-menu.ng-isolate-scope .pb-md-1,ui-ng-add-rule-menu.ng-isolate-scope .py-md-1,ui-ng-date-time-picker.ng-isolate-scope .pb-md-1,ui-ng-date-time-picker.ng-isolate-scope .py-md-1,ui-ng-gear-schema-form.ng-isolate-scope .pb-md-1,ui-ng-gear-schema-form.ng-isolate-scope .py-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .pb-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-1,ui-ng-segment-editor.ng-isolate-scope .pb-md-1,ui-ng-segment-editor.ng-isolate-scope .py-md-1{padding-bottom:.25rem!important}div[class*=FloatingMenu__] .pl-md-1,div[class*=FloatingMenu__] .px-md-1,ui-ng-add-rule-menu.ng-isolate-scope .pl-md-1,ui-ng-add-rule-menu.ng-isolate-scope .px-md-1,ui-ng-date-time-picker.ng-isolate-scope .pl-md-1,ui-ng-date-time-picker.ng-isolate-scope .px-md-1,ui-ng-gear-schema-form.ng-isolate-scope .pl-md-1,ui-ng-gear-schema-form.ng-isolate-scope .px-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .pl-md-1,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-1,ui-ng-segment-editor.ng-isolate-scope .pl-md-1,ui-ng-segment-editor.ng-isolate-scope .px-md-1{padding-left:.25rem!important}div[class*=FloatingMenu__] .p-md-2,ui-ng-add-rule-menu.ng-isolate-scope .p-md-2,ui-ng-date-time-picker.ng-isolate-scope .p-md-2,ui-ng-gear-schema-form.ng-isolate-scope .p-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .p-md-2,ui-ng-segment-editor.ng-isolate-scope .p-md-2{padding:.5rem!important}div[class*=FloatingMenu__] .pt-md-2,div[class*=FloatingMenu__] .py-md-2,ui-ng-add-rule-menu.ng-isolate-scope .pt-md-2,ui-ng-add-rule-menu.ng-isolate-scope .py-md-2,ui-ng-date-time-picker.ng-isolate-scope .pt-md-2,ui-ng-date-time-picker.ng-isolate-scope .py-md-2,ui-ng-gear-schema-form.ng-isolate-scope .pt-md-2,ui-ng-gear-schema-form.ng-isolate-scope .py-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .pt-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-2,ui-ng-segment-editor.ng-isolate-scope .pt-md-2,ui-ng-segment-editor.ng-isolate-scope .py-md-2{padding-top:.5rem!important}div[class*=FloatingMenu__] .pr-md-2,div[class*=FloatingMenu__] .px-md-2,ui-ng-add-rule-menu.ng-isolate-scope .pr-md-2,ui-ng-add-rule-menu.ng-isolate-scope .px-md-2,ui-ng-date-time-picker.ng-isolate-scope .pr-md-2,ui-ng-date-time-picker.ng-isolate-scope .px-md-2,ui-ng-gear-schema-form.ng-isolate-scope .pr-md-2,ui-ng-gear-schema-form.ng-isolate-scope .px-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .pr-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-2,ui-ng-segment-editor.ng-isolate-scope .pr-md-2,ui-ng-segment-editor.ng-isolate-scope .px-md-2{padding-right:.5rem!important}div[class*=FloatingMenu__] .pb-md-2,div[class*=FloatingMenu__] .py-md-2,ui-ng-add-rule-menu.ng-isolate-scope .pb-md-2,ui-ng-add-rule-menu.ng-isolate-scope .py-md-2,ui-ng-date-time-picker.ng-isolate-scope .pb-md-2,ui-ng-date-time-picker.ng-isolate-scope .py-md-2,ui-ng-gear-schema-form.ng-isolate-scope .pb-md-2,ui-ng-gear-schema-form.ng-isolate-scope .py-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .pb-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-2,ui-ng-segment-editor.ng-isolate-scope .pb-md-2,ui-ng-segment-editor.ng-isolate-scope .py-md-2{padding-bottom:.5rem!important}div[class*=FloatingMenu__] .pl-md-2,div[class*=FloatingMenu__] .px-md-2,ui-ng-add-rule-menu.ng-isolate-scope .pl-md-2,ui-ng-add-rule-menu.ng-isolate-scope .px-md-2,ui-ng-date-time-picker.ng-isolate-scope .pl-md-2,ui-ng-date-time-picker.ng-isolate-scope .px-md-2,ui-ng-gear-schema-form.ng-isolate-scope .pl-md-2,ui-ng-gear-schema-form.ng-isolate-scope .px-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .pl-md-2,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-2,ui-ng-segment-editor.ng-isolate-scope .pl-md-2,ui-ng-segment-editor.ng-isolate-scope .px-md-2{padding-left:.5rem!important}div[class*=FloatingMenu__] .p-md-3,ui-ng-add-rule-menu.ng-isolate-scope .p-md-3,ui-ng-date-time-picker.ng-isolate-scope .p-md-3,ui-ng-gear-schema-form.ng-isolate-scope .p-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .p-md-3,ui-ng-segment-editor.ng-isolate-scope .p-md-3{padding:1rem!important}div[class*=FloatingMenu__] .pt-md-3,div[class*=FloatingMenu__] .py-md-3,ui-ng-add-rule-menu.ng-isolate-scope .pt-md-3,ui-ng-add-rule-menu.ng-isolate-scope .py-md-3,ui-ng-date-time-picker.ng-isolate-scope .pt-md-3,ui-ng-date-time-picker.ng-isolate-scope .py-md-3,ui-ng-gear-schema-form.ng-isolate-scope .pt-md-3,ui-ng-gear-schema-form.ng-isolate-scope .py-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .pt-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-3,ui-ng-segment-editor.ng-isolate-scope .pt-md-3,ui-ng-segment-editor.ng-isolate-scope .py-md-3{padding-top:1rem!important}div[class*=FloatingMenu__] .pr-md-3,div[class*=FloatingMenu__] .px-md-3,ui-ng-add-rule-menu.ng-isolate-scope .pr-md-3,ui-ng-add-rule-menu.ng-isolate-scope .px-md-3,ui-ng-date-time-picker.ng-isolate-scope .pr-md-3,ui-ng-date-time-picker.ng-isolate-scope .px-md-3,ui-ng-gear-schema-form.ng-isolate-scope .pr-md-3,ui-ng-gear-schema-form.ng-isolate-scope .px-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .pr-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-3,ui-ng-segment-editor.ng-isolate-scope .pr-md-3,ui-ng-segment-editor.ng-isolate-scope .px-md-3{padding-right:1rem!important}div[class*=FloatingMenu__] .pb-md-3,div[class*=FloatingMenu__] .py-md-3,ui-ng-add-rule-menu.ng-isolate-scope .pb-md-3,ui-ng-add-rule-menu.ng-isolate-scope .py-md-3,ui-ng-date-time-picker.ng-isolate-scope .pb-md-3,ui-ng-date-time-picker.ng-isolate-scope .py-md-3,ui-ng-gear-schema-form.ng-isolate-scope .pb-md-3,ui-ng-gear-schema-form.ng-isolate-scope .py-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .pb-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-3,ui-ng-segment-editor.ng-isolate-scope .pb-md-3,ui-ng-segment-editor.ng-isolate-scope .py-md-3{padding-bottom:1rem!important}div[class*=FloatingMenu__] .pl-md-3,div[class*=FloatingMenu__] .px-md-3,ui-ng-add-rule-menu.ng-isolate-scope .pl-md-3,ui-ng-add-rule-menu.ng-isolate-scope .px-md-3,ui-ng-date-time-picker.ng-isolate-scope .pl-md-3,ui-ng-date-time-picker.ng-isolate-scope .px-md-3,ui-ng-gear-schema-form.ng-isolate-scope .pl-md-3,ui-ng-gear-schema-form.ng-isolate-scope .px-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .pl-md-3,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-3,ui-ng-segment-editor.ng-isolate-scope .pl-md-3,ui-ng-segment-editor.ng-isolate-scope .px-md-3{padding-left:1rem!important}div[class*=FloatingMenu__] .p-md-4,ui-ng-add-rule-menu.ng-isolate-scope .p-md-4,ui-ng-date-time-picker.ng-isolate-scope .p-md-4,ui-ng-gear-schema-form.ng-isolate-scope .p-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .p-md-4,ui-ng-segment-editor.ng-isolate-scope .p-md-4{padding:1.5rem!important}div[class*=FloatingMenu__] .pt-md-4,div[class*=FloatingMenu__] .py-md-4,ui-ng-add-rule-menu.ng-isolate-scope .pt-md-4,ui-ng-add-rule-menu.ng-isolate-scope .py-md-4,ui-ng-date-time-picker.ng-isolate-scope .pt-md-4,ui-ng-date-time-picker.ng-isolate-scope .py-md-4,ui-ng-gear-schema-form.ng-isolate-scope .pt-md-4,ui-ng-gear-schema-form.ng-isolate-scope .py-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .pt-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-4,ui-ng-segment-editor.ng-isolate-scope .pt-md-4,ui-ng-segment-editor.ng-isolate-scope .py-md-4{padding-top:1.5rem!important}div[class*=FloatingMenu__] .pr-md-4,div[class*=FloatingMenu__] .px-md-4,ui-ng-add-rule-menu.ng-isolate-scope .pr-md-4,ui-ng-add-rule-menu.ng-isolate-scope .px-md-4,ui-ng-date-time-picker.ng-isolate-scope .pr-md-4,ui-ng-date-time-picker.ng-isolate-scope .px-md-4,ui-ng-gear-schema-form.ng-isolate-scope .pr-md-4,ui-ng-gear-schema-form.ng-isolate-scope .px-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .pr-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-4,ui-ng-segment-editor.ng-isolate-scope .pr-md-4,ui-ng-segment-editor.ng-isolate-scope .px-md-4{padding-right:1.5rem!important}div[class*=FloatingMenu__] .pb-md-4,div[class*=FloatingMenu__] .py-md-4,ui-ng-add-rule-menu.ng-isolate-scope .pb-md-4,ui-ng-add-rule-menu.ng-isolate-scope .py-md-4,ui-ng-date-time-picker.ng-isolate-scope .pb-md-4,ui-ng-date-time-picker.ng-isolate-scope .py-md-4,ui-ng-gear-schema-form.ng-isolate-scope .pb-md-4,ui-ng-gear-schema-form.ng-isolate-scope .py-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .pb-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-4,ui-ng-segment-editor.ng-isolate-scope .pb-md-4,ui-ng-segment-editor.ng-isolate-scope .py-md-4{padding-bottom:1.5rem!important}div[class*=FloatingMenu__] .pl-md-4,div[class*=FloatingMenu__] .px-md-4,ui-ng-add-rule-menu.ng-isolate-scope .pl-md-4,ui-ng-add-rule-menu.ng-isolate-scope .px-md-4,ui-ng-date-time-picker.ng-isolate-scope .pl-md-4,ui-ng-date-time-picker.ng-isolate-scope .px-md-4,ui-ng-gear-schema-form.ng-isolate-scope .pl-md-4,ui-ng-gear-schema-form.ng-isolate-scope .px-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .pl-md-4,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-4,ui-ng-segment-editor.ng-isolate-scope .pl-md-4,ui-ng-segment-editor.ng-isolate-scope .px-md-4{padding-left:1.5rem!important}div[class*=FloatingMenu__] .p-md-5,ui-ng-add-rule-menu.ng-isolate-scope .p-md-5,ui-ng-date-time-picker.ng-isolate-scope .p-md-5,ui-ng-gear-schema-form.ng-isolate-scope .p-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .p-md-5,ui-ng-segment-editor.ng-isolate-scope .p-md-5{padding:3rem!important}div[class*=FloatingMenu__] .pt-md-5,div[class*=FloatingMenu__] .py-md-5,ui-ng-add-rule-menu.ng-isolate-scope .pt-md-5,ui-ng-add-rule-menu.ng-isolate-scope .py-md-5,ui-ng-date-time-picker.ng-isolate-scope .pt-md-5,ui-ng-date-time-picker.ng-isolate-scope .py-md-5,ui-ng-gear-schema-form.ng-isolate-scope .pt-md-5,ui-ng-gear-schema-form.ng-isolate-scope .py-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .pt-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-5,ui-ng-segment-editor.ng-isolate-scope .pt-md-5,ui-ng-segment-editor.ng-isolate-scope .py-md-5{padding-top:3rem!important}div[class*=FloatingMenu__] .pr-md-5,div[class*=FloatingMenu__] .px-md-5,ui-ng-add-rule-menu.ng-isolate-scope .pr-md-5,ui-ng-add-rule-menu.ng-isolate-scope .px-md-5,ui-ng-date-time-picker.ng-isolate-scope .pr-md-5,ui-ng-date-time-picker.ng-isolate-scope .px-md-5,ui-ng-gear-schema-form.ng-isolate-scope .pr-md-5,ui-ng-gear-schema-form.ng-isolate-scope .px-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .pr-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-5,ui-ng-segment-editor.ng-isolate-scope .pr-md-5,ui-ng-segment-editor.ng-isolate-scope .px-md-5{padding-right:3rem!important}div[class*=FloatingMenu__] .pb-md-5,div[class*=FloatingMenu__] .py-md-5,ui-ng-add-rule-menu.ng-isolate-scope .pb-md-5,ui-ng-add-rule-menu.ng-isolate-scope .py-md-5,ui-ng-date-time-picker.ng-isolate-scope .pb-md-5,ui-ng-date-time-picker.ng-isolate-scope .py-md-5,ui-ng-gear-schema-form.ng-isolate-scope .pb-md-5,ui-ng-gear-schema-form.ng-isolate-scope .py-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .pb-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .py-md-5,ui-ng-segment-editor.ng-isolate-scope .pb-md-5,ui-ng-segment-editor.ng-isolate-scope .py-md-5{padding-bottom:3rem!important}div[class*=FloatingMenu__] .pl-md-5,div[class*=FloatingMenu__] .px-md-5,ui-ng-add-rule-menu.ng-isolate-scope .pl-md-5,ui-ng-add-rule-menu.ng-isolate-scope .px-md-5,ui-ng-date-time-picker.ng-isolate-scope .pl-md-5,ui-ng-date-time-picker.ng-isolate-scope .px-md-5,ui-ng-gear-schema-form.ng-isolate-scope .pl-md-5,ui-ng-gear-schema-form.ng-isolate-scope .px-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .pl-md-5,ui-ng-open-time-email-editor.ng-isolate-scope .px-md-5,ui-ng-segment-editor.ng-isolate-scope .pl-md-5,ui-ng-segment-editor.ng-isolate-scope .px-md-5{padding-left:3rem!important}div[class*=FloatingMenu__] .m-md-n1,ui-ng-add-rule-menu.ng-isolate-scope .m-md-n1,ui-ng-date-time-picker.ng-isolate-scope .m-md-n1,ui-ng-gear-schema-form.ng-isolate-scope .m-md-n1,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-n1,ui-ng-segment-editor.ng-isolate-scope .m-md-n1{margin:-.25rem!important}div[class*=FloatingMenu__] .mt-md-n1,div[class*=FloatingMenu__] .my-md-n1,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-n1,ui-ng-add-rule-menu.ng-isolate-scope .my-md-n1,ui-ng-date-time-picker.ng-isolate-scope .mt-md-n1,ui-ng-date-time-picker.ng-isolate-scope .my-md-n1,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-n1,ui-ng-gear-schema-form.ng-isolate-scope .my-md-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-n1,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-n1,ui-ng-segment-editor.ng-isolate-scope .mt-md-n1,ui-ng-segment-editor.ng-isolate-scope .my-md-n1{margin-top:-.25rem!important}div[class*=FloatingMenu__] .mr-md-n1,div[class*=FloatingMenu__] .mx-md-n1,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-n1,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-n1,ui-ng-date-time-picker.ng-isolate-scope .mr-md-n1,ui-ng-date-time-picker.ng-isolate-scope .mx-md-n1,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-n1,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-n1,ui-ng-segment-editor.ng-isolate-scope .mr-md-n1,ui-ng-segment-editor.ng-isolate-scope .mx-md-n1{margin-right:-.25rem!important}div[class*=FloatingMenu__] .mb-md-n1,div[class*=FloatingMenu__] .my-md-n1,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-n1,ui-ng-add-rule-menu.ng-isolate-scope .my-md-n1,ui-ng-date-time-picker.ng-isolate-scope .mb-md-n1,ui-ng-date-time-picker.ng-isolate-scope .my-md-n1,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-n1,ui-ng-gear-schema-form.ng-isolate-scope .my-md-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-n1,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-n1,ui-ng-segment-editor.ng-isolate-scope .mb-md-n1,ui-ng-segment-editor.ng-isolate-scope .my-md-n1{margin-bottom:-.25rem!important}div[class*=FloatingMenu__] .ml-md-n1,div[class*=FloatingMenu__] .mx-md-n1,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-n1,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-n1,ui-ng-date-time-picker.ng-isolate-scope .ml-md-n1,ui-ng-date-time-picker.ng-isolate-scope .mx-md-n1,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-n1,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-n1,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-n1,ui-ng-segment-editor.ng-isolate-scope .ml-md-n1,ui-ng-segment-editor.ng-isolate-scope .mx-md-n1{margin-left:-.25rem!important}div[class*=FloatingMenu__] .m-md-n2,ui-ng-add-rule-menu.ng-isolate-scope .m-md-n2,ui-ng-date-time-picker.ng-isolate-scope .m-md-n2,ui-ng-gear-schema-form.ng-isolate-scope .m-md-n2,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-n2,ui-ng-segment-editor.ng-isolate-scope .m-md-n2{margin:-.5rem!important}div[class*=FloatingMenu__] .mt-md-n2,div[class*=FloatingMenu__] .my-md-n2,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-n2,ui-ng-add-rule-menu.ng-isolate-scope .my-md-n2,ui-ng-date-time-picker.ng-isolate-scope .mt-md-n2,ui-ng-date-time-picker.ng-isolate-scope .my-md-n2,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-n2,ui-ng-gear-schema-form.ng-isolate-scope .my-md-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-n2,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-n2,ui-ng-segment-editor.ng-isolate-scope .mt-md-n2,ui-ng-segment-editor.ng-isolate-scope .my-md-n2{margin-top:-.5rem!important}div[class*=FloatingMenu__] .mr-md-n2,div[class*=FloatingMenu__] .mx-md-n2,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-n2,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-n2,ui-ng-date-time-picker.ng-isolate-scope .mr-md-n2,ui-ng-date-time-picker.ng-isolate-scope .mx-md-n2,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-n2,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-n2,ui-ng-segment-editor.ng-isolate-scope .mr-md-n2,ui-ng-segment-editor.ng-isolate-scope .mx-md-n2{margin-right:-.5rem!important}div[class*=FloatingMenu__] .mb-md-n2,div[class*=FloatingMenu__] .my-md-n2,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-n2,ui-ng-add-rule-menu.ng-isolate-scope .my-md-n2,ui-ng-date-time-picker.ng-isolate-scope .mb-md-n2,ui-ng-date-time-picker.ng-isolate-scope .my-md-n2,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-n2,ui-ng-gear-schema-form.ng-isolate-scope .my-md-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-n2,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-n2,ui-ng-segment-editor.ng-isolate-scope .mb-md-n2,ui-ng-segment-editor.ng-isolate-scope .my-md-n2{margin-bottom:-.5rem!important}div[class*=FloatingMenu__] .ml-md-n2,div[class*=FloatingMenu__] .mx-md-n2,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-n2,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-n2,ui-ng-date-time-picker.ng-isolate-scope .ml-md-n2,ui-ng-date-time-picker.ng-isolate-scope .mx-md-n2,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-n2,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-n2,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-n2,ui-ng-segment-editor.ng-isolate-scope .ml-md-n2,ui-ng-segment-editor.ng-isolate-scope .mx-md-n2{margin-left:-.5rem!important}div[class*=FloatingMenu__] .m-md-n3,ui-ng-add-rule-menu.ng-isolate-scope .m-md-n3,ui-ng-date-time-picker.ng-isolate-scope .m-md-n3,ui-ng-gear-schema-form.ng-isolate-scope .m-md-n3,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-n3,ui-ng-segment-editor.ng-isolate-scope .m-md-n3{margin:-1rem!important}div[class*=FloatingMenu__] .mt-md-n3,div[class*=FloatingMenu__] .my-md-n3,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-n3,ui-ng-add-rule-menu.ng-isolate-scope .my-md-n3,ui-ng-date-time-picker.ng-isolate-scope .mt-md-n3,ui-ng-date-time-picker.ng-isolate-scope .my-md-n3,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-n3,ui-ng-gear-schema-form.ng-isolate-scope .my-md-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-n3,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-n3,ui-ng-segment-editor.ng-isolate-scope .mt-md-n3,ui-ng-segment-editor.ng-isolate-scope .my-md-n3{margin-top:-1rem!important}div[class*=FloatingMenu__] .mr-md-n3,div[class*=FloatingMenu__] .mx-md-n3,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-n3,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-n3,ui-ng-date-time-picker.ng-isolate-scope .mr-md-n3,ui-ng-date-time-picker.ng-isolate-scope .mx-md-n3,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-n3,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-n3,ui-ng-segment-editor.ng-isolate-scope .mr-md-n3,ui-ng-segment-editor.ng-isolate-scope .mx-md-n3{margin-right:-1rem!important}div[class*=FloatingMenu__] .mb-md-n3,div[class*=FloatingMenu__] .my-md-n3,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-n3,ui-ng-add-rule-menu.ng-isolate-scope .my-md-n3,ui-ng-date-time-picker.ng-isolate-scope .mb-md-n3,ui-ng-date-time-picker.ng-isolate-scope .my-md-n3,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-n3,ui-ng-gear-schema-form.ng-isolate-scope .my-md-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-n3,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-n3,ui-ng-segment-editor.ng-isolate-scope .mb-md-n3,ui-ng-segment-editor.ng-isolate-scope .my-md-n3{margin-bottom:-1rem!important}div[class*=FloatingMenu__] .ml-md-n3,div[class*=FloatingMenu__] .mx-md-n3,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-n3,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-n3,ui-ng-date-time-picker.ng-isolate-scope .ml-md-n3,ui-ng-date-time-picker.ng-isolate-scope .mx-md-n3,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-n3,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-n3,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-n3,ui-ng-segment-editor.ng-isolate-scope .ml-md-n3,ui-ng-segment-editor.ng-isolate-scope .mx-md-n3{margin-left:-1rem!important}div[class*=FloatingMenu__] .m-md-n4,ui-ng-add-rule-menu.ng-isolate-scope .m-md-n4,ui-ng-date-time-picker.ng-isolate-scope .m-md-n4,ui-ng-gear-schema-form.ng-isolate-scope .m-md-n4,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-n4,ui-ng-segment-editor.ng-isolate-scope .m-md-n4{margin:-1.5rem!important}div[class*=FloatingMenu__] .mt-md-n4,div[class*=FloatingMenu__] .my-md-n4,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-n4,ui-ng-add-rule-menu.ng-isolate-scope .my-md-n4,ui-ng-date-time-picker.ng-isolate-scope .mt-md-n4,ui-ng-date-time-picker.ng-isolate-scope .my-md-n4,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-n4,ui-ng-gear-schema-form.ng-isolate-scope .my-md-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-n4,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-n4,ui-ng-segment-editor.ng-isolate-scope .mt-md-n4,ui-ng-segment-editor.ng-isolate-scope .my-md-n4{margin-top:-1.5rem!important}div[class*=FloatingMenu__] .mr-md-n4,div[class*=FloatingMenu__] .mx-md-n4,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-n4,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-n4,ui-ng-date-time-picker.ng-isolate-scope .mr-md-n4,ui-ng-date-time-picker.ng-isolate-scope .mx-md-n4,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-n4,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-n4,ui-ng-segment-editor.ng-isolate-scope .mr-md-n4,ui-ng-segment-editor.ng-isolate-scope .mx-md-n4{margin-right:-1.5rem!important}div[class*=FloatingMenu__] .mb-md-n4,div[class*=FloatingMenu__] .my-md-n4,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-n4,ui-ng-add-rule-menu.ng-isolate-scope .my-md-n4,ui-ng-date-time-picker.ng-isolate-scope .mb-md-n4,ui-ng-date-time-picker.ng-isolate-scope .my-md-n4,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-n4,ui-ng-gear-schema-form.ng-isolate-scope .my-md-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-n4,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-n4,ui-ng-segment-editor.ng-isolate-scope .mb-md-n4,ui-ng-segment-editor.ng-isolate-scope .my-md-n4{margin-bottom:-1.5rem!important}div[class*=FloatingMenu__] .ml-md-n4,div[class*=FloatingMenu__] .mx-md-n4,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-n4,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-n4,ui-ng-date-time-picker.ng-isolate-scope .ml-md-n4,ui-ng-date-time-picker.ng-isolate-scope .mx-md-n4,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-n4,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-n4,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-n4,ui-ng-segment-editor.ng-isolate-scope .ml-md-n4,ui-ng-segment-editor.ng-isolate-scope .mx-md-n4{margin-left:-1.5rem!important}div[class*=FloatingMenu__] .m-md-n5,ui-ng-add-rule-menu.ng-isolate-scope .m-md-n5,ui-ng-date-time-picker.ng-isolate-scope .m-md-n5,ui-ng-gear-schema-form.ng-isolate-scope .m-md-n5,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-n5,ui-ng-segment-editor.ng-isolate-scope .m-md-n5{margin:-3rem!important}div[class*=FloatingMenu__] .mt-md-n5,div[class*=FloatingMenu__] .my-md-n5,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-n5,ui-ng-add-rule-menu.ng-isolate-scope .my-md-n5,ui-ng-date-time-picker.ng-isolate-scope .mt-md-n5,ui-ng-date-time-picker.ng-isolate-scope .my-md-n5,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-n5,ui-ng-gear-schema-form.ng-isolate-scope .my-md-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-n5,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-n5,ui-ng-segment-editor.ng-isolate-scope .mt-md-n5,ui-ng-segment-editor.ng-isolate-scope .my-md-n5{margin-top:-3rem!important}div[class*=FloatingMenu__] .mr-md-n5,div[class*=FloatingMenu__] .mx-md-n5,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-n5,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-n5,ui-ng-date-time-picker.ng-isolate-scope .mr-md-n5,ui-ng-date-time-picker.ng-isolate-scope .mx-md-n5,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-n5,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-n5,ui-ng-segment-editor.ng-isolate-scope .mr-md-n5,ui-ng-segment-editor.ng-isolate-scope .mx-md-n5{margin-right:-3rem!important}div[class*=FloatingMenu__] .mb-md-n5,div[class*=FloatingMenu__] .my-md-n5,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-n5,ui-ng-add-rule-menu.ng-isolate-scope .my-md-n5,ui-ng-date-time-picker.ng-isolate-scope .mb-md-n5,ui-ng-date-time-picker.ng-isolate-scope .my-md-n5,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-n5,ui-ng-gear-schema-form.ng-isolate-scope .my-md-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-n5,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-n5,ui-ng-segment-editor.ng-isolate-scope .mb-md-n5,ui-ng-segment-editor.ng-isolate-scope .my-md-n5{margin-bottom:-3rem!important}div[class*=FloatingMenu__] .ml-md-n5,div[class*=FloatingMenu__] .mx-md-n5,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-n5,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-n5,ui-ng-date-time-picker.ng-isolate-scope .ml-md-n5,ui-ng-date-time-picker.ng-isolate-scope .mx-md-n5,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-n5,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-n5,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-n5,ui-ng-segment-editor.ng-isolate-scope .ml-md-n5,ui-ng-segment-editor.ng-isolate-scope .mx-md-n5{margin-left:-3rem!important}div[class*=FloatingMenu__] .m-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .m-md-auto,ui-ng-date-time-picker.ng-isolate-scope .m-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .m-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .m-md-auto,ui-ng-segment-editor.ng-isolate-scope .m-md-auto{margin:auto!important}div[class*=FloatingMenu__] .mt-md-auto,div[class*=FloatingMenu__] .my-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .mt-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .my-md-auto,ui-ng-date-time-picker.ng-isolate-scope .mt-md-auto,ui-ng-date-time-picker.ng-isolate-scope .my-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .mt-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .my-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mt-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-auto,ui-ng-segment-editor.ng-isolate-scope .mt-md-auto,ui-ng-segment-editor.ng-isolate-scope .my-md-auto{margin-top:auto!important}div[class*=FloatingMenu__] .mr-md-auto,div[class*=FloatingMenu__] .mx-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .mr-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-auto,ui-ng-date-time-picker.ng-isolate-scope .mr-md-auto,ui-ng-date-time-picker.ng-isolate-scope .mx-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .mr-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mr-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-auto,ui-ng-segment-editor.ng-isolate-scope .mr-md-auto,ui-ng-segment-editor.ng-isolate-scope .mx-md-auto{margin-right:auto!important}div[class*=FloatingMenu__] .mb-md-auto,div[class*=FloatingMenu__] .my-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .mb-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .my-md-auto,ui-ng-date-time-picker.ng-isolate-scope .mb-md-auto,ui-ng-date-time-picker.ng-isolate-scope .my-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .mb-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .my-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mb-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .my-md-auto,ui-ng-segment-editor.ng-isolate-scope .mb-md-auto,ui-ng-segment-editor.ng-isolate-scope .my-md-auto{margin-bottom:auto!important}div[class*=FloatingMenu__] .ml-md-auto,div[class*=FloatingMenu__] .mx-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .ml-md-auto,ui-ng-add-rule-menu.ng-isolate-scope .mx-md-auto,ui-ng-date-time-picker.ng-isolate-scope .ml-md-auto,ui-ng-date-time-picker.ng-isolate-scope .mx-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .ml-md-auto,ui-ng-gear-schema-form.ng-isolate-scope .mx-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .ml-md-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mx-md-auto,ui-ng-segment-editor.ng-isolate-scope .ml-md-auto,ui-ng-segment-editor.ng-isolate-scope .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){div[class*=FloatingMenu__] .m-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-0,ui-ng-date-time-picker.ng-isolate-scope .m-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-0,ui-ng-segment-editor.ng-isolate-scope .m-lg-0{margin:0!important}div[class*=FloatingMenu__] .mt-lg-0,div[class*=FloatingMenu__] .my-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-0,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-0,ui-ng-date-time-picker.ng-isolate-scope .my-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-0,ui-ng-segment-editor.ng-isolate-scope .mt-lg-0,ui-ng-segment-editor.ng-isolate-scope .my-lg-0{margin-top:0!important}div[class*=FloatingMenu__] .mr-lg-0,div[class*=FloatingMenu__] .mx-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-0,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-0,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-0,ui-ng-segment-editor.ng-isolate-scope .mr-lg-0,ui-ng-segment-editor.ng-isolate-scope .mx-lg-0{margin-right:0!important}div[class*=FloatingMenu__] .mb-lg-0,div[class*=FloatingMenu__] .my-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-0,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-0,ui-ng-date-time-picker.ng-isolate-scope .my-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-0,ui-ng-segment-editor.ng-isolate-scope .mb-lg-0,ui-ng-segment-editor.ng-isolate-scope .my-lg-0{margin-bottom:0!important}div[class*=FloatingMenu__] .ml-lg-0,div[class*=FloatingMenu__] .mx-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-0,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-0,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-0,ui-ng-segment-editor.ng-isolate-scope .ml-lg-0,ui-ng-segment-editor.ng-isolate-scope .mx-lg-0{margin-left:0!important}div[class*=FloatingMenu__] .m-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-1,ui-ng-date-time-picker.ng-isolate-scope .m-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-1,ui-ng-segment-editor.ng-isolate-scope .m-lg-1{margin:.25rem!important}div[class*=FloatingMenu__] .mt-lg-1,div[class*=FloatingMenu__] .my-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-1,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-1,ui-ng-date-time-picker.ng-isolate-scope .my-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-1,ui-ng-segment-editor.ng-isolate-scope .mt-lg-1,ui-ng-segment-editor.ng-isolate-scope .my-lg-1{margin-top:.25rem!important}div[class*=FloatingMenu__] .mr-lg-1,div[class*=FloatingMenu__] .mx-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-1,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-1,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-1,ui-ng-segment-editor.ng-isolate-scope .mr-lg-1,ui-ng-segment-editor.ng-isolate-scope .mx-lg-1{margin-right:.25rem!important}div[class*=FloatingMenu__] .mb-lg-1,div[class*=FloatingMenu__] .my-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-1,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-1,ui-ng-date-time-picker.ng-isolate-scope .my-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-1,ui-ng-segment-editor.ng-isolate-scope .mb-lg-1,ui-ng-segment-editor.ng-isolate-scope .my-lg-1{margin-bottom:.25rem!important}div[class*=FloatingMenu__] .ml-lg-1,div[class*=FloatingMenu__] .mx-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-1,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-1,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-1,ui-ng-segment-editor.ng-isolate-scope .ml-lg-1,ui-ng-segment-editor.ng-isolate-scope .mx-lg-1{margin-left:.25rem!important}div[class*=FloatingMenu__] .m-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-2,ui-ng-date-time-picker.ng-isolate-scope .m-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-2,ui-ng-segment-editor.ng-isolate-scope .m-lg-2{margin:.5rem!important}div[class*=FloatingMenu__] .mt-lg-2,div[class*=FloatingMenu__] .my-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-2,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-2,ui-ng-date-time-picker.ng-isolate-scope .my-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-2,ui-ng-segment-editor.ng-isolate-scope .mt-lg-2,ui-ng-segment-editor.ng-isolate-scope .my-lg-2{margin-top:.5rem!important}div[class*=FloatingMenu__] .mr-lg-2,div[class*=FloatingMenu__] .mx-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-2,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-2,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-2,ui-ng-segment-editor.ng-isolate-scope .mr-lg-2,ui-ng-segment-editor.ng-isolate-scope .mx-lg-2{margin-right:.5rem!important}div[class*=FloatingMenu__] .mb-lg-2,div[class*=FloatingMenu__] .my-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-2,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-2,ui-ng-date-time-picker.ng-isolate-scope .my-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-2,ui-ng-segment-editor.ng-isolate-scope .mb-lg-2,ui-ng-segment-editor.ng-isolate-scope .my-lg-2{margin-bottom:.5rem!important}div[class*=FloatingMenu__] .ml-lg-2,div[class*=FloatingMenu__] .mx-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-2,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-2,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-2,ui-ng-segment-editor.ng-isolate-scope .ml-lg-2,ui-ng-segment-editor.ng-isolate-scope .mx-lg-2{margin-left:.5rem!important}div[class*=FloatingMenu__] .m-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-3,ui-ng-date-time-picker.ng-isolate-scope .m-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-3,ui-ng-segment-editor.ng-isolate-scope .m-lg-3{margin:1rem!important}div[class*=FloatingMenu__] .mt-lg-3,div[class*=FloatingMenu__] .my-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-3,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-3,ui-ng-date-time-picker.ng-isolate-scope .my-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-3,ui-ng-segment-editor.ng-isolate-scope .mt-lg-3,ui-ng-segment-editor.ng-isolate-scope .my-lg-3{margin-top:1rem!important}div[class*=FloatingMenu__] .mr-lg-3,div[class*=FloatingMenu__] .mx-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-3,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-3,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-3,ui-ng-segment-editor.ng-isolate-scope .mr-lg-3,ui-ng-segment-editor.ng-isolate-scope .mx-lg-3{margin-right:1rem!important}div[class*=FloatingMenu__] .mb-lg-3,div[class*=FloatingMenu__] .my-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-3,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-3,ui-ng-date-time-picker.ng-isolate-scope .my-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-3,ui-ng-segment-editor.ng-isolate-scope .mb-lg-3,ui-ng-segment-editor.ng-isolate-scope .my-lg-3{margin-bottom:1rem!important}div[class*=FloatingMenu__] .ml-lg-3,div[class*=FloatingMenu__] .mx-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-3,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-3,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-3,ui-ng-segment-editor.ng-isolate-scope .ml-lg-3,ui-ng-segment-editor.ng-isolate-scope .mx-lg-3{margin-left:1rem!important}div[class*=FloatingMenu__] .m-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-4,ui-ng-date-time-picker.ng-isolate-scope .m-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-4,ui-ng-segment-editor.ng-isolate-scope .m-lg-4{margin:1.5rem!important}div[class*=FloatingMenu__] .mt-lg-4,div[class*=FloatingMenu__] .my-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-4,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-4,ui-ng-date-time-picker.ng-isolate-scope .my-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-4,ui-ng-segment-editor.ng-isolate-scope .mt-lg-4,ui-ng-segment-editor.ng-isolate-scope .my-lg-4{margin-top:1.5rem!important}div[class*=FloatingMenu__] .mr-lg-4,div[class*=FloatingMenu__] .mx-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-4,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-4,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-4,ui-ng-segment-editor.ng-isolate-scope .mr-lg-4,ui-ng-segment-editor.ng-isolate-scope .mx-lg-4{margin-right:1.5rem!important}div[class*=FloatingMenu__] .mb-lg-4,div[class*=FloatingMenu__] .my-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-4,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-4,ui-ng-date-time-picker.ng-isolate-scope .my-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-4,ui-ng-segment-editor.ng-isolate-scope .mb-lg-4,ui-ng-segment-editor.ng-isolate-scope .my-lg-4{margin-bottom:1.5rem!important}div[class*=FloatingMenu__] .ml-lg-4,div[class*=FloatingMenu__] .mx-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-4,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-4,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-4,ui-ng-segment-editor.ng-isolate-scope .ml-lg-4,ui-ng-segment-editor.ng-isolate-scope .mx-lg-4{margin-left:1.5rem!important}div[class*=FloatingMenu__] .m-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-5,ui-ng-date-time-picker.ng-isolate-scope .m-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-5,ui-ng-segment-editor.ng-isolate-scope .m-lg-5{margin:3rem!important}div[class*=FloatingMenu__] .mt-lg-5,div[class*=FloatingMenu__] .my-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-5,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-5,ui-ng-date-time-picker.ng-isolate-scope .my-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-5,ui-ng-segment-editor.ng-isolate-scope .mt-lg-5,ui-ng-segment-editor.ng-isolate-scope .my-lg-5{margin-top:3rem!important}div[class*=FloatingMenu__] .mr-lg-5,div[class*=FloatingMenu__] .mx-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-5,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-5,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-5,ui-ng-segment-editor.ng-isolate-scope .mr-lg-5,ui-ng-segment-editor.ng-isolate-scope .mx-lg-5{margin-right:3rem!important}div[class*=FloatingMenu__] .mb-lg-5,div[class*=FloatingMenu__] .my-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-5,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-5,ui-ng-date-time-picker.ng-isolate-scope .my-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-5,ui-ng-segment-editor.ng-isolate-scope .mb-lg-5,ui-ng-segment-editor.ng-isolate-scope .my-lg-5{margin-bottom:3rem!important}div[class*=FloatingMenu__] .ml-lg-5,div[class*=FloatingMenu__] .mx-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-5,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-5,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-5,ui-ng-segment-editor.ng-isolate-scope .ml-lg-5,ui-ng-segment-editor.ng-isolate-scope .mx-lg-5{margin-left:3rem!important}div[class*=FloatingMenu__] .p-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .p-lg-0,ui-ng-date-time-picker.ng-isolate-scope .p-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .p-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .p-lg-0,ui-ng-segment-editor.ng-isolate-scope .p-lg-0{padding:0!important}div[class*=FloatingMenu__] .pt-lg-0,div[class*=FloatingMenu__] .py-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .pt-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-0,ui-ng-date-time-picker.ng-isolate-scope .pt-lg-0,ui-ng-date-time-picker.ng-isolate-scope .py-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .pt-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .pt-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-0,ui-ng-segment-editor.ng-isolate-scope .pt-lg-0,ui-ng-segment-editor.ng-isolate-scope .py-lg-0{padding-top:0!important}div[class*=FloatingMenu__] .pr-lg-0,div[class*=FloatingMenu__] .px-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .pr-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-0,ui-ng-date-time-picker.ng-isolate-scope .pr-lg-0,ui-ng-date-time-picker.ng-isolate-scope .px-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .pr-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .pr-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-0,ui-ng-segment-editor.ng-isolate-scope .pr-lg-0,ui-ng-segment-editor.ng-isolate-scope .px-lg-0{padding-right:0!important}div[class*=FloatingMenu__] .pb-lg-0,div[class*=FloatingMenu__] .py-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .pb-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-0,ui-ng-date-time-picker.ng-isolate-scope .pb-lg-0,ui-ng-date-time-picker.ng-isolate-scope .py-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .pb-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .pb-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-0,ui-ng-segment-editor.ng-isolate-scope .pb-lg-0,ui-ng-segment-editor.ng-isolate-scope .py-lg-0{padding-bottom:0!important}div[class*=FloatingMenu__] .pl-lg-0,div[class*=FloatingMenu__] .px-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .pl-lg-0,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-0,ui-ng-date-time-picker.ng-isolate-scope .pl-lg-0,ui-ng-date-time-picker.ng-isolate-scope .px-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .pl-lg-0,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .pl-lg-0,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-0,ui-ng-segment-editor.ng-isolate-scope .pl-lg-0,ui-ng-segment-editor.ng-isolate-scope .px-lg-0{padding-left:0!important}div[class*=FloatingMenu__] .p-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .p-lg-1,ui-ng-date-time-picker.ng-isolate-scope .p-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .p-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .p-lg-1,ui-ng-segment-editor.ng-isolate-scope .p-lg-1{padding:.25rem!important}div[class*=FloatingMenu__] .pt-lg-1,div[class*=FloatingMenu__] .py-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .pt-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-1,ui-ng-date-time-picker.ng-isolate-scope .pt-lg-1,ui-ng-date-time-picker.ng-isolate-scope .py-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .pt-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .pt-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-1,ui-ng-segment-editor.ng-isolate-scope .pt-lg-1,ui-ng-segment-editor.ng-isolate-scope .py-lg-1{padding-top:.25rem!important}div[class*=FloatingMenu__] .pr-lg-1,div[class*=FloatingMenu__] .px-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .pr-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-1,ui-ng-date-time-picker.ng-isolate-scope .pr-lg-1,ui-ng-date-time-picker.ng-isolate-scope .px-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .pr-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .pr-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-1,ui-ng-segment-editor.ng-isolate-scope .pr-lg-1,ui-ng-segment-editor.ng-isolate-scope .px-lg-1{padding-right:.25rem!important}div[class*=FloatingMenu__] .pb-lg-1,div[class*=FloatingMenu__] .py-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .pb-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-1,ui-ng-date-time-picker.ng-isolate-scope .pb-lg-1,ui-ng-date-time-picker.ng-isolate-scope .py-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .pb-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .pb-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-1,ui-ng-segment-editor.ng-isolate-scope .pb-lg-1,ui-ng-segment-editor.ng-isolate-scope .py-lg-1{padding-bottom:.25rem!important}div[class*=FloatingMenu__] .pl-lg-1,div[class*=FloatingMenu__] .px-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .pl-lg-1,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-1,ui-ng-date-time-picker.ng-isolate-scope .pl-lg-1,ui-ng-date-time-picker.ng-isolate-scope .px-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .pl-lg-1,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .pl-lg-1,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-1,ui-ng-segment-editor.ng-isolate-scope .pl-lg-1,ui-ng-segment-editor.ng-isolate-scope .px-lg-1{padding-left:.25rem!important}div[class*=FloatingMenu__] .p-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .p-lg-2,ui-ng-date-time-picker.ng-isolate-scope .p-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .p-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .p-lg-2,ui-ng-segment-editor.ng-isolate-scope .p-lg-2{padding:.5rem!important}div[class*=FloatingMenu__] .pt-lg-2,div[class*=FloatingMenu__] .py-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .pt-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-2,ui-ng-date-time-picker.ng-isolate-scope .pt-lg-2,ui-ng-date-time-picker.ng-isolate-scope .py-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .pt-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .pt-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-2,ui-ng-segment-editor.ng-isolate-scope .pt-lg-2,ui-ng-segment-editor.ng-isolate-scope .py-lg-2{padding-top:.5rem!important}div[class*=FloatingMenu__] .pr-lg-2,div[class*=FloatingMenu__] .px-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .pr-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-2,ui-ng-date-time-picker.ng-isolate-scope .pr-lg-2,ui-ng-date-time-picker.ng-isolate-scope .px-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .pr-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .pr-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-2,ui-ng-segment-editor.ng-isolate-scope .pr-lg-2,ui-ng-segment-editor.ng-isolate-scope .px-lg-2{padding-right:.5rem!important}div[class*=FloatingMenu__] .pb-lg-2,div[class*=FloatingMenu__] .py-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .pb-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-2,ui-ng-date-time-picker.ng-isolate-scope .pb-lg-2,ui-ng-date-time-picker.ng-isolate-scope .py-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .pb-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .pb-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-2,ui-ng-segment-editor.ng-isolate-scope .pb-lg-2,ui-ng-segment-editor.ng-isolate-scope .py-lg-2{padding-bottom:.5rem!important}div[class*=FloatingMenu__] .pl-lg-2,div[class*=FloatingMenu__] .px-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .pl-lg-2,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-2,ui-ng-date-time-picker.ng-isolate-scope .pl-lg-2,ui-ng-date-time-picker.ng-isolate-scope .px-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .pl-lg-2,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .pl-lg-2,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-2,ui-ng-segment-editor.ng-isolate-scope .pl-lg-2,ui-ng-segment-editor.ng-isolate-scope .px-lg-2{padding-left:.5rem!important}div[class*=FloatingMenu__] .p-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .p-lg-3,ui-ng-date-time-picker.ng-isolate-scope .p-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .p-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .p-lg-3,ui-ng-segment-editor.ng-isolate-scope .p-lg-3{padding:1rem!important}div[class*=FloatingMenu__] .pt-lg-3,div[class*=FloatingMenu__] .py-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .pt-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-3,ui-ng-date-time-picker.ng-isolate-scope .pt-lg-3,ui-ng-date-time-picker.ng-isolate-scope .py-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .pt-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .pt-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-3,ui-ng-segment-editor.ng-isolate-scope .pt-lg-3,ui-ng-segment-editor.ng-isolate-scope .py-lg-3{padding-top:1rem!important}div[class*=FloatingMenu__] .pr-lg-3,div[class*=FloatingMenu__] .px-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .pr-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-3,ui-ng-date-time-picker.ng-isolate-scope .pr-lg-3,ui-ng-date-time-picker.ng-isolate-scope .px-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .pr-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .pr-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-3,ui-ng-segment-editor.ng-isolate-scope .pr-lg-3,ui-ng-segment-editor.ng-isolate-scope .px-lg-3{padding-right:1rem!important}div[class*=FloatingMenu__] .pb-lg-3,div[class*=FloatingMenu__] .py-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .pb-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-3,ui-ng-date-time-picker.ng-isolate-scope .pb-lg-3,ui-ng-date-time-picker.ng-isolate-scope .py-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .pb-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .pb-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-3,ui-ng-segment-editor.ng-isolate-scope .pb-lg-3,ui-ng-segment-editor.ng-isolate-scope .py-lg-3{padding-bottom:1rem!important}div[class*=FloatingMenu__] .pl-lg-3,div[class*=FloatingMenu__] .px-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .pl-lg-3,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-3,ui-ng-date-time-picker.ng-isolate-scope .pl-lg-3,ui-ng-date-time-picker.ng-isolate-scope .px-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .pl-lg-3,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .pl-lg-3,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-3,ui-ng-segment-editor.ng-isolate-scope .pl-lg-3,ui-ng-segment-editor.ng-isolate-scope .px-lg-3{padding-left:1rem!important}div[class*=FloatingMenu__] .p-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .p-lg-4,ui-ng-date-time-picker.ng-isolate-scope .p-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .p-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .p-lg-4,ui-ng-segment-editor.ng-isolate-scope .p-lg-4{padding:1.5rem!important}div[class*=FloatingMenu__] .pt-lg-4,div[class*=FloatingMenu__] .py-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .pt-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-4,ui-ng-date-time-picker.ng-isolate-scope .pt-lg-4,ui-ng-date-time-picker.ng-isolate-scope .py-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .pt-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .pt-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-4,ui-ng-segment-editor.ng-isolate-scope .pt-lg-4,ui-ng-segment-editor.ng-isolate-scope .py-lg-4{padding-top:1.5rem!important}div[class*=FloatingMenu__] .pr-lg-4,div[class*=FloatingMenu__] .px-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .pr-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-4,ui-ng-date-time-picker.ng-isolate-scope .pr-lg-4,ui-ng-date-time-picker.ng-isolate-scope .px-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .pr-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .pr-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-4,ui-ng-segment-editor.ng-isolate-scope .pr-lg-4,ui-ng-segment-editor.ng-isolate-scope .px-lg-4{padding-right:1.5rem!important}div[class*=FloatingMenu__] .pb-lg-4,div[class*=FloatingMenu__] .py-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .pb-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-4,ui-ng-date-time-picker.ng-isolate-scope .pb-lg-4,ui-ng-date-time-picker.ng-isolate-scope .py-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .pb-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .pb-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-4,ui-ng-segment-editor.ng-isolate-scope .pb-lg-4,ui-ng-segment-editor.ng-isolate-scope .py-lg-4{padding-bottom:1.5rem!important}div[class*=FloatingMenu__] .pl-lg-4,div[class*=FloatingMenu__] .px-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .pl-lg-4,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-4,ui-ng-date-time-picker.ng-isolate-scope .pl-lg-4,ui-ng-date-time-picker.ng-isolate-scope .px-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .pl-lg-4,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .pl-lg-4,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-4,ui-ng-segment-editor.ng-isolate-scope .pl-lg-4,ui-ng-segment-editor.ng-isolate-scope .px-lg-4{padding-left:1.5rem!important}div[class*=FloatingMenu__] .p-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .p-lg-5,ui-ng-date-time-picker.ng-isolate-scope .p-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .p-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .p-lg-5,ui-ng-segment-editor.ng-isolate-scope .p-lg-5{padding:3rem!important}div[class*=FloatingMenu__] .pt-lg-5,div[class*=FloatingMenu__] .py-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .pt-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-5,ui-ng-date-time-picker.ng-isolate-scope .pt-lg-5,ui-ng-date-time-picker.ng-isolate-scope .py-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .pt-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .pt-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-5,ui-ng-segment-editor.ng-isolate-scope .pt-lg-5,ui-ng-segment-editor.ng-isolate-scope .py-lg-5{padding-top:3rem!important}div[class*=FloatingMenu__] .pr-lg-5,div[class*=FloatingMenu__] .px-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .pr-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-5,ui-ng-date-time-picker.ng-isolate-scope .pr-lg-5,ui-ng-date-time-picker.ng-isolate-scope .px-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .pr-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .pr-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-5,ui-ng-segment-editor.ng-isolate-scope .pr-lg-5,ui-ng-segment-editor.ng-isolate-scope .px-lg-5{padding-right:3rem!important}div[class*=FloatingMenu__] .pb-lg-5,div[class*=FloatingMenu__] .py-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .pb-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .py-lg-5,ui-ng-date-time-picker.ng-isolate-scope .pb-lg-5,ui-ng-date-time-picker.ng-isolate-scope .py-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .pb-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .py-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .pb-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .py-lg-5,ui-ng-segment-editor.ng-isolate-scope .pb-lg-5,ui-ng-segment-editor.ng-isolate-scope .py-lg-5{padding-bottom:3rem!important}div[class*=FloatingMenu__] .pl-lg-5,div[class*=FloatingMenu__] .px-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .pl-lg-5,ui-ng-add-rule-menu.ng-isolate-scope .px-lg-5,ui-ng-date-time-picker.ng-isolate-scope .pl-lg-5,ui-ng-date-time-picker.ng-isolate-scope .px-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .pl-lg-5,ui-ng-gear-schema-form.ng-isolate-scope .px-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .pl-lg-5,ui-ng-open-time-email-editor.ng-isolate-scope .px-lg-5,ui-ng-segment-editor.ng-isolate-scope .pl-lg-5,ui-ng-segment-editor.ng-isolate-scope .px-lg-5{padding-left:3rem!important}div[class*=FloatingMenu__] .m-lg-n1,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-n1,ui-ng-date-time-picker.ng-isolate-scope .m-lg-n1,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-n1,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-n1,ui-ng-segment-editor.ng-isolate-scope .m-lg-n1{margin:-.25rem!important}div[class*=FloatingMenu__] .mt-lg-n1,div[class*=FloatingMenu__] .my-lg-n1,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-n1,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-n1,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-n1,ui-ng-date-time-picker.ng-isolate-scope .my-lg-n1,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-n1,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-n1,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-n1,ui-ng-segment-editor.ng-isolate-scope .mt-lg-n1,ui-ng-segment-editor.ng-isolate-scope .my-lg-n1{margin-top:-.25rem!important}div[class*=FloatingMenu__] .mr-lg-n1,div[class*=FloatingMenu__] .mx-lg-n1,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-n1,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-n1,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-n1,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-n1,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-n1,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-n1,ui-ng-segment-editor.ng-isolate-scope .mr-lg-n1,ui-ng-segment-editor.ng-isolate-scope .mx-lg-n1{margin-right:-.25rem!important}div[class*=FloatingMenu__] .mb-lg-n1,div[class*=FloatingMenu__] .my-lg-n1,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-n1,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-n1,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-n1,ui-ng-date-time-picker.ng-isolate-scope .my-lg-n1,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-n1,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-n1,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-n1,ui-ng-segment-editor.ng-isolate-scope .mb-lg-n1,ui-ng-segment-editor.ng-isolate-scope .my-lg-n1{margin-bottom:-.25rem!important}div[class*=FloatingMenu__] .ml-lg-n1,div[class*=FloatingMenu__] .mx-lg-n1,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-n1,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-n1,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-n1,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-n1,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-n1,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-n1,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-n1,ui-ng-segment-editor.ng-isolate-scope .ml-lg-n1,ui-ng-segment-editor.ng-isolate-scope .mx-lg-n1{margin-left:-.25rem!important}div[class*=FloatingMenu__] .m-lg-n2,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-n2,ui-ng-date-time-picker.ng-isolate-scope .m-lg-n2,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-n2,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-n2,ui-ng-segment-editor.ng-isolate-scope .m-lg-n2{margin:-.5rem!important}div[class*=FloatingMenu__] .mt-lg-n2,div[class*=FloatingMenu__] .my-lg-n2,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-n2,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-n2,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-n2,ui-ng-date-time-picker.ng-isolate-scope .my-lg-n2,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-n2,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-n2,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-n2,ui-ng-segment-editor.ng-isolate-scope .mt-lg-n2,ui-ng-segment-editor.ng-isolate-scope .my-lg-n2{margin-top:-.5rem!important}div[class*=FloatingMenu__] .mr-lg-n2,div[class*=FloatingMenu__] .mx-lg-n2,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-n2,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-n2,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-n2,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-n2,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-n2,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-n2,ui-ng-segment-editor.ng-isolate-scope .mr-lg-n2,ui-ng-segment-editor.ng-isolate-scope .mx-lg-n2{margin-right:-.5rem!important}div[class*=FloatingMenu__] .mb-lg-n2,div[class*=FloatingMenu__] .my-lg-n2,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-n2,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-n2,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-n2,ui-ng-date-time-picker.ng-isolate-scope .my-lg-n2,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-n2,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-n2,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-n2,ui-ng-segment-editor.ng-isolate-scope .mb-lg-n2,ui-ng-segment-editor.ng-isolate-scope .my-lg-n2{margin-bottom:-.5rem!important}div[class*=FloatingMenu__] .ml-lg-n2,div[class*=FloatingMenu__] .mx-lg-n2,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-n2,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-n2,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-n2,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-n2,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-n2,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-n2,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-n2,ui-ng-segment-editor.ng-isolate-scope .ml-lg-n2,ui-ng-segment-editor.ng-isolate-scope .mx-lg-n2{margin-left:-.5rem!important}div[class*=FloatingMenu__] .m-lg-n3,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-n3,ui-ng-date-time-picker.ng-isolate-scope .m-lg-n3,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-n3,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-n3,ui-ng-segment-editor.ng-isolate-scope .m-lg-n3{margin:-1rem!important}div[class*=FloatingMenu__] .mt-lg-n3,div[class*=FloatingMenu__] .my-lg-n3,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-n3,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-n3,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-n3,ui-ng-date-time-picker.ng-isolate-scope .my-lg-n3,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-n3,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-n3,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-n3,ui-ng-segment-editor.ng-isolate-scope .mt-lg-n3,ui-ng-segment-editor.ng-isolate-scope .my-lg-n3{margin-top:-1rem!important}div[class*=FloatingMenu__] .mr-lg-n3,div[class*=FloatingMenu__] .mx-lg-n3,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-n3,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-n3,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-n3,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-n3,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-n3,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-n3,ui-ng-segment-editor.ng-isolate-scope .mr-lg-n3,ui-ng-segment-editor.ng-isolate-scope .mx-lg-n3{margin-right:-1rem!important}div[class*=FloatingMenu__] .mb-lg-n3,div[class*=FloatingMenu__] .my-lg-n3,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-n3,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-n3,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-n3,ui-ng-date-time-picker.ng-isolate-scope .my-lg-n3,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-n3,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-n3,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-n3,ui-ng-segment-editor.ng-isolate-scope .mb-lg-n3,ui-ng-segment-editor.ng-isolate-scope .my-lg-n3{margin-bottom:-1rem!important}div[class*=FloatingMenu__] .ml-lg-n3,div[class*=FloatingMenu__] .mx-lg-n3,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-n3,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-n3,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-n3,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-n3,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-n3,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-n3,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-n3,ui-ng-segment-editor.ng-isolate-scope .ml-lg-n3,ui-ng-segment-editor.ng-isolate-scope .mx-lg-n3{margin-left:-1rem!important}div[class*=FloatingMenu__] .m-lg-n4,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-n4,ui-ng-date-time-picker.ng-isolate-scope .m-lg-n4,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-n4,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-n4,ui-ng-segment-editor.ng-isolate-scope .m-lg-n4{margin:-1.5rem!important}div[class*=FloatingMenu__] .mt-lg-n4,div[class*=FloatingMenu__] .my-lg-n4,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-n4,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-n4,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-n4,ui-ng-date-time-picker.ng-isolate-scope .my-lg-n4,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-n4,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-n4,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-n4,ui-ng-segment-editor.ng-isolate-scope .mt-lg-n4,ui-ng-segment-editor.ng-isolate-scope .my-lg-n4{margin-top:-1.5rem!important}div[class*=FloatingMenu__] .mr-lg-n4,div[class*=FloatingMenu__] .mx-lg-n4,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-n4,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-n4,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-n4,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-n4,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-n4,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-n4,ui-ng-segment-editor.ng-isolate-scope .mr-lg-n4,ui-ng-segment-editor.ng-isolate-scope .mx-lg-n4{margin-right:-1.5rem!important}div[class*=FloatingMenu__] .mb-lg-n4,div[class*=FloatingMenu__] .my-lg-n4,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-n4,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-n4,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-n4,ui-ng-date-time-picker.ng-isolate-scope .my-lg-n4,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-n4,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-n4,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-n4,ui-ng-segment-editor.ng-isolate-scope .mb-lg-n4,ui-ng-segment-editor.ng-isolate-scope .my-lg-n4{margin-bottom:-1.5rem!important}div[class*=FloatingMenu__] .ml-lg-n4,div[class*=FloatingMenu__] .mx-lg-n4,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-n4,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-n4,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-n4,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-n4,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-n4,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-n4,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-n4,ui-ng-segment-editor.ng-isolate-scope .ml-lg-n4,ui-ng-segment-editor.ng-isolate-scope .mx-lg-n4{margin-left:-1.5rem!important}div[class*=FloatingMenu__] .m-lg-n5,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-n5,ui-ng-date-time-picker.ng-isolate-scope .m-lg-n5,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-n5,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-n5,ui-ng-segment-editor.ng-isolate-scope .m-lg-n5{margin:-3rem!important}div[class*=FloatingMenu__] .mt-lg-n5,div[class*=FloatingMenu__] .my-lg-n5,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-n5,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-n5,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-n5,ui-ng-date-time-picker.ng-isolate-scope .my-lg-n5,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-n5,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-n5,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-n5,ui-ng-segment-editor.ng-isolate-scope .mt-lg-n5,ui-ng-segment-editor.ng-isolate-scope .my-lg-n5{margin-top:-3rem!important}div[class*=FloatingMenu__] .mr-lg-n5,div[class*=FloatingMenu__] .mx-lg-n5,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-n5,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-n5,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-n5,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-n5,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-n5,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-n5,ui-ng-segment-editor.ng-isolate-scope .mr-lg-n5,ui-ng-segment-editor.ng-isolate-scope .mx-lg-n5{margin-right:-3rem!important}div[class*=FloatingMenu__] .mb-lg-n5,div[class*=FloatingMenu__] .my-lg-n5,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-n5,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-n5,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-n5,ui-ng-date-time-picker.ng-isolate-scope .my-lg-n5,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-n5,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-n5,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-n5,ui-ng-segment-editor.ng-isolate-scope .mb-lg-n5,ui-ng-segment-editor.ng-isolate-scope .my-lg-n5{margin-bottom:-3rem!important}div[class*=FloatingMenu__] .ml-lg-n5,div[class*=FloatingMenu__] .mx-lg-n5,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-n5,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-n5,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-n5,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-n5,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-n5,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-n5,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-n5,ui-ng-segment-editor.ng-isolate-scope .ml-lg-n5,ui-ng-segment-editor.ng-isolate-scope .mx-lg-n5{margin-left:-3rem!important}div[class*=FloatingMenu__] .m-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .m-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .m-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .m-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .m-lg-auto,ui-ng-segment-editor.ng-isolate-scope .m-lg-auto{margin:auto!important}div[class*=FloatingMenu__] .mt-lg-auto,div[class*=FloatingMenu__] .my-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .mt-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .mt-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .my-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .mt-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mt-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-auto,ui-ng-segment-editor.ng-isolate-scope .mt-lg-auto,ui-ng-segment-editor.ng-isolate-scope .my-lg-auto{margin-top:auto!important}div[class*=FloatingMenu__] .mr-lg-auto,div[class*=FloatingMenu__] .mx-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .mr-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .mr-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .mr-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mr-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-auto,ui-ng-segment-editor.ng-isolate-scope .mr-lg-auto,ui-ng-segment-editor.ng-isolate-scope .mx-lg-auto{margin-right:auto!important}div[class*=FloatingMenu__] .mb-lg-auto,div[class*=FloatingMenu__] .my-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .mb-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .my-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .mb-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .my-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .mb-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .my-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mb-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .my-lg-auto,ui-ng-segment-editor.ng-isolate-scope .mb-lg-auto,ui-ng-segment-editor.ng-isolate-scope .my-lg-auto{margin-bottom:auto!important}div[class*=FloatingMenu__] .ml-lg-auto,div[class*=FloatingMenu__] .mx-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .ml-lg-auto,ui-ng-add-rule-menu.ng-isolate-scope .mx-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .ml-lg-auto,ui-ng-date-time-picker.ng-isolate-scope .mx-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .ml-lg-auto,ui-ng-gear-schema-form.ng-isolate-scope .mx-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .ml-lg-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mx-lg-auto,ui-ng-segment-editor.ng-isolate-scope .ml-lg-auto,ui-ng-segment-editor.ng-isolate-scope .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){div[class*=FloatingMenu__] .m-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-0,ui-ng-date-time-picker.ng-isolate-scope .m-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-0,ui-ng-segment-editor.ng-isolate-scope .m-xl-0{margin:0!important}div[class*=FloatingMenu__] .mt-xl-0,div[class*=FloatingMenu__] .my-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-0,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-0,ui-ng-date-time-picker.ng-isolate-scope .my-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-0,ui-ng-segment-editor.ng-isolate-scope .mt-xl-0,ui-ng-segment-editor.ng-isolate-scope .my-xl-0{margin-top:0!important}div[class*=FloatingMenu__] .mr-xl-0,div[class*=FloatingMenu__] .mx-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-0,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-0,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-0,ui-ng-segment-editor.ng-isolate-scope .mr-xl-0,ui-ng-segment-editor.ng-isolate-scope .mx-xl-0{margin-right:0!important}div[class*=FloatingMenu__] .mb-xl-0,div[class*=FloatingMenu__] .my-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-0,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-0,ui-ng-date-time-picker.ng-isolate-scope .my-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-0,ui-ng-segment-editor.ng-isolate-scope .mb-xl-0,ui-ng-segment-editor.ng-isolate-scope .my-xl-0{margin-bottom:0!important}div[class*=FloatingMenu__] .ml-xl-0,div[class*=FloatingMenu__] .mx-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-0,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-0,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-0,ui-ng-segment-editor.ng-isolate-scope .ml-xl-0,ui-ng-segment-editor.ng-isolate-scope .mx-xl-0{margin-left:0!important}div[class*=FloatingMenu__] .m-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-1,ui-ng-date-time-picker.ng-isolate-scope .m-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-1,ui-ng-segment-editor.ng-isolate-scope .m-xl-1{margin:.25rem!important}div[class*=FloatingMenu__] .mt-xl-1,div[class*=FloatingMenu__] .my-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-1,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-1,ui-ng-date-time-picker.ng-isolate-scope .my-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-1,ui-ng-segment-editor.ng-isolate-scope .mt-xl-1,ui-ng-segment-editor.ng-isolate-scope .my-xl-1{margin-top:.25rem!important}div[class*=FloatingMenu__] .mr-xl-1,div[class*=FloatingMenu__] .mx-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-1,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-1,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-1,ui-ng-segment-editor.ng-isolate-scope .mr-xl-1,ui-ng-segment-editor.ng-isolate-scope .mx-xl-1{margin-right:.25rem!important}div[class*=FloatingMenu__] .mb-xl-1,div[class*=FloatingMenu__] .my-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-1,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-1,ui-ng-date-time-picker.ng-isolate-scope .my-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-1,ui-ng-segment-editor.ng-isolate-scope .mb-xl-1,ui-ng-segment-editor.ng-isolate-scope .my-xl-1{margin-bottom:.25rem!important}div[class*=FloatingMenu__] .ml-xl-1,div[class*=FloatingMenu__] .mx-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-1,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-1,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-1,ui-ng-segment-editor.ng-isolate-scope .ml-xl-1,ui-ng-segment-editor.ng-isolate-scope .mx-xl-1{margin-left:.25rem!important}div[class*=FloatingMenu__] .m-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-2,ui-ng-date-time-picker.ng-isolate-scope .m-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-2,ui-ng-segment-editor.ng-isolate-scope .m-xl-2{margin:.5rem!important}div[class*=FloatingMenu__] .mt-xl-2,div[class*=FloatingMenu__] .my-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-2,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-2,ui-ng-date-time-picker.ng-isolate-scope .my-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-2,ui-ng-segment-editor.ng-isolate-scope .mt-xl-2,ui-ng-segment-editor.ng-isolate-scope .my-xl-2{margin-top:.5rem!important}div[class*=FloatingMenu__] .mr-xl-2,div[class*=FloatingMenu__] .mx-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-2,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-2,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-2,ui-ng-segment-editor.ng-isolate-scope .mr-xl-2,ui-ng-segment-editor.ng-isolate-scope .mx-xl-2{margin-right:.5rem!important}div[class*=FloatingMenu__] .mb-xl-2,div[class*=FloatingMenu__] .my-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-2,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-2,ui-ng-date-time-picker.ng-isolate-scope .my-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-2,ui-ng-segment-editor.ng-isolate-scope .mb-xl-2,ui-ng-segment-editor.ng-isolate-scope .my-xl-2{margin-bottom:.5rem!important}div[class*=FloatingMenu__] .ml-xl-2,div[class*=FloatingMenu__] .mx-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-2,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-2,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-2,ui-ng-segment-editor.ng-isolate-scope .ml-xl-2,ui-ng-segment-editor.ng-isolate-scope .mx-xl-2{margin-left:.5rem!important}div[class*=FloatingMenu__] .m-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-3,ui-ng-date-time-picker.ng-isolate-scope .m-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-3,ui-ng-segment-editor.ng-isolate-scope .m-xl-3{margin:1rem!important}div[class*=FloatingMenu__] .mt-xl-3,div[class*=FloatingMenu__] .my-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-3,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-3,ui-ng-date-time-picker.ng-isolate-scope .my-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-3,ui-ng-segment-editor.ng-isolate-scope .mt-xl-3,ui-ng-segment-editor.ng-isolate-scope .my-xl-3{margin-top:1rem!important}div[class*=FloatingMenu__] .mr-xl-3,div[class*=FloatingMenu__] .mx-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-3,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-3,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-3,ui-ng-segment-editor.ng-isolate-scope .mr-xl-3,ui-ng-segment-editor.ng-isolate-scope .mx-xl-3{margin-right:1rem!important}div[class*=FloatingMenu__] .mb-xl-3,div[class*=FloatingMenu__] .my-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-3,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-3,ui-ng-date-time-picker.ng-isolate-scope .my-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-3,ui-ng-segment-editor.ng-isolate-scope .mb-xl-3,ui-ng-segment-editor.ng-isolate-scope .my-xl-3{margin-bottom:1rem!important}div[class*=FloatingMenu__] .ml-xl-3,div[class*=FloatingMenu__] .mx-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-3,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-3,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-3,ui-ng-segment-editor.ng-isolate-scope .ml-xl-3,ui-ng-segment-editor.ng-isolate-scope .mx-xl-3{margin-left:1rem!important}div[class*=FloatingMenu__] .m-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-4,ui-ng-date-time-picker.ng-isolate-scope .m-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-4,ui-ng-segment-editor.ng-isolate-scope .m-xl-4{margin:1.5rem!important}div[class*=FloatingMenu__] .mt-xl-4,div[class*=FloatingMenu__] .my-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-4,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-4,ui-ng-date-time-picker.ng-isolate-scope .my-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-4,ui-ng-segment-editor.ng-isolate-scope .mt-xl-4,ui-ng-segment-editor.ng-isolate-scope .my-xl-4{margin-top:1.5rem!important}div[class*=FloatingMenu__] .mr-xl-4,div[class*=FloatingMenu__] .mx-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-4,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-4,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-4,ui-ng-segment-editor.ng-isolate-scope .mr-xl-4,ui-ng-segment-editor.ng-isolate-scope .mx-xl-4{margin-right:1.5rem!important}div[class*=FloatingMenu__] .mb-xl-4,div[class*=FloatingMenu__] .my-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-4,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-4,ui-ng-date-time-picker.ng-isolate-scope .my-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-4,ui-ng-segment-editor.ng-isolate-scope .mb-xl-4,ui-ng-segment-editor.ng-isolate-scope .my-xl-4{margin-bottom:1.5rem!important}div[class*=FloatingMenu__] .ml-xl-4,div[class*=FloatingMenu__] .mx-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-4,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-4,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-4,ui-ng-segment-editor.ng-isolate-scope .ml-xl-4,ui-ng-segment-editor.ng-isolate-scope .mx-xl-4{margin-left:1.5rem!important}div[class*=FloatingMenu__] .m-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-5,ui-ng-date-time-picker.ng-isolate-scope .m-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-5,ui-ng-segment-editor.ng-isolate-scope .m-xl-5{margin:3rem!important}div[class*=FloatingMenu__] .mt-xl-5,div[class*=FloatingMenu__] .my-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-5,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-5,ui-ng-date-time-picker.ng-isolate-scope .my-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-5,ui-ng-segment-editor.ng-isolate-scope .mt-xl-5,ui-ng-segment-editor.ng-isolate-scope .my-xl-5{margin-top:3rem!important}div[class*=FloatingMenu__] .mr-xl-5,div[class*=FloatingMenu__] .mx-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-5,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-5,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-5,ui-ng-segment-editor.ng-isolate-scope .mr-xl-5,ui-ng-segment-editor.ng-isolate-scope .mx-xl-5{margin-right:3rem!important}div[class*=FloatingMenu__] .mb-xl-5,div[class*=FloatingMenu__] .my-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-5,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-5,ui-ng-date-time-picker.ng-isolate-scope .my-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-5,ui-ng-segment-editor.ng-isolate-scope .mb-xl-5,ui-ng-segment-editor.ng-isolate-scope .my-xl-5{margin-bottom:3rem!important}div[class*=FloatingMenu__] .ml-xl-5,div[class*=FloatingMenu__] .mx-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-5,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-5,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-5,ui-ng-segment-editor.ng-isolate-scope .ml-xl-5,ui-ng-segment-editor.ng-isolate-scope .mx-xl-5{margin-left:3rem!important}div[class*=FloatingMenu__] .p-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .p-xl-0,ui-ng-date-time-picker.ng-isolate-scope .p-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .p-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .p-xl-0,ui-ng-segment-editor.ng-isolate-scope .p-xl-0{padding:0!important}div[class*=FloatingMenu__] .pt-xl-0,div[class*=FloatingMenu__] .py-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .pt-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-0,ui-ng-date-time-picker.ng-isolate-scope .pt-xl-0,ui-ng-date-time-picker.ng-isolate-scope .py-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .pt-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .pt-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-0,ui-ng-segment-editor.ng-isolate-scope .pt-xl-0,ui-ng-segment-editor.ng-isolate-scope .py-xl-0{padding-top:0!important}div[class*=FloatingMenu__] .pr-xl-0,div[class*=FloatingMenu__] .px-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .pr-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-0,ui-ng-date-time-picker.ng-isolate-scope .pr-xl-0,ui-ng-date-time-picker.ng-isolate-scope .px-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .pr-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .pr-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-0,ui-ng-segment-editor.ng-isolate-scope .pr-xl-0,ui-ng-segment-editor.ng-isolate-scope .px-xl-0{padding-right:0!important}div[class*=FloatingMenu__] .pb-xl-0,div[class*=FloatingMenu__] .py-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .pb-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-0,ui-ng-date-time-picker.ng-isolate-scope .pb-xl-0,ui-ng-date-time-picker.ng-isolate-scope .py-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .pb-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .pb-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-0,ui-ng-segment-editor.ng-isolate-scope .pb-xl-0,ui-ng-segment-editor.ng-isolate-scope .py-xl-0{padding-bottom:0!important}div[class*=FloatingMenu__] .pl-xl-0,div[class*=FloatingMenu__] .px-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .pl-xl-0,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-0,ui-ng-date-time-picker.ng-isolate-scope .pl-xl-0,ui-ng-date-time-picker.ng-isolate-scope .px-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .pl-xl-0,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .pl-xl-0,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-0,ui-ng-segment-editor.ng-isolate-scope .pl-xl-0,ui-ng-segment-editor.ng-isolate-scope .px-xl-0{padding-left:0!important}div[class*=FloatingMenu__] .p-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .p-xl-1,ui-ng-date-time-picker.ng-isolate-scope .p-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .p-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .p-xl-1,ui-ng-segment-editor.ng-isolate-scope .p-xl-1{padding:.25rem!important}div[class*=FloatingMenu__] .pt-xl-1,div[class*=FloatingMenu__] .py-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .pt-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-1,ui-ng-date-time-picker.ng-isolate-scope .pt-xl-1,ui-ng-date-time-picker.ng-isolate-scope .py-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .pt-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .pt-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-1,ui-ng-segment-editor.ng-isolate-scope .pt-xl-1,ui-ng-segment-editor.ng-isolate-scope .py-xl-1{padding-top:.25rem!important}div[class*=FloatingMenu__] .pr-xl-1,div[class*=FloatingMenu__] .px-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .pr-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-1,ui-ng-date-time-picker.ng-isolate-scope .pr-xl-1,ui-ng-date-time-picker.ng-isolate-scope .px-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .pr-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .pr-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-1,ui-ng-segment-editor.ng-isolate-scope .pr-xl-1,ui-ng-segment-editor.ng-isolate-scope .px-xl-1{padding-right:.25rem!important}div[class*=FloatingMenu__] .pb-xl-1,div[class*=FloatingMenu__] .py-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .pb-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-1,ui-ng-date-time-picker.ng-isolate-scope .pb-xl-1,ui-ng-date-time-picker.ng-isolate-scope .py-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .pb-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .pb-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-1,ui-ng-segment-editor.ng-isolate-scope .pb-xl-1,ui-ng-segment-editor.ng-isolate-scope .py-xl-1{padding-bottom:.25rem!important}div[class*=FloatingMenu__] .pl-xl-1,div[class*=FloatingMenu__] .px-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .pl-xl-1,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-1,ui-ng-date-time-picker.ng-isolate-scope .pl-xl-1,ui-ng-date-time-picker.ng-isolate-scope .px-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .pl-xl-1,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .pl-xl-1,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-1,ui-ng-segment-editor.ng-isolate-scope .pl-xl-1,ui-ng-segment-editor.ng-isolate-scope .px-xl-1{padding-left:.25rem!important}div[class*=FloatingMenu__] .p-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .p-xl-2,ui-ng-date-time-picker.ng-isolate-scope .p-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .p-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .p-xl-2,ui-ng-segment-editor.ng-isolate-scope .p-xl-2{padding:.5rem!important}div[class*=FloatingMenu__] .pt-xl-2,div[class*=FloatingMenu__] .py-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .pt-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-2,ui-ng-date-time-picker.ng-isolate-scope .pt-xl-2,ui-ng-date-time-picker.ng-isolate-scope .py-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .pt-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .pt-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-2,ui-ng-segment-editor.ng-isolate-scope .pt-xl-2,ui-ng-segment-editor.ng-isolate-scope .py-xl-2{padding-top:.5rem!important}div[class*=FloatingMenu__] .pr-xl-2,div[class*=FloatingMenu__] .px-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .pr-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-2,ui-ng-date-time-picker.ng-isolate-scope .pr-xl-2,ui-ng-date-time-picker.ng-isolate-scope .px-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .pr-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .pr-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-2,ui-ng-segment-editor.ng-isolate-scope .pr-xl-2,ui-ng-segment-editor.ng-isolate-scope .px-xl-2{padding-right:.5rem!important}div[class*=FloatingMenu__] .pb-xl-2,div[class*=FloatingMenu__] .py-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .pb-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-2,ui-ng-date-time-picker.ng-isolate-scope .pb-xl-2,ui-ng-date-time-picker.ng-isolate-scope .py-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .pb-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .pb-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-2,ui-ng-segment-editor.ng-isolate-scope .pb-xl-2,ui-ng-segment-editor.ng-isolate-scope .py-xl-2{padding-bottom:.5rem!important}div[class*=FloatingMenu__] .pl-xl-2,div[class*=FloatingMenu__] .px-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .pl-xl-2,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-2,ui-ng-date-time-picker.ng-isolate-scope .pl-xl-2,ui-ng-date-time-picker.ng-isolate-scope .px-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .pl-xl-2,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .pl-xl-2,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-2,ui-ng-segment-editor.ng-isolate-scope .pl-xl-2,ui-ng-segment-editor.ng-isolate-scope .px-xl-2{padding-left:.5rem!important}div[class*=FloatingMenu__] .p-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .p-xl-3,ui-ng-date-time-picker.ng-isolate-scope .p-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .p-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .p-xl-3,ui-ng-segment-editor.ng-isolate-scope .p-xl-3{padding:1rem!important}div[class*=FloatingMenu__] .pt-xl-3,div[class*=FloatingMenu__] .py-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .pt-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-3,ui-ng-date-time-picker.ng-isolate-scope .pt-xl-3,ui-ng-date-time-picker.ng-isolate-scope .py-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .pt-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .pt-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-3,ui-ng-segment-editor.ng-isolate-scope .pt-xl-3,ui-ng-segment-editor.ng-isolate-scope .py-xl-3{padding-top:1rem!important}div[class*=FloatingMenu__] .pr-xl-3,div[class*=FloatingMenu__] .px-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .pr-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-3,ui-ng-date-time-picker.ng-isolate-scope .pr-xl-3,ui-ng-date-time-picker.ng-isolate-scope .px-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .pr-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .pr-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-3,ui-ng-segment-editor.ng-isolate-scope .pr-xl-3,ui-ng-segment-editor.ng-isolate-scope .px-xl-3{padding-right:1rem!important}div[class*=FloatingMenu__] .pb-xl-3,div[class*=FloatingMenu__] .py-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .pb-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-3,ui-ng-date-time-picker.ng-isolate-scope .pb-xl-3,ui-ng-date-time-picker.ng-isolate-scope .py-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .pb-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .pb-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-3,ui-ng-segment-editor.ng-isolate-scope .pb-xl-3,ui-ng-segment-editor.ng-isolate-scope .py-xl-3{padding-bottom:1rem!important}div[class*=FloatingMenu__] .pl-xl-3,div[class*=FloatingMenu__] .px-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .pl-xl-3,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-3,ui-ng-date-time-picker.ng-isolate-scope .pl-xl-3,ui-ng-date-time-picker.ng-isolate-scope .px-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .pl-xl-3,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .pl-xl-3,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-3,ui-ng-segment-editor.ng-isolate-scope .pl-xl-3,ui-ng-segment-editor.ng-isolate-scope .px-xl-3{padding-left:1rem!important}div[class*=FloatingMenu__] .p-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .p-xl-4,ui-ng-date-time-picker.ng-isolate-scope .p-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .p-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .p-xl-4,ui-ng-segment-editor.ng-isolate-scope .p-xl-4{padding:1.5rem!important}div[class*=FloatingMenu__] .pt-xl-4,div[class*=FloatingMenu__] .py-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .pt-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-4,ui-ng-date-time-picker.ng-isolate-scope .pt-xl-4,ui-ng-date-time-picker.ng-isolate-scope .py-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .pt-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .pt-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-4,ui-ng-segment-editor.ng-isolate-scope .pt-xl-4,ui-ng-segment-editor.ng-isolate-scope .py-xl-4{padding-top:1.5rem!important}div[class*=FloatingMenu__] .pr-xl-4,div[class*=FloatingMenu__] .px-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .pr-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-4,ui-ng-date-time-picker.ng-isolate-scope .pr-xl-4,ui-ng-date-time-picker.ng-isolate-scope .px-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .pr-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .pr-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-4,ui-ng-segment-editor.ng-isolate-scope .pr-xl-4,ui-ng-segment-editor.ng-isolate-scope .px-xl-4{padding-right:1.5rem!important}div[class*=FloatingMenu__] .pb-xl-4,div[class*=FloatingMenu__] .py-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .pb-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-4,ui-ng-date-time-picker.ng-isolate-scope .pb-xl-4,ui-ng-date-time-picker.ng-isolate-scope .py-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .pb-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .pb-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-4,ui-ng-segment-editor.ng-isolate-scope .pb-xl-4,ui-ng-segment-editor.ng-isolate-scope .py-xl-4{padding-bottom:1.5rem!important}div[class*=FloatingMenu__] .pl-xl-4,div[class*=FloatingMenu__] .px-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .pl-xl-4,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-4,ui-ng-date-time-picker.ng-isolate-scope .pl-xl-4,ui-ng-date-time-picker.ng-isolate-scope .px-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .pl-xl-4,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .pl-xl-4,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-4,ui-ng-segment-editor.ng-isolate-scope .pl-xl-4,ui-ng-segment-editor.ng-isolate-scope .px-xl-4{padding-left:1.5rem!important}div[class*=FloatingMenu__] .p-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .p-xl-5,ui-ng-date-time-picker.ng-isolate-scope .p-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .p-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .p-xl-5,ui-ng-segment-editor.ng-isolate-scope .p-xl-5{padding:3rem!important}div[class*=FloatingMenu__] .pt-xl-5,div[class*=FloatingMenu__] .py-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .pt-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-5,ui-ng-date-time-picker.ng-isolate-scope .pt-xl-5,ui-ng-date-time-picker.ng-isolate-scope .py-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .pt-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .pt-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-5,ui-ng-segment-editor.ng-isolate-scope .pt-xl-5,ui-ng-segment-editor.ng-isolate-scope .py-xl-5{padding-top:3rem!important}div[class*=FloatingMenu__] .pr-xl-5,div[class*=FloatingMenu__] .px-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .pr-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-5,ui-ng-date-time-picker.ng-isolate-scope .pr-xl-5,ui-ng-date-time-picker.ng-isolate-scope .px-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .pr-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .pr-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-5,ui-ng-segment-editor.ng-isolate-scope .pr-xl-5,ui-ng-segment-editor.ng-isolate-scope .px-xl-5{padding-right:3rem!important}div[class*=FloatingMenu__] .pb-xl-5,div[class*=FloatingMenu__] .py-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .pb-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .py-xl-5,ui-ng-date-time-picker.ng-isolate-scope .pb-xl-5,ui-ng-date-time-picker.ng-isolate-scope .py-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .pb-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .py-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .pb-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .py-xl-5,ui-ng-segment-editor.ng-isolate-scope .pb-xl-5,ui-ng-segment-editor.ng-isolate-scope .py-xl-5{padding-bottom:3rem!important}div[class*=FloatingMenu__] .pl-xl-5,div[class*=FloatingMenu__] .px-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .pl-xl-5,ui-ng-add-rule-menu.ng-isolate-scope .px-xl-5,ui-ng-date-time-picker.ng-isolate-scope .pl-xl-5,ui-ng-date-time-picker.ng-isolate-scope .px-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .pl-xl-5,ui-ng-gear-schema-form.ng-isolate-scope .px-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .pl-xl-5,ui-ng-open-time-email-editor.ng-isolate-scope .px-xl-5,ui-ng-segment-editor.ng-isolate-scope .pl-xl-5,ui-ng-segment-editor.ng-isolate-scope .px-xl-5{padding-left:3rem!important}div[class*=FloatingMenu__] .m-xl-n1,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-n1,ui-ng-date-time-picker.ng-isolate-scope .m-xl-n1,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-n1,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-n1,ui-ng-segment-editor.ng-isolate-scope .m-xl-n1{margin:-.25rem!important}div[class*=FloatingMenu__] .mt-xl-n1,div[class*=FloatingMenu__] .my-xl-n1,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-n1,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-n1,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-n1,ui-ng-date-time-picker.ng-isolate-scope .my-xl-n1,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-n1,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-n1,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-n1,ui-ng-segment-editor.ng-isolate-scope .mt-xl-n1,ui-ng-segment-editor.ng-isolate-scope .my-xl-n1{margin-top:-.25rem!important}div[class*=FloatingMenu__] .mr-xl-n1,div[class*=FloatingMenu__] .mx-xl-n1,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-n1,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-n1,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-n1,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-n1,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-n1,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-n1,ui-ng-segment-editor.ng-isolate-scope .mr-xl-n1,ui-ng-segment-editor.ng-isolate-scope .mx-xl-n1{margin-right:-.25rem!important}div[class*=FloatingMenu__] .mb-xl-n1,div[class*=FloatingMenu__] .my-xl-n1,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-n1,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-n1,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-n1,ui-ng-date-time-picker.ng-isolate-scope .my-xl-n1,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-n1,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-n1,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-n1,ui-ng-segment-editor.ng-isolate-scope .mb-xl-n1,ui-ng-segment-editor.ng-isolate-scope .my-xl-n1{margin-bottom:-.25rem!important}div[class*=FloatingMenu__] .ml-xl-n1,div[class*=FloatingMenu__] .mx-xl-n1,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-n1,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-n1,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-n1,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-n1,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-n1,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-n1,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-n1,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-n1,ui-ng-segment-editor.ng-isolate-scope .ml-xl-n1,ui-ng-segment-editor.ng-isolate-scope .mx-xl-n1{margin-left:-.25rem!important}div[class*=FloatingMenu__] .m-xl-n2,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-n2,ui-ng-date-time-picker.ng-isolate-scope .m-xl-n2,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-n2,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-n2,ui-ng-segment-editor.ng-isolate-scope .m-xl-n2{margin:-.5rem!important}div[class*=FloatingMenu__] .mt-xl-n2,div[class*=FloatingMenu__] .my-xl-n2,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-n2,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-n2,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-n2,ui-ng-date-time-picker.ng-isolate-scope .my-xl-n2,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-n2,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-n2,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-n2,ui-ng-segment-editor.ng-isolate-scope .mt-xl-n2,ui-ng-segment-editor.ng-isolate-scope .my-xl-n2{margin-top:-.5rem!important}div[class*=FloatingMenu__] .mr-xl-n2,div[class*=FloatingMenu__] .mx-xl-n2,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-n2,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-n2,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-n2,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-n2,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-n2,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-n2,ui-ng-segment-editor.ng-isolate-scope .mr-xl-n2,ui-ng-segment-editor.ng-isolate-scope .mx-xl-n2{margin-right:-.5rem!important}div[class*=FloatingMenu__] .mb-xl-n2,div[class*=FloatingMenu__] .my-xl-n2,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-n2,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-n2,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-n2,ui-ng-date-time-picker.ng-isolate-scope .my-xl-n2,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-n2,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-n2,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-n2,ui-ng-segment-editor.ng-isolate-scope .mb-xl-n2,ui-ng-segment-editor.ng-isolate-scope .my-xl-n2{margin-bottom:-.5rem!important}div[class*=FloatingMenu__] .ml-xl-n2,div[class*=FloatingMenu__] .mx-xl-n2,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-n2,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-n2,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-n2,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-n2,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-n2,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-n2,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-n2,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-n2,ui-ng-segment-editor.ng-isolate-scope .ml-xl-n2,ui-ng-segment-editor.ng-isolate-scope .mx-xl-n2{margin-left:-.5rem!important}div[class*=FloatingMenu__] .m-xl-n3,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-n3,ui-ng-date-time-picker.ng-isolate-scope .m-xl-n3,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-n3,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-n3,ui-ng-segment-editor.ng-isolate-scope .m-xl-n3{margin:-1rem!important}div[class*=FloatingMenu__] .mt-xl-n3,div[class*=FloatingMenu__] .my-xl-n3,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-n3,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-n3,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-n3,ui-ng-date-time-picker.ng-isolate-scope .my-xl-n3,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-n3,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-n3,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-n3,ui-ng-segment-editor.ng-isolate-scope .mt-xl-n3,ui-ng-segment-editor.ng-isolate-scope .my-xl-n3{margin-top:-1rem!important}div[class*=FloatingMenu__] .mr-xl-n3,div[class*=FloatingMenu__] .mx-xl-n3,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-n3,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-n3,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-n3,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-n3,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-n3,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-n3,ui-ng-segment-editor.ng-isolate-scope .mr-xl-n3,ui-ng-segment-editor.ng-isolate-scope .mx-xl-n3{margin-right:-1rem!important}div[class*=FloatingMenu__] .mb-xl-n3,div[class*=FloatingMenu__] .my-xl-n3,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-n3,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-n3,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-n3,ui-ng-date-time-picker.ng-isolate-scope .my-xl-n3,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-n3,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-n3,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-n3,ui-ng-segment-editor.ng-isolate-scope .mb-xl-n3,ui-ng-segment-editor.ng-isolate-scope .my-xl-n3{margin-bottom:-1rem!important}div[class*=FloatingMenu__] .ml-xl-n3,div[class*=FloatingMenu__] .mx-xl-n3,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-n3,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-n3,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-n3,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-n3,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-n3,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-n3,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-n3,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-n3,ui-ng-segment-editor.ng-isolate-scope .ml-xl-n3,ui-ng-segment-editor.ng-isolate-scope .mx-xl-n3{margin-left:-1rem!important}div[class*=FloatingMenu__] .m-xl-n4,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-n4,ui-ng-date-time-picker.ng-isolate-scope .m-xl-n4,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-n4,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-n4,ui-ng-segment-editor.ng-isolate-scope .m-xl-n4{margin:-1.5rem!important}div[class*=FloatingMenu__] .mt-xl-n4,div[class*=FloatingMenu__] .my-xl-n4,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-n4,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-n4,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-n4,ui-ng-date-time-picker.ng-isolate-scope .my-xl-n4,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-n4,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-n4,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-n4,ui-ng-segment-editor.ng-isolate-scope .mt-xl-n4,ui-ng-segment-editor.ng-isolate-scope .my-xl-n4{margin-top:-1.5rem!important}div[class*=FloatingMenu__] .mr-xl-n4,div[class*=FloatingMenu__] .mx-xl-n4,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-n4,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-n4,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-n4,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-n4,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-n4,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-n4,ui-ng-segment-editor.ng-isolate-scope .mr-xl-n4,ui-ng-segment-editor.ng-isolate-scope .mx-xl-n4{margin-right:-1.5rem!important}div[class*=FloatingMenu__] .mb-xl-n4,div[class*=FloatingMenu__] .my-xl-n4,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-n4,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-n4,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-n4,ui-ng-date-time-picker.ng-isolate-scope .my-xl-n4,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-n4,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-n4,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-n4,ui-ng-segment-editor.ng-isolate-scope .mb-xl-n4,ui-ng-segment-editor.ng-isolate-scope .my-xl-n4{margin-bottom:-1.5rem!important}div[class*=FloatingMenu__] .ml-xl-n4,div[class*=FloatingMenu__] .mx-xl-n4,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-n4,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-n4,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-n4,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-n4,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-n4,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-n4,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-n4,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-n4,ui-ng-segment-editor.ng-isolate-scope .ml-xl-n4,ui-ng-segment-editor.ng-isolate-scope .mx-xl-n4{margin-left:-1.5rem!important}div[class*=FloatingMenu__] .m-xl-n5,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-n5,ui-ng-date-time-picker.ng-isolate-scope .m-xl-n5,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-n5,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-n5,ui-ng-segment-editor.ng-isolate-scope .m-xl-n5{margin:-3rem!important}div[class*=FloatingMenu__] .mt-xl-n5,div[class*=FloatingMenu__] .my-xl-n5,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-n5,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-n5,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-n5,ui-ng-date-time-picker.ng-isolate-scope .my-xl-n5,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-n5,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-n5,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-n5,ui-ng-segment-editor.ng-isolate-scope .mt-xl-n5,ui-ng-segment-editor.ng-isolate-scope .my-xl-n5{margin-top:-3rem!important}div[class*=FloatingMenu__] .mr-xl-n5,div[class*=FloatingMenu__] .mx-xl-n5,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-n5,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-n5,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-n5,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-n5,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-n5,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-n5,ui-ng-segment-editor.ng-isolate-scope .mr-xl-n5,ui-ng-segment-editor.ng-isolate-scope .mx-xl-n5{margin-right:-3rem!important}div[class*=FloatingMenu__] .mb-xl-n5,div[class*=FloatingMenu__] .my-xl-n5,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-n5,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-n5,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-n5,ui-ng-date-time-picker.ng-isolate-scope .my-xl-n5,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-n5,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-n5,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-n5,ui-ng-segment-editor.ng-isolate-scope .mb-xl-n5,ui-ng-segment-editor.ng-isolate-scope .my-xl-n5{margin-bottom:-3rem!important}div[class*=FloatingMenu__] .ml-xl-n5,div[class*=FloatingMenu__] .mx-xl-n5,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-n5,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-n5,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-n5,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-n5,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-n5,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-n5,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-n5,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-n5,ui-ng-segment-editor.ng-isolate-scope .ml-xl-n5,ui-ng-segment-editor.ng-isolate-scope .mx-xl-n5{margin-left:-3rem!important}div[class*=FloatingMenu__] .m-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .m-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .m-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .m-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .m-xl-auto,ui-ng-segment-editor.ng-isolate-scope .m-xl-auto{margin:auto!important}div[class*=FloatingMenu__] .mt-xl-auto,div[class*=FloatingMenu__] .my-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .mt-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .mt-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .my-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .mt-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mt-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-auto,ui-ng-segment-editor.ng-isolate-scope .mt-xl-auto,ui-ng-segment-editor.ng-isolate-scope .my-xl-auto{margin-top:auto!important}div[class*=FloatingMenu__] .mr-xl-auto,div[class*=FloatingMenu__] .mx-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .mr-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .mr-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .mr-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mr-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-auto,ui-ng-segment-editor.ng-isolate-scope .mr-xl-auto,ui-ng-segment-editor.ng-isolate-scope .mx-xl-auto{margin-right:auto!important}div[class*=FloatingMenu__] .mb-xl-auto,div[class*=FloatingMenu__] .my-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .mb-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .my-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .mb-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .my-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .mb-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .my-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mb-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .my-xl-auto,ui-ng-segment-editor.ng-isolate-scope .mb-xl-auto,ui-ng-segment-editor.ng-isolate-scope .my-xl-auto{margin-bottom:auto!important}div[class*=FloatingMenu__] .ml-xl-auto,div[class*=FloatingMenu__] .mx-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .ml-xl-auto,ui-ng-add-rule-menu.ng-isolate-scope .mx-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .ml-xl-auto,ui-ng-date-time-picker.ng-isolate-scope .mx-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .ml-xl-auto,ui-ng-gear-schema-form.ng-isolate-scope .mx-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .ml-xl-auto,ui-ng-open-time-email-editor.ng-isolate-scope .mx-xl-auto,ui-ng-segment-editor.ng-isolate-scope .ml-xl-auto,ui-ng-segment-editor.ng-isolate-scope .mx-xl-auto{margin-left:auto!important}}div[class*=FloatingMenu__] .text-monospace,ui-ng-add-rule-menu.ng-isolate-scope .text-monospace,ui-ng-date-time-picker.ng-isolate-scope .text-monospace,ui-ng-gear-schema-form.ng-isolate-scope .text-monospace,ui-ng-open-time-email-editor.ng-isolate-scope .text-monospace,ui-ng-segment-editor.ng-isolate-scope .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}div[class*=FloatingMenu__] .text-justify,ui-ng-add-rule-menu.ng-isolate-scope .text-justify,ui-ng-date-time-picker.ng-isolate-scope .text-justify,ui-ng-gear-schema-form.ng-isolate-scope .text-justify,ui-ng-open-time-email-editor.ng-isolate-scope .text-justify,ui-ng-segment-editor.ng-isolate-scope .text-justify{text-align:justify!important}div[class*=FloatingMenu__] .text-wrap,ui-ng-add-rule-menu.ng-isolate-scope .text-wrap,ui-ng-date-time-picker.ng-isolate-scope .text-wrap,ui-ng-gear-schema-form.ng-isolate-scope .text-wrap,ui-ng-open-time-email-editor.ng-isolate-scope .text-wrap,ui-ng-segment-editor.ng-isolate-scope .text-wrap{white-space:normal!important}div[class*=FloatingMenu__] .text-nowrap,ui-ng-add-rule-menu.ng-isolate-scope .text-nowrap,ui-ng-date-time-picker.ng-isolate-scope .text-nowrap,ui-ng-gear-schema-form.ng-isolate-scope .text-nowrap,ui-ng-open-time-email-editor.ng-isolate-scope .text-nowrap,ui-ng-segment-editor.ng-isolate-scope .text-nowrap{white-space:nowrap!important}div[class*=FloatingMenu__] .text-truncate,ui-ng-add-rule-menu.ng-isolate-scope .text-truncate,ui-ng-date-time-picker.ng-isolate-scope .text-truncate,ui-ng-gear-schema-form.ng-isolate-scope .text-truncate,ui-ng-open-time-email-editor.ng-isolate-scope .text-truncate,ui-ng-segment-editor.ng-isolate-scope .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div[class*=FloatingMenu__] .text-left,ui-ng-add-rule-menu.ng-isolate-scope .text-left,ui-ng-date-time-picker.ng-isolate-scope .text-left,ui-ng-gear-schema-form.ng-isolate-scope .text-left,ui-ng-open-time-email-editor.ng-isolate-scope .text-left,ui-ng-segment-editor.ng-isolate-scope .text-left{text-align:left!important}div[class*=FloatingMenu__] .text-right,ui-ng-add-rule-menu.ng-isolate-scope .text-right,ui-ng-date-time-picker.ng-isolate-scope .text-right,ui-ng-gear-schema-form.ng-isolate-scope .text-right,ui-ng-open-time-email-editor.ng-isolate-scope .text-right,ui-ng-segment-editor.ng-isolate-scope .text-right{text-align:right!important}div[class*=FloatingMenu__] .text-center,ui-ng-add-rule-menu.ng-isolate-scope .text-center,ui-ng-date-time-picker.ng-isolate-scope .text-center,ui-ng-gear-schema-form.ng-isolate-scope .text-center,ui-ng-open-time-email-editor.ng-isolate-scope .text-center,ui-ng-segment-editor.ng-isolate-scope .text-center{text-align:center!important}@media (min-width:576px){div[class*=FloatingMenu__] .text-sm-left,ui-ng-add-rule-menu.ng-isolate-scope .text-sm-left,ui-ng-date-time-picker.ng-isolate-scope .text-sm-left,ui-ng-gear-schema-form.ng-isolate-scope .text-sm-left,ui-ng-open-time-email-editor.ng-isolate-scope .text-sm-left,ui-ng-segment-editor.ng-isolate-scope .text-sm-left{text-align:left!important}div[class*=FloatingMenu__] .text-sm-right,ui-ng-add-rule-menu.ng-isolate-scope .text-sm-right,ui-ng-date-time-picker.ng-isolate-scope .text-sm-right,ui-ng-gear-schema-form.ng-isolate-scope .text-sm-right,ui-ng-open-time-email-editor.ng-isolate-scope .text-sm-right,ui-ng-segment-editor.ng-isolate-scope .text-sm-right{text-align:right!important}div[class*=FloatingMenu__] .text-sm-center,ui-ng-add-rule-menu.ng-isolate-scope .text-sm-center,ui-ng-date-time-picker.ng-isolate-scope .text-sm-center,ui-ng-gear-schema-form.ng-isolate-scope .text-sm-center,ui-ng-open-time-email-editor.ng-isolate-scope .text-sm-center,ui-ng-segment-editor.ng-isolate-scope .text-sm-center{text-align:center!important}}@media (min-width:768px){div[class*=FloatingMenu__] .text-md-left,ui-ng-add-rule-menu.ng-isolate-scope .text-md-left,ui-ng-date-time-picker.ng-isolate-scope .text-md-left,ui-ng-gear-schema-form.ng-isolate-scope .text-md-left,ui-ng-open-time-email-editor.ng-isolate-scope .text-md-left,ui-ng-segment-editor.ng-isolate-scope .text-md-left{text-align:left!important}div[class*=FloatingMenu__] .text-md-right,ui-ng-add-rule-menu.ng-isolate-scope .text-md-right,ui-ng-date-time-picker.ng-isolate-scope .text-md-right,ui-ng-gear-schema-form.ng-isolate-scope .text-md-right,ui-ng-open-time-email-editor.ng-isolate-scope .text-md-right,ui-ng-segment-editor.ng-isolate-scope .text-md-right{text-align:right!important}div[class*=FloatingMenu__] .text-md-center,ui-ng-add-rule-menu.ng-isolate-scope .text-md-center,ui-ng-date-time-picker.ng-isolate-scope .text-md-center,ui-ng-gear-schema-form.ng-isolate-scope .text-md-center,ui-ng-open-time-email-editor.ng-isolate-scope .text-md-center,ui-ng-segment-editor.ng-isolate-scope .text-md-center{text-align:center!important}}@media (min-width:992px){div[class*=FloatingMenu__] .text-lg-left,ui-ng-add-rule-menu.ng-isolate-scope .text-lg-left,ui-ng-date-time-picker.ng-isolate-scope .text-lg-left,ui-ng-gear-schema-form.ng-isolate-scope .text-lg-left,ui-ng-open-time-email-editor.ng-isolate-scope .text-lg-left,ui-ng-segment-editor.ng-isolate-scope .text-lg-left{text-align:left!important}div[class*=FloatingMenu__] .text-lg-right,ui-ng-add-rule-menu.ng-isolate-scope .text-lg-right,ui-ng-date-time-picker.ng-isolate-scope .text-lg-right,ui-ng-gear-schema-form.ng-isolate-scope .text-lg-right,ui-ng-open-time-email-editor.ng-isolate-scope .text-lg-right,ui-ng-segment-editor.ng-isolate-scope .text-lg-right{text-align:right!important}div[class*=FloatingMenu__] .text-lg-center,ui-ng-add-rule-menu.ng-isolate-scope .text-lg-center,ui-ng-date-time-picker.ng-isolate-scope .text-lg-center,ui-ng-gear-schema-form.ng-isolate-scope .text-lg-center,ui-ng-open-time-email-editor.ng-isolate-scope .text-lg-center,ui-ng-segment-editor.ng-isolate-scope .text-lg-center{text-align:center!important}}@media (min-width:1200px){div[class*=FloatingMenu__] .text-xl-left,ui-ng-add-rule-menu.ng-isolate-scope .text-xl-left,ui-ng-date-time-picker.ng-isolate-scope .text-xl-left,ui-ng-gear-schema-form.ng-isolate-scope .text-xl-left,ui-ng-open-time-email-editor.ng-isolate-scope .text-xl-left,ui-ng-segment-editor.ng-isolate-scope .text-xl-left{text-align:left!important}div[class*=FloatingMenu__] .text-xl-right,ui-ng-add-rule-menu.ng-isolate-scope .text-xl-right,ui-ng-date-time-picker.ng-isolate-scope .text-xl-right,ui-ng-gear-schema-form.ng-isolate-scope .text-xl-right,ui-ng-open-time-email-editor.ng-isolate-scope .text-xl-right,ui-ng-segment-editor.ng-isolate-scope .text-xl-right{text-align:right!important}div[class*=FloatingMenu__] .text-xl-center,ui-ng-add-rule-menu.ng-isolate-scope .text-xl-center,ui-ng-date-time-picker.ng-isolate-scope .text-xl-center,ui-ng-gear-schema-form.ng-isolate-scope .text-xl-center,ui-ng-open-time-email-editor.ng-isolate-scope .text-xl-center,ui-ng-segment-editor.ng-isolate-scope .text-xl-center{text-align:center!important}}div[class*=FloatingMenu__] .text-lowercase,ui-ng-add-rule-menu.ng-isolate-scope .text-lowercase,ui-ng-date-time-picker.ng-isolate-scope .text-lowercase,ui-ng-gear-schema-form.ng-isolate-scope .text-lowercase,ui-ng-open-time-email-editor.ng-isolate-scope .text-lowercase,ui-ng-segment-editor.ng-isolate-scope .text-lowercase{text-transform:lowercase!important}div[class*=FloatingMenu__] .text-uppercase,ui-ng-add-rule-menu.ng-isolate-scope .text-uppercase,ui-ng-date-time-picker.ng-isolate-scope .text-uppercase,ui-ng-gear-schema-form.ng-isolate-scope .text-uppercase,ui-ng-open-time-email-editor.ng-isolate-scope .text-uppercase,ui-ng-segment-editor.ng-isolate-scope .text-uppercase{text-transform:uppercase!important}div[class*=FloatingMenu__] .text-capitalize,ui-ng-add-rule-menu.ng-isolate-scope .text-capitalize,ui-ng-date-time-picker.ng-isolate-scope .text-capitalize,ui-ng-gear-schema-form.ng-isolate-scope .text-capitalize,ui-ng-open-time-email-editor.ng-isolate-scope .text-capitalize,ui-ng-segment-editor.ng-isolate-scope .text-capitalize{text-transform:capitalize!important}div[class*=FloatingMenu__] .font-weight-light,ui-ng-add-rule-menu.ng-isolate-scope .font-weight-light,ui-ng-date-time-picker.ng-isolate-scope .font-weight-light,ui-ng-gear-schema-form.ng-isolate-scope .font-weight-light,ui-ng-open-time-email-editor.ng-isolate-scope .font-weight-light,ui-ng-segment-editor.ng-isolate-scope .font-weight-light{font-weight:300!important}div[class*=FloatingMenu__] .font-weight-lighter,ui-ng-add-rule-menu.ng-isolate-scope .font-weight-lighter,ui-ng-date-time-picker.ng-isolate-scope .font-weight-lighter,ui-ng-gear-schema-form.ng-isolate-scope .font-weight-lighter,ui-ng-open-time-email-editor.ng-isolate-scope .font-weight-lighter,ui-ng-segment-editor.ng-isolate-scope .font-weight-lighter{font-weight:lighter!important}div[class*=FloatingMenu__] .font-weight-normal,ui-ng-add-rule-menu.ng-isolate-scope .font-weight-normal,ui-ng-date-time-picker.ng-isolate-scope .font-weight-normal,ui-ng-gear-schema-form.ng-isolate-scope .font-weight-normal,ui-ng-open-time-email-editor.ng-isolate-scope .font-weight-normal,ui-ng-segment-editor.ng-isolate-scope .font-weight-normal{font-weight:400!important}div[class*=FloatingMenu__] .font-weight-bold,ui-ng-add-rule-menu.ng-isolate-scope .font-weight-bold,ui-ng-date-time-picker.ng-isolate-scope .font-weight-bold,ui-ng-gear-schema-form.ng-isolate-scope .font-weight-bold,ui-ng-open-time-email-editor.ng-isolate-scope .font-weight-bold,ui-ng-segment-editor.ng-isolate-scope .font-weight-bold{font-weight:700!important}div[class*=FloatingMenu__] .font-weight-bolder,ui-ng-add-rule-menu.ng-isolate-scope .font-weight-bolder,ui-ng-date-time-picker.ng-isolate-scope .font-weight-bolder,ui-ng-gear-schema-form.ng-isolate-scope .font-weight-bolder,ui-ng-open-time-email-editor.ng-isolate-scope .font-weight-bolder,ui-ng-segment-editor.ng-isolate-scope .font-weight-bolder{font-weight:bolder!important}div[class*=FloatingMenu__] .font-italic,ui-ng-add-rule-menu.ng-isolate-scope .font-italic,ui-ng-date-time-picker.ng-isolate-scope .font-italic,ui-ng-gear-schema-form.ng-isolate-scope .font-italic,ui-ng-open-time-email-editor.ng-isolate-scope .font-italic,ui-ng-segment-editor.ng-isolate-scope .font-italic{font-style:italic!important}div[class*=FloatingMenu__] .text-white,ui-ng-add-rule-menu.ng-isolate-scope .text-white,ui-ng-date-time-picker.ng-isolate-scope .text-white,ui-ng-gear-schema-form.ng-isolate-scope .text-white,ui-ng-open-time-email-editor.ng-isolate-scope .text-white,ui-ng-segment-editor.ng-isolate-scope .text-white{color:#fff!important}div[class*=FloatingMenu__] .text-primary,ui-ng-add-rule-menu.ng-isolate-scope .text-primary,ui-ng-date-time-picker.ng-isolate-scope .text-primary,ui-ng-gear-schema-form.ng-isolate-scope .text-primary,ui-ng-open-time-email-editor.ng-isolate-scope .text-primary,ui-ng-segment-editor.ng-isolate-scope .text-primary{color:#0095da!important}div[class*=FloatingMenu__] a.text-primary:focus,div[class*=FloatingMenu__] a.text-primary:hover,ui-ng-add-rule-menu.ng-isolate-scope a.text-primary:focus,ui-ng-add-rule-menu.ng-isolate-scope a.text-primary:hover,ui-ng-date-time-picker.ng-isolate-scope a.text-primary:focus,ui-ng-date-time-picker.ng-isolate-scope a.text-primary:hover,ui-ng-gear-schema-form.ng-isolate-scope a.text-primary:focus,ui-ng-gear-schema-form.ng-isolate-scope a.text-primary:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.text-primary:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.text-primary:hover,ui-ng-segment-editor.ng-isolate-scope a.text-primary:focus,ui-ng-segment-editor.ng-isolate-scope a.text-primary:hover{color:#00618e!important}div[class*=FloatingMenu__] .text-secondary,ui-ng-add-rule-menu.ng-isolate-scope .text-secondary,ui-ng-date-time-picker.ng-isolate-scope .text-secondary,ui-ng-gear-schema-form.ng-isolate-scope .text-secondary,ui-ng-open-time-email-editor.ng-isolate-scope .text-secondary,ui-ng-segment-editor.ng-isolate-scope .text-secondary{color:#606060!important}div[class*=FloatingMenu__] a.text-secondary:focus,div[class*=FloatingMenu__] a.text-secondary:hover,ui-ng-add-rule-menu.ng-isolate-scope a.text-secondary:focus,ui-ng-add-rule-menu.ng-isolate-scope a.text-secondary:hover,ui-ng-date-time-picker.ng-isolate-scope a.text-secondary:focus,ui-ng-date-time-picker.ng-isolate-scope a.text-secondary:hover,ui-ng-gear-schema-form.ng-isolate-scope a.text-secondary:focus,ui-ng-gear-schema-form.ng-isolate-scope a.text-secondary:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.text-secondary:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.text-secondary:hover,ui-ng-segment-editor.ng-isolate-scope a.text-secondary:focus,ui-ng-segment-editor.ng-isolate-scope a.text-secondary:hover{color:#3a3a3a!important}div[class*=FloatingMenu__] .text-success,ui-ng-add-rule-menu.ng-isolate-scope .text-success,ui-ng-date-time-picker.ng-isolate-scope .text-success,ui-ng-gear-schema-form.ng-isolate-scope .text-success,ui-ng-open-time-email-editor.ng-isolate-scope .text-success,ui-ng-segment-editor.ng-isolate-scope .text-success{color:#82c135!important}div[class*=FloatingMenu__] a.text-success:focus,div[class*=FloatingMenu__] a.text-success:hover,ui-ng-add-rule-menu.ng-isolate-scope a.text-success:focus,ui-ng-add-rule-menu.ng-isolate-scope a.text-success:hover,ui-ng-date-time-picker.ng-isolate-scope a.text-success:focus,ui-ng-date-time-picker.ng-isolate-scope a.text-success:hover,ui-ng-gear-schema-form.ng-isolate-scope a.text-success:focus,ui-ng-gear-schema-form.ng-isolate-scope a.text-success:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.text-success:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.text-success:hover,ui-ng-segment-editor.ng-isolate-scope a.text-success:focus,ui-ng-segment-editor.ng-isolate-scope a.text-success:hover{color:#5a8525!important}div[class*=FloatingMenu__] .text-info,ui-ng-add-rule-menu.ng-isolate-scope .text-info,ui-ng-date-time-picker.ng-isolate-scope .text-info,ui-ng-gear-schema-form.ng-isolate-scope .text-info,ui-ng-open-time-email-editor.ng-isolate-scope .text-info,ui-ng-segment-editor.ng-isolate-scope .text-info{color:#53b8e6!important}div[class*=FloatingMenu__] a.text-info:focus,div[class*=FloatingMenu__] a.text-info:hover,ui-ng-add-rule-menu.ng-isolate-scope a.text-info:focus,ui-ng-add-rule-menu.ng-isolate-scope a.text-info:hover,ui-ng-date-time-picker.ng-isolate-scope a.text-info:focus,ui-ng-date-time-picker.ng-isolate-scope a.text-info:hover,ui-ng-gear-schema-form.ng-isolate-scope a.text-info:focus,ui-ng-gear-schema-form.ng-isolate-scope a.text-info:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.text-info:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.text-info:hover,ui-ng-segment-editor.ng-isolate-scope a.text-info:focus,ui-ng-segment-editor.ng-isolate-scope a.text-info:hover{color:#1e97ce!important}div[class*=FloatingMenu__] .text-warning,ui-ng-add-rule-menu.ng-isolate-scope .text-warning,ui-ng-date-time-picker.ng-isolate-scope .text-warning,ui-ng-gear-schema-form.ng-isolate-scope .text-warning,ui-ng-open-time-email-editor.ng-isolate-scope .text-warning,ui-ng-segment-editor.ng-isolate-scope .text-warning{color:#ff9600!important}div[class*=FloatingMenu__] a.text-warning:focus,div[class*=FloatingMenu__] a.text-warning:hover,ui-ng-add-rule-menu.ng-isolate-scope a.text-warning:focus,ui-ng-add-rule-menu.ng-isolate-scope a.text-warning:hover,ui-ng-date-time-picker.ng-isolate-scope a.text-warning:focus,ui-ng-date-time-picker.ng-isolate-scope a.text-warning:hover,ui-ng-gear-schema-form.ng-isolate-scope a.text-warning:focus,ui-ng-gear-schema-form.ng-isolate-scope a.text-warning:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.text-warning:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.text-warning:hover,ui-ng-segment-editor.ng-isolate-scope a.text-warning:focus,ui-ng-segment-editor.ng-isolate-scope a.text-warning:hover{color:#b36900!important}div[class*=FloatingMenu__] .text-danger,ui-ng-add-rule-menu.ng-isolate-scope .text-danger,ui-ng-date-time-picker.ng-isolate-scope .text-danger,ui-ng-gear-schema-form.ng-isolate-scope .text-danger,ui-ng-open-time-email-editor.ng-isolate-scope .text-danger,ui-ng-segment-editor.ng-isolate-scope .text-danger{color:#dd360b!important}div[class*=FloatingMenu__] a.text-danger:focus,div[class*=FloatingMenu__] a.text-danger:hover,ui-ng-add-rule-menu.ng-isolate-scope a.text-danger:focus,ui-ng-add-rule-menu.ng-isolate-scope a.text-danger:hover,ui-ng-date-time-picker.ng-isolate-scope a.text-danger:focus,ui-ng-date-time-picker.ng-isolate-scope a.text-danger:hover,ui-ng-gear-schema-form.ng-isolate-scope a.text-danger:focus,ui-ng-gear-schema-form.ng-isolate-scope a.text-danger:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.text-danger:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.text-danger:hover,ui-ng-segment-editor.ng-isolate-scope a.text-danger:focus,ui-ng-segment-editor.ng-isolate-scope a.text-danger:hover{color:#942407!important}div[class*=FloatingMenu__] .text-light,ui-ng-add-rule-menu.ng-isolate-scope .text-light,ui-ng-date-time-picker.ng-isolate-scope .text-light,ui-ng-gear-schema-form.ng-isolate-scope .text-light,ui-ng-open-time-email-editor.ng-isolate-scope .text-light,ui-ng-segment-editor.ng-isolate-scope .text-light{color:#f5f5f5!important}div[class*=FloatingMenu__] a.text-light:focus,div[class*=FloatingMenu__] a.text-light:hover,ui-ng-add-rule-menu.ng-isolate-scope a.text-light:focus,ui-ng-add-rule-menu.ng-isolate-scope a.text-light:hover,ui-ng-date-time-picker.ng-isolate-scope a.text-light:focus,ui-ng-date-time-picker.ng-isolate-scope a.text-light:hover,ui-ng-gear-schema-form.ng-isolate-scope a.text-light:focus,ui-ng-gear-schema-form.ng-isolate-scope a.text-light:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.text-light:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.text-light:hover,ui-ng-segment-editor.ng-isolate-scope a.text-light:focus,ui-ng-segment-editor.ng-isolate-scope a.text-light:hover{color:#cfcfcf!important}div[class*=FloatingMenu__] .text-dark,ui-ng-add-rule-menu.ng-isolate-scope .text-dark,ui-ng-date-time-picker.ng-isolate-scope .text-dark,ui-ng-gear-schema-form.ng-isolate-scope .text-dark,ui-ng-open-time-email-editor.ng-isolate-scope .text-dark,ui-ng-segment-editor.ng-isolate-scope .text-dark{color:#303030!important}div[class*=FloatingMenu__] a.text-dark:focus,div[class*=FloatingMenu__] a.text-dark:hover,ui-ng-add-rule-menu.ng-isolate-scope a.text-dark:focus,ui-ng-add-rule-menu.ng-isolate-scope a.text-dark:hover,ui-ng-date-time-picker.ng-isolate-scope a.text-dark:focus,ui-ng-date-time-picker.ng-isolate-scope a.text-dark:hover,ui-ng-gear-schema-form.ng-isolate-scope a.text-dark:focus,ui-ng-gear-schema-form.ng-isolate-scope a.text-dark:hover,ui-ng-open-time-email-editor.ng-isolate-scope a.text-dark:focus,ui-ng-open-time-email-editor.ng-isolate-scope a.text-dark:hover,ui-ng-segment-editor.ng-isolate-scope a.text-dark:focus,ui-ng-segment-editor.ng-isolate-scope a.text-dark:hover{color:#0a0a0a!important}div[class*=FloatingMenu__] .text-body,ui-ng-add-rule-menu.ng-isolate-scope .text-body,ui-ng-date-time-picker.ng-isolate-scope .text-body,ui-ng-gear-schema-form.ng-isolate-scope .text-body,ui-ng-open-time-email-editor.ng-isolate-scope .text-body,ui-ng-segment-editor.ng-isolate-scope .text-body{color:#212529!important}div[class*=FloatingMenu__] .text-muted,ui-ng-add-rule-menu.ng-isolate-scope .text-muted,ui-ng-date-time-picker.ng-isolate-scope .text-muted,ui-ng-gear-schema-form.ng-isolate-scope .text-muted,ui-ng-open-time-email-editor.ng-isolate-scope .text-muted,ui-ng-segment-editor.ng-isolate-scope .text-muted{color:#6c757d!important}div[class*=FloatingMenu__] .text-black-50,ui-ng-add-rule-menu.ng-isolate-scope .text-black-50,ui-ng-date-time-picker.ng-isolate-scope .text-black-50,ui-ng-gear-schema-form.ng-isolate-scope .text-black-50,ui-ng-open-time-email-editor.ng-isolate-scope .text-black-50,ui-ng-segment-editor.ng-isolate-scope .text-black-50{color:rgba(0,0,0,.5)!important}div[class*=FloatingMenu__] .text-white-50,ui-ng-add-rule-menu.ng-isolate-scope .text-white-50,ui-ng-date-time-picker.ng-isolate-scope .text-white-50,ui-ng-gear-schema-form.ng-isolate-scope .text-white-50,ui-ng-open-time-email-editor.ng-isolate-scope .text-white-50,ui-ng-segment-editor.ng-isolate-scope .text-white-50{color:hsla(0,0%,100%,.5)!important}div[class*=FloatingMenu__] .text-hide,ui-ng-add-rule-menu.ng-isolate-scope .text-hide,ui-ng-date-time-picker.ng-isolate-scope .text-hide,ui-ng-gear-schema-form.ng-isolate-scope .text-hide,ui-ng-open-time-email-editor.ng-isolate-scope .text-hide,ui-ng-segment-editor.ng-isolate-scope .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}div[class*=FloatingMenu__] .text-decoration-none,ui-ng-add-rule-menu.ng-isolate-scope .text-decoration-none,ui-ng-date-time-picker.ng-isolate-scope .text-decoration-none,ui-ng-gear-schema-form.ng-isolate-scope .text-decoration-none,ui-ng-open-time-email-editor.ng-isolate-scope .text-decoration-none,ui-ng-segment-editor.ng-isolate-scope .text-decoration-none{text-decoration:none!important}div[class*=FloatingMenu__] .text-break,ui-ng-add-rule-menu.ng-isolate-scope .text-break,ui-ng-date-time-picker.ng-isolate-scope .text-break,ui-ng-gear-schema-form.ng-isolate-scope .text-break,ui-ng-open-time-email-editor.ng-isolate-scope .text-break,ui-ng-segment-editor.ng-isolate-scope .text-break{word-break:break-word!important;overflow-wrap:break-word!important}div[class*=FloatingMenu__] .text-reset,ui-ng-add-rule-menu.ng-isolate-scope .text-reset,ui-ng-date-time-picker.ng-isolate-scope .text-reset,ui-ng-gear-schema-form.ng-isolate-scope .text-reset,ui-ng-open-time-email-editor.ng-isolate-scope .text-reset,ui-ng-segment-editor.ng-isolate-scope .text-reset{color:inherit!important}div[class*=FloatingMenu__] .visible,ui-ng-add-rule-menu.ng-isolate-scope .visible,ui-ng-date-time-picker.ng-isolate-scope .visible,ui-ng-gear-schema-form.ng-isolate-scope .visible,ui-ng-open-time-email-editor.ng-isolate-scope .visible,ui-ng-segment-editor.ng-isolate-scope .visible{visibility:visible!important}div[class*=FloatingMenu__] .invisible,ui-ng-add-rule-menu.ng-isolate-scope .invisible,ui-ng-date-time-picker.ng-isolate-scope .invisible,ui-ng-gear-schema-form.ng-isolate-scope .invisible,ui-ng-open-time-email-editor.ng-isolate-scope .invisible,ui-ng-segment-editor.ng-isolate-scope .invisible{visibility:hidden!important}@media print{div[class*=FloatingMenu__] *,div[class*=FloatingMenu__] :after,div[class*=FloatingMenu__] :before,ui-ng-add-rule-menu.ng-isolate-scope *,ui-ng-add-rule-menu.ng-isolate-scope :after,ui-ng-add-rule-menu.ng-isolate-scope :before,ui-ng-date-time-picker.ng-isolate-scope *,ui-ng-date-time-picker.ng-isolate-scope :after,ui-ng-date-time-picker.ng-isolate-scope :before,ui-ng-gear-schema-form.ng-isolate-scope *,ui-ng-gear-schema-form.ng-isolate-scope :after,ui-ng-gear-schema-form.ng-isolate-scope :before,ui-ng-open-time-email-editor.ng-isolate-scope *,ui-ng-open-time-email-editor.ng-isolate-scope :after,ui-ng-open-time-email-editor.ng-isolate-scope :before,ui-ng-segment-editor.ng-isolate-scope *,ui-ng-segment-editor.ng-isolate-scope :after,ui-ng-segment-editor.ng-isolate-scope :before{text-shadow:none!important;box-shadow:none!important}div[class*=FloatingMenu__] a:not(.btn),ui-ng-add-rule-menu.ng-isolate-scope a:not(.btn),ui-ng-date-time-picker.ng-isolate-scope a:not(.btn),ui-ng-gear-schema-form.ng-isolate-scope a:not(.btn),ui-ng-open-time-email-editor.ng-isolate-scope a:not(.btn),ui-ng-segment-editor.ng-isolate-scope a:not(.btn){text-decoration:underline}div[class*=FloatingMenu__] abbr[title]:after,ui-ng-add-rule-menu.ng-isolate-scope abbr[title]:after,ui-ng-date-time-picker.ng-isolate-scope abbr[title]:after,ui-ng-gear-schema-form.ng-isolate-scope abbr[title]:after,ui-ng-open-time-email-editor.ng-isolate-scope abbr[title]:after,ui-ng-segment-editor.ng-isolate-scope abbr[title]:after{content:" (" attr(title) ")"}div[class*=FloatingMenu__] pre,ui-ng-add-rule-menu.ng-isolate-scope pre,ui-ng-date-time-picker.ng-isolate-scope pre,ui-ng-gear-schema-form.ng-isolate-scope pre,ui-ng-open-time-email-editor.ng-isolate-scope pre,ui-ng-segment-editor.ng-isolate-scope pre{white-space:pre-wrap!important}div[class*=FloatingMenu__] blockquote,div[class*=FloatingMenu__] pre,ui-ng-add-rule-menu.ng-isolate-scope blockquote,ui-ng-add-rule-menu.ng-isolate-scope pre,ui-ng-date-time-picker.ng-isolate-scope blockquote,ui-ng-date-time-picker.ng-isolate-scope pre,ui-ng-gear-schema-form.ng-isolate-scope blockquote,ui-ng-gear-schema-form.ng-isolate-scope pre,ui-ng-open-time-email-editor.ng-isolate-scope blockquote,ui-ng-open-time-email-editor.ng-isolate-scope pre,ui-ng-segment-editor.ng-isolate-scope blockquote,ui-ng-segment-editor.ng-isolate-scope pre{border:1px solid #adb5bd;page-break-inside:avoid}div[class*=FloatingMenu__] thead,ui-ng-add-rule-menu.ng-isolate-scope thead,ui-ng-date-time-picker.ng-isolate-scope thead,ui-ng-gear-schema-form.ng-isolate-scope thead,ui-ng-open-time-email-editor.ng-isolate-scope thead,ui-ng-segment-editor.ng-isolate-scope thead{display:table-header-group}div[class*=FloatingMenu__] img,div[class*=FloatingMenu__] tr,ui-ng-add-rule-menu.ng-isolate-scope img,ui-ng-add-rule-menu.ng-isolate-scope tr,ui-ng-date-time-picker.ng-isolate-scope img,ui-ng-date-time-picker.ng-isolate-scope tr,ui-ng-gear-schema-form.ng-isolate-scope img,ui-ng-gear-schema-form.ng-isolate-scope tr,ui-ng-open-time-email-editor.ng-isolate-scope img,ui-ng-open-time-email-editor.ng-isolate-scope tr,ui-ng-segment-editor.ng-isolate-scope img,ui-ng-segment-editor.ng-isolate-scope tr{page-break-inside:avoid}div[class*=FloatingMenu__] h2,div[class*=FloatingMenu__] h3,div[class*=FloatingMenu__] p,ui-ng-add-rule-menu.ng-isolate-scope h2,ui-ng-add-rule-menu.ng-isolate-scope h3,ui-ng-add-rule-menu.ng-isolate-scope p,ui-ng-date-time-picker.ng-isolate-scope h2,ui-ng-date-time-picker.ng-isolate-scope h3,ui-ng-date-time-picker.ng-isolate-scope p,ui-ng-gear-schema-form.ng-isolate-scope h2,ui-ng-gear-schema-form.ng-isolate-scope h3,ui-ng-gear-schema-form.ng-isolate-scope p,ui-ng-open-time-email-editor.ng-isolate-scope h2,ui-ng-open-time-email-editor.ng-isolate-scope h3,ui-ng-open-time-email-editor.ng-isolate-scope p,ui-ng-segment-editor.ng-isolate-scope h2,ui-ng-segment-editor.ng-isolate-scope h3,ui-ng-segment-editor.ng-isolate-scope p{orphans:3;widows:3}div[class*=FloatingMenu__] h2,div[class*=FloatingMenu__] h3,ui-ng-add-rule-menu.ng-isolate-scope h2,ui-ng-add-rule-menu.ng-isolate-scope h3,ui-ng-date-time-picker.ng-isolate-scope h2,ui-ng-date-time-picker.ng-isolate-scope h3,ui-ng-gear-schema-form.ng-isolate-scope h2,ui-ng-gear-schema-form.ng-isolate-scope h3,ui-ng-open-time-email-editor.ng-isolate-scope h2,ui-ng-open-time-email-editor.ng-isolate-scope h3,ui-ng-segment-editor.ng-isolate-scope h2,ui-ng-segment-editor.ng-isolate-scope h3{page-break-after:avoid}@page{div[class*=FloatingMenu__],ui-ng-add-rule-menu.ng-isolate-scope,ui-ng-date-time-picker.ng-isolate-scope,ui-ng-gear-schema-form.ng-isolate-scope,ui-ng-open-time-email-editor.ng-isolate-scope,ui-ng-segment-editor.ng-isolate-scope{size:a3}}div[class*=FloatingMenu__] .container,div[class*=FloatingMenu__] body,ui-ng-add-rule-menu.ng-isolate-scope .container,ui-ng-add-rule-menu.ng-isolate-scope body,ui-ng-date-time-picker.ng-isolate-scope .container,ui-ng-date-time-picker.ng-isolate-scope body,ui-ng-gear-schema-form.ng-isolate-scope .container,ui-ng-gear-schema-form.ng-isolate-scope body,ui-ng-open-time-email-editor.ng-isolate-scope .container,ui-ng-open-time-email-editor.ng-isolate-scope body,ui-ng-segment-editor.ng-isolate-scope .container,ui-ng-segment-editor.ng-isolate-scope body{min-width:992px!important}div[class*=FloatingMenu__] .navbar,ui-ng-add-rule-menu.ng-isolate-scope .navbar,ui-ng-date-time-picker.ng-isolate-scope .navbar,ui-ng-gear-schema-form.ng-isolate-scope .navbar,ui-ng-open-time-email-editor.ng-isolate-scope .navbar,ui-ng-segment-editor.ng-isolate-scope .navbar{display:none}div[class*=FloatingMenu__] .badge,ui-ng-add-rule-menu.ng-isolate-scope .badge,ui-ng-date-time-picker.ng-isolate-scope .badge,ui-ng-gear-schema-form.ng-isolate-scope .badge,ui-ng-open-time-email-editor.ng-isolate-scope .badge,ui-ng-segment-editor.ng-isolate-scope .badge{border:1px solid #000}div[class*=FloatingMenu__] .table,ui-ng-add-rule-menu.ng-isolate-scope .table,ui-ng-date-time-picker.ng-isolate-scope .table,ui-ng-gear-schema-form.ng-isolate-scope .table,ui-ng-open-time-email-editor.ng-isolate-scope .table,ui-ng-segment-editor.ng-isolate-scope .table{border-collapse:collapse!important}div[class*=FloatingMenu__] .table td,div[class*=FloatingMenu__] .table th,ui-ng-add-rule-menu.ng-isolate-scope .table td,ui-ng-add-rule-menu.ng-isolate-scope .table th,ui-ng-date-time-picker.ng-isolate-scope .table td,ui-ng-date-time-picker.ng-isolate-scope .table th,ui-ng-gear-schema-form.ng-isolate-scope .table td,ui-ng-gear-schema-form.ng-isolate-scope .table th,ui-ng-open-time-email-editor.ng-isolate-scope .table td,ui-ng-open-time-email-editor.ng-isolate-scope .table th,ui-ng-segment-editor.ng-isolate-scope .table td,ui-ng-segment-editor.ng-isolate-scope .table th{background-color:#fff!important}div[class*=FloatingMenu__] .table-bordered td,div[class*=FloatingMenu__] .table-bordered th,ui-ng-add-rule-menu.ng-isolate-scope .table-bordered td,ui-ng-add-rule-menu.ng-isolate-scope .table-bordered th,ui-ng-date-time-picker.ng-isolate-scope .table-bordered td,ui-ng-date-time-picker.ng-isolate-scope .table-bordered th,ui-ng-gear-schema-form.ng-isolate-scope .table-bordered td,ui-ng-gear-schema-form.ng-isolate-scope .table-bordered th,ui-ng-open-time-email-editor.ng-isolate-scope .table-bordered td,ui-ng-open-time-email-editor.ng-isolate-scope .table-bordered th,ui-ng-segment-editor.ng-isolate-scope .table-bordered td,ui-ng-segment-editor.ng-isolate-scope .table-bordered th{border:1px solid #dee2e6!important}div[class*=FloatingMenu__] .table-dark,ui-ng-add-rule-menu.ng-isolate-scope .table-dark,ui-ng-date-time-picker.ng-isolate-scope .table-dark,ui-ng-gear-schema-form.ng-isolate-scope .table-dark,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark,ui-ng-segment-editor.ng-isolate-scope .table-dark{color:inherit}div[class*=FloatingMenu__] .table-dark tbody+tbody,div[class*=FloatingMenu__] .table-dark td,div[class*=FloatingMenu__] .table-dark th,div[class*=FloatingMenu__] .table-dark thead th,ui-ng-add-rule-menu.ng-isolate-scope .table-dark tbody+tbody,ui-ng-add-rule-menu.ng-isolate-scope .table-dark td,ui-ng-add-rule-menu.ng-isolate-scope .table-dark th,ui-ng-add-rule-menu.ng-isolate-scope .table-dark thead th,ui-ng-date-time-picker.ng-isolate-scope .table-dark tbody+tbody,ui-ng-date-time-picker.ng-isolate-scope .table-dark td,ui-ng-date-time-picker.ng-isolate-scope .table-dark th,ui-ng-date-time-picker.ng-isolate-scope .table-dark thead th,ui-ng-gear-schema-form.ng-isolate-scope .table-dark tbody+tbody,ui-ng-gear-schema-form.ng-isolate-scope .table-dark td,ui-ng-gear-schema-form.ng-isolate-scope .table-dark th,ui-ng-gear-schema-form.ng-isolate-scope .table-dark thead th,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark tbody+tbody,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark td,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark th,ui-ng-open-time-email-editor.ng-isolate-scope .table-dark thead th,ui-ng-segment-editor.ng-isolate-scope .table-dark tbody+tbody,ui-ng-segment-editor.ng-isolate-scope .table-dark td,ui-ng-segment-editor.ng-isolate-scope .table-dark th,ui-ng-segment-editor.ng-isolate-scope .table-dark thead th{border-color:#dee2e6}div[class*=FloatingMenu__] .table .thead-dark th,ui-ng-add-rule-menu.ng-isolate-scope .table .thead-dark th,ui-ng-date-time-picker.ng-isolate-scope .table .thead-dark th,ui-ng-gear-schema-form.ng-isolate-scope .table .thead-dark th,ui-ng-open-time-email-editor.ng-isolate-scope .table .thead-dark th,ui-ng-segment-editor.ng-isolate-scope .table .thead-dark th{color:inherit;border-color:#dee2e6}}@keyframes eg_fadeInAnimation{0%{opacity:0}to{opacity:1}}div[class*=FloatingMenu__] .btn,ui-ng-add-rule-menu.ng-isolate-scope .btn,ui-ng-date-time-picker.ng-isolate-scope .btn,ui-ng-gear-schema-form.ng-isolate-scope .btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn,ui-ng-segment-editor.ng-isolate-scope .btn{text-transform:uppercase}div[class*=FloatingMenu__] .btn:not(.btn-sm),ui-ng-add-rule-menu.ng-isolate-scope .btn:not(.btn-sm),ui-ng-date-time-picker.ng-isolate-scope .btn:not(.btn-sm),ui-ng-gear-schema-form.ng-isolate-scope .btn:not(.btn-sm),ui-ng-open-time-email-editor.ng-isolate-scope .btn:not(.btn-sm),ui-ng-segment-editor.ng-isolate-scope .btn:not(.btn-sm){font-size:.95rem}div[class*=FloatingMenu__] .btn-toolbar .btn+.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-toolbar .btn+.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-toolbar .btn+.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-toolbar .btn+.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-toolbar .btn+.btn,ui-ng-segment-editor.ng-isolate-scope .btn-toolbar .btn+.btn{margin-left:.5rem}div[class*=FloatingMenu__] .btn-toolbar .btn-group .btn+.btn,ui-ng-add-rule-menu.ng-isolate-scope .btn-toolbar .btn-group .btn+.btn,ui-ng-date-time-picker.ng-isolate-scope .btn-toolbar .btn-group .btn+.btn,ui-ng-gear-schema-form.ng-isolate-scope .btn-toolbar .btn-group .btn+.btn,ui-ng-open-time-email-editor.ng-isolate-scope .btn-toolbar .btn-group .btn+.btn,ui-ng-segment-editor.ng-isolate-scope .btn-toolbar .btn-group .btn+.btn{margin-left:0}div[class*=FloatingMenu__] .btn>svg.svg-inline--fa:first-child:not(:only-child),ui-ng-add-rule-menu.ng-isolate-scope .btn>svg.svg-inline--fa:first-child:not(:only-child),ui-ng-date-time-picker.ng-isolate-scope .btn>svg.svg-inline--fa:first-child:not(:only-child),ui-ng-gear-schema-form.ng-isolate-scope .btn>svg.svg-inline--fa:first-child:not(:only-child),ui-ng-open-time-email-editor.ng-isolate-scope .btn>svg.svg-inline--fa:first-child:not(:only-child),ui-ng-segment-editor.ng-isolate-scope .btn>svg.svg-inline--fa:first-child:not(:only-child){margin-right:.5rem}div[class*=FloatingMenu__] .nav-item>a>span+svg.svg-inline--fa,ui-ng-add-rule-menu.ng-isolate-scope .nav-item>a>span+svg.svg-inline--fa,ui-ng-date-time-picker.ng-isolate-scope .nav-item>a>span+svg.svg-inline--fa,ui-ng-gear-schema-form.ng-isolate-scope .nav-item>a>span+svg.svg-inline--fa,ui-ng-open-time-email-editor.ng-isolate-scope .nav-item>a>span+svg.svg-inline--fa,ui-ng-segment-editor.ng-isolate-scope .nav-item>a>span+svg.svg-inline--fa{margin-left:.5rem}div[class*=FloatingMenu__] .btn:not(:disabled)-outline-success,div[class*=FloatingMenu__] .btn:not(:disabled)-success,div[class*=FloatingMenu__] .btn:not(:disabled).btn-outline-warning:hover,div[class*=FloatingMenu__] .btn:not(:disabled).btn-warning:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn:not(:disabled)-outline-success,ui-ng-add-rule-menu.ng-isolate-scope .btn:not(:disabled)-success,ui-ng-add-rule-menu.ng-isolate-scope .btn:not(:disabled).btn-outline-warning:hover,ui-ng-add-rule-menu.ng-isolate-scope .btn:not(:disabled).btn-warning:hover,ui-ng-date-time-picker.ng-isolate-scope .btn:not(:disabled)-outline-success,ui-ng-date-time-picker.ng-isolate-scope .btn:not(:disabled)-success,ui-ng-date-time-picker.ng-isolate-scope .btn:not(:disabled).btn-outline-warning:hover,ui-ng-date-time-picker.ng-isolate-scope .btn:not(:disabled).btn-warning:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn:not(:disabled)-outline-success,ui-ng-gear-schema-form.ng-isolate-scope .btn:not(:disabled)-success,ui-ng-gear-schema-form.ng-isolate-scope .btn:not(:disabled).btn-outline-warning:hover,ui-ng-gear-schema-form.ng-isolate-scope .btn:not(:disabled).btn-warning:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn:not(:disabled)-outline-success,ui-ng-open-time-email-editor.ng-isolate-scope .btn:not(:disabled)-success,ui-ng-open-time-email-editor.ng-isolate-scope .btn:not(:disabled).btn-outline-warning:hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn:not(:disabled).btn-warning:hover,ui-ng-segment-editor.ng-isolate-scope .btn:not(:disabled)-outline-success,ui-ng-segment-editor.ng-isolate-scope .btn:not(:disabled)-success,ui-ng-segment-editor.ng-isolate-scope .btn:not(:disabled).btn-outline-warning:hover,ui-ng-segment-editor.ng-isolate-scope .btn:not(:disabled).btn-warning:hover{color:#fff}@media (min-width:676px){div[class*=FloatingMenu__] .modal-dialog,ui-ng-add-rule-menu.ng-isolate-scope .modal-dialog,ui-ng-date-time-picker.ng-isolate-scope .modal-dialog,ui-ng-gear-schema-form.ng-isolate-scope .modal-dialog,ui-ng-open-time-email-editor.ng-isolate-scope .modal-dialog,ui-ng-segment-editor.ng-isolate-scope .modal-dialog{max-width:650px;margin:1.75rem auto}}div[class*=FloatingMenu__] .modal-header,ui-ng-add-rule-menu.ng-isolate-scope .modal-header,ui-ng-date-time-picker.ng-isolate-scope .modal-header,ui-ng-gear-schema-form.ng-isolate-scope .modal-header,ui-ng-open-time-email-editor.ng-isolate-scope .modal-header,ui-ng-segment-editor.ng-isolate-scope .modal-header{padding:.5rem 1rem}div[class*=FloatingMenu__] .nav-tabs .nav-item,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .nav-item,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .nav-item,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .nav-item,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .nav-item,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .nav-item{margin-bottom:0}div[class*=FloatingMenu__] .nav-tabs,div[class*=FloatingMenu__] .nav-tabs .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .nav-link,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .nav-link,ui-ng-segment-editor.ng-isolate-scope .nav-tabs,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .nav-link{border-bottom:0}div[class*=FloatingMenu__] .nav-tabs .nav-link,ui-ng-add-rule-menu.ng-isolate-scope .nav-tabs .nav-link,ui-ng-date-time-picker.ng-isolate-scope .nav-tabs .nav-link,ui-ng-gear-schema-form.ng-isolate-scope .nav-tabs .nav-link,ui-ng-open-time-email-editor.ng-isolate-scope .nav-tabs .nav-link,ui-ng-segment-editor.ng-isolate-scope .nav-tabs .nav-link{font-size:.875rem}div[class*=FloatingMenu__] .tab-content,ui-ng-add-rule-menu.ng-isolate-scope .tab-content,ui-ng-date-time-picker.ng-isolate-scope .tab-content,ui-ng-gear-schema-form.ng-isolate-scope .tab-content,ui-ng-open-time-email-editor.ng-isolate-scope .tab-content,ui-ng-segment-editor.ng-isolate-scope .tab-content{position:relative}div[class*=FloatingMenu__] .tab-content,div[class*=FloatingMenu__] .tab-content>.tab-pane,ui-ng-add-rule-menu.ng-isolate-scope .tab-content,ui-ng-add-rule-menu.ng-isolate-scope .tab-content>.tab-pane,ui-ng-date-time-picker.ng-isolate-scope .tab-content,ui-ng-date-time-picker.ng-isolate-scope .tab-content>.tab-pane,ui-ng-gear-schema-form.ng-isolate-scope .tab-content,ui-ng-gear-schema-form.ng-isolate-scope .tab-content>.tab-pane,ui-ng-open-time-email-editor.ng-isolate-scope .tab-content,ui-ng-open-time-email-editor.ng-isolate-scope .tab-content>.tab-pane,ui-ng-segment-editor.ng-isolate-scope .tab-content,ui-ng-segment-editor.ng-isolate-scope .tab-content>.tab-pane{height:100%;width:100%}div[class*=FloatingMenu__] input,ui-ng-add-rule-menu.ng-isolate-scope input,ui-ng-date-time-picker.ng-isolate-scope input,ui-ng-gear-schema-form.ng-isolate-scope input,ui-ng-open-time-email-editor.ng-isolate-scope input,ui-ng-segment-editor.ng-isolate-scope input{background-image:none!important}div[class*=FloatingMenu__] .btn-group button.btn.btn-primary,ui-ng-add-rule-menu.ng-isolate-scope .btn-group button.btn.btn-primary,ui-ng-date-time-picker.ng-isolate-scope .btn-group button.btn.btn-primary,ui-ng-gear-schema-form.ng-isolate-scope .btn-group button.btn.btn-primary,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group button.btn.btn-primary,ui-ng-segment-editor.ng-isolate-scope .btn-group button.btn.btn-primary{height:2rem}div[class*=FloatingMenu__] .btn-group button.btn.btn-primary:not(.active),ui-ng-add-rule-menu.ng-isolate-scope .btn-group button.btn.btn-primary:not(.active),ui-ng-date-time-picker.ng-isolate-scope .btn-group button.btn.btn-primary:not(.active),ui-ng-gear-schema-form.ng-isolate-scope .btn-group button.btn.btn-primary:not(.active),ui-ng-open-time-email-editor.ng-isolate-scope .btn-group button.btn.btn-primary:not(.active),ui-ng-segment-editor.ng-isolate-scope .btn-group button.btn.btn-primary:not(.active){border-color:#c5c5c5;background:#c6c6c6;color:#505050}div[class*=FloatingMenu__] .btn-group button.btn.btn-primary:not(.active):hover,ui-ng-add-rule-menu.ng-isolate-scope .btn-group button.btn.btn-primary:not(.active):hover,ui-ng-date-time-picker.ng-isolate-scope .btn-group button.btn.btn-primary:not(.active):hover,ui-ng-gear-schema-form.ng-isolate-scope .btn-group button.btn.btn-primary:not(.active):hover,ui-ng-open-time-email-editor.ng-isolate-scope .btn-group button.btn.btn-primary:not(.active):hover,ui-ng-segment-editor.ng-isolate-scope .btn-group button.btn.btn-primary:not(.active):hover{border-color:#c5c5c5!important;background:#b5b5b5!important}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox {
  padding-left: 8px !important;
  padding-right: 6px !important;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox.dropdown-div-toggle {
  padding-right: 24px !important;
}
#pageExceptFooter #headerBars {
  margin-top: -100px;
  height: 99px;
  border-bottom: 1px solid #b5b5b5;
}
#pageExceptFooter.isVisualEditor #headerBars {
  z-index: 2147483549;
  position: relative;
}
body.customScrollPage #rootContent,
body.isEditorPanelView #rootContent {
  overflow-y: hidden !important;
}
body.customScrollPage #datasetState > ui-view > div.ng-scope,
body.customScrollPage #datasetState > div.ng-scope,
body.customScrollPage #datasetState > div.ng-scope > .selectionAndDetailTwoPaneCombo > .selectedDetailPane > div.ng-scope,
body.customScrollPage ui-view > ui-view > div.ng-isolate-scope,
body.customScrollPage .modal-body > .ng-isolate-scope,
body.customScrollPage .modal-body > .ng-scope {
  overflow-y: hidden !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
body #datasetState > ui-view > div.ng-scope .rightPreviewPane,
body #datasetState > ui-view > div.ng-isolate-scope .rightPreviewPane,
body.customScrollPage ui-view > div.ng-scope > .selectionAndDetailTwoPaneCombo > .selectedDetailPane > div.ng-scope .rightPreviewPane,
body .modal-body > .ng-isolate-scope .rightPreviewPane,
body .modal-body > .ng-scope .rightPreviewPane {
  max-height: 100%;
  min-height: 100%;
  overflow-y: scroll;
}
body #datasetState > ui-view > div.ng-scope .selectionAndDetailTwoPaneCombo,
body #datasetState > ui-view > div.ng-isolate-scope .selectionAndDetailTwoPaneCombo,
body.customScrollPage ui-view > div.ng-scope > .selectionAndDetailTwoPaneCombo > .selectedDetailPane > div.ng-scope .selectionAndDetailTwoPaneCombo,
body .modal-body > .ng-isolate-scope .selectionAndDetailTwoPaneCombo,
body .modal-body > .ng-scope .selectionAndDetailTwoPaneCombo {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  box-sizing: border-box;
  overflow-y: hidden;
  padding-top: 51px;
}
body #datasetState > ui-view > div.ng-scope .selectionAndDetailTwoPaneCombo .selectionFilter,
body #datasetState > ui-view > div.ng-isolate-scope .selectionAndDetailTwoPaneCombo .selectionFilter,
body.customScrollPage ui-view > div.ng-scope > .selectionAndDetailTwoPaneCombo > .selectedDetailPane > div.ng-scope .selectionAndDetailTwoPaneCombo .selectionFilter,
body .modal-body > .ng-isolate-scope .selectionAndDetailTwoPaneCombo .selectionFilter,
body .modal-body > .ng-scope .selectionAndDetailTwoPaneCombo .selectionFilter {
  margin-top: -51px;
  height: 51px;
}
body #datasetState > ui-view > div.ng-scope .selectionAndDetailTwoPaneCombo .leftSelectionPane,
body #datasetState > ui-view > div.ng-isolate-scope .selectionAndDetailTwoPaneCombo .leftSelectionPane,
body.customScrollPage ui-view > div.ng-scope > .selectionAndDetailTwoPaneCombo > .selectedDetailPane > div.ng-scope .selectionAndDetailTwoPaneCombo .leftSelectionPane,
body .modal-body > .ng-isolate-scope .selectionAndDetailTwoPaneCombo .leftSelectionPane,
body .modal-body > .ng-scope .selectionAndDetailTwoPaneCombo .leftSelectionPane {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  overflow-y: hidden;
}
body #datasetState > ui-view > div.ng-scope .selectionAndDetailTwoPaneCombo .selectedDetailPane,
body #datasetState > ui-view > div.ng-isolate-scope .selectionAndDetailTwoPaneCombo .selectedDetailPane,
body.customScrollPage ui-view > div.ng-scope > .selectionAndDetailTwoPaneCombo > .selectedDetailPane > div.ng-scope .selectionAndDetailTwoPaneCombo .selectedDetailPane,
body .modal-body > .ng-isolate-scope .selectionAndDetailTwoPaneCombo .selectedDetailPane,
body .modal-body > .ng-scope .selectionAndDetailTwoPaneCombo .selectedDetailPane {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  box-sizing: border-box;
  overflow-y: hidden;
}
.dropdownButton {
  width: 200px;
  line-height: initial;
  display: inline-block;
}
.chosenFilter .chosen-container {
  max-width: 400px !important;
  width: auto !important;
}
.chosenFilter .chosen-choices {
  overflow-y: scroll;
}
.dashboardSlider .k-slider-horizontal {
  top: 10px;
  left: 10px;
  padding: 0px 20px 0px 10px;
}
.todo {
  padding: 15px 7px;
  color: RoyalBlue;
  font-size: 14px;
}
.superuser h1,
.superuser h2,
.superuser h3,
.superuser h4,
.superuser h5,
.superuser h6 {
  text-transform: uppercase;
  color: #ff9600;
}
.superuserOnlyNote {
  color: #ff9600;
}
.listIcon {
  margin-right: 5px;
}
img.listIcon,
.listIcon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon2x {
  height: 32px;
  width: 32px;
}
.k-list-container .k-state-hover .evergageIcon,
.k-list-container .k-state-focused .evergageIcon,
.k-state-selected .evergageIcon {
  background: url("../images/icons/productLogo-Evergage.svg");
  background-size: cover;
  height: 0;
  width: 0;
  padding: 8px;
}
.k-list-container .k-state-hover .evergageIcon.icon2x,
.k-list-container .k-state-focused .evergageIcon.icon2x,
.k-state-selected .evergageIcon.icon2x {
  padding: 16px;
}
.fa-spacer::before,
.fa-blank::before {
  width: 1em;
  content: '\A0';
}
.truncate-with-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imageBorder {
  border: #d5d5d5 dashed 2px;
}
.imagePreviewBorder {
  border: #d5d5d5 dashed 2px;
  display: block;
  margin: auto;
  max-width: 95%;
  overflow: hidden;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
:focus:focus:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.kendoWindow .k-window {
  border: none;
  border-left: thin solid #cccccc;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
.kendoWindow .k-window-titlebar {
  color: white;
  font-weight: bold;
  font-size: 17px;
  background-color: #005FB2;
}
.kendoWindow .k-window-titlebar .k-window-action {
  opacity: 1;
}
.kendoWindow .k-window-titlebar .k-window-action .k-icon {
  -webkit-filter: invert(100%) brightness(500%);
  filter: invert(100%) brightness(500%);
}
.left {
  float: left;
}
.right {
  float: right;
}
.label {
  margin-right: 4px;
}
.rightLabel {
  margin-right: 0px;
  margin-left: 4px;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.left-container:after,
.left-container > .header-btn-row:after,
.container > .header-btn-row:after,
.container-fluid > .header-btn-row:after,
#guardian-dashboard .dashboard-header:after,
#guardian-dashboard .dashboard-header > .header-btn-row:after,
.dashboard-stat-quadrant:after {
  content: "";
  display: table;
  clear: both;
}
.fourtyNinePercent {
  width: 49%;
}
#rootContent > #rootState > #datasetState > .ng-scope > .selectionAndDetailTwoPaneCombo .leftSelectionPane,
#rootContent > #rootState > #datasetState > .ng-scope > .selectionAndDetailTwoPaneCombo .selectedDetailPane {
  border-top: none;
}
.selectionAndDetailTwoPaneCombo {
  overflow: hidden;
  height: 100%;
}
.selectionAndDetailTwoPaneCombo .selectionFilter {
  height: 51px;
  line-height: 51px;
  position: relative;
  padding-left: 15px;
}
.selectionAndDetailTwoPaneCombo .selectionFilter input[type="text"],
.selectionAndDetailTwoPaneCombo .selectionFilter span.k-dropdown {
  margin-left: 10px;
  margin-right: 10px;
  width: 200px;
  vertical-align: middle;
}
.selectionAndDetailTwoPaneCombo .selectionFilter input[type="search"],
.selectionAndDetailTwoPaneCombo .selectionFilter div.checkbox {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.selectionAndDetailTwoPaneCombo .selectionFilter input[type="search"].noMarginRight,
.selectionAndDetailTwoPaneCombo .selectionFilter div.checkbox.noMarginRight {
  margin-right: 0;
}
.selectionAndDetailTwoPaneCombo .selectionFilter .actionButtonSequence {
  margin-right: 20px;
  display: inline-block;
}
.selectionAndDetailTwoPaneCombo .selectionFilter .topButtons {
  margin-bottom: 5px;
  display: inline;
  position: absolute;
  right: 7px;
}
.selectionAndDetailTwoPaneCombo .selectionFilter .topButtons .mainActionsButtonRow {
  margin-bottom: 8px;
  display: inline-block;
}
.selectionAndDetailTwoPaneCombo .selectionFilter .topButtons .secondaryActionsButtonRow {
  margin-bottom: 5px;
  display: inline-block;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane {
  float: left;
  width: 15%;
  max-width: 240px;
  min-width: 210px;
  border-top: 1px solid #b5b5b5;
  padding-top: 5px;
  padding-bottom: 5px;
  /* TODO: Fixathon - Deprecate and Bootstrap HTML structure */
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane .k-treeview {
  min-height: 700px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane .header {
  font-weight: bold;
  font-size: 11px;
  color: #808080;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 21px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane .content {
  margin-left: 21px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane ul {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-left: 0px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu {
  line-height: 2.3;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu ul {
  margin-bottom: 10px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu ul ul div {
  margin-left: 39px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu ul ul a {
  text-indent: 52px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu ul ul a.navItemWithIcon {
  text-indent: 2px;
  padding-left: 42px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li {
  list-style-type: none;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > div,
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > a {
  display: inline-block;
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  box-sizing: border-box;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > div span,
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > div .fa,
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > a .fa {
  padding-right: 4px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > a {
  text-indent: 26px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > a.navItemWithIcon {
  text-indent: 2px;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > a:hover {
  background-color: #82c135;
  color: #ffffff;
}
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > a.selected,
.selectionAndDetailTwoPaneCombo .leftSelectionPane #navMenu li > a.selected:hover {
  background-color: #0070D2;
  color: #ffffff;
}
.selectionAndDetailTwoPaneCombo .selectedDetailPane {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
}
.selectedDetailPane .selectionAndDetailTwoPaneCombo .selectedDetailPane {
  border-left: none;
}
.selectedDetailPane .pageContent .selectionAndDetailTwoPaneCombo .selectedDetailPane {
  border-left: 1px solid #b5b5b5;
}
.rightPreviewPane,
#campaignSetupTabContent {
  float: right;
  overflow: hidden;
  background-color: #ffffff;
}
.rightPreviewPane .topButtons,
#campaignSetupTabContent .topButtons {
  margin-bottom: 5px;
}
.rightPreviewPane .topButtons .mainActionsButtonRow,
#campaignSetupTabContent .topButtons .mainActionsButtonRow {
  margin-bottom: 8px;
}
.rightPreviewPane .topButtons .secondaryActionsButtonRow,
#campaignSetupTabContent .topButtons .secondaryActionsButtonRow {
  margin-top: 11px;
}
.rightPreviewPane .actionButtonSequence,
#campaignSetupTabContent .actionButtonSequence {
  vertical-align: middle;
}
.rightPreviewPane .actionButtonSequence a,
#campaignSetupTabContent .actionButtonSequence a {
  margin-right: 6px;
}
.rightPreviewPane .previewSection,
#campaignSetupTabContent .previewSection {
  padding: 18px 18px;
}
.rightPreviewPane .previewSection .label,
#campaignSetupTabContent .previewSection .label {
  font-weight: bold;
  color: #585858;
}
.rightPreviewPane .previewSection .right,
#campaignSetupTabContent .previewSection .right {
  float: right;
}
.rightPreviewPane .contentEntry .backgroundDiv,
#campaignSetupTabContent .contentEntry .backgroundDiv,
#setupHistory .contentEntry .backgroundDiv {
  display: table-cell;
  position: relative;
  width: 23px;
}
.rightPreviewPane .contentEntry .backgroundDiv .backgroundBar,
#campaignSetupTabContent .contentEntry .backgroundDiv .backgroundBar,
#setupHistory .contentEntry .backgroundDiv .backgroundBar {
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.rightPreviewPane .contentEntry.itemView .backgroundDiv .backgroundBar,
#campaignSetupTabContent .contentEntry.itemView .backgroundDiv .backgroundBar,
#setupHistory .contentEntry.itemView .backgroundDiv .backgroundBar,
.rightPreviewPane .contentEntry.auditView .backgroundDiv .backgroundBar,
#campaignSetupTabContent .contentEntry.auditView .backgroundDiv .backgroundBar,
#setupHistory .contentEntry.auditView .backgroundDiv .backgroundBar {
  left: 7px;
  width: 1px;
  background-color: #b5b5b5;
}
.rightPreviewPane .contentEntry.itemView .backgroundDiv .backgroundDot,
#campaignSetupTabContent .contentEntry.itemView .backgroundDiv .backgroundDot,
#setupHistory .contentEntry.itemView .backgroundDiv .backgroundDot,
.rightPreviewPane .contentEntry.auditView .backgroundDiv .backgroundDot,
#campaignSetupTabContent .contentEntry.auditView .backgroundDiv .backgroundDot,
#setupHistory .contentEntry.auditView .backgroundDiv .backgroundDot {
  z-index: 0;
  position: absolute;
  bottom: 0;
  background-color: #808080;
  top: 50%;
}
.rightPreviewPane .contentEntry.itemView .backgroundDiv .backgroundDot.smallDot,
#campaignSetupTabContent .contentEntry.itemView .backgroundDiv .backgroundDot.smallDot,
#setupHistory .contentEntry.itemView .backgroundDiv .backgroundDot.smallDot,
.rightPreviewPane .contentEntry.auditView .backgroundDiv .backgroundDot.smallDot,
#campaignSetupTabContent .contentEntry.auditView .backgroundDiv .backgroundDot.smallDot,
#setupHistory .contentEntry.auditView .backgroundDiv .backgroundDot.smallDot {
  top: 5px;
  height: 5px;
  left: 4.5px;
  width: 5px;
  border-radius: 5px;
}
.rightPreviewPane .contentEntry.itemView .backgroundDiv .backgroundDot.smallDot.topDot,
#campaignSetupTabContent .contentEntry.itemView .backgroundDiv .backgroundDot.smallDot.topDot,
#setupHistory .contentEntry.itemView .backgroundDiv .backgroundDot.smallDot.topDot,
.rightPreviewPane .contentEntry.auditView .backgroundDiv .backgroundDot.smallDot.topDot,
#campaignSetupTabContent .contentEntry.auditView .backgroundDiv .backgroundDot.smallDot.topDot,
#setupHistory .contentEntry.auditView .backgroundDiv .backgroundDot.smallDot.topDot {
  top: 5px;
}
.rightPreviewPane .contentEntry.itemView .backgroundDiv .backgroundDot.mediumDot,
#campaignSetupTabContent .contentEntry.itemView .backgroundDiv .backgroundDot.mediumDot,
#setupHistory .contentEntry.itemView .backgroundDiv .backgroundDot.mediumDot,
.rightPreviewPane .contentEntry.auditView .backgroundDiv .backgroundDot.mediumDot,
#campaignSetupTabContent .contentEntry.auditView .backgroundDiv .backgroundDot.mediumDot,
#setupHistory .contentEntry.auditView .backgroundDiv .backgroundDot.mediumDot {
  height: 10px;
  left: 2px;
  width: 10px;
  border-radius: 10px;
  margin-top: -5px;
}
.rightPreviewPane .contentEntry.itemView .backgroundDiv .backgroundDot.mediumDot.topDot,
#campaignSetupTabContent .contentEntry.itemView .backgroundDiv .backgroundDot.mediumDot.topDot,
#setupHistory .contentEntry.itemView .backgroundDiv .backgroundDot.mediumDot.topDot,
.rightPreviewPane .contentEntry.auditView .backgroundDiv .backgroundDot.mediumDot.topDot,
#campaignSetupTabContent .contentEntry.auditView .backgroundDiv .backgroundDot.mediumDot.topDot,
#setupHistory .contentEntry.auditView .backgroundDiv .backgroundDot.mediumDot.topDot {
  top: 8px;
}
.rightPreviewPane .contentEntry.itemView .backgroundDiv .backgroundDot.largeDot,
#campaignSetupTabContent .contentEntry.itemView .backgroundDiv .backgroundDot.largeDot,
#setupHistory .contentEntry.itemView .backgroundDiv .backgroundDot.largeDot,
.rightPreviewPane .contentEntry.auditView .backgroundDiv .backgroundDot.largeDot,
#campaignSetupTabContent .contentEntry.auditView .backgroundDiv .backgroundDot.largeDot,
#setupHistory .contentEntry.auditView .backgroundDiv .backgroundDot.largeDot {
  top: 0;
  height: 15px;
  left: -0.5px;
  width: 15px;
  border-radius: 15px;
}
.rightPreviewPane .contentEntry.itemView .backgroundDiv .backgroundDot.largeDot.topDot,
#campaignSetupTabContent .contentEntry.itemView .backgroundDiv .backgroundDot.largeDot.topDot,
#setupHistory .contentEntry.itemView .backgroundDiv .backgroundDot.largeDot.topDot,
.rightPreviewPane .contentEntry.auditView .backgroundDiv .backgroundDot.largeDot.topDot,
#campaignSetupTabContent .contentEntry.auditView .backgroundDiv .backgroundDot.largeDot.topDot,
#setupHistory .contentEntry.auditView .backgroundDiv .backgroundDot.largeDot.topDot {
  top: 0;
}
.rightPreviewPane .contentEntry.itemView.first .backgroundDiv > .backgroundBar,
#campaignSetupTabContent .contentEntry.itemView.first .backgroundDiv > .backgroundBar,
#setupHistory .contentEntry.itemView.first .backgroundDiv > .backgroundBar,
.rightPreviewPane .contentEntry.auditView.first .backgroundDiv > .backgroundBar,
#campaignSetupTabContent .contentEntry.auditView.first .backgroundDiv > .backgroundBar,
#setupHistory .contentEntry.auditView.first .backgroundDiv > .backgroundBar {
  top: 10px;
}
.rightPreviewPane .contentEntry.itemView.first.last .backgroundDiv > .backgroundBar,
#campaignSetupTabContent .contentEntry.itemView.first.last .backgroundDiv > .backgroundBar,
#setupHistory .contentEntry.itemView.first.last .backgroundDiv > .backgroundBar,
.rightPreviewPane .contentEntry.auditView.first.last .backgroundDiv > .backgroundBar,
#campaignSetupTabContent .contentEntry.auditView.first.last .backgroundDiv > .backgroundBar,
#setupHistory .contentEntry.auditView.first.last .backgroundDiv > .backgroundBar {
  height: 0;
}
.rightPreviewPane .contentEntry.itemView.last .backgroundDiv > .backgroundBar,
#campaignSetupTabContent .contentEntry.itemView.last .backgroundDiv > .backgroundBar,
#setupHistory .contentEntry.itemView.last .backgroundDiv > .backgroundBar,
.rightPreviewPane .contentEntry.auditView.last .backgroundDiv > .backgroundBar,
#campaignSetupTabContent .contentEntry.auditView.last .backgroundDiv > .backgroundBar,
#setupHistory .contentEntry.auditView.last .backgroundDiv > .backgroundBar {
  height: 10px;
}
.stateSelectionBar {
  vertical-align: middle;
}
.stateSelectionBar A {
  font-size: 12px;
  line-height: 33px;
  display: inline-block;
  padding: 0px 14px;
}
.stateSelectionBar A.active {
  color: #005FB2;
  background-color: #b0d7f4;
}
.pageContent {
  min-height: 880px;
  padding: 20px 20px;
}
.pageContent > h2:nth-child(1),
.pageContent > :nth-child(1) h2 {
  margin-top: 0px;
}
.pageContent.hasTable {
  padding-left: 0;
  padding-right: 0;
}
.pageContent.hasTable .selectedDetailPane {
  border-left: none !important;
  border-top: 1px solid #b5b5b5 !important;
}
.pageContent.hasTable .selectionFilter {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.pageContent.hasTable .rightPreviewPane.noTabs {
  border-top: 1px solid #b5b5b5;
}
.evg-inner-breadcrumbs {
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.evg-inner-breadcrumbs .fa-caret-right {
  margin-left: 0.26em;
  margin-right: 0.26em;
}
.evg-inner-breadcrumbs .fa-folder {
  margin-right: 0.2em;
}
.evg-inner-breadcrumbs .current {
  margin-top: 8px;
}
.filterCheckbox {
  display: inline-block;
}
.filterCheckbox label {
  font-weight: bold;
  font-size: 11px;
}
table.attributes tr td:first-child {
  width: 105px;
  text-align: right;
  padding-right: 1em;
  color: #585858;
  font-weight: bold;
}
table.attributes tr td {
  vertical-align: top;
  padding-top: 7px;
  padding-bottom: 7px;
}
table.attributes tr td > * {
  display: inline-block;
}
table.attributes tr td span {
  margin-left: 5px;
  margin-right: 5px;
}
table.attributes tr td .staticValue {
  padding-left: 10px;
}
table.attributes tr td .staticValue,
table.attributes tr td input:not([type]),
table.attributes tr td input[type=text],
table.attributes tr td textarea {
  width: 300px;
}
table.attributes tr td .k-dropdown {
  margin-left: 8px;
}
table.attributes tr td input[type=checkbox] {
  margin-left: 8px;
  margin-right: 7px;
}
table.attributes tr td input.number {
  width: 100px;
}
table.attributes tr td img {
  padding-left: 7px;
}
table.attributes tr td tags-input .host {
  margin-left: 7px;
  width: 317px;
}
table.attributes tr td tags-input .host .tags {
  height: 62px;
}
table.attributes tr td .datetime {
  display: inline-block;
  margin-left: 7px;
}
table.attributes tr td .datetime .k-datetimepicker {
  width: 220px;
}
a > .fa-external-link-alt {
  margin-left: 6px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.folderItemList .addFolder {
  display: block;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  color: #0070D2;
  position: absolute;
  bottom: 0px;
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  height: 40px;
  border-top: 1px solid #d5d5d5;
  line-height: 40px;
  overflow: hidden;
}
.folderItemList .addFolder .far,
.folderItemList .addFolder .fas {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.folderItemList .addFolder:hover {
  color: #005FB2;
}
.folderItemList .folderGrid span.folder-items {
  position: absolute;
  right: 0;
  background: #e5e5e5;
  padding: 4px;
  top: -2px;
  border-radius: 11px;
  font-size: 12px;
  box-sizing: border-box;
  min-width: 22px;
  text-align: center;
}
.folderItemList .folderGrid span.folder-name {
  box-sizing: border-box;
  padding-right: 30px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.folderItemList .folderGrid .deleteFolder,
.folderItemList .folderGrid .editFolder {
  display: inline-block;
  padding: 5px;
  visibility: hidden;
  position: absolute;
  top: -5px;
  z-index: 1;
}
.folderItemList .folderGrid .deleteFolder {
  right: 20px;
}
.folderItemList .folderGrid .deleteFolder:hover {
  color: #f00;
}
.folderItemList .folderGrid .editFolder {
  right: 0px;
}
.folderItemList .folderGrid .editFolder:hover {
  color: #0070D2;
}
.folderItemList .folderGrid tbody tr.k-state-selected .dropTarget::after {
  background-image: linear-gradient(to left, #f5f5f5, rgba(255, 255, 255, 0));
}
.folderItemList .folderGrid tbody tr td[role='gridcell'] {
  word-break: normal;
}
.folderItemList .folderGrid tbody tr td[role='gridcell']:hover .deleteFolder,
.folderItemList .folderGrid tbody tr td[role='gridcell']:hover .editFolder,
.folderItemList .folderGrid tbody tr td[role='gridcell']:hover .dropTarget:not(.system-folder)::after {
  visibility: visible;
}
.folderItemList .folderGrid .dropTarget {
  position: relative;
}
.folderItemList .folderGrid .dropTarget:not(.system-folder)::after {
  visibility: hidden;
  content: "";
  width: 195px;
  height: 23px;
  position: absolute;
  right: 0;
  top: -3px;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.folderItemList .itemGrid td[role='gridcell'] .fa-arrows-alt {
  visibility: hidden;
}
.folderItemList .itemGrid td[role='gridcell']:hover .fa-arrows-alt {
  visibility: visible;
}
.folderItemList .draggable {
  display: inline-block;
  position: relative;
  left: -5px;
  padding: 0 5px;
  cursor: hand;
  float: left;
  margin-bottom: 2px;
}
.folderItemList .dropTargetHighlight {
  background: #d5d5d5;
  color: #4a4a4a;
}
.folderItemList .dropTargetOver {
  background: #82c135;
  color: white;
}
.draggedItem {
  border: 1px dotted #0070D2;
  background: #0070D2;
  color: #ffffff;
  min-width: 100px;
  border-radius: 4px;
  padding: 3px 6px;
  border-style: solid;
  border-width: 1px;
  opacity: 0.9;
}
/**
 *
 * @summary Initiates an illustration component
 *
 * @name base
 * @selector .slds-illustration
 * @restrict div
 * @support dev-ready
 * @variant
 */
.slds-illustration {
  text-align: center;
  /**
   * @summary Applies width and height values for small illustrations
   * @selector .slds-illustration_small
   * @restrict .slds-illustration
   * @modifier
   * @group width
   */
  /**
   * @summary Applies width and height values for large illustrations
   * @selector .slds-illustration_large
   * @restrict .slds-illustration
   * @modifier
   * @group width
   */
}
.slds-illustration.slds-illustration_small .slds-illustration__svg {
  width: 100%;
  max-width: 300px;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
.slds-illustration.slds-illustration_large .slds-illustration__svg {
  width: 100%;
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 3rem;
}
.slds-illustration.slds-illustration_large .slds-illustration__header {
  margin-bottom: 1.5rem;
}
.slds-illustration.slds-illustration_large p {
  margin-bottom: 3rem;
}
.slds-illustration .slds-illustration__stroke-primary {
  stroke: #8cd3f8;
}
.slds-illustration .slds-illustration__stroke-secondary {
  stroke: #c2e8ff;
}
.slds-illustration .slds-illustration__fill-primary {
  fill: #8cd3f8;
}
.slds-illustration .slds-illustration__fill-secondary {
  fill: #c2e8ff;
}
/*! Lightning Design System 2.12.2 */
.slds-assistive-text {
  position: absolute!important;
  margin: -1px !important;
  border: 0!important;
  padding: 0!important;
  width: 1px!important;
  height: 1px!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0) !important;
  text-transform: none!important;
  white-space: nowrap!important;
}
.slds-align_absolute-center {
  height: 6rem;
}
.slds-spinner_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9050;
  background-color: rgba(255, 255, 255, 0.75);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, visibility 0s;
  transition: opacity 0.2s ease, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.slds-spinner_container.is-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0s;
  transition: opacity 0.2s ease, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.slds-spinner_container.hide {
  display: none;
}
.slds-spinner {
  position: absolute;
  top: 35%;
  /*! @noflip */
  left: 50%;
  z-index: 9051;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.slds-spinner_inline {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
}
.slds-spinner,
.slds-spinner__dot-a,
.slds-spinner__dot-b {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: transform;
}
.slds-spinner__dot-a,
.slds-spinner__dot-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slds-spinner:before,
.slds-spinner:after,
.slds-spinner__dot-a:before,
.slds-spinner__dot-b:before,
.slds-spinner__dot-a:after,
.slds-spinner__dot-b:after {
  content: "";
  position: absolute;
  background: #b0adab;
  border-radius: 50%;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slds-spinner__dot-a {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.slds-spinner__dot-b {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.slds-spinner:before {
  -webkit-animation-delay: -83.33333ms;
  animation-delay: -83.33333ms;
}
.slds-spinner__dot-a:before {
  -webkit-animation-delay: 83.33333ms;
  animation-delay: 83.33333ms;
}
.slds-spinner__dot-b:before {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.slds-spinner:after {
  -webkit-animation-delay: 416.66667ms;
  animation-delay: 416.66667ms;
}
.slds-spinner__dot-a:after {
  -webkit-animation-delay: 583.33333ms;
  animation-delay: 583.33333ms;
}
.slds-spinner__dot-b:after {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}
.slds-spinner_delayed:before {
  -webkit-animation-delay: 216.66667ms;
  animation-delay: 216.66667ms;
}
.slds-spinner_delayed .slds-spinner__dot-a:before {
  -webkit-animation-delay: 383.33333ms;
  animation-delay: 383.33333ms;
}
.slds-spinner_delayed .slds-spinner__dot-b:before {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}
.slds-spinner_delayed:after {
  -webkit-animation-delay: 716.66667ms;
  animation-delay: 716.66667ms;
}
.slds-spinner_delayed .slds-spinner__dot-a:after {
  -webkit-animation-delay: 883.33333ms;
  animation-delay: 883.33333ms;
}
.slds-spinner_delayed .slds-spinner__dot-b:after {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}
.slds-spinner_brand.slds-spinner:before,
.slds-spinner_brand.slds-spinner:after,
.slds-spinner_brand .slds-spinner__dot-a:before,
.slds-spinner_brand .slds-spinner__dot-b:before,
.slds-spinner_brand .slds-spinner__dot-a:after,
.slds-spinner_brand .slds-spinner__dot-b:after {
  background-color: #1589ee;
}
.slds-spinner_inverse.slds-spinner:before,
.slds-spinner_inverse.slds-spinner:after,
.slds-spinner_inverse .slds-spinner__dot-a:before,
.slds-spinner_inverse .slds-spinner__dot-b:before,
.slds-spinner_inverse .slds-spinner__dot-a:after,
.slds-spinner_inverse .slds-spinner__dot-b:after {
  background-color: white;
}
.slds-spinner_xx-small {
  width: 0.5rem;
}
.slds-spinner_xx-small.slds-spinner_inline {
  height: 0.5rem;
}
.slds-spinner_xx-small.slds-spinner:before,
.slds-spinner_xx-small.slds-spinner:after,
.slds-spinner_xx-small .slds-spinner__dot-a:before,
.slds-spinner_xx-small .slds-spinner__dot-b:before,
.slds-spinner_xx-small .slds-spinner__dot-a:after,
.slds-spinner_xx-small .slds-spinner__dot-b:after {
  width: 0.125rem;
  height: 0.125rem;
}
.slds-spinner_xx-small.slds-spinner:before,
.slds-spinner_xx-small .slds-spinner__dot-a:before,
.slds-spinner_xx-small .slds-spinner__dot-b:before {
  top: -0.0625rem;
  left: -0.0625rem;
  -webkit-animation-name: dotsBounceBefore-extraExtraSmall;
  animation-name: dotsBounceBefore-extraExtraSmall;
}
.slds-spinner_xx-small.slds-spinner:after,
.slds-spinner_xx-small .slds-spinner__dot-a:after,
.slds-spinner_xx-small .slds-spinner__dot-b:after {
  top: -0.0625rem;
  right: -0.0625rem;
  -webkit-animation-name: dotsBounceAfter-extraExtraSmall;
  animation-name: dotsBounceAfter-extraExtraSmall;
}
@-webkit-keyframes dotsBounceBefore-extraExtraSmall {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.275, 0.0425, 0.34, 0.265);
    animation-timing-function: cubic-bezier(0.275, 0.0425, 0.34, 0.265);
  }
  80% {
    -webkit-transform: translate3d(-0.125rem, 0, 0);
    transform: translate3d(-0.125rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.555, 0.35, 0.715);
    animation-timing-function: cubic-bezier(0, 0.555, 0.35, 0.715);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes dotsBounceBefore-extraExtraSmall {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.275, 0.0425, 0.34, 0.265);
    animation-timing-function: cubic-bezier(0.275, 0.0425, 0.34, 0.265);
  }
  80% {
    -webkit-transform: translate3d(-0.125rem, 0, 0);
    transform: translate3d(-0.125rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0.555, 0.35, 0.715);
    animation-timing-function: cubic-bezier(0, 0.555, 0.35, 0.715);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes dotsBounceAfter-extraExtraSmall {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.275, 0.0425, 0.34, 0.265);
    animation-timing-function: cubic-bezier(0.275, 0.0425, 0.34, 0.265);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.555, 0.35, 0.715);
    animation-timing-function: cubic-bezier(0, 0.555, 0.35, 0.715);
    -webkit-transform: translate3d(0.125rem, 0, 0);
    transform: translate3d(0.125rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes dotsBounceAfter-extraExtraSmall {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.275, 0.0425, 0.34, 0.265);
    animation-timing-function: cubic-bezier(0.275, 0.0425, 0.34, 0.265);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0, 0.555, 0.35, 0.715);
    animation-timing-function: cubic-bezier(0, 0.555, 0.35, 0.715);
    -webkit-transform: translate3d(0.125rem, 0, 0);
    transform: translate3d(0.125rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slds-spinner_x-small {
  width: 1rem;
}
.slds-spinner_x-small.slds-spinner_inline {
  height: 1rem;
}
.slds-spinner_x-small.slds-spinner:before,
.slds-spinner_x-small.slds-spinner:after,
.slds-spinner_x-small .slds-spinner__dot-a:before,
.slds-spinner_x-small .slds-spinner__dot-b:before,
.slds-spinner_x-small .slds-spinner__dot-a:after,
.slds-spinner_x-small .slds-spinner__dot-b:after {
  width: 0.25rem;
  height: 0.25rem;
}
.slds-spinner_x-small.slds-spinner:before,
.slds-spinner_x-small .slds-spinner__dot-a:before,
.slds-spinner_x-small .slds-spinner__dot-b:before {
  top: -0.125rem;
  left: -0.125rem;
  -webkit-animation-name: dotsBounceBefore-extraSmall;
  animation-name: dotsBounceBefore-extraSmall;
}
.slds-spinner_x-small.slds-spinner:after,
.slds-spinner_x-small .slds-spinner__dot-a:after,
.slds-spinner_x-small .slds-spinner__dot-b:after {
  top: -0.125rem;
  right: -0.125rem;
  -webkit-animation-name: dotsBounceAfter-extraSmall;
  animation-name: dotsBounceAfter-extraSmall;
}
@-webkit-keyframes dotsBounceBefore-extraSmall {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(-0.25rem, 0, 0);
    transform: translate3d(-0.25rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes dotsBounceBefore-extraSmall {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(-0.25rem, 0, 0);
    transform: translate3d(-0.25rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes dotsBounceAfter-extraSmall {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(0.25rem, 0, 0);
    transform: translate3d(0.25rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes dotsBounceAfter-extraSmall {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(0.25rem, 0, 0);
    transform: translate3d(0.25rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slds-spinner_small {
  width: 1.25rem;
}
.slds-spinner_small.slds-spinner_inline {
  height: 1.25rem;
}
.slds-spinner_small.slds-spinner:before,
.slds-spinner_small.slds-spinner:after,
.slds-spinner_small .slds-spinner__dot-a:before,
.slds-spinner_small .slds-spinner__dot-b:before,
.slds-spinner_small .slds-spinner__dot-a:after,
.slds-spinner_small .slds-spinner__dot-b:after {
  width: 0.25rem;
  height: 0.25rem;
}
.slds-spinner_small.slds-spinner:before,
.slds-spinner_small .slds-spinner__dot-a:before,
.slds-spinner_small .slds-spinner__dot-b:before {
  top: -0.125rem;
  left: -0.125rem;
  -webkit-animation-name: dotsBounceBefore-small;
  animation-name: dotsBounceBefore-small;
}
.slds-spinner_small.slds-spinner:after,
.slds-spinner_small .slds-spinner__dot-a:after,
.slds-spinner_small .slds-spinner__dot-b:after {
  top: -0.125rem;
  right: -0.125rem;
  -webkit-animation-name: dotsBounceAfter-small;
  animation-name: dotsBounceAfter-small;
}
@-webkit-keyframes dotsBounceBefore-small {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(-0.375rem, 0, 0);
    transform: translate3d(-0.375rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes dotsBounceBefore-small {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(-0.375rem, 0, 0);
    transform: translate3d(-0.375rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes dotsBounceAfter-small {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(0.375rem, 0, 0);
    transform: translate3d(0.375rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes dotsBounceAfter-small {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(0.375rem, 0, 0);
    transform: translate3d(0.375rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slds-spinner_medium {
  width: 2rem;
}
.slds-spinner_medium.slds-spinner_inline {
  height: 2rem;
}
.slds-spinner_medium.slds-spinner:before,
.slds-spinner_medium.slds-spinner:after,
.slds-spinner_medium .slds-spinner__dot-a:before,
.slds-spinner_medium .slds-spinner__dot-b:before,
.slds-spinner_medium .slds-spinner__dot-a:after,
.slds-spinner_medium .slds-spinner__dot-b:after {
  width: 0.5rem;
  height: 0.5rem;
}
.slds-spinner_medium.slds-spinner:before,
.slds-spinner_medium .slds-spinner__dot-a:before,
.slds-spinner_medium .slds-spinner__dot-b:before {
  -webkit-animation-name: dotsBounceBefore-medium;
  animation-name: dotsBounceBefore-medium;
  top: -0.25rem;
  left: -0.25rem;
}
.slds-spinner_medium.slds-spinner:after,
.slds-spinner_medium .slds-spinner__dot-a:after,
.slds-spinner_medium .slds-spinner__dot-b:after {
  -webkit-animation-name: dotsBounceAfter-medium;
  animation-name: dotsBounceAfter-medium;
  top: -0.25rem;
  right: -0.25rem;
}
@-webkit-keyframes dotsBounceBefore-medium {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes dotsBounceBefore-medium {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes dotsBounceAfter-medium {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(0.5rem, 0, 0);
    transform: translate3d(0.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes dotsBounceAfter-medium {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(0.5rem, 0, 0);
    transform: translate3d(0.5rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slds-spinner_large {
  width: 2.75rem;
}
.slds-spinner_large.slds-spinner_inline {
  height: 2.75rem;
}
.slds-spinner_large.slds-spinner:before,
.slds-spinner_large.slds-spinner:after,
.slds-spinner_large .slds-spinner__dot-a:before,
.slds-spinner_large .slds-spinner__dot-b:before,
.slds-spinner_large .slds-spinner__dot-a:after,
.slds-spinner_large .slds-spinner__dot-b:after {
  width: 0.625rem;
  height: 0.625rem;
}
.slds-spinner_large.slds-spinner:before,
.slds-spinner_large .slds-spinner__dot-a:before,
.slds-spinner_large .slds-spinner__dot-b:before {
  -webkit-animation-name: dotsBounceBefore-medium;
  animation-name: dotsBounceBefore-medium;
  top: -0.3125rem;
  left: -0.3125rem;
}
.slds-spinner_large.slds-spinner:after,
.slds-spinner_large .slds-spinner__dot-a:after,
.slds-spinner_large .slds-spinner__dot-b:after {
  -webkit-animation-name: dotsBounceAfter-medium;
  animation-name: dotsBounceAfter-medium;
  top: -0.3125rem;
  right: -0.3125rem;
}
@-webkit-keyframes dotsBounceBefore-large {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(-0.75rem, 0, 0);
    transform: translate3d(-0.75rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes dotsBounceBefore-large {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(-0.75rem, 0, 0);
    transform: translate3d(-0.75rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes dotsBounceAfter-large {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(0.75rem, 0, 0);
    transform: translate3d(0.75rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes dotsBounceAfter-large {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  80% {
    -webkit-transform: translate3d(0.75rem, 0, 0);
    transform: translate3d(0.75rem, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
 * Copyright 2010-2020 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#bulkAccountCreationModal .k-button.k-upload-selected {
  visibility: hidden;
}
#bulkAccountCreationModal .k-button.k-clear-selected {
  visibility: hidden;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#clientAccount {
  padding-right: 2em;
  padding-left: 2em;
}
#clientAccount .accountDetailsSection {
  width: 1400px;
  padding-top: 2px;
}
#clientAccount .accountDetailsSection .textEntryRow {
  width: 246px;
  padding-bottom: 14px;
  display: inline-block;
}
#clientAccount .accountDetailsSection .textEntryRow label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
#clientAccount .accountDetailsSection .textEntryRow input[type=text] {
  width: 180px;
  margin: 0px;
}
#clientAccount .internal-wrapper {
  width: 48em;
  padding-top: 12px;
  padding-bottom: 12px;
}
#clientAccount .internal-wrapper .btn-warn-hover {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#clientAccount .internal-wrapper .accountDetailsSection {
  margin-bottom: 0.5em;
}
#clientAccount .internal-wrapper a.btn:not(:last-child) {
  margin-right: 1.5em;
}
#clientAccount .featuresTitleRow h3 label {
  margin-left: 432px;
  font-weight: normal;
  font-size: 13px;
  color: #848484;
}
#clientAccount .featuresGrid {
  width: 750px;
}
#clientAccount .featuresGrid label {
  width: 250px;
  display: inline-block;
  line-height: 22px;
}
#clientAccount .Beta {
  color: #005FB2;
}
#clientAccount .Internal {
  color: #ff9600;
}
#clientAccount .Deprecated {
  color: #d5d5d5;
}
#clientAccount .Premium {
  color: #990573;
}
#clientAccount .Base {
  color: #82c135;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#clientAccounts {
  padding-right: 2em;
  padding-left: 2em;
}
#clientAccounts .client-accts__wrapper {
  margin-top: 1em;
}
#clientAccounts .filterRow {
  padding-bottom: 10px;
}
#clientAccounts .filterRow > * {
  margin-right: 10px;
}
#clientAccounts .rightPreviewPane {
  min-height: 200px;
  width: 400px;
}
#clientAccounts .selectionAndDetailTwoPaneCombo {
  min-height: 200px;
}
#clientAccounts .sideButtonRow {
  padding-bottom: 15px;
}
#clientAccounts .sideButtonRow .btn {
  margin-left: 8px;
}
#clientAccounts .datasetsSection {
  border-top: 3px solid #4a4a4a;
  margin-top: 20px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#clientAccountUpdater {
  margin: 1em 2em 0;
}
#clientAccountUpdater .internal-wrapper__page-header {
  padding: 0px !important;
  margin-bottom: 0px !important;
}
#clientAccountUpdater .summary {
  margin-bottom: 12px;
}
#clientAccountUpdater form > .btn-row {
  margin-top: 5px;
}
#clientAccountUpdater .aceEditor {
  border: 2px solid grey;
  height: 500px;
  width: 100%;
}
#clientAccountUpdater .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#objectClone .topSection {
  padding-top: 5px;
  padding-bottom: 5px;
}
#objectClone .subOptionSection {
  border-left: 3px solid #e8eef7;
  padding: 2px 0px 2px 10px;
}
#objectClone .segmentCloneRow {
  box-sizing: border-box;
  width: 100%;
  padding-right: 400px;
}
#objectClone .segmentCloneRow h2 {
  cursor: pointer;
}
#objectClone .segmentCloneRow h2 i {
  width: 11px;
}
#objectClone .segmentCloneRow #segmentsForClone {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
#objectClone .segmentCloneRow #segmentDatasetCloneDestination {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-right: -400px;
}
#objectClone .segmentCloneRow #segmentsCloneButton {
  display: inline-block;
  vertical-align: top;
}
#objectClone .campaignCloneRow {
  box-sizing: border-box;
  width: 100%;
  padding-right: 400px;
  margin-top: 30px;
}
#objectClone .campaignCloneRow h2 {
  cursor: pointer;
}
#objectClone .campaignCloneRow h2 i {
  width: 11px;
}
#objectClone .campaignCloneRow #campaignsForClone {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
#objectClone .campaignCloneRow #campaignDatasetCloneDestination {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-right: -400px;
}
#objectClone .campaignCloneRow #campaignsCloneButton {
  display: inline-block;
  vertical-align: top;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#clusterSettings form > .btn-row {
  margin-top: 5px;
}
#clusterSettings .aceWrapper {
  margin-top: 1em;
}
#clusterSettings .aceEditor {
  border: 2px solid grey;
  height: 500px;
  width: 100%;
}
#clusterSettings .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
#clusterSettings .buildInfoSection .two-col label {
  width: 100px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#clusterTasks section {
  margin-bottom: 20px;
}
#clusterTasks section .btn-right {
  display: inline-block;
}
#clusterTasks .hz-owner-grid > div {
  display: inline-block;
  width: 200px;
}
#clusterTasks .environmentName,
#clusterTasks .node,
#clusterTasks .eventHZState {
  font-size: 15px;
  font-weight: bold;
}
#clusterTasks .environmentName.prod {
  color: red;
}
#clusterTasks .environmentName.test {
  color: dodgerblue;
}
#clusterTasks .environmentName.dev {
  color: forestgreen;
}
#clusterTasks .eventHZRunning {
  color: green;
}
#clusterTasks .eventHZStopped {
  color: red;
}
#clusterTasks .btn {
  margin: 3px;
}
#clusterTasks.nodeLinks .btn {
  text-transform: none;
}
/*
 * Copyright 2010-2023 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#kafkaManagement {
  padding-right: 2em;
  padding-left: 2em;
}
#kafkaManagement .kafkaManagement__wrapper {
  margin-top: 1em;
}
#kafkaManagement .filterRow {
  padding-bottom: 10px;
}
#kafkaManagement .filterRow > * {
  margin-right: 10px;
}
#kafkaManagement .rightPreviewPane {
  min-height: 150px;
  width: 400px;
}
#kafkaManagement .sideButtonRow {
  padding-bottom: 15px;
}
#kafkaManagement .sideButtonRow .btn {
  margin-left: 8px;
}
#kafkaManagement .topicMetricsSection {
  padding-top: 10px;
  margin-top: 20px;
}
#kafkaManagement .accountChildTabsContainer {
  padding-top: 10px;
  margin-top: 20px;
}
/*
 * Copyright 2010-2023 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#kafkaManagementAlt {
  padding-right: 2em;
  padding-left: 2em;
}
#kafkaManagementAlt .kafkaManagement__wrapper {
  margin-top: 1em;
}
#kafkaManagementAlt .filterRow {
  padding-bottom: 10px;
}
#kafkaManagementAlt .filterRow > * {
  margin-right: 10px;
}
#kafkaManagementAlt .rightPreviewPane {
  min-height: 150px;
  width: 400px;
}
#kafkaManagementAlt .sideButtonRow {
  padding-bottom: 15px;
}
#kafkaManagementAlt .sideButtonRow .btn {
  margin-left: 8px;
}
#kafkaManagementAlt .topicMetricsSection {
  padding-top: 10px;
  margin-top: 20px;
}
#kafkaManagementAlt .accountChildTabsContainer {
  padding-top: 10px;
  margin-top: 20px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#dataExplorer .summary {
  margin-bottom: 12px;
}
#dataExplorer .aceEditor {
  border: 2px solid grey;
  height: 500px;
  width: 100%;
}
#dataExplorer .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
#dataExplorer .aceEditorSmallReadonly {
  border: 2px solid grey;
  height: 200px;
  width: 300px;
}
#dataExplorer .aceEditorSmallReadonly .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
#dataExplorer input[type=checkbox] {
  vertical-align: middle;
  margin-top: 0px;
}
#dataExplorer .indexBlock {
  display: inline-block;
}
#dataExplorer .indexBlock .btn-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
#dataExplorer .dateConverterBlock {
  display: inline-block;
  vertical-align: top;
  margin-top: 45px;
  margin-left: 20px;
}
#dataExplorer .dateConverterBlock .filterRow {
  width: 405px;
}
#dataExplorer .dateConverterBlock .filterRow div {
  margin-right: 0px;
}
#dataExplorer .dateConverterBlock .filterRow div.optionGroup div {
  margin-right: 0px;
}
#dataExplorer .dateConverterBlock .filterRow div.optionGroup > :nth-child(1) label {
  width: 160px;
}
#dataExplorer .dateConverterBlock .filterRow div.optionGroup .filterInput .mediumInput {
  width: 234px;
}
#dataExplorer .filterRow {
  overflow-y: hidden;
  width: 760px;
  display: inline-block;
}
#dataExplorer .filterRow > div,
#dataExplorer .filterRow > input,
#dataExplorer .filterRow div.optionGroup > div,
#dataExplorer .filterRow div.optionGroup > input,
#dataExplorer .filterRow div.optionGroup > a {
  margin-right: 20px;
  display: inline-block;
}
#dataExplorer .filterRow > div[hidden],
#dataExplorer .filterRow > input[hidden],
#dataExplorer .filterRow div.optionGroup > div[hidden],
#dataExplorer .filterRow div.optionGroup > input[hidden],
#dataExplorer .filterRow div.optionGroup > a[hidden] {
  display: none;
}
#dataExplorer .filterRow div.optionGroup {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
#dataExplorer .filterRow div.optionGroup .noMargin {
  margin: 0px;
}
#dataExplorer .filterRow div.optionGroup.btn-row {
  padding-top: 15px;
}
#dataExplorer .filterRow div.optionGroup > :nth-child(1) label {
  width: 90px;
}
#dataExplorer .filterRow div.optionGroup .filterInput .bigInput {
  width: 600px;
}
#dataExplorer .filterRow .rightButton {
  float: right;
  margin-top: 22px;
}
#dataExplorer .filterRow .k-dropdown {
  width: 250px;
}
#dataExplorer .filterRow .k-dropdown-wrap {
  width: 200px;
}
#dataExplorer .filterRow .filterInput > input {
  height: 22px;
  line-height: 18px;
  padding: 2px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#redshiftDataExplorer {
  min-height: 100%;
}
#redshiftDataExplorer .summary {
  margin-bottom: 12px;
}
#redshiftDataExplorer #download-csv-button {
  display: none;
}
#redshiftDataExplorer .aceEditor {
  border: 2px solid grey;
  height: 300px;
  width: 100%;
  margin-bottom: 12px;
}
#redshiftDataExplorer .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
#redshiftDataExplorer #redshiftDataGrid {
  display: none;
  position: relative;
}
#redshiftDataExplorer .indexBlock {
  display: inline-block;
}
#redshiftDataExplorer .indexBlock .btn-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
#redshiftDataExplorer #run-query-wrapper {
  background-color: #f7f8fa;
  width: 100%;
  height: 200px;
  justify-content: center;
  text-align: center;
  display: flex;
  position: relative;
}
#redshiftDataExplorer #run-query-text {
  font-size: 14px;
  color: #9ea0a5;
  font-weight: 600;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#redshiftDataExplorer .align-right {
  float: right;
}
#redshiftDataExplorer .filterRow {
  overflow-y: hidden;
  width: 100%;
  display: inline-block;
}
#redshiftDataExplorer .filterRow > div,
#redshiftDataExplorer .filterRow > input,
#redshiftDataExplorer .filterRow div.optionGroup > div,
#redshiftDataExplorer .filterRow div.optionGroup > input,
#redshiftDataExplorer .filterRow div.optionGroup > a {
  margin-right: 20px;
  display: inline-block;
}
#redshiftDataExplorer .filterRow > div[hidden],
#redshiftDataExplorer .filterRow > input[hidden],
#redshiftDataExplorer .filterRow div.optionGroup > div[hidden],
#redshiftDataExplorer .filterRow div.optionGroup > input[hidden],
#redshiftDataExplorer .filterRow div.optionGroup > a[hidden] {
  display: none;
}
#redshiftDataExplorer .filterRow div.optionGroup {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
#redshiftDataExplorer .filterRow div.optionGroup .noMargin {
  margin: 0px;
}
#redshiftDataExplorer .filterRow div.optionGroup.btn-row {
  padding-top: 15px;
}
#redshiftDataExplorer .filterRow div.optionGroup > :nth-child(1) label {
  width: 90px;
}
#redshiftDataExplorer .filterRow div.optionGroup .filterInput .bigInput {
  width: 600px;
}
#redshiftDataExplorer .filterRow .rightButton {
  float: right;
  margin-top: 22px;
}
#redshiftDataExplorer .filterRow .k-dropdown {
  width: 250px;
}
#redshiftDataExplorer .filterRow .k-dropdown-wrap {
  width: 200px;
}
#redshiftDataExplorer .filterRow .filterInput > input {
  height: 22px;
  line-height: 18px;
  padding: 2px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#datasetTasks {
  padding: 20px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#datasetUpdater .summary {
  margin-bottom: 12px;
}
#datasetUpdater form > .btn-row {
  margin-top: 5px;
}
#datasetUpdater .aceEditor {
  border: 2px solid grey;
  height: 500px;
  width: 100%;
}
#datasetUpdater .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
/*
 * Copyright (C) 2010-2017 Evergage, Inc.
 * All rights reserved.
 */
#datasetUploader .summary {
  margin-bottom: 12px;
}
#datasetUploader .aceEditor {
  border: 2px solid grey;
  height: 500px;
  width: 100%;
}
#datasetUploader .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#datasetValidator .errorGroupName {
  text-decoration: underline;
}
#datasetValidator .errorId,
#datasetValidator .errorMessage {
  margin-left: 0.25em;
}
#datasetValidator .errorName {
  font-weight: bold;
}
#datasetValidator .errorId {
  font-style: italic;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#emailJobs input[type=checkbox] {
  vertical-align: middle;
  margin-top: 0px;
}
#emailJobs .rightPreviewPane {
  width: 300px;
}
#emailJobs .triggerJobSection {
  padding-top: 10px;
  padding-bottom: 10px;
  /* These input names a pretty long, so make it wider than usual */
}
#emailJobs .triggerJobSection > .k-dropdown {
  width: 250px;
}
#emailJobs .triggerJobSection span {
  margin-left: 4px;
  margin-right: 4px;
}
#emailJobs .triggerJobSection div.btn-group-primary {
  display: inline-block;
}
#emailJobs .filterRow {
  padding-bottom: 10px;
  overflow-y: hidden;
}
#emailJobs .filterRow > div,
#emailJobs .filterRow > input,
#emailJobs .filterRow div.optionGroup > div,
#emailJobs .filterRow div.optionGroup > input {
  margin-right: 10px;
  display: inline-block;
}
#emailJobs .filterRow div.optionGroup {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
#emailJobs .filterRow .rightButton {
  float: right;
  margin-top: 22px;
}
#emailJobs .filterRow .k-dropdown {
  width: 250px;
}
#emailJobs .filterRow .k-dropdown-wrap {
  width: 200px;
}
#emailJobs .filterRow .filterInput > input {
  height: 22px;
  line-height: 18px;
  padding: 2px;
}
#emailJobs .jobSelectDropdown {
  margin-top: 15px;
  margin-bottom: 15px;
}
#emailJobs #infoBox {
  display: inline-block;
}
#emailJobs #infoBox .border {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f7f7f7;
  padding: 10px 40px;
  display: inline-block;
}
#emailJobs #infoBox ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#emailJobs #infoBox ul li > i {
  padding-left: 5px;
  color: #0070D2;
  cursor: pointer;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#groovyJobList .page-header {
  margin-bottom: 5px !important;
  padding: 0;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#groovyJobSchedule .page-header {
  margin-bottom: 5px !important;
  padding: 0;
}
#groovyJobSetup {
  margin: 0 2em;
}
#groovyJobSetup .internal-wrapper__page-header {
  margin-bottom: 0px !important;
  padding: 9px 9px 0px 0px !important;
}
#groovyJobSetup textarea {
  resize: none;
  width: 100%;
}
#groovyJobSetup .aceEditor {
  height: 500px;
  margin-top: 5px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#jobHistory input[type=checkbox],
#loadErrors input[type=checkbox] {
  vertical-align: middle;
  margin-top: 0px;
}
#jobHistory .rightPreviewPane,
#loadErrors .rightPreviewPane {
  width: 300px;
}
#jobHistory .triggerJobSection,
#loadErrors .triggerJobSection {
  padding-top: 10px;
  padding-bottom: 10px;
  /* These input names a pretty long, so make it wider than usual */
}
#jobHistory .triggerJobSection > .k-dropdown,
#loadErrors .triggerJobSection > .k-dropdown {
  width: 250px;
}
#jobHistory .triggerJobSection span,
#loadErrors .triggerJobSection span {
  margin-left: 4px;
  margin-right: 4px;
}
#jobHistory .triggerJobSection div.btn-group-primary,
#loadErrors .triggerJobSection div.btn-group-primary {
  display: inline-block;
}
#jobHistory .filterRow,
#loadErrors .filterRow {
  padding-bottom: 10px;
  overflow-y: hidden;
}
#jobHistory .filterRow > div,
#loadErrors .filterRow > div,
#jobHistory .filterRow > input,
#loadErrors .filterRow > input,
#jobHistory .filterRow div.optionGroup > div,
#loadErrors .filterRow div.optionGroup > div,
#jobHistory .filterRow div.optionGroup > input,
#loadErrors .filterRow div.optionGroup > input {
  margin-right: 10px;
  display: inline-block;
}
#jobHistory .filterRow div.optionGroup,
#loadErrors .filterRow div.optionGroup {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
#jobHistory .filterRow .rightButton,
#loadErrors .filterRow .rightButton {
  float: right;
  margin-top: 22px;
}
#jobHistory .filterRow .k-dropdown,
#loadErrors .filterRow .k-dropdown {
  width: 250px;
}
#jobHistory .filterRow .k-dropdown-wrap,
#loadErrors .filterRow .k-dropdown-wrap {
  width: 200px;
}
#jobHistory .filterRow .filterInput > input,
#loadErrors .filterRow .filterInput > input {
  height: 22px;
  line-height: 18px;
  padding: 2px;
}
#jobHistory .jobSelectDropdown,
#loadErrors .jobSelectDropdown {
  margin-top: 15px;
  margin-bottom: 15px;
}
#jobHistory .border,
#loadErrors .border {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
  padding: 10px 20px;
  display: inline-block;
}
#jobHistory #infoBox,
#loadErrors #infoBox {
  display: inline-block;
}
#jobHistory #infoBox ul,
#loadErrors #infoBox ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#jobHistory #infoBox ul li > i,
#loadErrors #infoBox ul li > i {
  padding-left: 5px;
  color: #0070D2;
  cursor: pointer;
}
#jobHistory #jobTypeBox,
#loadErrors #jobTypeBox {
  padding-top: 8px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#jobLaunch .previewSection .topButtons span {
  display: block;
  margin-top: 14px;
}
#jobLaunch .inputRow {
  margin-top: 5px;
  margin-bottom: 5px;
}
#jobLaunch .schemaVersionLabel {
  display: inline !important;
  margin-right: 5px;
}
#jobLaunch .elasticsearchClusterSelect span {
  margin-top: 0 !important;
}
#jobLaunch .elasticsearchClusterSelect span .k-icon {
  margin-top: 11px !important;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#scheduledJobs h2 {
  margin-bottom: 10px;
}
#scheduledJobs .btn-row {
  margin-top: 5px;
}
#scheduledJobs .aceEditor {
  border: 2px solid grey;
  height: 500px;
  width: 100%;
}
#scheduledJobs .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
.campaignExperienceOverview {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.campaignExperienceOverview .testLink {
  float: right;
  position: relative;
}
.campaignExperienceOverview .testLink .experienceIdText {
  vertical-align: middle;
  padding-right: 4px;
}
.campaignExperienceOverview .testLink .fas,
.campaignExperienceOverview .testLink .far {
  color: #0070D2;
}
.campaignExperienceOverview h4 {
  margin-top: 0;
}
.campaignExperienceOverview ul {
  padding-inline-start: 20px;
  -moz-padding-start: 20px;
  -webkit-padding-start: 20px;
}
.campaignExperienceOverview .hideShowLink {
  margin-left: 5px;
}
.rightPreviewPane .campaignOverview .notes-container.web-campaign {
  width: 100%;
  padding: 10px 10px 0px;
}
.rightPreviewPane .in-app-campaign-edit-link {
  display: none;
}
.campaignOverview hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.campaignOverview .in-app-campaign-edit-link {
  padding-bottom: 10px;
}
.campaignOverview .in-app-campaign-edit-link span {
  color: #585858;
  font-weight: bold;
}
.campaignOverview .in-app-campaign-edit-link input[type="text"] {
  margin-top: 5px;
  width: 650px;
}
.campaignOverview .attributes-notes-wrapper {
  margin-bottom: 10px;
}
.campaignOverview .attributes {
  box-sizing: border-box;
  width: 340px;
  display: inline-block;
  vertical-align: top;
}
.campaignOverview .attributes .email-experience-name {
  font-size: 14px;
  white-space: nowrap;
  text-align: left;
}
.campaignOverview .attributes .email-experience-name span {
  margin-left: 20px;
}
.campaignOverview .notes-container {
  padding-top: 7px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 350px);
  height: 87px;
}
.campaignOverview .notes-container.web-campaign {
  height: 140px;
}
.campaignOverview .notes-container .notes-label {
  color: #585858;
  font-weight: bold;
}
.campaignOverview .notes-container .notes-label .fas,
.campaignOverview .notes-container .notes-label .far {
  margin-left: 4px;
  color: #0070D2;
}
.campaignOverview .notes-container .notes-input-container {
  box-sizing: border-box;
  padding-top: 4px;
  height: calc(100% - 24px);
}
.campaignOverview .notes-container .notes-input-container .note-input {
  height: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 7px;
  width: 100%;
}
.campaignOverview .notes-container .notes-input-container .note-input:not(:focus) {
  padding: 4px 8px;
  border: none;
  box-sizing: border-box;
}
.campaignOverview .notes-container .notes-input-container .note-input-static {
  width: 100%;
  padding: 3px 7px;
  box-sizing: border-box;
}
.campaignOverview .label {
  font-weight: bold;
}
.campaignOverview .email-experience-overview {
  padding: 0 15px;
}
.campaignOverview .email-experience-overview h3 {
  margin-bottom: 7px;
}
.campaignOverview .email-experience-overview .attributes-box {
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 50px;
  margin-right: 50px;
  border: 1px #b5b5b5 solid;
  padding: 7px;
}
.campaignOverview .email-experience-overview .email-message-summary {
  margin: 5px 0;
  color: #585858;
}
.campaignOverview .email-experience-overview .email-message-summary .message-summary {
  padding: 5px 10px;
}
.campaignOverview .email-experience-overview .email-message-summary .message-summary-table tr td:first-child {
  font-weight: normal;
}
.campaignOverview .email-experience-overview .email-message-summary .message-summary-table tr td {
  color: #848484;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
.campaignOverview .email-experience-overview .disabled {
  font-style: italic;
}
.campaignOverview .rules > ul > li > *,
.campaignOverview .experiences > ul > li > * {
  margin-left: -11px;
}
.campaignOverview .rules ul,
.campaignOverview .experiences ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 17px;
}
.campaignOverview .rules ul li,
.campaignOverview .experiences ul li {
  padding: 3px;
  padding-left: 0;
}
.campaignOverview .emailBlockSummary h3 {
  margin-bottom: 3px;
}
.campaignOverview .rules > ul {
  margin-top: 0;
  margin-bottom: 0;
}
.campaignOverview .experiences .header {
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 6px;
}
.campaignOverview .campaignExperienceHeader {
  padding: 0 10px;
  margin-bottom: 7px;
}
.campaignOverview .experienceSummaries {
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
}
.campaignOverview .experienceSummaries .experienceSummary.even {
  background-color: #f5f5f5;
}
.campaignOverview .experienceSummaries .experienceSummary.odd {
  background-color: #ffffff;
}
.campaignOverview .experienceSummaries .experienceGroupSummary {
  margin-bottom: 7px;
}
.campaignOverview .campaignHistory {
  margin-left: auto;
  margin-right: auto;
}
.campaignOverview .campaignHistory .showMoreAuditsButton {
  cursor: pointer;
  text-align: center;
  color: #0070D2;
}
.campaignOverview .mobileTest {
  padding: 10px;
}
.campaignOverview .mobileTest h3 {
  margin-top: 0;
}
.campaignOverview .mobileTest ul {
  padding-inline-start: 20px;
  -moz-padding-start: 20px;
  -webkit-padding-start: 20px;
}
.campaignOverview .mobileUrl {
  font-size: 12px;
  font-family: 'Monaco', 'Menlo', monospace;
  color: #848484;
}
.campaignOverview .mobileUrl a:hover {
  color: #82c135;
}
.campaignOverview .code {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 12px;
  word-wrap: break-word;
}
.campaignOverview .campaignRules {
  padding: 0 10px;
}
.campaignOverview .campaignRules ul {
  padding-inline-start: 20px;
  -moz-padding-start: 20px;
  -webkit-padding-start: 20px;
}
.campaignOverview .guardianBlock {
  padding: 0 10px;
  margin-bottom: 13px;
  height: 15px;
}
.campaignOverview .guardian-button {
  color: #0070D2;
  float: right;
  font-size: 15px;
  height: 100%;
}
.campaignOverviewV2 hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.campaignOverviewV2 .in-app-campaign-edit-link {
  padding-bottom: 10px;
}
.campaignOverviewV2 .in-app-campaign-edit-link span {
  color: #585858;
  font-weight: bold;
}
.campaignOverviewV2 .in-app-campaign-edit-link input[type="text"] {
  margin-top: 5px;
  width: 650px;
}
.campaignOverviewV2 .fixed-left-col {
  width: 320px;
  float: left;
}
.campaignOverviewV2 .flow-right-col {
  margin-left: 320px;
  padding-left: 10px;
  padding-right: 20px;
}
.campaignOverviewV2 table.attributes tr td {
  vertical-align: top;
  padding-top: 4px;
  padding-bottom: 4px;
}
.campaignOverviewV2 .attributes-notes-area.detail-row {
  margin-left: 20px;
  margin-top: 16px;
}
.campaignOverviewV2 .attributes-notes-wrapper {
  margin-bottom: 10px;
}
.campaignOverviewV2 .attributes {
  box-sizing: border-box;
  width: 340px;
  display: inline-block;
  vertical-align: top;
}
.campaignOverviewV2 .attributes .email-experience-name {
  font-size: 14px;
  white-space: nowrap;
  text-align: left;
}
.campaignOverviewV2 .attributes .email-experience-name span {
  margin-left: 20px;
}
.campaignOverviewV2 .label-value-pair {
  display: inline-block;
  margin: 2px 18px 0 0;
}
.campaignOverviewV2 .label-value-pair .value {
  line-height: 14px;
}
.campaignOverviewV2 .label-value-pair .label {
  font-weight: normal;
  font-size: 11px;
  color: #808080;
}
.campaignOverviewV2 #messagePreview {
  max-width: 300px;
  max-height: 250px;
  margin: 0 0 1px 10px;
}
.campaignOverviewV2 #messagePreview.hiddenPreview {
  visibility: hidden;
}
.campaignOverviewV2 #messagePreview #mobileMessagePreviewTarget {
  width: 290px;
  max-height: 250px;
  overflow: hidden;
}
.campaignOverviewV2 #messagePreview #mobileMessagePreviewTarget .structuredDataGridEditor {
  min-height: 250px;
}
.campaignOverviewV2 #messagePreview #mobileMessagePreviewTarget #notificationMessage {
  min-height: 20px;
  padding: 10px;
  background-color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.campaignOverviewV2 #messagePreview #mobileMessagePreviewTarget #notificationMessage .title {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "SF SemiBold";
  font-size: 16px;
}
.campaignOverviewV2 #messagePreview #mobileMessagePreviewTarget #notificationMessage .body {
  margin: 5px 0;
  font-family: "SF Regular";
}
.campaignOverviewV2 #messagePreview #mobileMessagePreviewTarget #notificationMessage #mobileButtonsPreview {
  margin: 5px auto 0 auto;
  text-align: center;
  white-space: nowrap;
  font-family: "SF Regular";
}
.campaignOverviewV2 #messagePreview #mobileMessagePreviewTarget #notificationMessage #mobileButtonsPreview #mobileButtonPreview-1 {
  margin-left: 10px;
}
.campaignOverviewV2 #messagePreview #mobileMessagePreviewTarget #notificationMessage #mobileButtonsPreview .mobileButton {
  border-radius: 6px;
  min-width: 110px;
  max-width: 48%;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 10px;
  min-height: 36px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  vertical-align: middle;
}
.campaignOverviewV2 #messagePreview #mobileMessagePreviewTarget #notificationMessage #mobileButtonsPreview .mobileButton .text {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.campaignOverviewV2 #messagePreview #messagePreviewTarget {
  width: 300px;
  max-height: 250px;
  overflow: hidden;
}
.campaignOverviewV2 #messagePreview #messagePreviewTarget #messagePreviewLoadingDiv {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url('../node_modules/kendo-ui/styles/Bootstrap/loading-image.gif');
  position: static;
  width: 290px;
  height: 250px;
}
.campaignOverviewV2 #messagePreview #messagePreviewTarget .evergage-tooltip {
  pointer-events: none;
}
.campaignOverviewV2 #messagePreview #messagePreviewTarget .evergage-tooltip > .modal {
  position: relative;
  height: auto;
}
.campaignOverviewV2 #messagePreview .clear {
  clear: both;
}
.campaignOverviewV2 .campaign-details {
  padding-left: 0;
}
.campaignOverviewV2 .detail-row {
  margin-top: 10px;
  overflow: auto;
}
.campaignOverviewV2 .detail-row:first-child {
  margin-top: 16px;
}
.campaignOverviewV2 .notes-container {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-height: 60px;
  overflow-y: auto;
}
.campaignOverviewV2 .notes-container.web-campaign {
  height: 140px;
}
.campaignOverviewV2 .notes-container .notes-label {
  color: #585858;
  font-weight: bold;
}
.campaignOverviewV2 .notes-container .notes-label .fas,
.campaignOverviewV2 .notes-container .notes-label .far {
  margin-left: 4px;
  color: #0070D2;
}
.campaignOverviewV2 .notes-container .notes-input-container {
  box-sizing: border-box;
}
.campaignOverviewV2 .notes-container .notes-input-container .note-input {
  height: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 7px;
  width: 100%;
}
.campaignOverviewV2 .notes-container .notes-input-container .note-input:not(:focus) {
  padding: 4px 8px;
  border: none;
  box-sizing: border-box;
}
.campaignOverviewV2 .notes-container .notes-input-container .note-input-static {
  width: 100%;
  padding: 3px 7px;
  box-sizing: border-box;
}
.campaignOverviewV2 .label {
  font-weight: bold;
}
.campaignOverviewV2 .spacer {
  overflow-y: auto;
  margin-bottom: 20px;
}
.campaignOverviewV2 .email-experience-overview {
  padding: 0;
}
.campaignOverviewV2 .email-experience-overview h3 {
  margin-bottom: 7px;
}
.campaignOverviewV2 .email-experience-overview .attributes-box {
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 50px;
  margin-right: 50px;
  border: 1px #b5b5b5 solid;
  padding: 7px;
}
.campaignOverviewV2 .email-experience-overview .email-message-summary {
  margin: 5px 0;
  color: #585858;
}
.campaignOverviewV2 .email-experience-overview .email-message-summary .message-summary {
  padding: 5px 10px;
}
.campaignOverviewV2 .email-experience-overview .email-message-summary .message-summary-table tr td:first-child {
  font-weight: normal;
}
.campaignOverviewV2 .email-experience-overview .email-message-summary .message-summary-table tr td {
  color: #848484;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
.campaignOverviewV2 .email-experience-overview .disabled {
  font-style: italic;
}
.campaignOverviewV2 .rules > ul > li > *,
.campaignOverviewV2 .experiences > ul > li > * {
  margin-left: -11px;
}
.campaignOverviewV2 .rules ul,
.campaignOverviewV2 .experiences ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 17px;
}
.campaignOverviewV2 .rules ul li,
.campaignOverviewV2 .experiences ul li {
  padding: 3px;
  padding-left: 0;
}
.campaignOverviewV2 .emailBlockSummary h3 {
  margin-bottom: 3px;
}
.campaignOverviewV2 .rules > ul {
  margin-top: 0;
  margin-bottom: 0;
}
.campaignOverviewV2 .experiences .header {
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 6px;
}
.campaignOverviewV2 .campaignExperienceHeader {
  padding: 0 10px;
  margin-bottom: 7px;
}
.campaignOverviewV2 .experienceSummaries {
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
}
.campaignOverviewV2 .experienceSummaries .experienceSummary.even {
  background-color: #f5f5f5;
}
.campaignOverviewV2 .experienceSummaries .experienceSummary.odd {
  background-color: #ffffff;
}
.campaignOverviewV2 .experienceSummaries .experienceGroupSummary {
  margin-bottom: 7px;
}
.campaignOverviewV2 .campaignHistory {
  margin-left: auto;
  margin-right: auto;
}
.campaignOverviewV2 .campaignHistory .showMoreAuditsButton {
  cursor: pointer;
  text-align: center;
  color: #0070D2;
}
.campaignOverviewV2 .mobileTest {
  padding: 10px;
}
.campaignOverviewV2 .mobileTest h3 {
  margin-top: 0;
}
.campaignOverviewV2 .mobileTest ul {
  padding-inline-start: 20px;
  -moz-padding-start: 20px;
  -webkit-padding-start: 20px;
}
.campaignOverviewV2 .mobileUrl {
  font-size: 12px;
  font-family: 'Monaco', 'Menlo', monospace;
  color: #848484;
}
.campaignOverviewV2 .mobileUrl a:hover {
  color: #82c135;
}
.campaignOverviewV2 .code {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 12px;
  word-wrap: break-word;
}
.campaignOverviewV2 .campaignRules {
  padding: 0 10px;
}
.campaignOverviewV2 .campaignRules ul {
  padding-inline-start: 20px;
  -moz-padding-start: 20px;
  -webkit-padding-start: 20px;
}
.campaignOverviewV2 .guardianBlock {
  padding: 0 10px;
  margin-bottom: 13px;
  height: 15px;
}
.campaignOverviewV2 .guardian-button {
  color: #0070D2;
  float: right;
  font-size: 15px;
  height: 100%;
}
.campaignsListModal .modal-content > .ng-scope.statusMessageWrapperDiv {
  position: absolute;
  left: 120px;
  margin-right: 120px;
  height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important;
  z-index: 1;
  padding-bottom: 0px;
  padding-top: 0px;
  overflow: visible;
  margin-top: 14px;
}
.campaignsListModal .modal-content > .ng-scope {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  box-sizing: border-box;
  overflow-y: hidden;
  padding-top: 57px;
  padding-bottom: 68px;
}
.campaignsListModal .modal-content > .ng-scope .modal-header {
  margin-top: -57px;
  height: 57px;
  box-sizing: border-box;
}
.campaignsListModal .modal-content > .ng-scope .modal-body {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  box-sizing: border-box;
}
.campaignsListModal .modal-content > .ng-scope .modal-footer {
  margin-bottom: 68px;
  margin-top: 0px !important;
  box-sizing: border-box;
}
.campaignsListModal .modal-dialog {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
}
.campaignsListModal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
}
.campaignsListModal .modal-dialog .modal-content .modal-body {
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}
.campaignsListModal .modal-dialog .modal-content .modal-header {
  padding: 20px;
}
.campaignsListModal .modal-dialog .modal-content .modal-header h3 {
  float: left;
  line-height: 0px;
  margin-top: 9px;
}
.campaignsListModal .modal-dialog .modal-content .modal-header .closeIcon {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.campaignsListModal .modal-dialog .modal-content .modal-header .statusMessage {
  min-height: 0px;
  height: 0px;
  margin-left: 20px;
  margin-top: -6px;
}
.campaignStateSelect.DisabledCampaign span:not(.k-state-hover) > .k-input {
  color: #999999;
}
.campaignStateSelect.TestingCampaign span:not(.k-state-hover) > .k-input {
  color: rgba(221, 54, 11, 0.6);
}
#campaignStateSelect-list {
  top: 0 !important;
  left: 0 !important;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
#campaign-stats {
  margin: 0 15px 0 15px;
}
#campaign-stats .title-container {
  float: left;
  min-width: 200px;
}
@media (max-width: 1250px) {
  #campaign-stats .title-container {
    width: 100%;
  }
}
#campaign-stats .title-container .page-title {
  display: inline;
  margin-top: 0;
  margin-bottom: 6px;
}
#campaign-stats .title-container .fa-info-circle {
  color: #b5b5b5;
  font-size: 22px;
  margin-left: 10px;
}
#campaign-stats .options-container {
  margin-right: 13px;
  margin-top: 5px;
  margin-bottom: 10px;
  float: right;
}
#campaign-stats .options-container .chosen-container {
  max-width: 222px;
}
#campaign-stats .options-container .chosen-single {
  color: #585858;
}
#campaign-stats .options-container .option-wrap {
  display: inline-block;
  width: 228px;
  margin-left: 14px;
  vertical-align: top;
}
#campaign-stats .options-container #attribution-wrap {
  width: 135px;
}
#campaign-stats .options-container #outlier-filter {
  vertical-align: top;
  width: 110px;
}
#campaign-stats .options-container .selection-container {
  display: inline-block;
  margin-top: 5px;
}
#campaign-stats .options-container .selection-container.outlier-selection,
#campaign-stats .options-container .selection-container.attribution-selection,
#campaign-stats .options-container .selection-container.attribution-window-selection {
  height: 43px;
  vertical-align: bottom;
}
#campaign-stats .options-container .selection-container.outlier-selection .switch-container,
#campaign-stats .options-container .selection-container.attribution-selection .switch-container,
#campaign-stats .options-container .selection-container.attribution-window-selection .switch-container {
  margin-top: 8px;
}
#campaign-stats .options-container .selection-container.attribution-selection .switch label:nth-of-type(1) {
  left: -36px;
}
#campaign-stats .options-container .selection-container.attribution-selection .switch.triggeredCampaign {
  left: 51px;
}
#campaign-stats .options-container .selection-container.attribution-selection .switch.triggeredCampaign label:nth-of-type(1) {
  left: -70px;
}
#campaign-stats .options-container .selection-container .option-label {
  font-weight: bold;
  margin-right: 2px;
  margin-bottom: 4px;
}
#campaign-stats .options-container .selection-container .chosenDropdownWrapper {
  display: inline-block;
}
#campaign-stats .options-container .selection-container .egItemSearchWrapper,
#campaign-stats .options-container .selection-container .k-multiselect,
#campaign-stats .options-container .selection-container .k-multiselect-wrap {
  width: 220px;
  height: 28px;
}
#campaign-stats .options-container .selection-container .k-button {
  max-width: 218px;
}
#campaign-stats .options-container .selection-container .switch-container {
  margin-left: 5px;
  display: block;
}
#campaign-stats .options-container .selection-container #attribution-type-switch {
  margin-left: 15px;
}
#campaign-stats .unable-to-load {
  margin-left: 12px;
  margin-top: -16px;
  font-size: 14px;
}
#campaign-stats .page-row {
  margin-bottom: 18px;
}
#campaign-stats .page-row.title-row {
  margin-top: 16px;
  margin-bottom: 30px;
}
#campaign-stats .page-row.timeline-row {
  margin-bottom: 46px;
}
#campaign-stats .page-row.overview-row {
  margin-bottom: 38px;
}
#campaign-stats .campaign-overview-dropdown {
  z-index: 100;
  width: 650px;
  padding: 4px;
  position: absolute;
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
  border: 1px solid #848484;
  overflow-y: auto;
}
.attribution-window-dropdown .chosen-container {
  min-width: 130px !important;
  width: 130px !important;
}
#experiencesToolbar {
  max-width: 92%;
  overflow-x: hidden;
  white-space: nowrap;
  position: relative;
  top: 1px;
  border-bottom: 0px solid #dddddd;
}
#experiencesToolbar .left {
  /* TODO: FIXATHON: For the time being, keeping these styles for the experienceTabset */
}
#experiencesToolbar .left .fas,
#experiencesToolbar .left .far {
  color: #0070D2;
}
#experiencesToolbar .left .nav-tabs li {
  padding-top: 0px;
  margin-left: 4px;
  margin-top: 2px;
  border-left: none;
  border-right: none;
}
#experiencesToolbar .left .nav-tabs li.active {
  background-color: #f5f5f5;
  border-top: none;
}
#experiencesToolbar .left .nav-tabs li.active a {
  background-color: transparent;
}
#experiencesToolbar .left .nav-tabs li.addExperienceIcon {
  background-color: #ffffff;
  font-size: 17px;
  height: 35px;
  margin-top: -1px;
}
#experiencesToolbar .left .nav-tabs li.addExperienceIcon a {
  height: 21px;
}
#experiencesToolbar .left .nav-tabs li.actionTab {
  border: none;
  background-color: transparent;
}
#experiencesToolbar .left .nav-tabs li.headerTab {
  cursor: initial;
  background: transparent;
  border: none;
  margin-left: 20px;
}
#experiencesToolbar .left .nav-tabs li.headerTab a {
  color: #808080;
  pointer-events: none;
  cursor: initial;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
}
#experiencesToolbar .left .nav-tabs li.headerTab a:hover {
  background-color: transparent;
}
#experiencesToolbar .addExperience {
  width: 40px;
  text-align: center;
  cursor: pointer;
}
#experiencesToolbar .addExperience:hover {
  background: #82c135;
}
#experiencesToolbar .right {
  background-color: #f5f5f5;
  border-top-left-radius: 6px;
  color: #0070D2;
  font-weight: bold;
}
#experiencesToolbar .right span {
  padding-right: 10px;
  padding-left: 10px;
}
#experiencesToolbar .right span .fas,
#experiencesToolbar .right span .far {
  padding-left: 4px;
}
.campaign-scheduler {
  margin-left: 10px;
}
.campaign-scheduler .hours-of-block {
  margin-top: 14px;
  margin-bottom: 6px;
}
.campaign-scheduler .checkbox-align {
  margin-top: 9px;
}
.campaign-scheduler .second-input {
  margin-left: 24px;
}
.campaign-scheduler .second-input > * {
  vertical-align: top;
}
.campaign-scheduler .align-on-input {
  padding-right: 4px;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.campaign-stats-expandable-chart {
  margin: 0 20px;
}
.campaign-stats-expandable-chart .chart-header {
  vertical-align: bottom;
  position: relative;
  padding-right: 6px;
}
.campaign-stats-expandable-chart .chart-header.global-average {
  padding-right: 70px;
}
.campaign-stats-expandable-chart .chart-header .chart-title {
  font-size: 22px;
  color: #585858;
}
.campaign-stats-expandable-chart .chart-header .chart-info {
  font-size: 22px;
  margin-left: 8px;
  color: #b5b5b5;
}
.campaign-stats-expandable-chart .chart-header .chartHoverInfoBox {
  display: inline-block;
  max-width: 400px;
  position: absolute;
  padding: 8px;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
  margin-top: -10px;
  margin-left: 10px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  z-index: 100000;
}
.campaign-stats-expandable-chart .chart-header .chartHoverInfoBox:after {
  right: 100%;
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(205, 213, 204, 0);
  border-right-color: #f5f5f5;
  border-width: 8px;
  margin-top: -5px;
}
.campaign-stats-expandable-chart .chart-header .chart-control {
  cursor: pointer;
  font-size: 13px;
  color: #848484;
  float: right;
  margin-right: 8px;
  margin-top: 6px;
}
.campaign-stats-expandable-chart .chart-header .chart-control .fas,
.campaign-stats-expandable-chart .chart-header .chart-control .far {
  font-size: 18px;
  margin-bottom: 1px;
  vertical-align: middle;
  margin-left: 4px;
  color: #6E6E6E;
}
.campaign-stats-expandable-chart .chart-header .chart-control:hover {
  color: #BABABA;
}
.campaign-stats-expandable-chart .chart-header .chart-control:hover .fas,
.campaign-stats-expandable-chart .chart-header .chart-control:hover .far {
  color: #BABABA;
}
.campaign-stats-expandable-chart .chart-header .hide-show-control .fas,
.campaign-stats-expandable-chart .chart-header .hide-show-control .far {
  font-size: 19px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper {
  margin-top: 10px;
  position: relative;
  padding-right: 270px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-container {
  margin-right: -270px;
  width: 100%;
  float: right;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-container .highcharts-tooltip > span {
  width: 180px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-container .highcharts-tooltip .time-range {
  font-weight: bold;
  margin-bottom: 4px;
  color: #848484;
  font-size: 13px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-container .highcharts-tooltip .point-data {
  font-size: 13px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container {
  width: 260px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend {
  height: 280px;
  width: 260px;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend table {
  margin: 0 auto;
  width: 260px;
  table-layout: fixed;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend table th {
  font-weight: normal;
  text-align: left;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tr,
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend table td {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tbody {
  display: table;
  width: 260px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend table thead,
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tbody {
  border-bottom: #FFFFFF solid 3px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tbody.legendInactive td {
  opacity: 0.4;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tbody.legendInactive td.low-confidence {
  opacity: 0.18;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tbody:hover {
  background-color: #ecfcba !important;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer {
  height: 0;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer .circle-spacer {
  width: 40px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer .test-total-spacer {
  width: 76px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer .control-total-spacer {
  width: 76px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer .lift-percent-spacer {
  width: 84px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer .lift-confidence-spacer {
  width: 88px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .legend-body {
  height: 238px;
  overflow-y: auto;
  overflow-x: hidden;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .legend-header {
  background-color: #f5f5f5;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .experience-group {
  width: 100%;
  cursor: pointer;
  display: table-row-group;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .value {
  margin-left: 2px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .value.empty {
  font-size: 18px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .series-bar {
  display: inline-block;
  height: 0px;
  width: 48px;
  border-top: 3px;
  position: absolute;
  bottom: 2px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .top-experience-row {
  height: 36px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .bottom-experience-row .experience-name-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .bottom-experience-row td {
  border-spacing: 1px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .circle-column .legend-circle {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  margin: auto;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .test-total-column {
  position: relative;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .test-total-column .value {
  margin-top: 3px;
  font-weight: bold;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .test-total-column .series-bar {
  border-top: solid;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .control-total-column {
  position: relative;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .control-total-column .value {
  margin-top: 5px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .control-total-column .series-bar {
  border-top: dashed;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .control-total-column.is-experience-baseline .series-bar {
  border-top: solid;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .value {
  font-size: 18px;
  margin-top: 3px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .value .fas,
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .value .far {
  font-size: 16px;
  position: relative;
  top: -1px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .value.empty {
  margin-top: 5px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column.low-confidence {
  opacity: 0.4;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .positive-lift {
  color: #519100;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .zero-lift {
  color: #808080;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .negative-lift {
  color: #dd360b;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-confidence-column .value {
  width: 100%;
  margin: 5px 0 0 0;
  text-align: center;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-confidence-column .value .fas,
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-confidence-column .value .far {
  margin-right: 10px;
  font-size: 18px;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-confidence-column .positive-lift {
  color: #519100;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-confidence-column .negative-lift {
  color: #dd360b;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .experience-name {
  padding-right: 10px;
  box-sizing: border-box;
  white-space: nowrap;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .spacer-column {
  width: 0;
}
.campaign-stats-expandable-chart .outer-chart-wrapper .chart-legend-container .chart-legend .spacer-column .legend-row-spacer {
  min-height: 56px;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.campaign-time-range-selector {
  position: relative;
}
.campaign-time-range-selector .range-selector-description {
  font-size: 12px;
  float: right;
  font-style: italic;
  margin-right: 20px;
  margin-top: 20px;
  position: relative;
}
.campaign-time-range-selector .range-selector-description .range-selector-title {
  font-weight: bold;
}
.campaign-time-range-selector .campaign-time-range-selector-chart {
  margin-top: 18px;
  overflow: visible;
  cursor: pointer;
}
.campaign-time-range-selector .campaign-time-range-selector-chart.selecting {
  cursor: ew-resize;
}
.campaign-time-range-selector .campaign-time-range-selector-chart .highcharts-container {
  box-sizing: border-box;
  overflow: visible !important;
}
.campaign-time-range-selector .campaign-time-range-selector-chart .highcharts-container .highcharts-tooltip span {
  white-space: normal !important;
}
.campaign-time-range-selector .campaign-time-range-selector-chart .highcharts-container svg {
  overflow: visible !important;
}
.campaign-time-range-selector .timeline-container {
  position: relative;
  margin-right: 250px;
}
.campaign-time-range-selector .timeline-container .highcharts-xaxis-labels {
  pointer-events: none;
}
.campaign-time-range-selector .timeline-container .zoom-reset-button {
  position: absolute;
  right: 10px;
  top: -20px;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  padding-right: 12px;
  padding-left: 12px;
  color: #848484;
  cursor: pointer;
}
.campaign-time-range-selector .timeline-container .zoom-reset-button:hover {
  color: #BABABA;
}
.campaign-time-range-selector .timeline-container .zoom-reset-button:hover .fas,
.campaign-time-range-selector .timeline-container .zoom-reset-button:hover .far {
  color: #BABABA;
}
.campaign-time-range-selector .timeline-container .zoom-reset-button .fas,
.campaign-time-range-selector .timeline-container .zoom-reset-button .far {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 1px;
  color: #6E6E6E;
}
.campaign-time-range-selector .range-input-container {
  float: right;
  width: 220px;
  padding-left: 12px;
  padding-top: 8px;
  box-sizing: border-box;
}
.campaign-time-range-selector .range-input-container ng-form .form-group .label {
  margin-bottom: 4px;
  font-weight: bold;
}
.campaign-time-range-selector .range-input-container ng-form .form-group:first-child {
  margin-bottom: 20px;
}
.campaign-time-range-selector .timeline-title {
  display: none;
  pointer-events: none;
  font-size: 22px;
  color: #585858;
  position: absolute;
  top: 44px;
  left: 22px;
}
.timeline-tooltip {
  position: absolute;
  box-sizing: border-box;
  background-color: #f5f5f5;
  padding: 12px;
  z-index: 100000;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.timeline-tooltip .header {
  text-align: center;
  margin-bottom: 6px;
  font-weight: bold;
}
.timeline-tooltip.state-tooltip {
  width: 190px;
}
.timeline-tooltip.state-tooltip .header {
  font-size: 14px;
}
.timeline-tooltip.pin-tooltip {
  min-width: 160px;
}
.timeline-tooltip.pin-tooltip .content {
  text-align: center;
}
.timeline-tooltip.epoch-tooltip {
  width: 160px;
}
.timeline-tooltip.epoch-tooltip .content {
  text-align: center;
}
.timeline-tooltip:not(.shifted):after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(243, 243, 243, 0);
  border-bottom-color: #f5f5f5;
  border-width: 5px;
  margin-left: -5px;
}
.timeline-tooltip.shifted:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(243, 243, 243, 0);
  border-bottom-color: #f5f5f5;
  border-width: 5px;
  margin-left: -5px;
}
#campaignStatsOverviewGrid {
  overflow-y: visible;
}
#campaignStatsOverviewGrid.is-multivariate thead th[data-field=name] div {
  margin-bottom: 0;
}
#campaignStatsOverviewGrid thead > tr > th {
  background-color: #f5f5f5;
}
#campaignStatsOverviewGrid thead tr:last-child th .tableHeader {
  font-size: 14px;
}
#campaignStatsOverviewGrid thead th {
  border: 2px solid #ffffff;
}
#campaignStatsOverviewGrid thead th[data-field=name] div {
  margin-bottom: 13px;
}
#campaignStatsOverviewGrid.hide-per-exp-control .controlDiv {
  display: none;
}
#campaignStatsOverviewGrid .tableHeader {
  color: #848484;
  text-transform: none;
  font-size: 16px;
  text-align: center;
}
#campaignStatsOverviewGrid .tableHeader > a {
  color: #848484;
}
#campaignStatsOverviewGrid .tableHeader > a:hover {
  color: #005FB2;
}
#campaignStatsOverviewGrid td {
  padding: 0px;
  font-weight: normal;
}
#campaignStatsOverviewGrid td div {
  text-align: right;
  cursor: auto;
  border: 1px solid #ffffff;
  padding: 2px 5px 1px 5px;
}
#campaignStatsOverviewGrid td div i {
  margin-right: 3px;
}
#campaignStatsOverviewGrid td div hr {
  margin-top: 3px;
  height: 3px;
  border: 0;
  display: block;
}
#campaignStatsOverviewGrid td .titleDiv {
  text-align: left;
  overflow: hidden;
}
#campaignStatsOverviewGrid td .experienceDiv {
  height: 25px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
#campaignStatsOverviewGrid td .experienceDiv p {
  margin: 0 0 0 5px;
}
#campaignStatsOverviewGrid td .experienceDiv hr {
  width: 80px;
  border-top: 3px solid;
  margin-left: 6px;
}
#campaignStatsOverviewGrid td .experienceDiv.rolled-up-control hr {
  border-top: dashed;
}
#campaignStatsOverviewGrid td .controlDiv {
  height: 25px;
  font-size: 16px;
}
#campaignStatsOverviewGrid td .controlDiv p {
  margin: 0 0 0 20px;
}
#campaignStatsOverviewGrid td .controlDiv hr {
  width: 64px;
  border-top: 2px dashed;
  margin-left: 22px;
}
#campaignStatsOverviewGrid td .tooltipDiv {
  box-sizing: border-box;
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  position: absolute;
  display: none;
  color: #848484;
  line-height: 0.65;
  background: #f5f5f5;
  border: none;
  z-index: 10000;
  padding: 12px;
}
#campaignStatsOverviewGrid td .tooltipDiv .positiveLift {
  color: #519100;
}
#campaignStatsOverviewGrid td .tooltipDiv .negativeLift {
  color: #dd360b;
}
#campaignStatsOverviewGrid td .tooltipDiv .neutralLift {
  color: #808080;
}
#campaignStatsOverviewGrid td .tooltipDiv .experience-name {
  font-weight: bold;
}
#campaignStatsOverviewGrid td .tooltipDiv:after,
#campaignStatsOverviewGrid td .tooltipDiv:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#campaignStatsOverviewGrid td .tooltipDiv:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f5f5f5;
  border-width: 3px;
  margin-left: -3px;
}
#campaignStatsOverviewGrid td .tooltipDiv:before {
  border-color: rgba(209, 209, 209, 0);
  border-bottom-color: #f5f5f5;
  border-width: 6px;
  margin-left: -6px;
}
#trendLineGraph .chartHeader {
  height: 55px;
  position: relative;
}
#trendLineGraph .chartHeader > .headerText,
#trendLineGraph .chartHeader .statsDetails {
  display: inline-block;
}
#trendLineGraph .statDetails {
  position: relative;
  float: right;
  margin-top: 5px;
  text-align: right;
}
#trendLineGraph .statDetails a {
  color: inherit;
}
#trendLineGraph .statDetails .statDetail {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px;
  position: relative;
}
#trendLineGraph .statDetails .statDetail .value {
  color: #4a4a4a;
  font-size: 17px;
}
#trendLineGraph .statDetails .statDetail .title {
  font-size: 11px;
  text-transform: uppercase;
}
#trendLineGraph .statDetails .statDetail .summary {
  display: inline-block;
  margin-right: 5px;
}
#trendLineGraph .statDetails .statDetail .statDetailOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
#trendLineGraph .statDetails .statDetail .statDetailOverlay:hover {
  background: #000000;
  opacity: 0.1;
}
#trendLineGraph .statDetails .statDetail.notSelectable {
  cursor: default;
}
#trendLineGraph .statDetails .fas,
#trendLineGraph .statDetails .far {
  display: inline-block;
  font-size: 25px;
  color: #b5b5b5;
}
#trendLineGraph .statDetails .stack {
  display: inline-block;
  position: relative;
  font-size: 22px;
}
#trendLineGraph .statDetails .stack .badge {
  position: absolute;
  right: -9px;
  top: 13px;
  font-size: 17px;
}
#trendLineGraph .statDetails .stack .badge.fa-circle {
  color: #ffffff;
}
#trendLineGraph .statDetails .legendColor {
  display: inline-block;
  font-size: 12px;
  margin-right: 2px;
}
#campaignEditor {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  padding-top: 145px;
  overflow-y: hidden;
}
#campaignEditor.emailCampaign {
  padding-top: 0;
}
#campaignEditor.emailCampaign .evergage-content-zone-preview img {
  display: none;
}
#campaignEditor.emailCampaign .evergage-content-zone-preview .content-zone-label {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#campaignEditor.emailCampaign .evergage-content-zone-preview .content-zone-label > span {
  display: block;
}
#campaignEditor.emailCampaign .evergage-content-zone-preview .content-zone-label > span:first-child {
  font-size: 12px;
  font-weight: 500;
}
#campaignEditor.emailCampaign .evergage-content-zone-preview .content-zone-label > span + span {
  font-size: 19px;
}
#campaignEditor.emailCampaign .campaignMainToolbar {
  min-width: 1280px;
}
#campaignEditor.emailCampaign #campaignEditorToolbars {
  min-height: 0;
  margin-top: 0;
}
#campaignEditor #campaignEditorToolbars {
  margin-top: -145px;
  min-height: 145px;
}
#campaignEditor #editorPane {
  position: static;
  overflow-y: scroll;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
#campaignEditor.withHierarchyBar {
  padding-top: 170px;
}
#campaignEditor.withHierarchyBar #campaignEditorToolbars {
  margin-top: -170px;
}
#campaignEditor.withHierarchyBar #campaignHierarchyBar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}
#campaignEditor:not(.withHierarchyBar) #campaignEditorToolbars {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}
#campaignEditor .state.published {
  color: #519100;
}
#campaignEditor .state.failed {
  color: #dd360b;
}
#campaignEditor .campaign-save-spinner {
  font-size: 14px;
}
.isVisualEditor #rootContent #campaignEditor {
  background-color: transparent;
}
#campaignEditor #editorPane {
  min-height: 500px;
  -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
  padding-bottom: 50px;
  box-sizing: border-box;
  background: url('../images/campaignEditorCheckeredBackground.png') repeat;
}
#campaignEditor #editorPane #previewContainer {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#campaignEditor #editorPane #previewContainer .evergage-preview-message .modal {
  position: absolute !important;
  z-index: 0 !important;
  pointer-events: none !important;
}
#campaignEditor #editorPane #previewContainer #calloutMessagePreviewTargetParent {
  position: relative;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  box-sizing: border-box;
  width: 100%;
}
#campaignEditor #editorPane #previewContainer #calloutMessagePreviewTargetWrapper {
  position: relative;
  box-sizing: border-box;
}
#campaignEditor #editorPane #previewContainer #calloutMessagePreviewTarget,
#campaignEditor #editorPane #previewContainer #inlineMessagePreviewTarget {
  display: none;
}
#campaignEditor #editorPane #previewContainer #calloutMessagePreviewTarget {
  color: crimson;
  position: absolute;
}
#campaignEditor #editorPane #previewContainer #inlineMessagePreviewTarget {
  padding: 0;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-sizing: content-box;
}
.messageEditVE #campaignEditor #editorPane {
  display: none;
}
#campaignEditor #mobileEditorPane {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: visible;
}
#campaignEditor #mobileEditorPane #mobileDataPreviewContainer {
  height: 100%;
  overflow-y: auto;
}
#campaignEditor #mobileEditorPane #mobileDataPreviewContainer #mobileDataEditor {
  height: 45%;
  border: 1px solid #d5d5d5;
  margin: 15px;
  border-radius: 6px;
  min-height: 150px;
}
#campaignEditor #mobileEditorPane #mobileDataPreviewContainer #mobileDataEditor .ace_editor {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#campaignEditor #mobileEditorPane #mobileDataPreviewContainer #mobileDataEditor .ace_editor .ace_print-margin {
  display: none;
}
#campaignEditor #mobileEditorPane #mobileNotificationPreviewContainer {
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -webkit-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: -moz-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -moz-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: -o-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -o-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  background-color: #D5D5D5 !important;
}
#campaignEditor #mobileEditorPane #mobileNotificationPreviewContainer #toolsSidebar {
  background-color: #f5f5f5;
  position: relative;
  width: 464px;
  height: 100%;
  float: left;
  overflow-y: auto;
}
#campaignEditor #mobileEditorPane #mobileNotificationPreviewContainer #mobileMessagePreview {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  overflow-y: hidden;
}
#campaignEditor #emailEditorPane {
  padding-left: 464px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#campaignEditor .statusMessageWrapperDiv {
  left: 300px;
  margin-right: 300px;
  position: absolute;
  z-index: 1;
  min-height: 0px;
  max-height: 0px;
  margin-top: 6px;
  overflow: visible;
}
#campaignEditor .visualEditorEvergageLogoParent {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 161px;
  box-sizing: border-box;
}
#campaignEditor .visualEditorEvergageLogoParent .visualEditorEvergageLogoWrapper {
  position: relative;
}
#campaignEditor .visualEditorEvergageLogoParent .visualEditorEvergageLogoWrapper #visualEditorEvergageLogo {
  box-sizing: border-box;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #0070D2;
  color: white;
  width: 161px;
  position: absolute;
  left: 50%;
}
#campaignEditor .visualEditorEvergageLogoParent .visualEditorEvergageLogoWrapper #visualEditorEvergageLogo img {
  height: 26px;
  width: 121px;
}
#campaignEditor .description {
  margin-bottom: 17px;
  margin-top: 10px;
}
#campaignEditor .selectionFilter {
  margin: 5px 0px;
}
#campaignEditor #originalTabInAppInfo {
  padding: 0px 50px;
}
#campaignEditor #sourceEditorContainer {
  width: calc(100% - 214px);
  position: absolute;
  bottom: 0;
  padding-bottom: 40px;
}
#campaignEditor #sourceEditorContainer.navbarCollapsed {
  width: calc(100% - 60px);
}
#campaignEditor #sourceEditorContainer .rg-top {
  display: none;
  top: 45px;
  right: 0;
  z-index: 0;
}
#campaignEditor #sourceEditorContainer .rg-top span {
  display: none;
}
#campaignEditor #sourceEditorContainer.open {
  z-index: 2147483548;
}
#campaignEditor #sourceEditorContainer.open .rg-top {
  display: block;
}
#emailCampaignGeneratedContent .modal-header a {
  float: right;
}
#emailCampaignGeneratedContent .generatedContent .copyHtml {
  float: right;
  margin-right: 12px;
  margin-bottom: 10px;
  font-size: 12px;
}
#emailCampaignGeneratedContent .generatedContent textarea {
  width: 100%;
  height: 200px;
  border: 2px solid #d5d5d5;
  border-radius: 6px;
  background-color: #f9f9f9;
}
#emailCampaignGeneratedContent .combinedContent .copyHtml {
  float: right;
  margin-right: 12px;
  margin-bottom: 10px;
  font-size: 12px;
}
#emailCampaignGeneratedContent .combinedContent textarea {
  width: 100%;
  height: 200px;
  border: 2px solid #d5d5d5;
  border-radius: 6px;
  background-color: #f9f9f9;
}
#emailCampaignGeneratedContent #combinedHtmlContent {
  display: none;
}
#emailPreviewContainer {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #D5D5D5 !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -webkit-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: -moz-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -moz-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: -o-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -o-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  -webkit-box-shadow: 4px 0px 4px -3px #848484 inset;
  -moz-box-shadow: 4px 0px 4px -3px #848484 inset;
  box-shadow: 4px 0px 4px -3px #848484 inset;
}
#emailPreviewContainer #previewContainer {
  height: 100%;
  overflow-y: scroll;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#emailToolsSidebar {
  padding: 16px 0;
  margin-left: -464px;
  background-color: #f5f5f5;
  position: relative;
  width: 464px;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  box-sizing: border-box;
}
#emailToolsSidebar .blockControls {
  overflow-y: auto;
}
#emailToolsSidebar div.panel-group {
  margin-bottom: 5px;
}
#emailToolsSidebar .fa-exclamation-triangle {
  color: #ff9600;
}
#emailToolsSidebar .deleteBlockButton {
  float: right;
  margin-right: 10px;
}
#emailToolsSidebar .panel-heading {
  padding: 0;
}
#emailToolsSidebar .panel-heading .panel-heading-wrapper {
  padding: 10px 15px;
}
#emailToolsSidebar .panel-body {
  padding: 15px;
}
#emailToolsSidebar .recommendTab {
  display: inline-block;
}
#emailToolsSidebar .recommendTab .k-dropdown {
  min-width: 100px;
  width: 212px;
}
#emailToolsSidebar .exclusionsLabel {
  font-weight: bold;
  padding: 5px 15px;
}
#emailToolsSidebar .recipeExclusions {
  text-align: left;
  margin-top: 5px;
}
#emailToolsSidebar .recipeExclusions .modifiersTab {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 5px 10px;
}
#emailToolsSidebar .recipeExclusions .modifiersTab .addModifierDropdownWrapper {
  margin-bottom: 10px;
}
#emailToolsSidebar .recipeExclusions .modifiersTab .modifier {
  margin: 0;
}
#emailToolsSidebar .recipeExclusions .modifiersTab .editor > div > div {
  display: inline-block;
  vertical-align: middle;
}
#emailToolsSidebar .recipeExclusions .modifiersTab .editor .show-errors-wrapper {
  display: block;
}
#emailToolsSidebar .recipeExclusions .modifiersTab .editor .show-errors-wrapper div {
  display: block;
}
#emailToolsSidebar .recipe-warning {
  padding-top: 4px;
  text-align: center;
}
#emailToolsSidebar .addBlockWrapper {
  padding-top: 14px;
}
#emailToolsSidebar .addBlockWrapper .newLink {
  margin-left: 25px;
}
#emailToolsSidebar .itemTypeDropdown.k-dropdown {
  width: 100%;
}
#emailToolsSidebar hr {
  border: 1px solid #d5d5d5;
  margin: 15px 0;
}
#emailToolsSidebar .promotionDropdown {
  width: 260px;
}
#emailToolsSidebar .titleCssCol {
  cursor: pointer;
}
#emailToolsSidebar .warning-msg {
  color: #dd360b;
}
#emailToolsSidebar .block-controls:not(:last-child) {
  border-bottom: 1px solid #b5b5b5;
}
#emailToolsSidebar .block-controls .k-widget:not(.disabled) .k-input.disabled {
  color: #585858;
  opacity: 1;
}
#emailToolsSidebar .block-controls .block-size input {
  width: 60px;
}
#emailToolsSidebar .block-controls .block-size #totalItemsInput {
  width: 20%;
}
#emailToolsSidebar .block-controls .itemTemplateDropdown .k-list,
#emailToolsSidebar .block-controls .itemTemplateDropdown .k-dropdown {
  width: 100%;
}
#emailToolsSidebar .block-controls .block-template {
  display: table;
  width: 100%;
  margin: 5px 0;
  position: relative;
}
#emailToolsSidebar .block-controls .block-template .label {
  display: table-cell;
  width: 90px;
  text-align: right;
  padding-right: 5px;
  white-space: nowrap;
  vertical-align: middle;
}
#emailToolsSidebar .block-controls .block-template .label.wrap {
  white-space: normal;
}
#emailToolsSidebar .block-controls .block-template textarea {
  min-height: 30px;
  width: 100%;
  resize: none;
}
#emailToolsSidebar .block-controls .block-template input[type="text"] {
  width: 100%;
}
#emailToolsSidebar .block-controls .block-template.blockTitleEditSection input[type="text"] {
  width: 287px;
}
#emailToolsSidebar .block-controls .block-template .block-items {
  position: absolute;
  right: 0;
  top: 0;
}
#emailToolsSidebar .block-controls .block-template .block-items .label {
  display: inline-block;
  padding: 0;
  width: 50px;
  line-height: 14px;
  vertical-align: middle;
}
#emailToolsSidebar .block-controls .non-master-warning {
  text-align: center;
  color: #585858;
  background-color: #e5e5e5;
  padding: 6px 0;
  font-weight: 500;
}
#emailToolsSidebar .generateHtmlWrapper {
  padding-bottom: 8px;
  border-bottom: 1px solid #b5b5b5;
  text-align: center;
}
#emailToolsSidebar .generateHtmlWrapper a {
  margin-bottom: 8px;
}
#emailToolsSidebar .k-numerictextbox {
  width: 75px;
}
#emailToolsSidebar .k-numerictextbox .k-numeric-wrap {
  padding-right: 26px !important;
}
#emailToolsSidebar .k-numerictextbox .k-numeric-wrap input[type=text] {
  width: 100%;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
}
#emailToolsSidebar .k-numerictextbox .k-numeric-wrap span.k-select {
  width: 26px;
}
#emailToolsSidebar .k-numerictextbox .k-numeric-wrap span.k-select > span {
  width: 26px;
  height: 16px;
}
#emailToolsSidebar .k-numerictextbox .k-numeric-wrap span.k-select > span.k-i-arrow-60-up {
  background-position: 0 0px;
}
#emailToolsSidebar .k-numerictextbox .k-numeric-wrap span.k-select > span.k-i-arrow-60-down {
  background-position: 0 -33px;
}
#emailToolsSidebar .newLink .fa-plus-square {
  margin-left: 3px;
}
#emailToolsSidebar .banditConfig {
  display: inline-block;
}
.open-time-email-simulator-modal .modal-dialog {
  width: 800px;
}
.email-simulator-modal .search-box-wrapper {
  padding: 0 15px;
  margin-bottom: 25px;
}
.email-simulator-modal .search-box-wrapper .label-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.email-simulator-modal .preview-pane {
  padding: 0 15px;
  margin: 15px 0;
}
.email-simulator-modal #emptyUserHint {
  margin: auto;
  padding: 10px;
  max-width: 500px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  background-color: #f7f7f7;
  font-size: 14px;
  text-align: center;
  font-style: italic;
}
.email-simulator-modal .simulator-preview-section {
  position: relative;
  margin: 20px auto;
}
.email-simulator-modal #simulatorHtmlContent textarea {
  width: 95%;
  height: 300px;
  border: 2px solid #d5d5d5;
  border-radius: 6px;
  background-color: #f9f9f9;
}
.email-simulator-modal .simulation-warning {
  text-align: center;
  color: #585858;
  background-color: #e5e5e5;
  padding: 6px 0;
  font-weight: 500;
}
#externalCampaignEditor .evg-inner-breadcrumbs {
  margin-bottom: 25px;
}
#externalCampaignEditor h2 {
  margin-bottom: 5px;
}
#externalCampaignEditor h3 {
  margin-top: 25px;
}
#externalCampaignEditor section {
  margin-top: 0;
  margin-bottom: 25px;
}
#externalCampaignEditor section h3 {
  margin-top: 6px;
  margin-bottom: 12px;
}
#externalCampaignEditor .row {
  display: table;
  vertical-align: top;
  min-height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#externalCampaignEditor .row > .label {
  display: table-cell;
  width: 105px;
  text-align: right;
  padding-right: 9px;
}
#externalCampaignEditor .row > .staticValue {
  padding-left: 0;
}
#externalCampaignEditor .row > .staticValue,
#externalCampaignEditor .row > input[type=text],
#externalCampaignEditor .row > textarea {
  width: 410px;
}
#externalCampaignEditor .row > .k-dropdown {
  margin-left: 8px;
}
#externalCampaignEditor .row > input[type=checkbox] {
  margin-left: 8px;
  margin-right: 7px;
}
#externalCampaignEditor .row > input.number {
  width: 100px;
}
#externalCampaignEditor .row {
  width: 100%;
  margin-bottom: 11px;
  margin-top: 11px;
}
#externalCampaignEditor .row > * {
  display: inline-block;
  line-height: 30px;
}
#externalCampaignEditor .row > span {
  margin-left: 5px;
  margin-right: 5px;
}
#externalCampaignEditor #goalSection .goalSegmentList {
  width: 360px;
}
#externalCampaignEditor #goalSection .goalSegmentList .chosen-container {
  margin-left: 0;
  margin-right: 0;
  width: 360px;
  min-width: 360px !important;
}
#externalCampaignEditor #goalSection .addGoal {
  box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
}
#externalCampaignEditor #goalSection .addGoal > div {
  margin-bottom: 15px;
}
#externalCampaignEditor #goalSection .removeGoal {
  display: inline-block;
  margin-left: 20px;
}
#externalCampaignEditor #goalSection .removeGoal a {
  color: #848484;
}
#externalCampaignEditor #goalSection #selectedNonGoalSegmentInfo {
  margin-left: 20px;
}
#externalCampaignEditor #goalSection #selectedNonGoalSegmentInfo .text.info {
  padding-top: 0;
  padding-bottom: 0;
}
.backgroundDropdown {
  width: 140px;
  border: none;
}
.backgroundDropdown .dropdown-div-content {
  width: 302px;
}
.backgroundDropdown .dropdown-div-content .sp-picker-container {
  margin-bottom: -300px;
}
.backgroundDropdown .dropdown-div-content .nav > li > a {
  padding: 6px 8px;
}
.backgroundDropdown .dropdown-div-content .gradientPreviewAndSelector {
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 4px;
  margin-left: 8px;
  margin-right: 8px;
}
.backgroundDropdown .dropdown-div-content .gradientPreviewAndSelector .colorWithAlpha {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.backgroundDropdown .dropdown-div-content .gradientPreviewAndSelector .colorWithAlphaInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.backgroundDropdown .dropdown-div-content .gradientPreviewAndSelector .gradientHandle {
  width: 14px;
  height: 14px;
  border: #b5b5b5 dotted 1px;
  box-sizing: border-box;
  cursor: pointer;
}
.backgroundDropdown .dropdown-div-content .gradientPreviewAndSelector .gradientHandle.active {
  outline: #0070D2 auto 5px;
  border-color: #62b6ff;
}
.backgroundDropdown .dropdown-div-content .gradientPreviewAndSelector .gradientHandle:hover {
  outline: #82c135 auto 5px;
  border-color: #c6e5a0;
}
.backgroundDropdown .dropdown-div-content .gradientPreviewAndSelector .gradientHandles {
  position: relative;
  height: 14px;
}
.backgroundDropdown .dropdown-div-content .gradientPreviewAndSelector .gradient_0 {
  position: absolute;
  left: 0;
}
.backgroundDropdown .dropdown-div-content .gradientPreviewAndSelector .gradient_1 {
  position: absolute;
  right: 0;
}
.backgroundDropdown .dropdown-div-content .gradientPreviewAndSelector .gradientPreview {
  height: 24px;
  margin: 6px 7px;
}
.backgroundDropdown .dropdown-div-content .gradientOptions {
  margin-top: 0;
  margin-bottom: 10px;
}
.backgroundDropdown .dropdown-div-content .gradientOptions .tabbable {
  display: inline-block;
}
.backgroundDropdown .dropdown-div-content .imageTabContent .backgroundImageUrl {
  width: 284px;
  margin-left: 0;
}
.backgroundDropdown .dropdown-div-content .imageTabContent .backgroundPositionButtons {
  width: 300px;
  background-color: #ffffff;
  border: solid thin #d5d5d5;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.backgroundDropdown .dropdown-div-content .imageTabContent .backgroundPositionButtons table {
  width: 303px;
  margin-top: 4px;
}
.backgroundDropdown .dropdown-div-content .imageTabContent .backgroundPositionButtons table td {
  text-align: center;
}
.backgroundDropdown .dropdown-div-content .imageTabContent .backgroundPositionButtons table td button {
  height: 26px;
  line-height: 12px;
  min-width: 66px;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  margin: 4px;
}
.borderLayoutDropdown {
  width: 108px;
}
.borderLayoutDropdown .border-layout-content {
  position: relative;
  width: 450px;
  height: 320px;
}
.borderLayoutDropdown .border-layout-content .css-width-input .k-numeric-wrap {
  border-width: 2px;
}
.borderLayoutDropdown .border-layout-content .css-width-input .k-numeric-wrap.k-state-default {
  border-color: #0070D2;
}
.borderLayoutDropdown .border-layout-content .css-width-input .k-numeric-wrap.k-state-hover {
  border-color: #0070D2;
}
.borderLayoutDropdown .border-layout-content .css-radius-input .k-numeric-wrap {
  border-width: 2px;
}
.borderLayoutDropdown .border-layout-content .css-radius-input .k-numeric-wrap.k-state-default {
  border-color: #82c135;
}
.borderLayoutDropdown .border-layout-content .css-radius-input .k-numeric-wrap.k-state-hover {
  border-color: #82c135;
}
.borderLayoutDropdown .border-layout-content .css-width-input.k-numerictextbox,
.borderLayoutDropdown .border-layout-content .css-radius-input.k-numerictextbox {
  width: 77px;
}
.borderLayoutDropdown .border-layout-content .css-width-input.k-numerictextbox .k-numeric-wrap,
.borderLayoutDropdown .border-layout-content .css-radius-input.k-numerictextbox .k-numeric-wrap {
  width: 44px;
}
.borderLayoutDropdown .border-layout-content .css-width-input.k-numerictextbox .k-numeric-wrap input,
.borderLayoutDropdown .border-layout-content .css-radius-input.k-numerictextbox .k-numeric-wrap input {
  font-size: 12px;
}
.borderLayoutDropdown .border-layout-content .aspect-selector {
  position: relative;
  width: 260px;
  height: 145px;
  margin: 40px auto;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-selection-box {
  position: absolute;
  box-sizing: border-box;
  background-color: white;
  cursor: pointer;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-selection-box.hover {
  background-color: #82c135;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-selection-box.selected {
  background-color: #0070D2;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-selection-box .selector-name {
  color: black;
  font-size: 10px;
  line-height: 1;
  margin-left: 5px;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .margin-selector {
  width: 260px;
  height: 145px;
  top: 0px;
  left: 0px;
  border: dashed 1px #848484;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .border-selector {
  width: 220px;
  height: 105px;
  top: 19px;
  left: 19px;
  background-color: #efefef;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .padding-selector {
  width: 180px;
  height: 65px;
  top: 19px;
  left: 19px;
  background-color: white;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .content-selector {
  width: 140px;
  height: 25px;
  top: 19px;
  left: 19px;
  background-color: #efefef;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay {
  position: absolute;
  width: 430px;
  height: 225px;
  top: -40px;
  left: -85px;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .k-state-hover > .k-select {
  border-color: #d1d1d1;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .k-numeric-wrap.k-state-hover {
  background-color: white;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .css-width-input-wrapper {
  position: absolute;
  display: inline-block;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .css-width-input-wrapper.top-width-input {
  top: 0px;
  left: 176px;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .css-width-input-wrapper.right-width-input {
  top: 96px;
  right: 0px;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .css-width-input-wrapper.bottom-width-input {
  bottom: 0px;
  left: 176px;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .css-width-input-wrapper.left-width-input {
  top: 96px;
  left: 0px;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .css-radius-input-wrapper {
  position: absolute;
  display: inline-block;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .css-radius-input-wrapper.top-right-radius-input {
  top: 8px;
  right: 8px;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .css-radius-input-wrapper.bottom-right-radius-input {
  bottom: 8px;
  right: 8px;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .css-radius-input-wrapper.bottom-left-radius-input {
  bottom: 8px;
  left: 8px;
}
.borderLayoutDropdown .border-layout-content .aspect-selector .aspect-control-overlay .css-radius-input-wrapper.top-left-radius-input {
  top: 8px;
  left: 8px;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container {
  margin-top: 55px;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container.short {
  margin-top: 0px;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .link-unlink {
  text-align: center;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .link-unlink .btn {
  font-size: 10px;
  margin: 5px 0 3px 0;
  padding: 3px 6px;
  height: 22px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .link-unlink .btn .fas,
.borderLayoutDropdown .border-layout-content .aspect-control-container .link-unlink .btn .far {
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .link-unlink .explanation {
  font-size: 11px;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .link-unlink .half-width {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .label {
  font-weight: bold;
  font-size: 14px;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .label.width-label {
  color: #0070D2;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .label.radius-label {
  color: #82c135;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .content-controls {
  text-align: center;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .content-controls .content-width-input > div {
  display: inline-block;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .content-controls .content-width-input .width-label {
  margin-bottom: 3px;
}
.borderLayoutDropdown .border-layout-content .aspect-control-container .color-picker-wrapper {
  text-align: center;
  margin-top: 15px;
}
.borderLayoutDropdown .border-color-content {
  position: relative;
  width: 450px;
  height: 300px;
}
.experienceChangesDropdown {
  width: 100%;
  height: 17px;
}
.experienceChangesDropdown .dropdown-div-toggle {
  font-weight: bold;
  padding-left: 8px;
}
.experienceChangesDropdown .dropdown-div-toggle .icon-hover-highlight {
  display: inline;
  right: 8px;
  position: absolute;
  top: 0px;
}
.experienceChangesDropdown .newChangeAlert {
  color: #ff9600;
  font-weight: bold;
}
.experienceChangesDropdown .dropdown-div-content {
  padding: 0px;
  max-height: 250px;
  margin-top: 7px;
  max-width: 400px;
}
.experienceChangesDropdown .dropdown-div-content h4 {
  margin: 15px 10px;
}
.colorDropdown {
  border: none;
}
.colorDropdown .colorPreviewLetter {
  text-decoration: underline;
  font-family: "Times New Roman, Times, serif";
  font-size: 16px;
  line-height: 18px;
}
.colorDropdown .dropdown-div-content {
  width: 199px;
}
.colorDropdown .dropdown-div-content .sp-picker-container {
  margin-bottom: -300px;
}
.cssNodeEditorDropdown {
  border: none;
  display: inline-block;
}
.cssNodeEditorDropdown a.dropdown-div-toggle {
  color: #0070D2;
}
.cssNodeEditorDropdown .dropdown-div-content {
  width: 350px;
}
.cssNodeEditorDropdown .dropdown-div-content textarea {
  height: 250px;
  width: 330px;
}
.dynamicContentDropdown {
  width: 97px;
  border: none;
  margin-top: 4px;
}
.dynamicContentDropdown .menuWrapper > .k-menu > .k-item {
  border-style: none;
}
.dynamicContentDropdown .menuWrapper > .k-menu > .k-item > .k-link {
  padding: 0.25em;
  font-weight: bold;
  font-size: 12px;
}
.dynamicContentDropdown .menuWrapper .icon-hover-highlight {
  margin-left: 3px;
}
.dynamicContentDropdown .menuWrapper .k-group .k-animation-container {
  max-height: 300px;
}
.dynamicContentDropdown .menuWrapper .k-group .k-animation-container .k-menu-group {
  height: 100%;
}
.dynamicContentDropdown .menuWrapper span.k-icon.k-i-arrow-60-down {
  background-image: none;
  visibility: hidden;
}
.dynamicContentDropdown .menuWrapper .fa-plus {
  position: relative;
  right: -15px;
  padding-right: 4px;
}
.dynamicContentDropdown .menuWrapper > .k-header > .k-state-hover {
  border-color: #82c135;
}
.formPropertiesDropdown .dropdown-div-content {
  width: 330px;
}
.formPropertiesDropdown .dropdown-div-content .header {
  font-weight: bold;
  margin-bottom: 16px;
}
.formPropertiesDropdown .dropdown-div-content .input-group {
  margin-bottom: 8px;
  float: right;
}
.formPropertiesDropdown .dropdown-div-content input {
  vertical-align: baseline;
  max-width: 172px;
}
.formPropertiesDropdown .dropdown-div-content .label {
  color: #848484;
}
.formPropertiesDropdown .dropdown-div-content tags-input .host {
  width: 190px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}
.formPropertiesDropdown .dropdown-div-content tags-input .host .tags {
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  height: 68px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.formPropertiesDropdown .dropdown-div-content tags-input[name="inputValues"]:before {
  content: "Option Values:";
  position: relative;
  top: -30px;
  left: -9px;
}
.formPropertiesDropdown .dropdown-div-content .actionNameBox {
  max-width: 190px;
}
.formPropertiesDropdown .dropdown-div-content .customFieldNote {
  padding-bottom: 7px;
  margin-left: 10px;
}
.formPropertiesDropdown .dropdown-div-content .messageCloseOptions {
  float: left;
}
.gridSizeSelector .table-icon {
  font-size: larger;
  position: relative;
  top: 2px;
}
.gridSizeSelector .selectorPopup {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  position: absolute;
}
.gridSizeSelector .selectionDisplay {
  text-align: center;
  margin-bottom: 8px;
}
.gridSizeSelector .grid {
  width: 140px;
  height: 140px;
  background: #ffffff;
  position: relative;
  padding: 2px;
  margin: 10px;
}
.gridSizeSelector .grid {
  border: 1px solid #d5d5d5;
}
.gridSizeSelector .grid .square {
  border: 1px solid #d5d5d5;
}
.gridSizeSelector .grid .squareSpace {
  width: 23px;
  height: 23px;
}
.gridSizeSelector .grid .illegal {
  background: rgba(254, 237, 233, 0.25);
}
.gridSizeSelector .grid .active {
  background: rgba(176, 215, 244, 0.5);
}
.imagePropertiesDropdown .dropdown-div-content {
  width: 330px;
}
.imagePropertiesDropdown .dropdown-div-content .dropdown-alert {
  margin-bottom: 6px;
}
.imagePropertiesDropdown .dropdown-div-content .dropdown-div-sub-header {
  padding: 5px 0px;
  margin-top: -5px;
}
.imagePropertiesDropdown .dropdown-div-content .dropdown-div-sub-header > span {
  color: #0070D2;
  font-size: 14px;
  font-weight: bold;
}
.imagePropertiesDropdown .dropdown-div-content .input-group:not(:last-child) {
  margin-bottom: 10px;
}
.imagePropertiesDropdown .dropdown-div-content input[type=text] {
  width: 311px;
  margin: 0 !important;
}
.imagePropertiesDropdown .dropdown-div-content .actionNameBox {
  width: 329px;
}
.imagePropertiesDropdown .dropdown-div-content .actionNameBox input.k-input,
.imagePropertiesDropdown .dropdown-div-content .actionNameBox span.k-select {
  height: 28px !important;
  line-height: 26px !important;
}
.imagePropertiesDropdown .dropdown-div-content .label {
  color: #848484;
}
.imagePropertiesDropdown .dropdown-div-content .backgroundPositionButtons {
  background-color: #ffffff;
  border: solid thin #d5d5d5;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.imagePropertiesDropdown .dropdown-div-content .backgroundPositionButtons table {
  width: 303px;
  margin-top: 4px;
}
.imagePropertiesDropdown .dropdown-div-content .backgroundPositionButtons table td {
  text-align: center;
}
.imagePropertiesDropdown .dropdown-div-content .backgroundPositionButtons table td button {
  height: 26px;
  line-height: 12px;
  min-width: 66px;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  margin: 4px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.insertElementDropdown {
  width: 121px;
  border: none;
}
.insertElementDropdown .dropdown-div-content {
  width: 130px;
  padding-left: 0px;
  padding-right: 0px;
}
.elementEditorModal:focus {
  outline: none;
}
.elementEditorModal .label {
  line-height: 30px;
  white-space: nowrap;
}
.elementEditorModal .help-container {
  margin-left: 12px;
}
.elementEditorModal .help-block {
  display: none;
  color: #dd360b;
  margin-bottom: 0;
}
.elementEditorModal .fullSizeInput {
  width: 100%;
}
.elementEditorModal .form-group.has-error .help-block {
  display: block;
}
.elementEditorModal .form-group.has-error tags-input.ng-invalid .tags,
.elementEditorModal .form-group.has-error input.ng-invalid {
  border-color: #dd360b;
  background-color: hsl(20, 100%, 96%);
}
.elementEditorModal .form-group.has-error tags-input.ng-invalid .tags:focus,
.elementEditorModal .form-group.has-error input.ng-invalid:focus {
  outline-color: hsl(0, 68%, 70%);
}
.elementEditorModal .form-group.has-error tags-input.ng-invalid .tags:active,
.elementEditorModal .form-group.has-error input.ng-invalid:active {
  outline-color: hsl(0, 68%, 70%);
}
.elementEditorModal tr {
  margin-bottom: 4px;
}
.elementEditorModal form.ng-dirty input.ng-invalid,
.elementEditorModal form.ng-dirty select.ng-invalid,
.elementEditorModal form.ng-dirty textarea.ng-invalid {
  border-color: #d5d5d5;
  background-color: white;
}
.elementEditorModal form.ng-dirty input.ng-invalid:focus,
.elementEditorModal form.ng-dirty select.ng-invalid:focus,
.elementEditorModal form.ng-dirty textarea.ng-invalid:focus {
  outline-color: #82c135;
}
.elementEditorModal form.ng-dirty input.ng-invalid:active,
.elementEditorModal form.ng-dirty select.ng-invalid:active,
.elementEditorModal form.ng-dirty textarea.ng-invalid:active {
  outline-color: #82c135;
}
.elementEditorModal .linkForm {
  width: 100%;
}
.elementEditorModal .tab-content {
  margin: 10px 40px 10px 20px;
}
.elementEditorModal .tab-content table {
  width: 100%;
}
.elementEditorModal .tab-content table input[type="text"] {
  margin-left: 0px;
  margin-right: 0px;
}
.elementEditorModal .tab-content table td {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
.elementEditorModal .tab-content table td:first-child {
  text-align: right;
  width: 150px;
}
.elementEditorModal .tab-content table td:last-child > * {
  box-sizing: border-box;
  width: 100%;
}
.elementEditorModal .tab-content table td:last-child > input {
  height: 30px;
}
.elementEditorModal .tab-content table .k-combobox input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.elementEditorModal .required {
  color: #dd360b;
  padding-left: 1px;
}
.elementEditorModal .requiredText {
  color: #dd360b;
  font-size: 14px;
  float: right;
}
.elementEditorModal .modal-dialog .modal-content .modal-header h3 {
  display: inline;
  color: #585858;
}
.elementEditorModal .modal-dialog .modal-content :focus {
  outline: thin dotted;
}
.elementEditorModal .modal-dialog .modal-content .form {
  position: relative;
}
.elementEditorModal .modal-dialog .modal-content .form table {
  border-collapse: collapse;
}
.elementEditorModal .modal-dialog .modal-content .form td {
  vertical-align: top;
  padding-top: 3px;
  padding-bottom: 6px;
}
.elementEditorModal tags-input .host {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}
.elementEditorModal tags-input .host .tags {
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  height: 68px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.itemBlockPropertiesDropdown .dropdown-div-content {
  padding: 20px;
  overflow: visible;
}
.itemBlockPropertiesDropdown .dropdown-div-content .label {
  color: #848484;
  font-weight: bold;
  padding-top: 7.5px;
  padding-bottom: 2.5px;
  margin-left: 1px;
}
.itemBlockPropertiesDropdown .in-page,
.itemBlockPropertiesDropdown .gridSizeContainer {
  margin-bottom: 7px;
}
.itemBlockPropertiesDropdown div.gridSizeContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.itemBlockPropertiesDropdown div.gridSizeContainer input {
  width: 55px;
  height: 100%;
  padding-left: 1px;
  margin: 0px !important;
}
.itemBlockPropertiesDropdown div.gridSizeContainer div#spacingLabel {
  line-height: 25px;
  margin-left: -25px;
}
.itemBlockPropertiesDropdown .itemCountRow .control {
  width: 45px;
  height: 22px;
  padding-left: 1px;
  margin: 0px !important;
}
.itemBlockPropertiesDropdown span.max {
  padding-left: 19px !important;
}
.itemBlockPropertiesDropdown span.min {
  padding-left: 0.5px !important;
}
.itemBlockPropertiesDropdown #gridSizeContainer {
  display: flex;
  justify-content: space-between;
}
.itemBlockPropertiesDropdown #layoutAndSpacingLabels {
  display: flex;
}
.itemBlockPropertiesDropdown #layoutAndSpacingLabels #spacingHeader {
  margin-left: 48px;
}
.javascriptEditor {
  height: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
}
.javascriptEditor .ace_print-margin {
  display: none;
}
.linkPropertiesDropdown .dropdown-div-content {
  width: 330px;
}
.linkPropertiesDropdown .dropdown-div-content .dropdown-alert {
  margin-bottom: 6px;
}
.linkPropertiesDropdown .dropdown-div-content .dropdown-div-sub-header {
  padding: 5px 0px;
  margin-top: -5px;
}
.linkPropertiesDropdown .dropdown-div-content .dropdown-div-sub-header > span {
  color: #0070D2;
  font-size: 14px;
  font-weight: bold;
}
.linkPropertiesDropdown .dropdown-div-content .input-group:not(:last-child) {
  margin-bottom: 10px;
}
.linkPropertiesDropdown .dropdown-div-content input[type=text] {
  width: 311px;
  margin: 0px 0px;
}
.linkPropertiesDropdown .dropdown-div-content .actionNameBox {
  width: 329px;
}
.linkPropertiesDropdown .dropdown-div-content .actionNameBox input.k-input,
.linkPropertiesDropdown .dropdown-div-content .actionNameBox span.k-select {
  height: 28px !important;
  line-height: 26px !important;
}
.linkPropertiesDropdown .dropdown-div-content .label {
  color: #848484;
}
#mobileNotificationPreview {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#mobileNotificationPreview .statusBar {
  position: relative;
  margin: 5px 5px 0 5px;
}
#mobileNotificationPreview .statusBar .fa-battery-full {
  float: right;
  font-size: 16px;
}
#mobileNotificationPreview .statusBar div {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}
#mobileNotificationPreview #lockScreenTimeDate {
  text-align: center;
  width: 100%;
  position: absolute;
}
#mobileNotificationPreview #lockScreenTimeDate #lockTime {
  font-size: 40px;
}
#mobileNotificationPreview #notificationMessage {
  margin: 10px auto;
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 11px;
  font-weight: normal;
  text-align: center;
}
#mobileNotificationPreview #notificationMessage .largeAppIcon {
  font-size: 26px !important;
  padding-right: 10px;
}
#mobileNotificationPreview #notificationMessage .pushNotification {
  text-align: left;
}
#mobileNotificationPreview #notificationMessage .pushNotification.android {
  font-size: 11px;
}
#mobileNotificationPreview #notificationMessage .pushNotification.ios {
  margin-left: 15px;
}
#mobileNotificationPreview #notificationMessage td {
  max-width: 0;
}
#mobileNotificationPreview #notificationMessage td.iconSide {
  width: 10%;
}
#mobileNotificationPreview #notificationMessage h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  font-family: "SF SemiBold", "Helvetica Neue", "Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mobileNotificationPreview #notificationMessage p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 21px;
  max-height: 42px;
  color: #000000;
  font-size: 16px;
  font-family: "SF Regular", "Helvetica Neue", "Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mobileNotificationPreview #notificationMessage p.pushNotification {
  -webkit-line-clamp: 1;
  max-height: 21px;
}
#mobileNotificationPreview #notificationMessage p.pushNotification.ios {
  -webkit-line-clamp: 4;
  max-height: 80px;
}
#mobileNotificationPreview #notificationMessage #mobileButtonsPreview {
  margin: 10px auto 0 auto;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-family: "SF Regular", "Helvetica Neue", "Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mobileNotificationPreview #notificationMessage #mobileButtonsPreview .mobileButton {
  border-radius: 6px;
  min-width: 110px;
  max-width: 48%;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 10px;
  min-height: 36px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
#mobileNotificationPreview #notificationMessage #mobileButtonsPreview .mobileButton .text {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
#mobileNotificationPreview #notificationMessage #mobileButtonsPreview #mobileButtonPreview-1 {
  margin-left: 10px;
}
#mobileNotificationPreview #notificationMessage .hideBottomMargin {
  margin-bottom: 0 !important;
}
#mobileNotificationPreview #notificationMessage .hideTopMargin {
  margin-top: 0 !important;
}
#mobileNotificationPreview #notificationMessage .marginTop {
  margin-top: 2px !important;
}
#mobileNotificationPreview .deviceWrapper {
  margin: 0 auto;
}
#mobileNotificationPreview .deviceFrame {
  height: 731px;
  width: 362px;
  background: #000000;
  z-index: 2;
  position: relative;
  margin: 10px auto;
  -webkit-border-radius: 56px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 56px;
  -moz-background-clip: padding;
  border-radius: 56px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0 1px #000000, inset 0 0 1px 3px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 1px #000000, inset 0 0 1px 3px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px #000000, inset 0 0 1px 3px rgba(255, 255, 255, 0.3);
  -webkit-transition: -webkit-transform 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition: transform 0.7s;
  transition-timing-function: ease-in-out;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#mobileNotificationPreview .deviceFrame.landscape {
  -ms-transform: translate(0%, -10%) rotate(-90deg);
  -webkit-transform: translate(0%, -10%) rotate(-90deg);
  transform: translate(0%, -10%) rotate(-90deg);
}
#mobileNotificationPreview .deviceFrame.landscape .screenContent {
  -ms-transform: translate(50%) rotate(90deg);
  -webkit-transform: translate(50%) rotate(90deg);
  transform: translate(50%) rotate(90deg);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
#mobileNotificationPreview .deviceFrame .gradient {
  position: absolute;
  width: 362px;
  height: 731px;
  top: 5px;
  right: 5px;
  border-radius: 53px;
  background: -webkit-linear-gradient(-155deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.075) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-155deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.075) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  z-index: 2;
}
#mobileNotificationPreview .deviceFrame .screen {
  width: 320px;
  height: 480px;
  top: 128px;
  z-index: 10;
  overflow: hidden;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  border-radius: 3px;
  border: 3px solid #4a4a4a;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -webkit-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: -moz-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -moz-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: -o-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -o-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  background-color: #D5D5D5 !important;
}
#mobileNotificationPreview .deviceFrame .screenContent {
  width: 300px;
  height: 480px;
  z-index: 11;
  overflow: hidden;
  right: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#mobileNotificationPreview .deviceFrame .screenContent .contentContainer {
  width: 100%;
  margin: 0 auto;
}
#mobileNotificationPreview .deviceFrame .iPhoneHomeButton {
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 5;
  border-radius: 100px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 3px;
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 3px;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 3px;
}
#mobileNotificationPreview .android #lockScreenTimeDate {
  font-family: "Roboto Light", sans-serif;
}
#mobileNotificationPreview .android #notificationMessage h3 {
  font-family: "Roboto Bold", sans-serif;
  font-size: 14px;
}
#mobileNotificationPreview .android #notificationMessage p,
#mobileNotificationPreview .android #notificationMessage #mobileButtonsPreview {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
#mobileNotificationPreview .android #notificationMessage #mobileButtonsPreview .mobileButton {
  min-width: 48%;
  font-size: 14px;
  line-height: 20px;
}
#mobileNotificationPreview .android #notificationMessage #mobileButtonsPreview .mobileButton .text {
  min-width: 100%;
}
#mobileNotificationPreview .android .deviceFrame {
  border-radius: 45px;
  -webkit-box-shadow: 0 0 0 1px #e5e5e5, inset 0 0 0 1px #808080, inset 0 0 1px 3px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 1px #e5e5e5, inset 0 0 0 1px #808080, inset 0 0 1px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px #e5e5e5, inset 0 0 0 1px #808080, inset 0 0 1px 3px rgba(255, 255, 255, 0.3);
}
#mobileNotificationPreview .android .iPhoneHomeButton {
  display: none;
}
#mobileNotificationPreview .android .statusBar div {
  text-align: right;
}
#mobileNotificationPreview .android .statusBar .fas,
#mobileNotificationPreview .android .statusBar .far {
  position: absolute;
  float: none;
  font-size: 13px;
}
#mobileNotificationPreview .android .statusBar .fas.fa-battery-full,
#mobileNotificationPreview .android .statusBar .far.fa-battery-full {
  right: 55px;
}
#mobileNotificationPreview .android .statusBar .fas.fa-wifi,
#mobileNotificationPreview .android .statusBar .far.fa-wifi {
  right: 75px;
}
#mobileNotificationPreview .android .navigationBar {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 26px;
  color: #ffffff;
  right: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
#mobileNotificationPreview .android .navigationBar .androidNavigation {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
#mobileNotificationPreview .android .navigationBar .androidNavigation .triangle {
  float: left;
}
#mobileNotificationPreview .android .navigationBar .androidNavigation .fa-square {
  float: right;
  margin-top: 6px;
}
#mobileNotificationPreview .android .screen .navigationBar {
  background-color: #323232;
  padding-top: 7px;
  padding-bottom: 7px;
}
#mobileNotificationPreview .android .screen .navigationBar .androidNavigation {
  width: 300px;
}
#mobileNotificationPreview .ios .navigationBar {
  display: none;
}
#mobileNotificationPreview .ios #lockScreenTimeDate {
  font-family: "SF Light", "Helvetica Neue", "Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mobileSidebar {
  margin: 25px;
}
#mobileSidebar .fa-times {
  color: #d5d5d5;
  cursor: pointer;
}
#mobileSidebar hr {
  margin-top: 15px;
}
#mobileSidebar h4 {
  display: inline-block;
}
#mobileSidebar .inputGroup {
  margin: 5px;
}
#mobileSidebar .inputGroup label {
  width: 87px;
  display: inline-block;
  text-align: right;
  margin-right: 2px;
  vertical-align: middle;
}
#mobileSidebar .inputGroup input[type="text"],
#mobileSidebar .inputGroup textarea {
  min-width: 163px;
  width: 63%;
  position: relative;
  resize: vertical;
  height: auto;
  vertical-align: middle;
  box-sizing: border-box;
}
#mobileSidebar .inputGroup input[type="number"] {
  width: 30px;
}
#mobileSidebar .inputGroup .numericTextBox {
  max-width: 65px;
}
#mobileSidebar .k-numerictextbox {
  width: 60px;
  padding-right: 2.5px !important;
}
#mobileSidebar .k-numerictextbox .k-numeric-wrap {
  padding-right: 26px !important;
}
#mobileSidebar .k-numerictextbox .k-numeric-wrap:before {
  height: 0;
}
#mobileSidebar .k-numerictextbox .k-numeric-wrap span.k-select {
  width: 26px;
}
#mobileSidebar .k-numerictextbox .k-numeric-wrap span.k-select > span {
  width: 26px;
  height: 16px;
}
#mobileSidebar .k-numerictextbox .k-numeric-wrap input[type=text] {
  width: 100%;
  line-height: 32px;
  height: 32px;
  box-sizing: border-box;
  min-width: 0;
}
#mobileSidebar .bottomRowOption {
  margin: 5px 0 10px 89px;
}
#mobileSidebar .radioGroup {
  text-transform: uppercase;
  font-weight: 600;
}
#mobileSidebar .dropdown-div {
  display: inline-block;
}
#mobileSidebar .dropdown-div .sp-container {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mobileSidebar .dropdown-div.openRight .dropdown-div-content {
  right: 0;
  left: auto;
}
#mobileSidebar .colorDropdown {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 40px;
}
#mobileSidebar .colorDropdown .htmlElementBox {
  width: 45px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  padding: 5px;
}
#mobileSidebar .colorDropdown .htmlElementBox .colorPreviewLetter {
  font-size: 18px;
}
#mobileSidebar .colorDropdown .icon-hover-highlight {
  display: inline-block;
  margin-left: 4px;
}
#mobileSidebar .colorDropdown .sp-alpha {
  display: none;
}
#mobileSidebar .colorPreviewBox {
  display: inline-block;
  width: 25px;
  height: 21px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
}
#mobileSidebar .backgroundColorDropdown {
  display: inline-block;
  background: white;
  border-radius: 3px;
  padding: 2px;
  border: 1px solid #d5d5d5;
  left: -4px;
  position: relative;
  margin: 0 4px;
  width: 85px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
#mobileSidebar .backgroundColorDropdown .fa-eye-dropper {
  position: absolute;
  margin: 4px;
  right: 0;
}
#mobileSidebar .borderSettings .dropdown-div-content {
  right: 0;
  left: auto;
}
#mobileSidebar .mainContentSection .colorDropdown .dropdown-div-content {
  right: 0;
  left: auto;
}
#mobileSidebar .buttonSection .colorDropdown {
  margin-left: 0;
}
#mobileSidebar .buttonSection h4 {
  margin-left: 5px;
}
#mobileSidebar .buttonSection .dropdown-div-content {
  bottom: 100%;
  top: auto;
}
#mobileSidebar .interactionSection h4 {
  margin-top: 0;
}
#mobileSidebar .plus {
  cursor: pointer;
  margin-left: 15px;
}
#mobileSidebar .multiselectBox {
  display: inline-block;
}
#mobileSidebar .multiselectBox button {
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin: 0;
  margin-right: -5px;
  padding-left: 8px;
  padding-right: 8px;
  color: #585858;
  height: auto;
}
#mobileSidebar .multiselectBox button.active {
  border-color: #d5d5d5;
  background-color: #d5d5d5;
}
#mobileSidebar .multiselectBox button.disabled {
  color: #999999;
}
#mobileSidebar .multiselectBox button:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
  border-right-color: #d5d5d5;
  padding-left: 9px;
}
#mobileSidebar .multiselectBox button:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  border-left-color: #d5d5d5;
  margin-right: 0;
  padding-right: 9px;
}
#mobileSidebar .multiselectBox button .fas,
#mobileSidebar .multiselectBox button .far {
  padding: 0;
}
#mobileSidebar .linkEntireMessage div {
  display: inline-block;
  position: relative;
}
#mobileSidebar .linkEntireMessage label {
  width: auto;
}
#mobileSidebar .linkEntireMessage input[type="checkbox"] {
  margin-left: 15px;
}
#mobileSidebar .linkEntireMessage .linkTo {
  width: 210px;
  margin-left: 30px;
}
#mobileSidebar .linkEntireMessage .fa-cog {
  position: absolute;
  top: 8px;
  right: 6px;
  left: auto;
}
.tappableAreasDropdown,
#tappableAreasDropdown-list {
  width: 63%;
}
.tappableAreasDropdown .tappableAreaPreview,
#tappableAreasDropdown-list .tappableAreaPreview {
  display: inline-block;
  width: 47px;
  height: 21px;
  background: #d5d5d5;
  vertical-align: middle;
  border-radius: 3px;
  margin-right: 10px;
  text-indent: 0;
}
.tappableAreasDropdown .tappableAreaPreview.linkEntireMessage,
#tappableAreasDropdown-list .tappableAreaPreview.linkEntireMessage {
  background-color: #0070D2;
}
.tappableAreasDropdown .tappableAreaPreview.button1,
#tappableAreasDropdown-list .tappableAreaPreview.button1,
.tappableAreasDropdown .tappableAreaPreview.button2,
#tappableAreasDropdown-list .tappableAreaPreview.button2 {
  text-align: center;
}
.tappableAreasDropdown .tappableAreaPreview.button1 .button,
#tappableAreasDropdown-list .tappableAreaPreview.button1 .button,
.tappableAreasDropdown .tappableAreaPreview.button2 .button,
#tappableAreasDropdown-list .tappableAreaPreview.button2 .button {
  background-color: #0070D2;
  width: 15px;
  height: 5px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 2px;
  position: relative;
}
.tappableAreasDropdown .tappableAreaPreview.button1 .secondButton,
#tappableAreasDropdown-list .tappableAreaPreview.button1 .secondButton {
  display: none;
}
.structuredDataGridEditor {
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.structuredDataGridEditor .dataRow {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
.structuredDataGridEditor .dataRow h3 {
  margin-top: 30px;
  margin-bottom: 0;
}
.structuredDataGridEditor .dataRow input[type=text] {
  width: 170px;
  margin: 10px 5px;
  margin-left: 0;
}
.structuredDataGridEditor .dataRow textarea {
  width: 50%;
  max-width: 600px;
  height: 20px;
  margin: 10px 5px;
}
.structuredDataGridEditor .dataRow a {
  text-align: right;
  margin: 10px 5px;
}
.structuredDataGridEditor #structuredDataGrid {
  border-top: 1px solid #d5d5d5;
}
.structuredDataGridEditor #structuredDataGrid .k-grid-toolbar {
  padding-left: 0;
  height: 60px;
}
.structuredDataGridEditor #structuredDataGrid input {
  height: 30px;
}
.structuredDataGridEditor #structuredDataGrid .k-button {
  text-transform: uppercase;
}
.structuredDataGridEditor #structuredDataGrid .k-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
.structuredDataGridEditor #structuredDataGrid .k-button .k-icon {
  display: none;
}
.structuredDataGridEditor #structuredDataGrid .k-button.k-grid-add {
  margin-left: 9px;
}
.structuredDataGridEditor #structuredDataGrid textarea {
  width: 97%;
  max-width: 97%;
  resize: both;
}
.structuredDataGridEditor #structuredDataGrid .dropdownButton {
  width: 135px;
}
.structuredDataGridEditor .readOnly td {
  cursor: default;
}
.structuredDataGridEditor .readOnly .k-grid-toolbar {
  padding: 0;
}
#triggeredMobilePushEditor {
  height: 100%;
  overflow: hidden;
}
#triggeredMobilePushEditor #editorPane {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 145px;
  overflow-y: auto;
}
#triggeredMobilePushEditor #editorPane .mobileNotificationPreviewContainer {
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -webkit-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: -moz-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -moz-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: -o-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), -o-linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-image: linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb), linear-gradient(45deg, #cbcbcb 25%, transparent 25%, transparent 75%, #cbcbcb 75%, #cbcbcb);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  background-color: #D5D5D5 !important;
}
#triggeredMobilePushEditor #editorPane .mobileNotificationPreviewContainer .toolsSidebar {
  background-color: #f5f5f5;
  position: relative;
  width: 464px;
  height: 100%;
  float: left;
  overflow-y: auto;
  padding-top: 0;
}
#triggeredMobilePushEditor #editorPane .mobileNotificationPreviewContainer .toolsSidebar .form-group {
  padding-left: 20px;
  padding-right: 20px;
}
#triggeredMobilePushEditor #editorPane .mobileNotificationPreviewContainer .toolsSidebar #mobilePushPlatformContent {
  margin-top: 35px;
  margin-bottom: 35px;
}
#triggeredMobilePushEditor #editorPane .mobileNotificationPreviewContainer .mobileMessagePreview {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  overflow-y: hidden;
}
#triggeredMobilePushEditor .htmlElementsSectionSet {
  z-index: 2147483548;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}
#triggeredMobilePushEditor #mobilePushSidebar {
  padding: 5px 20px;
}
#triggeredMobilePushEditor #mobilePushSidebar .control-label {
  padding-right: 0;
  padding-left: 0;
}
#triggeredMobilePushEditor #mobilePushSidebar .extra-margin-bottom {
  margin-bottom: 20px;
}
#triggeredMobilePushEditor #mobilePushSidebar .fab {
  font-weight: normal;
  font-size: 17px;
}
#triggeredMobilePushEditor .fa-trash-alt.additionalData {
  position: absolute;
  margin-top: 8px;
  margin-left: 5px;
}
#triggeredMobilePushEditor .fa-trash-alt:hover {
  color: #e13e06;
}
#triggeredMobilePushEditor .additionalDataHeader {
  padding-left: 30px;
}
#triggeredMobilePushEditor hr {
  border-color: #d5d5d5;
}
#mobilePushCampaignTest .simulatorSelect {
  width: 100%;
}
#serverSideCampaignJSONPreview .previewSection {
  margin-bottom: 15px;
  min-height: 120px;
}
#serverSideCampaignJSONPreview .previewOptionsWrapper {
  margin-bottom: 10px;
}
#serverSideCampaignJSONPreview #preview {
  width: 100%;
  height: 100%;
}
#serverSideCampaignJSONPreview .previewContainer {
  height: 300px;
}
#serverSideCampaignJSONPreview .closeIcon {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #848484;
}
#serverSideCampaignJSONPreview textarea {
  resize: none;
  min-width: 100%;
  max-width: 100%;
  min-height: 25px;
}
#serverSideCampaignEditor {
  height: 100%;
}
#serverSideCampaignEditor .editorPane {
  box-shadow: inset 0px 0px 2px 1px #d1d1d1;
  background-color: #f5f5f5;
  padding-top: 4px;
  height: calc(100% - 80px);
  overflow-y: auto;
  clear: both;
}
#serverSideCampaignEditor .messageSettings {
  margin: 15px;
  margin-top: 13px;
  max-width: 525px;
}
#serverSideCampaignEditor .messageSettings .dynamicContentDropdown {
  float: right;
}
#serverSideCampaignEditor .messageSettings .targetName {
  margin-right: 15px;
  display: inline-block;
}
#serverSideCampaignEditor .structuredGridWrapper {
  height: inherit;
}
#experiencesToolbarNew {
  height: 35px;
  overflow-x: hidden;
  white-space: nowrap;
}
#experiencesToolbarNew .left {
  width: 100%;
}
#experiencesToolbarNew .experienceTabs {
  vertical-align: top;
  overflow-x: scroll;
}
#experiencesToolbarNew .experienceTabs .experienceTab {
  display: inline-block;
  margin-left: 4px;
  margin-top: 2px;
  box-shadow: 0px -3px 0px 0px #d5d5d5;
  padding: 7px 17px 8px;
  background-color: #f9f9f9;
  color: #0070D2;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}
#experiencesToolbarNew .experienceTabs .experienceTab.selected {
  box-shadow: 0px -3px 0px 0px #0070D2;
}
#experiencesToolbarNew .experienceTabs .experienceTab:hover {
  color: #ffffff;
  background-color: #82c135;
}
#experiencesToolbarNew .experienceTabs .addExperience {
  display: inline-block;
  line-height: 35px;
  padding: 0 17px;
}
#campaignEditorToolbars {
  background-color: #ffffff;
}
#pageExceptFooter:not(.isVisualEditor) #campaignEditorToolbars {
  z-index: 2147483548;
  position: relative;
}
#campaignEditorToolbars .campaignMainToolbar {
  height: 45px;
  position: relative;
  min-width: 1080px;
  padding-right: 15px;
}
#campaignEditorToolbars .campaignMainToolbar > .left,
#campaignEditorToolbars .campaignMainToolbar > .right {
  position: relative;
  height: 45px;
  vertical-align: top;
}
#campaignEditorToolbars .campaignMainToolbar > .left > *,
#campaignEditorToolbars .campaignMainToolbar > .right > * {
  vertical-align: middle;
  display: inline-block;
}
#campaignEditorToolbars .campaignMainToolbar #campaignTypeSelect {
  line-height: 45px;
  margin-left: 15px;
}
#campaignEditorToolbars .campaignMainToolbar #campaignTypeSelect .campaignTypeSelector {
  width: 125px;
  vertical-align: middle;
}
#campaignEditorToolbars .campaignMainToolbar .breadcrumbs {
  font-size: 11px;
}
#campaignEditorToolbars .campaignMainToolbar .breadcrumbs a {
  cursor: pointer;
}
#campaignEditorToolbars .campaignMainToolbar .breadcrumbs .fa-folder {
  margin-right: 2px;
}
#campaignEditorToolbars .campaignMainToolbar .campaignNameInput {
  width: 370px;
  line-height: 45px;
}
#campaignEditorToolbars .campaignMainToolbar .campaignNameInput .fa-pencil-alt {
  color: #0070D2;
}
#campaignEditorToolbars .campaignMainToolbar .campaignNameInput input[name=name] {
  line-height: 20px;
  height: 30px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
#campaignEditorToolbars .campaignMainToolbar .campaignNameInput input[name=name].newMessageNameWidth {
  width: 175px;
}
#campaignEditorToolbars .campaignMainToolbar .campaignNameInput input[name=name]:focus {
  border-bottom: dashed 1px #0070D2;
}
#campaignEditorToolbars .campaignMainToolbar .campaignNameInput input[disabled=disabled]:hover {
  cursor: not-allowed;
}
#campaignEditorToolbars .campaignMainToolbar .campaignNameInput .btn {
  line-height: 20px;
  height: 20px;
}
#campaignEditorToolbars .campaignMainToolbar .campaignNameInput .error {
  font-weight: normal;
  color: #dd360b;
}
#campaignEditorToolbars .campaignMainToolbar eg-campaign-state-select {
  margin-left: 15px;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupDropdown {
  position: relative;
  vertical-align: top;
  padding: 5px;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton {
  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: 5px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  text-transform: uppercase;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  background-color: #ffffff;
  color: #ff9600;
  font-size: 16px;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton:focus,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton:active:focus,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.active:focus,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.focus,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton:active.focus,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton:hover,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton:focus,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.focus {
  color: #0070D2;
  text-decoration: none;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton:active,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.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);
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.disabled,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton[disabled],
fieldset[disabled] #campaignEditorToolbars .campaignMainToolbar #campaignSetupButton {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.disabled,
fieldset[disabled] a#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton {
  pointer-events: none;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-icon:not(.btn-primary) {
  color: #0070D2 !important;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-icon:not(.btn-primary):hover,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-icon:not(.btn-primary):focus {
  color: #00559f !important;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-icon:hover,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-icon:focus {
  outline: none !important;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-icon > i {
  margin: 0;
  margin-right: 2px !important;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-icon > i:last-child {
  margin-left: 2px !important;
  margin-right: 0px !important;
}
.eg-btn-group #campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.eg-btn.btn:not(:first-child) {
  margin-left: 5px;
}
.eg-btn-group #campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.eg-btn.btn.btn-icon > i {
  margin-right: 7px !important;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-sm {
  padding: 2px 10px !important;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-xs {
  font-size: 8px !important;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-primary:focus {
  background-color: #0070D2;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-default:focus {
  background-color: #d5d5d5;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-secondary {
  color: #0070D2 !important;
  background-color: #d5d5d5 !important;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-secondary:hover {
  background-color: #bcbcbc !important;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-danger:hover {
  background-color: #dd360b !important;
  color: #ffffff !important;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-add {
  background-color: #ffffff;
  border: 1px solid #0070D2;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton.btn-add:hover {
  color: #005FB2;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton:hover {
  background-color: #ff9600;
  color: #ffffff;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton .fas,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton .far {
  font-size: inherit;
}
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton .fas.fa-caret-down,
#campaignEditorToolbars .campaignMainToolbar #campaignSetupButton .far.fa-caret-down {
  margin-left: 4px;
}
#campaignEditorToolbars .campaignMainToolbar #saveCancelButtons {
  line-height: 45px;
  height: 45px;
}
#campaignEditorToolbars .campaignMainToolbar #saveCancelButtons > div {
  display: inline-block;
}
#campaignEditorToolbars .campaignMainToolbar #saveCancelButtons .state {
  font-size: 14px;
  margin-right: 12px;
}
#campaignEditorToolbars .campaignMainToolbar #saveCancelButtons .state-label {
  font-weight: bold;
}
#campaignEditorToolbars .campaignMainToolbar .campaignStateSelector {
  margin-left: 9px;
  margin-right: 5px;
  width: 101px;
}
#campaignSetupMenuContentWrapper {
  display: table-cell;
  width: 715px;
  padding: 20px;
  overflow-x: visible;
  overflow-y: initial;
  box-sizing: border-box;
}
#campaignSetup.setupNew {
  position: fixed;
  left: auto;
  margin-top: 15px;
}
#newCampaignSetupTabs {
  background-color: #efefef;
  overflow-y: auto;
  overflow-x: hidden;
  width: 165px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: table-cell !important;
  vertical-align: top;
}
#newCampaignSetupTabs .setupTab {
  text-transform: uppercase;
  color: #0070D2;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 17px 8px;
  text-overflow: ellipsis;
  cursor: pointer;
}
#newCampaignSetupTabs .setupTab.subTab {
  padding-left: 30px;
  text-transform: none;
}
#newCampaignSetupTabs .setupTab.addExperience {
  color: #848484;
}
#newCampaignSetupTabs .setupTab.addExperience i {
  margin-right: 5px;
}
#newCampaignSetupTabs .setupTab:hover {
  color: #ffffff;
  background-color: #82c135;
}
#newCampaignSetupTabs .setupTab.selected {
  background-color: #ffffff;
  color: #848484;
}
#setupExperiences .editable-subject-line {
  position: relative;
}
#setupExperiences .editable-subject-line.control span.editable {
  position: relative;
  top: 2px;
}
#setupExperiences .editable-subject-line .subject-line-label {
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  top: -15px;
  left: 0;
  font-weight: 500;
  color: #adadad;
}
#setupExperiences .editable-subject-line .editable-controls > input {
  width: 200px;
  margin-right: 3px;
}
#setupExperiences .editable-subject-line i {
  cursor: pointer;
  font-size: 15px;
  position: relative;
  transition: color 0.2s ease;
}
#setupExperiences .editable-subject-line i.activate-editable {
  color: #0070D2;
}
#setupExperiences .editable-subject-line i.activate-editable:hover {
  color: #00559f;
}
#setupExperiences .editable-subject-line i.save-editable {
  top: 2px;
  color: #82c135;
}
#setupExperiences .editable-subject-line i.save-editable:hover {
  color: #67992a;
}
#setupExperiences .editable-subject-line i.cancel-editable {
  top: 2px;
  color: #848484;
}
#setupExperiences .editable-subject-line i.cancel-editable:hover {
  color: #dd360b;
}
#setupExperiences .top-row > .left > div,
#setupExperiences .top-row > .right > div {
  display: inline-block;
}
#setupExperiences .top-header {
  color: #585858;
  font-weight: bold;
  line-height: 30px;
  margin-right: 13px;
}
#setupExperiences .twoDigits {
  width: 3em;
}
#setupExperiences .gridFooter {
  clear: both;
  text-align: right;
}
#setupExperiences .mode-selection {
  margin-bottom: 5px;
  clear: both;
}
#setupExperiences .dragDropGuide {
  position: absolute;
  width: 675px;
  background-color: #005FB2;
  border-radius: 5px;
  padding: 6px;
  opacity: 0.9;
  color: #ffffff;
  pointer-events: none;
  z-index: 2147483577;
  box-sizing: border-box;
}
#setupExperiences .experiencesTable {
  clear: both;
  width: 100%;
}
#setupExperiences .experiencesTable th {
  padding: 7px 7px 8px 7px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #efefef;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
}
#setupExperiences .experiencesTable td {
  padding: 7px 7px 6px 7px;
}
#setupExperiences .experiencesTable tr:nth-child(even) {
  background-color: #f5f5f5;
}
#setupExperiences .experiencesTable .variationHeader {
  width: 276px;
}
#setupExperiences .experiencesTable .userPercentagHeader {
  width: 304px;
}
#setupExperiences .experiencesTable .ruleHeader {
  width: 304px;
}
#setupExperiences .experiencesTable .actionsHeader {
  width: 53px;
}
#setupExperiences .experiencesTable .userPercentageSlider {
  width: 175px;
  top: 3px;
}
#setupExperiences .experiencesTable .userPercentageSlider.locked .k-slider-selection,
#setupExperiences .experiencesTable .userPercentageSlider.locked .k-draghandle {
  background-color: #005FB2;
  border-color: #005FB2;
}
#setupExperiences .experiencesTable .k-numerictextbox.userPercentageTextbox {
  width: 80px;
  margin-left: 10px;
  vertical-align: top;
}
#setupExperiences .experiencesTable .lockIcon i {
  vertical-align: top;
  margin-top: 5px;
}
#setupExperiences .experiencesTable .dragHandle {
  padding: 6px 6px 6px 0;
  cursor: move;
  user-select: none;
}
#setupExperiences .experiencesTable .lockIcon {
  margin-right: 4px;
}
#setupExperiences .experiencesTable .cloneIcon,
#setupExperiences .experiencesTable .deleteIcon,
#setupExperiences .experiencesTable .lockIcon {
  color: #848484;
  position: relative;
  top: 2px;
}
#setupExperiences .experiencesTable .deleteIcon:hover {
  color: #e13e06;
}
#setupExperiences .experiencesTable .cloneIcon:hover,
#setupExperiences .experiencesTable .lockIcon:hover {
  color: #4a4a4a;
}
.triggerExclusionGroup {
  margin-bottom: 20px;
}
.triggerExclusionGroup .italic {
  font-style: italic;
}
.triggerExclusionGroup .smallFont {
  font-size: 12px;
}
.triggerExclusionGroup .newLink {
  display: block;
  border: 1px solid #0070D2;
  border-radius: 3px;
  line-height: 13px;
  padding: 7px;
  margin-left: 0;
}
.triggerExclusionGroup .radioGroup.pill-btn-group .btn {
  text-transform: unset;
  border-radius: 15px;
  padding: 5px 8px;
  line-height: 13px;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  color: #808080;
}
.triggerExclusionGroup .radioGroup.pill-btn-group .btn:not(.active) {
  background: #f5f5f5;
}
.triggerExclusionGroup .radioGroup.pill-btn-group .btn.active {
  color: #ffffff;
}
.triggerExclusionGroup .radioGroup.pill-btn-group .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.triggerExclusionGroup .radioGroup.pill-btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-right: none;
}
.triggerExclusionRule {
  display: inline;
  margin-top: 10px;
}
.triggerExclusionRule div {
  display: inline-block;
}
.triggerExclusionRule .egRuleStaticDropdownWrapper .k-dropdown {
  width: 70px;
}
.triggerExclusionRule > div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.triggerExclusionRule .k-multiselect .k-multiselect-wrap {
  width: 100%;
  box-sizing: border-box;
}
.triggerExclusionRule .sm-note {
  font-size: 11px;
  font-style: italic;
  position: absolute;
  left: 0;
  bottom: -15px;
  color: #9b9b9b;
}
.triggerExclusionRule .customFieldMultiSelect {
  margin-bottom: 15px;
  position: relative;
}
.campaignExperience .attributes {
  width: 100%;
}
.campaignExperience .rules {
  margin-bottom: 3px;
}
.campaignExperience section {
  margin-top: 25px;
}
.campaignExperience section h3 {
  margin-bottom: 10px;
}
.campaignExperience h3.inlineBlock {
  display: inline-block;
  margin-right: 10px;
}
.campaignExperience table thead th {
  background: #f5f5f5;
}
.campaignExperience .newLink {
  margin-top: 9px;
}
.campaignExperience .redirectUrl {
  display: block;
}
.campaignExperience .tooltip-inner .ng-scope {
  margin: 5px;
}
.campaignExperience .dataMessageSection h3 {
  display: inline-block;
  margin-right: 15px;
}
.campaignExperience .dataMessageSection h4 {
  display: inline-block;
}
.campaignExperience .dataMessageSection .fa-cog,
.campaignExperience .dataMessageSection .fa-times {
  color: #848484;
}
.campaignExperience .dataMessageSection .fa-cog:hover,
.campaignExperience .dataMessageSection .fa-times:hover {
  color: #82c135;
}
.campaignExperience .dataMessageSection .ace_editor {
  width: 100%;
  height: 200px;
  border: 1px solid #e5e5e5;
}
.campaignExperience .dataMessageSection .ace_editor .ace_cursor-layer {
  opacity: 0;
}
.campaignExperience .dataMessageSection .ace_editor .ace_marker-layer .ace_bracket {
  opacity: 0;
}
.campaignExperience #mobileUiMessageInfo h3 {
  margin-left: 10px;
}
.campaignExperience #mobileUiMessageInfo table.attributes td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.campaignExperience #mobileUiMessageInfo table.attributes td:first-child {
  padding-left: 20px;
  width: 60px;
}
.campaignExperience #mobileUiMessageInfo table.attributes td.singleRow {
  text-align: left;
}
.campaignExperience input.redirectUrlInput {
  width: 531px;
  margin-right: 0;
  margin-left: 0;
}
.campaignExperience .redirectUrl .optionsRow,
.campaignExperience .redirectOptions .optionsRow {
  padding: 5px 0;
}
.campaignExperience .redirectUrl .disabledInfo,
.campaignExperience .redirectOptions .disabledInfo {
  padding: 8px 8px;
  background: #bde5f8;
  border: 1px solid #41caf8;
  border-radius: 4px;
  line-height: 1.3em;
  color: #4a4a4a;
  margin: 10px 0px;
}
.campaignExperience .redirectUrl .disabledInfo i,
.campaignExperience .redirectOptions .disabledInfo i {
  margin-right: 1px;
}
#campaignSetup .campaignExperience .row {
  overflow: visible;
}
.campaignRule {
  display: block !important;
}
.campaignRule section {
  margin-top: 0;
}
.campaignRule > ng-form {
  display: block;
  width: 100%;
}
.campaignRule > ng-form:before,
.campaignRule > ng-form:after {
  display: table;
  content: " ";
}
.campaignRule > ng-form:after {
  clear: both;
}
.campaignRule > ng-form:before,
.campaignRule > ng-form:after {
  display: table;
  content: " ";
}
.campaignRule > ng-form:after {
  clear: both;
}
.campaignRule .no-geo-data-override {
  float: right;
  padding: 5px 187px 0 0;
}
.campaignRule .rule-type {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.campaignRule .rule-options {
  box-sizing: border-box;
  padding: 0 35px 0 5px;
  width: calc(100% - 200px);
  float: right;
}
.campaignRule .align-on-input {
  vertical-align: top;
  line-height: 30px;
}
.campaignRule .start-spacing {
  padding-left: 8px;
  padding-bottom: 8px;
}
.campaignRule .rule-description {
  padding: 10px 0px 4px 0px;
}
.campaignRule .rule-options-row:not(:first-child) {
  margin-top: 4px;
}
.campaignRule .input-label {
  vertical-align: top;
  line-height: 28px;
}
.campaignRule .chosenDropdownWrapper .chosen-container {
  margin: 0;
  width: 100% !important;
}
.campaignRule .top-align-children > * {
  vertical-align: top;
}
.campaignRule .miles-input {
  max-width: 154px;
}
.campaignRule .radioGroup {
  vertical-align: top;
}
.campaignRule .btn {
  padding: 5px 12px;
}
.campaignRule .egIndustryCodeSearchWrapper {
  width: 100%;
}
.campaignRule .egIndustryCodeSearchWrapper .egIndustryCodeSearch {
  width: 100%;
  height: inherit;
}
.campaignRule input[type="number"]::-webkit-outer-spin-button,
.campaignRule input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.campaignRule input[type="number"] {
  -moz-appearance: textfield;
}
.campaignRule .GeoRuleNearLocation .locationDropdownWrapper {
  display: inline-block;
}
.campaignRule .GeoRuleNearLocation .k-dropdown-wrap .k-select {
  display: none;
}
.campaignRule .GeoRuleNearLocation .milesOf {
  width: 40px;
}
.campaignRule .SourceCampaignRule .chosenDropdownWrapper {
  width: 370px !important;
  display: inline-block;
}
.campaignRule .DeviceTypeCampaignRule .k-multiselect,
.campaignRule .OperatingSystemCampaignRule .k-multiselect,
.campaignRule .BrowserCampaignRule .k-multiselect {
  width: 370px;
  display: inline-block;
}
.campaignRule .BrowserCampaignRule .show-errors-wrapper {
  width: 372px;
}
.campaignRule .PageUrlCampaignRule {
  position: relative;
}
.campaignRule .PageUrlCampaignRule .ignore-case-box {
  position: absolute;
  top: 5px;
  right: 0px;
}
.campaignRule .PageUrlCampaignRule .chosen-container.chosen-container-multi {
  width: 280px !important;
}
.campaignRule .PageUrlCampaignRule .Contains .chosen-choices {
  width: 334px;
}
.campaignRule .PageUrlCampaignRule .Contains .chosen-choices .search-choice {
  max-width: 310px !important;
}
.campaignRule .PageUrlCampaignRule .DoesNotContain .chosen-choices {
  width: 383px;
}
.campaignRule .PageUrlCampaignRule .DoesNotContain .chosen-choices .search-choice {
  max-width: 360px !important;
}
.campaignRule .PageUrlCampaignRule .path-exactly-input {
  width: 324px;
}
.campaignRule .GeoRuleCompany .locationDropdownWrapper tags-input .host .tags,
.campaignRule .GeoRuleIsp .locationDropdownWrapper tags-input .host .tags {
  min-height: 0;
  width: 100%;
}
.campaignRule .GeoRuleCompany .locationDropdownWrapper tags-input .host,
.campaignRule .GeoRuleIsp .locationDropdownWrapper tags-input .host {
  width: 100%;
}
.campaignRule .ActionCampaignRule .egItemSearchWrapper {
  display: block;
}
.campaignRule .ActionCampaignRule .egItemSearchWrapper .k-multiselect {
  width: 100%;
}
.campaignRule .InactivityCampaignRule .k-dropdown {
  width: 100px;
}
.campaignRule .MinimumPageScrollCampaignRule .input-xs {
  width: 40px;
}
.campaignRule .VisitReferrerCampaignRule input.wide {
  width: 286px;
}
.campaignRuleDescription {
  display: inline-block;
  vertical-align: text-top;
}
.campaignRuleDescription ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.campaignRuleDescription section {
  display: inline-block;
  margin-left: 9px;
  line-height: 125%;
  white-space: normal;
}
.campaignRuleDescription section div {
  display: inline-block;
}
.campaignRuleDescription section h2,
.campaignRuleDescription section h3 {
  width: 170px;
  font-size: 14px;
  margin: 0;
  margin-right: 16px;
  padding: 0px;
}
.campaignRuleDescription section header > * {
  display: inline-block;
}
.campaignRuleDescription section > span,
.campaignRuleDescription section > div {
  margin-left: 3px;
  margin-right: 3px;
  display: inline;
}
.campaignRuleDescription section > span em,
.campaignRuleDescription section > div em {
  color: #666;
  font-style: normal;
  font-weight: bold;
}
.campaignRuleDescription section > span:first-of-type,
.campaignRuleDescription section > div:first-of-type {
  margin-left: 0;
}
.campaignRuleDescription section .k-dropdown {
  width: auto;
}
.campaignRuleDescription section .wide {
  width: 340px;
}
.campaignRuleDescription .chosenDropdownWrapper {
  display: inline-block;
}
.campaignRuleTypeDropdown .rule-type-dropdown {
  background-color: white;
  width: 200px;
  border: #d5d5d5 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
}
.campaignRuleTypeDropdown .rule-type-dropdown.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-menu {
  display: block;
  visibility: visible;
  left: -1px;
}
.campaignRuleTypeDropdown .rule-type-dropdown:not(.open) > .dropdown-menu {
  display: none;
  visibility: hidden;
}
.campaignRuleTypeDropdown .rule-type-dropdown.open > .dropdown-menu {
  display: block;
  visibility: visible;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.campaignRuleTypeDropdown .rule-type-dropdown > .dropdown-menu {
  min-width: 200px;
  box-sizing: border-box;
}
.campaignRuleTypeDropdown .rule-type-dropdown:not(.open) .dropdown-submenu {
  display: none;
}
.campaignRuleTypeDropdown .rule-type-dropdown.open .dropdown-submenu {
  display: block;
}
.campaignRuleTypeDropdown .rule-type-dropdown:not(.open):hover {
  border-color: #82c135;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-toggle {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  color: #585858;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-toggle .label {
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
  width: calc(100% - 30px);
  line-height: 28px;
  padding: 0 5px 0 10px;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-toggle .caret-wrapper {
  box-sizing: border-box;
  display: inline-block;
  width: 26px;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-toggle .caret-wrapper .caret {
  color: #848484;
  margin-left: 6px;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-submenu {
  position: relative;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-submenu > .dropdown-menu {
  visibility: hidden;
  transition: 0.05s 0.15s;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-submenu:hover > .dropdown-menu {
  visibility: visible;
  transition: 0.07s 0.18s;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-submenu > span:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #848484;
  margin-top: 6px;
  margin-right: -8px;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-submenu.pull-left {
  float: none;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-menu > span > li.rule-item:hover {
  background-color: #82c135;
  color: white;
  background-image: none;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-menu > span > li.submenu-item:hover {
  background-color: #efefef;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-menu > span > li.submenu-item:hover.menu-header {
  background-color: inherit;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-menu > span > li > a,
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-menu > span > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-menu > span > li > a.menu-header,
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-menu > span > li > span.menu-header {
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
}
.campaignRuleTypeDropdown .rule-type-dropdown .dropdown-menu > span > li > span {
  cursor: default;
}
#campaignSetup {
  position: absolute;
  z-index: 2147483582;
  left: 0;
  top: 100%;
  float: left;
  width: 880px;
  height: 520px;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
  background-color: #ffffff;
  overflow-y: initial;
  overflow-x: hidden;
  border: 1px solid #848484;
  border-top-width: 3px;
  border-top-color: #ff9600;
}
#campaignSetup .rule-description-row:not(:first-child) {
  margin-top: 6px;
}
#campaignSetup #campaignSetupWrapper {
  display: table;
  width: 100%;
  min-height: 100%;
}
#campaignSetup #campaignSetupWrapper #experiencesGridRules.email tr:last-of-type td:nth-child(2) div:first-child:after {
  content: " (Default)";
}
#campaignSetup #campaignSetupWrapper #experiencesGridRules.email tr:last-of-type td:nth-child(2) div:first-child div:after {
  content: "";
}
#campaignSetup #campaignSetupWrapper #experiencesGridRules.email tr:first-of-type td:nth-child(2) div:first-child:after {
  content: " (Master)";
}
#campaignSetup #campaignSetupWrapper #experiencesGridRules.email tr:first-of-type td:nth-child(2) div:first-child div:after {
  content: "";
}
#campaignSetup #campaignSetupWrapper #experiencesGridUserPercentage.email tr:first-of-type td:nth-child(2) div:first-child:after {
  content: " (Master)";
}
#campaignSetup #campaignSetupWrapper #experiencesGridUserPercentage.email tr:first-of-type td:nth-child(2) div:first-child div:after {
  content: "";
}
#campaignSetup #campaignSetupWrapper > * {
  display: inline-block;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs {
  display: table-cell;
  width: 165px;
  min-width: 165px;
  max-width: 165px;
  min-height: 100%;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #efefef;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li a {
  white-space: nowrap;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li a .fas,
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li a .far {
  margin-right: 5px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li.topLevelTab a {
  text-transform: uppercase;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li.topLevelTab.headerTab a,
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li.topLevelTab.actionTab a {
  text-transform: capitalize;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li.nestedTab a {
  padding-left: 30px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li.actionTab a {
  color: #848484;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li.actionTab a:hover {
  color: #ffffff;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li.headerTab {
  cursor: initial;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li.headerTab a {
  color: #848484;
  pointer-events: none;
  cursor: initial;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li.headerTab a:hover {
  background-color: transparent;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabs li hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 1px;
  margin-bottom: 1px;
}
#campaignSetup #campaignSetupWrapper ng-form[name=campaignRuleTypeForm] > * {
  vertical-align: top;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent {
  box-sizing: border-box;
  background-color: #ffffff;
  width: 714px;
  padding: 20px;
  border-left: none;
  overflow-x: visible;
  overflow-y: initial;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent > section,
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .top > * > section {
  margin-top: 0;
  margin-bottom: 20px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent > section h3,
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .top > * > section h3 {
  margin-top: 6px;
  margin-bottom: 12px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .campaignRuleRowInfoBlock {
  background: #f5f5f5;
  text-align: center;
  line-height: 38px;
  padding: 5px 0px 12px;
  border-radius: 3px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .k-content.k-state-active {
  border-top: none;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .k-tabstrip .k-content.k-state-active {
  border-right: none;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings .campaign-ga-settings {
  background: #f5f5f5;
  border-radius: 3px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings .campaign-ga-settings .btn-group {
  margin-bottom: 10px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings .campaign-ga-settings label:not(.btn) {
  margin: 10px 0;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings .campaign-ga-settings label:not(.btn):first-child {
  margin-top: 0;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings .campaign-ga-settings label.btn {
  line-height: initial;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings .ga-row {
  padding: 10px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings .ga-row:not(:first-of-type) {
  margin-top: 10px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings .ga-campaign-overrides input[type="text"] {
  width: 300px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings label {
  display: block;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings label input[type="checkbox"] {
  margin-right: 5px;
  margin-top: -2px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .google-analytics-settings label input[type="text"] {
  display: block;
  margin-left: 0px;
  margin-top: 4px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .setup-tab-content .settings-section {
  margin-bottom: 20px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .setup-tab-content .settings-section h3.section-header {
  margin-top: 12px;
  margin-bottom: 6px;
}
#campaignSetup #campaignSetupWrapper #campaignSetupTabContent .setup-tab-content .settings-section .section-description {
  font-style: italic;
}
#campaignSetup #campaignSetupWrapper .row {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0;
}
#campaignSetup #campaignSetupWrapper .row > * {
  display: inline-block;
}
#campaignSetup #campaignSetupWrapper .row > span {
  margin-left: 5px;
  margin-right: 5px;
}
#campaignSetup #campaignSetupWrapper #settings .top {
  height: 230px;
}
#campaignSetup #campaignSetupWrapper #settings .newLink {
  margin-top: 6px;
}
#campaignSetup #campaignSetupWrapper .top {
  width: 100%;
}
#campaignSetup #campaignSetupWrapper .top > .left {
  float: left;
  width: 252.6px;
}
#campaignSetup #campaignSetupWrapper .top > .left .campaignGoalSection {
  margin-bottom: 0px;
}
#campaignSetup #campaignSetupWrapper .top > .left .campaignGoalSection .tooltip {
  width: 280px;
}
#campaignSetup #campaignSetupWrapper .top > .left .campaignGoalSection .row {
  height: 100px;
}
#campaignSetup #campaignSetupWrapper .top > .left .campaignGoalSection .campaignGoalRow {
  margin-bottom: 0px;
}
#campaignSetup #campaignSetupWrapper .top > .left .campaignGoalSection .campaignGoalRow .removeGoalRow {
  margin-top: 0px;
  margin-bottom: 0px;
}
#campaignSetup #campaignSetupWrapper .top > .left .campaignGoalSection #selectedNonGoalSegmentInfo {
  display: inline-block;
  line-height: 1em;
  position: relative;
  top: 5px;
}
#campaignSetup #campaignSetupWrapper .top > .right {
  float: right;
  width: 386.4px;
}
#campaignSetup #campaignSetupWrapper .goalSegmentList {
  width: 100%;
  max-width: 222px;
}
#campaignSetup #campaignSetupWrapper .goalSegmentList .chosen-container {
  margin-left: 0;
  margin-right: 0;
  width: 252.6px;
}
#campaignSetup #campaignSetupWrapper .addGoal {
  box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
}
#campaignSetup #campaignSetupWrapper .addGoal > div {
  margin-bottom: 15px;
}
#campaignSetup #campaignSetupWrapper .removeGoal {
  float: right;
  margin-top: 5px;
  line-height: 15px;
}
#campaignSetup #campaignSetupWrapper .successGauge {
  width: 252.6px;
}
#campaignSetup #campaignSetupWrapper .campaignQualificationRules {
  margin-bottom: 3px;
}
#campaignSetup #campaignSetupWrapper .k-numerictextbox {
  width: 95px;
}
#campaignSetup #campaignSetupWrapper .newLink {
  display: inline-block;
  margin-left: 11px;
  margin-top: 11px;
  cursor: pointer;
  color: #0070D2;
}
#campaignSetup #campaignSetupWrapper .newLink .fas,
#campaignSetup #campaignSetupWrapper .newLink .far {
  color: #0070D2;
  margin-right: 3px;
}
#campaignSetup #campaignSetupWrapper .newLink:hover {
  color: #005FB2;
}
#campaignSetup #campaignSetupWrapper .newLink:hover .fas,
#campaignSetup #campaignSetupWrapper .newLink:hover .far {
  color: #005FB2;
}
#campaignSetup #campaignSetupWrapper #experiences input.control-input {
  width: 60px;
}
#campaignSetup #campaignSetupWrapper #experiences .top {
  margin-bottom: 18px;
  width: 100%;
}
#campaignSetup #campaignSetupWrapper #experiences .top > .left {
  float: left;
  width: 419.85px;
}
#campaignSetup #campaignSetupWrapper #experiences .top > .right {
  float: right;
  width: 219.15px;
  height: 100%;
}
#campaignSetup #campaignSetupWrapper #experiences .top > .right > * {
  float: right;
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
#campaignSetup #campaignSetupWrapper #experiences .top:after {
  clear: both;
  content: "";
  display: table;
  position: relative;
}
#campaignSetup #campaignSetupWrapper #experiences table tr:hover {
  background: initial !important;
  background-color: initial !important;
}
#campaignSetup #campaignSetupWrapper #experiences table tr:last-child td {
  overflow: visible;
}
#campaignSetup #campaignSetupWrapper #experiences table tr:last-child td div.tooltip {
  margin-left: 25px;
}
#campaignSetup #campaignSetupWrapper #experiences .attributes tr > td {
  width: auto;
  vertical-align: middle;
}
#campaignSetup #campaignSetupWrapper #experiences .gridFooter {
  margin-top: 18px;
  width: 100%;
  overflow: hidden;
}
#campaignSetup #campaignSetupWrapper #experiences .gridFooter .tip {
  float: right;
}
#campaignSetup #campaignSetupWrapper #experiences .lock-unlock {
  position: relative;
  top: -6px;
  display: inline-block;
  width: 20px;
  cursor: pointer;
  font-size: 16px;
}
#campaignSetup #campaignSetupWrapper #experiences .lock-unlock:hover {
  color: #5b5b5b;
}
#campaignSetup #campaignSetupWrapper #experiences .experienceGroup {
  margin-bottom: 20px;
  padding-top: 10px;
}
#campaignSetup #campaignSetupWrapper #experiences .experienceGroup .experienceGroupName {
  width: 300px;
}
#campaignSetup #campaignSetupWrapper #experiences .experienceGroup > input {
  margin-bottom: 10px;
}
#campaignSetup #campaignSetupWrapper #experiences .experienceGroup .right {
  float: right;
  margin-right: 6px;
}
#campaignSetup #campaignSetupWrapper #experiences hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#campaignSetup #campaignSetupWrapper .randomizeByAccounts input {
  margin-bottom: 2px;
}
#campaignSetup #campaignSetupWrapper input.twoDigits {
  width: 2em;
}
#campaignSetup #campaignSetupWrapper span.noLeftMargin {
  padding-left: 0;
  margin-left: 0;
}
#campaignSetup #campaignSetupWrapper .draggable {
  display: inline-block;
  position: relative;
  left: -5px;
  padding: 0 5px;
  cursor: move;
  float: left;
  margin-bottom: 2px;
}
#campaignSetup #campaignSetupWrapper .draggable .fa-ellipsis-v {
  font-size: 1.3em;
  margin-right: 1px;
  pointer-events: none;
}
#campaignSetup #campaignSetupWrapper .dropTargetHighlight {
  background: #d5d5d5;
  color: #4a4a4a;
}
#campaignSetup #campaignSetupWrapper .dropTargetOver {
  background: #82c135;
  color: white;
}
#campaignSetup #campaignSetupWrapper .userPercentageSlider {
  width: 170px;
}
#campaignSetup #campaignSetupWrapper .userPercentageSlider.locked .k-slider-selection,
#campaignSetup #campaignSetupWrapper .userPercentageSlider.locked .k-draghandle {
  background-color: #005FB2;
  border-color: #005FB2;
}
#campaignSetup #campaignSetupWrapper .k-numerictextbox.userPercentageTextbox {
  width: 80px;
  margin-left: 10px;
  vertical-align: top;
}
#campaignSetup #campaignSetupWrapper .rightNote {
  font-size: 12px;
  margin-left: 5px;
}
#campaignSetup #campaignSetupWrapper .experiencesSectionsPane .text.warning .fa-exclamation-triangle {
  color: #ff9600;
}
#campaignSetup #campaignSetupWrapper #experiencesGridUserPercentage .controlInfoWrapper {
  position: relative;
  display: inline;
}
#campaignSetup #campaignSetupWrapper .control-config.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#campaignSetup #campaignSetupWrapper radio-group .tooltip {
  width: 290px;
  z-index: 1031;
}
#campaignSetup #campaignSetupWrapper .sub-section {
  margin-bottom: 8px;
}
#campaignSetup #campaignSetupWrapper .sub-header {
  color: #585858;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}
#campaignSetup .campaignRuleRow {
  position: relative;
  margin-top: 0;
  padding: 10px 5px;
}
#campaignSetup .campaignRuleRow > * {
  display: inline-block;
}
#campaignSetup .campaignRuleRow > span {
  margin-left: 5px;
  margin-right: 5px;
}
#campaignSetup .campaignRuleRow a.deleteRule {
  color: #b5b5b5;
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 16px;
  right: 16px;
}
#campaignSetup .campaignRuleRow.even {
  background-color: #f5f5f5;
}
#campaignSetup .campaignRuleRow.odd {
  background-color: white;
}
#campaignSetup .k-slider-tooltip {
  z-index: 2147483583;
}
#campaignSetup #testUrlSection {
  width: 100%;
}
#campaignSetup #testUrlSection .input-with-label {
  width: 100%;
}
#campaignSetup #testUrlSection .input-with-label input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
}
#experienceComponentsGrid .k-grid-norecords {
  background: #efefef;
  line-height: 40px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#evergageContextMenu {
  height: auto !important;
  width: 190px !important;
  background: transparent !important;
  opacity: 0 !important;
  padding: 0px !important;
  margin: 0px !important;
  outline: 0px !important;
  border: none !important;
  border-top-right-radius: 3px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: 0px 0px 12px #848484 !important;
  font-family: "Helvetica", Arial, Helvetica, sans-serif !important;
  font-weight: initial !important;
  line-height: initial !important;
  z-index: 2147483547 !important;
  box-sizing: border-box !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  transition: visibility 0.2s, opacity 0.2s ease-in-out !important;
  /* Menu sub-list */
  /* Menu sub container */
}
#evergageContextMenu.active {
  opacity: 1 !important;
}
#evergageContextMenu.menu-state-event-coordinates {
  border-top-left-radius: 3px !important;
}
#evergageContextMenu.menu-state-event-coordinates div.evg-context-menu-header {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
#evergageContextMenu.menu-state-event-coordinates div.evg-context-menu-header i.eg-fa,
#evergageContextMenu.menu-state-event-coordinates div.evg-context-menu-header .fas,
#evergageContextMenu.menu-state-event-coordinates div.evg-context-menu-header .far {
  padding-left: 3px !important;
}
#evergageContextMenu div.evg-context-menu-header {
  height: 30px !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #82C135 !important;
  outline: 0 !important;
  border: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  cursor: default !important;
  font-family: "Helvetica", Arial, Helvetica, sans-serif !important;
  line-height: initial !important;
  font-weight: initial !important;
  box-sizing: border-box !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
#evergageContextMenu div.evg-context-menu-header i.eg-fa,
#evergageContextMenu div.evg-context-menu-header .fas,
#evergageContextMenu div.evg-context-menu-header .far {
  color: #FFFFFF !important;
  padding-right: 6px !important;
}
#evergageContextMenu div.evg-context-list-group:not(.sub-list) {
  border: 1px solid #CACACA !important;
  border-radius: none !important;
  border-top: 0 !important;
  box-sizing: border-box !important;
  margin: 0px !important;
  padding: 0px !important;
}
#evergageContextMenu a.evg-context-list-group-item {
  height: 28px !important;
  color: #555 !important;
  text-decoration: none !important;
  position: relative !important;
  display: block !important;
  padding: 7px 10px !important;
  background-color: #FFFFFF !important;
  border-top: 1px solid #DDDDDD !important;
  font-size: 12px !important;
  transition: background 0.1s ease-in !important;
  box-sizing: border-box !important;
  font-weight: initial !important;
}
#evergageContextMenu a.evg-context-list-group-item:first-child {
  border-top: 0px !important;
}
#evergageContextMenu a.evg-context-list-group-item:hover {
  color: #555 !important;
  background-color: #ECECEC !important;
  text-decoration: none !important;
}
#evergageContextMenu span.evg-context-list-item-icon {
  color: #A5A5A5 !important;
  float: right !important;
}
#evergageContextMenu div.evg-context-menu-sub-list {
  opacity: 0 !important;
  height: 0px;
  visibility: hidden !important;
  display: block !important;
  position: absolute !important;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.3) !important;
  transition: visibility 0.1s, opacity 0.1s ease-in-out !important;
  box-sizing: border-box !important;
}
#evergageContextMenu div.evg-context-menu-sub-list.active {
  opacity: 1 !important;
  height: auto !important;
  visibility: visible !important;
}
#evergageContextMenu div.evg-context-menu-sub-list.width-sm {
  width: 200px;
}
#evergageContextMenu div.evg-context-menu-sub-list.width-sm.on-right {
  left: 190px !important;
}
#evergageContextMenu div.evg-context-menu-sub-list.width-sm.on-left {
  left: -200px !important;
}
#evergageContextMenu div.evg-context-menu-sub-list.width-md {
  width: 250px;
}
#evergageContextMenu div.evg-context-menu-sub-list.width-md.on-right {
  left: 190px !important;
}
#evergageContextMenu div.evg-context-menu-sub-list.width-md.on-left {
  left: -250px !important;
}
#evergageContextMenu div.evg-context-menu-sub-list.width-lg {
  width: 300px;
}
#evergageContextMenu div.evg-context-menu-sub-list.width-lg.on-right {
  left: 190px !important;
}
#evergageContextMenu div.evg-context-menu-sub-list.width-lg.on-left {
  left: -300px !important;
}
#evergageContextMenu div.evg-context-menu-sub-list.sub-menu-1 {
  top: 0px;
}
#evergageContextMenu div.evg-context-menu-sub-list.sub-menu-2 {
  top: 30px;
}
#evergageContextMenu div.evg-context-menu-sub-list.sub-menu-3 {
  top: 58px;
}
#evergageContextMenu div.evg-context-menu-sub-list.sub-menu-4 {
  top: 86px;
}
#evergageContextMenu div.evg-context-menu-sub-list.sub-menu-5 {
  top: 114px;
}
#evergageContextMenu div.evg-context-menu-sub-list.sub-menu-6 {
  top: 170px;
}
#evergageContextMenu div.evg-context-menu-sub-list div.evg-context-sub-menu-header {
  font-family: "Helvetica", Arial, Helvetica, sans-serif !important;
  color: #0070D2 !important;
  text-transform: capitalize !important;
  letter-spacing: 0.02em !important;
  font-size: 13px !important;
  font-weight: bold !important;
  background: #f5f5f5 !important;
  padding: 5px 10px !important;
  height: 29px !important;
  border-bottom: 1px solid #DDDDDD !important;
  border-top: 3px solid #0070D2 !important;
  box-sizing: border-box !important;
  cursor: default !important;
}
#evergageContextMenu div.evg-context-menu-sub-list span.evg-sub-menu-header-icon {
  float: right;
}
#evergageContextMenu div.evg-context-menu-sub-list div.evg-context-sub-menu-divider {
  height: 1px;
  background: #E0E0E0;
}
#evergageContextMenu div.evg-context-menu-sub-list a.evg-context-list-group-item {
  height: 28px !important;
  color: #555 !important;
  text-decoration: none !important;
  position: relative !important;
  display: block !important;
  padding: 7px 10px !important;
  background: #fff !important;
  border-top: none !important;
  font-size: 12px !important;
  transition: background 0.1s ease-in !important;
  box-sizing: border-box !important;
  font-weight: initial !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#evergageContextMenu div.evg-context-menu-sub-list a.evg-context-list-group-item:first-child {
  border-top: 0px !important;
}
#evergageContextMenu div.evg-context-menu-sub-list a.evg-context-list-group-item.disabled {
  color: #C7C7C7 !important;
  opacity: initial !important;
}
#evergageContextMenu div.evg-context-menu-sub-list a.evg-context-list-group-item.disabled:hover {
  cursor: not-allowed;
}
#evergageContextMenu div.evg-context-menu-sub-list a.evg-context-list-group-item:not(.disabled):hover {
  color: #555 !important;
  background: #ECECEC !important;
  text-decoration: none !important;
}
#evergageContextMenu div.evg-context-menu-sub-list span.node-name-tag {
  font-weight: bold;
  background: #E0E0E0;
  padding: 3px 6px;
  border-radius: 10px;
}
#evergageContextMenu span.tag-name {
  font-family: courier;
  padding: 0px 3px 0px 3px;
  margin-top: 5px;
  background: #337AB7;
  margin-right: 7px;
  border-radius: 4px;
  color: #FFFFFF;
  float: right;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}
#evergageContextMenu span.header-copy {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 31px !important;
  color: #FFF !important;
  padding: 0px 8px !important;
  text-transform: capitalize !important;
}
#evergageContextMenu span.header-badge {
  float: right;
  color: #FFF;
  background: #519100;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 10px;
  margin: 6px 8px;
}
#evergageContextMenu div.evg-context-menu-sub-editor {
  display: none !important;
}
#evergageContextMenu div.evg-context-menu-sub-editor.active {
  display: block !important;
  position: absolute;
  left: 202px;
  width: 300px;
  height: 300px;
  background: #FFF;
  border: 1px solid #DDD;
  box-shadow: 0px 0px 12px #848484;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.evergageResizeHandle {
  background-color: white !important;
  border-radius: 6px !important;
  border: 1px solid black !important;
  width: 8px !important;
  height: 8px !important;
  padding: 0 0 0 0 !important;
  z-index: 2147483547 !important;
}
.evergageResizeHandle.disabled {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
  cursor: default !important;
  color: black;
  opacity: 0.5;
  line-height: 10px;
  font-family: arial;
}
.evergageResizeHandle.disabled:before {
  content: "\00D7";
  font-size: 15px;
}
.evergageSelected:not(.evergageTextEdit) {
  outline: 4px solid #82c135 !important;
  outline-offset: -2px !important;
}
.evergageDraggable:not(.evergageTextEdit) {
  outline: 4px solid #82c135 !important;
  outline-offset: -2px !important;
  cursor: -webkit-grab;
  cursor: move;
}
.evergageDragging {
  cursor: -webkit-grabbing;
}
.evergageTextEdit {
  outline-width: 0px !important;
  box-shadow: 0px 0px 2px 2px rgba(130, 193, 53, 0.75), inset 0px 0px 2px 2px rgba(130, 193, 53, 0.75) !important;
}
.evergageTextEdit.evergageBlockHover {
  box-shadow: 0px 0px 2px 2px rgba(255, 150, 0, 0.75), inset 0px 0px 2px 2px rgba(255, 150, 0, 0.75) !important;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
body:not(.isVisualEditor) #evergageGearOptionsTooltip {
  padding-top: 1px;
}
body:not(.isVisualEditor) #evergageGearOptionsTooltip .evergageGearOptionsIcon {
  font-size: 18px;
}
#evergageGearOptionsTooltip {
  padding-top: 4px;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 4px !important;
  height: 30px !important;
  z-index: 2147483547 !important;
  font-size: 20px !important;
  outline: none !important;
  color: #FFF !important;
  background-color: #585858 !important;
  display: block !important;
  border: none !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5) !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  vertical-align: initial !important;
  box-sizing: border-box;
}
#evergageGearOptionsTooltip.hidden {
  display: none !important;
}
#evergageGearOptionsTooltip.messageOptions {
  width: 82px;
}
#evergageGearOptionsTooltip.elementOptions {
  width: 32px;
}
#evergageGearOptionsTooltip .evergageGearOptionsIcon {
  display: inline-block;
  text-align: center;
  width: 25px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 20px;
}
#evergageGearOptionsTooltip .evergageGearOptionsIcon.messageSettings:hover,
#evergageGearOptionsTooltip .evergageGearOptionsIcon.messageSource:hover,
#evergageGearOptionsTooltip .evergageGearOptionsIcon.elementOptions:hover {
  color: #82c135;
}
#evergageGearOptionsTooltip .evergageGearOptionsIcon.deleteMessage:hover {
  color: #dd360b;
}
.evergageBlockHover:not(.evergageTextEdit):not(.evergageSelected):not(.evergageDraggable) {
  outline: 4px dashed #ff9600 !important;
  outline-offset: -2px !important;
  transition: none !important;
}
.evergageFieldOrClickHighlighted {
  outline: 4px dashed #82c135 !important;
  outline-offset: -2px !important;
  transition: none !important;
}
.evergageBlockHover.evergageBlockHover.evergageBlockHover {
  outline-color: #ff9600 !important;
  transition: none !important;
}
.evergage-preview-message.evergage-tooltip.evergage-tooltip-page {
  position: relative;
  overflow: hidden !important;
  min-height: 24px;
}
.evergageUserSelectNone {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.evergage-invisible-message {
  opacity: 0.4 !important;
  display: none !important;
}
#evergageEditorLabels {
  top: 1000px;
  left: 2000px;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: none;
  -webkit-animation-play-state: running;
  -webkit-animation-timing-function: ease;
  -webkit-app-region: no-drag;
  -webkit-appearance: none;
  -webkit-backface-visibility: visible;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-border-fit: border;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-image: none;
  -webkit-border-vertical-spacing: 0px;
  -webkit-box-align: stretch;
  -webkit-box-decoration-break: slice;
  -webkit-box-direction: normal;
  -webkit-box-flex: 0;
  -webkit-box-flex-group: 1;
  -webkit-box-lines: single;
  -webkit-box-ordinal-group: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-reflect: none;
  -webkit-box-shadow: none;
  -webkit-clip-path: none;
  -webkit-column-break-after: auto;
  -webkit-column-break-before: auto;
  -webkit-column-break-inside: auto;
  -webkit-column-count: auto;
  -webkit-column-gap: normal;
  -webkit-column-rule-color: #000000;
  -webkit-column-rule-style: none;
  -webkit-column-rule-width: 0px;
  -webkit-column-span: none;
  -webkit-column-width: auto;
  -webkit-filter: none;
  -webkit-font-smoothing: auto;
  -webkit-highlight: none;
  -webkit-hyphenate-character: auto;
  -webkit-line-box-contain: block inline replaced;
  -webkit-line-break: auto;
  -webkit-line-clamp: none;
  -webkit-locale: auto;
  -webkit-margin-after-collapse: collapse;
  -webkit-margin-before-collapse: collapse;
  -webkit-mask-box-image: none;
  -webkit-mask-box-image-outset: 0px;
  -webkit-mask-box-image-repeat: stretch;
  -webkit-mask-box-image-slice: 0 fill;
  -webkit-mask-box-image-source: none;
  -webkit-mask-box-image-width: auto;
  -webkit-mask-clip: border-box;
  -webkit-mask-composite: source-over;
  -webkit-mask-image: none;
  -webkit-mask-origin: border-box;
  -webkit-mask-position: 0% 0%;
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: auto;
  -webkit-perspective: none;
  -webkit-perspective-origin: 952px 297px;
  -webkit-print-color-adjust: economy;
  -webkit-rtl-ordering: logical;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
  -webkit-text-combine: none;
  -webkit-text-decorations-in-effect: none;
  -webkit-text-emphasis-color: #000000;
  -webkit-text-emphasis-position: over;
  -webkit-text-emphasis-style: none;
  -webkit-text-fill-color: initial;
  -webkit-text-orientation: vertical-right;
  -webkit-text-security: none;
  -webkit-text-stroke-color: #000000;
  -webkit-text-stroke-width: 0px;
  -webkit-transform: none;
  -webkit-transform-origin: 952px 297px;
  -webkit-transform-style: flat;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  -webkit-user-drag: auto;
  -webkit-user-modify: read-only;
  -webkit-user-select: text;
  -webkit-writing-mode: horizontal-tb;
  align-content: stretch;
  align-items: start;
  align-self: start;
  alignment-baseline: auto;
  backface-visibility: visible;
  background-attachment: scroll;
  background-blend-mode: normal;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
  baseline-shift: baseline;
  border-bottom-color: #000000;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-collapse: separate;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #000000;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #000000;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: #000000;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: none;
  border-top-width: 0px;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  buffered-rendering: auto;
  caption-side: top;
  clear: none;
  clip: auto;
  clip-path: none;
  clip-rule: nonzero;
  color: #000000;
  color-interpolation: srgb;
  color-interpolation-filters: linearrgb;
  color-rendering: auto;
  cursor: auto;
  direction: ltr;
  display: initial;
  dominant-baseline: auto;
  empty-cells: show;
  fill: #000000;
  fill-opacity: 1;
  fill-rule: nonzero;
  filter: none;
  flex-basis: auto;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  flex-wrap: nowrap;
  float: none;
  flood-color: #000000;
  flood-opacity: 1;
  font-kerning: auto;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-variant-ligatures: normal;
  font-weight: initial;
  glyph-orientation-horizontal: 0deg;
  glyph-orientation-vertical: auto;
  image-rendering: auto;
  justify-content: flex-start;
  letter-spacing: normal;
  lighting-color: #ffffff;
  line-height: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: initial;
  margin-left: initial;
  margin-right: initial;
  margin-top: initial;
  marker-end: none;
  marker-mid: none;
  marker-start: none;
  mask: none;
  mask-type: luminance;
  max-height: none;
  max-width: none;
  min-height: 0px;
  min-width: 0px;
  object-fit: fill;
  object-position: 50% 50%;
  opacity: 1;
  order: 0;
  orphans: auto;
  outline-color: #000000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  overflow-wrap: normal;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  paint-order: fill stroke markers;
  perspective: none;
  perspective-origin: 952px 297px;
  pointer-events: auto;
  position: static;
  resize: none;
  right: auto;
  shape-image-threshold: 0;
  shape-margin: 0px;
  shape-outside: none;
  shape-rendering: auto;
  speak: normal;
  stop-color: #000000;
  stop-opacity: 1;
  stroke: none;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-opacity: 1;
  stroke-width: 1;
  tab-size: 8;
  table-layout: auto;
  text-align: start;
  text-anchor: start;
  text-decoration: none;
  text-indent: 0px;
  text-overflow: clip;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  touch-action: auto;
  transform: none;
  transform-origin: 952px 297px;
  transform-style: flat;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: all;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vector-effect: none;
  vertical-align: baseline;
  visibility: initial;
  white-space: normal;
  will-change: auto;
  word-break: normal;
  word-spacing: 0px;
  word-wrap: normal;
  writing-mode: lr-tb;
  z-index: auto;
  zoom: 1;
}
/* PowerTip alias */
#evergageEditorLabels {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: default;
  background-color: #ff9600;
  background-color: #fd8b03;
  border-radius: 4px;
  color: #fff;
  display: none;
  padding: 0px 6px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
  line-height: 32px;
}
#evergageEditorLabels:before {
  content: "";
  position: absolute;
}
#evergageEditorLabels.n:before,
#evergageEditorLabels.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px;
}
#evergageEditorLabels.e:before,
#evergageEditorLabels.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%;
}
#evergageEditorLabels.n:before {
  border-top: 10px solid #ff9600;
  border-top: 10px solid #fd8b03;
  bottom: -10px;
}
#evergageEditorLabels.e:before {
  border-right: 10px solid #ff9600;
  border-right: 10px solid #fd8b03;
  left: -10px;
}
#evergageEditorLabels.s:before {
  border-bottom: 10px solid #ff9600;
  border-bottom: 10px solid #fd8b03;
  top: -10px;
}
#evergageEditorLabels.w:before {
  border-left: 10px solid #ff9600;
  border-left: 10px solid #fd8b03;
  right: -10px;
}
#evergageEditorLabels.ne:before,
#evergageEditorLabels.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px;
}
#evergageEditorLabels.nw:before,
#evergageEditorLabels.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px;
}
#evergageEditorLabels.ne:before,
#evergageEditorLabels.nw:before {
  border-top: 10px solid #ff9600;
  border-top: 10px solid #fd8b03;
  bottom: -10px;
}
#evergageEditorLabels.se:before,
#evergageEditorLabels.sw:before {
  border-bottom: 10px solid #ff9600;
  border-bottom: 10px solid #fd8b03;
  top: -10px;
}
#evergageEditorLabels.nw-alt:before,
#evergageEditorLabels.ne-alt:before,
#evergageEditorLabels.sw-alt:before,
#evergageEditorLabels.se-alt:before {
  border-top: 6px solid #ff9600;
  border-top: 6px solid #fd8b03;
  bottom: -6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 10px;
}
#evergageEditorLabels.ne-alt:before {
  left: auto;
  right: 10px;
}
#evergageEditorLabels.sw-alt:before,
#evergageEditorLabels.se-alt:before {
  border-top: none;
  border-bottom: 10px solid #ff9600;
  border-bottom: 10px solid #fd8b03;
  bottom: auto;
  top: -10px;
}
#evergageEditorLabels.se-alt:before {
  left: auto;
  right: 10px;
}
#evergageEditorLabels .info-tip-bubble {
  font-weight: bold;
  background: #ff9600;
  color: #FFFFFF;
  padding: 3px 6px;
  border-radius: 10px;
  border: 1px solid #db7305;
}
#evergageEditorLabels .info-tip-bubble.push-right {
  margin-left: 6px;
}
#evergageEditorLabels .info-tip-bubble:not(.node-name) {
  text-transform: capitalize;
}
#evergageEditorLabels .info-tip-bubble .info-tip-image-icon {
  display: initial !important;
  width: 14px;
  margin-right: 6px;
}
#evergageEditorLabels span:not(:first-of-type) {
  padding: 0px 3px;
}
#evergageEditorLabels a.info-tip-btn {
  cursor: pointer;
  background: #FFFFFF;
  color: #ff9600;
  padding: 3px 6px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
}
#evergageEditorLabels a.info-tip-btn:hover {
  color: #FFFFFF;
  background: #ff9600;
  border: 1px solid #FFFFFF;
}
#evergageEditorLabels .info-tip-selector {
  cursor: text !important;
  -webkit-user-select: initial !important;
  -khtml-user-select: initial !important;
  -moz-user-select: initial !important;
  -ms-user-select: initial !important;
  user-select: initial !important;
}
html[evergagevisualeditorloading] body {
  position: initial !important;
}
.editorSidebarConfig {
  margin: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  overflow: visible;
}
.editorSidebarConfig .config-header {
  padding: 10px 15px;
  border-bottom: 1px solid #d5d5d5;
}
.editorSidebarConfig .header-name {
  width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  line-height: 24px;
}
.editorSidebarConfig .header-right {
  display: inline-block;
  float: right;
}
.editorSidebarConfig .header-right i {
  padding: 5px;
  cursor: pointer;
}
.editorSidebarConfig .config-options {
  background-color: #ffffff;
  padding: 10px 15px;
}
.editorSidebarConfig .config-options .k-widget.promotionDropdown,
.editorSidebarConfig .config-options .k-widget.dimensionDropdown {
  width: calc(100% - 30px) !important;
  margin-right: 5px;
}
.editorSidebarConfig .config-options .k-widget.k-dropdown,
.editorSidebarConfig .config-options .k-widget.k-combobox {
  width: 235px;
}
.editorSidebarConfig .config-options > table {
  width: 100%;
}
.editorSidebarConfig .config-options > table.lg-width > tbody > tr > td:first-child {
  width: 157px;
}
.editorSidebarConfig .config-options > table > tbody > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.editorSidebarConfig .config-options > table > tbody > tr > td:first-child {
  width: 90px;
  padding-right: 10px;
  text-align: right;
}
.editorSidebarConfig .config-options .radioGroup .btn {
  font-size: 12px;
}
.editorSidebarConfig .config-options .egItemSearchWrapper .k-multiselect {
  width: 236px;
}
.editorSidebarConfig input.ng-invalid {
  border-color: #f88c70;
}
.editorSidebarConfig .gridSizeContainer {
  display: inline-block;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  color: #585858;
  padding: 0 10px;
  cursor: pointer;
}
.editorSidebarConfig .gridSizeContainer .icon-hover-highlight {
  display: inline-block;
  padding-left: 5px;
}
.editorSidebarConfig .fa-exclamation-triangle {
  color: #ff9600;
}
#immediateSendConfirmationModal .modal-body {
  text-align: center;
  font-size: 17px;
}
/*
 * Copyright 2010-2023 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
.k-animation-container .k-list-container.k-popup[id^=staticContentZoneDropdown] {
  top: auto !important;
  left: auto !important;
}
#triggeredEmailSimulator {
  position: relative;
  height: 100%;
}
#triggeredEmailSimulator .simulatorSection {
  margin-bottom: 10px;
}
#triggeredEmailSimulator .closeIcon {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #848484;
}
#triggeredEmailSimulator .triggeredEmailSimulatorOptionsWrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#triggeredEmailSimulator .simulatorSelect {
  width: 420px;
  margin: 5px 0;
}
#triggeredEmailSimulator #triggerItemsSearch {
  margin: 5px 0;
}
#triggeredEmailSimulator #triggerItemsSearch .k-multiselect-wrap {
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  overflow-y: scroll;
}
#triggeredEmailSimulator .testSendInputWrapper textarea {
  width: 420px;
  height: 30px;
  margin: 5px 0;
  resize: none;
}
#triggeredEmailSimulator .scrollable-wrapper {
  background-color: #d5d5d5;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  overflow-y: scroll;
}
#triggeredEmailSimulator .previewContainer {
  width: 100%;
  margin: 5px 0;
  overflow: hidden;
  background-color: #ffffff;
}
#triggeredEmailSimulator .previewContainer .previewNotification {
  height: 100%;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}
#triggeredEmailSimulator #previewFrame {
  border: none;
  height: 100%;
  width: 100%;
}
#triggeredEmailSimulator .selectLabel {
  color: #585858;
  font-size: 1.1em;
}
#triggeredEmailSimulator .previewLabels {
  padding: 20px 0;
}
#triggeredEmailSimulator .previewLabels .previewLabel {
  color: #585858;
  width: 70px;
  display: inline-block;
  text-align: right;
  margin: 5px 10px 5px 0;
}
#triggeredEmailSimulator .previewLabels .previewValue {
  color: #585858;
}
#triggeredEmailSimulator .previewLabels .previewValue.subject {
  font-size: 1.2em;
}
.setupEmailType .strong {
  font-weight: bold;
}
.setupEmailType .timeZoneRadioGroup input {
  margin: 0 5px 0 15px;
}
.setupEmailType .timeZoneRadioGroup label {
  display: block;
  margin: 5px 0;
  width: auto;
  text-align: left;
}
.setupEmailType .checkbox-label {
  width: auto;
  margin-right: 0;
  text-align: left;
  line-height: 30px;
}
.recurringScheduleConfig .k-timepicker {
  width: 100px;
}
.recurringScheduleConfig .dayOfWeekPicker {
  display: inline-block;
  margin: 10px;
}
.recurringScheduleConfig .futureExecutionDates ul {
  list-style-type: none;
}
.recurringScheduleConfig .customExecutionDateTimePicker {
  margin: 5px 0 0 57px;
}
.recurringScheduleConfig .customExecutionDateTimePicker .btn-primary {
  margin-left: 5px;
}
.recurringScheduleConfig .futureCustomExecutionDates {
  margin: 10px 0 0 60px;
}
.setupSendOptions .row > label {
  width: 120px;
  text-align: right;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.setupSendOptions .row > label.long {
  width: 185px;
}
.setupSendOptions .checkbox-label .k-dropdown {
  display: inline-block;
}
.setupSendOptions .emailTypeDescription {
  margin: 10px 0 10px 130px;
}
.setupSendOptions .segmentDropdown {
  display: inline-block;
}
.setupSendOptions .unsubscribeRule,
.setupSendOptions .recipientRule,
.setupSendOptions .optionsRow {
  position: relative;
  margin: 5px 0;
}
.setupSendOptions .dropdown-with-description {
  width: 500px;
}
.setupSendOptions .chosen-container {
  margin: 0;
  max-width: 500px !important;
}
.setupSendOptions label .k-dropdown {
  display: inline-block;
}
.setupSendOptions .internal-wrapper {
  margin-top: 15px;
  width: 20em;
}
#triggeredEmailEditor {
  height: 100%;
}
#triggeredEmailEditor .subject-line-info {
  background-color: #e0edf4;
  border-color: #c0e8fe;
  color: #080707;
  margin-bottom: 10px;
  margin: 10px 10px 15px;
}
#triggeredEmailEditor .subject-line-info .close {
  top: -7px;
}
#triggeredEmailEditor .editorPane {
  box-shadow: inset 0px 0px 2px 1px #d1d1d1;
  background-color: #f5f5f5;
  padding-top: 4px;
  height: calc(100% - 85px);
  overflow-y: auto;
  clear: both;
}
#triggeredEmailEditor .aceEditor {
  height: 100%;
}
#triggeredEmailEditor .setupSendOptions .internal-wrapper h3 {
  margin-top: 5px;
}
#triggeredEmailEditor #triggeredEmailSidebar {
  height: 100%;
  width: 464px;
  float: left;
  overflow-y: auto;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions {
  border-bottom: 1px solid #d5d5d5;
  padding: 0 10px;
}
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions > div {
  margin: 6px 0;
}
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions > div > * {
  vertical-align: middle;
}
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions label {
  display: inline-block;
  text-align: right;
  width: 80px;
  margin-right: 6px;
}
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions .subjectInput,
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions .nameInput {
  width: 320px;
}
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions .customToInput {
  display: inline-block;
}
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions .addCustomValue {
  margin: 10px 30px;
}
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions .fromInput {
  width: 90px;
}
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions .fromAt {
  font-weight: bold;
}
#triggeredEmailEditor #triggeredEmailSidebar .experienceOptions .fromDropdown {
  width: 210px;
}
#triggeredEmailEditor #triggeredEmailSidebar .addItemBlock {
  margin: 20px 40px;
}
#triggeredEmailEditor #triggeredEmailSidebar .removeConfig:hover {
  color: #dd360b;
}
.beaconVersionModalCtrl .modal-content {
  max-height: 140px;
  overflow-y: auto;
}
.beaconVersionModalCtrl #beacon-version-modal .icon-container {
  float: left;
  height: 100%;
  width: 20px;
  font-size: 22px;
  margin-top: 2px;
  color: #0070D2;
  margin-right: 3px;
  margin-left: 2px;
  vertical-align: middle;
}
.beaconVersionModalCtrl #beacon-version-modal .text-container {
  font-size: 14px;
  float: left;
  text-align: center;
}
.beaconVersionModalCtrl #beacon-version-modal .modal-footer {
  margin-top: 0px;
}
.campaignHierarchyBar {
  border-top: 1px solid #d5d5d5;
  box-sizing: border-box;
  display: block;
  color: #848484;
  font-size: 14px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #ffffff;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.campaignHierarchyBar .toolbarHierarchyLeftButton {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 25px;
  background-color: white;
  cursor: pointer;
  border-right: 2px solid #f2f2f2;
}
.campaignHierarchyBar .toolbarHierarchyLeftButton i {
  font-size: 18px;
  padding-left: 4px;
  padding-right: 6px;
  padding-top: 3px;
  vertical-align: middle;
}
.campaignHierarchyBar .toolbarHierarchyLeftButton.highlightedNode {
  background: #82c135;
  cursor: pointer;
  color: #ffffff;
}
.campaignHierarchyBar .hierarchySection {
  cursor: pointer;
  line-height: 19px;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 2px;
}
.campaignHierarchyBar .toolbarHierarchyRightButton {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  height: 25px;
  vertical-align: middle;
  border-left: 2px solid #f2f2f2;
  background-color: white;
  cursor: pointer;
}
.campaignHierarchyBar .toolbarHierarchyRightButton i {
  font-size: 18px;
  padding-left: 6px;
  padding-right: 4px;
  padding-top: 3px;
  vertical-align: middle;
}
.campaignHierarchyBar .toolbarHierarchyRightButton.highlightedNode {
  background: #82c135;
  cursor: pointer;
  color: #ffffff;
}
.campaignHierarchyBar .toolbarHierarchyElements {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.campaignHierarchyBar .toolbarHierarchyElements .hierarchySection {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}
.campaignHierarchyBar .toolbarHierarchyElements .highlightedNode {
  background-color: #82c135;
  color: #ffffff;
}
.campaignHierarchyBar .toolbarHierarchyElements .selectedNode {
  background-color: #0070D2;
  color: #ffffff;
}
.campaignHierarchyBar .hierarchyArrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #9d9d9d;
  margin: 1px 8px;
  /*display: inline-block;
        width: 0;
        height: 0;
        border-left: 16px solid rgb(145, 144, 144);
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-left: 10px;
        padding-right: 8px;*/
}
.htmlElementsToolbar {
  height: 65px;
  background-color: #f5f5f5;
  border-top: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.htmlElementsToolbar > .left,
.htmlElementsToolbar > .right {
  height: 65px;
  vertical-align: top;
}
.htmlElementsToolbar > .left > *,
.htmlElementsToolbar > .right > * {
  height: 65px;
  vertical-align: top;
  display: inline-block;
}
.htmlElementsToolbar .surveyPropertiesDropdown .dropdown-div-content h3 {
  margin: 0 0 10px;
  font-size: 13px;
  color: #0070D2;
}
.htmlElementsToolbar .htmlElementsSectionSet {
  height: 100%;
  border-bottom: 0px;
  white-space: nowrap;
  position: relative;
  min-width: 1176px;
}
.htmlElementsToolbar .htmlElementsSectionSet.mobileCampaign {
  min-width: 1215px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection {
  height: 100%;
  background-color: #f5f5f5;
  padding-top: 6px;
  padding-left: 6px;
  padding-bottom: 4px;
  padding-right: 6px;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  border-right: 1px solid #b5b5b5;
  box-sizing: border-box;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection > .htmlElementGlobalControls {
  margin-top: 0px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection > .htmlElementGlobalControls .undoRedoClear {
  margin-bottom: 8px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection > .htmlElementGlobalControls .globalLinks {
  color: #0070D2;
  float: right;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection > .htmlElementGlobalControls .globalLinks a {
  margin: 0 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection > .htmlElementGlobalControls .globalLinks a:last-child {
  margin-right: 0;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection > .htmlElementGlobalControls .globalLinks a.disabled {
  color: #999999;
  cursor: default;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection > .htmlElementGlobalControls .htmlElementBox {
  display: inline-block;
  margin-left: 6px;
  margin-right: 0px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox {
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  height: 24px;
  color: #585858;
  padding-left: 8px;
  padding-right: 6px;
  font-weight: bold;
  font-size: 12px;
  margin-right: 0px;
  background-color: #ffffff;
  margin-bottom: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox:last-child {
  margin-left: 0px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox.dropdown-div-toggle {
  padding-right: 24px;
  padding-top: 2px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox:not(.disabled):not(.btn):hover {
  border-color: #82c135;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox:not(.disabled):not(.btn):hover .icon-hover-highlight {
  background-color: #82c135;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox:not(.disabled):not(.btn):hover .icon-hover-highlight .fas,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox:not(.disabled):not(.btn):hover .icon-hover-highlight .far {
  color: white;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox.btn:not(.disabled):hover {
  background-color: #82c135;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox:not(.disabled).active {
  background-color: #0070D2;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox.disabled,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox.disabledWithPointerEvents {
  cursor: default;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox:last-child {
  margin-right: 0px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox .icon-hover-highlight {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 100%;
  width: 20px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox .icon-hover-highlight .far,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox .icon-hover-highlight .fas {
  position: relative;
  top: 2px;
  left: 6px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox i.fa,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox .icon {
  padding-left: 6px;
  padding-right: 2px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox .htmlElementBoxSeparator {
  display: inline-block;
  border: 1px solid #848484;
  height: 100%;
  vertical-align: top;
  line-height: 12px;
  box-sizing: border-box;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementBox .colorPreviewBox {
  display: inline-block;
  height: 16px;
  width: 22px;
  border: 1px dotted #b5b5b5;
  background-clip: padding-box;
  background-color: transparent;
  vertical-align: top;
  line-height: 16px;
  margin-top: 2px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.formatText {
  width: 320px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.editElementStyle {
  width: 333px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.editInsertElement {
  width: 140px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.right {
  padding-right: 10px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection > * {
  display: inline-block;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .htmlElementsSectionTitle {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #b5b5b5;
  margin-bottom: 3px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-combobox,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-dropdown-wrap {
  border-radius: 4px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-combobox .k-i-arrow-60-down,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-dropdown-wrap .k-i-arrow-60-down {
  border-width: 4px 4px 0 4px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-combobox .k-input,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-dropdown-wrap .k-input,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-combobox .k-select,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-dropdown-wrap .k-select {
  height: 22px;
  line-height: 22px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-combobox .k-input,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-dropdown-wrap .k-input {
  padding: 0;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-combobox .k-select,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .k-dropdown-wrap .k-select {
  margin: 0;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .fontFamilyDropdown {
  width: 143px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .cssSizeInput {
  width: 73px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .multiselectBox {
  display: inline-block;
  border-style: none;
  height: 24px;
  vertical-align: top;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .multiselectBox.disabled button:not(.disabled).active {
  background-color: #ffffff;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .multiselectBox button {
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin: 0;
  margin-right: -5px;
  padding-left: 8px;
  padding-right: 8px;
  color: #585858;
  height: auto;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .multiselectBox button.active {
  border-color: #d5d5d5;
  background-color: #f9f9f9;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .multiselectBox button.disabled {
  color: #999999;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .multiselectBox button:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
  border-right-color: #d5d5d5;
  padding-left: 9px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .multiselectBox button:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  border-left-color: #d5d5d5;
  margin-right: 0;
  padding-right: 9px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .multiselectBox button .fas,
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .multiselectBox button .far {
  padding: 0;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .bottomRowOption {
  margin-top: 4px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .editTasksButton {
  width: 120px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .editElementDropdownButton {
  width: 87px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.newMessageContainer {
  background-image: url('/ui/images/icons/add_message.png');
  background-repeat: no-repeat;
  background-position-x: 17px;
  background-position-y: 5px;
  padding: 37px 0 0 0;
  position: relative;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  color: #0070D2;
  width: 70px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.newMessageContainer .newMessageText {
  margin-top: 4px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.newMessageContainer:hover {
  color: #005FB2;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection .borderLayoutDropdown.disabled .colorPreviewBox {
  background: transparent !important;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.javascriptAndChanges {
  padding-right: 9px;
  width: 135px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.javascriptAndChanges .javascriptEditorDropdown {
  border: none;
  width: 100%;
  margin-top: 9px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.javascriptAndChanges .javascriptEditorDropdown a.dropdown-div-toggle {
  color: #0070D2;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.javascriptAndChanges .javascriptEditorDropdown .dropdown-div-content {
  width: 450px;
  height: 250px;
  position: fixed;
  max-height: none;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.javascriptAndChanges .javascriptEditorDropdown .dropdown-div-content .ui-resizable-handle.ui-resizable-s {
  height: 5px;
  bottom: 0px;
}
.htmlElementsToolbar .htmlElementsSectionSet > .htmlElementsSection.javascriptAndChanges .javascriptEditorDropdown .dropdown-div-content > div {
  height: 100%;
}
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection h4 {
  display: inline-block;
}
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .k-slider {
  vertical-align: middle;
  margin: 0 5px;
  width: 120px;
}
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .chosen-container {
  background-color: #ffffff;
  min-width: 200px !important;
  position: relative;
}
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .chosen-container .chosen-single {
  height: 28px;
  line-height: 28px;
}
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection #deviceDimensions {
  display: inline-block;
  position: absolute;
  font-size: 11px;
  top: 5px;
}
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .zoomOptionsDropdown {
  width: 110px;
}
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .dynamicContentDropdown {
  position: relative;
  top: -2px;
}
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .dynamicContentDropdown .k-link {
  line-height: 22px;
}
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .hideNavigationInScreen {
  visibility: hidden;
}
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .fa-long-arrow-alt-up,
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .fa-mobile-alt,
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .fa-long-arrow-alt-right,
.htmlElementsToolbar .htmlElementsSectionSet .mobileToolsSection .fa-mobile-alt {
  margin-top: 6px;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileMessageTools {
  border: none;
  line-height: 46px;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileMessageTools h4 {
  line-height: normal;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileMessageTools input.ng-invalid-required {
  background-color: hsl(20, 100%, 96%);
  border: 1px solid #dd360b;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileMessageTools .htmlElementBox {
  color: #0070D2;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileMessageTools div {
  vertical-align: middle;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools {
  position: absolute;
  right: 0;
  top: 0;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .fa-android,
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .fa-apple,
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .fa-long-arrow-alt-right,
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .fa-long-arrow-alt-up {
  font-size: 18px;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .fa-long-arrow-alt-right {
  position: absolute;
  top: -2px;
  left: 12px;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .fa-long-arrow-alt-up {
  position: absolute;
  left: 7px;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .fa-mobile-alt {
  font-size: 26px;
  position: relative;
  left: 5px;
  top: -3px;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .fa-mobile-alt.fa-rotate-90 {
  top: 0;
  left: 0;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .selection-container {
  vertical-align: middle;
  margin-right: 25px;
  margin-left: 10px;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .selection-container p {
  color: #585858;
  margin: 0 0 3px 0;
  font-weight: bold;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .selection-container .switch {
  left: 45px;
  border: 2px solid #585858;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .selection-container .switch label:nth-of-type(1) {
  left: -39px;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .selection-container .switch input:checked ~ label:nth-of-type(1) {
  color: #82c135;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .selection-container .switch input:checked ~ label:nth-of-type(2) {
  color: #808080;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .selection-container .switch input ~ :checked ~ label:nth-of-type(1) {
  color: #808080;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .selection-container .switch input ~ :checked ~ label:nth-of-type(2) {
  color: #82c135;
}
.htmlElementsToolbar .htmlElementsSectionSet #mobileDevicePreviewTools .selection-container .switch .toggle {
  background-color: #82c135;
}
.htmlElementsToolbar .dropdown-div-content label {
  color: #585858;
  font-size: 13px;
}
.htmlElementsToolbar .dropdown-div-content .sp-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.htmlElementsToolbar .dropdown-div-content .buttons {
  float: right;
}
.htmlElementsToolbar .dropdown-div-content .emptyMessage {
  margin: 20px;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.htmlElementsToolbar .colorDropdownPositionHack {
  top: -7px;
}
.htmlElementsToolbar .blockToolbarMessage {
  position: absolute;
  color: #000000;
  background-color: #d5d5d5;
  opacity: 0.7;
  width: 100%;
  z-index: 2;
  height: 100%;
  font-weight: bold;
  text-align: center;
}
.htmlElementsToolbar .blockToolbarMessage:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toolbarHierarchyBlock {
  color: #848484;
  font-size: 14px;
  height: 25px;
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toolbarHierarchyBlock #toolbarHierarchyLeftButton {
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 1;
  height: 25px;
  border-right: 2px solid #f2f2f2;
}
.toolbarHierarchyBlock #toolbarHierarchyLeftButton i {
  font-size: 18px;
  padding-left: 4px;
  padding-right: 6px;
  padding-top: 3px;
  vertical-align: middle;
}
.toolbarHierarchyBlock #toolbarHierarchyLeftButton.highlightedNode {
  background: #82c135;
  cursor: pointer;
  color: #ffffff;
}
.toolbarHierarchyBlock .hierarchySection {
  cursor: pointer;
  line-height: 19px;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 2px;
}
.toolbarHierarchyBlock #toolbarHierarchyRightButton {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 1;
  height: 25px;
  vertical-align: middle;
  border-left: 2px solid #f2f2f2;
}
.toolbarHierarchyBlock #toolbarHierarchyRightButton i {
  font-size: 18px;
  padding-left: 6px;
  padding-right: 4px;
  padding-top: 3px;
  vertical-align: middle;
}
.toolbarHierarchyBlock #toolbarHierarchyRightButton.highlightedNode {
  background: #82c135;
  cursor: pointer;
  color: #ffffff;
}
.toolbarHierarchyBlock #toolbarHierarchyElements {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.toolbarHierarchyBlock #toolbarHierarchyElements .hierarchySection {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}
.toolbarHierarchyBlock #toolbarHierarchyElements .highlightedNode {
  background-color: #82c135;
  color: #ffffff;
}
.toolbarHierarchyBlock #toolbarHierarchyElements .selectedNode {
  background-color: #0070D2;
  color: #ffffff;
}
.toolbarHierarchyBlock .hierarchyArrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #9d9d9d;
  margin: 1px 8px;
  /*display: inline-block;
        width: 0;
        height: 0;
        border-left: 16px solid rgb(145, 144, 144);
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin-left: 10px;
        padding-right: 8px;*/
}
.toolbarHierarchyBlock .dropdown-div-toggle {
  color: #000000;
}
.toolbarHierarchyBlock .dropdown-div-content label {
  color: #585858;
  font-size: 13px;
}
.toolbarHierarchyBlock .dropdown-div-content .sp-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.toolbarHierarchyBlock .dropdown-div-content .buttons {
  float: right;
}
.toolbarHierarchyBlock .dropdown-div-content .emptyMessage {
  margin: 20px;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
}
.campaignMessageSettingsModal .tab-content {
  display: none;
}
.campaignMessageSettingsModal .message-settings-tab {
  padding: 10px;
  border: 1px solid #d5d5d5;
}
.campaignMessageSettingsModal .singleTab .nav-tabs {
  display: none;
}
.campaignMessageSettingsModal .singleTab .message-settings-tab {
  border: none;
}
.campaignMessageSettingsModal ul.nav.nav-tabs li:first-child {
  margin-left: initial;
}
.campaignMessageSettingsModal #campaignMessageSettings ng-form[name=campaignRuleTypeForm] > * {
  vertical-align: top;
}
.campaignMessageSettingsModal #campaignMessageSettings .sub-section {
  margin-bottom: 8px;
}
.campaignMessageSettingsModal #campaignMessageSettings .sub-header {
  color: #585858;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}
.campaignMessageSettingsModal #campaignMessageSettings a.deleteRule {
  color: #b5b5b5;
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 16px;
  right: 16px;
}
.campaignMessageSettingsModal #campaignMessageSettings .campaignRuleRow {
  padding: 10px 5px;
  position: relative;
}
.campaignMessageSettingsModal #campaignMessageSettings .campaignRuleRow:not(:first-of-type) {
  border-top: 1px solid #b5b5b5;
}
.campaignMessageSettingsModal #campaignMessageSettings .campaignRuleRow.even {
  background-color: #f5f5f5;
}
.campaignMessageSettingsModal #campaignMessageSettings .campaignRuleRow.odd {
  background-color: white;
}
.campaignMessageSettingsModal #campaignMessageSettings .new-link-action {
  margin-top: 5px;
}
.campaignMessageSettingsModal #campaignMessageSettings .newLink {
  margin-left: 11px;
  margin-top: 15px;
  cursor: pointer;
  color: #0070D2;
}
.campaignMessageSettingsModal #campaignMessageSettings .newLink .fas,
.campaignMessageSettingsModal #campaignMessageSettings .newLink .far {
  color: #0070D2;
  margin-right: 3px;
}
.campaignMessageSettingsModal #campaignMessageSettings .newLink:hover {
  color: #005FB2;
}
.campaignMessageSettingsModal #campaignMessageSettings .newLink:hover .fas,
.campaignMessageSettingsModal #campaignMessageSettings .newLink:hover .far {
  color: #005FB2;
}
.campaignMessageSettingsModal #campaignMessageSettings .required {
  color: #dd360b;
  margin-left: 5px;
  font-size: 18px;
}
.campaignMessageSettingsModal #campaignMessageSettings .requiredText {
  color: #dd360b;
  font-size: 14px;
  float: right;
}
.campaignMessageSettingsModal #campaignMessageSettings .customErrorMessage {
  color: #dd360b;
  font-size: 14px;
  float: left;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row {
  margin-top: 10px;
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 0;
  line-height: 200%;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row .description {
  font-size: 12px;
  line-height: 135%;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row div.description {
  margin-top: 7px;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row > div {
  margin-left: 16px;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row > div:first-of-type {
  margin-left: 0;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row .kendoControlContainment {
  display: inline-block;
  vertical-align: middle;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row .midsizeChosenSelect {
  display: inline-block;
  vertical-align: middle;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row .midsizeChosenSelect .chosen-container {
  min-width: 200px;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row .wideMultiselect {
  display: inline-block;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row .wideMultiselect .chosen-container {
  min-width: 300px;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row .singleSelectMultiRow {
  height: auto;
  vertical-align: middle;
}
.campaignMessageSettingsModal #campaignMessageSettings .settings-row .optionSubDetail {
  margin-top: 8px;
  margin-left: 18px;
}
.campaignMessageSettingsModal #campaignMessageSettings .orientationSelectorTemplate {
  width: 152px;
  height: 100px;
  margin-bottom: 16px;
  background-color: #ffffff;
  border: solid thin #d5d5d5;
  box-sizing: content-box;
}
.campaignMessageSettingsModal #campaignMessageSettings .orientationSelectorTemplate span {
  content: "x";
  background-color: #b0d7f4;
}
.campaignMessageSettingsModal #campaignMessageSettings .orientationSelectorTemplate span.selected {
  background-color: #0070D2;
}
.campaignMessageSettingsModal #campaignMessageSettings .orientationSelectorTemplate span:hover {
  background-color: #82c135;
}
.campaignMessageSettingsModal #campaignMessageSettings #popupOrientationSelector {
  width: 152px;
  height: 100px;
  margin-bottom: 16px;
  background-color: #ffffff;
  border: solid thin #d5d5d5;
  box-sizing: content-box;
}
.campaignMessageSettingsModal #campaignMessageSettings #popupOrientationSelector span {
  content: "x";
  background-color: #b0d7f4;
}
.campaignMessageSettingsModal #campaignMessageSettings #popupOrientationSelector span.selected {
  background-color: #0070D2;
}
.campaignMessageSettingsModal #campaignMessageSettings #popupOrientationSelector span:hover {
  background-color: #82c135;
}
.campaignMessageSettingsModal #campaignMessageSettings #popupOrientationSelector div {
  height: 20px;
  margin: 10px 0px;
}
.campaignMessageSettingsModal #campaignMessageSettings #popupOrientationSelector span {
  display: inline-block;
  width: 34px;
  height: 20px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-left: 0;
  margin-right: 12px;
}
.campaignMessageSettingsModal #campaignMessageSettings #popupOrientationSelector span:first-child {
  margin-left: 12px;
}
.campaignMessageSettingsModal #campaignMessageSettings #infobarOrientationSelector {
  width: 152px;
  height: 100px;
  margin-bottom: 16px;
  background-color: #ffffff;
  border: solid thin #d5d5d5;
  box-sizing: content-box;
}
.campaignMessageSettingsModal #campaignMessageSettings #infobarOrientationSelector span {
  content: "x";
  background-color: #b0d7f4;
}
.campaignMessageSettingsModal #campaignMessageSettings #infobarOrientationSelector span.selected {
  background-color: #0070D2;
}
.campaignMessageSettingsModal #campaignMessageSettings #infobarOrientationSelector span:hover {
  background-color: #82c135;
}
.campaignMessageSettingsModal #campaignMessageSettings #infobarOrientationSelector span {
  display: block;
  width: 150px;
  height: 14.28571429px;
}
.campaignMessageSettingsModal #campaignMessageSettings #infobarOrientationSelector span:first-child {
  margin-bottom: 71.42857143px;
}
.campaignMessageSettingsModal #campaignMessageSettings #changeTemplateLink {
  margin-left: 50px;
}
.campaignMessageSettingsModal #campaignMessageSettings .goalSegmentList {
  display: inline-block;
  margin: 0 !important;
}
.campaignMessageSettingsModal #campaignMessageSettings .goalSegmentList + .chosen-container {
  margin: 0 3px 0 3px;
}
.campaignMessageSettingsModal #campaignMessageSettings .negation-options + .chosen-container {
  margin: 0 3px 0 3px;
}
.campaignMessageSettingsModal #campaignMessageSettings #targetInsertionContentEditor {
  width: 380px;
  height: 140px;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
}
.campaignMessageSettingsModal #campaignMessageSettings #targetInsertionContentEditor .ace_gutter-layer {
  padding-top: 7px;
}
.campaignMessageSettingsModal #campaignMessageSettings #targetInsertionContentEditor .ace_gutter-active-line {
  margin-top: 7px;
}
.campaignMessageSettingsModal #campaignMessageSettings #multiMessageDisplayMode {
  width: 111px;
}
.campaignMessageSettingsModal #campaignMessageSettings .options .row > * {
  display: inline-block;
}
.campaignMessageSettingsModal #campaignMessageSettings .options .row > div {
  margin-left: 6px;
}
.campaignMessageSettingsModal #promotedContentModal .help-block {
  display: none;
  color: #dd360b;
}
.campaignMessageSettingsModal #promotedContentModal .has-error .help-block {
  display: block;
}
.campaignMessageSettingsModal #promotedContentModal .has-error div.ng-invalid {
  border-color: #dd360b;
}
.campaignMessageSettingsModal #promotedContentModal .has-error div.ng-invalid div {
  background-color: hsl(20, 100%, 96%);
}
.campaignMessageSettingsModal #promotedContentModal .has-error div.ng-invalid:focus {
  outline-color: hsl(0, 68%, 70%);
}
.campaignMessageSettingsModal #promotedContentModal .has-error div.ng-invalid:active {
  outline-color: hsl(0, 68%, 70%);
}
.campaignMessageSettingsModal #promotedContentModal .numericInput {
  max-width: 75px;
}
.campaignMessageSettingsModal #promotedContentModal #dynamicTab #relatedContentToggle {
  margin-top: 5px;
}
.campaignMessageSettingsModal #promotedContentModal #dynamicTab .k-dropdown {
  width: 120px;
}
.campaignMessageSettingsModal #promotedContentModal #recommendTab .description {
  margin-top: 10px;
}
.campaignMessageSettingsModal #promotedContentModal #recommendTab .description .recipeRow {
  margin-top: 5px;
  margin-bottom: 5px;
}
.campaignMessageSettingsModal #promotedContentModal #recommendTab .products {
  margin-top: 10px;
}
.campaignMessageSettingsModal #promotedContentModal #recommendTab .inputItemActionDropdownWrapper .k-dropdown {
  width: 220px;
}
.campaignMessageSettingsModal #promotedContentModal #admcTab .note {
  margin-bottom: 15px;
}
.campaignMessageSettingsModal #promotedContentModal #admcTab .queryLabelCell {
  vertical-align: middle;
}
.campaignMessageSettingsModal #promotedContentModal .k-content {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background-color: #ffffff;
}
.campaignMessageSettingsModal #promotedContentModal .k-content .k-item img {
  width: auto;
  max-height: 100%;
}
.campaignMessageSettingsModal #promotedContentModal .k-content select {
  min-width: 116px;
}
.campaignMessageSettingsModal #promotedContentModal .k-content .options {
  margin-top: 10px;
  border-top-style: solid;
  border-top-color: #b5b5b5;
  border-top-width: 1px;
  padding-top: 10px;
}
.campaignMessageSettingsModal #promotedContentModal .itemMultiRow {
  width: 170px;
}
.campaignMessageSettingsModal #promotedContentModal .itemStatMultiRow {
  width: 190px;
}
.campaignMessageSettingsModal #promotedContentModal #dynamicTab .k-menu .k-item > .k-link {
  padding: 10px;
}
.campaignMessageSettingsModal #promotedContentModal .selectedContentDescription {
  font-style: italic;
  min-height: 30px;
  margin-bottom: 10px;
}
.campaignMessageSettingsModal #promotedContentModal .k-menu .k-item > .k-link {
  padding: 6px 12px;
}
.campaignMessageSettingsModal #promotedContentModal td {
  padding: 3px;
}
.campaignMessageSettingsModal .no-recipes {
  margin-top: 4px;
}
.campaignMessageSettingsModal .recipeExclusions {
  margin-top: 10px;
}
.campaignMessageSettingsModal .recipeExclusions .modifiersTab {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 5px 10px 10px 10px;
  margin-top: 5px;
}
.campaignMessageSettingsModal .recipeExclusions .modifiers-wrapper .modifier {
  margin: 0;
}
.campaignMessageSettingsModal .recipeExclusions .modifiers-wrapper .editor div {
  display: inline-block;
}
.campaignMessageSettingsModal .recipeExclusions .modifiers-wrapper .show-errors-wrapper {
  display: block;
}
.campaignMessageSettingsModal .recipeExclusions .modifiers-wrapper .show-errors-wrapper div {
  display: block;
}
.campaignMessageSettingsModal .recipeExclusions .addModifierDropdownWrapper {
  margin-bottom: 0;
}
.campaignMessageSettingsModal #decisionsTab .internal-wrapper {
  max-width: 80%;
}
.campaignMessageSettingsModal #decisionsTab .internal-wrapper label {
  margin-top: 5px;
}
.campaignMessageSettingsModal #decisionsTab .banditConfig {
  float: left;
}
.campaignMessageSettingsModal #decisionsTab .banditConfigElement {
  margin-left: 5px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.campaignPageChangeSettingsModal .modal-content {
  /* todo evg-fixthon bootstrap-modal-css
        width: 754px;
        background-color: @white;
        max-height: @campaignPageChangeSettingsModalHeight;
        overflow-y: auto;

        .modal-body {
            background-color: @lightestGrayLighter;
        }
        */
}
.campaignPageChangeSettingsModal .modal-content .required {
  color: #dd360b;
  margin-left: 5px;
  font-size: 18px;
}
.campaignPageChangeSettingsModal .modal-content .requiredText {
  color: #dd360b;
  font-size: 14px;
  float: right;
}
.campaignPageChangeSettingsModal .modal-content a.deleteRule {
  color: #b5b5b5;
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 16px;
  right: 16px;
}
.campaignPageChangeSettingsModal .modal-content .actions.newLink {
  padding-top: 4px;
  cursor: pointer;
  color: #0070D2;
}
.campaignPageChangeSettingsModal .modal-content .actions.newLink .fas,
.campaignPageChangeSettingsModal .modal-content .actions.newLink .far {
  color: #0070D2;
  margin-right: 3px;
}
.campaignPageChangeSettingsModal .modal-content .actions.newLink:hover {
  color: #005FB2;
}
.campaignPageChangeSettingsModal .modal-content .actions.newLink:hover .fas,
.campaignPageChangeSettingsModal .modal-content .actions.newLink:hover .far {
  color: #005FB2;
}
.campaignPageChangeSettingsModal .modal-content .campaignRuleRow {
  padding: 10px 5px;
  position: relative;
}
.campaignPageChangeSettingsModal .modal-content .campaignRuleRow:not(:first-of-type) {
  border-top: 1px solid #b5b5b5;
}
.campaignPageChangeSettingsModal .modal-content .campaignRuleRow.even {
  background-color: #f9f9f9;
}
.campaignPageChangeSettingsModal .modal-content .campaignRuleRow.odd {
  background-color: white;
}
.campaignPageChangeSettingsModal .modal-content .row {
  margin-top: 8px;
  margin-bottom: 16px;
  line-height: 200%;
}
.campaignPageChangeSettingsModal .modal-content .row .description {
  font-size: 12px;
  line-height: 135%;
}
.campaignPageChangeSettingsModal .modal-content .row div.description {
  margin-top: 7px;
}
.campaignPageChangeSettingsModal .modal-content .row > div {
  margin-left: 16px;
}
.campaignPageChangeSettingsModal .modal-content .row .kendoControlContainment {
  display: inline-block;
  vertical-align: middle;
}
.campaignPageChangeSettingsModal .modal-content .row .midsizeChosenSelect {
  display: inline-block;
  vertical-align: middle;
}
.campaignPageChangeSettingsModal .modal-content .row .midsizeChosenSelect .chosen-container {
  min-width: 200px;
}
.campaignPageChangeSettingsModal .modal-content .row .wideMultiselect {
  display: inline-block;
}
.campaignPageChangeSettingsModal .modal-content .row .wideMultiselect .chosen-container {
  min-width: 300px;
}
.campaignPageChangeSettingsModal .modal-content .row .singleSelectMultiRow {
  height: auto;
  vertical-align: middle;
}
.campaignPageChangeSettingsModal .modal-content .row .optionSubDetail {
  margin-top: 8px;
  margin-left: 18px;
}
.campaignPageChangeSettingsModal .modal-content .rules .statusMessage {
  margin-bottom: 10px;
}
.campaignPageChangeSettingsModal .modal-content .negation-options + .chosen-container {
  margin: 0 3px 0 3px;
}
.campaignPageChangeSettingsModal .modal-content .options .row > * {
  display: inline-block;
}
.campaignPageChangeSettingsModal .modal-content .options .row > div {
  margin-left: 6px;
}
#campaignSourceEditor {
  min-height: 350px !important;
  width: 100% !important;
  height: 100% !important;
  padding: 10px 20px 75px;
  box-sizing: border-box;
  border-top: 1px solid #9b9b9b;
  background: #e5e5e5;
  margin-top: 40px;
}
#campaignSourceEditor * {
  box-sizing: border-box;
}
#campaignSourceEditor:not(.isVisualEditor).experienceJavascriptView {
  padding-bottom: 15px;
}
#campaignSourceEditor.isVisualEditor {
  padding: 10px 20px 113px;
}
#campaignSourceEditor.isVisualEditor.messageJavascriptView {
  padding-bottom: 92px;
}
#campaignSourceEditor.campaignJavascriptView,
#campaignSourceEditor.experienceJavascriptView {
  padding-bottom: 60px;
}
#campaignSourceEditor.campaignJavascriptView .warning,
#campaignSourceEditor.experienceJavascriptView .warning {
  margin-top: -9px;
  margin-bottom: 10px;
  width: calc(100% - 40%);
  background-color: #d5d5d5;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 450px;
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
#campaignSourceEditor.campaignJavascriptView .warning .fa-exclamation-triangle,
#campaignSourceEditor.experienceJavascriptView .warning .fa-exclamation-triangle {
  color: #000000;
}
#campaignSourceEditor .toggleTab {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 435px;
  height: 40px;
  background: #ffffff;
  padding-top: 4px;
  padding-left: 19px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #0070D2;
  border-top-right-radius: 5px;
  border: 1px solid #9b9b9b;
  border-bottom: 0;
  z-index: 1;
}
#campaignSourceEditor .toggleTab.open {
  width: 476px;
}
#campaignSourceEditor .toggleTab.withCampaignJs {
  width: 605px;
}
#campaignSourceEditor .toggleTab.withCampaignJs.open {
  width: 646px;
}
#campaignSourceEditor .toggleTab.withCampaignJs .toggleIcon {
  left: 545px;
}
#campaignSourceEditor .toggleTab .toggleIcon {
  position: relative;
  top: -40px;
  left: 375px;
  padding-top: 16px;
  width: 60px;
  height: 40px;
}
#campaignSourceEditor .toggleTab .nav.nav-tabs {
  border-bottom: 0 !important;
}
#campaignSourceEditor .toggleTab .moreInfoIcon {
  font-size: 14px;
}
#campaignSourceEditor .dynamicContentDropdown {
  display: inline;
}
#campaignSourceEditor .dynamicContentDropdown .controlWithTopLabel {
  padding-left: 10px;
}
#campaignSourceEditor .dynamicContentDropdown .tbLinkButton {
  width: 150px;
  height: 32px;
  line-height: 32px;
}
#campaignSourceEditor .dynamicContentDropdown .tbLinkButton:hover span::after {
  color: #ffffff;
}
#campaignSourceEditor .messageSourceTypeTogglesAndDMC,
#campaignSourceEditor .experienceJavascriptInfo {
  display: inline;
}
#campaignSourceEditor .messageNotSelectedAlert {
  width: 100%;
  height: 100%;
  padding-top: 19px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 40px;
  z-index: 10;
}
#campaignSourceEditor .messageNotSelectedAlert span {
  font-size: 14px;
  background: #585858;
  padding: 7px 13px;
  border-radius: 5px;
}
#campaignSourceEditor .button-separator {
  padding: 0px 3px;
  color: #b5b5b5;
}
#campaignSourceEditor span.unappliedChanges {
  background: #fff4e5;
  border: 1px solid #ff9600;
  padding: 5px 7px 6px;
  border-radius: 3px;
  margin-right: 3px;
  color: #db7305;
}
#campaignSourceEditor .sourceEditorAceEditors {
  padding-top: 10px;
  height: 100%;
}
#campaignSourceEditor .htmlAndCssEditor {
  height: 100%;
}
#campaignSourceEditor .messageNotSelectedAlert.show {
  display: block;
}
#campaignSourceEditor .htmlSourceEditorLeft,
#campaignSourceEditor .htmlSourceEditorRight {
  float: left;
  width: 50%;
  height: 100%;
}
#campaignSourceEditor .htmlSourceEditorLeft {
  padding-right: 10px;
}
#campaignSourceEditor .htmlSourceEditorRight {
  padding-left: 10px;
}
#campaignSourceEditor .editorTypeLabel {
  font-size: 11px;
  background: #ffffff;
  padding: 4px 6px;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
#campaignSourceEditor .editorTypeLabel span {
  color: #ff9600;
  font-weight: bold;
}
#campaignSourceEditor [class*='col-'] {
  float: left;
  height: 100%;
}
#campaignSourceEditor .col-left {
  width: 60%;
}
#campaignSourceEditor .col-right {
  width: 40%;
}
#campaignSourceEditor .topLevelStylesContainer {
  padding-left: 20px;
}
#campaignSourceEditor .topLevelStylesContainer h4 {
  margin: 0px 0px 5px;
}
#campaignSourceEditor .topLevelStylesContainer .topLevelStylesEditor {
  width: 100%;
  margin-top: 10px;
  min-height: 220px;
}
#campaignSourceEditor .nav-tabs li:first-child {
  margin-left: 0px;
}
#campaignSourceEditor .aceDialog,
#campaignSourceEditor .ace_editor {
  min-height: 260px;
  height: 100%;
  width: 100%;
}
#campaignSourceEditor .aceDialog#messageJavascriptContent,
#campaignSourceEditor .ace_editor#messageJavascriptContent {
  min-height: 280px;
}
#campaignSourceEditor .button-row {
  width: 450px;
  height: 28px;
  margin-bottom: 10px;
  text-align: right;
  float: right;
}
#campaignSourceEditor .button-row .smallIconButton {
  padding: 7px 12px;
  color: #000000;
  line-height: 28px;
}
#campaignSourceEditor .button-row .smallIconButton.dark {
  background: #585858;
  color: #ffffff;
}
#sourceEditorKeymapModal .col {
  display: inline-block;
  width: 50%;
  padding: 2px;
}
#sourceEditorKeymapModal .table td {
  line-height: 13px;
}
#sourceEditorKeymapModal .table th,
#sourceEditorKeymapModal .table td {
  padding: 5px;
}
#sourceEditorKeymapModal .table thead tr th {
  text-align: left;
}
#sourceEditorKeymapModal .table-bordered > thead > tr > th,
#sourceEditorKeymapModal .table-bordered > tbody > tr > th,
#sourceEditorKeymapModal .table-bordered > tfoot > tr > th,
#sourceEditorKeymapModal .table-bordered > thead > tr > td,
#sourceEditorKeymapModal .table-bordered > tbody > tr > td,
#sourceEditorKeymapModal .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.eg-progress-bar-with-total .eg-progress {
  height: 10px;
  border-radius: 8px;
  margin-bottom: 0;
  background-color: #d5d5d5;
  display: inline-block;
  width: 85%;
}
.eg-progress-bar-with-total .progress-bar {
  border-radius: 8px;
  margin: 0;
  box-shadow: none;
  -webkit-transition: none !important;
  transition: none !important;
}
.eg-progress-bar-with-total .progress-bar.blue-bar {
  background-color: #0070D2;
}
.eg-progress-bar-with-total .progress-bar.gray-bar {
  background-color: #848484;
}
.eg-progress-bar-with-total .progress-bar.darkBlue-bar {
  background-color: #005FB2;
}
.eg-progress-bar-with-total .progress-bar.black-bar {
  background-color: #000000;
}
.eg-progress-bar-with-total #eg-progress-amount {
  font-size: 10px;
  color: #000000;
}
.triggeredCampaignStats {
  margin: 0 15px 0 15px;
}
.triggeredCampaignStats .title-container {
  margin-top: 16px;
}
.triggeredCampaignStats .title-container .page-title {
  margin-top: 16px;
  display: inline;
}
.triggeredCampaignStats .title-container .page-title i {
  color: #0070D2;
}
.triggeredCampaignStats .title-container .fa-info-circle {
  color: #b5b5b5;
  font-size: 22px;
  margin-left: 10px;
}
.triggeredCampaignStats .chart {
  min-height: 400px;
}
.triggeredCampaignStats .chart-panes {
  display: flex;
  flex-direction: row;
}
.triggeredCampaignStats .chart-panes .email-chart-container {
  margin-left: 20px;
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 0;
}
.triggeredCampaignStats .activity-box-wrapper {
  position: relative;
  margin-bottom: 25px;
  width: 450px;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box {
  background-color: #f5f5f5;
  width: 425px;
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box.active:after {
  content: " ";
  border-top: 15px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-left: 15px solid #f5f5f5;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 100%;
  z-index: 2;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box.active:hover {
  background-color: #dcdcdc;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box.active:hover:after {
  border-left-color: #dcdcdc;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box .activity-heading {
  display: inline-block;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box h2 {
  margin: 0;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box h3 {
  margin: 0;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box h3.extra-bottom-padding {
  margin-bottom: 20px;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box .activity-icon {
  float: right;
  display: inline-flex;
  margin-left: 15px;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box .activity-icon .activity-icon-text {
  display: inline-grid;
  text-align: right;
  padding-right: 5px;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box .activity-icon .activity-icon-text .activity-icon-text-first-line {
  font-size: 18px;
  color: #000000;
  display: block;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box .activity-icon .activity-icon-text .activity-icon-text-second-line {
  font-size: 11px;
  color: #808080;
}
.triggeredCampaignStats .activity-box-wrapper .activity-box .activity-icon .activity-icon-img {
  font-size: 26px;
  color: #b5b5b5;
}
.triggeredCampaignStats .activity-desc {
  font-size: 11px;
}
.triggeredCampaignStats .progress-bar-label {
  display: table-cell;
  width: 135px;
  text-align: right;
  padding-right: 5px;
  color: #000000;
}
.triggeredCampaignStats .progress-bar-row {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.triggeredCampaignStats .minimal-line-chart {
  display: inline-block;
  float: right;
}
.triggeredCampaignStats .stack {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.triggeredCampaignStats .stack .badge {
  position: absolute;
  right: -10px;
  top: 15px;
  font-size: 20px;
}
.triggeredCampaignStats .stack .badge.fa-circle {
  color: #ffffff;
}
.triggeredCampaignStats .activity-progress-bars {
  margin-top: 10px;
}
.triggeredCampaignStats .campaign-overview-dropdown {
  z-index: 100;
  width: 650px;
  padding: 4px;
  position: absolute;
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
  border: 1px solid #848484;
  overflow-y: auto;
}
.triggeredCampaignStats .breadcrumbs .fa-folder {
  margin-right: 2px;
}
.advancedSearchBox {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 9px;
  background-color: #fff;
  cursor: text;
  min-height: 30px;
  line-height: 28px;
  box-sizing: border-box;
}
.advancedSearchBox.active {
  border-color: #66afe9;
}
.advancedSearchBox .search-icon {
  float: right;
  padding: 7px 0 0 2px;
}
.advancedSearchBox .remove-all-icon {
  float: right;
  padding: 8px 0 0 2px;
  cursor: pointer;
}
.advancedSearchBox .search-parameter {
  background-color: #005FB2;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  margin: 0 7px 0 0;
  padding: 0 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 26px;
  transition: box-shadow 100ms linear;
}
.advancedSearchBox .search-parameter:hover {
  box-shadow: none;
}
.advancedSearchBox .search-parameter .value input {
  vertical-align: baseline;
  box-sizing: border-box;
  border: none;
  padding: 0 4px;
  height: 24px;
  margin-top: -2px;
}
.advancedSearchBox .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}
.advancedSearchBox .search-parameter div {
  float: left;
  margin: 0 2px;
}
.advancedSearchBox .search-parameter .remove {
  color: #fff;
  margin-left: 5px;
  margin-top: 6px;
  cursor: pointer;
}
.advancedSearchBox .search-parameter .key {
  color: #fff;
}
.advancedSearchBox .search-parameter .value span {
  color: #fff;
}
.advancedSearchBox .search-parameter-input {
  display: inline-block;
  width: auto;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
}
.advancedSearchBox .search-parameter-input:focus {
  box-shadow: none;
  outline: none;
}
.advancedSearchBox .search-parameter-suggestions {
  cursor: auto;
  display: block;
  background-color: white;
  position: absolute;
  z-index: 2147483647;
}
.advancedSearchBox .search-parameter-suggestions i.glyphicon {
  font-style: normal;
}
.advancedSearchBox .search-parameter-suggestions .title {
  display: block;
  float: left;
  height: 25px;
  margin: 3px 3px 0 0;
  background-color: transparent;
  color: #888;
  font-weight: bold;
  padding: 0 5px;
  font-size: 14px;
  line-height: 25px;
}
.advancedSearchBox .search-parameter-suggestions .search-parameter {
  cursor: pointer;
  background-color: #bdbdbd;
  color: #fff;
}
.campaign-searchbox-wrapper {
  position: relative;
  height: 30px;
  width: 100%;
}
.campaign-searchbox-wrapper .campaign-searchbox {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2147483582;
  top: 0;
  left: 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 0 28px 0 0;
  background-color: #ffffff;
  cursor: text;
  min-height: 30px;
  max-height: 30px;
  overflow: hidden;
  line-height: 28px;
  box-sizing: border-box;
  width: 100%;
}
.campaign-searchbox-wrapper .campaign-searchbox.active {
  border-color: #66afe9;
  max-height: unset;
}
.campaign-searchbox-wrapper .twitter-typeahead-main {
  flex-grow: 1;
  width: auto;
  margin: 0 4px 0 8px;
}
.campaign-searchbox-wrapper .twitter-typeahead {
  line-height: 24px;
}
.campaign-searchbox-wrapper .query-input {
  display: inline-block;
  vertical-align: baseline !important;
  width: 100%;
  min-width: 150px;
  height: 24px;
  border: 0;
  margin: 2px 0 2px 0;
  padding: 0;
}
.campaign-searchbox-wrapper .param-query {
  display: inline-block;
  vertical-align: baseline !important;
  height: 24px;
  border: 0;
  margin: 0 4px 0 8px;
  padding: 0;
}
.campaign-searchbox-wrapper .left-button {
  position: absolute;
  right: 6px;
  z-index: 2147483646;
}
.campaign-searchbox-wrapper .search-icon {
  padding: 8px 3px 0 0;
}
.campaign-searchbox-wrapper .remove-all-icon {
  padding: 7px 3px 0 0;
  cursor: pointer;
  font-size: 16px;
}
.campaign-searchbox-wrapper .pills-hidden-count {
  top: 4px;
  position: relative;
}
.campaign-searchbox-wrapper .search-parameter {
  flex-grow: 0;
  cursor: pointer;
  display: inline-block;
  margin: 2px 4px;
  height: 24px;
  overflow: hidden;
}
.campaign-searchbox-wrapper .search-parameter .search-parameter-pill {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background-color: #005FB2;
  color: #ffffff;
  padding: 0 22px 0 6px;
  max-width: 246px;
  position: relative;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campaign-searchbox-wrapper .search-parameter .search-parameter-pill .remove-search-param {
  position: absolute;
  top: 1px;
  right: 6px;
}
.campaign-searchbox-wrapper .search-parameter .search-parameter-pill.selected {
  background-color: rgba(16, 113, 168, 0.85);
}
.campaign-searchbox-wrapper .search-parameter .remove {
  color: #ffffff;
  cursor: pointer;
}
.campaign-searchbox-wrapper .search-parameter .remove:hover {
  color: #d5d5d5;
}
.campaign-searchbox-wrapper .search-parameter-edit {
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
}
.campaign-searchbox-wrapper .twitter-typeahead pre,
.campaign-searchbox-wrapper .twitter-typeahead-main pre {
  display: none;
}
.tt-menu {
  background-color: #ffffff;
  color: #585858;
  border: #d5d5d5 1px solid;
  border-radius: 3px;
  max-width: 600px;
  max-height: 400px;
  overflow-y: auto;
  padding: 5px 0;
  margin: 2px 0 0;
}
.tt-menu .tt-suggestion {
  padding: 3px 20px;
}
.tt-menu .tt-suggestion.tt-selectable {
  cursor: pointer;
}
.tt-menu .tt-suggestion.tt-selectable:hover,
.tt-menu .tt-suggestion.tt-selectable.tt-cursor {
  background: #82c135;
  color: #ffffff;
}
#campaigns-list #pane-layout .pane-section[max-width] .pane > div[pane-transclude],
#campaigns-list #pane-layout .pane-section[max-width] .pane > div[pane-content-transclude] {
  padding: 0;
}
#campaigns-list .no-padding {
  padding: 0;
}
#campaigns-list .input-group {
  margin: 0 0 0 12px;
  display: inline-block;
}
#campaigns-list .input-group .input-label {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 2px;
}
#campaigns-list .input-group .input-control {
  display: inline-block;
}
#campaigns-list .filter-area > * {
  float: right;
}
#campaigns-list .k-grid-norecords span {
  display: table-cell;
  vertical-align: middle;
}
#campaigns-list .productIconWrapper {
  display: inline-block;
  line-height: 13px;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-indent: 0;
}
#campaigns-list .productIconWrapper img.listIcon {
  vertical-align: top;
}
#campaigns-list .productIconWrapper .fa {
  color: #848484;
}
#campaigns-list .view-selector {
  width: 140px;
}
#campaigns-list .view-selector-label {
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  margin-right: 6px;
}
#campaigns-list .attribution-window-dropdown.k-dropdown {
  width: 120px;
}
#campaigns-list .goal-dropdown.k-dropdown {
  width: 160px;
}
#campaigns-list .auditDetails {
  margin-bottom: 8px;
}
#campaigns-list .export-button-wrapper {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 20px;
  margin-left: 12px;
}
#campaigns-list .export-button-wrapper .export-button {
  border-radius: 3px;
  position: absolute;
  top: -4px;
  font-size: 16px;
  height: 30px;
  width: 30px;
}
#campaigns-list .export-button-wrapper .export-button:hover {
  background-color: #d5d5d5;
}
#campaigns-list .export-button-wrapper .export-button i {
  position: absolute;
  top: 6px;
  left: 6px;
}
#campaigns-list .header-row .header-left {
  float: left !important;
  width: 200px;
}
#campaigns-list .header-row .header-right {
  margin-left: 200px;
}
#campaigns-list .allCampaigns {
  cursor: pointer;
  padding: 7px;
  padding-left: 20px;
  color: #626262;
}
#campaigns-list .allCampaigns:hover {
  background: #ebebeb;
}
#campaigns-list .allCampaigns.selected {
  background: #2c5973;
  color: #ffffff;
}
#campaigns-list #campaigns .disabledMessage {
  color: #999999;
}
#campaigns-list #campaigns .testingMessage {
  color: rgba(221, 54, 11, 0.6);
}
#campaigns-list #campaigns .simulatingMessage {
  color: rgba(221, 54, 11, 0.6);
}
#campaigns-list #campaigns .publishedMessage {
  color: #4a4a4a;
  font-weight: 500;
}
#campaigns-list #campaigns .enabledMessage {
  color: #848484;
}
#campaigns-list #campaigns td[role='gridcell'] .fa-arrows-alt {
  visibility: hidden;
}
#campaigns-list #campaigns td[role='gridcell']:hover .fa-arrows-alt {
  visibility: visible;
}
#campaigns-list .draggable {
  position: relative;
  line-height: 14px;
  padding: 0px 4px 0px 0px;
  cursor: move;
  float: left;
  top: 1px;
  font-size: 14px;
}
#campaigns-list .draggable .fa-ellipsis-v {
  font-size: 1.3em;
  margin-right: 1px;
  color: #d5d5d5;
  pointer-events: none;
}
#campaigns-list .dropTargetHighlight {
  background: #d5d5d5;
  color: #4a4a4a;
}
#campaigns-list .dropTargetOver {
  background: #82c135;
  color: white;
}
#campaigns-list .campaign-name-cell,
#campaigns-list .campaign-name {
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
#campaigns-list #previewContent {
  height: 100%;
  padding-top: 10px;
}
#campaigns-list #previewContent .previewSectionNoSelectionLabel {
  width: 320px;
  height: 150px;
  margin: 50px auto 0;
}
#campaigns-list #previewContent .btn .fa-check {
  color: #82c135;
  float: left;
  margin-right: 5px;
}
#campaigns-list #previewContent .action-buttons {
  text-align: right;
}
#campaigns-list #previewContent .action-buttons .k-input {
  text-align: left;
}
#campaigns-list #previewContent .unpublishedEmailCampaign h3.emailCampaign {
  display: inline-block;
  margin-right: 5px;
}
#campaigns-list #previewContent .unpublishedEmailCampaign .emailCampaignState {
  display: inline-block;
}
#campaigns-list #previewContent .rightPreviewPaneTitle {
  margin: 0;
  font-size: 17px;
  color: #585858;
}
#campaigns-list #previewContent .messageStateSelector {
  width: 111px;
}
#campaigns-list #previewContent .campaignStateSelector {
  width: 111px;
}
#campaigns-list #previewContent .publishEmailButton {
  display: inline-block;
  margin-left: 14px;
}
#campaigns-list #previewContent .btn-row {
  margin-bottom: 0;
}
#campaigns-list #previewContent .btn {
  margin-bottom: 5px;
}
#campaigns-list #previewContent .campaignStateSelect .k-dropdown {
  margin-bottom: 5px;
}
#promotedItemStats .page-title {
  margin-bottom: 0px;
}
#promotedItemStats .title-container {
  float: left;
}
#promotedItemStats .button-container {
  float: right;
}
#promotedItemStats .nav-tabs li:first-child {
  margin-left: 0;
}
#promotedItemStats #experienceItemStatsContainer {
  border-top: 1px solid #d5d5d5;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
#promotedItemStats .noStatsReturnedMessage {
  text-align: center;
}
#promotedItemStats .productSummary {
  display: inline-block;
  width: 350px;
  vertical-align: top;
}
#promotedItemStats .productSummary .header {
  font-size: 18px;
}
#promotedItemStats .productSummary .imageAndDesc img {
  max-width: 200px;
  max-height: 200px;
}
#promotedItemStats .productSummary .propLabel {
  font-weight: bold;
  width: 60px;
  text-align: right;
  padding-right: 12px;
}
#promotedItemStats .graphSection {
  width: 400px;
  height: 200px;
  display: inline-block;
}
#promotedItemStats #purchasedWithProducts img {
  max-width: 100px;
  max-height: 100px;
}
#promotedItemStats .rate {
  font-size: 11px;
  color: #808080;
  margin-left: 3px;
}
#promotedItemStats #itemsReportTable {
  width: 100%;
  color: #4a4a4a;
}
#promotedItemStats #itemsReportTable .header {
  width: 100%;
  margin-bottom: 1px;
  padding-bottom: 6px;
  padding-top: 6px;
}
#promotedItemStats #itemsReportTable .header .title.cell {
  font-weight: 500;
  margin-left: 10px;
  display: table-cell;
}
#promotedItemStats #itemsReportTable .body {
  display: table;
  border-spacing: 0 2px;
  border-collapse: separate;
  width: 100%;
}
#promotedItemStats #itemsReportTable .row {
  width: 100%;
  font-size: 12px;
  display: table-row;
}
#promotedItemStats #itemsReportTable .row .cell {
  display: table-cell;
  padding: 4px;
  vertical-align: middle;
  height: 100%;
  font-size: 14px;
}
#promotedItemStats #itemsReportTable .row img {
  max-width: 64px;
  max-height: 64px;
  display: table-cell;
  border: 10px;
}
#promotedItemStats #itemsReportTable .row span.cell.image {
  width: 64px;
}
#promotedItemStats #itemsReportTable .row .image {
  max-width: 64px;
  max-height: 64px;
  display: table-cell;
  border: 10px;
}
#promotedItemStats #itemsReportTable .row .productDetailCell {
  height: 100%;
  display: inline-table;
  padding: 4px;
}
#promotedItemStats #itemsReportTable .row .productDetailCell .bottomRow {
  display: table-row;
  vertical-align: bottom;
}
#promotedItemStats #itemsReportTable .row .productDetailCell .bottomCell {
  display: table-cell;
  vertical-align: bottom;
}
#promotedItemStats #itemsReportTable .productName {
  font-size: 16px;
  color: #0070D2;
}
#promotedItemStats #itemsReportTable .categoryText {
  color: #0070D2;
}
/*
 *
 * Copyright 2010-2023 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#triggered-campaign-usage {
  margin: 0 15px;
}
#triggered-campaign-usage .container-drop-shadow {
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
#triggered-campaign-usage .trend-line-container {
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
#triggered-campaign-usage .trend-line-container .dashboardTimeSeriesChart h2 {
  font-size: 20px;
}
#triggered-campaign-usage .trend-line-container .dashboardTimeSeriesChart .chart {
  height: 100% !important;
  min-height: 200px;
  max-height: 200px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#triggered-campaign-stats-overview {
  margin: 0 15px;
}
#triggered-campaign-stats-overview .container-drop-shadow {
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
#triggered-campaign-stats-overview .trigger-pool-container {
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
#triggered-campaign-stats-overview .trigger-pool-container .trigger-pool-bar-container {
  margin: 5px 0 15px;
  background: #E5E5E5;
  height: 35px;
  width: 100%;
}
#triggered-campaign-stats-overview .trigger-pool-container .trigger-pool-bar-container .trigger-pool-bar {
  height: 35px;
  background: #3290ED;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
}
#triggered-campaign-stats-overview .trigger-pool-container .trigger-pool-bar-container .trigger-pool-bar span.small {
  color: #000000;
  margin-left: 10px;
}
#triggered-campaign-stats-overview .trigger-pool-container .trigger-pool-description {
  margin-bottom: 15px;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails {
  position: relative;
  float: right;
  margin-top: 5px;
  text-align: right;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails a {
  color: inherit;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .statDetail {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px;
  position: relative;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .statDetail .value {
  color: #4a4a4a;
  font-size: 17px;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .statDetail .title {
  font-size: 11px;
  text-transform: uppercase;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .statDetail .summary {
  display: inline-block;
  margin-right: 5px;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .statDetail .statDetailOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .statDetail.notSelectable {
  cursor: default;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .fas,
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .far {
  display: inline-block;
  font-size: 25px;
  color: #b5b5b5;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .stack {
  display: inline-block;
  position: relative;
  font-size: 22px;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .stack .badge {
  position: absolute;
  right: -9px;
  top: 13px;
  font-size: 17px;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .stack .badge.fa-circle {
  color: #ffffff;
}
#triggered-campaign-stats-overview .trigger-pool-container .statDetails .legendColor {
  display: inline-block;
  font-size: 12px;
  margin-right: 2px;
}
#triggered-campaign-stats-overview .trend-line-container {
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
#triggered-campaign-stats-overview .trend-line-container .dashboardTimeSeriesChart h2 {
  font-size: 20px;
}
#triggered-campaign-stats-overview .trend-line-container .dashboardTimeSeriesChart .chart {
  height: 100% !important;
  min-height: 200px;
}
#triggered-campaign-stats-overview .title-container {
  float: left;
  min-width: 200px;
}
@media (max-width: 1250px) {
  #triggered-campaign-stats-overview .title-container {
    width: 100%;
  }
}
#triggered-campaign-stats-overview .title-container .page-title {
  display: inline;
  margin-top: 0;
  margin-bottom: 6px;
}
#triggered-campaign-stats-overview .title-container .fa-info-circle {
  color: #b5b5b5;
  font-size: 22px;
  margin-left: 10px;
}
#triggered-campaign-stats-overview .page-row {
  margin-bottom: 18px;
}
#triggered-campaign-stats-overview .page-row.title-row {
  margin-top: 16px;
  margin-bottom: 0px;
}
#triggered-campaign-stats-overview .page-row.timeline-row {
  margin-bottom: 46px;
}
#triggered-campaign-stats-overview .page-row.overview-row {
  margin-bottom: 38px;
}
#triggered-campaign-stats-overview .page-row .action-buttons {
  float: right;
  margin-bottom: 10px;
}
#triggered-campaign-stats-overview .campaign-overview-dropdown {
  z-index: 100;
  width: 650px;
  padding: 4px;
  position: absolute;
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
  border: 1px solid #848484;
  overflow-y: auto;
}
#triggered-campaign-stats-overview .detail-view {
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
#triggered-campaign-stats-overview .detail-view .detail-view-header {
  border-bottom: 1px solid #e4e4e4;
}
#triggered-campaign-stats-overview .detail-view .detail-view-header h2 {
  margin-top: 10px;
}
#triggered-campaign-stats-overview .detail-view .breakdown-header {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1em;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container {
  min-height: 50vh;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .description-container {
  display: flex;
  justify-content: center;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .description-container .description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 30px 15px;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .description-container .description .sankey-chart-legend span {
  font-size: 11px;
  margin-left: 5px;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .description-container .description .fa-circle.nodeColor {
  margin-right: 3px;
  font-size: 12px;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .description-container .description .fa-circle.nodeColor.disqualified {
  color: #FE9339;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .description-container .description .fa-circle.nodeColor.failed {
  color: #AD7BEE;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart {
  float: none;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .progress-states {
  display: flex;
  margin: 0 10px;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .progress-states .progress-state {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .progress-states .progress-state.initial {
  background-color: #DFEBF6;
  flex-grow: 0.325;
  border-right: 3px solid #9b9b9b;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .progress-states .progress-state.execution {
  background-color: #E0EEEE;
  flex-grow: 0.675;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-tooltip .header {
  padding: 3px 0px;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-tooltip .body {
  border-top: 1px solid silver;
  padding: 3px 0px;
  display: flex;
  flex-direction: column;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series path,
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series rect {
  transition: fill 0.5s ease-in, fill-opacity 0.5s ease-in;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path:hover,
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect:hover {
  transition: fill 0.35s ease-in-out, fill-opacity 0.35s ease-in-out;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path.selected-section.INITIAL,
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect.selected-section.INITIAL {
  fill: rgba(50, 144, 237, 0.8);
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path.selected-section.INITIAL:hover,
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect.selected-section.INITIAL:hover {
  fill: #3290ed;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path.selected-section.EXECUTION,
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect.selected-section.EXECUTION {
  fill: rgba(11, 130, 124, 0.8);
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path.selected-section.EXECUTION:hover,
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect.selected-section.EXECUTION:hover {
  fill: #0b827c;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path.selected-section.DISQUALIFIED,
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect.selected-section.DISQUALIFIED {
  fill: rgba(254, 147, 57, 0.8);
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path.selected-section.DISQUALIFIED:hover,
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect.selected-section.DISQUALIFIED:hover {
  fill: #fe9339;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path.selected-section.FAILED,
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect.selected-section.FAILED {
  fill: rgba(173, 123, 238, 0.8);
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path.selected-section.FAILED:hover,
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect.selected-section.FAILED:hover {
  fill: #ad7bee;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path.selected-section:not(.highcharts-tooltip-box) {
  fill-opacity: 0.75;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect.selected-section:not(.highcharts-tooltip-box) {
  fill-opacity: 0.9;
}
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected path:not(.selected-section):not(.highcharts-tooltip-box),
#triggered-campaign-stats-overview .detail-view .sankey-chart-container .sankey-chart .highcharts-series.sankey-chart-series.selected rect:not(.selected-section):not(.highcharts-tooltip-box) {
  fill-opacity: 0.4;
}
#triggered-campaign-stats-overview .detail-view .breakdown-content-area {
  min-height: 30em;
}
#triggered-campaign-stats-overview .detail-view .breakdown-content-area .slds-text-longform {
  margin: 0 auto 4em;
  width: 25%;
}
#triggered-campaign-stats-overview .detail-view .breakdown-content-area .slds-text-longform .slds-text-heading_medium {
  font-size: 2rem;
}
#triggered-campaign-stats-overview .detail-view .breakdown-content-area.breakdown-container .content-row {
  min-height: 25em;
}
#triggered-campaign-stats-overview .detail-view .breakdown-content-area.breakdown-container .content-row .header {
  margin-bottom: 2em;
}
#triggered-campaign-stats-overview .detail-view .breakdown-content-area.breakdown-container .content-row #triggeredHealthScreenTableViewGrid {
  max-height: 30rem !important;
  max-width: 43vw;
  overflow-y: scroll;
}
#triggered-campaign-stats-overview .detail-view .breakdown-content-area.breakdown-container .content-row #triggeredHealthScreenTableViewGrid thead.k-grid-header tr[role="row"],
#triggered-campaign-stats-overview .detail-view .breakdown-content-area.breakdown-container .content-row #triggeredHealthScreenTableViewGrid thead.k-grid-header th.k-header {
  background: linear-gradient(180deg, rgba(181, 181, 181, 0.352) 0%, rgba(213, 213, 213, 0.8) 100%);
}
#triggered-campaign-stats-overview .detail-view .breakdown-content-area.breakdown-container .content-row #triggeredHealthScreenTableViewGrid tbody tr td:nth-child(n+2) {
  padding-left: 1.5em;
}
#triggered-campaign-stats-overview .detail-view .breakdown-content-area.breakdown-container .content-row #triggeredHealthScreenTableViewGrid th > span,
#triggered-campaign-stats-overview .detail-view .breakdown-content-area.breakdown-container .content-row #triggeredHealthScreenTableViewGrid td > span {
  color: #4a4a4a;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
.assetSummaryBox .imageContainer {
  height: 170px;
  margin-top: 5px;
}
.assetSummaryBox .mediaTitle {
  text-align: center;
}
.assetSummaryBox .mediaContentZones {
  padding: 10px 0px;
}
.assetSummaryBox .mediaActions {
  height: 20px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
.assetSummaryBox .mediaActions a {
  margin-right: 10px;
}
.assetSummaryBox .mediaActions i {
  margin-right: 2px;
}
.assetSummaryBox .assetImage {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
}
/*
 * Copyright (C) 2010-2019 Evergage, Inc.
 * All rights reserved.
 */
.componentName {
  font-weight: bold;
}
.exclusionVerb {
  font-weight: bold;
  opacity: 0.8;
}
.exclusionVerb.exclude {
  color: #dd360b;
}
.exclusionVerb.include {
  color: #519100;
}
.recipeSummary .recommendation-type {
  padding-bottom: 10px;
}
.recipeSummary .none {
  margin: 5px 10px;
  color: #b5b5b5;
  font-style: italic;
}
.recipeSummary .component {
  margin: 5px 10px;
}
.userItemSummary .summary-row {
  width: 100%;
  margin-bottom: 10px;
  padding: 7px;
  box-sizing: border-box;
}
.userItemSummary .summary-row.grey {
  background-color: #f9f9f9;
}
.userItemSummary .summary-row.prop > * {
  display: inline-block;
}
.userItemSummary .fa-dollar-sign {
  margin-right: 5px;
  color: white;
  background-color: #82c135;
  padding: 3px 6px;
  border-radius: 20px;
}
.userItemSummary .fa-user {
  margin-right: 5px;
}
.userItemSummary .fa-star {
  margin-left: 5px;
  color: #585858;
}
.userItemSummary .fa-favorite {
  margin-left: 5px;
  color: #fde96e;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b98243;
}
.userItemSummary .nickname {
  width: 220px;
}
.userItemSummaryv2 {
  max-width: 450px;
}
.userItemSummaryv2 .affinityBarGraph .topItems {
  width: 400px;
  margin-left: 15px;
}
.userItemSummaryv2 .affinityBarGraph .itemInfo .itemName {
  color: #000000;
}
.userItemSummaryv2 .affinityBarGraph .itemInfo .count {
  color: #d5d5d5;
}
.userItemSummaryv2 .affinityBarGraph .barContainer {
  height: 14px;
  width: 100%;
  background-color: #b5b5b5;
}
.userItemSummaryv2 .affinityBarGraph .barContainer .bar {
  height: 100%;
}
#itemTemplateConvert .buttonRow {
  margin-bottom: 0;
}
#itemTemplateConvert .buttonRow h1 {
  float: left;
}
#itemTemplateConvert .buttonRow .docsLink {
  font-weight: normal;
  font-size: 75%;
  margin-left: 10px;
}
#itemTemplateConvert .state.published {
  color: #519100;
}
#itemTemplateConvert .state.failed {
  color: #dd360b;
}
#itemTemplateConvert .publish-button {
  margin-right: 20px;
}
#itemTemplateConvert .itemTemplatePreviewConvert {
  border-left: 1px solid #d5d5d5;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  width: 60%;
  margin-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
#itemTemplateConvert .itemTemplatePreviewConvert #centerPreviewDiv {
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  bottom: 60px;
  display: table-cell;
  margin: 0 auto;
  width: 50%;
  vertical-align: middle;
}
#itemTemplateConvert .itemTemplatePreviewConvert #centerPreviewDiv iframe#browserRenderedPreviewImage {
  border: #d5d5d5 dashed 2px;
}
#itemTemplateConvert .itemTemplatePreviewConvert #emailPreviewDiv {
  margin-top: 15px;
}
#itemTemplateConvert .itemTemplatePreviewConvert #emailPreviewDiv img {
  display: block;
  margin: auto;
  border: 2px dashed #d5d5d5;
}
#itemTemplateConvert .itemTemplatePreviewConvert #emailPreviewDiv span {
  color: #dd360b;
}
#itemTemplateConvert .flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#itemTemplateConvert .flex-container #editor-left-pane {
  width: 50%;
}
#itemTemplateConvert table {
  border-collapse: separate;
  border-spacing: 6px 4px;
}
#itemTemplateConvert table td:first-child {
  text-align: right;
}
#itemTemplateConvert table #stateRow {
  height: 30px;
}
#itemTemplateConvert .itemTypeDropdownWrapper,
#itemTemplateConvert .dynamicContentDropdown {
  display: inline-block;
}
#itemTemplateConvert .dynamicContentDropdown {
  margin-top: 0;
  vertical-align: middle;
}
#itemTemplateConvert .dynamic-content-input {
  margin-top: 16px;
  margin-left: 4px;
  float: right;
}
#itemTemplateConvert .dynamic-content-header h3 {
  display: inline-block;
}
#itemTemplateConvert .ace_editor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 400px;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0;
}
#itemTemplateConvert .ace_editor[readonly="true"],
#itemTemplateConvert .ace_editor[readonly="readonly"] {
  background-color: #f9f9f9;
}
#itemTemplateConvert .ace_editor[readonly="true"] .ace_active-line,
#itemTemplateConvert .ace_editor[readonly="readonly"] .ace_active-line,
#itemTemplateConvert .ace_editor[readonly="true"] .ace_gutter-active-line,
#itemTemplateConvert .ace_editor[readonly="readonly"] .ace_gutter-active-line,
#itemTemplateConvert .ace_editor[readonly="true"] .ace_selection,
#itemTemplateConvert .ace_editor[readonly="readonly"] .ace_selection,
#itemTemplateConvert .ace_editor[readonly="true"] .ace_cursor,
#itemTemplateConvert .ace_editor[readonly="readonly"] .ace_cursor {
  opacity: 0;
}
#itemTemplateConvert .egItemSearchWrapper {
  margin-bottom: 15px;
}
#itemTemplateEdit .buttonRow {
  margin-bottom: 0;
}
#itemTemplateEdit .buttonRow h1 {
  float: left;
}
#itemTemplateEdit .buttonRow .docsLink {
  font-weight: normal;
  font-size: 75%;
  margin-left: 10px;
}
#itemTemplateEdit .state.published {
  color: #519100;
}
#itemTemplateEdit .state.failed {
  color: #dd360b;
}
#itemTemplateEdit .publish-button {
  margin-right: 20px;
}
#itemTemplateEdit .itemTemplatePreviewSection {
  border-left: 1px solid #d5d5d5;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  width: 35%;
  margin-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
#itemTemplateEdit .itemTemplatePreviewSection #centerPreviewDiv {
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  bottom: 60px;
  display: table-cell;
  margin: 0 auto;
  width: 50%;
  vertical-align: middle;
}
#itemTemplateEdit .itemTemplatePreviewSection #centerPreviewDiv iframe#browserRenderedPreviewImage {
  border: #d5d5d5 dashed 2px;
}
#itemTemplateEdit .itemTemplatePreviewSection #emailPreviewDiv {
  margin-top: 15px;
}
#itemTemplateEdit .itemTemplatePreviewSection #emailPreviewDiv img {
  display: block;
  margin: auto;
  border: 2px dashed #d5d5d5;
}
#itemTemplateEdit .itemTemplatePreviewSection #emailPreviewDiv span {
  color: #dd360b;
}
#itemTemplateEdit .flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#itemTemplateEdit .flex-container #editor-left-pane {
  width: 65%;
}
#itemTemplateEdit table {
  border-collapse: separate;
  border-spacing: 6px 4px;
}
#itemTemplateEdit table td:first-child {
  text-align: right;
}
#itemTemplateEdit table #stateRow {
  height: 30px;
}
#itemTemplateEdit .itemTypeDropdownWrapper,
#itemTemplateEdit .dynamicContentDropdown {
  display: inline-block;
}
#itemTemplateEdit .dynamicContentDropdown {
  margin-top: 0;
  vertical-align: middle;
}
#itemTemplateEdit .dynamic-content-input {
  margin-top: 16px;
  margin-left: 4px;
  float: right;
}
#itemTemplateEdit .dynamic-content-header h3 {
  display: inline-block;
}
#itemTemplateEdit .ace_editor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 360px;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0;
}
#itemTemplateEdit .ace_editor[readonly="true"],
#itemTemplateEdit .ace_editor[readonly="readonly"] {
  background-color: #f9f9f9;
}
#itemTemplateEdit .ace_editor[readonly="true"] .ace_active-line,
#itemTemplateEdit .ace_editor[readonly="readonly"] .ace_active-line,
#itemTemplateEdit .ace_editor[readonly="true"] .ace_gutter-active-line,
#itemTemplateEdit .ace_editor[readonly="readonly"] .ace_gutter-active-line,
#itemTemplateEdit .ace_editor[readonly="true"] .ace_selection,
#itemTemplateEdit .ace_editor[readonly="readonly"] .ace_selection,
#itemTemplateEdit .ace_editor[readonly="true"] .ace_cursor,
#itemTemplateEdit .ace_editor[readonly="readonly"] .ace_cursor {
  opacity: 0;
}
#itemTemplateEdit .egItemSearchWrapper {
  margin-bottom: 15px;
}
#itemTemplateList .state-summary {
  margin-top: 20px;
}
#itemTemplateList .templateName {
  font-size: 22px;
  margin-bottom: 18px;
}
#itemTemplateList .btn-row.btn-group-secondary .btn {
  margin-bottom: 3px;
}
#itemTemplateList #itemTemplatePreviewImage > img {
  display: block;
  margin: auto;
  max-width: 95%;
  border: #d5d5d5 dashed 2px;
}
#itemTemplateList .state.publishing {
  color: #ff9600;
}
#itemTemplateList .state.published {
  color: #519100;
}
#itemTemplateList .state.failed {
  color: #dd360b;
}
#itemTemplateList span.state-summary {
  margin: 5px;
}
#itemTemplateList span.state-summary h3 {
  display: inline;
}
#itemTemplateList span.state-summary div {
  display: inline;
}
#itemTemplateList #browserRenderedPreviewImage {
  display: block;
  margin: auto;
  max-width: 95%;
  border: #d5d5d5 dashed 2px;
  overflow: hidden;
}
#itemTemplateList #superuserOnly {
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#itemTemplateList #superuserOnly .superuser {
  text-align: center;
}
#itemTemplateList #superuserOnly .superuser h3 {
  text-align: left;
}
#itemTemplateList #superuserOnly .superuser div#rendered {
  text-align: left;
  font-size: 1.25em;
  margin-bottom: 10px;
  margin-top: 5px;
}
#itemTemplateList #stateCell span {
  margin: 0;
}
#productDetail .productSummary {
  display: inline-block;
  width: 350px;
  vertical-align: top;
}
#productDetail .productSummary .header {
  font-size: 18px;
}
#productDetail .productSummary .imageAndDesc img {
  max-width: 200px;
  max-height: 200px;
}
#productDetail .productSummary .propLabel {
  font-weight: bold;
  width: 60px;
  text-align: right;
  padding-right: 12px;
}
#productDetail .graphSection {
  width: 400px;
  height: 200px;
  display: inline-block;
}
#productDetail #purchasedWithProducts img {
  max-width: 100px;
  max-height: 100px;
}
#productDetail .awesomeTable {
  width: 100%;
}
#productDetail .awesomeTable .header {
  width: 100%;
  background-color: #efefef;
  margin-bottom: 1px;
  padding-bottom: 6px;
  padding-top: 6px;
}
#productDetail .awesomeTable .header .title.cell {
  font-weight: bold;
  margin-left: 10px;
  display: table-cell;
}
#productDetail .awesomeTable .body {
  display: table;
  border-spacing: 0 2px;
  border-collapse: separate;
  width: 100%;
}
#productDetail .awesomeTable .row {
  width: 100%;
  display: table-row;
  background-color: #ffffff;
}
#productDetail .awesomeTable .row .cell {
  display: table-cell;
  padding: 8px;
  vertical-align: middle;
  height: 100%;
  font-size: 16px;
}
#productDetail .awesomeTable .row img {
  width: 96px;
  max-width: 96px;
  display: table-cell;
  border: 10px;
}
#productDetail .awesomeTable .row .image {
  width: 96px;
  max-width: 96px;
  display: table-cell;
  border: 10px;
}
#productDetail .awesomeTable .row .productDetailCell {
  height: 100%;
  display: inline-table;
  padding: 8px;
}
#productDetail .awesomeTable .row .productDetailCell .bottomRow {
  display: table-row;
  vertical-align: bottom;
}
#productDetail .awesomeTable .row .productDetailCell .bottomCell {
  display: table-cell;
  vertical-align: bottom;
}
#productDetail .awesomeTable .productName {
  font-size: 16px;
  color: #0070D2;
}
#productDetail .awesomeTable .categoryText {
  color: #0070D2;
}
.anchorItemType label {
  width: 100px !important;
  min-width: 100px !important;
}
.anchorItemType .anchorType {
  width: 220px;
}
.anchorItemType .indented {
  margin-left: 30px;
}
.ingredient {
  position: relative;
}
.ingredient .ingredientWrapper {
  background-color: #efefef;
  padding: 10px;
}
.ingredient .ingredientWrapper .defaultLabel {
  min-width: 100px;
  width: 100px;
  display: inline-block;
}
.ingredient .ingredientWrapper .header {
  position: relative;
  height: 30px;
}
.ingredient .ingredientWrapper .header .title {
  font-size: 14px;
  color: #585858;
  font-weight: bold;
}
.ingredient .ingredientWrapper .commonControls label {
  min-width: 100px;
  width: 100px;
  display: inline-block;
}
.ingredient .ingredientWrapper .commonControls .wideLabel {
  padding-bottom: 3px;
}
.ingredient .ingredientWrapper .commonControls .wideLabel label {
  width: 300px;
}
.ingredient .ingredientWrapper .commonControls .minSupportTarget {
  padding-bottom: 3px;
}
.ingredient .ingredientWrapper .commonControls .minSupportTarget label {
  width: 185px;
}
.ingredient .ingredientWrapper .commonControls .weightSlider {
  height: 30px;
  margin-top: 10px;
}
.ingredient .ingredientWrapper .commonControls .weightSlider label {
  min-width: 65px;
  width: 65px;
  display: inline-block;
  position: relative;
  top: -10px;
}
.ingredient .ingredientWrapper .commonControls .weightSlider .k-slider-horizontal {
  width: 300px;
}
.ingredient .ingredientWrapper .ingredientControls label {
  min-width: 100px;
  width: 100px;
  display: inline-block;
}
.ingredient .ingredientWrapper .ingredientControls .alsMagnitudeQueryControls label,
.ingredient .ingredientWrapper .ingredientControls .requireSameBasket label {
  width: 100%;
}
.ingredient .ingredientWrapper .ingredientControls .trendingStatType {
  height: 60px;
}
.ingredient .ingredientWrapper .ingredientControls .trendingStatType div {
  float: left;
}
.ingredient .ingredientWrapper .ingredientControls .trendingStatType label {
  line-height: 1.3;
  float: right;
  width: 175px;
}
.ingredient .ingredientWrapper .ingredientControls .smartBundleItemTypeToMatchDropdown {
  width: 101px;
}
.ingredient .ingredientWrapper .ingredientControls .trackByParentCategories {
  width: 200px;
  margin-top: 5px;
}
.ingredient .ingredientWrapper .ingredientControls .relationshipTypeLabel {
  width: 160px;
}
.ingredient .ingredientWrapper .ingredientControls .recencyMatchFieldRow {
  margin-top: 10px;
}
.ingredient .ingredientWrapper .row {
  margin-bottom: 10px;
}
.ingredientsTab {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
.ingredientsTab .ingredientWrapper {
  margin-bottom: 10px;
  position: relative;
}
.ingredientsTab .ingredientWrapper:hover .buttons a.delete {
  visibility: visible;
}
.ingredientsTab .ingredientWrapper .buttons {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  z-index: 10;
}
.ingredientsTab .ingredientWrapper .buttons a {
  margin-left: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ingredientsTab .ingredientWrapper .buttons a.delete {
  position: absolute;
  right: 10px;
}
.ingredientsTab .ingredientWrapper .buttons a.delete:hover {
  color: #e13e06;
}
.ingredientsTab .outer-ingredients-wrapper {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ingredientsTab .inner-ingredient-wrapper {
  overflow-y: auto;
  padding: 20px;
}
.ingredientsTab .sticky-footer {
  padding: 15px 20px 0;
  margin: 6px 0 58px 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #b5b5b5;
}
.ingredientsTab .addIngredientDropdown {
  width: 100%;
}
.ingredientsTab .additional-options {
  margin-bottom: 0;
  margin-top: 5px;
}
.ingredientsTab .additional-options .fallback-config,
.ingredientsTab .additional-options .anchor-item-config {
  padding: 2px 5px 2px 5px;
  margin-right: 10px;
  background-color: #ffffff;
}
.ingredientsTab .additional-options .fallback-config #fallback-enabled,
.ingredientsTab .additional-options .anchor-item-config #fallback-enabled {
  vertical-align: baseline;
}
.ingredientsTab .additional-options .fallback-config .lookback,
.ingredientsTab .additional-options .anchor-item-config .lookback {
  margin-top: 8px;
  margin-left: 18px;
}
.ingredientsTab .additional-options .normalization-coefficients {
  padding: 5px;
}
.ingredientsTab .additional-options .normalization-coefficients.internal-wrapper {
  margin-top: 5px;
  padding: 12px 9px;
}
.ingredientsTab .additional-options .normalization-coefficients .coefficient {
  height: 30px;
}
.ingredientsTab .additional-options .normalization-coefficients input {
  float: right;
  margin-right: 55px;
}
.ingredientsTab .additional-options .normalization-coefficients label {
  margin-top: 6px;
  float: left;
}
.addIngredientDropdownList .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.33;
}
.addIngredientDropdownList .description {
  font-size: 12px;
}
.modifiersTab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
.modifiersTab .emptyModiferMessage {
  padding-left: 20px;
}
.modifiersTab .modifiers-wrapper {
  overflow-y: scroll;
  overflow-y: auto;
  padding: 0 20px;
}
.modifiersTab .modifier {
  margin: 10px 0px;
  padding: 10px 0 10px 0;
}
.modifiersTab .modifier:not(:last-child) {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #b5b5b5;
}
.modifiersTab .modifier .modifierName {
  font-weight: bold;
  color: #585858;
}
.modifiersTab .modifier .divider {
  margin-left: 7px;
  margin-right: 7px;
}
.modifiersTab .modifier.selected {
  background: #efefef;
  min-height: 175px;
  overflow-y: auto;
}
.modifiersTab .modifier.selected .modifierName {
  color: #0070D2;
}
.modifiersTab .modifier table {
  width: 100%;
}
.modifiersTab .modifier .editor {
  padding-top: 8px;
}
.modifiersTab .modifier .editor .itemContextTypeDropdownWrapper {
  margin-top: 5px;
}
.modifiersTab .modifier .editor .row {
  min-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.modifiersTab .modifier .editor .toggle {
  margin: 0;
}
.modifiersTab .modifier .editor .toggle label {
  width: auto;
}
.modifiersTab .modifier .editor .priceExclusionTypes label {
  width: 95px !important;
}
.modifiersTab .modifier .editor .price-exclusion-units {
  margin-top: 3px;
}
.modifiersTab .modifier .editor .itemTypeAsStringDropdown {
  width: 156px;
}
.modifiersTab .modifier .editor .commonControls label {
  min-width: 130px;
  width: 130px;
  display: inline-block;
}
.modifiersTab .modifier .editor .commonControls .weightSlider {
  height: 30px;
  margin-top: 10px;
}
.modifiersTab .modifier .editor .commonControls .weightSlider label {
  min-width: 65px;
  width: 65px;
  display: inline-block;
  position: relative;
  top: -10px;
}
.modifiersTab .modifier .editor .commonControls .weightSlider .k-slider-horizontal {
  width: 300px;
}
.modifiersTab .modifier .editor .commonControls .moreInfoIconWrapper {
  width: 15px;
  top: -10px;
  display: inline-block;
  position: relative;
}
.modifiersTab .modifier .internal-wrapper {
  display: inline-block;
  margin: 12px 0;
}
.modifiersTab .modifier .internal-wrapper .internal-icon {
  display: block;
}
.modifiersTab .modifier .scaleByPowerOfTen {
  margin-left: 20px;
}
.modifiersTab .modifier .hierarchicalBooster {
  width: 280px !important;
}
.modifiersTab .modifier .itemSearch {
  padding-top: 4px;
}
.modifiersTab .modifier .userAttributeDropdown .k-dropdown {
  width: 200px;
  padding-top: 4px;
}
.modifiersTab .modifier #intersectingItemTypeSelector .k-multiselect {
  width: 410px;
}
.modifiersTab .modifier .itemTypeDropdownWrapper .k-dropdown {
  width: 100px;
}
.modifiersTab .modifier .itemContextTypeDropdownWrapper .k-dropdown {
  width: 200px;
}
.modifiersTab .modifier .egItemSearchWrapper .k-multiselect {
  width: 405px;
}
.modifiersTab .modifier .aceEditor {
  height: 90px;
}
.modifiersTab .actions {
  width: 36px;
  text-align: right;
}
.modifiersTab .actions > div {
  float: right;
}
.modifiersTab .actions i {
  cursor: pointer;
}
.modifiersTab .addModifierDropdownWrapper {
  padding: 15px 20px 0px;
  margin-bottom: 58px;
  margin-top: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #b5b5b5;
}
.modifiersTab .addModifierDropdownWrapper .addModifierDropdown {
  width: 100%;
}
.modifiersTab .decimalRangeInput {
  display: inline-block;
  vertical-align: middle;
}
.addModifierDropdownList {
  left: 0 !important;
  top: 0 !important;
}
.addModifierDropdownList .modifierName {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.33;
}
.addModifierDropdownList .modifierDescription {
  font-size: 12px;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
#recipeEditor {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
#recipeEditor .configuration-tabs {
  padding: 0 20px;
  margin-top: -10px;
  margin-bottom: 10px;
}
#recipeEditor .configuration-tabs .radioGroup label:hover {
  color: #ffffff;
}
#recipeEditor .header-btn-row {
  padding-bottom: 15px;
}
#recipeEditor .header-btn-row .saveButton {
  margin-left: 5px;
  float: right;
}
#recipeEditor .header-btn-row #recommendableItemType {
  display: inline-block;
  margin-left: 20px;
  float: left;
}
#recipeEditor .header-btn-row .itemTypeToRecommendDropdown {
  width: 140px;
}
#recipeEditor .header-btn-row .topMargin {
  margin-top: 17px;
}
#recipeEditor .header-btn-row .trainingOptions {
  margin-right: 3px;
  height: 60px;
}
#recipeEditor .header-btn-row .trainingOptions .internal-icon,
#recipeEditor .header-btn-row .trainingOptions .trainingOptions__column {
  float: left;
  padding-left: 5px;
}
#recipeEditor .header-btn-row .switch-container {
  margin-top: 4px;
  width: 200px;
}
#recipeEditor .header-btn-row .switch-container > .switch {
  left: 108px;
}
#recipeEditor .header-btn-row .switch-container > .switch label:nth-of-type(1) {
  left: -92px;
}
#recipeEditor .header-btn-row .cancel {
  float: right;
  display: inline;
}
#recipeEditor .timestamp {
  display: inline-block;
}
#recipeEditor .editView {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
#recipeEditor .editView .btn .internal-icon {
  color: #0070D2;
}
#recipeEditor .editView .btn .internal-icon:hover {
  color: #ffffff !important;
}
#recipeEditor .editView .btn-primary .internal-icon {
  color: #ffffff;
}
#recipeEditor .editView .editViewLhs {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  width: 100%;
  margin-top: 20px;
}
#recipeEditor .editView .editViewLhs header {
  height: 40px;
  position: relative;
}
#recipeEditor .editView .editViewLhs header h2 {
  display: inline-block;
}
#recipeEditor .editView .editViewLhs .primary-btn-group label {
  font-size: 12px;
}
#recipeEditor .editView .editViewLhs .indented {
  margin-left: 10%;
}
#recipeEditor .editView .editViewLhs .btn-group label .total {
  margin-left: 4px;
}
#recipeEditor .editView .editViewLhs .recipeConfigSection {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  margin-bottom: 50px;
}
#recipeEditor .editView .editViewLhs .ingredientSelector {
  margin-bottom: 20px;
}
#recipeEditor .editView .editViewLhs .presets {
  margin-top: 10px;
}
#recipeEditor .editView .editViewLhs .presets a {
  float: right;
}
#recipeEditor .editView .editViewTestRecipe {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 0 20px;
  background-color: #efefef;
  height: 100%;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter {
  position: relative;
  padding: 20px;
  background-color: white;
  margin-bottom: 20px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter menu {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0px;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter menu i {
  margin-right: 10px;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter .titleRow {
  margin-bottom: 10px;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter h3 {
  margin-bottom: 10px;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter .filterRow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter .filterRow .userFilter {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 12px;
  box-sizing: border-box;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter .filterRow .userFilter .userSelected {
  margin-top: 10px;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter .filterRow .userFilter .userSelected .row {
  margin-bottom: 10px;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter .filterRow .userFilter .userSelected .row .value {
  color: #4a4a4a;
  font-weight: bold;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter .filterRow .userFilter .userSelected .fa-dollar-sign {
  margin-right: 5px;
  color: white;
  background-color: #82c135;
  padding: 3px 6px;
  border-radius: 20px;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter .filterRow .userFilter .wordCloud {
  height: 200px;
}
#recipeEditor .editView .editViewTestRecipe header.titleAndFilter .filterRow .catalogueFilter {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 12px;
  box-sizing: border-box;
}
#recipeEditor .editView .editViewTestRecipe .userSummaryRow {
  margin-top: 4px;
}
#recipeEditor .editView .editViewTestRecipe .userSummaryRow .expand-collapse-button {
  font-weight: bold;
}
#recipeEditor .editView .editViewTestRecipe .selection-preview {
  overflow-y: auto;
}
#recipeEditor .editView .editViewTestRecipe .tall {
  height: 50px;
}
#recipeEditor .editView .editViewTestRecipe .short {
  height: 28px;
}
#recipeEditor .editView .editViewTestRecipe .left {
  float: left;
  width: 505px;
}
#recipeEditor .editView .editViewTestRecipe .narrow {
  width: 70%;
}
#recipeEditor .editView .editViewTestRecipe .trainingStatus {
  width: 100%;
  color: #000000;
}
#recipeEditor .editView .editViewTestRecipe .trainingStatus .rightButtonRow {
  margin-top: 2px;
  margin-bottom: 4px;
  text-align: right;
}
#recipeEditor .editView .editViewTestRecipe .trainingStatus p {
  margin-top: 0px;
  margin-right: 10px;
}
#recipeEditor .editView .editViewTestRecipe .trainingStatus .internal-wrapper {
  display: inline-block;
  margin-right: 0.5em;
  padding-right: 12px;
  padding-left: 12px;
}
#recipeEditor .editView .editViewTestRecipe .trainingStatus .newRecipe,
#recipeEditor .editView .editViewTestRecipe .trainingStatus .willCauseRetrain,
#recipeEditor .editView .editViewTestRecipe .trainingStatus .inTraining,
#recipeEditor .editView .editViewTestRecipe .trainingStatus .finishedTraining,
#recipeEditor .editView .editViewTestRecipe .trainingStatus .trainedAndPublished,
#recipeEditor .editView .editViewTestRecipe .trainingStatus .trainedAndUnpublished {
  min-width: 380px;
}
#recipeEditor .editView .editViewTestRecipe .trainingStatus .newRecipe .btn-row,
#recipeEditor .editView .editViewTestRecipe .trainingStatus .willCauseRetrain .btn-row,
#recipeEditor .editView .editViewTestRecipe .trainingStatus .inTraining .btn-row,
#recipeEditor .editView .editViewTestRecipe .trainingStatus .finishedTraining .btn-row,
#recipeEditor .editView .editViewTestRecipe .trainingStatus .trainedAndPublished .btn-row,
#recipeEditor .editView .editViewTestRecipe .trainingStatus .trainedAndUnpublished .btn-row {
  float: right;
}
#recipeEditor .editView .editViewTestRecipe .testResultsContainer {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #efefef;
}
#recipeEditor .editView .editViewTestRecipe .testResultsContainer i {
  margin-right: 10px;
}
#recipeEditor .editView .editViewTestRecipe .testResultsContainer header {
  margin-bottom: 20px;
}
#recipeEditor .editView .editViewTestRecipe .testResultsContainer .fallback-info {
  margin-bottom: 12px;
}
#recipeEditor .editView .editViewTestRecipe .testResultsContainer .testResults {
  overflow-y: auto;
}
#recipeEditor .editView .editViewTestRecipe .testResultsContainer .testResults .product {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 20px;
  width: 180px;
  max-width: 180px;
  vertical-align: top;
}
#recipeEditor .editView .editViewTestRecipe .testResultsContainer .testResults .product .imageContainer {
  width: 180px;
  height: 180px;
  text-align: center;
}
#recipeEditor .editView .editViewTestRecipe .testResultsContainer .testResults .product .image {
  max-width: 180px;
  max-height: 180px;
}
#recipeEditor .editView .editViewTestRecipe .testResultsContainer .testResults .product .name {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 14px;
  margin-top: 18px;
  margin-bottom: 6px;
}
#recipeEditor .editView .editViewTestRecipe .testResultsContainer .testResults .product .details {
  color: #848484;
  font-size: 12px;
}
#recipeEditor .recentUser {
  margin-top: 9px;
  margin-bottom: 9px;
}
#recipeEditor .test-group-info {
  margin: 30px 20px;
  padding: 25px;
  background-color: #efefef;
}
#recipeEditor .test-group-info__body {
  margin: 0px 20px;
}
/*
 * Copyright (C) 2010-2017 Evergage, Inc.
 * All rights reserved.
 */
#recipeList .selectionAndDetailTwoPaneCombo .recipesHeader {
  padding-left: 20px;
}
#recipeList .selectionAndDetailTwoPaneCombo .recipesHeader h1 {
  display: inline-block;
}
#recipeList .selectionAndDetailTwoPaneCombo .recipesHeader .top-action-buttons {
  float: right;
  padding-right: 20px;
}
#recipeList .selectionAndDetailTwoPaneCombo .recipesHeader h1,
#recipeList .selectionAndDetailTwoPaneCombo .recipesHeader .top-action-buttons {
  margin-top: 0px;
  margin-bottom: 0px;
}
#recipeList .rightPreviewPane .rightPreviewPaneTitle {
  margin-bottom: 0;
}
#recipeList .rightPreviewPane .previewSection {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  box-sizing: border-box;
}
#recipeList .rightPreviewPane .previewSection .recipeHistory {
  margin-left: auto;
  margin-right: auto;
}
#recipeList .rightPreviewPane .previewSection .recipeHistory .audit {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  height: 54px;
  border-color: #d5d5d5;
  width: 100%;
  text-align: left;
}
#recipeList .rightPreviewPane .previewSection .recipeHistory .audit.even {
  background-color: #f5f5f5;
}
#recipeList .rightPreviewPane .previewSection .recipeHistory .audit.odd {
  background-color: #ffffff;
}
#recipeList .rightPreviewPane .previewSection .recipeHistory .audit .nextLineInfo {
  margin-left: 25px;
}
#recipeList .rightPreviewPane .previewSection .recipeHistory .showMoreAuditsButton {
  cursor: pointer;
  text-align: center;
  color: #0070D2;
}
#recipeList .rightPreviewPane .recipeListTabs .tab-content {
  padding: 10px;
}
#recipeList .fa-exclamation-triangle.error {
  color: #dd360b;
}
#recipeList .fa-exclamation-triangle.warning {
  color: #ff9600;
}
#recipeList .campaigns .disabled {
  color: #999999;
}
#recipeList .campaigns .testing {
  color: rgba(221, 54, 11, 0.6);
}
.recipe-deletion-warning .warning {
  font-weight: bold;
  color: #ff9600;
}
/*
 *
 * Copyright (C) 2010-2018 Evergage, Inc.
 * All rights reserved.
 */
.recipe-simulator {
  overflow-y: scroll;
  height: 100%;
}
.recipe-simulator .dice:active {
  animation: diceShake 0.2s linear;
}
.recipe-simulator .dice:hover {
  animation: diceShake 0.5s linear;
}
@keyframes diceShake {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(45deg);
  }
  66% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.recipe-simulator i.button {
  color: #0070D2;
}
.recipe-simulator i.button:hover {
  cursor: pointer;
  color: #004785;
}
.recipe-simulator .page-header__head {
  display: flex;
}
.recipe-simulator .page-header__head #eg-model-name-input > input.input-sm {
  font-size: 26px;
}
.recipe-simulator .page-header__name {
  margin-left: 10px;
}
.recipe-simulator .page-header__description {
  margin-left: 35px;
}
.recipe-simulator .page-content {
  margin-top: 5px;
}
.recipe-simulator .accordian {
  background-color: #efefef;
}
.recipe-simulator .suggested-user-list {
  display: flex;
  flex-direction: column;
}
.recipe-simulator .suggested-user-list__card {
  flex-basis: 100%;
  margin: 5px;
}
.recipe-simulator .suggested-user-list__card--random {
  margin: 5px;
}
.recipe-simulator .suggested-user-list__card .evg-card {
  padding: 10px 15px;
  background-color: white;
}
.recipe-simulator .suggested-user-list__card .suggested-user {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.recipe-simulator .suggested-user-list__card .suggested-user__info {
  display: flex;
  flex-direction: column;
  flex-basis: 60%;
}
.recipe-simulator .suggested-user-list__card .suggested-user__name {
  font-size: 16px;
  margin-bottom: 5px;
}
.recipe-simulator .suggested-user-list__card .suggested-user__button {
  flex-basis: 30%;
}
.recipe-simulator .filter-group {
  display: flex;
  flex-wrap: nowrap;
  margin: 10px 0px;
  align-items: center;
}
.recipe-simulator .filter-group__remove {
  font-size: 16px;
  position: absolute;
  left: 4px;
}
.recipe-simulator .filter-group__remove:hover {
  color: black;
}
.recipe-simulator .filter-group__info {
  font-size: 16px;
  color: #9b9b9b;
}
.recipe-simulator .filter-group .radio-group {
  display: flex;
}
.recipe-simulator .filter-group .radio-group__button {
  margin: 5px 10px;
}
.recipe-simulator .filter-group .segment {
  align-self: end;
}
.recipe-simulator .user-search {
  margin-bottom: 5px;
  margin-left: 30px;
}
.recipe-simulator .user-search .egUserComboBoxWrapper {
  width: 50%;
}
.recipe-simulator .user-search__container {
  display: flex;
  align-items: center;
}
.recipe-simulator .user-search__button {
  display: inline-block;
  margin-left: 10px;
}
.recipe-simulator .audience-search {
  margin-left: 30px;
}
.recipe-simulator .test-config__options {
  display: flex;
  justify-content: space-between;
  margin: 10px;
}
.recipe-simulator .test-config__options .item-search {
  margin: 5px 10px;
  flex-basis: 45%;
  display: flex;
}
.recipe-simulator .test-config__options .item-search__search {
  flex-basis: 95%;
}
.recipe-simulator .test-config__options .item-search__buttons {
  flex-basis: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 16px;
  margin-top: 15px;
}
.recipe-simulator .test-config__options .egItemComboBoxWrapper {
  width: 95%;
}
.recipe-simulator .test-config__options .switch-container {
  margin-top: 2px;
  width: 200px;
}
.recipe-simulator .test-config__options .switch-container > .switch {
  left: 108px;
}
.recipe-simulator .test-config__options .switch-container > .switch label:nth-of-type(1) {
  left: -92px;
}
.recipe-simulator .test-config__dropdown {
  width: 100%;
}
.recipe-simulator .test-config__switch {
  margin-top: 5px;
  display: flex;
}
.recipe-simulator .test-config__recipe {
  display: flex;
  flex-direction: column;
}
.recipe-simulator .test-config__simulate {
  display: flex;
  align-items: center;
  margin-right: -5px;
}
.recipe-simulator .simulation {
  margin-bottom: 50px;
}
.recipe-simulator .simulation .outline:hover {
  box-shadow: 0px 0px 5px #777777;
  cursor: pointer;
}
.recipe-simulator .simulation .users {
  display: flex;
  flex-direction: column-reverse;
}
.recipe-simulator .simulation .user {
  border-top: 1px solid #efefef;
  min-height: 180px;
}
.recipe-simulator .simulation .user__buttons {
  margin-left: 50px;
}
.recipe-simulator .simulation .user__header {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.recipe-simulator .simulation .user__info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.recipe-simulator .simulation .user__info h3 {
  margin: 0;
}
.recipe-simulator .simulation .user__filters {
  margin-top: -7px;
}
.recipe-simulator .simulation .user__random-info {
  margin: 0px 5px;
}
.recipe-simulator .simulation .user__ltv {
  margin: 0px 5px;
  padding: 2px;
}
.recipe-simulator .simulation .user__cart-info {
  padding: 2px;
}
.recipe-simulator .simulation .user__view-info {
  padding: 2px;
}
.recipe-simulator .recommendations {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  overflow-x: scroll;
}
.recipe-simulator .recommendations .recommendation {
  flex-basis: 25%;
  margin: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recipe-simulator .recommendations .recommendation__image {
  max-width: 120px;
  max-height: 120px;
}
.recipe-simulator .popover {
  max-width: 600px;
}
.recipe-simulator .popover .rec-popover-contents {
  display: flex;
  justify-content: space-around;
}
.recipe-simulator .popover .rec-popover-contents__image {
  display: flex;
  flex-direction: column;
  flex-basis: 10%;
  float: left;
}
.recipe-simulator .popover .rec-popover-contents__image img {
  max-height: 115px;
}
.recipe-simulator .popover .rec-popover-contents__info {
  display: flex;
  flex-direction: column;
  flex-basis: 80%;
  margin: 0px 20px;
}
.recipe-simulator .popover .rec-popover-contents__info .attributes {
  color: #777777;
  display: flex;
  flex-direction: column;
}
.recipe-simulator .popover .rec-popover-contents__info .attributes:first-child {
  margin-top: 20px;
}
.recipe-simulator .popover .rec-popover-contents__info .attributes .attribute__label {
  margin: 5px;
}
.recipe-simulator .popover .rec-popover-contents__actions {
  flex-direction: column;
  display: flex;
  flex-basis: 10%;
  font-size: 1.5em;
}
.recipe-simulator .popover .purchased-popover {
  color: #777777;
}
.recipe-simulator .popover .purchased-popover__header {
  background-color: #eeeeee;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin: -10px -15px 20px;
  padding: 5px 30px;
  font-weight: 500;
}
.recipe-simulator .popover .purchased-popover__cart-header {
  background-color: #eeeeee;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin: -10px -15px 20px;
  padding: 5px 30px;
  font-weight: 500;
}
.recipe-simulator .popover .purchased-popover__subheader {
  display: flex;
}
.recipe-simulator .popover .purchased-popover__row {
  border-bottom: #eeeeee solid 1px;
  margin: 20px;
}
.recipe-simulator .popover .purchased-popover__row:last-child {
  border-bottom: none;
}
.recipe-simulator .popover .purchased-popover__details {
  display: flex;
  justify-content: space-between;
}
.recipe-simulator .popover .purchased-popover__date {
  margin-right: 20px;
}
.recipe-simulator .popover .purchased-popover__time {
  margin-right: 20px;
}
.recipe-simulator .popover .purchased-popover__body {
  max-height: 500px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}
.recipe-simulator .popover .purchased-popover__price {
  margin-left: 260px;
}
.recipe-simulator .popover .purchased-popover__images {
  display: flex;
  flex-wrap: wrap;
}
.recipe-simulator .popover .purchased-popover__image {
  max-width: 100px;
  max-height: 100px;
  transition: opacity 100ms linear;
}
.recipe-simulator .popover .purchased-popover .card {
  flex-basis: 25%;
  padding: 2px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.recipe-simulator .popover .purchased-popover .card:hover .purchased-popover__buttons {
  visibility: visible;
}
.recipe-simulator .popover .purchased-popover .card .anchor {
  visibility: hidden;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
}
.recipe-simulator .popover .purchased-popover .card:hover .anchor {
  visibility: visible;
}
.recipe-simulator .popover .purchased-popover .card:hover .purchased-popover__image {
  opacity: 0.5;
}
.recipe-simulator .popover .purchased-popover__buttons {
  position: relative;
  bottom: 5px;
  display: flex;
  justify-content: space-evenly;
  visibility: hidden;
  width: 80px;
  font-size: 16px;
}
#trainingDiagnosticsPage .dbscanClusterType {
  float: left;
  margin-left: 25px;
}
#trainingDiagnosticsPage .dbscanClusterType .calculateClusters {
  margin-top: 10px;
}
#termDetail #headerChartRow {
  height: 275px;
}
#termDetail #headerChartRow .chart {
  width: 33.3%;
  float: left;
}
#termDetail .awesomeTable {
  width: 100%;
}
#termDetail .awesomeTable .header {
  width: 100%;
  background-color: #efefef;
  margin-bottom: 1px;
  padding-bottom: 6px;
  padding-top: 6px;
}
#termDetail .awesomeTable .header .title.cell {
  font-weight: bold;
  margin-left: 10px;
  display: table-cell;
}
#termDetail .awesomeTable .body {
  display: table;
  border-spacing: 0 2px;
  border-collapse: separate;
  width: 100%;
}
#termDetail .awesomeTable .row {
  width: 100%;
  display: table-row;
  background-color: #ffffff;
}
#termDetail .awesomeTable .row .cell {
  display: table-cell;
  padding: 8px;
  vertical-align: middle;
  height: 100%;
}
#termDetail .awesomeTable .row img {
  width: 96px;
  max-width: 96px;
  display: table-cell;
  border: 10px;
}
#termDetail .awesomeTable .row .image {
  width: 96px;
  max-width: 96px;
  display: table-cell;
  border: 10px;
}
#termDetail .awesomeTable .row .productDetailCell {
  height: 100%;
  display: inline-table;
  padding: 8px;
}
#termDetail .awesomeTable .row .productDetailCell .bottomRow {
  display: table-row;
  vertical-align: bottom;
}
#termDetail .awesomeTable .row .productDetailCell .bottomCell {
  display: table-cell;
  vertical-align: bottom;
}
#termDetail .awesomeTable .productName {
  font-size: 16px;
  color: #0070D2;
}
#termDetail .awesomeTable .categoryText {
  color: #0070D2;
}
.banditFeatures .mason-grid {
  margin: 10px;
  columns: 325px auto;
  column-gap: 0px;
}
.banditFeatures .mason-grid::after {
  display: block;
  clear: both;
  content: "";
}
.banditFeatures ul {
  padding-left: 15px;
}
.banditFeatures ul li {
  list-style: none;
}
.banditFeatures .card {
  padding: 10px;
  min-width: 335px;
  width: 100%;
  display: inline-block;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.banditFeatures .card .evg-card {
  padding: 15px;
  border: 1px solid #efefef;
  border-radius: 2px;
  box-shadow: 3px 3px 0 #f0f0f0;
  background: #ffffff;
  width: 100%;
}
.banditFeatures .card .evg-card .title {
  margin: 0 0 10px 0;
}
.banditFeatures .card .evg-card input[type="checkbox"] {
  margin: 10px 0;
}
.banditFeatures .card .chosenDropdownWrapper {
  position: absolute;
}
.banditFeatures .card .chosenDropdownWrapper .search-field > input {
  width: auto !important;
}
.banditFeatures .card .feature-list {
  padding-bottom: 10px;
}
.banditFeatures .card .feature-list .choice-row {
  padding: 5px;
}
.banditFeatures .chosen-container {
  width: 100% !important;
  min-width: 250px;
}
.banditFeatures .hidden-multi-select li.search-choice {
  display: none;
}
.banditFeatures .hidden {
  display: none;
}
.banditFeatures .invisible {
  visibility: hidden;
}
.banditFeatures .btn-add {
  line-height: 13px;
  padding: 7px;
  text-transform: none;
}
.banditFeatures .fa-trash-alt:hover {
  color: #e13e06;
  cursor: pointer;
}
.banditFeatures .fa-clone:hover {
  color: #0070D2;
  cursor: pointer;
}
#configureBanditContextModal .chosen-container {
  width: 100% !important;
}
#configureBanditContextModal .content-wrapper {
  padding: 15px;
  min-height: 250px;
}
#configureBanditContextModal .aceEditor {
  margin: 5px;
}
#configureBanditContextModal .hidden-multi-select li.search-choice {
  display: none;
}
/*
 * Copyright (C) 2010-2019 Evergage, Inc.
 * All rights reserved.
 */
#contentZoneList {
  padding-top: 10px;
}
#contentZoneGrid {
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: calc(100% - 40px);
  padding-top: 0;
}
#featureEngineering {
  background-color: #ffffff;
  min-height: 100%;
  padding-bottom: 30px;
}
#featureEngineering .header .card {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0px;
  padding: 5px 9px;
}
#featureEngineering .header .card label {
  display: inline;
}
#featureEngineering .header .card label {
  vertical-align: middle;
}
#featureEngineering .dialog {
  min-width: 600px;
  min-height: 600px;
}
#featureEngineering .chart {
  width: 300px;
  height: 80px;
  margin-left: 10px;
  margin-right: 25px;
  vertical-align: middle;
}
#featureEngineering .bandit-options {
  float: left;
  margin-right: 10px;
}
#featureEngineering .bandit-options label {
  display: block;
}
#featureEngineering .bandit-save {
  float: right;
}
#featureEngineering .bandit-save a {
  margin-left: 10px;
}
#featureEngineering .banditTargetOptions {
  max-width: 100%;
  margin-bottom: 3px;
}
#featureEngineering .contentWrapper > .internal-wrapper {
  margin-top: 20px;
  margin-bottom: 100px;
  margin-left: 20px;
  padding: 1rem 1.5rem;
  width: 325px;
}
#featureEngineering .contentWrapper > .internal-wrapper h2 {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
#notebookList .k-grid-pager {
  display: none;
}
#notebookList .slds-illustration {
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
}
#notebookReport {
  height: 100%;
}
#notebookReport #notebookContent {
  height: 100%;
  width: 100%;
  border: none;
  border-top: 1px solid #d5d5d5;
}
/*
 * Copyright (C) 2010-2019 Evergage, Inc.
 * All rights reserved.
 */
#zonePerformance #expandIcon {
  float: left;
  width: 60px;
  color: #808080;
  margin-top: 5px;
}
#zonePerformance #contentZoneTitle {
  float: left;
}
#zonePerformance #filter {
  margin-top: 5px;
  margin-right: 10px;
  float: right;
}
#zonePerformance #newPromotionButton {
  float: right;
}
#zonePerformance .btn-primary {
  margin-top: 5px;
}
#zonePerformance #zonePerformanceGrid {
  padding-top: 0;
}
#zonePerformance #zonePerformanceGrid .promotionDetails {
  max-width: 300px;
}
#zonePerformance #zonePerformanceGrid .promotionDetails .sampleImageHolder {
  float: left;
  display: inline-block;
}
#zonePerformance #zonePerformanceGrid .promotionDetails .sampleImageHolder .sampleImage {
  max-width: 140px;
  max-height: 100px;
}
#zonePerformance #zonePerformanceGrid .promotionDetails .armNameAndButtons {
  margin-left: 10px;
  display: inline-block;
  height: 100px;
}
#zonePerformance #zonePerformanceGrid .promotionDetails .armNameAndButtons .disableButton {
  margin-top: 55px;
}
#zonePerformance #zonePerformanceGrid .goalCompletionRateBars {
  width: 100%;
  height: 100%;
}
#zonePerformance #zonePerformanceGrid .goalCompletionRateBars .rateBar {
  width: 49%;
  height: 40px;
  float: left;
  margin-top: 24px;
}
#zonePerformance #zonePerformanceGrid .goalCompletionRateBars .rateBar .innerBar {
  height: 100%;
}
#zonePerformance #zonePerformanceGrid .goalCompletionRateBars .leftBar .leftInnerBar {
  background-color: #dd360b;
  float: right;
}
#zonePerformance #zonePerformanceGrid .goalCompletionRateBars .barSeparator {
  height: 90px;
  width: 2px;
  background-color: #b5b5b5;
  display: inline;
  float: left;
}
#zonePerformance #zonePerformanceGrid .goalCompletionRateBars .rightBar .rightInnerBar {
  background-color: #82c135;
}
#datasets .nameCell > div {
  float: left;
}
#datasets .nameCell .icon {
  width: 42px;
  padding: 5px;
}
#datasets .nameCell .icon img {
  width: 32px;
  max-width: 32px;
  max-height: 32px;
}
#datasets .nameCell .nameAndDefaultUrl .name {
  font-size: 19px;
  margin-bottom: 5px;
}
#createDatasetModal,
#exportDatasetEventsModal {
  /* TODO: global forms */
}
#createDatasetModal .form-group,
#exportDatasetEventsModal .form-group {
  /* TODO: I really think this should be global for checkboxes!  However making heights be standards across OS/browsers is a rabbit hole */
}
#createDatasetModal .form-group input[type="checkbox"],
#exportDatasetEventsModal .form-group input[type="checkbox"] {
  margin-top: 0px !important;
  vertical-align: middle;
}
#createDatasetModal .form-group > .control-label,
#exportDatasetEventsModal .form-group > .control-label,
#createDatasetModal .form-group > i,
#exportDatasetEventsModal .form-group > i,
#createDatasetModal .form-group > input,
#exportDatasetEventsModal .form-group > input,
#createDatasetModal .form-group > span,
#exportDatasetEventsModal .form-group > span {
  line-height: 30px;
}
#createDatasetModal .form-group > .control-label,
#exportDatasetEventsModal .form-group > .control-label {
  padding-top: 0px;
}
#createDatasetModal .form-group > .k-datepicker,
#exportDatasetEventsModal .form-group > .k-datepicker,
#createDatasetModal .form-group > .k-numerictextbox,
#exportDatasetEventsModal .form-group > .k-numerictextbox {
  float: left;
}
#createDatasetModal .form-group > .k-datepicker .k-picker-wrap,
#exportDatasetEventsModal .form-group > .k-datepicker .k-picker-wrap,
#createDatasetModal .form-group > .k-numerictextbox .k-picker-wrap,
#exportDatasetEventsModal .form-group > .k-numerictextbox .k-picker-wrap,
#createDatasetModal .form-group > .k-datepicker .k-numeric-wrap,
#exportDatasetEventsModal .form-group > .k-datepicker .k-numeric-wrap,
#createDatasetModal .form-group > .k-numerictextbox .k-numeric-wrap,
#exportDatasetEventsModal .form-group > .k-numerictextbox .k-numeric-wrap {
  height: 30px;
  box-sizing: border-box;
}
#createDatasetModal .form-group > .k-datepicker .k-picker-wrap input.k-input,
#exportDatasetEventsModal .form-group > .k-datepicker .k-picker-wrap input.k-input,
#createDatasetModal .form-group > .k-numerictextbox .k-picker-wrap input.k-input,
#exportDatasetEventsModal .form-group > .k-numerictextbox .k-picker-wrap input.k-input,
#createDatasetModal .form-group > .k-datepicker .k-numeric-wrap input.k-input,
#exportDatasetEventsModal .form-group > .k-datepicker .k-numeric-wrap input.k-input,
#createDatasetModal .form-group > .k-numerictextbox .k-numeric-wrap input.k-input,
#exportDatasetEventsModal .form-group > .k-numerictextbox .k-numeric-wrap input.k-input {
  height: 24px;
}
#createDatasetModal .form-group > .k-datepicker .k-picker-wrap input[kendo-date-picker],
#exportDatasetEventsModal .form-group > .k-datepicker .k-picker-wrap input[kendo-date-picker],
#createDatasetModal .form-group > .k-numerictextbox .k-picker-wrap input[kendo-date-picker],
#exportDatasetEventsModal .form-group > .k-numerictextbox .k-picker-wrap input[kendo-date-picker],
#createDatasetModal .form-group > .k-datepicker .k-numeric-wrap input[kendo-date-picker],
#exportDatasetEventsModal .form-group > .k-datepicker .k-numeric-wrap input[kendo-date-picker],
#createDatasetModal .form-group > .k-numerictextbox .k-numeric-wrap input[kendo-date-picker],
#exportDatasetEventsModal .form-group > .k-numerictextbox .k-numeric-wrap input[kendo-date-picker] {
  height: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#createDatasetModal .form-group > .k-datepicker .k-picker-wrap span.k-select,
#exportDatasetEventsModal .form-group > .k-datepicker .k-picker-wrap span.k-select,
#createDatasetModal .form-group > .k-numerictextbox .k-picker-wrap span.k-select,
#exportDatasetEventsModal .form-group > .k-numerictextbox .k-picker-wrap span.k-select,
#createDatasetModal .form-group > .k-datepicker .k-numeric-wrap span.k-select,
#exportDatasetEventsModal .form-group > .k-datepicker .k-numeric-wrap span.k-select,
#createDatasetModal .form-group > .k-numerictextbox .k-numeric-wrap span.k-select,
#exportDatasetEventsModal .form-group > .k-numerictextbox .k-numeric-wrap span.k-select {
  line-height: 28px;
}
#guardian-dashboard {
  background-color: #efefef;
}
#guardian-dashboard .dashboard-header {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
#guardian-dashboard .dashboard-header > .navbar-header,
#guardian-dashboard .dashboard-header > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  #guardian-dashboard .dashboard-header > .navbar-header,
  #guardian-dashboard .dashboard-header > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#guardian-dashboard .dashboard-header > .header-btn-row {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
#guardian-dashboard .dashboard-header .popover .popover-content {
  min-width: 250px;
}
#guardian-dashboard .dashboard-header .dashboard-title {
  padding: 15px 0px;
}
#guardian-dashboard .dashboard-header .dashboard-title * {
  display: inline;
}
#guardian-dashboard .dashboard-header .internal-guardian-btn {
  background: #ff9600;
  border: 2px solid #ff9600;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  margin-top: 14px;
  padding: 7px 12px;
  cursor: pointer;
}
#guardian-dashboard .dashboard-header .internal-guardian-btn:hover {
  background: #ffffff;
  color: #ff9600;
}
#guardian-dashboard .dashboard-header .internal-guardian-btn .internal-icon {
  color: #ffffff;
}
#guardian-dashboard .dashboard-header .admin-options-popover {
  padding: 5px 0px;
  text-align: center;
}
#guardian-dashboard .dashboard-header .admin-options-popover div:not(:last-child) {
  margin-bottom: 10px;
}
#guardian-dashboard .dashboard-header #guardian-dashboard-tabset {
  margin-left: -5px;
}
#guardian-dashboard #guardian-dashboard-tab-content {
  height: 100%;
  background: #ffffff;
  border-top: 1px solid #d5d5d5;
}
#guardian-dashboard #guardian-dashboard-tab-content .left-column {
  border-right: 1px solid #efefef;
}
#guardian-settings {
  padding: 0px 20px;
  height: calc(100% - 105px);
  overflow-y: auto;
}
#guardian-settings p {
  size: 12px;
  max-width: 800px;
}
#guardian-settings .notificationContainer {
  width: 800px;
}
#guardian-settings .notificationContainer .notificationHeader {
  font-size: 20px;
  width: 200px;
  margin-left: -8px;
}
#guardian-settings .notificationContainer .disableAllNotifications:hover {
  cursor: default;
}
#guardian-settings .notificationSettings {
  margin-top: 10px;
}
#guardian-settings .notificationSettings #settingsContainer {
  width: 1220px;
  height: auto;
}
#guardian-settings .notificationSettings #settingsContainer .settingsColumn {
  box-sizing: border-box;
  width: 800px;
}
#guardian-settings .notificationSettings #settingsContainer .settingsColumn.left {
  margin-right: 15px;
  width: 300px;
}
#guardian-settings .notificationSettings #settingsContainer .settingsColumn .title {
  font-size: 18px;
  margin-bottom: 12px;
}
#guardian-settings .notificationSettings #settingsContainer .settingsColumn .settingsCheckbox {
  margin: 10px 5px;
}
#guardian-settings .notificationSettings #settingsContainer .settingsColumn .settingsCheckbox .notificationInfo {
  font-size: 12px;
  margin-left: 18px;
}
#guardian-settings .notificationSettings #settingsContainer .settingsColumn .settingsCheckbox .innerCheckboxes {
  margin: 5px 10px;
}
#guardian-settings .notificationSettings #settingsContainer .settingsColumn .settingsCheckbox .innerCheckboxes td.settingsLabel {
  vertical-align: middle;
  font-size: 13px;
}
#guardian-settings .notificationSettings #settingsContainer .settingsColumn .settingsCheckbox .settingsNote {
  margin-left: 20px;
  font-style: italic;
}
#guardian-settings .notificationSettings #settingsContainer .settingsColumn .settingsCheckbox .h3 {
  margin: 10px 0px;
}
#guardian-settings .notificationSettings #settingsContainer .infoIconLink {
  margin-left: 5px;
  padding-right: 0px;
  cursor: pointer;
  font-size: 17px;
  color: #848484;
}
#guardian-settings .notificationSettings #settingsContainer .infoIconLink:hover {
  color: #6b6b6b;
}
#guardian-settings .notificationSettings #settingsContainer .infoIconLink > span {
  display: none;
}
#guardian-settings .notificationSettings .saveSettingsContainer {
  width: 500px;
  margin-bottom: 20px;
}
#guardian-settings .notificationSettings .clearNotificationsContainer {
  padding-top: 3px;
}
#guardian-settings .notificationSettings .clearNotificationsContainer a {
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
}
#guardian-settings .notificationSettings .clearNotificationsContainer .notificationToggleText {
  cursor: default;
}
#guardian-settings .notificationSettings .clearNotificationsContainer .enabledSwitchText {
  left: -52px;
}
#guardian-settings .notificationSettings .clearNotificationsContainer .switch input:checked ~ .toggle {
  left: -2px;
}
#guardian-settings .notificationSettings .clearNotificationsContainer .switch input ~ :checked ~ .toggle {
  left: 20px;
}
#guardian-settings .notificationSettings table.attributes {
  margin-bottom: 10px;
}
#guardian-settings .notificationSettings table.attributes.predictionOptions td:first-of-type {
  width: 180px;
}
#guardian-settings .notificationSettings table.attributes.predictionOptions input {
  width: 30px;
}
#guardian-signals-overview h2 {
  margin: 0px 0px 5px;
  color: #585858;
}
#guardian-signals-overview .input-label {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}
#guardian-signals-overview .loadingGears {
  margin-top: 150px;
}
#guardian-signals-overview .signal-summaries-header {
  padding: 10px 20px 10px 20px;
  margin: 0px -10px;
  border-bottom: 1px solid #efefef;
}
#guardian-signals-overview .signal-columns {
  overflow-y: scroll;
  padding: 15px 5px 5px;
}
#guardian-signals-overview .signal-columns .signal {
  margin-bottom: 10px;
}
#guardian-signals-overview .signal-columns .no-signals-message {
  font-size: 15px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
#guardian-signals-overview .signal-sort-filter .signal-limit {
  width: 100%;
  max-width: 100px;
}
#guardian-signals-overview #signal-filters {
  margin: 0px -10px;
}
#guardian-signals-overview #signal-filters .filter-group:not(:first-child) {
  border-top: 1px solid #f0f0f0;
}
#guardian-signals-overview #signal-filters .filter-group .filter-heading {
  padding: 10px 20px 5px;
  color: #585858;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
#guardian-signals-overview #signal-filters .filter-group .filter-heading .fas,
#guardian-signals-overview #signal-filters .filter-group .filter-heading .far {
  margin-right: 5px;
}
#guardian-signals-overview #signal-filters .filter-group .filter-heading.nested {
  padding-left: 25px;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons {
  padding: 5px 15px 5px;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons .btn-group {
  width: 100%;
  display: block;
  position: initial;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons .btn-group .btn {
  width: 100%;
  border-radius: 0;
  text-align: left;
  box-shadow: none !important;
  position: initial;
  float: none;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons .btn-group .btn.active:not(:hover) {
  box-shadow: none;
  color: #585858;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons .btn-group .btn:hover {
  color: #585858;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox-icons .btn-group .btn {
  border-bottom: 1px solid transparent;
  border-right: 0;
  border-left: 0;
  text-align: center;
  font-size: 28px;
  padding: 15px 0px;
  border-radius: 4px;
  transition: background ease-in-out 0.05s, color ease-in-out 0.05s;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox-icons .btn-group .btn.active {
  border-bottom: 1px solid transparent;
  background: #d5d5d5;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox-icons .btn-group .btn.active:hover {
  border-bottom-color: transparent;
  background: #c8c8c8;
  color: #4b4b4b;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox-icons .btn-group .btn:not(.active):hover {
  color: #585858 !important;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox-icons .btn-group .btn span.filter-icon-label {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox-icons [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox {
  padding: 5px 20px 5px;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox .btn-group .btn {
  padding: 5px 0px;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox .btn-group .btn .fas.fa-filter,
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox .btn-group .btn .far.fa-filter {
  opacity: 0;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox .btn-group .btn .fas:not(.pull-right),
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox .btn-group .btn .far:not(.pull-right) {
  width: 15px;
  text-align: center;
  margin-right: 8px;
}
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox .btn-group .btn.active .fas,
#guardian-signals-overview #signal-filters .filter-group .filter-buttons.filter-checkbox .btn-group .btn.active .far {
  opacity: 1;
}
#guardian-topics-list {
  /* NEW */
}
#guardian-topics-list .loadingGearContainer {
  width: 1230px;
  margin: 0 auto;
}
#guardian-topics-list .loadingGearContainer .loadingGears {
  margin-top: 150px;
}
#guardian-topics-list .filter-group:not(:first-child) {
  border-top: 1px solid #f0f0f0;
}
#guardian-topics-list .filter-group .filter-heading {
  padding: 10px 20px 5px;
  color: #585858;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
#guardian-topics-list .filter-group .filter-heading .fas,
#guardian-topics-list .filter-group .filter-heading .far {
  margin-right: 5px;
}
#guardian-topics-list .filter-group .filter-heading.nested {
  padding-left: 25px;
}
#guardian-topics-list .filter-group .filter-buttons {
  padding: 5px 15px 5px;
}
#guardian-topics-list .filter-group .filter-buttons .btn-group {
  width: 100%;
  display: block;
  position: initial;
}
#guardian-topics-list .filter-group .filter-buttons .btn-group .btn {
  width: 100%;
  border-radius: 0;
  text-align: left;
  box-shadow: none !important;
  position: initial;
  float: none;
}
#guardian-topics-list .filter-group .filter-buttons .btn-group .btn.active:not(:hover) {
  box-shadow: none;
  color: #585858;
}
#guardian-topics-list .filter-group .filter-buttons .btn-group .btn:hover {
  color: #585858;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox-icons .btn-group .btn {
  border-bottom: 1px solid transparent;
  border-right: 0;
  border-left: 0;
  text-align: center;
  font-size: 28px;
  padding: 15px 0px;
  border-radius: 4px;
  transition: background ease-in-out 0.05s, color ease-in-out 0.05s;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox-icons .btn-group .btn.active {
  border-bottom: 1px solid transparent;
  background: #d5d5d5;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox-icons .btn-group .btn.active:hover {
  border-bottom-color: transparent;
  background: #c8c8c8;
  color: #4b4b4b;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox-icons .btn-group .btn:not(.active):hover {
  color: #585858 !important;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox-icons .btn-group .btn span.filter-icon-label {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox-icons [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox {
  padding: 5px 20px 5px;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox .btn-group .btn {
  padding: 5px 0px;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox .btn-group .btn .fas.fa-filter,
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox .btn-group .btn .far.fa-filter {
  opacity: 0;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox .btn-group .btn .fas:not(.pull-right),
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox .btn-group .btn .far:not(.pull-right) {
  width: 15px;
  text-align: center;
  margin-right: 8px;
}
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox .btn-group .btn.active .fas,
#guardian-topics-list .filter-group .filter-buttons.filter-checkbox .btn-group .btn.active .far {
  opacity: 1;
}
#guardian-topics-list .internalTopicOptions {
  margin-top: 40px;
}
#guardian-topics-list .internalTopicOptions .signalTypeDropdown {
  margin: 30px 0px 10px 0px;
}
#guardian-topics-list .internalTopicOptions .signalTypeDropdown h3 {
  color: #000000;
  text-transform: none;
}
#guardian-topics-list .internalTopicOptions .signalTypeInternalOptions,
#guardian-topics-list .internalTopicOptions .topicInternalOptions {
  margin: 10px 0px;
}
#guardian-topics-list .internalTopicOptions .signalTypeInternalOptions .btn,
#guardian-topics-list .internalTopicOptions .topicInternalOptions .btn {
  margin-top: 10px;
}
#guardian-topics-list .attributes {
  margin-top: 25px;
}
#guardian-topics-list .attributes .clearTopicInternal {
  display: inline-block;
  width: 80%;
  float: right;
  margin-right: 11px;
  line-height: 26px;
}
#guardian-topics-list #topics-list-container {
  height: 100%;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
#guardian-topics-list #topics-list-container .topics-list-grid {
  height: calc(100% - 45px);
  overflow-y: auto;
}
#guardian-topics-list #topics-list-container .topics-list-grid table {
  color: #585858;
  cursor: default !important;
}
#guardian-topics-list #topics-list-container .topics-list-grid table tbody {
  font-size: 14px;
}
#guardian-topics-list #topics-list-container .topics-list-grid table tbody tr.disabled {
  pointer-events: auto;
}
#guardian-topics-list #topics-list-container .grid-pager-container {
  padding-top: 5px;
  height: 45px;
  line-height: 30px;
}
#guardian-topics-list .btn-group-secondary {
  padding: 5px 0px;
}
#guardian-topics-list .btn-group-secondary .btn {
  display: inline-block;
}
#guardian-topics-list .noTopicSelected {
  padding: 10px;
  text-align: center;
  width: 170px;
  font-size: 15px;
  margin: 40px auto 0;
}
.addSignalComment {
  width: 130px;
}
.addSignalComment .add-comment-popover {
  width: 270px;
}
.addSignalComment .add-comment-popover .popover-content {
  padding: 8px !important;
}
.addSignalComment .add-comment-form .comment-referenced-meta {
  margin: 10px 0px 7px;
}
.addSignalComment .add-comment-form .comment-referenced-meta .meta-label {
  font-size: 10px;
  text-transform: uppercase;
  color: #b5b5b5;
  font-weight: initial;
}
.addSignalComment .add-comment-form .comment-text-input {
  background: #efefef;
  border-radius: 3px;
  color: #9b9b9b;
  margin-bottom: 8px;
  min-height: 70px;
  padding: 4px 7px;
}
.addSignalComment .add-comment-form .comment-text-input:empty:before {
  content: attr(placeholder);
  display: block;
}
.addSignalComment .add-comment-form .comment-text-input:focus {
  color: #000000;
}
.addSignalComment .add-comment-form .comment-text-input:focus span.mentioned {
  color: #ff9600;
}
.addSignalComment .add-comment-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 2px;
  color: #0070D2;
}
.addSignalComment .add-comment-btn span {
  position: relative;
  top: -2px;
}
.addSignalComment .add-comment-btn i {
  padding-bottom: 1px;
  margin-left: 2px;
  font-size: 1.5em;
}
.addSignalComment .add-comment-btn:hover {
  cursor: pointer;
  color: #005FB2;
}
.addSignalComment .add-comment-btn:hover i {
  color: #005FB2;
}
.evergage-profile > div {
  display: inline-block;
}
.evergage-profile .profile-avatar {
  position: relative;
  vertical-align: top;
}
.evergage-profile .profile-avatar .evergage-icon {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  height: 20px;
  left: 18px;
  position: absolute;
  top: 18px;
  width: 20px;
}
.evergage-profile .profile-avatar .evergage-icon img {
  left: 3px;
  position: absolute;
  top: 2px;
  width: 73%;
}
.evergage-profile .profile-avatar img.avatar-image,
.evergage-profile .profile-avatar .fas,
.evergage-profile .profile-avatar .far {
  border-radius: 100px;
  height: 30px;
  width: 30px;
}
.evergage-profile .profile-avatar .fas,
.evergage-profile .profile-avatar .far {
  background-color: #b5b5b5;
  font-size: 20px;
  padding: 4px 0px 0px 2px;
  text-align: center;
}
.evergage-profile .profile-avatar img {
  vertical-align: top;
}
.evergage-profile .profile-name-timestamp {
  margin-top: 2px;
  margin-left: 7px;
}
.evergage-profile .profile-name-timestamp > span {
  display: block;
  line-height: 1.2em;
}
.evergage-profile .profile-name-timestamp .profile-name {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: bold;
}
.evergage-profile .profile-name-timestamp .timestamp {
  color: #b5b5b5;
  font-size: 11px;
  text-transform: uppercase;
}
.popover-content .add-comment-form .profile-name-timestamp {
  margin-top: 7px;
}
.primary-percentage {
  font-size: 18px;
  color: #82c135;
  margin-bottom: 5px;
  cursor: default !important;
}
.primary-percentage:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .primary-percentage {
    font-size: 20px;
  }
}
.primary-percentage.large-percentage {
  font-size: 25px;
}
.primary-percentage .adjust-left {
  margin-left: -6px;
}
.primary-percentage .percentage-value {
  width: 50%;
}
.primary-percentage .not-applicable {
  color: #cecece;
}
.negative .primary-percentage {
  color: #dd360b;
}
.positive .primary-percentage {
  color: #82c135;
}
.signal-chart .renderingGears {
  position: relative;
}
.signal-chart .signal-metric-meta {
  padding: 10px 0px 10px 15px;
}
.signal-chart .signal-metric-meta > div {
  display: inline-block;
}
.signal-chart .signal-metric-meta .metric-name h2 {
  font-size: 20px;
  margin: 0;
  position: relative;
  top: -5px;
  margin-right: 15px;
}
.signal-chart .signal-metric-meta .actionIcons {
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
}
.signal-chart .signal-metric-meta .actionIcons i {
  color: rgba(0, 149, 218, 0.75);
}
.signal-chart .signal-metric-meta .actionIcons i:hover {
  color: #0070D2;
}
.signal-chart .signal-metric-meta .metric-impact {
  padding-left: 15px;
}
.signal-chart .signal-metric-meta .impact-value {
  font-size: 15px;
}
.signal-chart .signal-metric-meta .value-caption {
  font-size: 12px;
}
.signal-chart .reset-zoom {
  margin-top: 15px;
  margin-right: 5px;
}
.signal-chart .bucketedSignalComments {
  position: relative;
  height: 5px;
  top: -13px;
}
.signal-chart .bucketedSignalComments .commentPreviewPopover .popover-content {
  padding: 0px !important;
  min-width: 275px !important;
  max-height: 230px;
  height: 100%;
}
.signal-chart .bucketedSignalComments .commentPreviewPopover .popover-content #topic-comment {
  margin: 5px;
}
.signal-chart .bucketedSignalComments .commentPreviewPopover .popover-content .popover-title {
  background: #FFF;
  border-bottom-color: #e6e6e6;
  padding: 7px 8px 5px;
  color: #5f5f5f;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.signal-chart .bucketedSignalComments .commentPreviewPopover .popover-content .popover-comment-repeat {
  height: 100%;
  overflow-y: auto;
  max-height: 200px;
}
.signal-chart .bucketedSignalComments .commentBucketIcon {
  position: absolute;
  z-index: 5;
}
.signal-chart .bucketedSignalComments .commentBucketIcon .commentIcon {
  background-color: #990573;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  margin-left: -10px;
  padding: 1px 4px 2px;
}
/*
    Looking for evg-*? See contentLayout.less
    Styles here are strictly unique to this directive
*/
.signal-summary {
  /* Labels shown above percent deltas */
  /* Styles For Topic Detail Page Usage */
  /* Signal Topic & Metric Name */
  /* Signal Values */
}
.signal-summary .row:not(:first-child) {
  margin-top: 5px;
}
.signal-summary .percent-delta-column {
  min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .signal-summary .state-duration-column {
    margin-top: 0px;
  }
}
.signal-summary .row-label {
  font-size: 12px;
  color: #7b7b7b;
  cursor: default !important;
  text-transform: uppercase;
}
.signal-summary .signal-impact {
  font-size: 16px;
}
.signal-summary.signal-card {
  margin-left: -10px;
}
.signal-summary.signal-card .signal-start-date {
  position: relative;
  top: 20px;
  font-size: 15px;
  cursor: default !important;
}
.signal-summary.signal-card .row-label {
  padding-top: 2px;
  margin-bottom: 5px;
}
.signal-summary.signal-card .signal-card-message {
  margin-top: 120px;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #efefef;
  font-size: 15px;
}
.signal-summary.signal-card .summary-container {
  background: initial;
  border-left: none;
  padding-top: 0px;
}
.signal-summary.signal-card .summary-container .row:not(:first-child) {
  margin-top: 10px;
}
.signal-summary.signal-card .summary-container:hover {
  background-color: initial;
}
.signal-summary.signal-card .summary-container .value-caption {
  font-size: 11px;
}
.signal-summary.signal-card .summary-container .primary-percentage {
  font-size: 25px;
  margin-bottom: 0px;
}
.signal-summary.signal-card .summary-container .impact-banner {
  color: #fff;
  width: 100%;
  padding: 6px 0px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: static !important;
}
.signal-summary.signal-card .summary-container .impact-banner.positive.critical.impactBackgroundColor {
  background-color: #82c135;
}
.signal-summary.signal-card .summary-container .impact-banner.positive.important.impactBackgroundColor {
  background-color: rgba(130, 193, 53, 0.7);
}
.signal-summary.signal-card .summary-container .impact-banner.positive.minor.impactBackgroundColor {
  background-color: rgba(130, 193, 53, 0.4);
}
.signal-summary.signal-card .summary-container .impact-banner.negative.critical.impactBackgroundColor {
  background-color: #dd360b;
}
.signal-summary.signal-card .summary-container .impact-banner.negative.important.impactBackgroundColor {
  background-color: rgba(221, 54, 11, 0.7);
}
.signal-summary.signal-card .summary-container .impact-banner.negative.minor.impactBackgroundColor {
  background-color: rgba(221, 54, 11, 0.4);
}
.signal-summary.signal-card .summary-container .signal-start {
  text-align: left;
}
.signal-summary.topic-history [ng-click] {
  cursor: pointer;
}
.signal-summary.topic-history .impact-label {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 7px;
}
.signal-summary.topic-history .impact-label.positive {
  color: #82c135;
}
.signal-summary.topic-history .impact-label.negative {
  color: #dd360b;
}
.signal-summary.topic-history .signal-metric-label .metric-name {
  color: #5f5f5f;
  font-size: 20px;
}
.signal-summary.topic-history .signal-metric-label .metric-impact {
  font-size: 11px;
  text-transform: uppercase;
  color: #b5b5b5;
  font-weight: initial;
}
.signal-summary.topic-history .value-caption {
  font-size: 11px;
}
.signal-summary.topic-history .signal-impact {
  font-size: 14px;
  margin-top: 5px;
}
.signal-summary.topic-history .signal-duration {
  font-size: 13px;
  text-align: right;
}
.signal-summary a {
  display: block;
  color: #585858;
}
.signal-summary .summary-container {
  background: #efefef;
  border-left: 4px solid #82c135;
  width: 100%;
  min-height: 120px;
  padding: 10px 10px;
}
.signal-summary .summary-container.positive {
  border-color: #82c135;
}
.signal-summary .summary-container.negative {
  border-color: #dd360b;
}
.signal-summary .summary-container:hover {
  background-color: #e2e2e2;
}
.signal-summary .summary-container .user-states i.thumbs:hover {
  color: #6b6b6b;
}
.signal-summary .summary-container .user-states .fa-thumbs-up.green,
.signal-summary .summary-container .user-states .fa-thumbs-down.red {
  color: #0070D2;
}
.signal-summary .summary-container .user-states i.dismissIcon:hover {
  color: #dd360b;
}
.signal-summary .primary-percentage-column {
  padding-right: 0px;
}
.signal-summary .value-caption {
  font-size: 10px;
  text-transform: uppercase;
  color: #b5b5b5;
  font-weight: initial;
  margin-top: -2px;
}
.signal-summary .fa.label-popover-indicator {
  font-size: 12px;
  position: relative;
  top: 1px;
}
.signal-summary .signal-label {
  padding-bottom: 5px;
}
.signal-summary .signal-label .topic-name {
  color: #5f5f5f;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.signal-summary .signal-label .topic-metric {
  color: #7f7f7f;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
}
.signal-summary .signal-impact .impact-value.positive {
  color: #82c135;
}
.signal-summary .signal-impact .impact-value.negative {
  color: #dd360b;
}
.signal-summary .signal-impact .impact-value.is-summary {
  color: #585858;
}
.signal-summary .signal-impact .impact-value .fa-stack {
  font-size: 0.6em;
}
.signal-summary .state-duration-column .signal-duration,
.signal-summary .state-duration-column .signal-start {
  width: 100%;
}
.signal-summary .state-duration-column .signal-duration {
  margin-top: 5px;
}
.signal-summary .state-duration-column .duration-value,
.signal-summary .state-duration-column .start-value {
  display: inline-block;
}
.signal-summary .state-duration-column .duration-value {
  min-width: 78px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .signal-summary .signal-impact {
    text-align: left;
  }
  .signal-summary .signal-duration {
    text-align: left;
  }
  .signal-summary .signal-start {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .signal-summary .signal-duration,
  .signal-summary .signal-start {
    text-align: right;
  }
  .signal-summary .signal-duration {
    margin-bottom: 10px;
  }
}
.signal-impact .impact-value.positive {
  color: #82c135;
}
.signal-impact .impact-value.negative {
  color: #dd360b;
}
.signal-impact .impact-value.is-summary {
  color: #585858;
}
.signal-impact .impact-value .fa-stack {
  font-size: 0.6em;
}
.signal-impact .value-caption {
  font-size: 10px;
  text-transform: uppercase;
  color: #b5b5b5;
  font-weight: initial;
}
#topic-comment {
  padding: 8px 7px 5px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
#topic-comment.preview:nth-child(odd),
#topic-comment.odd {
  background: #f5f5f5;
}
#topic-comment .comment-text {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #e6e6e6;
}
#topic-comment .comment-text span.mentioned {
  color: #ff9600;
}
#topic-comment .comment-signal-reference {
  margin-top: 5px;
}
#topic-comment .commentEditIcons {
  float: right;
  display: inline-block;
  line-height: 28px;
  opacity: 0;
}
#topic-comment .commentEditIcons .fas,
#topic-comment .commentEditIcons .far {
  font-size: 13px;
  padding: 0px 3px;
}
#topic-comment:hover .commentEditIcons {
  opacity: 1;
}
#topic-comment span.signalLinks a {
  color: #9b9b9b;
}
#topic-comment span.signalLinks a:hover {
  color: #0070D2;
}
#topic-comment .commentEditInput {
  background: #efefef;
  border-radius: 3px;
  color: #9b9b9b;
  margin-bottom: 8px;
  min-height: 70px;
  padding: 4px 7px;
}
#topic-comment .commentEditInput:focus {
  color: #000000;
}
#topic-comment .commentEditInput:focus span.mentioned {
  color: #ff9600;
}
#guardianTopic .popover.bottom .arrow:after,
#guardian-dashboard .popover.bottom .arrow:after {
  border-bottom-color: #ffffff;
}
#guardianTopic .popover .popover-content,
#guardian-dashboard .popover .popover-content {
  padding: 5px 10px;
  min-width: 200px;
}
#guardianTopic {
  padding: 0px 0px 0px;
  background-color: #efefef;
}
#guardianTopic #topic-header {
  padding: 15px 20px 10px;
  height: 80px;
}
#guardianTopic #topic-header .title {
  color: #000000;
  font-size: 24px;
}
#guardianTopic #topic-header .topic-link {
  margin-top: 7px;
}
#guardianTopic #topic-header .last-refresh-time {
  color: #000000;
  font-size: 14px;
  text-align: right;
  padding-top: 5px;
}
#guardianTopic .topic-detail-sub-header {
  width: 100%;
  height: 35px;
  background: #f9f9f9;
}
#guardianTopic #topic-detail-container {
  border-top: 1px solid #d5d5d5;
  background: #ffffff;
  overflow-y: scroll;
  padding: 20px;
  position: relative;
}
#guardianTopic #topic-detail-container .topic-signal-graphs {
  margin-bottom: 25px;
}
#guardianTopic #topic-detail-container .topic-signal-graphs .signal-detail {
  height: 0px;
  overflow: hidden;
}
#guardianTopic #topic-detail-container .topic-signal-graphs .selected .signal-detail {
  height: auto;
  min-height: 260px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  margin-bottom: 15px;
  overflow: visible !important;
}
#guardianTopic #topic-detail-container .topic-signal-graphs .signal-chart-column {
  border-right: 1px solid #e0e0e0;
}
#guardianTopic #topic-detail-container .topic-history-container {
  padding: 15px;
  background: #f5f5f5;
}
#guardianTopic #topic-detail-container .topic-history-container h2 {
  font-size: 25px;
  margin: 10px 0px;
}
#guardianTopic #topic-detail-container .topic-history-container h3 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 18px;
  color: #000000;
}
#guardianTopic #topic-detail-container .topic-history-container .topic-history-item {
  margin-bottom: 10px;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input div.commentTextInput {
  color: #9b9b9b;
  display: block;
  width: 100%;
  border: 1px solid #efefef;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 40px;
  overflow: hidden;
  border-radius: 5px;
  padding: 5px;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input div.commentTextInput:empty:before {
  content: attr(placeholder);
  display: block;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input div.commentTextInput:focus {
  color: #000000;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input div.commentTextInput:focus span.mentioned {
  color: #ff9600;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input div.editingComment {
  margin: 10px 5px;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input div.editingComment div.commentEditInput {
  color: #000000;
  width: 95%;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input div.editingComment span.mentioned {
  color: #ff9600;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input div.submitEditComment {
  display: block;
  float: right;
  margin-top: -25px;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input h3 {
  line-height: 5px;
  float: left;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input div.dateTime {
  display: inline-block;
  line-height: 38px;
  font-size: 11px;
  margin-left: 10px;
  color: #b5b5b5;
}
#guardianTopic #topic-detail-container .topic-history-container .add-comment-input div.lockedComment {
  opacity: 0;
}
#guardianTopic #topic-detail-container .topic-history-container .subscriberList {
  list-style-type: none;
  margin: 0px 0px 15px 0px;
}
#guardianTopic #topic-detail-container .topic-history-container .subscriberList li {
  font-size: 15px;
  margin: 5px 0px;
}
#guardianTopic #topic-detail-container .topic-history-container .subscriberList i.far-bell {
  color: #82c135;
}
#guardianTopic #topic-detail-container .topic-history-container .subscriberList i.far-bell-slash {
  color: #848484;
}
#guardianTopic #topic-detail-container .topic-history-container .subscriberList .channelToggle {
  float: right;
  width: 32px;
  height: 18px;
  font-size: 18px;
  text-align: center;
}
#guardianTopic #topic-detail-container .topic-history-container .subscriberList .channelToggle.on {
  color: #82c135;
}
#guardianTopic #topic-detail-container .topic-history-container .subscriberList .channelToggle.off {
  color: #848484;
}
#guardianTopic #topic-detail-container .topic-history-container .subscriberList .channelToggle:hover {
  cursor: pointer;
}
#guardianTopic #topic-detail-container .topic-history-container .followerList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#guardianTopic #topic-detail-container .topic-history-container .followerList li {
  font-size: 15px;
  margin: 5px 0px;
}
#guardianTopic #topic-detail-container .topic-history-container .noFollowers {
  font-size: 15px;
}
#guardianTopic .predictionOptionsSummary {
  display: inline-block;
  color: blue;
  font-size: 14px;
  margin-bottom: 5px;
}
.topic-history-panel {
  background: #ffffff;
  height: 100%;
  left: -500px;
  position: absolute;
  width: 500px;
  top: 80px;
  z-index: 10;
  -webkit-transition: left ease 0.3s;
  transition: left ease 0.3s;
}
.topic-history-panel.open {
  left: 0px;
}
.topic-history-panel .panel-header {
  height: 36px;
  border-bottom: 1px solid #d5d5d5;
  background: #990573;
}
.topic-history-panel .panel-header .panel-close-button {
  color: #ffffff;
  background: #990573;
  padding: 3px 6px;
  margin: 7px 7px 0px 0px;
  border-radius: 4px;
}
.topic-history-panel .panel-header .panel-close-button:hover {
  cursor: pointer;
  background: #800460;
}
.topic-history-panel .panel-content {
  height: 100%;
  overflow-y: scroll;
  padding: 15px;
}
.topic-history-panel .panel-content .topic-history-item {
  margin-bottom: 10px;
}
.topic-history-panel-toggle {
  background: #990573;
  color: #fff;
  height: 35px;
  width: 35px;
  padding: 6px 10px 0px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: width ease 0.2s;
  transition: width ease 0.2s;
  user-select: none;
  position: relative;
  z-index: 15;
}
.topic-history-panel-toggle,
.topic-history-panel-toggle > * {
  cursor: pointer !important;
}
.topic-history-panel-toggle span.toggle-label {
  opacity: 0;
}
.topic-history-panel-toggle:hover,
.topic-history-panel-toggle.panel-is-open {
  width: 110px;
}
.topic-history-panel-toggle:hover span.toggle-label,
.topic-history-panel-toggle.panel-is-open span.toggle-label {
  opacity: 1;
}
#datasetAndDateNavBar {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 30px;
  position: relative;
  z-index: 1;
  top: 100px;
  padding-left: 19px;
  background-color: #f5f5f5;
}
#datasetAndDateNavBar #datasetAndDateLeftSection {
  float: left;
  display: inline-block;
  vertical-align: top;
  height: 30px;
}
#datasetAndDateNavBar .k-dropdown {
  margin-right: 16px;
}
#datasetAndDateNavBar .datasetSelector {
  width: 239px;
}
#datasetAndDateNavBar .datasetSelector .k-dropdown-wrap .k-input:before {
  content: "\f1c0";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#datasetAndDateNavBar .datasetSelector .k-dropdown-wrap .k-input:before {
  content: "\f1c0";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#datasetAndDateNavBar .dateRangeSelector {
  width: 209px;
}
#datasetAndDateNavBar .dateRangeSelector .k-dropdown-wrap .k-input:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#datasetAndDateNavBar .dateRangeSelector .k-dropdown-wrap .k-input:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#datasetAndDateNavBar .statusMessageWrapperDiv {
  position: absolute;
  overflow: visible;
  left: 500px;
}
#datasetAndDateNavBar .statusMessageWrapperDiv .statusMessage {
  z-index: 1000000;
}
#dateRangeWindow a,
#dateRangeWindow label {
  margin: 10px;
}
#dateRangeWindow .dateSelectionRow,
#dateRangeWindow .dateSelectionButtonRow {
  margin-top: 20px;
}
#dateRangeWindow .dateSelectionButtonRow {
  float: right;
}
#dateRangeWindow div.error {
  margin-top: 10px;
}
#datePickerTopBar {
  display: inline-block;
  line-height: 45px;
  position: relative;
}
#datePickerTopBar > i.fa.fa-calendar-alt {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 16px;
  color: #FFF;
  transition: color 0.2s ease;
  cursor: pointer;
}
#datePickerTopBar input.date-range-picker {
  min-width: 215px;
  border: 0 !important;
  text-align: left;
  margin: 0;
  cursor: pointer !important;
  font-size: 14px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#datePickerTopBar:hover input.date-range-picker {
  background-color: #fff;
  color: #080707;
}
#datePickerTopBar:hover i.fa.fa-calendar-alt {
  color: #080707;
}
.daterangepicker {
  z-index: 2147483607 !important;
  padding: 5px;
  margin-top: 5px;
}
.daterangepicker .ranges ul {
  width: 150px;
}
.daterangepicker .ranges ul li {
  padding: 9px 0;
  text-align: center;
}
.daterangepicker .ranges button {
  height: 36px;
  width: 72px;
}
.daterangepicker .ranges button:first-child {
  margin-right: 2px;
}
.daterangepicker .ranges button:nth-child(2) {
  background-color: #f5f5f5;
  color: #0070D2;
}
.daterangepicker .ranges button:nth-child(2):hover {
  background-color: #0070D2;
  color: #f5f5f5;
}
#global-search {
  position: absolute;
  right: 100%;
  line-height: 45px;
}
#global-search #reveal-container {
  position: relative;
  margin-right: 10px;
  width: 220px;
  text-align: right;
}
#global-search #reveal-container #globalSearch {
  width: 40px;
  height: 30px;
  opacity: 0;
  border: 0 !important;
  font-size: 13px;
  transition: opacity 0.1s ease, width 0.2s ease;
}
#global-search #reveal-container i.fa.fa-search {
  color: #FFF !important;
  transition: color 0.1s ease;
}
#global-search #reveal-container:hover #globalSearch,
#global-search #reveal-container.open #globalSearch {
  opacity: 1;
  width: 215px;
}
#global-search #reveal-container:hover i.fa.fa-search,
#global-search #reveal-container.open i.fa.fa-search {
  color: #ECEBEA;
}
#global-search #reveal-container:hover > span,
#global-search #reveal-container.open > span {
  visibility: hidden;
}
#global-search #reveal-container > span {
  position: absolute;
  right: 10px;
  top: 5px;
  visibility: visible;
  transition: visibility 0s linear;
  transition-delay: 0.2s;
}
#global-search #reveal-container #globalSearchResults {
  z-index: 2147483607 !important;
  position: fixed;
  width: 500px;
  transform: translateX(-280px);
  border: 1px solid #ccc;
  padding: 2px 0px;
  margin-top: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 3px;
  text-align: initial;
  line-height: initial;
  max-height: 80%;
  overflow-y: scroll;
}
#global-search #reveal-container #globalSearchResults:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: '';
  display: inline-block;
  position: absolute;
  right: 9px;
  top: -7px;
}
#global-search #reveal-container #globalSearchResults .searchResult {
  padding: 0px 6px;
  width: 100%;
  white-space: nowrap;
  color: #000000;
  cursor: pointer;
  overflow: hidden;
}
#global-search #reveal-container #globalSearchResults .searchResult .sourceIcon {
  display: inline-block;
  width: 20px;
}
#global-search #reveal-container #globalSearchResults .searchResult .sourceIcon img {
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
#global-search #reveal-container #globalSearchResults .searchResult .typeIcon {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
#global-search #reveal-container #globalSearchResults .searchResult .typeIcon,
#global-search #reveal-container #globalSearchResults .searchResult .typeIcon > i {
  color: #848484;
}
#global-search #reveal-container #globalSearchResults .searchResult .searchResultName {
  display: inline-block;
  line-height: 30px;
  font-size: 13px;
  white-space: nowrap;
}
#global-search #reveal-container #globalSearchResults .searchResult .searchResultName.testingCampaign {
  color: rgba(221, 54, 11, 0.6);
}
#global-search #reveal-container #globalSearchResults .searchResult .searchResultName.disabledCampaign {
  color: #999999;
}
#global-search #reveal-container #globalSearchResults .searchResult .searchResultSubHeader {
  margin-left: 40px;
  color: #808080;
}
#global-search #reveal-container #globalSearchResults .searchResult .searchResultSubHeader .searchResultDetail {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
#global-search #reveal-container #globalSearchResults .searchResult.selected {
  color: #ffffff !important;
  background-color: #0070D2;
}
#global-search #reveal-container #globalSearchResults .searchResult.selected .typeIcon {
  color: #ffffff;
}
#global-search #reveal-container #globalSearchResults .searchResult.selected .searchResultName {
  color: #ffffff !important;
}
#global-search #reveal-container #globalSearchResults .searchResult:hover {
  color: #ffffff !important;
  background-color: #0070D2;
}
#global-search #reveal-container #globalSearchResults .searchResult:hover .typeIcon {
  color: #ffffff;
}
#global-search #reveal-container #globalSearchResults .searchResult:hover .searchResultName.testingCampaign {
  color: #dd360b !important;
}
#global-search #reveal-container #globalSearchResults .searchResult:hover .searchResultName.disabledCampaign {
  color: #000000 !important;
}
#global-search #reveal-container #globalSearchResults .historyHeader {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  padding: 2px 6px;
  margin-bottom: 2px;
  color: #282828;
}
#global-search #reveal-container #globalSearchResults #historyToggle {
  position: absolute;
  right: 10px;
  top: 6px;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
}
ul.dropdown-menu.principal-user-dropdown {
  margin-left: -127px;
  border-radius: 0px;
  margin-top: 9px;
  border: 1px solid #d5d5d5;
  border-top: none;
}
#topNavBar {
  height: 45px;
  background-color: #0070D2;
  position: relative;
  top: 100px;
}
#topNavBar .fullColorImage {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
}
#topNavBar .dimmedImage {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-filter: grayscale(0.7) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  -moz-filter: grayscale(0.7) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  -ms-filter: grayscale(0.7) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  filter: grayscale(0.7) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
}
#topNavBar.isLocalTest {
  background-color: #222;
}
#topNavBar.isTestMachine {
  background-color: #DA9900;
}
#topNavBar.isDifferentAKAccount {
  background-color: red;
}
#topNavBar .logoContainer {
  overflow: hidden;
  background-color: white;
  display: inline-block;
  line-height: 45px;
  float: left;
  height: 45px;
}
#topNavBar .logoContainer.isLocalTest {
  background-color: #222;
}
#topNavBar .logo {
  float: left;
  margin-left: 15px;
  margin-top: 9px;
  margin-right: 13px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.07));
  -moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.07));
  -ms-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.07));
}
#topNavBar #sectionLinks {
  display: inline-block;
}
#topNavBar .tab {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#topNavBar .tab img,
#topNavBar .tab i {
  vertical-align: middle;
  margin-right: 4px;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-filter: grayscale(0.7) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  -moz-filter: grayscale(0.7) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  -ms-filter: grayscale(0.7) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  filter: grayscale(0.7) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  font-size: 22px;
}
#topNavBar .tab:hover img,
#topNavBar .tab:hover i {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
}
#topNavBar .tab.active {
  color: #4476a9;
  background-color: #f5f5f5;
  font-weight: 600;
}
#topNavBar .tab.active img,
#topNavBar .tab.active i {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.23));
}
#topNavBar #campaignsIcon {
  margin-right: 3px;
}
#topNavBar #segmentsIcon {
  position: relative;
  top: -1px;
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
#topNavBar .active #segmentsIcon {
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#topNavBar .tab:hover #segmentsIcon {
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#topNavBar #topNavRight {
  display: inline-block;
  float: right;
  margin-right: 20px;
}
#topNavBar #topNavRight .icons {
  display: inline-block;
  margin-top: 5px;
  margin-right: 12px;
}
#topNavBar #topNavRight .icons .guardianWrapper {
  overflow: visible !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 1000;
  width: 30px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}
#topNavBar #topNavRight .icons .guardianWrapper .tooltip {
  background: #ffffff;
  color: #f5f5f5;
  overflow: visible;
  display: block;
  border: 0;
  left: -52px;
  top: 100%;
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1000;
  min-width: 135px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
}
#topNavBar #topNavRight .icons .guardianWrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  width: 100%;
}
#topNavBar #topNavRight .icons .guardianWrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
#topNavBar #topNavRight .icons .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  margin-left: 57px;
  margin-top: -9px;
}
#topNavBar #topNavRight .icons .arrow-up-border {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #d5d5d5;
  margin-left: 56px;
  margin-top: -11px;
}
#topNavBar #topNavRight .icons .signalCounts {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  margin-left: 8px;
  padding: 5px;
}
#topNavBar #topNavRight .icons .signalCounts .signalCount {
  height: 100%;
  text-align: center;
}
#topNavBar #topNavRight .icons .signalCounts .signalCount .count {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
#topNavBar #topNavRight .icons .signalCounts .signalCount .countCaption {
  font-size: 10px;
  text-transform: uppercase;
}
#topNavBar #topNavRight .icons .signalCounts .signalCount.positive {
  float: left;
  color: #82c135;
  margin-right: 11px;
}
#topNavBar #topNavRight .icons .signalCounts .signalCount.negative {
  float: right;
  color: #dd360b;
}
#topNavBar #topNavRight .icons .guardianIcon {
  vertical-align: middle;
  height: 32px;
}
#topNavBar #topNavRight .icons .guardianWrapper:hover .guardianIcon {
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -ms-filter: brightness(90%);
  filter: brightness(90%);
}
#topNavBar #topNavRight .icons .guardianIconWrapper::before {
  content: attr(data-count);
  background-color: #ffffff;
  color: #4a4a4a;
  position: absolute;
  right: 22px;
  z-index: 10000;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 16px;
  height: 16px;
  line-height: 10px;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}
#topNavBar #topNavRight .icons .guardianIconWrapper.zeroSignals::before {
  display: none;
}
#topNavBar #topNavRight .userProfileWrapper {
  display: inline-block;
  float: right;
  width: 198px;
}
#topNavBar #topNavRight .userProfileWrapper .userProfileMenuInApp {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  float: left;
  margin-top: 7px;
}
#topNavBar #topNavRight .userProfileWrapper .userProfileMenuInApp .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#topNavBar #topNavRight .userProfileWrapper .userProfileMenuInApp .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
body[ng-app="evergage.login"] #topNavBar {
  top: 0;
}
/*
 *
 * Copyright (C) 2010-2018 Evergage, Inc.
 * All rights reserved.
 */
.accordian {
  display: flex;
  flex-direction: column;
}
.accordian__header {
  display: flex;
  align-items: center;
}
.accordian__toggle {
  margin: 15px 15px;
}
.accordian__content {
  padding: 10px 5px;
}
/*
 *
 * Copyright (C) 2010-2018 Evergage, Inc.
 * All rights reserved.
 */
.evg-card {
  box-shadow: 0px 0px 5px #777777;
  padding: 20px;
  border-radius: 3px;
  transition: box-shadow 200ms;
}
.evg-card--hoverable:hover {
  box-shadow: 0px 0px 10px #555555;
}
#eg-model-name-input {
  display: inline-block;
}
#eg-model-name-input > input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  height: 30px;
  line-height: 20px;
  padding: 0px;
}
#eg-model-name-input > input:focus {
  border-bottom: dashed 1px #0070D2;
}
#eg-model-name-input i {
  color: #0070D2;
}
#grid-layout {
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
#grid-layout .dashboard-stat-block {
  height: 100%;
  width: 100%;
}
#grid-layout .dashboard-stat-block:before,
#grid-layout .dashboard-stat-block:after {
  display: table;
  content: " ";
}
#grid-layout .dashboard-stat-block:after {
  clear: both;
}
#grid-layout .dashboard-stat-block:before,
#grid-layout .dashboard-stat-block:after {
  display: table;
  content: " ";
}
#grid-layout .dashboard-stat-block:after {
  clear: both;
}
#grid-layout .dashboard-stat-block h1,
#grid-layout .dashboard-stat-block h2,
#grid-layout .dashboard-stat-block h3,
#grid-layout .dashboard-stat-block h4,
#grid-layout .dashboard-stat-block h5,
#grid-layout .dashboard-stat-block h6 {
  margin: 15px 0px 10px;
  color: #202020;
}
#grid-layout.loaded {
  visibility: visible;
  opacity: 1;
}
#grid-layout.grid {
  margin: -10px;
  margin-bottom: 20px;
  position: relative;
}
#grid-layout.grid [class*='col-'].grid-item,
#grid-layout.grid [class*='col-'].grid-sizer {
  padding: 0;
}
#grid-layout.grid .packery-drop-placeholder {
  outline: 2px dashed hsla(0, 0%, 0%, 0.2);
  outline-offset: -10px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
#grid-layout.grid .grid-item-content {
  height: 100px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  box-shadow: 3px 3px 0px #f0f0f0;
  margin: 10px;
  background: #FFFFFF;
}
#grid-layout.grid .grid-item-content.grid-item-content--height2 {
  height: 220px;
}
#grid-layout.grid .grid-item-content.grid-item-content--height3 {
  height: 280px;
}
#grid-layout.grid .grid-item-content.grid-item-content--height4 {
  height: 365px;
}
#grid-layout.grid .grid-item-content.grid-item-content--height5 {
  height: 510px;
}
#grid-layout.grid .grid-item-content.grid-item-content--height6 {
  height: 630px;
}
#datasetSelectorNavBarV2-list {
  min-width: 300px !important;
}
#datasetSelectorNavBarV2-list .k-list .k-item {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main-top-bar {
  background: #ECEBEA;
  height: 75px;
  max-height: 75px;
  position: relative;
  z-index: 2147483587;
}
#main-top-bar > div {
  display: inline;
}
#main-top-bar i.fa,
#main-top-bar i.far,
#main-top-bar i.fas {
  color: #706E6B;
}
#main-top-bar i.fa-2x {
  font-size: 1.5em;
}
#main-top-bar .right-section {
  float: right !important;
  position: relative;
  margin-top: -1px;
}
#main-top-bar .right-section > div {
  display: inline-block;
}
#main-top-bar .breadcrumbs-search-bar-sm {
  height: 30px;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background: #d4d2cf;
}
#main-top-bar #breadcrumb-container {
  margin-left: 15px;
}
#main-top-bar #breadcrumb-container .fas,
#main-top-bar #breadcrumb-container .far {
  margin-right: 5px;
  font-size: 14px;
}
#main-top-bar #breadcrumb-container {
  width: auto;
  position: absolute;
  top: 45px;
  left: 0;
  line-height: 30px;
  z-index: 1;
}
#main-top-bar #breadcrumb-container ol.breadcrumb {
  margin: 0;
}
#main-top-bar #environment-badge {
  display: none;
}
#main-top-bar #global-search {
  line-height: 30px;
  right: 5px;
  top: 45px;
  z-index: 1;
}
#main-top-bar #global-search #globalSearch {
  height: 22px;
  font-size: 12px;
}
#main-top-bar #global-search #reveal-container > span {
  right: 0px;
  top: 3px;
}
#main-top-bar #global-search #reveal-container > span i {
  font-size: 1.2em;
}
@media (min-width: 1199px) {
  #main-top-bar {
    height: 45px;
    max-height: 45px;
  }
  #main-top-bar .breadcrumbs-search-bar-sm {
    display: none;
  }
  #main-top-bar #breadcrumb-container {
    top: 0;
    left: 0;
    position: static;
    line-height: 45px;
  }
  #main-top-bar #breadcrumb-container ol.breadcrumb > li.span {
    font-size: 14px;
  }
  #main-top-bar #global-search {
    right: 100%;
    top: 0;
    line-height: 45px;
  }
  #main-top-bar #global-search #globalSearch {
    height: initial;
    font-size: 13px;
  }
  #main-top-bar #global-search #reveal-container > span {
    right: 10px;
  }
  #main-top-bar #environment-badge {
    display: inline-block;
  }
}
#main-top-bar #dataset-selector > span.datasetSelector.k-dropdown {
  vertical-align: top;
  width: auto;
}
#main-top-bar #dataset-selector > span.datasetSelector.k-dropdown > .k-dropdown-wrap {
  background: #ECEBEA;
  border: none;
  border-right: 1px solid #DDDBDA;
  border-radius: 0px;
  color: #080707;
  padding-right: 32px;
  transition: background 0.1s ease;
}
#main-top-bar #dataset-selector > span.datasetSelector.k-dropdown > .k-dropdown-wrap:hover {
  background: #d4d2cf;
  border-right-color: #c5c1bf;
}
#main-top-bar #dataset-selector > span.datasetSelector.k-dropdown > .k-dropdown-wrap::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #DDDBDA;
  position: absolute;
  right: 0;
  top: 0;
}
#main-top-bar #dataset-selector > span.datasetSelector.k-dropdown > .k-dropdown-wrap > .k-input {
  color: #080707;
  padding-left: 10px;
  padding-right: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main-top-bar #dataset-selector > span.datasetSelector.k-dropdown > .k-dropdown-wrap > .k-input::before {
  content: "\f1c0";
  font-family: "Font Awesome 5 Pro";
  padding-right: 10px;
  color: #706E6B;
}
#main-top-bar #dataset-selector > span.datasetSelector.k-dropdown > .k-dropdown-wrap > .k-select {
  width: 32px;
}
#main-top-bar #dataset-selector > span.datasetSelector.k-dropdown > .k-dropdown-wrap > .k-select .k-i-arrow-60-down {
  border-color: #080707 transparent transparent transparent;
  border-width: 6px 4px 1px 4px;
}
#main-top-bar #dataset-selector span.k-dropdown,
#main-top-bar #dataset-selector span.k-dropdown-wrap,
#main-top-bar #dataset-selector span.k-input,
#main-top-bar #dataset-selector span.k-select {
  line-height: 45px;
  height: 45px;
  box-sizing: border-box;
  margin: 0px;
}
#main-top-bar #tourButton {
  margin-left: 10px;
}
#main-top-bar #notification-icons {
  margin: 0px 0px 0px 10px;
}
#main-top-bar #notification-icons span.guardian-icon {
  width: 1.75em;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  position: relative;
  text-align: unset;
}
#main-top-bar #notification-icons span.guardian-icon i {
  text-decoration: none;
}
#main-top-bar #notification-icons span.guardian-icon:hover {
  filter: brightness(90%);
}
#main-top-bar #principal-user-dropdown,
#main-top-bar #principal-user-dropdown > div {
  display: inline-block !important;
  position: relative;
  margin-left: 10px;
  margin-right: 15px;
  top: 1px;
}
#main-top-bar #principal-user-dropdown > span {
  display: block;
  top: 3px;
}
#main-top-bar #principal-user-dropdown .avatar-icon {
  display: block;
  font-size: 20px;
  color: #080707;
  text-align: center;
  cursor: pointer;
}
#main-top-bar #principal-user-dropdown .avatar-icon:hover .fa-user {
  color: #080707;
}
#main-top-bar .icons {
  margin-top: 7.5px;
  float: right;
}
#main-top-bar .icons .guardianWrapper {
  overflow: visible !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 1000;
  width: 30px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}
#main-top-bar .icons .guardianWrapper .tooltip {
  background: #ffffff;
  color: #080707;
  overflow: visible;
  display: block;
  border: 0;
  left: -52px;
  top: 100%;
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1000;
  min-width: 135px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
}
#main-top-bar .icons .guardianWrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  width: 100%;
}
#main-top-bar .icons .guardianWrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
#main-top-bar .icons .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  margin-left: 57px;
  margin-top: -9px;
}
#main-top-bar .icons .arrow-up-border {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #d5d5d5;
  margin-left: 56px;
  margin-top: -11px;
}
#main-top-bar .icons .signalCounts {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  margin-left: 8px;
  padding: 5px;
}
#main-top-bar .icons .signalCounts .signalCount {
  height: 100%;
  text-align: center;
}
#main-top-bar .icons .signalCounts .signalCount .count {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
#main-top-bar .icons .signalCounts .signalCount .countCaption {
  font-size: 10px;
  text-transform: uppercase;
}
#main-top-bar .icons .signalCounts .signalCount.positive {
  float: left;
  color: #82c135;
  margin-right: 11px;
}
#main-top-bar .icons .signalCounts .signalCount.negative {
  float: right;
  color: #dd360b;
}
#main-top-bar .icons .guardianIcon {
  vertical-align: middle;
  height: 32px;
}
#main-top-bar .icons .guardianWrapper:hover .guardianIcon {
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -ms-filter: brightness(90%);
  filter: brightness(90%);
}
#main-top-bar .icons .guardianIconWrapper::before {
  content: attr(data-count);
  background-color: #ffffff;
  color: #080707;
  position: absolute;
  right: 22px;
  z-index: 10000;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 16px;
  height: 16px;
  line-height: 10px;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}
#main-top-bar .icons .guardianIconWrapper.zeroSignals::before {
  display: none;
}
#pane-layout {
  height: 100%;
}
#pane-layout .pane > div div.tab-content {
  padding-top: 15px;
}
#pane-layout.pane-layout-relative {
  position: relative;
}
#pane-layout.pane-layout-relative #pane-sections {
  top: 0;
}
#pane-layout .pane-layout-control {
  position: relative;
  z-index: 15;
  height: 30px;
  background: #f5f5f5;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer !important;
}
#pane-layout .pane-layout-control .btn.btn-icon:not(.btn-primary):hover,
#pane-layout .pane-layout-control .btn.btn-icon:not(.btn-primary):focus {
  color: #005FB2 !important;
}
#pane-layout .pane-layout-control .collapsed-hidden > i {
  color: #0070D2;
  position: absolute;
  right: 10px;
  top: 8px;
}
#pane-layout .pane-section.section-collapsed .pane-layout-control {
  border-bottom: 0;
  width: 100%;
}
#pane-layout .pane-section.section-collapsed .pane-layout-control button {
  -webkit-transform: translate(15px, -15px) rotate(90deg);
  transform: translate(15px, -15px) rotate(90deg);
}
#pane-layout .pane-section.section-collapsed .pane-layout-control .collapsed-hidden {
  display: none;
}
#pane-layout .pane-section .pane-layout-control button {
  background: transparent;
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#pane-layout #pane-layout-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 50px;
}
#pane-layout #pane-sections {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#pane-layout .pane-section {
  height: 100%;
  position: absolute;
}
#pane-layout .pane-section.resizing-no-transition {
  transition: none !important;
}
#pane-layout .pane-section[position='left'] {
  border-right: 1px solid #e5e5e5;
  z-index: 1;
}
#pane-layout .pane-section[collapse] {
  transition: width 0.2s ease;
}
#pane-layout .pane-section[collapse].section-collapsed .pane::before {
  width: 100%;
}
#pane-layout .pane-section[collapse].section-collapsed > * {
  white-space: nowrap;
}
#pane-layout .pane-section:not([collapse]) {
  transition: width 0.2s ease;
}
#pane-layout .pane-section:not([collapse])[position="right"] {
  right: 0;
}
#pane-layout .pane-section:not([collapse])[position="left"] {
  left: 0;
}
#pane-layout .pane-section div[pane-transclude],
#pane-layout .pane-section div[pane-content-transclude] {
  height: 100%;
  width: 100%;
}
#pane-layout .pane-section[max-width] .pane > div[pane-transclude],
#pane-layout .pane-section[max-width] .pane > div[pane-content-transclude] {
  padding: 20px 0px;
}
#pane-layout .pane-section .pane {
  transition: height 0.2s ease;
  height: 100%;
  background: #ffffff;
}
#pane-layout .pane-section .pane::before {
  content: "";
  background: #f5f5f5;
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 3;
  transition: width 0.2s ease;
}
#pane-layout .pane-section .pane.resizing-no-transition {
  transition: none !important;
}
#pane-layout .pane-section .pane > div[pane-transclude],
#pane-layout .pane-section .pane > div[pane-content-transclude] {
  overflow-y: auto;
  overflow-x: hidden;
}
#pane-layout .pane-section .pane > div[pane-transclude] .folderItemList,
#pane-layout .pane-section .pane > div[pane-content-transclude] .folderItemList {
  margin-top: -30px;
  height: 100%;
}
#pane-layout .pane-section .pane.pane-overflow-hidden > div[pane-transclude],
#pane-layout .pane-section .pane.pane-overflow-hidden > div[pane-content-transclude] {
  overflow-y: hidden !important;
  padding-top: 0;
}
#pane-layout .pane-section .pane[position='bottom'] {
  border-top: 1px solid #e5e5e5;
}
#pane-layout .pane-section .pane[position='bottom']::before {
  content: "";
  height: 15px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
  width: 100%;
  position: absolute;
  top: 0px;
  border-top: 1px solid #FFFFFF;
}
#pane-layout .pane-section .rg-top,
#pane-layout .pane-section .rg-right,
#pane-layout .pane-section .rg-left,
#pane-layout .pane-section .rg-bottom {
  margin: 0 !important;
  z-index: 10;
}
#pane-layout .pane-section .rg-top > span,
#pane-layout .pane-section .rg-right > span,
#pane-layout .pane-section .rg-left > span,
#pane-layout .pane-section .rg-bottom > span {
  border: 1px solid #dedede;
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0.2px 0.5px 0.5px #b9b9b9;
}
#pane-layout .pane-section .rg-top > span span.icon-bar,
#pane-layout .pane-section .rg-right > span span.icon-bar,
#pane-layout .pane-section .rg-left > span span.icon-bar,
#pane-layout .pane-section .rg-bottom > span span.icon-bar {
  border-radius: 1px;
  position: relative;
}
#pane-layout .pane-section .rg-top {
  height: 15px;
  left: 0px;
  width: 100%;
  top: -12px;
}
#pane-layout .pane-section .rg-top > span {
  height: 14px;
  padding-top: 2px;
  width: 40px;
  margin: 3.5px 0 0 -20px;
}
#pane-layout .pane-section .rg-top > span span.icon-bar {
  display: block;
  width: 20px;
  height: 1px;
  margin: 2px auto;
  left: 0px;
  border-width: 0;
  background: #CCCCCC;
}
#pane-layout .pane-section .rg-right,
#pane-layout .pane-section .rg-left {
  width: 15px;
  top: 0;
  height: 100%;
}
#pane-layout .pane-section .rg-right > span,
#pane-layout .pane-section .rg-left > span {
  height: 40px;
  width: 14px;
}
#pane-layout .pane-section .rg-right > span span.icon-bar,
#pane-layout .pane-section .rg-left > span span.icon-bar {
  display: inline-block;
  width: 1px;
  height: 20px;
  margin: 0 2px 0 0;
  left: 4px;
  top: 9px;
  border-width: 0;
  background: #CCCCCC;
}
#pane-layout .pane-section .rg-right {
  right: -6px;
}
#pane-layout .pane-section .rg-right > span {
  margin: -50px 0 0 2.5px;
}
#pane-layout .pane-section .rg-left {
  left: -6px;
}
#pane-layout .pane-section .rg-left > span {
  margin: -50px 0 0 -2.5px;
}
.dropdownListItemStyles {
  display: block;
  position: relative;
}
.dropdownListItemStyles.dropdown-header {
  color: #706E6B;
  font-size: 11px;
  padding: 3px 10px;
  text-transform: uppercase;
}
.dropdownListItemStyles.divider {
  background-color: #DDDBDA;
}
.dropdownListItemStyles > span.top-level-item-label {
  display: initial;
  visibility: visible;
}
.dropdownListItemStyles > a {
  color: #080707;
  font-size: 14px;
  display: block;
  padding: 3px 10px;
}
.dropdownListItemStyles > a i {
  margin-right: 5px;
}
.sldsBlueBarBase {
  color: #080707;
  background-color: #ffffff;
}
.itemHighlighted {
  color: #080707;
  background-color: #ffffff;
  box-shadow: inset 0.25rem 0 0 #1589EE;
}
.itemSelected {
  color: #080707;
  background-color: #ffffff;
  box-shadow: inset 0.5rem 0 0 #1589EE;
  font-weight: 700;
  border-color: #DDDBDA;
  border-top: 1px solid #DDDBDA;
  border-bottom: 1px solid #DDDBDA;
}
#navbar-scrollable {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #DDDBDA;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#navbar-scrollable > ul > li.dropdown.active > a {
  color: #080707;
  background-color: #ffffff;
  box-shadow: inset 0.5rem 0 0 #1589EE;
  font-weight: 700;
  border-color: #DDDBDA;
  border-top: 1px solid #DDDBDA;
  border-bottom: 1px solid #DDDBDA;
}
#navbar-scrollable::-webkit-scrollbar {
  display: none;
}
#navbar-scrollable a > .internal-icon {
  height: 20px;
  padding: 0.1rem 0.5rem;
  width: 20px;
}
nav#side-bar-nav {
  width: 214px;
  background: #FAFAFB;
}
nav#side-bar-nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #f000;
  height: 100%;
  width: 10px;
  transition: width;
  transition-delay: 0.2s;
}
nav#side-bar-nav:hover::after {
  width: 0;
}
nav#side-bar-nav.nav-collapsed {
  width: 60px;
}
nav#side-bar-nav.nav-collapsed .navbar-nav > li > a {
  text-align: center;
}
nav#side-bar-nav.nav-collapsed .navbar-nav > li > a > .internal-icon {
  left: 3.5rem;
  padding: 0.1rem 0.1rem;
  position: absolute;
  top: -5px;
}
nav#side-bar-nav.nav-collapsed .navbar-nav > li ul.dropdown-menu,
nav#side-bar-nav.nav-collapsed .navbar-nav > li span.top-level-item-label,
nav#side-bar-nav.nav-collapsed .navbar-nav > li div.section-toggle,
nav#side-bar-nav.nav-collapsed .navbar-nav > li.sections-header > span > span {
  display: none;
  visibility: hidden;
}
nav#side-bar-nav .container {
  height: 93%;
}
nav#side-bar-nav .container #navbar {
  height: 100% !important;
}
nav#side-bar-nav .container .navbar-header {
  background-color: #DDDBDA;
  height: 45px;
  padding: 10px;
  width: 100%;
  margin: 0;
}
nav#side-bar-nav .container .navbar-header img {
  display: inline;
  height: 35px;
  margin-left: 6px;
  position: relative;
  top: -5px;
}
nav#side-bar-nav .container .navbar-header .collapse-toggle {
  display: inline;
}
nav#side-bar-nav .container .navbar-header .collapse-toggle .navbar-collapse-button {
  display: inline-block;
  background-image: url('/ui/images/svg/rows.svg');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-left: 2px;
  cursor: pointer;
}
nav#side-bar-nav .container .navbar-header .collapse-toggle .navbar-collapse-button.collapsed {
  margin-left: 8px;
}
nav#side-bar-nav .navbar-dropdowns {
  position: absolute;
}
@media screen and (max-height: 825px) {
  nav#side-bar-nav .navbar-dropdowns div.dropdown-menu {
    min-width: 350px;
  }
  nav#side-bar-nav .navbar-dropdowns div.dropdown-menu .dropdown-menu-col:not(:last-child) {
    border-right: 1px solid #000;
  }
  nav#side-bar-nav .navbar-dropdowns div.dropdown-menu .dropdown-menu-col:not(:first-child) .divider:first-of-type {
    display: none !important;
  }
}
nav#side-bar-nav .navbar-dropdowns .slds-nubbin_left:before {
  width: 22px;
  height: 22px;
  position: absolute;
  transform: rotate(45deg);
  content: "";
  background-color: inherit;
  top: 8px;
  left: -12px;
  border-left: 1px solid #DDDBDA !important;
  border-bottom: 1px solid #DDDBDA !important;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu {
  background: #ffffff;
  min-width: 250px;
  border-radius: 3px;
  display: initial !important;
  margin: 0;
  opacity: 0;
  top: 0;
  transition: opacity 100ms, visibility 100ms linear;
  visibility: hidden;
  border: 1px solid #DDDBDA !important;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu.active {
  visibility: visible;
  opacity: 1;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 3px;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu > ul li {
  display: block;
  position: relative;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu > ul li.dropdown-header {
  color: #706E6B;
  font-size: 11px;
  padding: 3px 10px;
  text-transform: uppercase;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu > ul li.divider {
  background-color: #DDDBDA;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu > ul li > span.top-level-item-label {
  display: initial;
  visibility: visible;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu > ul li > a {
  color: #080707;
  font-size: 14px;
  display: block;
  padding: 3px 10px;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu > ul li > a i {
  margin-right: 5px;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu > ul li.internal-wrapper__navbar-flyout-item {
  margin-left: 10px;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu > ul li.internal-wrapper__navbar-flyout-item .internal-icon {
  margin-left: 0;
  padding: 0.1rem;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu > ul li > a:hover {
  background-color: #f3f2f2;
}
nav#side-bar-nav .navbar-dropdowns div.dropdown-menu .dropdown-menu-col {
  display: inline-block;
  float: left;
  width: 175px;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu {
  display: block;
  position: static;
  border-radius: 0;
  width: 100%;
  background: #FAFAFB !important;
  padding: 10px 0px;
  border: 0 !important;
  border-bottom: 1px solid #DDDBDA !important;
  box-shadow: none !important;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu li {
  display: block;
  position: relative;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu li.dropdown-header {
  color: #706E6B;
  font-size: 11px;
  padding: 3px 10px;
  text-transform: uppercase;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu li.divider {
  background-color: #DDDBDA;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu li > span.top-level-item-label {
  display: initial;
  visibility: visible;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu li > a {
  color: #080707;
  font-size: 14px;
  display: block;
  padding: 3px 10px;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu li > a i {
  margin-right: 5px;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu li:first-child:not(.sections-header) a {
  padding: 0px 25px;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu li > a {
  padding: 3px 25px;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu li > a:hover {
  color: #080707;
  background-color: #ffffff;
  box-shadow: inset 0.25rem 0 0 #1589EE;
}
nav#side-bar-nav li.dropdown > ul.dropdown-menu li.active > a {
  color: #080707;
  background-color: #ffffff;
  box-shadow: inset 0.5rem 0 0 #1589EE;
  font-weight: 700;
  border-color: #DDDBDA;
  border-top: 1px solid #DDDBDA;
  border-bottom: 1px solid #DDDBDA;
}
nav#side-bar-nav .navbar-nav {
  min-height: 1000px;
  margin-top: 10px;
}
nav#side-bar-nav .navbar-nav > li {
  white-space: nowrap;
  transition: background 100ms linear;
  transition-delay: 50ms;
}
nav#side-bar-nav .navbar-nav > li i.far {
  color: #706E6B;
}
nav#side-bar-nav .navbar-nav > li.dropdown > ul > li.dropdown-header {
  padding: 3px 25px;
}
nav#side-bar-nav .navbar-nav > li.sections-header {
  padding: 5px 0px;
  -webkit-user-select: none;
}
nav#side-bar-nav .navbar-nav > li.sections-header:hover {
  background: transparent !important;
}
nav#side-bar-nav .navbar-nav > li.sections-header > span {
  color: #706E6B;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
}
nav#side-bar-nav .navbar-nav > li.sections-header > span > span {
  display: inline-block;
  padding: 0px 10px;
}
nav#side-bar-nav .navbar-nav > li.sections-header > span::after {
  content: "";
  height: 1px;
  width: 100%;
  top: 14px;
  background: #DDDBDA;
  position: absolute;
}
nav#side-bar-nav .navbar-nav > li .section-toggle {
  display: inline;
  position: absolute;
  right: 15px;
  top: 7px;
  border-radius: 3px;
  padding: 3px 7px 3px 11px;
}
nav#side-bar-nav .navbar-nav > li .section-toggle:hover {
  background: #FAFAFB;
}
nav#side-bar-nav .navbar-nav > li > a {
  padding: 10px;
  font-size: 14px;
  color: #080707;
  transition: color 100ms linear;
  transition-delay: 50ms;
}
nav#side-bar-nav .navbar-nav > li > a:hover {
  color: #080707;
  background-color: #ffffff;
  box-shadow: inset 0.25rem 0 0 #1589EE;
}
nav#side-bar-nav .navbar-nav > li > a [class*='fa-'] {
  margin-right: 3px;
}
nav#side-bar-nav .navbar-nav > li > a [class*='fa-'].fa-cubes {
  font-weight: 600;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
#multiDataset .accountAndDatasetSelector {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#multiDataset .accountAndDatasetSelector > span {
  padding-right: 10px;
}
nav.nav-collapsed #environment-badge .badge-label span.condensed {
  display: inline;
}
nav.nav-collapsed #environment-badge .badge-label span:not(.condensed) {
  display: none;
}
#environment-badge {
  line-height: 45px;
  height: 100%;
  vertical-align: top;
}
#environment-badge.isLocalTest .badge-label {
  background-color: #82c135;
}
#environment-badge.isTestMachine .badge-label {
  background-color: #DA9900;
}
#environment-badge.isDifferentAKAccount .badge-label {
  background-color: #dd360b;
}
#environment-badge.localServerUiReplace .badge-label {
  background-color: #990573;
}
#environment-badge .badge-label {
  width: 100%;
  text-align: center;
  color: #f9f9f9;
  background: #1f1f1f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  height: 46px;
  user-select: none;
  padding: 0px 15px 0px;
  position: relative;
}
#environment-badge .badge-label > span.condensed {
  display: none;
}
#noDatasetAccess {
  padding: 20px;
}
#noDatasetAccess .slds-illustration {
  text-align: center;
}
#noDatasetAccess .slds-illustration.slds-illustration_small .slds-illustration__svg {
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  margin-bottom: 1rem;
}
#noDatasetAccess .slds-illustration.slds-illustration_large .slds-illustration__svg {
  width: 100%;
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 3rem;
}
#noDatasetAccess .slds-illustration .slds-illustration__fill-primary {
  fill: #8cd3f8;
}
#noDatasetAccess .slds-illustration .slds-illustration__stroke-primary {
  stroke: #8cd3f8;
}
#noDatasetAccess .slds-illustration .slds-illustration__fill-secondary {
  fill: #c2e8ff;
}
#noDatasetAccess .slds-illustration .slds-illustration__stroke-secondary {
  stroke: #c2e8ff;
}
#noDatasetAccess .slds-text-longform dl,
#noDatasetAccess .slds-text-longform h1,
#noDatasetAccess .slds-text-longform h2,
#noDatasetAccess .slds-text-longform h3,
#noDatasetAccess .slds-text-longform img,
#noDatasetAccess .slds-text-longform ol,
#noDatasetAccess .slds-text-longform p,
#noDatasetAccess .slds-text-longform ul {
  margin-bottom: 0.75rem;
}
#noDatasetAccess .slds-text-heading--medium,
#noDatasetAccess .slds-text-heading_medium {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
}
/*
 * Copyright (C) 2010-2017 Evergage, Inc.
 * All rights reserved.
 */
#audits .leftAuditNav .auditTypeLinkRow {
  line-height: 19px;
}
#audits .leftAuditNav .auditTypeLinkRow.selected > a {
  font-weight: bold;
  text-decoration: underline;
}
#audits .filterRow .actionTypeSection .k-dropdown {
  width: 90px;
}
#audits .filterRow .campaignStateSection .k-dropdown {
  width: 105px;
}
#audits .filterRow > div input,
#audits .filterRow > div .k-dropdown {
  margin-left: 4px;
  margin-right: 10px;
}
#audits .filterRow .filterTitle {
  color: #585858;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
}
#audits .aceEditor {
  border: 2px solid grey;
  height: 500px;
  width: 100%;
}
#audits .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
#audits #flex-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  bottom: 0;
  left: 0px;
  /* these 3 lines are to prevents an unsightly scrolling bounce affect on Safari */
  height: 600px;
  width: 100%;
  overflow: auto;
}
#audits #flex-container > div {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  position: relative;
}
#audits #flex-container > div#acediff-gutter {
  flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #efefef;
  overflow: hidden;
}
#audits #acediff-gutter svg {
  background-color: #efefef;
}
#audits #acediff-left-editor {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#audits #acediff-right-editor {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#audits .acediff-diff {
  background-color: #d8f2ff;
  border-top: 1px solid #a2d7f2;
  border-bottom: 1px solid #a2d7f2;
  position: absolute;
  z-index: 4;
}
#audits .acediff-diff.targetOnly {
  height: 0px !important;
  border-top: 1px solid #a2d7f2;
  border-bottom: 0px;
  position: absolute;
}
#audits .acediff-connector {
  fill: #d8f2ff;
  stroke: #a2d7f2;
}
#audits .acediff-copy-left {
  float: right;
}
#audits .acediff-copy-right,
#audits .acediff-copy-left {
  position: relative;
}
#audits .acediff-copy-right div {
  color: #000000;
  text-shadow: 1px 1px #ffffff;
  position: absolute;
  margin: 2px 3px;
  cursor: pointer;
}
#audits .acediff-copy-right div:hover {
  color: #004ea0;
}
#audits .acediff-copy-left div {
  color: #000000;
  text-shadow: 1px 1px #ffffff;
  position: absolute;
  right: 0px;
  margin: 2px 3px;
  cursor: pointer;
}
#audits .acediff-copy-left div:hover {
  color: #c98100;
}
#audits .editorHeader {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  width: 100%;
  border: 2px;
  background-color: #efefef;
}
#audits div.editorHeader > div {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  position: relative;
  margin: 2px;
  font-size: 18px;
}
#audits div.editorHeader > div.editorHeaderCenter {
  flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
}
#audits .updateDate {
  float: right;
  margin-right: 30px;
}
#audits .detailPane {
  margin-top: 20px;
}
#audits .detailPane .buttonRow {
  margin-bottom: 10px;
}
#audits .editorHeader {
  margin-top: 20px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#audits.v2 .auditTypeFilter {
  width: 100%;
}
#audits.v2 #pane-sections {
  display: flex;
}
#audits.v2 #pane-sections > .pane-section[position=right] {
  width: 100%;
}
#audits.v2 #pane-layout .pane > div div.tab-content {
  padding: 0;
}
#audits.v2 .pane-section {
  position: relative;
  flex: auto;
}
#audits.v2 .filterRow {
  display: flex;
  align-items: center;
}
#audits.v2 .filterRow .campaign-searchbox-wrapper {
  flex: 1 1 auto;
  width: auto;
}
#audits.v2 .rightContentArea {
  padding: 0;
}
#audits.v2 .leftAuditNav {
  position: relative;
  min-width: 230px;
}
#audits.v2 .leftAuditNav .auditTypeLinkRow {
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 14px;
  color: #080707;
}
#audits.v2 .leftAuditNav .auditTypeLinkRow:hover {
  color: #080707;
  background-color: #fff;
  box-shadow: inset 0.25rem 0 0 #1589ee;
}
#audits.v2 .leftAuditNav .auditTypeLinkRow.selected {
  color: #080707;
  background-color: #e5f4ff;
  box-shadow: inset 0.5rem 0 0 #1589ee;
  font-weight: 700;
}
#audits.v2 .filterRow .filterTitle {
  color: #585858;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
}
#audits.v2 .aceEditor {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  height: calc(100% - 60px) !important;
  width: 100%;
}
#audits.v2 .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
#audits.v2 #flex-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  bottom: 0;
  left: 0px;
  /* these 3 lines are to prevents an unsightly scrolling bounce affect on Safari */
  height: calc(100% - 85px) !important;
  width: 100%;
  overflow: auto;
}
#audits.v2 #flex-container > div {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  position: relative;
}
#audits.v2 #acediff-gutter svg {
  background-color: #efefef;
}
#audits.v2 #acediff-left-editor {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#audits.v2 #acediff-right-editor {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#audits.v2 .acediff-diff {
  background-color: #d8f2ff;
  border-top: 1px solid #a2d7f2;
  border-bottom: 1px solid #a2d7f2;
  position: absolute;
  z-index: 4;
}
#audits.v2 .acediff-diff.targetOnly {
  height: 0px !important;
  border-top: 1px solid #a2d7f2;
  border-bottom: 0px;
  position: absolute;
}
#audits.v2 .acediff-connector {
  fill: #d8f2ff;
  stroke: #a2d7f2;
}
#audits.v2 .acediff-copy-left {
  float: right;
}
#audits.v2 .acediff-copy-right,
#audits.v2 .acediff-copy-left {
  position: relative;
}
#audits.v2 .acediff-copy-right div {
  color: #000000;
  text-shadow: 1px 1px #ffffff;
  position: absolute;
  margin: 2px 3px;
  cursor: pointer;
}
#audits.v2 .acediff-copy-right div:hover {
  color: #004ea0;
}
#audits.v2 .acediff-copy-left div {
  color: #000000;
  text-shadow: 1px 1px #ffffff;
  position: absolute;
  right: 0px;
  margin: 2px 3px;
  cursor: pointer;
}
#audits.v2 .acediff-copy-left div:hover {
  color: #c98100;
}
#audits.v2 .editorHeader {
  display: flex;
  margin-top: 0;
  background: white;
  padding: 10px 15px;
}
#audits.v2 .editorHeader .headerWrap {
  font-size: 14px;
}
#audits.v2 .detailPane {
  margin-top: 20px;
}
#audits.v2 .detailPane .buttonRow {
  margin-bottom: 10px;
}
#audits.v2 .editorHeader {
  display: flex;
  justify-content: space-between;
}
#audits.v2 .editorHeader .headerWrap {
  display: flex;
  justify-content: flex-start;
}
#audits.v2 .editorHeader .headerWrap:last-child {
  justify-content: flex-end;
}
#audits.v2 .editorHeader .headerWrap > div {
  margin-right: 10px;
}
#audits.v2 .jsonWrap .aceContainer {
  padding: 0;
}
#audits.v2 #pane-layout .pane-section .pane.topPane {
  height: fit-content;
}
#audits.v2 #pane-layout .pane-section .pane.jsonWrap > div[pane-content-transclude] {
  overflow-y: hidden;
}
#audits.v2 #pane-layout .pane-section .pane.jsonWrap > div[pane-content-transclude] > [active=activeTabIndex] {
  height: 100%;
}
#audits.v2 #pane-layout .pane-section .pane.jsonWrap > div[pane-content-transclude] > [active=activeTabIndex] > .tab-content {
  height: 100%;
}
#audits.v2 #pane-layout .pane-section .pane.jsonWrap > div[pane-content-transclude] > [active=activeTabIndex] > .tab-content > .tab-pane {
  height: 100%;
}
#audits.v2 #pane-layout .pane-section .pane.jsonWrap > div[pane-content-transclude] > [active=activeTabIndex] > .tab-content > .tab-pane > .aceContainer {
  height: 100%;
}
#audits.v2 #pane-layout .pane-section .pane.jsonWrap > div[pane-content-transclude] > [active=activeTabIndex] > .tab-content > .tab-pane > .aceContainer > form {
  height: 100%;
}
#audits.v2 #pane-layout .pane-section .pane.jsonWrap > div[pane-content-transclude] > [active=activeTabIndex] > .tab-content > .tab-pane > .aceContainer > form > .aceWrapper {
  height: 100%;
}
#behavior {
  height: 100%;
}
#behavior .selection-container {
  float: right;
  margin-top: 8px;
  margin-left: 12px;
}
#behavior .global-filter-selection .chosen-container .chosen-single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
}
#behavior .global-filter-selection .chosen-container .chosen-single abbr {
  top: 10px;
}
#behavior .global-filter-selection .chosen-container .chosen-single > span {
  line-height: 2.3;
}
#behavior .global-filter-selection .chosen-container .chosen-single div b {
  background-position-y: 5px;
}
#behavior .global-filter-selection .chosen-container-active .chosen-single {
  border: 1px solid #aaa;
}
#behavior .behaviorStatsChart {
  position: relative;
}
#behavior .behaviorStatsChart .loading-container {
  position: absolute;
  top: calc(50% - 78px);
  left: calc(50% - 50px);
}
#daytime .highcharts-tooltip {
  pointer-events: none;
}
#daytime .daytimeTooltipTable tr > td:nth-child(1) {
  font-weight: bold;
  text-align: right;
}
#daytime .daytimeTooltipTable tr > td:nth-child(2) {
  text-align: left;
}
#daytime .tabStrip .k-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
#daytime .egItemGrid td {
  cursor: default;
}
#daytime .header {
  min-height: 55px;
}
#daytime .header .right .radioGroup {
  display: inline-block;
}
#daytime .header .right .modulesFilter {
  display: inline-block;
}
#daytime .header .right .modulesFilter h4 {
  margin: 0;
}
#daytime .header .right .exportIcon {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
#daytime .header .right .exportIcon img {
  display: block;
  margin: 0 auto;
}
#daytime .selection-container {
  float: right;
  display: inline-block;
  margin-top: 8px;
  margin-left: 12px;
}
#daytime .chartContainer {
  position: relative;
  min-height: 400px;
  margin-top: 20px;
}
#daytime .global-filter-selection .chosen-container .chosen-single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
}
#daytime .global-filter-selection .chosen-container .chosen-single abbr {
  top: 10px;
}
#daytime .global-filter-selection .chosen-container .chosen-single > span {
  line-height: 2.3;
}
#daytime .global-filter-selection .chosen-container .chosen-single div b {
  background-position-y: 5px;
}
#daytime .global-filter-selection .chosen-container-active .chosen-single {
  border: 1px solid #aaa;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.goal-stats-chart {
  margin: 0 20px;
}
.goal-stats-chart .chart-header {
  vertical-align: bottom;
  position: relative;
  padding-right: 6px;
}
.goal-stats-chart .chart-header.global-average {
  padding-right: 70px;
}
.goal-stats-chart .chart-header .chart-title {
  font-size: 22px;
  color: #585858;
}
.goal-stats-chart .chart-header .chart-info {
  font-size: 22px;
  margin-left: 8px;
  color: #b5b5b5;
}
.goal-stats-chart .chart-header .chartHoverInfoBox {
  display: inline-block;
  max-width: 400px;
  position: absolute;
  padding: 8px;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
  margin-top: -10px;
  margin-left: 10px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  z-index: 100000;
}
.goal-stats-chart .chart-header .chartHoverInfoBox:after {
  right: 100%;
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(205, 213, 204, 0);
  border-right-color: #f5f5f5;
  border-width: 8px;
  margin-top: -5px;
}
.goal-stats-chart .chart-header .chart-control {
  cursor: pointer;
  font-size: 13px;
  color: #848484;
  float: right;
  margin-right: 8px;
  margin-top: 6px;
}
.goal-stats-chart .chart-header .chart-control .fas,
.goal-stats-chart .chart-header .chart-control .far {
  font-size: 18px;
  margin-bottom: 1px;
  vertical-align: middle;
  margin-left: 4px;
  color: #6E6E6E;
}
.goal-stats-chart .chart-header .chart-control:hover {
  color: #BABABA;
}
.goal-stats-chart .chart-header .chart-control:hover .fas,
.goal-stats-chart .chart-header .chart-control:hover .far {
  color: #BABABA;
}
.goal-stats-chart .chart-header .hide-show-control .fas,
.goal-stats-chart .chart-header .hide-show-control .far {
  font-size: 19px;
}
.goal-stats-chart .outer-chart-wrapper {
  margin-top: 10px;
  position: relative;
  padding-right: 270px;
}
.goal-stats-chart .outer-chart-wrapper .chart-container {
  margin-right: -270px;
  width: 100%;
  float: right;
}
.goal-stats-chart .outer-chart-wrapper .chart-container .highcharts-tooltip > span {
  width: 180px;
}
.goal-stats-chart .outer-chart-wrapper .chart-container .highcharts-tooltip .time-range {
  font-weight: bold;
  margin-bottom: 4px;
  color: #848484;
  font-size: 13px;
}
.goal-stats-chart .outer-chart-wrapper .chart-container .highcharts-tooltip .point-data {
  font-size: 13px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container {
  width: 260px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend {
  height: 280px;
  width: 260px;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend table {
  margin: 0 auto;
  width: 260px;
  table-layout: fixed;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend table th {
  font-weight: normal;
  text-align: left;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tr,
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend table td {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tbody {
  display: table;
  width: 260px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend table thead,
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tbody {
  border-bottom: #FFFFFF solid 3px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tbody.legendInactive td {
  opacity: 0.4;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tbody.legendInactive td.low-confidence {
  opacity: 0.18;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend table tbody:hover {
  background-color: #ecfcba !important;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer {
  height: 0;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer .circle-spacer {
  width: 40px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer .test-total-spacer {
  width: 220px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer .control-total-spacer {
  width: 76px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer .lift-percent-spacer {
  width: 84px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .column-spacer .lift-confidence-spacer {
  width: 88px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .legend-body {
  height: 238px;
  overflow-y: auto;
  overflow-x: hidden;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .legend-header {
  background-color: #f5f5f5;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .legend-header .sub-headers .header {
  padding-top: 5px;
  height: 30px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .experience-group {
  width: 100%;
  cursor: pointer;
  display: table-row-group;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .value {
  margin-left: 2px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .value.empty {
  font-size: 18px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .series-bar {
  display: inline-block;
  height: 0px;
  width: 48px;
  border-top: 3px;
  position: absolute;
  bottom: 2px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .top-experience-row {
  height: 36px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .bottom-experience-row .experience-name-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .bottom-experience-row td {
  border-spacing: 1px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .circle-column .legend-circle {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  margin: auto;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .test-total-column {
  position: relative;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .test-total-column .value {
  margin-top: 3px;
  font-weight: bold;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .test-total-column .series-bar {
  border-top: solid;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .control-total-column {
  position: relative;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .control-total-column .value {
  margin-top: 5px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .control-total-column .series-bar {
  border-top: dashed;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .control-total-column.is-experience-baseline .series-bar {
  border-top: solid;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .value {
  font-size: 18px;
  margin-top: 3px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .value .fas,
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .value .far {
  font-size: 16px;
  position: relative;
  top: -1px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .value.empty {
  margin-top: 5px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column.low-confidence {
  opacity: 0.4;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .positive-lift {
  color: #519100;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .zero-lift {
  color: #808080;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-percent-column .negative-lift {
  color: #dd360b;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-confidence-column .value {
  width: 100%;
  margin: 5px 0 0 0;
  text-align: center;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-confidence-column .value .fas,
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-confidence-column .value .far {
  margin-right: 10px;
  font-size: 18px;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-confidence-column .positive-lift {
  color: #519100;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .lift-confidence-column .negative-lift {
  color: #dd360b;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .experience-name {
  padding-right: 10px;
  box-sizing: border-box;
  white-space: nowrap;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .spacer-column {
  width: 0;
}
.goal-stats-chart .outer-chart-wrapper .chart-legend-container .chart-legend .spacer-column .legend-row-spacer {
  min-height: 56px;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.filtered-stats-overview .overview-chart {
  overflow-x: auto;
}
.filtered-stats-overview .overview-chart .chart-row {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.filtered-stats-overview .overview-chart .chart-row:not(.filters-header) .chart-cell,
.filtered-stats-overview .overview-chart .chart-row.filters-header .header-chart-cell-container,
.filtered-stats-overview .overview-chart .chart-row.filters-header .goal-name-column.chart-cell {
  min-width: 135px;
}
.filtered-stats-overview .overview-chart .chart-row .chart-cell {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  padding: 4px;
  background-color: #efefef;
  border: 3px solid white;
}
.filtered-stats-overview .overview-chart .chart-row .chart-cell.show-heat-map.higher {
  background-color: rgba(118, 167, 114, 0.3);
}
.filtered-stats-overview .overview-chart .chart-row .chart-cell.show-heat-map.lower {
  background-color: rgba(195, 121, 121, 0.3);
}
.filtered-stats-overview .overview-chart .chart-row .chart-cell.goal-name-column {
  text-align: left;
  padding-top: 12px;
}
.filtered-stats-overview .overview-chart .chart-row .chart-cell.goal-name-column .goal-completion-rate {
  margin-left: 8px;
}
.filtered-stats-overview .overview-chart .chart-row .chart-cell .cell-content {
  width: 100%;
}
.filtered-stats-overview .overview-chart .chart-row .chart-cell .goal-completion-rate,
.filtered-stats-overview .overview-chart .chart-row .chart-cell .filter-goal-completion-rate {
  padding-top: 10px;
  font-size: 26px;
}
.filtered-stats-overview .overview-chart .chart-row .chart-cell.goal-name-column .goal-completion-rate,
.filtered-stats-overview .overview-chart .chart-row .chart-cell .filter-goal-completion-rate {
  padding-top: 0;
}
.filtered-stats-overview .overview-chart .chart-row .chart-cell .goal-completions,
.filtered-stats-overview .overview-chart .chart-row .chart-cell .goal-completion-rate,
.filtered-stats-overview .overview-chart .chart-row .chart-cell .filter-goal-completions,
.filtered-stats-overview .overview-chart .chart-row .chart-cell .filter-goal-completion-rate {
  display: inline-block;
}
.filtered-stats-overview .overview-chart .chart-row .chart-cell .stat-description {
  font-size: 11px;
  visibility: hidden;
  text-transform: uppercase;
}
.filtered-stats-overview .overview-chart .chart-row:not(.no-stat-descriptions) .show-stat-labels .stat-description {
  visibility: visible;
}
.filtered-stats-overview .overview-chart .chart-row:not(.filters-header) .chart-cell:not(.goal-name-column) .cell-content {
  position: relative;
  top: 7px;
}
.filtered-stats-overview .overview-chart .goal-name {
  margin-left: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filtered-stats-overview .overview-chart .filter-name,
.filtered-stats-overview .overview-chart .goal-name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  color: #737373;
}
.filtered-stats-overview .overview-chart .count {
  margin-bottom: 3px;
}
.filtered-stats-overview .overview-chart .filters-header .goal-name-column {
  background-color: inherit;
}
.filtered-stats-overview .overview-chart .filters-header .filter-stat-column.chart-cell {
  padding-top: 11px;
  border-top: none;
  line-height: normal;
}
.filtered-stats-overview .overview-chart .filters-header .top-color-bar {
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  height: 3px;
  border-left: 3px solid white;
  border-right: 3px solid white;
}
.filtered-stats-overview .overview-chart .filters-header .header-chart-cell-container {
  line-height: 0;
  display: inline-block;
}
.filtered-stats-overview:not(.is-revenue-overview) .overview-chart .chart-row .chart-cell .goal-completions,
.filtered-stats-overview:not(.is-revenue-overview) .overview-chart .chart-row .chart-cell .filter-goal-completions {
  margin-left: 5px;
}
.filtered-stats-overview:not(.is-revenue-overview) .overview-chart .chart-row .chart-cell .goal-completion-rate,
.filtered-stats-overview:not(.is-revenue-overview) .overview-chart .chart-row .chart-cell .filter-goal-completion-rate {
  margin-right: 5px;
}
.filtered-stats-overview:not(.is-revenue-overview) .overview-chart .chart-row .chart-cell .filter-goal-completions {
  text-align: left;
}
.filtered-stats-overview:not(.is-revenue-overview) .overview-chart .chart-row .chart-cell .filter-goal-completion-rate {
  text-align: right;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.global-goals-time-range-selector {
  position: relative;
  margin-bottom: 28px;
}
.global-goals-time-range-selector .range-selector-description {
  font-size: 12px;
  float: right;
  font-style: italic;
  margin-right: 20px;
  margin-top: 6px;
  position: relative;
}
.global-goals-time-range-selector .range-selector-description .range-selector-title {
  font-weight: bold;
}
.global-goals-time-range-selector .time-range-selector-chart {
  margin-top: 18px;
  overflow: visible;
  cursor: pointer;
}
.global-goals-time-range-selector .time-range-selector-chart.selecting {
  cursor: ew-resize;
}
.global-goals-time-range-selector .time-range-selector-chart .highcharts-container {
  overflow: visible !important;
  border-left: solid 1px #EFEFEF;
  border-right: solid 1px #EFEFEF;
}
.global-goals-time-range-selector .time-range-selector-chart .highcharts-container .highcharts-tooltip span {
  white-space: normal !important;
}
.global-goals-time-range-selector .time-range-selector-chart .highcharts-container svg {
  overflow: visible !important;
}
.global-goals-time-range-selector .timeline-container {
  position: relative;
  margin-right: 240px;
}
.global-goals-time-range-selector .timeline-container.filtered-mode {
  margin-right: 22px;
}
.global-goals-time-range-selector .timeline-container .loading-container {
  position: absolute;
  top: 22px;
  left: calc(50% - 20px);
  opacity: 0.4;
}
.global-goals-time-range-selector .timeline-container .highcharts-xaxis-labels {
  pointer-events: none;
}
.global-goals-time-range-selector .timeline-container .zoom-reset-button {
  position: absolute;
  right: 10px;
  top: -34px;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  padding-right: 12px;
  padding-left: 12px;
  color: #848484;
  cursor: pointer;
}
.global-goals-time-range-selector .timeline-container .zoom-reset-button:hover {
  color: #BABABA;
}
.global-goals-time-range-selector .timeline-container .zoom-reset-button:hover .fas,
.global-goals-time-range-selector .timeline-container .zoom-reset-button:hover .far {
  color: #BABABA;
}
.global-goals-time-range-selector .timeline-container .zoom-reset-button .fas,
.global-goals-time-range-selector .timeline-container .zoom-reset-button .far {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 1px;
  color: #6E6E6E;
}
.global-goals-time-range-selector .chart-key-container {
  float: right;
  width: 240px;
  padding-left: 12px;
  padding-top: 1px;
  box-sizing: border-box;
}
.global-goals-time-range-selector .chart-key-container ul {
  -webkit-padding-start: 30px;
  -moz-padding-start: 30px;
  padding-start: 30px;
  -webkit-margin-before: 4px;
  margin-before: 4px;
}
.global-goals-time-range-selector .chart-key-container ul li {
  margin-bottom: 2px;
}
.global-goals-time-range-selector .label {
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
}
.global-goals-time-range-selector .range-input-container {
  float: right;
  width: 240px;
  padding-left: 12px;
  padding-top: 1px;
  box-sizing: border-box;
}
.global-goals-time-range-selector .range-input-container ng-form .form-group .label {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 4px;
}
.global-goals-time-range-selector .range-input-container ng-form .form-group:first-child {
  margin-bottom: 10px;
}
.timeline-tooltip {
  position: absolute;
  box-sizing: border-box;
  background-color: #f5f5f5;
  padding: 12px;
  z-index: 100000;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.timeline-tooltip .header {
  text-align: center;
  margin-bottom: 6px;
  font-weight: bold;
}
.timeline-tooltip.state-tooltip {
  width: 190px;
}
.timeline-tooltip.state-tooltip .header {
  font-size: 14px;
}
.timeline-tooltip.pin-tooltip {
  min-width: 160px;
}
.timeline-tooltip.pin-tooltip .content {
  text-align: center;
}
.timeline-tooltip.epoch-tooltip {
  width: 160px;
}
.timeline-tooltip.epoch-tooltip .content {
  text-align: center;
}
.timeline-tooltip:not(.shifted-left):not(.shifted-right):after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(243, 243, 243, 0);
  border-bottom-color: #f5f5f5;
  border-width: 5px;
  margin-left: -5px;
}
.timeline-tooltip.shifted-left:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(243, 243, 243, 0);
  border-bottom-color: #f5f5f5;
  border-width: 5px;
  margin-left: -5px;
}
.timeline-tooltip.shifted-right:after {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(243, 243, 243, 0);
  border-bottom-color: #f5f5f5;
  border-width: 5px;
  margin-left: -5px;
}
.visitStatsChart {
  clear: both;
}
.visitStatsChart .legendAndBarGraphs {
  padding-right: 40px;
}
.visitStatsChart .legendAndBarGraphs table {
  width: 100%;
}
.visitStatsChart .legendAndBarGraphs table tr:hover {
  background-color: #ecfcba !important;
}
.visitStatsChart .legendAndBarGraphs table tr {
  border: 3px solid #ffffff;
  cursor: pointer;
}
.visitStatsChart .legendAndBarGraphs table tr .title {
  font-size: 20px;
  background-color: #efefef;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
}
.visitStatsChart .legendAndBarGraphs table tr .legend-circle {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  margin: auto;
}
.visitStatsChart .legendAndBarGraphs table tr .legend-circle.legendInactive {
  color: transparent;
}
.visitStatsChart .legendAndBarGraphs table tr .percentageBarContainer {
  width: 85px;
}
.visitStatsChart .legendAndBarGraphs table tr .percentageBarContainer .percentageBar {
  text-align: center;
  height: 100%;
  border: 3px solid;
  border-radius: 3px;
}
.visitStatsChart .legendAndBarGraphs table tr .percentageOfVisits {
  white-space: nowrap;
  font-size: 18px;
}
.visitStatsChart .legendAndBarGraphs table tr .filter-name {
  font-size: 18px;
}
.visitStatsChart .legendAndBarGraphs table tr td {
  padding: 10px 5px 10px 5px;
}
.visitStatsChart .legendAndBarGraphs table tr td:first-child {
  padding-left: 10px;
}
.visitStatsChart .legendAndBarGraphs table tr td:last-child {
  padding-right: 10px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#eventStream {
  height: 100%;
}
#eventStream .black {
  color: #000000;
}
#eventStream .modeToggle {
  margin-top: 24px;
}
#eventStream #infoBox {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f7f7f7;
  padding: 10px 40px;
  display: inline-block;
}
#eventStream #infoBox ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#eventStream #infoBox ul li > i {
  padding-left: 5px;
  color: #0070D2;
  cursor: pointer;
}
#eventStream .alignCenter td:first-child {
  text-align: right;
  vertical-align: top;
}
#eventStream .alignCenter td:nth-child(2) {
  text-align: left;
}
#eventStream .oneCampaignStat:not(:first-child) {
  margin-top: 6px;
}
#eventStream .searchForRow .label {
  padding-right: 6px;
}
#eventStream .searchForRow .k-dropdown {
  padding-right: 10px;
}
#eventStream .eventTypeRow {
  padding-top: 10px;
}
#funnels .funnelStats {
  margin-top: 12px;
  width: 95%;
}
#funnels .heading {
  font-size: 14px;
}
#funnels .heading span {
  font-style: italic;
}
#funnels .alternateRow {
  background-color: #ffffff;
}
#funnels .stepStats {
  margin-left: 12px;
}
#funnels .stepStats .funnelRow {
  height: 50px;
  line-height: 50px;
}
#funnels .stepStats .funnelRow DIV {
  display: inline-block;
}
#funnels .stepStats .funnelRow .exitsSection {
  box-sizing: content-box;
}
#funnels .stepStats .funnelRow .funnelLabel {
  width: 43%;
  text-align: right;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  font-size: 16px;
  padding: 0 10px;
  color: #585858;
}
#funnels .stepStats .funnelRow .traversalStats {
  width: 43%;
  text-align: left;
  border-left: 4px #d5d5d5 solid;
}
#funnels .stepStats .funnelRow .exitsSection {
  width: 43%;
  text-align: right;
  border-right: 4px #d5d5d5 solid;
}
#funnels .stepStats .funnelRow .exits {
  background-color: #DD360B;
}
#funnels .stepStats .funnelRow.spacingRow {
  height: 16px;
  line-height: 16px;
}
#funnels .stepStats .funnelRow.headings .legend {
  padding: 0 10px;
  display: inline-block;
}
#funnels .stepStats .funnelRow.headings .exitsLabel .fas,
#funnels .stepStats .funnelRow.headings .exitsLabel .far {
  color: #DD360B;
}
#funnels .stepStats .funnelRow.headings .continuousLabel .fas,
#funnels .stepStats .funnelRow.headings .continuousLabel .far {
  color: #005FB2;
}
#funnels .stepStats .funnelRow.headings .entrancesLabel .fas,
#funnels .stepStats .funnelRow.headings .entrancesLabel .far {
  color: #227414;
}
#funnels .stepStats .funnelBar {
  height: 50px;
  line-height: 50px;
  color: white;
  padding: 0 6px;
  box-sizing: border-box;
  vertical-align: bottom;
  cursor: default;
  text-align: center;
}
#funnels .stepStats .funnelBar.narrow {
  min-width: 8px;
  padding: 0 4px;
}
#funnels .stepStats .funnelBar.narrow SPAN {
  color: #f0f0f0;
  text-shadow: 0px 0px 3px black;
}
#funnels .stepStats .funnelBar.zeroWidth {
  padding: 0 0;
  min-width: 0;
}
#funnels .stepStats .funnelBar.continuous:not(.zeroWidth) {
  margin-right: 1px;
}
#funnels .stepStats .continuous {
  background-color: #005FB2;
}
#funnels .stepStats .entrances {
  background-color: #227414;
}
#funnels #noFunnelsMessage {
  position: relative;
  display: inline-block;
}
#funnels #noFunnelsMessage .message {
  width: 250px;
  padding: 15px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
#funnels #noFunnelsMessage .message p {
  margin: 5px;
}
#funnels #noFunnelsMessage span {
  font-weight: bold;
}
#funnels #noFunnelsMessage img {
  z-index: -1;
  opacity: 0.2;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
#global-goals-stats .title-container {
  float: left;
  width: calc(100% - 300px);
}
#global-goals-stats .title-container .page-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 4px;
}
#global-goals-stats .title-container .fa-info-circle {
  color: #b5b5b5;
  font-size: 22px;
  margin-left: 10px;
}
#global-goals-stats .options-container {
  margin-right: 13px;
  margin-top: 5px;
  float: right;
  width: 709px;
}
#global-goals-stats .options-container .chosen-single {
  color: #585858;
}
#global-goals-stats .options-container .chosen-container {
  max-width: 222px;
}
#global-goals-stats .options-container .selection-container {
  display: inline-block;
}
#global-goals-stats .options-container .selection-container .option-label {
  font-weight: bold;
  margin-right: 2px;
  margin-bottom: 4px;
}
#global-goals-stats .options-container .selection-container .chosenDropdownWrapper {
  display: inline-block;
}
#global-goals-stats .options-container .filter-attribution-selection {
  margin-left: 14px;
}
#global-goals-stats .unable-to-load {
  margin-left: 12px;
  margin-top: 20px;
}
#global-goals-stats .page-row {
  margin-bottom: 18px;
}
#global-goals-stats .page-row.overview-row {
  margin-bottom: 38px;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
#global-goals-stats-filter .title-container {
  float: left;
  width: 300px;
}
#global-goals-stats-filter .title-container .page-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 4px;
}
#global-goals-stats-filter .title-container .fa-info-circle {
  color: #b5b5b5;
  font-size: 22px;
  margin-left: 10px;
}
#global-goals-stats-filter .options-container {
  margin-right: 13px;
  margin-top: 5px;
  width: 485px;
}
#global-goals-stats-filter .options-container .chosen-single {
  color: #585858;
}
#global-goals-stats-filter .options-container .chosen-container {
  max-width: 222px;
}
#global-goals-stats-filter .options-container .selection-container {
  display: inline-block;
  margin-left: 14px;
}
#global-goals-stats-filter .options-container .selection-container .option-label {
  font-weight: bold;
  margin-right: 2px;
  margin-bottom: 4px;
}
#global-goals-stats-filter .options-container .selection-container .chosenDropdownWrapper {
  display: inline-block;
}
#global-goals-stats-filter .nav .nav-tabs {
  display: none;
}
#global-goals-stats-filter .nav {
  cursor: default;
}
#global-goals-stats-filter .nav .a {
  cursor: pointer;
}
#global-goals-stats-filter .nav.nav-tabs {
  border-bottom: 1px solid #b5b5b5;
}
#global-goals-stats-filter .stats-overview-row {
  margin-top: 35px;
}
#global-goals-stats-filter .unable-to-load {
  margin-left: 12px;
  margin-top: 20px;
}
#incoming h2 {
  display: inline-block;
}
#incoming .tabStrip .k-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
#incoming .incomingGrid {
  margin-top: 30px;
}
#incoming .incomingGrid td {
  cursor: default;
}
#incoming .header {
  color: #000000;
  font-size: 12px;
}
#incoming .header .visitLabel {
  width: 473px;
  display: inline-block;
}
#incoming .subHeader {
  color: #000000;
  min-height: 55px;
  height: 80px;
  font-size: 14px;
}
#incoming .subHeader .revenueTotals {
  width: 65%;
  float: left;
}
#incoming .subHeader .revenueTotals .referringRev {
  width: 250px;
  float: left;
}
#incoming .subHeader .revenueTotals .siteRev {
  margin-left: 10px;
}
#incoming .subHeader .subHeaderLabel {
  display: inline-block;
  font-weight: 300;
}
#incoming .subHeader .visitLabel {
  width: 473px;
  font-size: 22px;
  display: inline-block;
}
#incoming .subHeader .totals {
  font-size: 18px;
}
#incoming .gridHeader {
  height: 30px;
  margin-bottom: 7px;
}
#incoming .gridHeader .groupBy .modulesFilter {
  display: inline-block;
}
#incoming .gridHeader .groupBy .modulesFilter h4 {
  margin: 0;
}
#incoming .gridHeader .groupBy .exportIcon {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
#incoming .gridHeader .groupBy .exportIcon img {
  display: block;
  margin: 0 auto;
}
#incoming .sourcesGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#incoming .sourcesGrid .sourceBlockCell {
  height: 338px;
  width: 400px;
  margin: 20px 20px 20px 0px;
  background-color: #f5f5f5;
  color: #000000;
  position: relative;
}
#incoming .sourcesGrid .sourceBlockCell .sourceName {
  padding: 10px;
  font-size: 22px;
}
#incoming .sourcesGrid .sourceBlockCell .revenuePercentage {
  position: absolute;
  top: -15px;
  right: 15px;
  padding: 15px 7px;
  border-radius: 100px;
  font: 16px/20px "Helvetica Neue", sans-serif;
  color: white;
  background: black;
  text-decoration: none;
}
#incoming .sourcesGrid .sourceBlockCell .highchartContainer {
  width: 100%;
  height: 125px;
}
#incoming .sourcesGrid .sourceBlockCell .highchartContainer .loading-background {
  background-color: inherit !important;
}
#incoming .sourcesGrid .sourceBlockCell .sourceMetadata {
  width: 94%;
  margin-left: 10px;
  height: 130px;
}
#incoming .sourcesGrid .sourceBlockCell .sourceMetadata .sourceRevenueContainer {
  float: left;
  height: 100px;
  margin-top: 10px;
}
#incoming .sourcesGrid .sourceBlockCell .sourceMetadata .sourceRevenueContainer .revenueNumber {
  font-size: 28px;
}
#incoming .sourcesGrid .sourceBlockCell .sourceMetadata .sourceVisitContainer {
  height: 75px;
  margin-top: 10px;
  float: right;
  width: 35%;
  font-size: 18px;
}
#incoming .sourcesGrid .sourceBlockCell .sourceMetadata .sourceVisitContainer .visitLabel {
  margin-bottom: 10px;
}
#incoming .sourcesGrid .sourceBlockCell .sourceMetadata .dataLabel {
  color: #848484;
  font-size: 14px;
}
#incoming .sourcesGrid .sourceBlockCell .bottomLines {
  width: 100%;
  height: 25px;
  color: #848484;
}
#incoming .sourcesGrid .sourceBlockCell .bottomLines div.lineContainer {
  float: left;
  width: 33%;
  padding-bottom: 5px;
}
#incoming .sourcesGrid .sourceBlockCell .bottomLines div.lineContainer .lineChart {
  background-color: #ff9600;
  margin-top: 5px;
  padding-bottom: 5px;
}
#paths .actionNameBox {
  width: 500px;
}
#paths #pathsList {
  margin-top: 10px;
}
#paths #pathsList h3 {
  margin: 2px 0 2px 0;
}
#paths #pathsList p {
  margin: 2px 0 2px 0;
}
#paths #pathsList .pathsSummary {
  height: 150px;
}
#paths #pathsList .pathsSummary .pathsDescription {
  float: left;
  max-width: 300px;
  min-width: 300px;
  width: 300px;
}
#paths #pathsList .pathsSummary .exitStats {
  float: left;
  text-align: center;
}
#paths #pathsList table {
  width: 600px;
  max-width: 600px;
  min-width: 600px;
}
#paths #pathsList table .pathsTableHeader {
  color: #585858;
}
#paths #pathsList table tr.pathRow {
  color: #0070D2;
  cursor: pointer;
}
#paths #pathsList table tr.pathRow td {
  padding: 7px;
}
#paths #pathsList table tr.pathRow td .percentageBarContainer {
  width: 120px;
}
#paths #pathsList table tr.pathRow td .percentageBarContainer .percentageBar {
  text-align: center;
  height: 100%;
  border: 3px solid;
  border-radius: 3px;
}
#paths #pathsList table tr.pathRow .destinationAction {
  width: 250px !important;
}
#paths #pathsList table tr.pathRow .totalCount {
  text-align: center;
}
#paths #pathsList table tr.pathRow .percentOfTotal {
  text-align: right;
}
#paths #pathsList table .oddRow {
  background-color: #ffffff;
}
#paths #pathsList table .evenRow {
  background-color: #efefef;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#purchaseFunnel .segmentInfo {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: auto;
  margin: 15px;
}
#purchaseFunnel .segmentInfo .header {
  height: 75px;
}
#purchaseFunnel .segmentInfo .header h3 {
  text-align: center;
}
#purchaseFunnel .segmentInfo .header .chosenFilter {
  margin-bottom: 5px;
}
#purchaseFunnel .segmentInfo .k-chart {
  display: table;
  margin: 0 auto;
  width: 260px;
  margin-bottom: 15px;
}
#purchaseFunnel .segmentInfo .noneSelected {
  height: 460px;
}
#purchaseFunnel .segmentInfo .revenue {
  display: table;
  margin: 0 auto;
}
#purchaseFunnel .segmentInfo .revenue .label {
  padding-right: 4px;
}
#purchaseFunnel .addColumn {
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
  padding-left: 24px;
}
#purchaseFunnel .addColumn .fa-plus-circle {
  cursor: pointer;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#revenue .inlineChart {
  min-width: 300px;
  display: inline-block;
  margin: 0px 20px;
}
#revenue .row .chart {
  min-width: 300px;
  display: inline-block;
  margin: 0px 20px;
}
#revenue #row1 {
  margin-bottom: 50px;
}
#technology {
  height: 100%;
}
#technology .selection-container {
  float: right;
  margin-top: 8px;
  margin-left: 12px;
}
#technology .global-filter-selection .chosen-container .chosen-single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 30px;
}
#technology .global-filter-selection .chosen-container .chosen-single abbr {
  top: 10px;
}
#technology .global-filter-selection .chosen-container .chosen-single > span {
  line-height: 2.3;
}
#technology .global-filter-selection .chosen-container .chosen-single div b {
  background-position-y: 5px;
}
#technology .global-filter-selection .chosen-container-active .chosen-single {
  border: 1px solid #aaa;
}
#technology .behaviorStatsChart {
  position: relative;
}
#technology .behaviorStatsChart .loading-container {
  position: absolute;
  top: calc(50% - 78px);
  left: calc(50% - 50px);
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#userCompareEventStream {
  height: 100%;
  width: 100%;
}
#userCompareEventStream #pane-layout {
  height: auto;
  position: absolute;
  width: 100%;
}
#userCompareEventStream #pane-layout #pane-sections {
  position: static !important;
}
#userCompareEventStream .rightPreviewPane {
  padding: 15px;
}
#userCompareEventStream .rightPreviewPane h3 {
  text-align: center;
  margin-top: 0px;
}
#userCompareEventStream .rightPreviewPane table {
  table-layout: fixed;
  width: 100%;
}
#userCompareEventStream .rightPreviewPane table td {
  padding: 3px 6px;
  vertical-align: middle;
}
#userCompareEventStream .rightPreviewPane table td:first-child {
  width: 115px;
  font-weight: bold;
  word-wrap: break-word;
}
#userCompareEventStream .anonAliasList::before {
  content: "Associated Anonymous IDs";
}
#userCompareEventStream .table.customerList {
  width: 90%;
}
#userCompareEventStream .customerTag {
  display: inline-block;
  width: 10px;
}
#userCompareEventStream .rootCustomerTag {
  display: none;
}
#userCompareEventStream .black {
  color: #000000;
}
#userCompareEventStream .modeToggle {
  margin-top: 24px;
}
#userCompareEventStream .customerTag {
  font-weight: bolder;
  font-size: 18px;
}
#userCompareEventStream .row0 {
  color: #1589EE;
  content: "\025B0";
}
#userCompareEventStream .row0::before {
  content: "\025B0";
}
#userCompareEventStream .row1 {
  color: #227414;
}
#userCompareEventStream .row1::before {
  content: "\025B2";
}
#userCompareEventStream .row2 {
  color: #FFC004;
}
#userCompareEventStream .row2::before {
  content: "\025C8";
}
#userCompareEventStream .row3 {
  color: #DB6F05;
}
#userCompareEventStream .row3::before {
  content: "\025CF";
}
#userCompareEventStream .row4 {
  color: #781B09;
}
#userCompareEventStream .row4::before {
  content: "\025BC";
}
#userCompareEventStream .row5 {
  color: #640974;
}
#userCompareEventStream .row5::before {
  content: "\0256C";
}
#userCompareEventStream .row6 {
  color: #005FB2;
}
#userCompareEventStream .row6::before {
  content: "\025BA";
}
#userCompareEventStream #infoBox {
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f7f7f7;
  padding: 10px 40px;
  display: inline-block;
}
#userCompareEventStream #infoBox ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#userCompareEventStream #infoBox ul li > i {
  padding-left: 5px;
  color: #0070D2;
  cursor: pointer;
}
#userCompareEventStream .alignCenter td:first-child {
  text-align: right;
  vertical-align: top;
}
#userCompareEventStream .alignCenter td:nth-child(2) {
  text-align: left;
}
#userCompareEventStream .oneCampaignStat:not(:first-child) {
  margin-top: 6px;
}
#userCompareEventStream .searchForRow .label {
  padding-right: 6px;
}
#userCompareEventStream .searchForRow .k-dropdown {
  padding-right: 10px;
}
#userCompareEventStream .eventTypeRow {
  padding-top: 10px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#topCampaigns #newCampaignDropdownButtonWrapper > .btn {
  top: 21px !important;
}
#mainReportsDashboard {
  background: #ffffff;
  height: auto !important;
}
#mainReportsDashboard .dashboard-quadrants-chart-combo .dashboardTimeSeriesChart .chart {
  height: 250px;
}
#mainReportsDashboard .dashboard-quadrants-chart-combo .header-help-text i {
  margin-left: 0px;
}
#mainReportsDashboard .dashboard-quadrants-chart-combo .vertical .labeled-stat {
  background: #FFFFFF;
  text-align: left;
  padding: 3px 0px 6px 6px;
  transition: background 0.3s ease-in-out;
  height: 50px;
}
#mainReportsDashboard .dashboard-quadrants-chart-combo .vertical .labeled-stat:hover {
  background: #FFFFFF;
}
#mainReportsDashboard .dashboard-quadrants-chart-combo .vertical .labeled-stat:before {
  border-left: 15px solid #FFFFFF;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  content: '';
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0;
  transition: border 0.3s ease-in-out;
}
#mainReportsDashboard .dashboard-quadrants-chart-combo .vertical .labeled-stat.active {
  background: #e5e5e5;
}
#mainReportsDashboard .dashboard-quadrants-chart-combo .vertical .labeled-stat.active:before {
  border-left-color: #e5e5e5;
}
#mainReportsDashboard .dashboard-quadrants-chart-combo .vertical .labeled-stat > span.value {
  height: 25px;
  font-size: 20px;
}
#mainReportsDashboard .stat-group {
  margin-top: 10px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.dashboardChangeArrow {
  min-width: 70px;
  height: 21px;
  max-height: 21px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  padding: 0px 10px;
}
.dashboardChangeArrow.large {
  min-width: 114px;
  height: 39px;
  padding: 15px;
  font-size: 28px;
}
.dashboardChangeArrow.large i {
  position: static;
}
.dashboardChangeArrow.large .value {
  margin-left: 0;
  top: 0;
}
.dashboardChangeArrow i {
  position: absolute;
  left: 10px;
  top: 3px;
}
.dashboardChangeArrow .value {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 2px;
}
.dashboardChangeArrow.up {
  color: #519100;
}
.dashboardChangeArrow.up.background {
  background-color: #ddf2c3;
}
.dashboardChangeArrow.down {
  color: #dd360b;
}
.dashboardChangeArrow.down.background {
  background-color: #ffdcc5;
}
.dashboard-outlined-block {
  border: 1px solid #d5d5d5;
  position: relative;
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .dashboard-outlined-block {
    margin-top: 0px;
  }
}
.dashboard-outlined-block.orange .heading > h3 {
  color: #ff9600 !important;
}
.dashboard-outlined-block.orange .footer-dot > div {
  background-color: #ff9600;
}
.dashboard-outlined-block.blue .heading > h3 {
  color: #0070D2 !important;
}
.dashboard-outlined-block.blue .footer-dot > div {
  background-color: #0070D2;
}
.dashboard-outlined-block.green .heading > h3 {
  color: #82C135 !important;
}
.dashboard-outlined-block.green .footer-dot > div {
  background-color: #82C135;
}
.dashboard-outlined-block.purple .heading > h3 {
  color: #990873 !important;
}
.dashboard-outlined-block.purple .footer-dot > div {
  background-color: #990873;
}
.dashboard-outlined-block .heading {
  width: 100%;
  position: absolute;
  text-align: center;
  top: -8px;
}
.dashboard-outlined-block .heading h3 {
  background: #FFFFFF;
  color: #8b8b8b;
  margin: 0;
  display: inline;
  font-size: 12px;
  padding: 0px 6px;
  text-transform: uppercase;
}
.dashboard-outlined-block.dot .footer-dot {
  display: block;
}
.dashboard-outlined-block .footer-dot {
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
}
.dashboard-outlined-block .footer-dot > div {
  width: 16px;
  height: 16px;
  margin: -7px auto 0;
  border-radius: 10px;
  background-color: #d5d5d5;
  border: 3px solid #FFFFFF;
}
.dashboard-stat-group {
  position: relative;
  min-height: 65px;
}
.orange .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h1,
.orange .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h2,
.orange .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h3,
.orange .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h4,
.orange .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h5,
.orange .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h6 {
  color: #ff9600 !important;
}
.blue .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h1,
.blue .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h2,
.blue .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h3,
.blue .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h4,
.blue .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h5,
.blue .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h6 {
  color: #0070D2 !important;
}
.green .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h1,
.green .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h2,
.green .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h3,
.green .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h4,
.green .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h5,
.green .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h6 {
  color: #82C135 !important;
}
.purple .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h1,
.purple .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h2,
.purple .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h3,
.purple .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h4,
.purple .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h5,
.purple .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon h6 {
  color: #990873 !important;
}
.dashboard-stat-group .gauges-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
}
.dashboard-stat-group .gauges-row h1,
.dashboard-stat-group .gauges-row h2,
.dashboard-stat-group .gauges-row h3,
.dashboard-stat-group .gauges-row h4,
.dashboard-stat-group .gauges-row h5,
.dashboard-stat-group .gauges-row h6 {
  margin-top: 10px;
  /* These are the subheadings -- force them to wrap */
}
.dashboard-stat-group .gauges-row h1 > small,
.dashboard-stat-group .gauges-row h2 > small,
.dashboard-stat-group .gauges-row h3 > small,
.dashboard-stat-group .gauges-row h4 > small,
.dashboard-stat-group .gauges-row h5 > small,
.dashboard-stat-group .gauges-row h6 > small {
  display: block;
  padding-top: 3px;
  color: #8d8d8d;
}
.dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 35.71428571%;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon {
    float: left;
    width: 41.66666667%;
  }
}
.dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon div {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon div.icon {
  color: #b5b5b5;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon div.icon {
    margin: 0px 3px;
  }
}
.dashboard-stat-group .gauges-row .large-numeric-gauge-with-icon div.help-text-icon {
  margin-left: 50px;
  display: block;
}
.dashboard-stat-group .gauges-row .small-numeric-gauge {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 35.71428571%;
  text-align: right;
}
@media (min-width: 1200px) {
  .dashboard-stat-group .gauges-row .small-numeric-gauge {
    float: left;
    width: 41.66666667%;
  }
}
.dashboard-stat-group .gauges-row .aov-unavailable-message {
  margin-right: -10px;
}
.dashboard-stat-group .gauges-row .aovMarginAdjustment {
  margin-top: 5px;
}
.grid-item-content--height4-sm .dashboard-stat-quadrant > div > .labeled-stat {
  height: 135px;
  padding-top: 40px;
}
.dashboard-stat-quadrant {
  margin-right: -20px;
  margin-left: -20px;
}
.dashboard-stat-quadrant .labeled-stat {
  text-align: center;
  padding: 15px 0px 0px 0px;
  height: 100px;
  margin: 0px;
  cursor: pointer !important;
  transition: background 0.2s ease, border 0.2s ease;
}
.dashboard-stat-quadrant .labeled-stat > span {
  display: block;
}
.dashboard-stat-quadrant .labeled-stat > span.label {
  margin: 0;
  color: #8a8a8a;
  font-size: 12px;
}
.dashboard-stat-quadrant .labeled-stat > span .dashboard-quadrant-help-text {
  float: right;
}
.dashboard-stat-quadrant .labeled-stat > span.value {
  font-size: 35px;
  height: 45px;
  font-weight: 300;
  color: #2b2b2b;
}
.dashboard-stat-quadrant .vertical .labeled-stat {
  padding: 10px 0px;
}
.dashboard-stat-quadrant .vertical .labeled-stat > span.value {
  font-size: 20px;
  height: 35px;
}
.dashboard-outlined-block .dashboard-table {
  padding: 10px 10px 0px;
  height: 180px;
  overflow: hidden;
}
.dashboard-table table.table {
  margin-bottom: 0;
}
.dashboard-table table.table tbody > tr > td {
  white-space: nowrap;
  max-width: 200px;
  border-top: 0px;
  padding: 4px 6px 4px 0px;
}
.dashboard-table table.table tbody > tr > td:first-child > span {
  margin-right: 20px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dashboard-table table.table tbody > tr > td:first-child > span > i {
  margin-right: 3px;
  color: #707070;
}
.dashboard-table table.table thead > tr > th {
  border: 0;
  font-weight: 400;
  padding: 4px 0px 4px;
  color: #717171;
  font-size: 11px;
}
/*
 * Copyright (C) 2010-2018 Evergage, Inc.
 * All rights reserved.
 */
.dashboardTimeSeriesChart .header {
  position: relative;
}
.dashboardTimeSeriesChart .header .statDetails .value {
  font-size: 20px;
}
.dashboardTimeSeriesChart .header .statDetails .fas,
.dashboardTimeSeriesChart .header .statDetails .far {
  font-size: 30px;
  position: relative;
  top: -5px;
}
.dashboardTimeSeriesChart h1,
.dashboardTimeSeriesChart h2 {
  display: inline-block;
  font-size: 18px;
}
.dashboardTimeSeriesChart .chart {
  height: 200px;
}
.dashboardTimeSeriesChart .chart.partialLastBucket svg .highcharts-series rect:last-child {
  outline: 2px solid #0095da;
  outline-offset: -2px;
  fill: rgba(0, 149, 218, 0.1);
  outline-style: dotted;
}
.dashboardTimeSeriesChart .chartHeader {
  position: relative;
  height: 55px;
}
.dashboardTimeSeriesChart .chart > div[data-highcharts-chart] {
  overflow: unset !important;
}
.dashboardTimeSeriesChart .statDetails {
  position: relative;
  float: right;
  margin-top: 5px;
  text-align: right;
}
.dashboardTimeSeriesChart .statDetails a {
  color: inherit;
}
.dashboardTimeSeriesChart .statDetails .statDetail {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px;
  position: relative;
}
.dashboardTimeSeriesChart .statDetails .statDetail .value {
  color: #4a4a4a;
  font-size: 17px;
}
.dashboardTimeSeriesChart .statDetails .statDetail .title {
  font-size: 11px;
  text-transform: uppercase;
}
.dashboardTimeSeriesChart .statDetails .statDetail .summary {
  display: inline-block;
  margin-right: 5px;
}
.dashboardTimeSeriesChart .statDetails .statDetail .statDetailOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.dashboardTimeSeriesChart .statDetails .statDetail .statDetailOverlay:hover {
  background: #000000;
  opacity: 0.1;
}
.dashboardTimeSeriesChart .statDetails .statDetail.notSelectable {
  cursor: default;
}
.dashboardTimeSeriesChart .statDetails .fas,
.dashboardTimeSeriesChart .statDetails .far {
  display: inline-block;
  font-size: 25px;
  color: #b5b5b5;
}
.dashboardTimeSeriesChart .statDetails .stack {
  display: inline-block;
  position: relative;
  font-size: 22px;
}
.dashboardTimeSeriesChart .statDetails .stack .badge {
  position: absolute;
  right: -9px;
  top: 13px;
  font-size: 17px;
}
.dashboardTimeSeriesChart .statDetails .stack .badge.fa-circle {
  color: #ffffff;
}
.dashboardTimeSeriesChart .statDetails .legendColor {
  display: inline-block;
  font-size: 12px;
  margin-right: 2px;
}
.dashboardTimeSeriesChart .notVisible {
  opacity: 0.6;
}
.dashboardTimeSeriesChart .row {
  display: flex;
  flex-direction: row;
  padding: 5px;
  margin-bottom: 20px;
}
.dashboardTimeSeriesChart .row .col {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 0;
  margin: 10px;
}
.dashboardTimeSeriesChart .row .divider {
  width: 25px;
}
.dashboard-visitors-geo-map {
  position: relative;
  height: 300px;
}
.dashboard-visitors-geo-map > div {
  position: absolute;
  display: table;
  padding: 0px 10px;
  width: 100%;
  height: 300px;
}
.dashboard-visitors-geo-map > div svg {
  height: 300px;
}
#triggeredCampaignsDashboard {
  background: #FFF;
}
#actions h1 {
  display: inline-block;
}
#actions .tabStrip .k-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
#actions .egItemGrid div[kendo-grid] {
  padding: 0;
}
#actions .sub-header .pull-right .pageViewFilter {
  display: inline-block;
  min-height: 55px;
  margin-right: 16px;
}
#actions .sub-header .pull-right .modulesFilter {
  display: inline-block;
  min-height: 55px;
}
#actions .sub-header .pull-right .modulesFilter h4 {
  margin: 0;
}
#actions .sub-header .pull-right .modulesFilter .k-multiselect {
  max-height: 35px;
  height: 30px;
  cursor: text;
}
#actions .sub-header .pull-right .modulesFilter .k-multiselect .k-multiselect-wrap {
  height: 28px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#actions .sub-header .pull-right .modulesFilter .k-multiselect-wrap > .k-input {
  margin-top: 4px;
  color: #848484;
  font-style: italic;
}
#actions .sub-header .pull-right .modulesFilter .k-multiselect-wrap > .k-input:focus {
  color: #585D67;
  font-style: normal;
}
#actions .sub-header .pull-right .keywordFilter {
  display: inline-block;
  min-height: 55px;
  margin-left: 16px;
}
#actions .sub-header .pull-right .keywordFilter h4 {
  margin: 0;
}
#actions .sub-header .pull-right .exportIcon {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
#actions .sub-header .pull-right .exportIcon img {
  display: block;
  margin: 0 auto;
}
#actions #emptyGridMessage {
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  width: 650px;
  height: 115px;
}
#actions #emptyGridMessage .message {
  margin-left: 125px;
  width: 310px;
  padding: 5px 15px 5px 20px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 0px 12px #848484;
  -moz-box-shadow: 0px 0px 12px #848484;
  box-shadow: 0px 0px 12px #848484;
}
#actions #emptyGridMessage span {
  font-weight: bold;
}
#actions #emptyGridMessage a {
  margin: 5px;
}
#actions #emptyGridMessage img {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}
#attributesMatch .hide-selection li.search-choice {
  display: none;
}
#attributesMatch .toggle-button .btn {
  width: 115px;
  margin: 5px;
}
#attributesMatch .k-multiselect {
  display: inline-block;
  vertical-align: middle;
}
#attributesMatch .btn.delete {
  position: absolute;
  top: 0;
  right: -30px;
}
#attributesMatch .btn.delete .fa-times {
  color: #e13e06;
}
#attributesMatch .btn.delete .fa-times:hover {
  color: #c83705;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#categories div.statistics {
  padding: 15px;
}
#categories #categoryGrid .spacer {
  display: inline-block;
  height: 1px;
}
#categories #categoryGrid .toggle {
  display: inline-block;
  width: 9px;
  height: 9px;
}
#categories div.props {
  clear: both;
  padding-top: 13px;
}
#categories div.props td {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
}
#categories div.props td a {
  padding-right: 6px;
}
#categories div.props td:first-child {
  font-weight: bold;
  text-align: right;
}
#categories .itemStats {
  position: relative;
}
#categories .note {
  margin-top: 12px;
  margin-bottom: 12px;
}
#categories .smallNote {
  font-size: 11px;
  color: #b5b5b5;
}
#categories .previewList {
  margin-left: 6px;
  margin-top: 20px;
}
#categories .categoryLink {
  vertical-align: middle;
  display: inline-block;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#itemEdit {
  height: 100%;
  /*TODO: Fix header-btn-row */
}
#itemEdit h3 {
  margin-top: 25px;
}
#itemEdit .k-upload {
  margin-bottom: 30px;
}
#itemEdit .fa-lock,
#itemEdit .fa-unlock {
  margin-right: 5px;
}
#itemEdit .subtitle {
  font-style: italic;
}
#itemEdit .title-btn-row .k-dropdown i {
  margin-right: 10px;
}
#itemEdit .buttons {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}
#itemEdit .buttons a {
  margin-left: 10px;
}
#itemEdit .buttons #locked {
  width: 100px;
  margin-right: 10px;
}
#itemEdit .label {
  display: table-cell;
  width: 105px;
  text-align: right;
  vertical-align: top;
  padding-top: 7px;
  font-size: 14px;
  white-space: nowrap;
}
#itemEdit #media-upload {
  margin-top: 15px;
  text-align: right;
}
#itemEdit #media-upload > div {
  font-size: 12px;
  padding-top: 5px;
}
#itemEdit .assets {
  background-color: #f5f5f5;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 5px;
  height: 345px;
  width: 240px;
}
#itemEdit .egItemSearch {
  margin-right: 6px;
}
#itemEdit .itemImage {
  border: #d5d5d5 dashed 2px;
  max-width: 250px;
  max-height: 250px;
}
#itemEdit .staticValue {
  display: table-cell;
  padding-top: 7px;
  padding-left: 10px;
}
#itemEdit .staticValue .tag {
  display: inline-block;
}
#itemEdit .input-action-group input[type='text'] {
  width: calc(100% - 45px);
  display: inline-block;
}
#itemEdit .input-action-group .input-actions {
  display: inline-block;
}
#itemEdit .input-action-group .input-actions i {
  cursor: pointer;
  margin-left: 6px;
  color: #0070D2;
}
#itemEdit .k-datetimepicker .k-picker-wrap .k-select {
  line-height: 2em;
}
#itemEdit .k-datetimepicker .k-picker-wrap .k-icon {
  color: #0070D2;
}
#itemEdit textarea {
  width: 100%;
}
#itemEdit .staticValue {
  width: 600px;
  margin-left: 7px;
  margin-right: 7px;
}
#itemEdit img.itemImage,
#itemEdit .host {
  margin-left: 20px;
}
#itemEdit .label.twoColumn {
  padding-left: 20px;
}
#itemEdit input[type=checkbox] {
  margin-right: 7px;
}
#itemEdit tags-input .host {
  width: 617px;
}
#itemEdit tags-input .host .tags {
  min-height: 62px;
}
#itemEdit .form-inline .form-group {
  margin-left: 0px !important;
}
#itemEdit .datetime {
  display: inline-block;
  margin-left: 7px;
}
#itemEdit .datetime .k-datetimepicker {
  width: 220px;
}
#itemEdit .exclusions .header {
  margin-top: 10px;
  height: 28px;
}
#itemEdit .exclusions .header .page-header {
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
#itemEdit .exclusions .header .user-buttons {
  z-index: 1;
  float: right;
}
#itemEdit .categoryLink {
  vertical-align: middle;
  display: inline-block;
}
#itemEdit .categoryLink.header {
  margin-bottom: 10px;
}
#itemEdit .relationships #relationshipDescription {
  color: #9b9b9b;
  font-size: 14px;
}
#itemEdit .relationships .itemRelationship {
  margin-bottom: 60px;
}
#itemEdit .tag {
  background: #b5b5b5;
  color: white;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  cursor: default;
}
#itemEdit .item-status {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  line-height: 1.5em;
}
#itemEdit .item-status > div {
  font-size: 16px;
}
#itemEdit .item-status .status-label {
  color: #519100;
}
#itemEdit .item-status .status-label.expired {
  color: #dd360b;
}
#itemEdit #itemTabs {
  height: calc(100% - 73px);
}
#itemEdit #itemTabs .tab-content {
  height: calc(100% - 36px);
}
#itemEdit #itemTabs .tab-pane {
  height: 100%;
}
#itemEdit .details-tab .btn-row {
  margin-top: 15px;
}
#itemEdit #promotion-settings .archived-wrapper {
  padding-top: 6px;
}
#itemEdit #promotion-media-manager {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#itemEdit #promotion-media-manager .mediaContentZones span.tag-item {
  padding: 2px 5px;
  background: #585858;
  margin: 2px;
  color: #ffffff;
  border-radius: 3px;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
#itemEdit #promotion-media-manager .mediaContentZones > .tags {
  height: 65px;
  overflow-y: auto;
}
#itemEdit #promotion-media-manager tags-input[name='mediaContentZones'] .host {
  width: 100%;
  border: none;
  margin: 0;
}
#itemEdit #promotion-media-manager tags-input[name='mediaContentZones'] .host .tags > ul + input {
  width: 100%;
}
#itemEdit #promotion-media-manager .btn-row {
  margin-left: 20px;
  padding-top: 15px;
}
#itemEdit #promotion-media-manager .media-upload-dragover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 10;
}
#itemEdit #promotion-media-manager.dragover .media-upload-dragover {
  display: block;
}
#itemEdit #promotion-media-manager.dragover .media-upload-dragover > div {
  width: 370px;
  padding: 20px 0px;
  text-align: center;
  font-size: 25px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-60%);
  background: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
#itemEdit #promotion-media-manager .media-manager-images {
  height: 100%;
  overflow-y: auto;
}
#itemEdit #promotion-media-manager .media-manager-upload-files {
  height: 250px;
  background: #dedede;
  border-top: 1px solid #b5b5b5;
  position: relative;
}
#itemEdit #promotion-media-manager .media-manager-upload-files .progress {
  width: 100%;
  height: 5px;
  background: transparent;
}
#itemEdit #promotion-media-manager .media-manager-upload-files .progress .progress-bar {
  margin: 0;
}
#itemEdit #promotion-media-manager .media-manager-upload-files .file-preview {
  display: inline-block;
}
#itemEdit #promotion-media-manager .slds-illustration__svg {
  max-width: 600px;
  max-height: 400px;
}
#itemEdit .segmentSelectBox .chosen-container {
  margin-left: 0;
}
#itemEdit.promotionEdit section {
  margin-bottom: 25px;
}
#itemEdit.promotionEdit .section {
  padding-left: 20px;
}
.fa-unlock,
.k-list-container .fa-lock {
  margin-right: 5px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#itemList .nav-tabs {
  border-bottom: 0;
}
#itemList .pane > div > div.ng-scope {
  height: 100%;
}
#itemList .previewSection.main .imageAndDesc {
  margin-top: 7px;
  margin-bottom: 7px;
}
#itemList .previewSection.main .imageAndDesc img {
  max-width: 96px;
  max-height: 96px;
  float: left;
  margin-right: 11px;
}
#itemList .previewSection.main .imageAndDesc div {
  width: 254px;
}
#itemList .previewSection.main .imageOnly {
  margin-top: 7px;
  margin-bottom: 7px;
}
#itemList .previewSection.main .imageOnly img {
  max-width: 100%;
}
#itemList .previewSection.main .productInfoTags .productInfoTag {
  background-color: gray;
  color: white;
  padding: 4px;
  border-radius: 4px;
  line-height: 28px;
}
#itemList .previewSection.main .props {
  clear: both;
  padding-top: 13px;
  margin-bottom: 20px;
}
#itemList .previewSection.main .props table {
  width: auto;
  table-layout: fixed;
}
#itemList .previewSection.main .props .wrap-first-cell td:first-child {
  white-space: normal !important;
}
#itemList .previewSection.main .props td {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
}
#itemList .previewSection.main .props td a {
  padding-right: 6px;
  word-break: break-all;
}
#itemList .previewSection.main .props td:last-child {
  width: 99%;
}
#itemList .previewSection.main .props td:first-child {
  white-space: nowrap;
  word-break: keep-all;
  font-weight: bold;
  text-align: right;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#itemList .listPrice {
  color: #b5b5b5;
  text-decoration: line-through;
  display: block;
}
#itemList .tabStrip {
  border: none;
}
#itemList .tabStrip > div {
  padding: 0px;
}
#itemList .tabStrip > div.statistics {
  padding: 15px;
  min-height: 500px;
}
#itemList #noCampaignSelected {
  width: 100%;
  min-height: 675px;
  padding: 20px;
}
#itemList .content-zone-pills div {
  background: #d5d5d5;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 6px;
  margin-top: 2px;
  margin-right: 5px;
  font-size: 12px;
}
#itemList .sf-pill {
  border: 1px solid #C5C5C5;
  box-sizing: border-box;
  border-radius: 12px;
  display: inline-block;
  padding: 3px 9px;
  font-size: 12px;
}
#itemList .sf-pill i {
  margin-right: 9px;
}
.itemLocalesTab .cannotUpdateItems input,
.itemLocalesTab .cannotUpdateItems textarea {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#item-filters > * {
  display: inline;
}
#item-filters .dropdownButton {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}
#item-filters .chosenFilter {
  min-width: auto;
}
#item-filters .chosenFilter .chosen-container-multi > .chosen-choices {
  overflow-y: hidden;
}
#item-filters toggle {
  margin-left: 10px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.itemsStats {
  overflow: hidden;
}
.itemsStats #revenueStatsGrid {
  margin-top: 40px;
}
#imagePreviewModal img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
#manageAssetModal img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#manageAssetModal .modal-body {
  min-height: 28rem;
}
#manageAssetModal .sub-header {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
#manageAssetModal div.remove {
  margin-top: 1rem;
}
#manageAssetModal div.remove > a {
  padding-right: 0;
}
#manageAssetModal .nav.nav-tabs {
  margin: 0 -15px;
}
#manageAssetModal .k-widget.k-upload .k-upload-files,
#manageAssetModal .k-widget.k-upload .k-upload-selected,
#manageAssetModal .k-widget.k-upload .k-button.k-upload-selected,
#manageAssetModal .k-widget.k-upload .k-button.k-clear-selected {
  display: none;
}
#manageAssetModal .imageContainer img {
  max-height: 400px;
  border: 3px dashed #b5b5b5;
  padding: 10px;
  border-radius: 10px;
}
#manageAssetModal #external_image_url {
  width: 100%;
}
#manageAssetModal .mediaContentZones {
  padding-top: 1rem;
}
#manageAssetModal tags-input[name='mediaContentZones'] .host {
  width: 100%;
  border: none;
  margin: 0;
}
#manageAssetModal tags-input[name='mediaContentZones'] .host .tags {
  min-height: 62px;
}
#manageAssetModal tags-input[name='mediaContentZones'] .host .tags > ul + input {
  width: 100%;
}
#relationship .linkedItemGroup {
  border: 1px solid #e5e5e5;
  margin-top: 25px;
  margin-bottom: 5px;
}
#relationship .linkedItemGroup.table {
  width: 100%;
}
#relationship .linkedItemHeader {
  height: 40px;
  background-color: #e5e5e5;
  position: relative;
}
#relationship .linkedItemHeader b {
  position: absolute;
  top: 8px;
  left: 10px;
}
#relationship .relationshipCell {
  position: relative;
  padding: 10px;
  min-height: 20px;
}
#relationship .relationshipCell:not(.last) {
  border-bottom: 1pt solid #e5e5e5;
}
#relationship .relationshipCell .fas,
#relationship .relationshipCell .far {
  vertical-align: middle;
}
#relationship .relationshipCell .fa-ellipsis-v {
  font-size: 1.5em;
  margin-right: 2px;
}
#relationship .relationshipCell .linkedItemText {
  margin-left: 12px;
}
#relationship .relationshipCell .linkedItemText .egItemSearch {
  margin-left: 0px;
}
#relationship .relationshipCell .deleteRelationship {
  position: absolute;
  top: 12px;
  right: 20px;
}
#relationship .linkedItemError {
  color: #dd360b;
}
#termList .selectionFilter .filters div {
  display: inline-block;
}
#termList .selectionFilter .filters .termApprovalDropdown {
  margin-right: 25px;
  margin-top: -1px;
}
#termList .selectionFilter .filters .termApprovalDropdown span.k-dropdown {
  margin-top: -1px;
}
#termList .selectionFilter .filters .termApprovalDropdown .k-input {
  padding: 1px 0 1px 0;
}
#termList .previewSection {
  padding-left: 20px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#reports .collapsibleBar {
  display: none;
}
#reports .selectedDetailPane .selectionFilter {
  min-height: 50px;
  margin-bottom: 10px;
  padding-top: 10px;
}
#reports .selectedDetailPane .selectionFilter .right {
  float: right;
}
#reports .selectedDetailPane .selectionFilter input[type="search"] {
  margin-right: 4px;
}
#reports .selectedDetailPane .selectionFilter .chosenFilter {
  min-width: 300px;
}
#reports .selectedDetailPane .selectionFilter .chosenFilter .chosen-container {
  height: 28px;
}
#reports .selectedDetailPane .selectionFilter .chosenFilter .chosen-choices {
  height: 50px !important;
  overflow-y: scroll;
}
#reports .noneSelected {
  min-height: 540px;
  padding: 15px;
}
#reports .dashboardHomeButton {
  display: inline-block;
  padding: 5px 8px;
  color: #585859;
  border-radius: 3px;
  margin: 10px 0px 5px 5px;
  width: 100px;
}
#reports .dashboardHomeButton .fas,
#reports .dashboardHomeButton .far {
  margin-right: 7px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#engagementCompareDirective h1 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 25px;
}
#engagementCompareDirective h2 {
  padding: 0px;
  margin: 0px;
}
#engagementCompareDirective #trimmedTimeRange {
  width: 350px;
}
#engagementCompareDirective #trimmedTimeRange .fa-exclamation-triangle {
  margin-right: 10px;
}
#engagementCompareDirective.pageContent {
  padding-bottom: 200px;
}
#engagementCompareDirective .headerGraph {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
#engagementCompareDirective .headerGraph .graph {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#engagementCompareDirective .headerGraph .graph h3 {
  margin: 0px 0px 10px 10px;
}
#engagementCompareDirective .headerGraph .key {
  width: 500px;
  float: right;
  padding-left: 20px;
}
#engagementCompareDirective .headerGraph .key h3 {
  margin-bottom: 17px;
}
#engagementCompareDirective .headerGraph .key table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 4px solid #f9f9f9;
}
#engagementCompareDirective .headerGraph .key table tr.grey {
  background-color: #f9f9f9;
}
#engagementCompareDirective .headerGraph .key table td {
  padding: 10px;
}
#engagementCompareDirective .headerGraph .key table td.icon {
  width: 10px;
}
#engagementCompareDirective .headerGraph .key table td.stats {
  width: 135px;
  min-width: 135px;
  max-width: 135px;
}
#engagementCompareDirective .headerGraph .key .addColumn {
  padding-left: 40px;
}
#engagementCompareDirective .headerGraph .key .addColumn > span {
  display: block;
  margin-bottom: 5px;
}
#engagementCompareDirective #toolbar div {
  display: inline-block;
}
#engagementCompareDirective #dataTable {
  border-collapse: collapse;
}
#engagementCompareDirective #dataTable thead div.radio {
  padding-left: 5px !important;
}
#engagementCompareDirective #dataTable tr {
  height: 30px;
}
#engagementCompareDirective #dataTable tr:hover .buttons * {
  visibility: visible;
}
#engagementCompareDirective #dataTable tr.grey {
  background-color: #f9f9f9;
}
#engagementCompareDirective #dataTable tr.groupTitleRow td {
  padding-left: 12px;
  font-size: 18px;
  padding-top: 30px;
}
#engagementCompareDirective #dataTable tr.groupTitleRow .moreInfoIcon {
  top: 30px;
}
#engagementCompareDirective #dataTable tr.hasGraph.selected,
#engagementCompareDirective #dataTable tr.hasGraph:hover.selected {
  background-color: rgba(0, 149, 218, 0.1);
}
#engagementCompareDirective #dataTable tr.hasGraph.selected td:first-child,
#engagementCompareDirective #dataTable tr.hasGraph:hover.selected td:first-child {
  border-left: 5px solid #0070D2;
}
#engagementCompareDirective #dataTable tr.hasGraph:hover {
  background-color: rgba(130, 193, 53, 0.1);
  cursor: pointer;
}
#engagementCompareDirective #dataTable tr.hasGraph:hover td:first-child {
  border-left: 5px solid #82c135;
}
#engagementCompareDirective #dataTable tr th {
  padding: 7px;
  font-weight: bold;
  color: #808080;
  border-bottom-width: 1px;
  background-color: #f5f5f5;
  text-transform: inherit;
  font-size: 12px;
  border-bottom-color: #d1d1d1;
  text-align: left;
  min-width: 135px;
  max-width: 135px;
}
#engagementCompareDirective #dataTable tr th:first-child {
  min-width: 200px;
  max-width: 200px;
}
#engagementCompareDirective #dataTable tr th.optionsCol {
  min-width: 50px;
  max-width: 50px;
}
#engagementCompareDirective #dataTable tr th:hover .deleteButton {
  visibility: visible;
}
#engagementCompareDirective #dataTable tr th .deleteButton {
  float: right;
  visibility: hidden;
  cursor: pointer;
}
#engagementCompareDirective #dataTable tr th .deleteButton:hover {
  color: #82c135;
}
#engagementCompareDirective #dataTable tr th .radio {
  margin-top: 5px;
  text-align: left;
  padding-left: 20px;
}
#engagementCompareDirective #dataTable tr th .radio label {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}
#engagementCompareDirective #dataTable tr th .radio .form-group {
  margin: 0 0 6px 0;
  display: inline-block;
  width: 23%;
  text-align: center;
}
#engagementCompareDirective #dataTable tr td {
  padding: 5px 5px;
  min-width: 135px;
  max-width: 135px;
}
#engagementCompareDirective #dataTable tr td:first-child {
  border-left: 5px solid transparent;
  position: relative;
}
#engagementCompareDirective #dataTable tr td:first-child .fa-chart-line {
  font-size: 10px;
  position: absolute;
  left: 5px;
  top: 9px;
}
#engagementCompareDirective #dataTable tr td.statTitle {
  padding-left: 24px;
}
#engagementCompareDirective #dataTable tr td.buttons {
  position: relative;
  min-width: 20px;
}
#engagementCompareDirective #dataTable tr td.buttons * {
  visibility: hidden;
}
#engagementCompareDirective #dataTable tr td.buttons i {
  position: absolute;
  top: 5px;
}
#engagementCompareDirective #dataTable tr td.buttons .moreInfoIcon {
  left: 0px;
}
.tagCloud {
  width: 100%;
  height: 527px;
}
.tagCloud header {
  font-size: 22px;
  color: #585858;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 10px;
  font-weight: normal;
}
.tagCloud .tabs .nav-tabs li:first-child {
  margin-left: 0px;
}
.tagCloud .wordCloud {
  background-color: #f5f5f5;
  height: 480px;
}
.tagCloud .wordCloud .word {
  text-transform: capitalize;
}
.tagCloud .norecords {
  background-color: #f5f5f5;
  padding: 10px;
  height: 460px;
  color: #848484;
}
.tagCloud footer {
  background-color: transparent;
  font-size: 12px;
  border-top: none;
  padding-left: 0px;
  height: 43px;
}
.tagCloud footer span {
  color: #b5b5b5;
}
.tagCloud footer nav {
  display: inline-block;
}
.tagCloud footer nav div {
  display: inline-block;
  margin-left: 5px;
}
.tagCloud footer nav div a {
  margin: 0px;
}
.tagCloud footer nav div + div:before {
  content: " | ";
  padding: 0 5px;
  color: #b5b5b5;
}
.tagCloud footer nav .active {
  color: #848484;
  padding-bottom: 4px;
  border-bottom: 2px solid #0070D2;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.dashboardSlider .title {
  text-align: center;
}
.dashboardSlider .k-state-hover,
.dashboardSlider .k-state-focused {
  background-color: #82c135;
  border-color: #82c135;
}
.dashboardSlider .k-draghandle,
.dashboardSlider .k-draghandle:hover,
.dashboardSlider .k-slider-selection {
  background-color: #0070D2;
  border-color: #0070D2;
}
.dashboardSlider .k-slider-track {
  border: none;
  background-color: #d5d5d5;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#segmentMembershipDirective h2 {
  font-size: 24px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
#segmentMembershipDirective h3 {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}
#segmentMembershipDirective #trimmedTimeRange {
  width: 350px;
}
#segmentMembershipDirective #trimmedTimeRange .fa-exclamation-triangle {
  margin-right: 10px;
}
#segmentMembershipDirective.pageContent {
  padding-bottom: 200px;
}
#segmentMembershipDirective .deleteButton {
  color: #b5b5b5;
  cursor: pointer;
}
#segmentMembershipDirective .headerGraph {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
#segmentMembershipDirective .headerGraph .graph {
  width: 60%;
}
#segmentMembershipDirective .headerGraph .graph h3 {
  margin: 0px 0px 10px 10px;
}
#segmentMembershipDirective .headerGraph .key {
  width: 40%;
  float: right;
  padding-left: 20px;
}
#segmentMembershipDirective .headerGraph .key h3 {
  margin-bottom: 17px;
}
#segmentMembershipDirective .headerGraph .key table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 4px solid #f9f9f9;
}
#segmentMembershipDirective .headerGraph .key table tr.grey {
  background-color: #f9f9f9;
}
#segmentMembershipDirective .headerGraph .key table td {
  padding: 10px;
}
#segmentMembershipDirective .headerGraph .key table td.icon {
  width: 10px;
}
#segmentMembershipDirective .headerGraph .key table td.stats {
  text-align: right;
}
#segmentMembershipDirective .headerGraph .key .addColumn {
  padding-left: 40px;
}
#segmentMembershipDirective .headerGraph .key .addColumn > span {
  display: block;
  margin-bottom: 5px;
}
#segmentMembershipDirective #toolbar div {
  display: inline-block;
}
/*
 * Copyright 2010-2023 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
.metricSummary {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*
 * Copyright 2010-2023 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
.crossChannelTriggerDropDown {
  padding-top: 15px;
  padding-bottom: 15px;
}
.crossChannelTriggerDropDown .drop {
  width: 200px;
}
/*
 * Copyright 2010-2023 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
.etlDropDown {
  padding-top: 15px;
  padding-bottom: 15px;
}
.etlDropDown .drop {
  width: 200px;
}
/*
 * Copyright 2010-2023 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
.eventDropDown {
  padding-top: 15px;
  padding-bottom: 15px;
}
.eventDropDown .drop {
  width: 200px;
}
/*
 * Copyright 2010-2023 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
.monthYearDropDown .year {
  width: auto;
}
.monthYearDropDown .month {
  width: 100px;
}
#productConsumption {
  overflow: scroll;
}
#productConsumption .consumptionMetrics {
  padding-top: 35px;
}
#productConsumption .info {
  color: red;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#cohorts .chosenDropdownWrapper {
  display: inline-block;
}
#cohorts #cohortChart > table {
  border-spacing: 0px;
  border-collapse: separate;
}
#cohorts tr.timeBuckets {
  background-color: #eeeeee;
  color: #585858;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  height: 28px;
}
#cohorts tr.timeBuckets .tbLabel {
  padding-right: 10px;
  text-align: left;
}
#cohorts td.dateColumn {
  white-space: nowrap;
  padding-right: 10px;
  background-color: #EFEFEF;
}
#cohorts td.customersColumn {
  min-width: 30px;
  padding-right: 10px;
  background-color: #EFEFEF;
  padding-left: 5px;
}
#cohorts td.numberCell {
  min-width: 50px;
  height: 26px;
  padding: 2px;
  text-align: center;
}
#cohorts .zeroCell {
  opacity: 0.6;
}
#cohorts .darkBackgroundCell {
  color: white;
}
#cohorts .row {
  margin-top: 8px;
  margin-bottom: 16px;
  line-height: 200%;
}
#cohorts .row .description {
  font-size: 12px;
  line-height: 135%;
}
#cohorts .row div.description {
  margin-top: 7px;
}
#cohorts .row > div {
  margin-left: 16px;
}
.ui_ng_Flex {
  justify-content: start;
  flex-wrap: nowrap;
  flex-direction: column;
  display: flex;
  align-content: stretch;
  width: 100%;
  height: 100%;
  flex-basis: 100%;
}
.ui_ng_FlexItem {
  flex-basis: auto;
  display: block;
}
.ui_ng_FlexItem.grow {
  flex-grow: 1;
  flex-shrink: 1;
}
.ui_ng_FlexItem.grow > .ng-isolate-scope {
  height: 100%;
}
.ui_ng_FlexItem.grow > .ng-isolate-scope .tab-content,
.ui_ng_FlexItem.grow > .ng-isolate-scope .tab-pane {
  height: 100%;
}
#eg-resizable-panes-sandbox {
  height: 100%;
}
#customerList .selected-customer-details .noneSelected {
  min-height: 645px;
}
#customerList .selected-customer-details .customer-details {
  padding-top: 50px;
}
#customerList .selected-customer-details .previewSection .customerIconRow {
  vertical-align: middle;
  padding-top: 10px;
}
#customerList .selected-customer-details .previewSection .customerIconRow div {
  display: inline-block;
}
#customerList .selected-customer-details .previewSection .customerIconRow > * {
  vertical-align: middle;
}
#customerList .selected-customer-details .previewSection .fa-stack {
  color: #b5b5b5;
  font-size: 26px;
}
#customerList .selected-customer-details .previewSection .fa-stack .fa-dollar-sign {
  color: #808080;
}
#customerList .selected-customer-details .previewSection .fa-stack .fa-smile {
  color: #808080;
}
#customerList .selected-customer-details .previewSection .ltv {
  font-size: 22px;
}
#customerList .selected-customer-details .previewSection .engagementScore {
  font-size: 22px;
}
#customerList .selected-customer-details .previewSection .green-highlight {
  color: #82c135;
}
#customerList .selected-customer-details .previewSection .green-highlight .circular-icon {
  color: #ddf2c3;
}
#customerList .selected-customer-details .previewSection .green-highlight .inner-icon {
  color: #82c135;
}
#customerList .selected-customer-details .previewSection .ltv.value {
  font-size: 22px;
}
#customerList .selected-customer-details .previewSection .btn-row .btn {
  margin-bottom: 3px;
}
#customerList .selected-customer-details .previewSection.main .header {
  margin-bottom: 13px;
}
#customerList .selected-customer-details .previewSection.main .header div {
  display: inline-block;
}
#customerList .selected-customer-details .previewSection.main .header div:first-child {
  font-weight: bold;
}
#customerList .selected-customer-details .previewSection.main .header div.right {
  float: right;
}
#customerList .selected-customer-details .previewSection.main .props {
  clear: both;
  padding-top: 13px;
}
#customerList .selected-customer-details .previewSection.main .props td {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
}
#customerList .selected-customer-details .previewSection.main .props td a {
  padding-right: 6px;
}
#customerList .selected-customer-details .previewSection.main .props td:first-child {
  font-weight: bold;
  text-align: right;
}
#customerList .selected-customer-details .previewSection.location {
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
#customerList .selected-customer-details .previewSection.location #locationMap {
  display: table;
  margin: 0 auto;
  width: 300px;
  height: 200px;
}
#customerList .selected-customer-details .previewSection.location #locationMap svg {
  height: 200px;
}
#customerOverview {
  padding: 17px;
}
#customerOverview a:hover {
  cursor: pointer;
}
#customerOverview .col1 {
  box-sizing: border-box;
  width: 450px;
  margin-right: 30px;
}
#customerOverview .col2 {
  box-sizing: border-box;
  width: calc(100% - 480px);
}
#customerOverview .summaryTable {
  width: 100%;
}
#customerOverview .content-full-width {
  padding: 0 12px 12px 12px;
}
#customerOverview .content-full-width .subSectionHeader {
  margin-bottom: 10px;
}
#customerOverview .no-value .editable-click,
#customerOverview .no-value a.editable-click {
  border-bottom: none;
}
#customerOverview .plus-button {
  color: #848484;
  cursor: pointer;
}
#customerOverview .plus-button:hover {
  color: #82c135;
}
#customerOverview .header {
  height: 70px;
}
#customerOverview .header h2 {
  font-size: 24px;
  display: inline-block;
  margin-right: 20px;
}
#customerOverview .dashboardSection {
  margin-top: 20px;
}
#customerOverview .dashboardSection .divider {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 18px;
  background-color: #0070D2;
}
#customerOverview .dashboardSection .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#customerOverview .dashboardSection .content {
  padding: 0px 12px 12px 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#customerOverview .dashboardSection .content .spacer {
  width: 20px;
}
#customerOverview .dashboardSection .content .subSectionHeader {
  box-sizing: content-box;
}
#customerOverview .dashboardSection .content .subSectionHeader .title {
  margin-bottom: 10px;
  position: relative;
}
#customerOverview .dashboardSection .content .subSectionHeader .title.summaryTitleSpacer {
  margin-bottom: 10px;
}
#customerOverview .dashboardSection .content .subSectionHeader .title .viewDetail {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #0070D2;
}
#customerOverview .dashboardSection .content .subSectionHeader .title .viewDetail i {
  margin-left: 8px;
}
#customerOverview .dashboardSection .content .subSectionHeader .subtitle {
  height: 21px;
}
#customerOverview .dashboardSection .content .subSectionHeader .subtitle .description {
  display: inline-block;
  position: relative;
  top: 2px;
}
#customerOverview .dashboardSection .content .subSectionHeader .subtitle .description.indent {
  margin-left: 13px;
}
#customerOverview .dashboardSection .content .subSectionHeader .subtitle.extraSpace {
  margin-top: 15px;
  margin-bottom: 13px;
}
#customerOverview .dashboardSection .summaryTable table {
  width: 100%;
}
#customerOverview .dashboardSection .summaryTable tr {
  height: 30px;
}
#customerOverview .dashboardSection .summaryTable tr.grey {
  background-color: #f9f9f9;
}
#customerOverview .dashboardSection .summaryTable tr td.statTitle {
  padding-left: 12px;
}
#customerOverview .verticalSpacer {
  margin-top: 40px;
}
#customerOverview #dashboardInfoSection .content .col1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 450px;
}
#customerOverview #dashboardInfoSection .content .col2 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#customerOverview #dashboardInfoSection .content .col2 .graph {
  margin-top: 10px;
}
#customerOverview #dashboardAttributesSegmentsSection {
  margin-top: 20px;
}
#customerOverview #dashboardAttributesSegmentsSection .attrLabel {
  width: 200px;
}
#customerOverview .dashboardSection .summaryTable table.customer-details {
  width: auto;
  margin-top: -12px;
}
#customerOverview .dashboardSection .summaryTable table.customer-details tr td:first-child {
  padding-right: 20px;
  font-weight: bold;
  text-align: right;
  min-width: 100px;
}
#customerOverview .order-history {
  margin-top: 6px;
  margin-bottom: 10px;
  text-align: center;
}
#customerOverview .order-history:before,
#customerOverview .order-history:after {
  display: table;
  content: " ";
}
#customerOverview .order-history:after {
  clear: both;
}
#customerOverview .order-history:before,
#customerOverview .order-history:after {
  display: table;
  content: " ";
}
#customerOverview .order-history:after {
  clear: both;
}
#customerOverview .order-history .panel-wrapper {
  text-align: left;
  display: inline-block;
  float: none;
  width: 300px;
}
#customerOverview .order-history .panel-wrapper:first-child {
  margin-right: 20px;
}
#customerOverview .page-top-info {
  min-width: 750px;
}
#customerOverview .page-top-info:before,
#customerOverview .page-top-info:after {
  display: table;
  content: " ";
}
#customerOverview .page-top-info:after {
  clear: both;
}
#customerOverview .page-top-info:before,
#customerOverview .page-top-info:after {
  display: table;
  content: " ";
}
#customerOverview .page-top-info:after {
  clear: both;
}
#customerOverview .page-top-info .top-panel-wrapper {
  display: inline-block;
  float: left;
  width: 50%;
}
#customerOverview .panel-wrapper {
  display: inline-block;
  float: left;
  width: 50%;
}
#customerOverview .info-panel {
  vertical-align: top;
  height: 80px;
  box-sizing: border-box;
  color: #808080;
}
#customerOverview .info-panel:before,
#customerOverview .info-panel:after {
  display: table;
  content: " ";
}
#customerOverview .info-panel:after {
  clear: both;
}
#customerOverview .info-panel:before,
#customerOverview .info-panel:after {
  display: table;
  content: " ";
}
#customerOverview .info-panel:after {
  clear: both;
}
#customerOverview .info-panel.purchase-made {
  color: #82c135;
}
#customerOverview .info-panel.purchase-made .circular-icon {
  background-color: #ddf2c3;
}
#customerOverview .info-panel .panel-left {
  float: left;
  vertical-align: top;
  box-sizing: border-box;
  height: 100%;
  display: inline-block;
}
#customerOverview .info-panel .panel-right {
  width: calc(100% - 80px);
  float: left;
  padding-left: 10px;
  padding-top: 14px;
  vertical-align: top;
  box-sizing: border-box;
  height: 100%;
  display: inline-block;
}
#customerOverview .info-panel .circular-icon {
  padding-top: 18px;
  border-radius: 40px;
  width: 80px;
  background-color: #d5d5d5;
  text-align: center;
  font-size: 40px;
}
#customerOverview .info-panel .panel-header {
  font-size: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#customerOverview .info-panel .panel-sub-header {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#customerOverview .info-panel .unit-label {
  font-size: 12px;
  color: #b5b5b5;
}
#customerOverview .info-panel:not(:first-child) {
  padding-left: 6px;
}
#customerOverview .info-panel:first-child {
  padding-left: 10px;
}
#customerOverview .time-map-outer-wrapper {
  text-align: center;
}
#customerOverview .time-map-wrapper {
  width: 100%;
  max-width: 700px;
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
}
#customerOverview .time-map-wrapper .highcharts-container {
  overflow: visible !important;
}
#customerOverview .time-map-wrapper .highcharts-container svg:not(:root) {
  overflow: visible !important;
}
#customerOverview .time-map-wrapper .highcharts-container g.highcharts-data-labels text {
  display: block;
}
#customerOverview .time-map-wrapper .highcharts-container text {
  display: none;
}
#customerOverview .time-map-wrapper .time-map-labels {
  margin-bottom: 6px;
}
#customerOverview .time-map-wrapper .end-date,
#customerOverview .time-map-wrapper .start-date {
  display: inline-block;
  font-size: 16px;
}
#customerOverview .time-map-wrapper .end-date {
  float: right;
}
#customerOverview .customer-visit-time,
#customerOverview .customer-weekly-visit-time {
  text-align: center;
  height: auto;
}
.customer-visit-chart-container .user-name-column {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  margin-top: 75px;
}
.customer-visit-chart-container .user-name-column .user-name {
  font-size: 18px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-visit-chart-container .user-name-column .evenRow {
  margin-top: 80px;
}
.customer-visit-chart-container .user-name-column .oddRow:not(:first-child) {
  margin-top: 79px;
}
.customer-visit-chart-container .chart-column {
  display: inline-block;
  width: calc(100% - 254px);
  vertical-align: top;
}
.customer-visit-chart-container .tooltip-header {
  font-weight: bold;
}
.customer-visit-chart-container .highcharts-container {
  overflow: visible !important;
}
.customer-visit-chart-container .highcharts-container svg:not(:root) {
  overflow: visible !important;
}
.customer-visit-chart-containerv2 .customer-aggregate-visit-chart {
  overflow: unset !important;
}
.customer-visit-chart-containerv2 .chart-column {
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: top;
}
.customer-visit-chart-containerv2 .account-chart-column {
  margin-top: -25px;
}
.customer-visit-chart-containerv2 .user-chart-column {
  margin-top: 0;
}
.customer-visit-chart-containerv2 .tooltip-header {
  font-weight: bold;
}
.customer-visit-chart-containerv2 .highcharts-container {
  overflow: visible !important;
}
.customer-visit-chart-containerv2 .highcharts-container svg:not(:root) {
  overflow: visible !important;
}
#accountDetail .engagementDonutChart {
  float: left;
}
#accountDetail .accountDetailTopPane {
  height: 510px;
  width: 100%;
  min-width: 1260px;
  z-index: 2;
  background: #FFF;
}
#accountDetail .accountDetailTopPane .accountLogo {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-right: 10px;
  border: #b5b5b5 solid 1px;
  position: relative;
}
#accountDetail .accountDetailTopPane .accountLogo img {
  max-width: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#accountDetail .accountDetailTopPane .accountMeta {
  display: inline-block;
  vertical-align: top;
}
#accountDetail .accountDetailTopPane .accountMeta h1,
#accountDetail .accountDetailTopPane .accountMeta div {
  margin-bottom: 5px;
}
#accountDetail .accountDetailTopPane .socialIcons a {
  font-size: 24px;
  color: #b5b5b5;
}
#accountDetail .accountDetailTopPane .socialIcons a .fa-linkedin:hover {
  color: #0077B5;
}
#accountDetail .accountDetailTopPane .socialIcons a .fa-twitter-square:hover {
  color: #1DA1F2;
}
#accountDetail .accountDetailTopPane .socialIcons a .fa-facebook:hover {
  color: #3B5998;
}
#accountDetail .accountDetailTopPane .socialIcons a .fa-google-plus-g:hover {
  color: #DD4B39;
}
#accountDetail .accountDetailTopPane .socialIcons a .fa-youtube:hover {
  color: #CD201F;
}
#accountDetail .accountDetailTopPane p.truncated {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#accountDetail .accountDetailTopPane .accountDetailRow {
  background: #FFF;
  height: 349px;
}
#accountDetail .accountDetailTopPane .accountDetailRow div.left-col,
#accountDetail .accountDetailTopPane .accountDetailRow div.right-col {
  display: inline-block;
  float: left;
}
#accountDetail .accountDetailTopPane .accountDetailRow div.left-col:first-child,
#accountDetail .accountDetailTopPane .accountDetailRow div.right-col:first-child {
  padding-left: 30px;
  padding-top: 30px;
}
#accountDetail .accountDetailTopPane .accountDetailRow .left-col {
  width: 49%;
}
#accountDetail .accountDetailTopPane .accountDetailRow .right-col {
  width: 49%;
}
@media (max-width: 1450px) {
  #accountDetail .accountDetailTopPane .accountDetailRow .left-col {
    width: 40%;
  }
  #accountDetail .accountDetailTopPane .accountDetailRow .right-col {
    width: 60%;
    padding-right: 30px;
  }
}
#accountDetail .accountDetailTopPane .accountDetailRow .sub-col-left,
#accountDetail .accountDetailTopPane .accountDetailRow .sub-col-right {
  width: 49%;
  float: left;
}
#accountDetail .accountDetailTopPane .accountDetailRow .sub-col-right {
  padding-left: 40px;
}
#accountDetail .accountDetailTopPane .accountDetailRow h1.userDisplayName {
  margin: 5px 0;
  font-weight: 300;
}
#accountDetail .accountDetailTopPane .accountDetailRow h2.userLocation {
  margin: 5px 0;
  font-weight: 400;
}
#accountDetail .accountDetailTopPane .accountDetailRow .gender-affinities {
  position: relative;
  top: -5px;
  color: #585858;
}
#accountDetail .accountDetailTopPane .accountDetailRow .order-history {
  margin-top: 10px;
  text-align: center;
}
#accountDetail .accountDetailTopPane .accountDetailRow .order-history:before,
#accountDetail .accountDetailTopPane .accountDetailRow .order-history:after {
  display: table;
  content: " ";
}
#accountDetail .accountDetailTopPane .accountDetailRow .order-history:after {
  clear: both;
}
#accountDetail .accountDetailTopPane .accountDetailRow .order-history:before,
#accountDetail .accountDetailTopPane .accountDetailRow .order-history:after {
  display: table;
  content: " ";
}
#accountDetail .accountDetailTopPane .accountDetailRow .order-history:after {
  clear: both;
}
#accountDetail .accountDetailTopPane .accountDetailRow .order-history .panel-wrapper {
  text-align: left;
  display: inline-block;
  float: none;
  width: 100%;
  min-width: 210px;
  margin-bottom: 20px;
}
#accountDetail .accountDetailTopPane .accountDetailRow .order-history .panel-wrapper:last-child {
  margin-bottom: 0;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel {
  vertical-align: top;
  height: 50px;
  box-sizing: border-box;
  color: #585858;
  display: inline-block;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel:before,
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel:after {
  display: table;
  content: " ";
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel:after {
  clear: both;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel:before,
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel:after {
  display: table;
  content: " ";
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel:after {
  clear: both;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel.purchase-made {
  color: #82c135;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel.purchase-made .circular-icon {
  background-color: #ddf2c3;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel .panel-left {
  float: left;
  vertical-align: top;
  box-sizing: border-box;
  height: 100%;
  display: inline-block;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel .panel-right {
  width: 100%;
  padding-left: 8px;
  padding-top: 3px;
  vertical-align: top;
  box-sizing: border-box;
  height: 100%;
  display: inline-block;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel .panel-header {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel .panel-sub-header {
  font-size: 10px;
  text-transform: uppercase;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel .unit-label {
  font-size: 12px;
  color: #b5b5b5;
}
#accountDetail .accountDetailTopPane .accountDetailRow .info-panel:not(:first-child) {
  padding-left: 6px;
}
#accountDetail .accountDetailTopPane .accountDetailRow .affinitiesQuadrantChart {
  float: right;
}
#accountDetail .accountDetailTopPane .accountDetailVisitRow.accountVisitChartContainer {
  position: relative;
  z-index: 110;
  background: #FFF;
  /*height: 130px;*/
}
#accountDetail .accountDetailTopPane .accountDetailVisitRow.accountVisitChartContainer .selectedTimeRangeLabel {
  color: #5d5d5d;
  font-size: 14px;
  position: absolute;
  top: 90px;
  right: 30px;
}
#accountDetail .accountDetailTopPane .accountDetailVisitRow.accountVisitChartContainer .selectedTimeRangeLabel h6 {
  margin: 8px 0px 5px 0px;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
}
#accountDetail .accountDetailTopPane .accountDetailVisitRow.accountVisitChartContainer .selectedTimeRangeLabel span {
  cursor: default;
}
#accountDetail .accountDetailTopPane #showVisitGraphHelp {
  position: absolute;
  top: 115px;
  right: 270px;
}
#accountDetail .btn-group .btn {
  z-index: 0;
}
#accountDetail .accountDetailBottomPane #pane-layout {
  height: auto;
  position: absolute;
  width: 100%;
}
#accountDetail #uiLabelTooltips {
  background: rgba(255, 255, 255, 0.9);
  color: #1F1F1F;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#affinities {
  padding: 10px 30px 0;
}
#affinities .affinity-screen-error {
  border: 1px solid #d8d8d8;
  padding: 5px;
  border-radius: 4px;
  width: 633px;
  margin: 30px auto;
  text-align: center;
}
#affinities .affinity-screen-error h2 {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
#affinities .row:first-of-type {
  padding-bottom: 10px;
}
#affinities .criteria {
  float: right;
}
#affinities .btn.active {
  z-index: 1;
}
#affinities .columnHeader {
  color: #585858;
  width: 100%;
  float: left;
}
#affinities .k-state-selected {
  background-color: #990573;
  color: white !important;
}
#affinities .streamGraphPlaceholder {
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1;
}
#affinities .percentageTextAndBar {
  line-height: 8px;
  margin-right: 53px;
}
#affinities .percentageTextAndBar .formattedValue {
  float: left;
  text-align: right;
}
#affinities .percentageTextAndBar .percentageBarContainer {
  margin-left: 10px;
  width: 50%;
  float: right;
  height: 100%;
}
#affinities .percentageTextAndBar .percentageBarContainer .percentageBar {
  text-align: center;
  height: 100%;
  border: 3px solid;
  border-radius: 3px;
  background-color: #848484;
  border-color: #848484;
}
#customer-item-summaries * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#customer-item-summaries *:before,
#customer-item-summaries *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#customer-item-summaries .chart-data-error {
  text-align: center;
  padding: 30px 150px 0px;
}
#customer-item-summaries .chart-data-error h2 {
  font-weight: 500;
  border: 1px solid #d8d8d8;
  padding: 5px;
  font-size: 14px;
  border-radius: 4px;
}
#customer-item-summaries .bar {
  position: relative;
  width: 100%;
  height: 7px;
  margin-bottom: 12px;
}
#customer-item-summaries .bar-status {
  text-align: right;
  padding-right: 0.5em;
  background-color: #990573;
  border-color: white;
  border-right: 0.5em solid adjust-lightness(#3aa6d0, 20);
  width: 0%;
  color: white;
  height: 100%;
  line-height: 1.2em;
  -webkit-animation: width 0.5s ease-in;
  transition: width 0.5s ease;
}
#customer-item-summaries .chart-container {
  float: right;
  margin-top: 20px;
}
#customer-item-summaries .chart-container.full-chart {
  margin-top: 0px;
  width: 700px;
  height: 340px;
  position: relative;
  top: 0;
  left: 0;
}
#customer-item-summaries .chart-container.condensed-chart {
  width: 685px;
  height: 100px;
  margin-top: 20px;
}
#customer-item-summaries .chart-container.condensed-chart .criteria-selector {
  margin: 0;
  width: initial;
}
#customer-item-summaries .chart-container.condensed-chart .criteria-selector .criteria-icon {
  text-align: center;
  padding: 5px 0;
}
#customer-item-summaries .chart-container.condensed-chart .criteria-selector .criteria-icon:first-child {
  padding-top: 0px;
}
#customer-item-summaries .chart-container.condensed-chart .criteria-selector .criteria-icon i {
  color: #b5b5b5;
}
#customer-item-summaries .chart-container.condensed-chart .criteria-selector .criteria-icon i.fa-2x {
  font-size: 1.3em;
}
#customer-item-summaries .chart-container.condensed-chart .criteria-selector .criteria-icon.active i,
#customer-item-summaries .chart-container.condensed-chart .criteria-selector .criteria-icon:hover i {
  cursor: pointer;
  color: #82c135;
}
#customer-item-summaries .chart-container.condensed-chart .chart-col-left {
  width: 40px;
  float: left;
}
#customer-item-summaries .chart-container.condensed-chart .chart-col-right {
  padding-top: 15px;
}
#customer-item-summaries .chart-container.condensed-chart .container {
  display: inline-block;
  margin: 0px 10px;
  width: 140px;
}
#customer-item-summaries .chart-container.condensed-chart .container:last-child {
  margin-right: 0px;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper {
  text-align: center;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper .bar {
  height: 9px;
  width: 140px;
  margin-bottom: 5px;
  cursor: pointer !important;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper .bar .bar-status {
  transform: translate(-50%, -50%);
  position: relative;
  left: 50%;
  right: 50%;
}
@-webkit-keyframes width {
  from {
    width: 0%;
  }
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper span {
  display: block;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper span.top-item {
  color: #1f1f1f;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper span.item-type {
  text-transform: uppercase;
  font-size: 12px;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper.category .arc {
  border-color: #ff9628;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper.category .item-type {
  color: #ff9628;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper.brand .arc {
  border-color: #006917;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper.brand .item-type {
  color: #006917;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper.itemClass .arc {
  border-color: #004586;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper.itemClass .item-type {
  color: #004586;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper.style .arc {
  border-color: #990573;
}
#customer-item-summaries .chart-container.condensed-chart .bar-wrapper.style .item-type {
  color: #990573;
}
#customer-item-summaries .chart-container .chart-config-options {
  position: absolute;
  top: 20px;
  left: -30px;
  background: #E5E5E5;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer !important;
}
#customer-item-summaries .chart-container .chart-config-options i {
  font-size: 1.5em;
}
#customer-item-summaries .chart-container .chart-config-options:hover {
  background: #848484;
}
#customer-item-summaries .chart-container .chart-config-options:hover i {
  color: #E5E5E5;
}
#customer-item-summaries .chart-container svg,
#customer-item-summaries .chart-container .highcharts-container,
#customer-item-summaries .chart-container .highcharts-background,
#customer-item-summaries .chart-container #pie {
  pointer-events: none;
}
#customer-item-summaries .chart-container svg * {
  pointer-events: all;
}
#customer-item-summaries .chart-container .quadrant-missing-data-container {
  color: #808080;
  background: #e5e5e5;
  width: 180px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 4px;
}
#customer-item-summaries .chart-container .ab {
  pointer-events: none;
  position: absolute;
  height: calc(50% - 10px);
  width: 35%;
  z-index: 100;
}
#customer-item-summaries .chart-container .btop {
  top: 15px;
}
#customer-item-summaries .chart-container .bbottom {
  bottom: 0;
}
#customer-item-summaries .chart-container .bleft {
  left: 0;
}
#customer-item-summaries .chart-container .bleft .quadrant-missing-data-container {
  margin-top: 45px;
  margin-left: 10px;
}
#customer-item-summaries .chart-container .bright {
  right: 0;
}
#customer-item-summaries .chart-container .bright .quadrant-missing-data-container {
  margin-top: 45px;
  margin-right: 10px;
  float: right;
}
#customer-item-summaries .chart-container #donutCenter {
  position: relative;
  height: 80px;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #585858;
}
#customer-item-summaries .chart-container .ltv {
  font-size: 28px;
  color: #585858;
}
#customer-item-summaries .chart-container .donut-center-icons {
  margin-top: 8px;
}
#customer-item-summaries .chart-container .donut-criteria-label {
  color: #82c135;
  position: relative;
  left: -2px;
  text-transform: uppercase;
  font-size: 11px;
}
#customer-item-summaries .chart-container .donut-icon {
  display: inline-block;
  font-size: 10px;
  margin: 5px;
  color: #b5b5b5;
}
#customer-item-summaries .chart-container .donut-icon:hover,
#customer-item-summaries .chart-container .donut-icon.active {
  cursor: pointer;
  color: #82c135;
}
#customerActionsv2 h2 {
  display: inline-block;
}
#customerActionsv2 .tabStrip .k-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
#customerActionsv2 .egItemGrid td {
  cursor: default;
}
#customerActionsv2 .header {
  min-height: 55px;
}
#customerActionsv2 .header .right .modulesFilter {
  display: inline-block;
}
#customerActionsv2 .header .right .modulesFilter h4 {
  margin: 0;
}
#customerActionsv2 .header .right .exportIcon {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
#customerActionsv2 .header .right .exportIcon img {
  display: block;
  margin: 0 auto;
}
#customerOverviewv2 #egUserLocationMap,
.customerOverview #egUserLocationMap {
  width: 250px;
  height: 150px;
}
#customerOverviewv2 #egUserLocationMap svg,
.customerOverview #egUserLocationMap svg {
  height: 150px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane {
  border: none;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane *,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane *:before,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane *:before,
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane *:after,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane #columns,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane #columns {
  padding: 5px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane #left,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane #left {
  width: 30%;
  float: left;
  padding: 5px 20px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane #middle,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane #middle {
  width: 35%;
  float: left;
  padding: 5px 20px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane #left,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane #left,
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane #middle,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane #middle,
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane #right,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane #right {
  margin-bottom: 5px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .tag,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .tag {
  background: #b5b5b5;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  cursor: default;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.detailsTable .attrLabel,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.detailsTable .attrLabel,
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.internalTable .attrLabel,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.internalTable .attrLabel {
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.detailsTable .attrValue *,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.detailsTable .attrValue *,
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.internalTable .attrValue *,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.internalTable .attrValue * {
  text-overflow: ellipsis;
  overflow: hidden;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.customAttributesTable .attrLabel,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.customAttributesTable .attrLabel {
  width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.customAttributesTable .attrValue *,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable.customAttributesTable .attrValue * {
  text-overflow: ellipsis;
  overflow: hidden;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable table,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable table {
  width: 100%;
  table-layout: fixed;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable table tr td:first-child,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable table tr td:first-child {
  padding-right: 20px;
  text-align: right;
  min-width: 100px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable table tr,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable table tr {
  height: 30px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .attrLabel,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .attrLabel {
  width: 180px;
  margin-right: 10px;
  font-size: 12px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .identityOwnership,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .identityOwnership {
  width: 30px;
  text-align: center;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .identityOwnership .fas.fa-check-circle,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .identityOwnership .fas.fa-check-circle {
  color: #848484;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .identityOwnership .fas.fa-question-circle,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .identityOwnership .fas.fa-question-circle {
  color: #dd360b;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .identityOwnership a:hover,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .identityOwnership a:hover,
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .identityOwnership a:focus,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .identityOwnership a:focus {
  color: #004785;
  text-decoration: none;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .no-value .editable-click.editable-empty,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .no-value .editable-click.editable-empty {
  border-bottom: none;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .plus-button,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .plus-button {
  color: #848484;
  cursor: pointer;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .plus-button:hover,
.customerOverview .selectionAndDetailTwoPaneCombo .selectedDetailPane .summaryTable .plus-button:hover {
  color: #82c135;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane {
  height: 600px;
  overflow-y: scroll;
  background-color: white;
  border-left: none;
  position: relative;
  right: 0;
  padding: 0px;
  transition: top 0.5s ease;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane.condensed,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane.condensed {
  top: 355px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane.noHistory,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane.noHistory {
  display: none !important;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry {
  background-color: white;
  z-index: 1;
  top: 100px;
  left: 0px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .visitHeaderDiv,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .visitHeaderDiv {
  height: 30px;
  background-color: #808080;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  color: white;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .visitHeaderDiv div,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .visitHeaderDiv div {
  line-height: 30px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .visitHeaderDiv div:first-child,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .visitHeaderDiv div:first-child {
  padding-left: 9px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .visitHeaderDiv div:last-child,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .visitHeaderDiv div:last-child {
  padding-right: 10px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .backgroundDiv,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .backgroundDiv {
  width: 30px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .imageDiv,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .imageDiv {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: 125px;
  height: 125px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .imageDiv img,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .imageDiv img {
  display: block;
  margin: auto;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .imageDiv img.purchased,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .imageDiv img.purchased {
  max-width: 125px;
  max-height: 125px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .imageDiv img.nonPurchased,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .imageDiv img.nonPurchased {
  max-width: 90px;
  max-height: 90px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .itemDetails,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .itemDetails {
  display: table-cell;
  vertical-align: middle;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .itemDetails div.purchased,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .itemDetails div.purchased {
  font-size: 18px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .itemDetails div.nonPurchased,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .itemDetails div.nonPurchased {
  font-size: 14px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .itemNavigation,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .itemNavigation {
  display: table-cell;
  visibility: hidden;
  vertical-align: middle;
  width: 25px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .itemNavigation a,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .itemNavigation a {
  display: block;
  padding: 5px 0px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .evenRow,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .evenRow {
  background-color: #f3f7fb;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .oddRow,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .oddRow {
  background-color: #ffffff;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .actionName,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .actionName {
  padding: 5px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .font-awesome,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .font-awesome {
  text-align: center;
  float: right;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.itemView .backgroundDiv .backgroundBar,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.itemView .backgroundDiv .backgroundBar {
  left: 14px;
  width: 2px;
  background-color: #b5b5b5;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.itemView .backgroundDiv .mediumDot,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.itemView .backgroundDiv .mediumDot {
  left: 10px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .spacerRight,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry .spacerRight {
  display: table-cell;
  min-width: 10px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseVisit,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseVisit {
  background-color: #82c135;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .backgroundDiv .backgroundBar,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .backgroundDiv .backgroundBar {
  left: 8px;
  width: 14px;
  background-color: #82c135;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryPadding .backgroundDiv,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryPadding .backgroundDiv {
  height: 14px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryPadding .backgroundDiv .backgroundBar,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryPadding .backgroundDiv .backgroundBar {
  left: 14px;
  width: 2px;
  background-color: #b5b5b5;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .backgroundDiv,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .backgroundDiv {
  min-width: 30px;
  height: 30px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .backgroundDiv .purchaseRowBackgroundBar,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .backgroundDiv .purchaseRowBackgroundBar {
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  width: 15px;
  background-color: #f5f5f5;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .backgroundDiv .backgroundBar,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .backgroundDiv .backgroundBar {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .purchaseSummary,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .purchaseSummary {
  display: table-cell;
  width: 100%;
  background-color: #f5f5f5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .purchaseSummary .purchaseValue,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .purchaseSummary .purchaseValue,
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .purchaseSummary .purchaseCount,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .purchaseSummary .purchaseCount {
  display: inline-block;
  line-height: 40px;
  color: #808080;
  font-size: 14px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .purchaseSummary .purchaseValue,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .purchaseSummary .purchaseValue {
  padding-left: 20px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .purchaseSummary .purchaseCount,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .purchaseSummaryHeader .purchaseSummary .purchaseCount {
  float: right;
  margin-right: 20px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .last .backgroundBar,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .last .backgroundBar {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .itemDetails .purchaseDetails,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .itemDetails .purchaseDetails {
  padding-top: 2px;
  color: #848484;
  font-size: 14px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .itemDetails .purchaseDetails:nth-child(2),
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry.purchase .itemDetails .purchaseDetails:nth-child(2) {
  padding-top: 10px;
}
#customerOverviewv2 .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry:hover .itemNavigation,
.customerOverview .selectionAndDetailTwoPaneCombo .rightPreviewPane .contentEntry:hover .itemNavigation {
  visibility: visible;
}
.tooltip .valueMetadata tr {
  height: auto;
}
.tooltip .valueMetadata tr > td {
  padding-right: 10px;
}
.engagementComponent {
  float: left;
  width: 150px;
  margin-top: 35px;
}
.engagementComponent .percentageBarContainer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 15px;
}
.engagementComponent .percentageBarContainer .percentageBar {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 100%;
}
.engagementComponent .componentName {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#engagementHighChartsWrapper {
  display: inline-block;
}
#engagementHighChartsBlock {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 350px;
}
#engagementHighChartsBlock #engagementDonutChart {
  width: 300px;
  height: 300px;
}
#engagementHighChartsBlock #engagementDonutChart svg,
#engagementHighChartsBlock #engagementDonutChart .highcharts-container,
#engagementHighChartsBlock #engagementDonutChart .highcharts-background,
#engagementHighChartsBlock #engagementDonutChart #pie {
  pointer-events: none;
}
#engagementHighChartsBlock #engagementDonutChart svg * {
  pointer-events: all;
}
#engagementHighChartsBlock .engagementDonutTooltip {
  text-align: center;
}
#engagementHighChartsBlock #engagementDonutCenter {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 0;
  color: #585858;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#engagementHighChartsBlock #engagementDonutCenter .engagementScoreValue {
  font-size: 36px;
}
#engagementHighChartsBlock #engagementDonutCenter .engagementScoreLabel {
  font-size: 16px;
}
#engagementHighChartsBlock .engagementLegend {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  margin: 0 50px;
  justify-content: center;
}
#engagementHighChartsBlock .engagementLegend .legendComponent {
  width: 50%;
  white-space: nowrap;
}
#engagementHighChartsBlock .engagementLegend .legendBox {
  display: inline-block;
  width: 10px;
  height: 10px;
}
#engagementHighChartsBlock .engagementLegend .componentName {
  margin-left: 5px;
  display: inline-block;
}
#engagementHighChartsBlock.legendRight {
  flex-direction: row;
}
#engagementHighChartsBlock.legendRight .engagementLegend {
  flex-direction: column;
}
#engagementHighChartsBlock.legendRight .engagementLegend .legendComponent {
  width: auto;
}
#genderTagAffinityDirective .gender-icon {
  display: inline-block;
  padding: 5px;
  margin: 10px auto 0;
}
#genderTagAffinityDirective .gender-icon i {
  color: #C8C8C8;
  cursor: pointer !important;
}
#genderTagAffinityDirective .gender-icon.active i {
  color: #82c135;
}
#importantActions {
  width: 30%;
  padding-right: 30px;
  display: inline-block;
  float: right;
}
#importantActions .actionCount {
  float: right;
}
#importantActions .percentageBarContainer {
  background-color: #e5e5e5;
  height: 10px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#importantActions .percentageBarContainer .percentageBar {
  height: 100%;
  background-color: #0070D2;
  border-radius: 3px;
}
#segmentMembershipv2 .summaryTable table.customer-details {
  width: auto;
}
#segmentMembershipv2 .summaryTable table.customer-details tr td:first-child {
  padding-right: 20px;
  font-weight: bold;
  text-align: right;
  min-width: 100px;
}
#segmentMembershipv2 .summaryTable table tr {
  height: 30px;
}
#segmentMembershipv2 .summaryTable .attrLabel {
  width: 150px;
  margin-right: 10px;
}
/*
 * Copyright (C) 2010-2018 Evergage, Inc.
 * All rights reserved.
 */
.surveyContent {
  margin-top: 20px;
}
.surveyContent .summaryTable table {
  width: auto;
}
.surveyContent .summaryTable table tr td:first-child {
  padding-right: 20px;
  text-align: right;
  min-width: 100px;
}
.surveyContent .summaryTable table tr {
  height: 30px;
}
.surveyContent .summaryTable .attrLabel {
  width: 180px;
  margin-right: 10px;
  font-size: 12px;
}
#userDetail {
  min-height: 1090px;
}
#userDetail .topPaneSpacer {
  height: 500px;
  transition: height 0.5s ease;
}
#userDetail .topPaneSpacer.condensed {
  height: 270px;
}
#userDetail .engagementDonutChart {
  float: left;
}
#userDetail .userDetailTopPane {
  height: 490px;
  width: 100%;
  min-width: 1260px;
  z-index: 2;
  background: #FFF;
  position: relative;
  top: -500px;
  left: 0;
  transition: height, position 0.5s ease;
}
#userDetail .userDetailTopPane * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userDetail .userDetailTopPane *:before,
#userDetail .userDetailTopPane *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#userDetail .userDetailTopPane .userDetailRow {
  background: #FFF;
  height: 340px;
  transition: height 0.5s ease;
}
#userDetail .userDetailTopPane .userDetailRow div.left-col,
#userDetail .userDetailTopPane .userDetailRow div.right-col {
  display: inline-block;
  float: left;
}
#userDetail .userDetailTopPane .userDetailRow div.left-col:first-child,
#userDetail .userDetailTopPane .userDetailRow div.right-col:first-child {
  padding-left: 30px;
}
#userDetail .userDetailTopPane .userDetailRow .left-col {
  width: 49%;
}
#userDetail .userDetailTopPane .userDetailRow .right-col {
  width: 49%;
}
@media (max-width: 1585px) {
  #userDetail .userDetailTopPane .userDetailRow .left-col {
    width: 40%;
  }
  #userDetail .userDetailTopPane .userDetailRow .right-col {
    width: 60%;
    padding-right: 30px;
  }
}
#userDetail .userDetailTopPane .userDetailRow .sub-col-left,
#userDetail .userDetailTopPane .userDetailRow .sub-col-right {
  width: 49%;
  float: left;
}
#userDetail .userDetailTopPane .userDetailRow .sub-col-right {
  padding-left: 40px;
}
#userDetail .userDetailTopPane .userDetailRow h1.userDisplayName {
  margin: 5px 0;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
}
#userDetail .userDetailTopPane .userDetailRow h2.userLocation {
  margin: 5px 0;
  font-weight: 400;
}
#userDetail .userDetailTopPane .userDetailRow #egUserLocationMap {
  width: 250px;
  height: 150px;
}
#userDetail .userDetailTopPane .userDetailRow #egUserLocationMap svg {
  height: 150px;
}
#userDetail .userDetailTopPane .userDetailRow .gender-affinities {
  position: relative;
  top: -5px;
  color: #585858;
}
#userDetail .userDetailTopPane .userDetailRow .metrics-summary {
  margin-top: 10px;
  text-align: center;
}
#userDetail .userDetailTopPane .userDetailRow .metrics-summary:before,
#userDetail .userDetailTopPane .userDetailRow .metrics-summary:after {
  display: table;
  content: " ";
}
#userDetail .userDetailTopPane .userDetailRow .metrics-summary:after {
  clear: both;
}
#userDetail .userDetailTopPane .userDetailRow .metrics-summary:before,
#userDetail .userDetailTopPane .userDetailRow .metrics-summary:after {
  display: table;
  content: " ";
}
#userDetail .userDetailTopPane .userDetailRow .metrics-summary:after {
  clear: both;
}
#userDetail .userDetailTopPane .userDetailRow .metrics-summary .panel-wrapper {
  text-align: left;
  display: inline-block;
  float: none;
  width: 100%;
  min-width: 210px;
  margin-bottom: 20px;
}
#userDetail .userDetailTopPane .userDetailRow .metrics-summary .panel-wrapper:last-child {
  margin-bottom: 0;
}
#userDetail .userDetailTopPane .userDetailRow .panel-wrapper {
  display: inline-block;
  float: left;
  width: 50%;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel {
  vertical-align: top;
  height: 50px;
  box-sizing: border-box;
  color: #585858;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel:before,
#userDetail .userDetailTopPane .userDetailRow .info-panel:after {
  display: table;
  content: " ";
}
#userDetail .userDetailTopPane .userDetailRow .info-panel:after {
  clear: both;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel:before,
#userDetail .userDetailTopPane .userDetailRow .info-panel:after {
  display: table;
  content: " ";
}
#userDetail .userDetailTopPane .userDetailRow .info-panel:after {
  clear: both;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel.purchase-made {
  color: #82c135;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel.purchase-made .circular-icon {
  background-color: #ddf2c3;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel .panel-left {
  float: left;
  vertical-align: top;
  box-sizing: border-box;
  height: 100%;
  display: inline-block;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel .panel-right {
  width: calc(100% - 50px);
  float: left;
  padding-left: 8px;
  padding-top: 3px;
  vertical-align: top;
  box-sizing: border-box;
  height: 100%;
  display: inline-block;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel .circular-icon {
  padding-top: 9px;
  border-radius: 40px;
  width: 50px;
  background-color: #d5d5d5;
  text-align: center;
  font-size: 30px;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel .panel-header {
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel .panel-sub-header {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel .unit-label {
  font-size: 12px;
  color: #b5b5b5;
}
#userDetail .userDetailTopPane .userDetailRow .info-panel:not(:first-child) {
  padding-left: 6px;
}
#userDetail .userDetailTopPane .userDetailRow .affinitiesQuadrantChart {
  float: right;
}
#userDetail .userDetailTopPane.condensed {
  position: fixed;
  height: 256px;
  top: 10px;
}
#userDetail .userDetailTopPane.condensed .userDetailRow {
  height: 100px;
}
#userDetail .userDetailTopPane.condensed .userDetailRow .sub-col-right {
  width: 99% !important;
  padding-left: 0px !important;
}
#userDetail .userDetailTopPane.condensed .userDetailRow .order-history {
  margin-top: 10px !important;
  margin-bottom: -10px !important;
}
#userDetail .userDetailTopPane.condensed .userDetailRow .order-history .panel-wrapper {
  max-width: 210px;
  display: inline;
  float: left;
}
#userDetail .userDetailTopPane.condensed .userDetailVisitRow.customerVisitChartContainer {
  top: -30px;
  margin-bottom: -30px;
}
#userDetail .userDetailTopPane .userDetailVisitRow.customerVisitChartContainer {
  position: relative;
  clear: both;
  top: -15px;
  margin-bottom: -15px;
  z-index: 110;
  background: #FFF;
  height: 130px;
}
#userDetail .userDetailTopPane .userDetailVisitRow.customerVisitChartContainer .selectedTimeRangeLabel {
  color: #5d5d5d;
  font-size: 14px;
  position: absolute;
  top: 115px;
  right: 30px;
}
#userDetail .userDetailTopPane .userDetailVisitRow.customerVisitChartContainer .selectedTimeRangeLabel h6 {
  margin: 8px 0px 5px 0px;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
}
#userDetail .userDetailTopPane .userDetailVisitRow.customerVisitChartContainer .selectedTimeRangeLabel span {
  cursor: default;
}
#userDetail .userDetailTopPane #showVisitGraphHelp {
  position: absolute;
  top: 140px;
  right: 270px;
}
#userDetail .btn-group .btn {
  z-index: 0;
}
#userDetail .userDetailBottomPane {
  position: relative;
  top: -500px;
  margin-top: 60px;
}
#userDetail .userDetailBottomPane.condensed {
  top: 32px;
}
#userDetail .userDetailBottomPane .pageContent {
  padding: 10px 30px;
  position: relative;
}
#userDetail #uiLabelTooltips {
  background: rgba(255, 255, 255, 0.9);
  color: #1F1F1F;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.egCategorySunburst #main {
  float: left;
  width: 750px;
  padding: 5px;
}
.egCategorySunburst #sidebar {
  float: right;
  width: 100px;
}
.egCategorySunburst #sequence {
  width: 750px;
  height: 70px;
}
.egCategorySunburst #legend {
  padding: 10px 0 0 3px;
}
.egCategorySunburst #sequence text,
.egCategorySunburst #legend text {
  font-weight: 600;
  fill: #fff;
}
.egCategorySunburst #chart {
  position: relative;
}
.egCategorySunburst #chart path {
  stroke: #fff;
}
.egCategorySunburst #explanation {
  position: absolute;
  top: 260px;
  left: 305px;
  width: 140px;
  text-align: center;
  color: #666;
  z-index: -1;
}
.egCategorySunburst #percentage {
  font-size: 2.5em;
}
.egCategorySunburst .breadcrumb {
  margin-top: 5px;
  list-style: none;
  overflow: hidden;
  font: 16px Helvetica, Arial, Sans-Serif;
}
.egCategorySunburst .breadcrumb li {
  float: left;
}
.egCategorySunburst .breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 4px 5px 4px 45px;
  position: relative;
  display: block;
  float: left;
}
.egCategorySunburst .breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left-color: inherit;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left-width: 30px;
  border-left-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.egCategorySunburst .breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 3px;
  left: 100%;
  z-index: 1;
}
.egCategorySunburst .breadcrumb li:first-child a {
  padding-left: 10px;
}
.egCategorySunburst button {
  display: block;
  width: 128px;
  height: 28px;
  border: none;
  border-radius: 4px;
  margin: 7px;
  color: white;
  font-size: 13px;
}
/*
 * Copyright (C) 2010-2018 Evergage, Inc.
 * All rights reserved.
 */
.segmentNameWithIcon .transcluded > * {
  display: inline-block;
}
.segmentNameWithIcon .segmentName {
  vertical-align: middle;
}
/*
 * Copyright (C) 2010-2019 Evergage, Inc.
 * All rights reserved.
 */
.thirdPartyChip {
  font-size: 10px;
  height: 20px;
  border-radius: 10px;
  display: inline-flex;
  border: 1px solid #C5C5C5;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  margin: 0 4px;
  position: relative;
  opacity: 0.5;
  /* todo support hover info
    &:hover .hover-info {
        display: block;
    }
    */
}
.thirdPartyChip.enabled {
  opacity: 1;
}
.thirdPartyChip .direction {
  height: 18px;
  width: 20px;
  line-height: 17px;
  text-align: center;
  border-right: 1px solid #C5C5C5;
}
.thirdPartyChip .icon {
  height: 12px;
  vertical-align: middle;
}
.thirdPartyChip .label {
  margin: 0 4px;
  line-height: 17px;
}
.thirdPartyChip .hover-info {
  display: none;
  background-color: #ffffff;
  border: 1px solid #C5C5C5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 24px;
  left: 0;
  width: 300px;
  z-index: 2147483627;
  padding: 10px;
  font-size: 13px;
}
.thirdPartyChip .hover-info .name {
  font-weight: bold;
}
#evergage-and-or .btn-toggle-group {
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: -6px;
  padding: 2px;
  position: relative;
  top: -3px;
  box-shadow: inset 0px 0px 1px #d0d0d0;
}
#evergage-and-or .btn-toggle-group.xs {
  width: 70px;
}
#evergage-and-or .btn-toggle-group .btn-default {
  background: transparent;
  box-shadow: none !important;
  border-radius: 3px !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
#evergage-and-or .btn-toggle-group .btn-default.btn-or.active {
  background-color: #ecb84f;
  color: white;
}
#evergage-and-or .btn-toggle-group .btn-default.btn-and.active {
  background-color: #82c135;
  color: white;
}
#evergage-and-or.blue .btn-primary {
  background: rgba(0, 112, 210, 0.2);
}
#evergage-and-or.blue .active {
  color: #005FB2;
}
#evergage-and-or.green .btn-primary {
  background: rgba(221, 242, 195, 0.2);
}
#evergage-and-or.green .active {
  color: #82c135;
}
.funnelDropdownWrapper > div {
  display: inline-block;
}
#segmentEditor .moreInfoIcon {
  vertical-align: top;
}
#segmentEditor .checkboxlabel {
  color: #000000;
  font-weight: bold;
}
#segmentEditor .upload div.k-upload {
  width: 319px;
}
#segmentEditor .upload div.k-upload span.k-progress {
  margin-left: 0;
  margin-right: 0;
}
#segmentEditor table tr td textarea {
  min-width: 300px;
  min-height: 30px;
}
#segmentEditor .wideLabel {
  width: 200px;
}
.ruleStaticDropdown .k-dropdown {
  min-width: 130px;
}
.ruleTypeDropdown .k-dropdown.ruleCategory.ruleCategory {
  width: 145px;
}
.ruleTypeDropdown .k-dropdown.ruleCategory.ruleType {
  width: 190px;
}
#segmentEditor {
  position: relative;
  padding: 20px 20px 0px 20px;
}
#segmentEditor .switch-container {
  width: 200px;
}
#segmentEditor .switch-container > .switch {
  left: 108px;
}
#segmentEditor .switch-container > .switch label:nth-of-type(1) {
  left: -63px;
}
#segmentEditor .usedElsewhereNotification {
  background-color: #fff4e5;
  border: 2px solid #ffcb80;
  padding: 8px;
  border-radius: 3px;
  width: 75%;
  margin-top: 5px;
}
#segmentEditor .usedElsewhereNotification li {
  margin-left: 20px;
}
#segmentEditor .tabRow {
  height: 30px;
  line-height: 30px;
  background-color: #f9f9f9;
}
#segmentEditor .segmentContent .segmentToolbar {
  margin-bottom: 15px;
}
#segmentEditor .segmentContent .actionIcon {
  color: #b5b5b5;
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#segmentEditor .segmentContent .betweenAndOr {
  margin-top: 10px;
  margin-bottom: 10px;
}
#segmentEditor .segmentContent .ruleGroup {
  border: 1px solid #d5d5d5;
  margin-bottom: 3px;
}
#segmentEditor .segmentContent .ruleGroup .ruleGroupHeader {
  height: 40px;
  background-color: #d5d5d5;
  padding: 5px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#segmentEditor .segmentContent .ruleGroup .ruleGroupHeader a.deleteRuleGroup,
#segmentEditor .segmentContent .ruleGroup .ruleGroupHeader a.toggleRuleGroup,
#segmentEditor .segmentContent .ruleGroup .ruleGroupHeader a.cloneRuleGroup {
  color: #b5b5b5;
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 6px;
  color: #848484;
  font-size: 18px;
}
#segmentEditor .segmentContent .ruleGroup .ruleGroupHeader a.deleteRuleGroup {
  right: 18px;
}
#segmentEditor .segmentContent .ruleGroup .ruleGroupHeader a.deleteRuleGroup :hover {
  color: #dd360b;
}
#segmentEditor .segmentContent .ruleGroup .ruleGroupHeader a.cloneRuleGroup {
  right: 45px;
}
#segmentEditor .segmentContent .ruleGroup .ruleGroupHeader a.cloneRuleGroup :hover {
  color: #777777;
}
#segmentEditor .segmentContent .ruleGroup .ruleGroupHeader a.toggleRuleGroup {
  left: 18px;
}
#segmentEditor .segmentContent .ruleGroup .newRule {
  background: none;
  color: #848484;
}
#segmentEditor .segmentContent #segmentName {
  width: 320px;
}
#segmentEditor .segmentContent #noRules {
  padding-top: 20px;
  padding-bottom: 25px;
}
#segmentEditor .segmentContent .rule {
  padding: 7px 70px 0px 10px;
  position: relative;
}
#segmentEditor .segmentContent .rule .friendlyRuleRow {
  min-height: 40px;
  line-height: 40px;
}
#segmentEditor .segmentContent .rule.even {
  background-color: #f5f5f5;
}
#segmentEditor .segmentContent .rule.odd {
  background-color: white;
}
#segmentEditor .segmentContent .rule div.andOrLabel {
  margin-bottom: 5px;
}
#segmentEditor .segmentContent .rule a.deleteRule {
  color: #b5b5b5;
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 10px;
  right: 18px;
  font-size: 18px;
}
#segmentEditor .segmentContent .rule a.deleteRule :hover {
  color: #dd360b;
}
#segmentEditor .segmentContent .rule a.cloneRule {
  color: #b5b5b5;
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 10px;
  right: 45px;
  font-size: 18px;
}
#segmentEditor .segmentContent .rule a.cloneRule :hover {
  color: #848484;
}
#segmentEditor .segmentContent .rule .k-list-container {
  width: auto !important;
}
#segmentEditor .segmentContent .rule .k-list-container .k-list .k-item {
  white-space: nowrap;
}
#segmentEditor .segmentContent .wideMultiselect {
  display: inline-block;
}
#segmentEditor .segmentContent .wideMultiselect .chosen-container {
  min-width: 300px;
}
#segmentEditor .newGroup {
  margin-top: 3px;
  margin-left: 6px;
  vertical-align: top;
  background: none;
  color: #0070D2;
}
#segmentEditor .segmentAdditionalSettings {
  margin-top: 40px;
}
#segmentEditor .actionLinkWrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
#segmentEditor .actionLinkWrapper .fas,
#segmentEditor .actionLinkWrapper .far {
  margin-right: 5px;
}
#segmentEditor .ruleGroupActions {
  padding: 5px 10px;
}
#segmentEditor .chip-container {
  margin: 4px;
  display: flex;
}
.segment-export-gear-modal .modal-content {
  padding: 10px;
}
/*====controls the popover appearance and overrides some styles from styles/main.css====*/
div.popover.select-invalid {
  display: block !important;
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: Salesforce Sans, Helvetica Neue, Arial, Noto Sans, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  background-color: #dd360b !important;
}
div.popover.select-invalid.bs-popover-right {
  margin-left: 0.2rem !important;
  margin-top: -0.5rem !important;
}
div.popover.select-invalid.bs-popover-right > div.arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  margin: -0.5rem 0 0 -0.6rem !important;
}
div.popover.select-invalid.bs-popover-right > div.arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
div.popover.select-invalid.show {
  opacity: 1;
}
div.popover.select-invalid > div.arrow {
  left: calc(-0.5rem - 1px);
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  margin: 0 0.3rem;
}
div.popover.select-invalid > div.arrow:after {
  border-right-color: #dd360b;
}
div.popover.select-invalid > .popover-body {
  padding: 0.5rem 0.75rem;
  color: #fff;
}
.egRuleStaticDropdownWrapper {
  display: inline-block;
}
.egRuleStaticDropdownWrapper .between-label {
  margin-left: 6px;
}
.egRuleStaticDropdownWrapper .prefix {
  margin-right: 0;
}
.egRuleStaticDropdownWrapper input[type="text"].narrow {
  margin-left: 3px;
  margin-right: 3px;
}
.egRuleStaticDropdownWrapper input[type="text"].narrowest {
  width: 60px;
}
.egRuleStaticDropdownWrapper > div {
  display: inline-block;
}
.egRuleStaticDropdownWrapper .k-dropdown {
  min-width: 140px;
}
.flex {
  align-content: stretch;
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: auto;
}
.flex-align-items-center {
  align-items: center;
}
.flex-full {
  align-content: stretch;
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: auto;
  width: 100%;
  flex-basis: 100%;
}
.flex-item {
  display: flex;
  flex-basis: auto;
  max-width: none;
  flex-shrink: 0;
  flex-grow: 0;
  order: 0;
}
.segmentRule {
  align-content: stretch;
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: auto;
  width: 100%;
  flex-basis: 100%;
  flex-wrap: wrap;
}
.segmentRule section > div.segmentCampaignList.chosenDropdownWrapper > div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.segmentRule .ruleSelectorWrapper {
  display: flex;
  flex-basis: auto;
  max-width: none;
  flex-shrink: 0;
  flex-grow: 0;
  order: 0;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 10px;
}
.segmentRule .ruleSelectorWrapper > div > *:not(:first-child):not(:last-child) {
  margin-left: 6px;
}
.segmentRule section {
  align-content: stretch;
  display: flex;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: auto;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 0;
}
.segmentRule section > * {
  display: flex;
  flex-basis: auto;
  max-width: none;
  flex-shrink: 0;
  flex-grow: 0;
  order: 0;
  margin-bottom: 10px;
}
.segmentRule section > *:first-child,
.segmentRule section > * + * {
  margin-right: 6px;
}
.segmentRule section .k-textbox > input,
.segmentRule section .k-autocomplete .k-input,
.segmentRule section .k-numeric-wrap .k-input,
.segmentRule section .k-dropdown-wrap .k-input,
.segmentRule section .k-combobox .k-input,
.segmentRule section .k-selectbox .k-input {
  text-indent: 0.8em;
  height: 1.94em;
  line-height: 1.94em;
  padding: 0.167em 0;
}
.segmentRule section input.dailyBucketDatePicker.k-input {
  padding: 0;
}
.segmentRule section div.error {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 0px;
  position: relative;
  left: -7px;
  padding: 0px 9px;
  width: 95px;
  background: #ffd0d0;
  border-radius: 0px 3px 3px 0px;
  text-align: right;
}
.segmentRule section .k-dropdown {
  width: auto;
}
.segmentRule section input.milesOf {
  width: 44px;
}
.segmentRule section .ruleStaticDropdown[ng-model="ngModel.matchCondition"] {
  width: 170px;
}
.segmentRule section .ruleStaticDropdown[ng-model="ngModel.matchCondition"] .k-dropdown {
  width: 100%;
}
.segmentRule section label input[type=checkbox] {
  margin-left: 7px;
}
.segmentRule section #customWorkflow {
  min-width: 500px;
}
.segmentRule section .smallMultiselect {
  display: inline-block;
}
.segmentRule section .smallMultiselect .egLocationCodeSearchWrapper .k-multiselect {
  width: 250px;
  height: 30px;
}
.segmentRule section .smallMultiselect .egLocationCodeSearchSingleSelect {
  width: 250px;
}
.segmentRule section .smallMultiselect .chosen-container {
  min-width: 150px;
}
.segmentRule .chosenDropdownWrapper {
  display: inline-block;
}
.segmentRule .customInfoIcon {
  display: inline-block;
  margin-left: -20px;
}
.segmentRule .GeoRuleInLocation .cityCodeWrapper,
.segmentRule .GeoRuleInLocation .metroCodeWrapper,
.segmentRule .GeoRuleInLocation .countryWrapper,
.segmentRule .GeoRuleInLocation .stateWrapper,
.segmentRule .GeoRuleInLocation .postalCodeWrapper {
  min-width: 260px;
}
#segmentEditor .list-description p {
  max-width: 450px;
  font-style: italic;
}
.timePeriodRule {
  display: inline-block;
}
.timePeriodRule > * {
  display: inline-block;
  margin-right: 6px;
}
.timePeriodRule input[type="text"] {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 13px;
}
select.timePeriodRule input[type="text"] {
  height: 30px;
  line-height: 30px;
}
textarea.timePeriodRule input[type="text"],
select[multiple].timePeriodRule input[type="text"] {
  height: auto;
}
.timePeriodRule .invalidDate .k-picker-wrap {
  border-color: #dd360b;
  background-color: #feede9;
}
.timePeriodRule .invalidDate .k-picker-wrap .dailyBucketDatePicker {
  background-color: #feede9;
}
#segmentsList .disabledSegment .rightPreviewPaneTitle {
  color: #999999;
}
#segmentsList .k-state-selected .disabledSegment .rightPreviewPaneTitle {
  color: #cccccc;
}
#segmentsList .enabledSegment .rightPreviewPaneTitle {
  color: #4a4a4a;
}
#segmentsList .k-state-selected .enabledSegment .rightPreviewPaneTitle {
  color: #ffffff;
}
#segmentsList .multi-select-buttons {
  padding: 10px;
}
#segmentsList .disabledSegment {
  opacity: 0.5;
}
#segmentsList .selectionFilter .right {
  float: right;
  margin-right: 15px;
}
#segmentsList .selectionFilter .right #allCustomersLink {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}
#segmentsList .selectionFilter .right #allCustomersLink .fas,
#segmentsList .selectionFilter .right #allCustomersLink .far {
  margin-right: 9px;
}
#segmentsList .folderItemList td > div,
#segmentsList #segments td > div {
  min-height: 16px;
}
#segmentsList .rightAlignNumberColumn {
  text-align: right;
}
#segmentsList .rightAlignNumberColumn.noElipsis {
  text-overflow: clip;
}
#segmentsList .inlineGridCellLeftAlign {
  display: inline-block;
  float: left;
}
#segmentsList .inlineGridCellLeftAlign .fa-exclamation-circle {
  color: rgba(221, 54, 11, 0.6);
}
#segmentsList .inlineGridCellLeftAlign .fa-clock {
  color: #848484;
}
#segmentsList .k-state-selected .inlineGridCellLeftAlign .fa-exclamation-circle {
  color: rgba(244, 81, 39, 0.6);
}
#segmentsList .k-state-selected .inlineGridCellLeftAlign .fa-clock {
  color: #b7b7b7;
}
#segmentsList .allSegment {
  margin-left: 13px;
}
#segmentsList .allSegment .fas,
#segmentsList .allSegment .far {
  margin-right: 9px;
}
#segmentsList #segments .dashboardChangeArrow .value {
  margin-left: 15px;
}
#segmentsList #segments .emailSubscriptionListIcon {
  margin: 0 4px 0 -4px;
  font-size: 10px;
}
#segmentsList .draggable {
  cursor: move;
  top: 1px;
  display: inline;
  margin-right: 5px;
}
#segmentsList .draggable .fa-ellipsis-v {
  font-size: 1.3em;
  margin-right: 1px;
  color: #b5b5b5;
  pointer-events: none;
}
#segmentsList .campaigns .disabled {
  color: #999999;
}
#segmentsList .campaigns .testing {
  color: rgba(221, 54, 11, 0.6);
}
#segment #pane-layout-header {
  background: #FFFFFF;
}
#segment .evergageSegmentDescription {
  margin-bottom: 17px;
  margin-top: 10px;
  max-height: 170px;
  overflow-y: auto;
}
#segment .selectionFilter {
  margin: 5px 0;
}
#segment .current .headerText {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
#segment .current .headerText small,
#segment .current .headerText .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
#segment .current .headerText small,
#segment .current .headerText .small {
  font-size: 65%;
}
#segment .segmentDescription {
  margin-top: 10px;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
.segmentDeletionModal .modal-header {
  text-align: center;
  padding-right: 3rem;
}
.segmentDeletionModal .modal-body {
  padding: 0;
}
.segmentDeletionModal .modal-body-content {
  padding: 10px 15px;
}
.segmentDeletionModal .bg-grey {
  background-color: #E5E5E5;
}
.segmentDeletionModal .fa-exclamation-triangle {
  margin-right: 4px;
}
.segmentDeletionModal input[type="checkbox"] {
  vertical-align: middle;
  margin-top: 0;
}
.segmentDeletionModal .fa-exclamation-triangle {
  color: #ff9600;
}
.segmentDeletionModal .btn-primary {
  background-color: #c23934;
}
.segmentDeletionModal .close-btn {
  position: absolute;
  z-index: 999999999;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 300;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  color: #0070D2;
  margin: 0;
  border: none;
  background-color: transparent;
}
#segmentEngagement iframe {
  height: 1000px;
}
.segmentExportOptionsModal .header i {
  padding-right: 5px;
}
.segmentExportOptionsModal hr {
  margin: 5px 0px;
}
.segmentExportOptionsModal .option-input-row {
  padding: 5px 0px;
}
.segmentExportOptionsModal .option-input-row h4 {
  margin: 0;
  padding: 0;
}
.segmentExportOptionsModal .option-input-row p {
  margin: 5px 0px;
  padding: 0;
}
.segmentExportOptionsModal .option-input-row label:not(.btn) {
  display: block;
  padding-left: 5px;
}
.segmentExportOptionsModal .option-input-row label:not(.btn) + label {
  padding-top: 5px;
}
.segmentExportOptionsModal .option-input-row .btn-group {
  padding: 10px 0px;
}
.segmentExportOptionsModal .option-input-row .chosen-container {
  width: 400px !important;
}
.segmentExportOptionsModal .option-input-row .bg-info .fas,
.segmentExportOptionsModal .option-input-row .bg-info .far {
  padding-right: 5px;
}
.segmentExportOptionsModal .footer {
  padding-top: 20px;
}
#segmentEngagement iframe {
  height: 1000px;
}
#segmentOverview iframe {
  height: 1000px;
}
.customerTypeIconWrapper {
  height: 15px;
  line-height: 15px;
  margin-right: 6px;
  font-size: 0.5em;
  margin-top: -3px;
}
.customerTypeIconWrapper .fa-stack-1x,
.customerTypeIconWrapper .fa-stack-2x,
.customerTypeIconWrapper .fa-stack-3x {
  position: absolute;
  left: 0;
}
.customerTypeIconWrapper .fa-stack-1x {
  line-height: inherit;
}
.customerTypeIconWrapper .fa-stack-2x {
  font-size: 2em;
}
.customerTypeIconWrapper .fa-stack-3x {
  font-size: 2.5em;
}
.customerTypeIconWrapper .customerTypeIconBadge {
  color: #ff9600;
  margin-top: 0.55em;
  margin-left: 0.55em;
}
.customerTypeIconWrapper .customerTypeIconBadge.account {
  margin-top: 0.75em;
}
.customerTypeIconWrapper .customerTypeIconBadgeText {
  color: #ffffff;
  margin-top: 0.8em;
  margin-left: 1.1em;
  font-weight: bolder;
}
.customerTypeIconWrapper .customerTypeIconBadgeText.account {
  margin-top: 1.4em;
}
.customerTypeIconWrapper .customerTypeImg {
  height: 24px;
  width: 24px;
  margin-top: -6px;
  margin-left: -9px;
  margin-bottom: auto;
  margin-right: auto;
  padding-left: 2.5px;
}
.customerTypeIconWrapper .emailSubscriptionListIconBadgeSymbol {
  color: #ffffff;
  margin-top: 0.8em;
  margin-left: 1.1em;
  font-weight: bolder;
}
.customerTypeIconWrapper .emailSubscriptionListIconBadgeSymbol.account {
  margin-top: 1.4em;
}
.customerTypeIconWrapper .emailSubscribeListIconBadge {
  color: #82c135;
  margin-top: 0.55em;
  margin-left: 0.55em;
}
.customerTypeIconWrapper .emailUnsubscribeListIconBadge {
  color: #dd360b;
  margin-top: 0.55em;
  margin-left: 0.55em;
}
#mobileActionMap {
  color: #585858;
  overflow: auto;
}
#mobileActionMap h4 {
  display: inline-block;
}
#mobileActionMap .right {
  margin-right: 25px;
}
#mobileActionMap .footer-right {
  margin-top: 0;
  padding: 15px 30px;
  border: none;
}
#mobileActionMap .formInvalid {
  border-color: #dd360b;
  background-color: hsl(20, 100%, 96%);
}
#mobileActionMap .search {
  position: relative;
}
#mobileActionMap .search input {
  text-indent: 16px;
}
#mobileActionMap .search .fa-search {
  color: #585858;
  position: absolute;
  padding: 8px;
}
#mobileActionMap .warning {
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #ff9600;
  line-height: 30px;
  z-index: 1;
}
#mobileActionMap .rightPreviewPane {
  min-height: 715px;
}
#mobileActionMap .newScreensList {
  background-color: #ffffff;
  padding: 1px 10px;
  position: relative;
}
#mobileActionMap .newScreensList .newScreens {
  position: relative;
  min-height: 275px;
}
#mobileActionMap .newScreensList .newScreens .right {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ff9600;
}
#mobileActionMap .newScreensList .newScreens span.screenshotCount {
  width: 120px;
  display: inline-block;
  text-align: right;
}
#mobileActionMap .newScreensList .newScreens .screenStackList {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  border: none;
  padding-bottom: 40px;
}
#mobileActionMap .newScreensList .newScreens .screenStackList.ignored {
  display: none;
}
#mobileActionMap .newScreensList .newScreens .screenStackList .screenshotTile {
  display: inline-block;
  padding: 10px;
  background-color: #e5e5e5;
  width: 125px;
  height: 145px;
  margin: 15px 15px 0px 0px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
#mobileActionMap .newScreensList .newScreens .screenStackList .screenshotTile.selected {
  -webkit-box-shadow: 0px 0px 0px 3px #82c135 inset;
  -moz-box-shadow: 0px 0px 0px 3px #82c135 inset;
  box-shadow: 0px 0px 0px 3px #82c135 inset;
}
#mobileActionMap .newScreensList .newScreens .screenStackList .screenshotTile.selected .screenshotVersion span {
  -webkit-box-shadow: 3px 0px #82c135 inset;
  -moz-box-shadow: 3px 0px #82c135 inset;
  box-shadow: 3px 0px #82c135 inset;
}
#mobileActionMap .newScreensList .newScreens .screenStackList .screenshotTile .numberScreensInStack {
  text-align: center;
  top: -15px;
  right: -16px;
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: orange;
  color: #ffffff;
  border-radius: 50%;
  line-height: 30px;
}
#mobileActionMap .newScreensList .newScreens .screenStackList .screenshotTile .image {
  height: 125px;
  position: relative;
  top: -2px;
}
#mobileActionMap .newScreensList .newScreens .screenStackList .screenshotTile .image .screenshot {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 115px;
  max-height: 115px;
}
#mobileActionMap .newScreensList .newScreens .screenStackList .screenshotTile .screenshotVersion {
  color: #585858;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 10px 0;
}
#mobileActionMap .newScreensList .newScreens .screenStackList .screenshotTile .screenshotVersion span {
  background-color: #ffffff;
  padding: 3px 15px;
}
#mobileActionMap .newScreensList .newScreens .screenStackList .screenshotTile .ignoreScreen {
  text-transform: uppercase;
  right: 0;
  position: absolute;
  bottom: 0;
  color: #585858;
  margin: 10px;
  cursor: pointer;
  font-weight: bold;
}
#mobileActionMap .newScreensList .newScreens .k-pager-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#mobileActionMap form h4 {
  margin: 5px 0px;
}
#mobileActionMap form textarea {
  resize: none;
  margin: 0px;
  height: auto;
  max-width: 410px;
  width: 96%;
}
#mobileActionMap form input {
  margin: 0px;
}
#mobileActionMap form label {
  display: inline-block;
  max-width: 420px;
  vertical-align: top;
}
#mobileActionMap form label#actionNameLabel {
  width: 165px;
  margin-right: 20px;
}
#mobileActionMap form label#matchRuleLabel {
  width: 92%;
}
/*
 * Copyright (C) 2010-2016 Evergage, Inc.
 * All rights reserved.
 */
#unmappedPagesSearch-list {
  display: none !important;
}
#actionMapping h1 {
  display: inline-block;
}
#actionMapping .infoIconLink {
  cursor: pointer;
  font-size: 18px;
  margin-left: 5px;
}
#actionMapping .infoIconLink > span {
  display: none;
}
#actionMapping .searchArea {
  padding: 10px;
}
#actionMapping .searchArea:after {
  content: "";
  display: table;
  clear: both;
}
#actionMapping .k-grid-openLink {
  display: none;
}
#actionMapping .k-grid td {
  word-break: break-all;
  white-space: normal;
}
#actionMapping .k-grid .fa-trash-alt:hover {
  color: #e13e06;
}
#actionMapping .k-grid .disabledAction {
  color: #999999;
}
#actionMapping .k-grid .k-state-selected .fas,
#actionMapping .k-grid .k-state-selected .far {
  color: #585858;
}
#actionMapping .k-grid .k-state-selected .fas:hover,
#actionMapping .k-grid .k-state-selected .far:hover {
  color: #4a4a4a;
}
#actionMapping .k-grid .k-state-selected .k-grid-openLink {
  display: block;
  color: #585858;
}
#actionMapping .k-grid .k-state-selected .k-grid-openLink:hover {
  color: #4a4a4a;
}
#actionMapping .k-grid .k-state-selected .disabledAction {
  color: #cccccc;
}
#actionMapping .filterCheckbox {
  margin-top: 15px;
  margin-left: 10px;
  color: #848484;
}
#appIntegration {
  background-color: #ffffff;
  min-height: 863px;
}
#appIntegration .k-dropdown {
  width: 150px;
}
#appIntegration .pageContent {
  padding: 0;
  background-color: #ffffff;
}
#appIntegration .pageContent .inputInvalid {
  border-color: #dd360b;
  background-color: hsl(20, 100%, 96%);
}
#appIntegration code {
  background-color: #efefef;
}
#appIntegration .textareaCode {
  width: 100%;
  max-width: 800px;
  font-family: monospace, monospace;
  font-size: 13px;
  line-height: 13px;
  height: 300px;
}
#appIntegration .handleOpenUrl {
  height: 150px;
}
#appIntegration .textareaCode.short {
  height: 60px;
}
#appIntegration h4 {
  margin: 15px 0px;
}
#apps {
  min-height: 863px;
  position: relative;
}
#apps h2 {
  margin-bottom: 28px;
}
#apps .k-dropdown {
  width: 110px;
}
#apps .k-pager-wrap {
  position: absolute;
  bottom: 0;
  width: 99%;
  margin-left: -10px;
}
#apps .overlay {
  text-align: left;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#apps #appName input[name=name] {
  border: dashed 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}
#apps #appName input[name=name]:focus {
  border-bottom: dashed 1px #0070D2;
}
#apps #os {
  position: absolute;
}
#apps .inlineAttribute {
  margin: 15px 0;
}
#apps .inlineAttribute h4 {
  display: inline;
}
#apps .nav-tabs #detectScreensButton {
  position: absolute;
  left: 450px;
  margin-left: 15px;
}
#apps .hideVisibility {
  visibility: hidden;
}
#apps .rightPreviewPane {
  margin-top: 37px;
  border: 1px solid #d5d5d5;
  border-left: 1px solid #b5b5b5;
  min-height: 270px;
}
#apps .newScreenshotsCount {
  background-color: orange;
  color: white;
  padding: 3px 7px;
  border-radius: 8px;
}
#apps .warning {
  text-align: center;
  top: 0;
  left: 5px;
  position: absolute;
  height: 30px;
  color: #ff9600;
  line-height: 30px;
  z-index: 1;
}
#apps .warning .fas,
#apps .warning .far {
  font-size: 16px;
  margin-right: 5px;
}
#apps .screenshotsListView {
  padding: 20px 10px 30px 10px;
  min-height: 250px;
  position: relative;
}
#apps .screenshotsListView .screenStackList {
  border: none;
}
#apps .screenshotsListView .screenStackList .selected {
  -webkit-box-shadow: 0px 0px 0px 3px #82c135 inset;
  -moz-box-shadow: 0px 0px 0px 3px #82c135 inset;
  box-shadow: 0px 0px 0px 3px #82c135 inset;
}
#apps .screenshotsListView .screenStackList .selected .screenshotVersion span {
  -webkit-box-shadow: 3px 0px #82c135 inset;
  -moz-box-shadow: 3px 0px #82c135 inset;
  box-shadow: 3px 0px #82c135 inset;
}
#apps .screenshotsListView .screenStackList .screenshotStack,
#apps .screenshotsListView .screenStackList .screenshotTile {
  display: inline-block;
  padding: 10px;
  background-color: #e5e5e5;
  width: 125px;
  height: 145px;
  margin: 10px 15px;
  cursor: pointer;
  position: relative;
}
#apps .screenshotsListView .screenStackList .screenshotStack.newStack,
#apps .screenshotsListView .screenStackList .screenshotTile.newStack {
  border: 1px solid #ff9600;
}
#apps .screenshotsListView .screenStackList .screenshotStack .numberScreensInStack,
#apps .screenshotsListView .screenStackList .screenshotTile .numberScreensInStack {
  text-align: center;
  top: -15px;
  right: -16px;
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #b0d7f4;
  color: #0070D2;
  border-radius: 50%;
  line-height: 30px;
  z-index: 1;
}
#apps .screenshotsListView .screenStackList .screenshotStack .image,
#apps .screenshotsListView .screenStackList .screenshotTile .image {
  height: 125px;
  position: relative;
  top: -2px;
}
#apps .screenshotsListView .screenStackList .screenshotStack .image .screenshot,
#apps .screenshotsListView .screenStackList .screenshotTile .image .screenshot {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 115px;
  max-height: 115px;
}
#apps .screenshotsListView .screenStackList .screenshotStack .screenshotVersion,
#apps .screenshotsListView .screenStackList .screenshotTile .screenshotVersion {
  color: #585858;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 10px 0;
}
#apps .screenshotsListView .screenStackList .screenshotStack .screenshotVersion span,
#apps .screenshotsListView .screenStackList .screenshotTile .screenshotVersion span {
  background-color: #ffffff;
  padding: 3px 15px;
}
#apps .screenshotsListView .screenStackList .screenshotStack .editScreenAction,
#apps .screenshotsListView .screenStackList .screenshotTile .editScreenAction {
  text-transform: uppercase;
  right: 0;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding: 10px 10px;
  cursor: pointer;
}
#apps .screenshotsListView .screenStackList .screenshotStack .editScreenAction i,
#apps .screenshotsListView .screenStackList .screenshotTile .editScreenAction i {
  margin: 0 3px;
}
#apps .screenshotsListView .screenStackList .screenshotStack .fa-redo,
#apps .screenshotsListView .screenStackList .screenshotTile .fa-redo {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 10px;
  cursor: pointer;
}
#apps .screenshotsListView .screenStackList .screenshotStack {
  -webkit-box-shadow: 10px -10px #d1d1d1;
  -moz-box-shadow: 10px -10px #d1d1d1;
  box-shadow: 10px -10px #d1d1d1;
}
#apps .screenshotsListView .screenStackList .screenshotStack.empty,
#apps .screenshotsListView .screenStackList .screenshotStack.single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#apps .screenshotsListView .screenStackList .tooltip {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 330px;
  background: none;
  text-align: center;
}
#apps .screenshotsListView .screenStackList .tooltip .tooltip-inner {
  background-color: #efefef;
  -webkit-box-shadow: 0px -1px 17px 2px #b5b5b5;
  -moz-box-shadow: 0px -1px 17px 2px #b5b5b5;
  box-shadow: 0px -1px 17px 2px #b5b5b5;
  padding: 25px;
  border-radius: 6px;
  text-align: left;
  position: relative;
  left: 55px;
}
#apps .screenshotsListView .screenStackList .tooltip .tooltip-inner h4 {
  margin: 5px 0;
}
#apps .screenshotsListView .screenStackList .tooltip .tooltip-arrow {
  width: 5px;
  border-bottom-color: #efefef;
  z-index: 1;
}
#apps .screenshotsListView .screenStackList .tooltip .screenshotDetails {
  background-color: #efefef;
  margin: 0px auto;
  display: block;
}
#apps .screenshotsListView .screenStackList .tooltip .screenshotDetails img {
  max-height: 300px;
  max-width: 280px;
}
#apps #trackedScreenshotsListView {
  color: #ffffff;
}
#apps #trackedScreenshotsListView .overlay {
  background-color: #848484;
  opacity: 0.8;
}
#apps #trackedScreenshotsListView .overlay p {
  margin: 30px 15px;
  text-overflow: ellipsis;
  overflow: auto;
  max-height: 95px;
}
#apps #trackedScreenshotsListView .screenshotVersion {
  background-color: #ffffff;
}
#apps #tempAndroidMessage {
  width: 460px;
  height: 85px;
  border: 1px solid #848484;
  background-color: #efefef;
  border-radius: 5px;
  position: relative;
  margin-top: 50px;
}
#apps #tempAndroidMessage .fa-info-circle {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  background-color: #848484;
  height: 100%;
  line-height: 85px;
  padding-left: 10px;
  padding-right: 10px;
}
#apps #tempAndroidMessage p {
  margin: 20px 10px 20px 50px;
}
#apps #dotToggle {
  margin-left: 5px;
}
#apps #pushSetupModal .row {
  margin-left: 0;
  margin-right: 0;
}
#attributes section {
  width: 100%;
}
#attributes .col {
  float: left;
  width: 550px;
}
#attributes .newLink {
  margin-top: 15px;
  margin-bottom: 30px;
}
#attributes section {
  margin-bottom: 25px;
}
#attributes .hidden {
  display: none;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#beforeInitJavascript .aceEditor {
  border: 2px solid grey;
  height: 500px;
  width: 100%;
}
#beforeInitJavascript .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
#catalog-setup {
  /* Content Zones List */
}
#catalog-setup textarea {
  resize: none;
}
#catalog-setup .switch-container {
  width: 110px;
}
#catalog-setup .switch-container .switch label:nth-of-type(1) {
  left: -60px;
}
#catalog-setup .pull-right.btn-row {
  padding: 15px;
}
#catalog-setup .nav {
  padding: 0 15px 15px 15px;
}
#catalog-setup .nav .nav-item.active {
  background-color: #e6e6e6;
}
#catalog-setup .nav .nav-item:hover,
#catalog-setup .nav .nav-item a:hover {
  color: #0062b9;
  background-color: #f2f2f2;
}
#catalog-setup .nav .fa-check {
  visibility: hidden;
}
#catalog-setup .nav .fa-check.enabled {
  visibility: visible;
  color: #82c135;
}
#catalog-setup .optionsRow {
  padding-left: 15px;
}
#catalog-setup .itemSetupSection {
  margin: 20px 0;
}
#catalog-setup .nav-header {
  padding-left: 15px;
}
#catalog-setup .gridWrapper {
  min-height: 150px;
}
#catalog-setup .staticRelationships {
  margin-top: 15px;
  max-width: 425px;
  width: 100%;
}
#catalog-setup .staticRelationships .choiceRow td {
  padding: 7px;
}
#catalog-setup .staticRelationships .choiceRow td i {
  cursor: pointer;
}
#catalog-setup .staticRelationships .choiceRow td:last-child {
  width: 50px;
}
#catalog-setup .staticRelationships .oddRow {
  background-color: #ffffff;
}
#catalog-setup .staticRelationships .evenRow {
  background-color: #f3f7fb;
}
#catalog-setup .right .switch-container {
  top: 23px;
}
#catalog-setup section {
  margin-bottom: 25px;
}
#catalog-setup .internal-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  width: 40%;
}
#catalog-setup .internal-wrapper .form-group {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-left: 0;
}
#catalog-setup tr[lg-row] button.btn.btn-sm {
  padding: 2px 0px !important;
}
html #catalog-setup .k-edit-cell .k-tooltip,
html #catalog-setup .k-grid-edit-row .k-tooltip {
  max-width: 400px;
}
#catalog-setup [k-options=attributeGridOptions] {
  overflow: visible;
}
/*
 * Copyright 2010-2021 salesforce.com, inc.
 * All Rights Reserved. Company Confidential.
 */
.confirmAttributeDeletionModal .modal-header {
  text-align: center;
  padding-right: 3rem;
}
.confirmAttributeDeletionModal .modal-body {
  padding: 0;
}
.confirmAttributeDeletionModal .modal-body-content {
  padding: 10px 15px;
}
.confirmAttributeDeletionModal .bg-grey {
  background-color: #E5E5E5;
}
.confirmAttributeDeletionModal .fa-exclamation-triangle {
  margin-right: 4px;
}
.confirmAttributeDeletionModal input[type="checkbox"] {
  vertical-align: middle;
  margin-top: 0;
}
.confirmAttributeDeletionModal .fa-exclamation-triangle {
  color: #ff9600;
}
.confirmAttributeDeletionModal .btn-primary {
  background-color: #c23934;
}
.confirmAttributeDeletionModal .close-btn {
  position: absolute;
  z-index: 999999999;
  cursor: pointer;
  font-size: 3rem;
  font-weight: 300;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  color: #0070D2;
  margin: 0;
  border: none;
  background-color: transparent;
}
#data-model-configuration {
  /* Content Zones List */
}
#data-model-configuration textarea {
  resize: none;
}
#data-model-configuration .switch-container {
  width: 110px;
}
#data-model-configuration .switch-container .switch label:nth-of-type(1) {
  left: -60px;
}
#data-model-configuration .pull-right.btn-row {
  padding: 15px;
}
#data-model-configuration .nav {
  padding: 0 15px 15px 15px;
}
#data-model-configuration .nav .nav-item.active {
  background-color: #e6e6e6;
}
#data-model-configuration .nav .nav-item:hover,
#data-model-configuration .nav .nav-item a:hover {
  color: #0062b9;
  background-color: #f2f2f2;
}
#data-model-configuration .nav .nav-item a {
  max-width: 100%;
  padding: 4px 15px;
}
#data-model-configuration .nav .nav-item a .nav-item-check,
#data-model-configuration .nav .nav-item a .nav-item-text {
  vertical-align: top;
  margin-top: 4px;
}
#data-model-configuration .nav .nav-item a .nav-item-check {
  display: block;
  float: left;
  height: 20px;
  line-height: 1;
  margin-right: 5px;
  padding: 3.5px 0;
  width: 13px;
}
#data-model-configuration .nav .nav-item a .nav-item-check .fa-check {
  height: 13px;
  width: 13px;
}
#data-model-configuration .nav .nav-item a .nav-item-text {
  display: inline-block;
  line-height: 20px;
  max-width: calc(100% - 20px);
  margin-bottom: 4px;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#data-model-configuration .nav .fa-check {
  display: inline-block;
  visibility: hidden;
}
#data-model-configuration .nav .fa-check.enabled {
  visibility: visible;
  color: #82c135;
}
#data-model-configuration .optionsRow {
  padding-left: 15px;
}
#data-model-configuration #attributes-section .section-description pre {
  overflow: hidden;
}
#data-model-configuration .itemSetupSection {
  margin: 20px 0;
}
#data-model-configuration .nav-header {
  padding-left: 15px;
}
#data-model-configuration h4.nav-header {
  padding-left: 1.75em;
}
#data-model-configuration .nav-header > [role="button"] {
  margin-left: 0.5em;
}
#data-model-configuration #enable-state-toggle {
  min-height: 30px;
  padding: 5px 0;
}
#data-model-configuration #enable-state-toggle .col-sm-6 {
  padding: 0;
  width: 100%;
}
#data-model-configuration #enable-state-toggle .col-sm-6 .switch-container {
  height: 2rem;
  top: 0;
  width: 18rem;
}
#data-model-configuration #enable-state-toggle .col-sm-6 .switch-container .switch {
  left: 7.25rem;
  top: 0.25rem;
}
#data-model-configuration .col-sm-6 {
  float: unset;
}
#data-model-configuration div[ng-switch-when],
#data-model-configuration #data-model-object-setup {
  height: 100%;
}
#data-model-configuration .gridWrapper {
  min-height: 150px;
}
#data-model-configuration .gridWrapper > div[kendo-grid] {
  overflow-y: visible;
}
#data-model-configuration .gridWrapper > div[kendo-grid] table tbody tr td#aria_active_cell {
  cursor: default;
}
#data-model-configuration .gridWrapper > div[kendo-grid] table tbody tr td#aria_active_cell > a:not('.disabled') {
  cursor: pointer;
}
#data-model-configuration .gridWrapper .k-dirty {
  border-color: #e67e22 transparent transparent #e67e22;
}
#data-model-configuration .gridWrapper .k-invalid-msg {
  max-width: 400px;
  white-space: normal;
  word-break: break-word;
}
#data-model-configuration .staticRelationships {
  margin-top: 15px;
  max-width: 425px;
  width: 100%;
}
#data-model-configuration .staticRelationships .choiceRow td {
  padding: 7px;
}
#data-model-configuration .staticRelationships .choiceRow td i {
  cursor: pointer;
}
#data-model-configuration .staticRelationships .choiceRow td:last-child {
  width: 50px;
}
#data-model-configuration .staticRelationships .oddRow {
  background-color: #ffffff;
}
#data-model-configuration .staticRelationships .evenRow {
  background-color: #f3f7fb;
}
#data-model-configuration .right .switch-container {
  top: 23px;
}
#data-model-configuration #associated-catalog-objects {
  clear: both;
  margin-right: 1.5rem;
  width: 38.5rem;
}
#data-model-configuration #associated-catalog-objects.for-built-in-objects {
  width: 31.5rem;
}
#data-model-configuration #associated-catalog-objects .details-wrapper h3 {
  margin-top: 0;
}
#data-model-configuration #associated-catalog-objects .details-wrapper .names-list {
  margin-bottom: 0.5em;
}
#data-model-configuration #associated-catalog-objects .details-wrapper p {
  margin-bottom: 0;
}
#data-model-configuration section {
  margin-bottom: 25px;
}
#data-model-configuration .internal-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
  width: 40%;
}
#data-model-configuration .internal-wrapper h3 {
  margin-top: 5px;
}
#data-model-configuration .internal-wrapper .form-group {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 0;
}
#data-model-configuration tr[lg-row] button.btn.btn-sm {
  padding: 2px 0px !important;
}
html #data-model-configuration .k-edit-cell .k-tooltip,
html #data-model-configuration .k-grid-edit-row .k-tooltip {
  max-width: 400px;
}
#data-model-configuration [k-options=attributeGridOptions] {
  overflow: visible;
}
#mobileActionMap {
  text-align: center;
  font-size: 16px;
}
#mobileActionMap .modal-footer {
  border: none;
  margin: 0;
  text-align: center;
}
#mobileActionMap p {
  margin: 20px 20px;
}
#emailSetup .row.header {
  line-height: 30px;
}
#emailSetup .k-grid-edit-row input:not(.k-textbox) {
  width: 300px;
}
#emailSetup .k-grid-edit-row .k-textbox {
  height: 30px;
  padding: 0;
  width: 320px;
}
#emailSetup .link-command {
  padding: 0 15px 0 0;
  white-space: nowrap;
}
#emailSetup .k-grid-delete {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  text-align: center;
}
#emailSetup .completed {
  color: #82c135;
}
#emailSetup .error {
  color: #dd360b;
}
#emailSetup .k-pager-wrap {
  display: none;
}
#emailSetup .aceEditor {
  height: 300px;
}
#emailSetup .selection-container {
  margin: 0 36px;
}
#emailSetup .switch label:nth-of-type(1) {
  left: -65px;
}
#emailSetup .emailUnsubscribePage .checkbox-label {
  font-weight: bold;
}
#emailSetup .emailUnsubscribePage .editor-header {
  font-weight: bold;
  margin-bottom: 20px;
}
#emailSetup .emailUnsubscribePage .settings-row {
  margin: 10px 0 5px 0;
}
#emailSetup .emailUnsubscribePage .k-dropdown {
  width: 260px;
}
#emailSetup .frequencyConfiguration {
  position: relative;
  max-width: 750px;
}
#emailSetup .frequencyConfiguration .k-dropdown {
  width: 155px;
  margin: 0 5px;
}
#emailSetup .frequencyConfiguration .k-dropdown:first-child {
  margin: 0 5px 0 0;
}
#emailSetup .frequencyConfiguration input {
  margin: 0 5px;
}
#emailSetup .itemExclusionConfiguration {
  position: relative;
  max-width: 750px;
}
#emailSetup .itemExclusionConfiguration .k-dropdown {
  width: 155px;
  margin: 0 5px;
}
#emailSetup .itemExclusionConfiguration .k-dropdown:first-child {
  margin: 0 5px 0 0;
}
#emailSetup .itemExclusionConfiguration input {
  margin: 0 5px;
}
#emailSetup .deleteConfiguration {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  color: #848484;
}
#emailSetup .deleteConfiguration:hover {
  color: #dd360b;
}
/*
 * Copyright (C) 2010-2016 Evergage, Inc.
 * All rights reserved.
 */
#engagement {
  margin-bottom: 200px;
}
#engagement i {
  font-size: 14px;
}
#engagement section {
  margin: 30px 0;
}
#engagement #engagementWrapper {
  max-width: 970px;
}
#engagement #engagementLeft {
  width: 570px;
  float: left;
}
#engagement #engagementRight {
  width: 400px;
  margin-top: 120px;
  float: right;
}
@media (max-width: 1236px) {
  #engagement #engagementRight {
    margin-top: 0px;
    margin-left: 60px;
    float: left;
  }
}
#engagement .pageSubTitle {
  text-align: left;
  margin-top: 10px;
}
#engagement .engagementSection {
  margin: 10px;
}
#engagement .engagementSection.visitSettings .k-slider-selection,
#engagement .engagementSection.visitSettings .k-draghandle {
  background-color: #227414;
  border-color: #227414;
}
#engagement .engagementSection.actionSettings .k-slider-selection,
#engagement .engagementSection.actionSettings .k-draghandle {
  background-color: #640974;
  border-color: #640974;
}
#engagement .engagementSection.kpiSettings .k-slider-selection,
#engagement .engagementSection.kpiSettings .k-draghandle {
  background-color: #DB6F05;
  border-color: #DB6F05;
}
#engagement .engagementSection.segmentSettings .k-slider-selection,
#engagement .engagementSection.segmentSettings .k-draghandle {
  background-color: #1589EE;
  border-color: #1589EE;
}
#engagement .engagementSection .metricConfigurationTop {
  margin: 10px 5px;
  white-space: nowrap;
}
#engagement .engagementSection .metricConfigurationTop .engagementSectionHeader {
  margin: 0px;
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  text-transform: capitalize;
}
#engagement .engagementSection .metricConfigurationTop .engagementSectionHeader.upperCase {
  text-transform: uppercase;
}
#engagement .engagementSection .metricConfigurationTop .fa-lock,
#engagement .engagementSection .metricConfigurationTop .fa-unlock-alt {
  cursor: pointer;
}
#engagement .engagementSection .metricConfigurationTop .metricConfigurationSlider {
  vertical-align: middle;
}
#engagement .engagementSection .metricConfigurationTop .metricConfigurationInput.k-numerictextbox {
  width: 80px;
  margin-left: 10px;
}
#engagement .engagementSection .metricConfigurationTop .expandToggle {
  margin: 0 10px;
  color: #848484;
}
#engagement .engagementSection .metricConfigurationTop .expandToggle i {
  margin: 2px;
}
#engagement .engagementSection .metricConfigurationTop .expandToggle span {
  display: inline-block;
  width: 60px;
}
#engagement .engagementSection .metricConfigurationTop > i {
  margin: 0 10px;
}
#engagement .engagementSection .metricConfigurationExpanded {
  background-color: #f5f5f5;
  width: 490px;
  padding: 30px;
}
#engagement .engagementSection .metricConfigurationExpanded .engagementRowWrapper {
  margin: 20px 0;
}
#engagement .engagementSection .metricConfigurationExpanded .engagementRowWrapper:first-child {
  margin-top: 0px;
}
#engagement .engagementSection .metricConfigurationExpanded .engagementRowWrapper:last-child {
  margin-bottom: 0px;
}
#engagement .engagementSection .metricConfigurationExpanded .engagementRowWrapper .childConfigurationName {
  font-size: 15px;
  line-height: 32px;
  margin-left: 10px;
}
#engagement .engagementSection .metricConfigurationExpanded .engagementRowWrapper .fa-times {
  color: #848484;
}
#engagement .engagementSection .metricConfigurationExpanded .engagementRowWrapper .childConfigurationRadioGroups {
  display: inline-block;
  white-space: nowrap;
  float: right;
}
#engagement .engagementSection .metricConfigurationExpanded .engagementRowWrapper .childConfigurationWeightRadio {
  display: inline-block;
  float: right;
}
#engagement .engagementSection .metricConfigurationExpanded .engagementRowWrapper .childConfigurationWeightDirection {
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  float: right;
  margin-right: 4px;
}
#engagement .engagementSection .metricConfigurationExpanded .childConfigurationOptions {
  margin-left: 35px;
  margin-top: 10px;
  white-space: nowrap;
}
#engagement .engagementSection .metricConfigurationExpanded .childConfigurationOptions > * {
  margin-right: 4px;
}
#engagement .engagementSection .metricConfigurationExpanded .childConfigurationOptions .engagementRowOptionsLabel {
  font-size: 13px;
}
#engagement .engagementSection .metricConfigurationExpanded .childConfigurationOptions .engagementRowAdditionalOptions {
  display: inline-block;
}
#engagement .engagementSection .metricConfigurationExpanded .childConfigurationOptions .engagementRowAdditionalOptions .engagementCustomTargetInput {
  width: 80px;
  margin-right: 4px;
}
#engagement .engagementSection .metricConfigurationExpanded .childConfigurationOptions .engagementRowAdditionalOptions .engagementCustomTargetDropdown {
  width: 100px;
}
#engagement .engagementSection .metricConfigurationExpanded .metricConfigurationAddChild {
  margin-top: 15px;
}
#engagement .engagementSection .metricConfigurationExpanded .metricConfigurationAddChild:first-child {
  margin-top: 0px;
}
#engagement .engagementSection .metricConfigurationExpanded .metricConfigurationAddChild i {
  background: none;
  color: #0070D2;
  padding: 0px;
}
#engagement .engagementSection .metricConfigurationExpanded .metricConfigurationAddChild .configurationAddChildWrapper {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
#engagement .engagementSection .metricConfigurationExpanded .metricConfigurationAddChild .search-field {
  min-width: 200px;
}
#engagement .engagementSection .metricConfigurationExpanded .metricConfigurationAddChild .search-field input {
  min-width: 200px;
}
#engagement #engagementVisits .childConfigurationName {
  margin-left: 0px;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
#filtersAndGoals .totalBox {
  border: 2px solid #0070D2;
  text-align: center;
  border-radius: 5px;
}
#filtersAndGoals .totalBox span {
  display: block;
}
#filtersAndGoals .totalBox span:first-child {
  font-size: 20px;
  font-weight: 500;
}
#filtersAndGoals .totalBox .warning {
  color: #dd360b !important;
}
#filtersAndGoals .segmentCategories .chosen-container {
  width: 100% !important;
}
#filtersAndGoals .segmentCategories .segmentSelectBox li.search-choice {
  display: none;
}
#filtersAndGoals .segmentCategories .segmentList {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
}
#filtersAndGoals .segmentCategories .segmentList .choiceRow td {
  padding: 7px;
}
#filtersAndGoals .segmentCategories .segmentList .choiceRow td i {
  cursor: pointer;
  float: right;
}
#filtersAndGoals .segmentCategories .segmentList .oddRow {
  background-color: #ffffff;
}
#filtersAndGoals .segmentCategories .segmentList .evenRow {
  background-color: #f3f7fb;
}
.funnel-form-modal .modal-body {
  overflow-y: auto;
}
.funnel-form-modal #funnelNameLabel {
  display: inline;
}
.funnel-form-modal #funnelNameArea {
  display: inline;
}
.funnel-form-modal #funnelNameArea .show-errors-wrapper {
  display: inline;
}
.funnel-form-modal #funnelNameArea .current-message {
  margin-left: 100px;
}
.funnel-form-modal .form-group {
  padding: 0 15px 0 15px;
}
.funnel-form-modal #defaultTraversal {
  margin-left: 4px;
}
.funnel-form-modal #defaultTraversal div {
  margin-left: -9px;
  display: inline;
}
.funnel-form-modal #traversalConfig {
  position: relative;
  margin: 15px 0 30px 10px;
}
.funnel-form-modal ul {
  list-style: none;
  padding-left: 0;
}
.funnel-form-modal .actionRow {
  display: list-item;
  list-style: none;
  position: relative;
  padding: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.funnel-form-modal .actionRow .fa-ellipsis-v {
  vertical-align: top;
  font-size: 1.5em;
  margin-right: 2px;
}
.funnel-form-modal .actionRow .input-inline-display {
  display: inline;
}
.funnel-form-modal .actionRow .actionListValue {
  vertical-align: middle;
  margin-left: 13px;
  display: inline;
}
.funnel-form-modal .actionRow .actionListValue.input {
  margin-left: 6px;
}
.funnel-form-modal .actionRow:not(:first-of-type) {
  border-top: 1px solid #b5b5b5;
}
.funnel-form-modal .actionRow #actionIcons {
  position: absolute;
  top: 12px;
  right: 20px;
}
.funnel-form-modal .action-error {
  color: #dd360b;
  margin-left: 3px;
}
.funnel-form-modal #addAction {
  margin-left: 8px;
}
.push-pull-settings {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.push-pull-settings ul.nav.nav-tabs {
  cursor: default;
}
.push-pull-settings ul.nav.nav-tabs > .li {
  cursor: pointer;
}
.push-pull-settings .customer-type-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: 20px;
}
.push-pull-settings .customer-type-tabs > .nav-tabs > li {
  color: #585858;
  background-color: #b5b5b5;
  border: none;
  padding-top: 0;
  margin-right: 4px;
}
.push-pull-settings .customer-type-tabs > .nav-tabs > li a {
  color: #585858;
}
.push-pull-settings .customer-type-tabs > .nav-tabs > li:first-child {
  margin-left: 0;
}
.push-pull-settings .customer-type-tabs > .nav-tabs > li.active {
  background-color: #efefef;
  border: none;
}
.push-pull-settings .customer-type-tabs > .nav-tabs > li.active > a {
  color: #585858;
  background-color: #efefef;
}
.push-pull-settings .customer-type-tabs > .nav-tabs > li.active > a:hover {
  color: #585858;
}
.push-pull-settings .customer-type-tabs > .tab-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.push-pull-settings .customer-type-tabs > .tab-content > .tab-pane {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.push-pull-settings .customer-type-tabs > .tab-content > .tab-pane.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.push-pull-settings .outer-wrapper {
  background-color: #efefef;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 25px;
}
.push-pull-settings .outer-wrapper .two-column-wrapper {
  background-color: #ffffff;
  border-radius: 8px;
}
.push-pull-settings .outer-wrapper .two-column-wrapper .column-wrapper:first-child {
  padding: 5px 15px 5px 5px;
}
.push-pull-settings .outer-wrapper .two-column-wrapper .column-wrapper:last-child {
  padding: 5px 5px 5px 15px;
}
.push-pull-settings .outer-wrapper .two-column-wrapper .middle-column {
  width: 20%;
  line-height: 8px;
  margin-top: 18px;
}
.push-pull-settings .outer-wrapper .two-column-wrapper .middle-column .middle-cell {
  height: 33px;
}
.push-pull-settings .outer-wrapper .two-column-wrapper .middle-column .column .column-content.middle-content {
  padding-top: 0;
}
.push-pull-settings .two-column-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: #efefef;
}
.push-pull-settings .two-column-wrapper:before,
.push-pull-settings .two-column-wrapper:after {
  display: table;
  content: " ";
}
.push-pull-settings .two-column-wrapper:after {
  clear: both;
}
.push-pull-settings .two-column-wrapper:before,
.push-pull-settings .two-column-wrapper:after {
  display: table;
  content: " ";
}
.push-pull-settings .two-column-wrapper:after {
  clear: both;
}
.push-pull-settings .two-column-wrapper .column-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.push-pull-settings .two-column-wrapper .column-wrapper:first-child {
  padding: 30px 15px 30px 30px;
}
.push-pull-settings .two-column-wrapper .column-wrapper:last-child {
  padding: 30px 30px 30px 15px;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: white;
  border-radius: 8px;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .column-header {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: visible;
  margin-left: 0%;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .column-content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 15px;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .column-content .match-field-summary {
  margin: auto;
  width: 100%;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .column-content .match-field-summary .remove-option {
  float: right;
  margin-top: 5px;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .column-content .match-field-summary .match-field-name {
  font-size: 18px;
  line-height: 33px;
  margin-top: 75px;
  margin-bottom: 20px;
  margin-left: 20%;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .column-content .match-field-summary .fa-arrows-alt-h {
  font-size: 40px;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .column-content .field-summary {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .column-content .field-summary img {
  display: inline-block;
  height: 28px;
  vertical-align: middle;
  margin-top: -5px;
  border: 1px solid #efefef;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .column-content .subInfo {
  margin-left: 33.5px;
  font-size: 13px;
  font-weight: normal;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .column-footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .field-name {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.push-pull-settings .two-column-wrapper .column-wrapper .column .remove-button {
  float: right;
  margin-top: 0 !important;
  font-size: 14px;
}
.push-pull-settings .add-button,
.push-pull-settings .remove-button {
  cursor: pointer;
}
.push-pull-settings .match-outer-wrapper {
  max-width: 850px;
}
.push-pull-settings .push-pull-outer-wrapper {
  max-width: 1050px;
}
.push-pull-settings .remove-button {
  color: #d5d5d5;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
.push-pull-settings .remove-button:hover {
  color: #e13e06;
}
.push-pull-settings .productHeader .productIconWrapper {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: inherit;
  margin: 10px;
  margin-right: 5px;
  text-align: center;
}
.push-pull-settings .productHeader .productIconWrapper img.icon {
  width: 32px;
  height: 32px;
  vertical-align: inherit;
  margin: 5px;
}
.push-pull-settings .productHeader .productLabel {
  vertical-align: top;
  line-height: 62px;
  font-size: 17px;
  font-weight: bold;
}
.push-pull-settings .productHeader .productLabelNoIcon {
  margin-left: 10px !important;
}
.push-pull-settings .productHeader .middle-header {
  height: 40px;
}
.push-pull-settings .subheader {
  margin-left: 14px;
}
.push-pull-settings .subheader .fa-long-arrow-alt-right {
  font-size: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.push-pull-settings .subheader .fa-long-arrow-alt-left {
  font-size: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.push-pull-settings .subheader .evergage-logo-border {
  border: 1px solid #b5b5b5;
}
.push-pull-settings .column-footer {
  margin: 20px;
  font-size: 14px;
}
.push-pull-settings .column-footer .fas,
.push-pull-settings .column-footer .far {
  margin-right: 5px;
}
.field-editor-modal .modal-dialog {
  width: 700px;
}
.field-editor-modal .modal-content {
  max-height: 500px;
}
.field-editor-modal .modal-content .modal-header {
  background: #efefef;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 5px;
  -moz-background-clip: padding;
  border-top-right-radius: 5px;
  background-clip: padding-box;
}
.field-editor-modal .modal-content .modal-body {
  background: #ffffff;
  height: 300px;
}
.field-editor-modal .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: #efefef;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 5px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 5px;
  background-clip: padding-box;
}
.field-editor-modal .validation-errors {
  padding: 30px;
  height: 60px;
}
.field-editor-modal .save.disabled {
  background: #b5b5b5;
  color: #808080;
}
.field-editor-modal .field-setup-row {
  margin-left: 4px;
  margin-bottom: 10px;
}
.field-editor-modal .field-setup-row .field-setup-item {
  display: inline-block;
}
.field-editor-modal table.attributes tr td:first-child {
  width: 315px;
}
.field-editor-modal table.attributes tr td .k-dropdown {
  margin-left: 0;
  margin-right: 0;
  width: 221px;
}
.field-editor-modal table.attributes tr td .k-dropdown span.k-dropdown-wrap {
  margin-left: 0;
  margin-right: 0;
}
.field-editor-modal table.attributes td {
  vertical-align: middle;
}
.field-editor-modal table.attributes tr td span.k-autocomplete {
  margin-left: 0;
  margin-right: 0;
}
.field-editor-modal .sync-field-type-dropdown span.k-dropdown {
  width: 220px;
}
.field-editor-modal .two-column-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-height: 225px;
}
.field-editor-modal .two-column-wrapper:before,
.field-editor-modal .two-column-wrapper:after {
  display: table;
  content: " ";
}
.field-editor-modal .two-column-wrapper:after {
  clear: both;
}
.field-editor-modal .two-column-wrapper:before,
.field-editor-modal .two-column-wrapper:after {
  display: table;
  content: " ";
}
.field-editor-modal .two-column-wrapper:after {
  clear: both;
}
.field-editor-modal .two-column-wrapper .column-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.field-editor-modal .two-column-wrapper .column-wrapper:first-child {
  padding: 30px 15px 30px 30px;
}
.field-editor-modal .two-column-wrapper .column-wrapper:last-child {
  padding: 30px 30px 30px 15px;
}
.field-editor-modal .two-column-wrapper .column-wrapper .column {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: white;
  border-radius: 8px;
}
.field-editor-modal .two-column-wrapper .column-wrapper .column .column-header {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: auto;
}
.field-editor-modal .two-column-wrapper .column-wrapper .column .column-content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.field-editor-modal .two-column-wrapper .column-wrapper .column .column-footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.field-editor-modal .two-column-wrapper .column-wrapper .column .middle-column {
  margin: auto;
  width: 100%;
  line-height: 10px;
}
.field-editor-modal .productHeader .productIconWrapper {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: inherit;
  margin: 10px;
  margin-left: 0;
  margin-right: 5px;
  text-align: center;
}
.field-editor-modal .productHeader .productIconWrapper img.icon {
  width: 32px;
  height: 32px;
  vertical-align: inherit;
  margin: 5px;
}
.field-editor-modal .productHeader .productLabel {
  vertical-align: top;
  margin-left: 0;
  line-height: 62px;
  font-size: 17px;
  font-weight: bold;
}
#salesforceCRMEditor .topSalesforceTabs ul.nav-tabs {
  border-bottom: 1px solid #d5d5d5 !important;
}
#salesforceCRMEditor .tab-content {
  padding-top: 15px;
  padding-left: 10px;
}
#salesforceCRMEditor .tab-content .labelCell {
  font-weight: bold;
  color: #585858;
  width: 160px;
}
#salesforceCRMEditor .tab-content .labelCellTop {
  vertical-align: top;
}
#salesforceCRMEditor .tab-content .connectionStatusTable {
  margin-bottom: 6px;
}
#salesforceCRMEditor .tab-content .connectionStatusTable td {
  padding-bottom: 10px;
}
#salesforceCRMEditor .tab-content .connectionStatusTable .skippedJobStatusText {
  font-weight: bold;
  color: #ff9600;
}
#salesforceCRMEditor .tab-content .connectionStatusTable .failedJobStatusText {
  font-weight: bold;
  color: #dd360b;
}
#salesforceCRMEditor .tab-content .connectionStatusTable .successJobStatusText {
  font-weight: bold;
  color: #519100;
}
#salesforceCRMEditor .tab-content .connectionStatusTable .inProgressJobStatusText {
  font-weight: bold;
  color: #0070D2;
}
#salesforceCRMEditor .tab-content .connectionStatusTable .lastSyncDate {
  font-weight: bold;
}
#salesforceCRMEditor .tab-content .connectionStatusTable .authenticatedAuthState {
  color: #519100;
}
#salesforceCRMEditor .tab-content .connectionStatusTable .otherAuthState {
  color: #ff9600;
}
#salesforceCRMEditor .tab-content .connectionStatusTable .refreshSection {
  padding-left: 10px;
}
#salesforceCRMEditor .tab-content .connectionStatusTable .refreshSection .fa-sync {
  padding-right: 5px;
}
#salesforceCRMEditor .tab-content .detailedStatusMessages {
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #e8eef7;
}
#salesforceCRMEditor .tab-content detailedStatusMessagesToggle {
  padding-bottom: 8px;
}
#salesforceCRMEditor .tab-content detailedStatusMessagesToggle .fixed-width-toggle-icons {
  width: 8px;
}
#salesforceCRMEditor .tab-content .connectToSalesforceToggle {
  padding-bottom: 8px;
}
#salesforceCRMEditor .tab-content .connectToSalesforceToggle .fixed-width-toggle-icons {
  width: 8px;
}
#salesforceCRMEditor .tab-content .connectionDetailsSection {
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #e8eef7;
}
#salesforceCRMEditor .tab-content .connectionDetailsSection td {
  padding-bottom: 10px;
}
#salesforceCRMEditor .tab-content .connectionDetailsSection td .useLegacyCallbackURLSpan {
  padding-left: 20px;
}
#salesforceCRMEditor .tab-content .spacing-10 {
  padding-bottom: 10px;
}
#salesforceCRMEditor .tab-content .upgradeToEvergageArea {
  background-color: #b0d7f4;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #585858;
}
#salesforceCRMEditor .tab-content .upgradeToEvergageArea .rebrandingNote {
  color: #4a4a4a;
  font-weight: bold;
}
#salesforceCRMEditor .tab-content .datasetInfixRow {
  padding-left: 22px;
}
#salesforceCRMEditor .tab-content .userAccountPushTabs {
  padding-top: 15px;
}
#salesforceCRMEditor .tab-content .userAccountPushTabs .tab-content {
  padding-top: 0px;
}
#salesforceCRMEditor .tab-content .userAccountPushTabs .tab-content .inset1 {
  padding-left: 20px;
}
#salesforceCRMEditor .tab-content .userAccountPushTabs .tab-content .inset2 {
  padding-left: 40px;
  padding-bottom: 3px;
}
#salesforceCRMEditor .tab-content .pullSyncTypeTabs {
  padding-top: 15px;
}
#salesforceCRMEditor .tab-content .pullSyncTypeTabs .tab-content {
  padding-top: 0px;
  padding-bottom: 300px;
}
#salesforceCRMEditor .tab-content .pullSyncTypeTabs .tab-content .addRowTable td {
  padding-bottom: 10px;
}
#thirdPartyProductEditor,
#googleAnalyticsEditor,
#salesforceCRMEditor {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#thirdPartyProductEditor .note,
#googleAnalyticsEditor .note,
#salesforceCRMEditor .note {
  margin-top: 12px;
  margin-bottom: 12px;
}
#thirdPartyProductEditor .top-level-row,
#googleAnalyticsEditor .top-level-row,
#salesforceCRMEditor .top-level-row {
  margin-top: 5px;
  margin-bottom: 25px;
}
#thirdPartyProductEditor .top-level-row .top-level-option,
#googleAnalyticsEditor .top-level-row .top-level-option,
#salesforceCRMEditor .top-level-row .top-level-option {
  display: inline-block;
  margin-left: 5px;
}
#thirdPartyProductEditor .top-level-row .top-level-option label,
#googleAnalyticsEditor .top-level-row .top-level-option label,
#salesforceCRMEditor .top-level-row .top-level-option label {
  margin-right: 10px;
}
#thirdPartyProductEditor h2,
#googleAnalyticsEditor h2,
#salesforceCRMEditor h2 {
  margin: 0 0 8px 0;
}
#thirdPartyProductEditor .header-left,
#googleAnalyticsEditor .header-left,
#salesforceCRMEditor .header-left {
  float: left;
  display: inline-block;
}
#thirdPartyProductEditor .header-left .pageTitle,
#googleAnalyticsEditor .header-left .pageTitle,
#salesforceCRMEditor .header-left .pageTitle {
  font-size: 20px;
}
#thirdPartyProductEditor .header-right,
#googleAnalyticsEditor .header-right,
#salesforceCRMEditor .header-right {
  float: right;
  display: inline-block;
}
#thirdPartyProductEditor .statusSuccess,
#googleAnalyticsEditor .statusSuccess,
#salesforceCRMEditor .statusSuccess {
  color: #519100;
}
#thirdPartyProductEditor .statusError,
#googleAnalyticsEditor .statusError,
#salesforceCRMEditor .statusError {
  color: #dd360b;
}
#thirdPartyProductEditor .fieldLabel,
#googleAnalyticsEditor .fieldLabel,
#salesforceCRMEditor .fieldLabel {
  width: 160px;
  padding: 0 5px 0 0;
}
#thirdPartyProductEditor td.fieldLabel,
#googleAnalyticsEditor td.fieldLabel,
#salesforceCRMEditor td.fieldLabel {
  vertical-align: middle;
}
#thirdPartyProductEditor .inline,
#googleAnalyticsEditor .inline,
#salesforceCRMEditor .inline {
  display: inline-block;
}
#thirdPartyProductEditor ul.nav.nav-tabs,
#googleAnalyticsEditor ul.nav.nav-tabs,
#salesforceCRMEditor ul.nav.nav-tabs {
  cursor: default;
}
#thirdPartyProductEditor ul.nav.nav-tabs > .li,
#googleAnalyticsEditor ul.nav.nav-tabs > .li,
#salesforceCRMEditor ul.nav.nav-tabs > .li {
  cursor: pointer;
}
#thirdPartyProductEditor .evgOptions,
#googleAnalyticsEditor .evgOptions,
#salesforceCRMEditor .evgOptions {
  margin-bottom: 6px;
}
#thirdPartyProductEditor .field-type-tabs,
#googleAnalyticsEditor .field-type-tabs,
#salesforceCRMEditor .field-type-tabs {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
#thirdPartyProductEditor .field-type-tabs > .nav-tabs,
#googleAnalyticsEditor .field-type-tabs > .nav-tabs,
#salesforceCRMEditor .field-type-tabs > .nav-tabs {
  border-bottom: 1px solid #d5d5d5 !important;
}
#thirdPartyProductEditor .field-type-tabs > .tab-content,
#googleAnalyticsEditor .field-type-tabs > .tab-content,
#salesforceCRMEditor .field-type-tabs > .tab-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#thirdPartyProductEditor .field-type-tabs > .tab-content > .tab-pane,
#googleAnalyticsEditor .field-type-tabs > .tab-content > .tab-pane,
#salesforceCRMEditor .field-type-tabs > .tab-content > .tab-pane {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#thirdPartyProductEditor .field-type-tabs > .tab-content > .tab-pane.active,
#googleAnalyticsEditor .field-type-tabs > .tab-content > .tab-pane.active,
#salesforceCRMEditor .field-type-tabs > .tab-content > .tab-pane.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
#thirdPartyProductEditor .customer-type-tabs > .nav-tabs,
#googleAnalyticsEditor .customer-type-tabs > .nav-tabs,
#salesforceCRMEditor .customer-type-tabs > .nav-tabs {
  border-bottom: 1px solid #d5d5d5 !important;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: 20px;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li {
  color: #585858;
  background-color: #b5b5b5;
  border: none;
  padding-top: 0;
  margin-right: 4px;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li a,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li a,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li a {
  color: #585858;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li:first-child,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li:first-child,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li:first-child {
  margin-left: 0;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li.active,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li.active,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li.active {
  background-color: #efefef;
  border: none;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li.active > a,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li.active > a,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li.active > a {
  color: #585858;
  background-color: #efefef;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li.active > a:hover,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li.active > a:hover,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs > .nav-tabs > li.active > a:hover {
  color: #585858;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs > .tab-content,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs > .tab-content,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs > .tab-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs > .tab-content > .tab-pane,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs > .tab-content > .tab-pane,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs > .tab-content > .tab-pane {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs > .tab-content > .tab-pane.active,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs > .tab-content > .tab-pane.active,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs > .tab-content > .tab-pane.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs .customerMatchSyncHistoryTable,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs .customerMatchSyncHistoryTable,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs .customerMatchSyncHistoryTable,
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs .pushFieldsSyncHistoryTable,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs .pushFieldsSyncHistoryTable,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs .pushFieldsSyncHistoryTable,
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs .pullFieldsSyncHistoryTable,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs .pullFieldsSyncHistoryTable,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs .pullFieldsSyncHistoryTable,
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs .pushSegmentsSyncHistoryTable,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs .pushSegmentsSyncHistoryTable,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs .pushSegmentsSyncHistoryTable,
#thirdPartyProductEditor .customer-type-tabs .field-type-tabs .pullSegmentsSyncHistoryTable,
#googleAnalyticsEditor .customer-type-tabs .field-type-tabs .pullSegmentsSyncHistoryTable,
#salesforceCRMEditor .customer-type-tabs .field-type-tabs .pullSegmentsSyncHistoryTable {
  background-color: #efefef;
  padding: 10px 10px 10px 10px;
}
#thirdPartyProductEditor section,
#googleAnalyticsEditor section,
#salesforceCRMEditor section {
  margin-top: 30px;
}
#thirdPartyProductEditor input[type=checkbox],
#googleAnalyticsEditor input[type=checkbox],
#salesforceCRMEditor input[type=checkbox] {
  margin-right: 5px;
}
#thirdPartyProductEditor #matchConfig .matchInputTypeSelect,
#googleAnalyticsEditor #matchConfig .matchInputTypeSelect,
#salesforceCRMEditor #matchConfig .matchInputTypeSelect {
  width: 260px;
}
#thirdPartyProductEditor #matchConfig .matchConditionTypeSelect,
#googleAnalyticsEditor #matchConfig .matchConditionTypeSelect,
#salesforceCRMEditor #matchConfig .matchConditionTypeSelect {
  width: 140px;
}
#thirdPartyProductEditor #matchConfig .checkboxWrapper,
#googleAnalyticsEditor #matchConfig .checkboxWrapper,
#salesforceCRMEditor #matchConfig .checkboxWrapper {
  display: inline-block;
  margin-left: 12px;
}
#thirdPartyProductEditor .newLink,
#googleAnalyticsEditor .newLink,
#salesforceCRMEditor .newLink {
  margin-left: 11px;
  margin-top: 15px;
  cursor: pointer;
}
#thirdPartyProductEditor .newLink .fas,
#googleAnalyticsEditor .newLink .fas,
#salesforceCRMEditor .newLink .fas,
#thirdPartyProductEditor .newLink .far,
#googleAnalyticsEditor .newLink .far,
#salesforceCRMEditor .newLink .far {
  margin-right: 3px;
}
#thirdPartyProductEditor .rule,
#googleAnalyticsEditor .rule,
#salesforceCRMEditor .rule {
  padding: 5px;
  position: relative;
  padding-left: 50px;
  padding-right: 40px;
}
#thirdPartyProductEditor .rule .friendlyRuleRow,
#googleAnalyticsEditor .rule .friendlyRuleRow,
#salesforceCRMEditor .rule .friendlyRuleRow {
  min-height: 40px;
  line-height: 40px;
}
#thirdPartyProductEditor .rule.even,
#googleAnalyticsEditor .rule.even,
#salesforceCRMEditor .rule.even {
  background-color: #f5f5f5;
}
#thirdPartyProductEditor .rule.odd,
#googleAnalyticsEditor .rule.odd,
#salesforceCRMEditor .rule.odd {
  background-color: white;
}
#thirdPartyProductEditor .rule a.deleteRule,
#googleAnalyticsEditor .rule a.deleteRule,
#salesforceCRMEditor .rule a.deleteRule {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #b5b5b5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#thirdPartyProductEditor .rule .andOrLabel,
#googleAnalyticsEditor .rule .andOrLabel,
#salesforceCRMEditor .rule .andOrLabel {
  color: #82c135;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 18px;
}
#thirdPartyProductEditor .rule .k-list-container,
#googleAnalyticsEditor .rule .k-list-container,
#salesforceCRMEditor .rule .k-list-container {
  width: auto !important;
}
#thirdPartyProductEditor .rule .k-list-container .k-list .k-item,
#googleAnalyticsEditor .rule .k-list-container .k-list .k-item,
#salesforceCRMEditor .rule .k-list-container .k-list .k-item {
  white-space: nowrap;
}
#thirdPartyProductEditor .parameterMappingRow,
#googleAnalyticsEditor .parameterMappingRow,
#salesforceCRMEditor .parameterMappingRow {
  position: relative;
  margin-bottom: 11px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
#thirdPartyProductEditor .parameterMappingRow > *,
#googleAnalyticsEditor .parameterMappingRow > *,
#salesforceCRMEditor .parameterMappingRow > * {
  display: inline-block;
}
#thirdPartyProductEditor .parameterMappingRow > span,
#googleAnalyticsEditor .parameterMappingRow > span,
#salesforceCRMEditor .parameterMappingRow > span {
  margin-left: 5px;
  margin-right: 5px;
}
#thirdPartyProductEditor .parameterMappingRow a.deleteLink,
#googleAnalyticsEditor .parameterMappingRow a.deleteLink,
#salesforceCRMEditor .parameterMappingRow a.deleteLink {
  color: #b5b5b5;
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 20px;
  right: 20px;
}
#thirdPartyProductEditor .parameterMappingRow.even,
#googleAnalyticsEditor .parameterMappingRow.even,
#salesforceCRMEditor .parameterMappingRow.even {
  background-color: #f5f5f5;
}
#thirdPartyProductEditor .parameterMappingRow.odd,
#googleAnalyticsEditor .parameterMappingRow.odd,
#salesforceCRMEditor .parameterMappingRow.odd {
  background-color: white;
}
#thirdPartyProductEditor .setup-tab-header,
#googleAnalyticsEditor .setup-tab-header,
#salesforceCRMEditor .setup-tab-header {
  display: block;
}
#thirdPartyProductEditor .setup-tab-header .sync-now-button-wrapper,
#googleAnalyticsEditor .setup-tab-header .sync-now-button-wrapper,
#salesforceCRMEditor .setup-tab-header .sync-now-button-wrapper {
  float: right;
  padding-top: 15px;
}
#thirdPartyProductEditor .configure-button,
#googleAnalyticsEditor .configure-button,
#salesforceCRMEditor .configure-button {
  padding-left: 5px;
  padding-right: 5px;
}
#thirdPartyProductEditor .configure-button-wrapper,
#googleAnalyticsEditor .configure-button-wrapper,
#salesforceCRMEditor .configure-button-wrapper {
  margin-top: 15px;
  margin-bottom: 25px;
}
#thirdPartyProductEditor .connection-state .fas,
#googleAnalyticsEditor .connection-state .fas,
#salesforceCRMEditor .connection-state .fas,
#thirdPartyProductEditor .connection-state .far,
#googleAnalyticsEditor .connection-state .far,
#salesforceCRMEditor .connection-state .far {
  margin-right: 5px;
}
#thirdPartyProductEditor .connection-state span,
#googleAnalyticsEditor .connection-state span,
#salesforceCRMEditor .connection-state span {
  margin-left: 0;
}
#thirdPartyProductEditor .productHeader .productIconWrapper,
#googleAnalyticsEditor .productHeader .productIconWrapper,
#salesforceCRMEditor .productHeader .productIconWrapper {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: inherit;
  margin: 0;
  margin-right: 5px;
  text-align: center;
}
#thirdPartyProductEditor .productHeader .productIconWrapper img.icon,
#googleAnalyticsEditor .productHeader .productIconWrapper img.icon,
#salesforceCRMEditor .productHeader .productIconWrapper img.icon {
  width: 32px;
  height: 32px;
  vertical-align: inherit;
  margin: 5px;
}
#thirdPartyProductEditor .productHeader .productLabel,
#googleAnalyticsEditor .productHeader .productLabel,
#salesforceCRMEditor .productHeader .productLabel {
  vertical-align: top;
  line-height: 44px;
}
#thirdPartyProductEditor .productHeader .productLabelNoIcon,
#googleAnalyticsEditor .productHeader .productLabelNoIcon,
#salesforceCRMEditor .productHeader .productLabelNoIcon {
  margin-left: 10px !important;
}
#thirdPartyProductEditor .productHeader .middle-header,
#googleAnalyticsEditor .productHeader .middle-header,
#salesforceCRMEditor .productHeader .middle-header {
  height: 40px;
}
#thirdPartyProductEditor .progressBarWrapper,
#googleAnalyticsEditor .progressBarWrapper,
#salesforceCRMEditor .progressBarWrapper {
  width: 125px;
}
#thirdPartyProductEditor .progressBarWrapper .progressBarLabel,
#googleAnalyticsEditor .progressBarWrapper .progressBarLabel,
#salesforceCRMEditor .progressBarWrapper .progressBarLabel {
  margin-bottom: 5px;
}
#thirdPartyProductEditor.pageContent.googleAnalytics,
#googleAnalyticsEditor.pageContent.googleAnalytics,
#salesforceCRMEditor.pageContent.googleAnalytics {
  max-width: 800px;
}
#thirdPartyProductEditor.pageContent.googleAnalytics .tab-content,
#googleAnalyticsEditor.pageContent.googleAnalytics .tab-content,
#salesforceCRMEditor.pageContent.googleAnalytics .tab-content {
  border: 1px solid #d5d5d5;
}
#thirdPartyProductEditor.pageContent.googleAnalytics .tab-pane,
#googleAnalyticsEditor.pageContent.googleAnalytics .tab-pane,
#salesforceCRMEditor.pageContent.googleAnalytics .tab-pane {
  padding: 10px;
}
#thirdPartyProductEditor.pageContent.googleAnalytics .row,
#googleAnalyticsEditor.pageContent.googleAnalytics .row,
#salesforceCRMEditor.pageContent.googleAnalytics .row {
  margin: 5px 0 5px 0;
  padding: 5px 0;
}
#thirdPartyProductEditor.pageContent.googleAnalytics .row input[type="text"],
#googleAnalyticsEditor.pageContent.googleAnalytics .row input[type="text"],
#salesforceCRMEditor.pageContent.googleAnalytics .row input[type="text"] {
  margin-top: 5px;
  display: block;
}
#thirdPartyProductEditor.pageContent.googleAnalytics .row input[type="text"].format-input,
#googleAnalyticsEditor.pageContent.googleAnalytics .row input[type="text"].format-input,
#salesforceCRMEditor.pageContent.googleAnalytics .row input[type="text"].format-input {
  width: 400px;
}
#thirdPartyProductEditor.pageContent.googleAnalytics .row .sub-label-checkbox,
#googleAnalyticsEditor.pageContent.googleAnalytics .row .sub-label-checkbox,
#salesforceCRMEditor.pageContent.googleAnalytics .row .sub-label-checkbox {
  padding: 10px 0px 0px 20px;
}
#thirdPartyProductEditor.pageContent.googleAnalytics .row label,
#googleAnalyticsEditor.pageContent.googleAnalytics .row label,
#salesforceCRMEditor.pageContent.googleAnalytics .row label {
  font-weight: bold;
}
#thirdPartyProductEditor.pageContent.googleAnalytics label.well,
#googleAnalyticsEditor.pageContent.googleAnalytics label.well,
#salesforceCRMEditor.pageContent.googleAnalytics label.well {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 10px;
  display: block;
}
#thirdPartyProductEditor.pageContent.googleAnalytics div.well,
#googleAnalyticsEditor.pageContent.googleAnalytics div.well,
#salesforceCRMEditor.pageContent.googleAnalytics div.well {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 0 10px;
  display: block;
}
#thirdPartyProductEditor.pageContent.googleAnalytics .nav-tabs li:first-child,
#googleAnalyticsEditor.pageContent.googleAnalytics .nav-tabs li:first-child,
#salesforceCRMEditor.pageContent.googleAnalytics .nav-tabs li:first-child {
  margin-left: initial;
}
.parameterMappingEditorModal {
  /*
    @modalWidth: 550px;
    @modalHeight: 235px;

    position: absolute;

    left: 50%;
    width: @modalWidth;
    margin-left: -(@modalWidth / 2);

    top: 50%;
    margin-top: -(@modalHeight / 2);

    .modal-dialog {
        .modal-content {
            width: 100%;
            max-height: @modalHeight;
        }
    }
    */
}
.parameterMappingEditorModal .modal-body ng-form {
  line-height: 2.75;
}
.parameterMappingEditorModal .modal-body .parameterTypeSelect {
  width: 260px;
}
.parameterMappingEditorModal .modal-body .error {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #feede9;
  color: #4a4a4a;
  border: 1px solid #f88c70;
}
.productEnabledSelect {
  width: 100px;
}
.productEnabledSelect.enabledDropdown {
  margin-right: 4px;
}
.setupTabset {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: 20px;
}
.setupTabset > .nav-tabs > li {
  color: #585858;
  background-color: #b5b5b5;
  border: none;
  padding-top: 0;
  margin-right: 4px;
}
.setupTabset > .nav-tabs > li a {
  color: #585858;
}
.setupTabset > .nav-tabs > li:first-child {
  margin-left: 0;
}
.setupTabset > .nav-tabs > li.active {
  background-color: #efefef;
  border: none;
}
.setupTabset > .nav-tabs > li.active > a {
  color: #585858;
  background-color: #efefef;
}
.setupTabset > .nav-tabs > li.active > a:hover {
  color: #585858;
}
.setupTabset > .tab-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.setupTabset > .tab-content > .tab-pane {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.setupTabset > .tab-content > .tab-pane.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}
.setupTabset .historyTab {
  width: 100%;
  height: 300px;
  background-color: #EFEFEF;
}
.setupTabset .errorsTab {
  width: 100%;
  height: 300px;
  background-color: #EFEFEF;
}
.connectionConfigurationModal .modal-body ng-form {
  line-height: 2.75;
}
.connectionConfigurationModal .modal-body .parameterTypeSelect {
  width: 260px;
}
.connectionConfigurationModal .modal-body .error {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #feede9;
  color: #4a4a4a;
  border: 1px solid #f88c70;
}
#thirdPartyProducts {
  height: 100%;
}
#thirdPartyProducts .leftSelectionPane #navMenu {
  padding-left: 5px;
}
#thirdPartyProducts .leftSelectionPane #navMenu li {
  list-style-type: none;
}
#thirdPartyProducts .leftSelectionPane #navMenu li a {
  display: inline-block;
  padding-right: 13px;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  box-sizing: border-box;
  line-height: 28px;
  padding-left: 0;
}
#thirdPartyProducts .leftSelectionPane #navMenu li a.selected {
  background-color: #0070D2;
  color: #fff;
}
#thirdPartyProducts .leftSelectionPane #navMenu li a .fas,
#thirdPartyProducts .leftSelectionPane #navMenu li a .far.fa-check {
  padding-right: 0;
  padding-left: 10px;
}
#thirdPartyProducts .leftSelectionPane #navMenu li:hover {
  background-color: #82c135;
}
#thirdPartyProducts .leftSelectionPane #navMenu li:hover a,
#thirdPartyProducts .leftSelectionPane #navMenu li:hover a.selected {
  color: #ffffff;
}
#thirdPartyProducts .leftSelectionPane #navMenu li:hover a .fa-check,
#thirdPartyProducts .leftSelectionPane #navMenu li:hover a.selected .fa-check {
  color: #ffffff;
}
#thirdPartyProducts .leftSelectionPane #navMenu li:hover a .productIconWrapper,
#thirdPartyProducts .leftSelectionPane #navMenu li:hover a.selected .productIconWrapper {
  color: #ffffff;
}
#thirdPartyProducts .leftSelectionPane #navMenu li .fa-envelope {
  color: #0070D2;
}
#thirdPartyProducts .leftSelectionPane .productIconWrapper {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 5px;
  background: #ffffff;
  text-align: center;
}
#thirdPartyProducts .leftSelectionPane .productIconWrapper img.listIcon {
  vertical-align: inherit;
  margin: 2px;
}
#thirdPartyProducts .leftSelectionPane .productLabel {
  vertical-align: top;
  line-height: 30px;
  display: inline !important;
}
#thirdPartyProducts .leftSelectionPane .fa-check {
  vertical-align: top;
  line-height: 32px;
  color: #82c135;
}
#thirdPartyProducts .leftSelectionPane #addCustomProduct {
  margin-top: 22px;
  text-align: center;
}
#thirdPartyProducts .leftSelectionPane #addCustomProduct .fa-plus-circle {
  margin-right: 6px;
}
#thirdPartyProducts .selectedDetailPane {
  padding: 10px;
}
#integrationSetup #datasetType .k-dropdown {
  display: inline-block;
  width: 125px;
}
#integrationSetup .settingRow {
  padding: 10px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 0 #bbb;
  -moz-box-shadow: 1px 1px 0 #bbb;
  box-shadow: 1px 1px 0 #bbb;
  margin-bottom: 14px;
  margin-top: 14px;
  background: #f4f5f7;
}
#integrationSetup .settingRow .checkboxRow {
  font-weight: bold;
}
#integrationSetup .settingRow .checkboxRow .docsLink {
  margin-left: 8px;
}
#integrationSetup .settingRow .checkboxRow .infoIconLink {
  float: right;
  padding-right: 0px;
  cursor: pointer;
  font-size: 20px;
  color: #848484;
}
#integrationSetup .settingRow .checkboxRow .infoIconLink:hover {
  color: #6b6b6b;
}
#integrationSetup .settingRow .checkboxRow .infoIconLink > span {
  display: none;
}
#integrationSetup .settingRow .checkboxRow label[disabled] {
  cursor: not-allowed;
  color: #b5b5b5;
}
#integrationSetup .settingRow .descriptionRow {
  margin-left: 20px;
  margin-top: 0px;
}
#integrationSetup .settingRow .descriptionRow tags-input .host {
  display: block;
}
#integrationSetup .settingRow .descriptionRow tags-input .host .tags input {
  height: 26px;
}
#integrationSetup .sectionToggle {
  display: block;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 20px;
  cursor: pointer;
  margin-top: 15px;
}
#integrationSetup .sectionToggle small,
#integrationSetup .sectionToggle .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
#integrationSetup .sectionToggle small,
#integrationSetup .sectionToggle .small {
  font-size: 65%;
}
#integrationSetup .sectionToggle .advancedOptionsCaret {
  padding-right: 6px;
  font-size: 18px;
  width: 10px;
}
#integrationSetup .sectionToggle > i,
#integrationSetup .sectionToggle > span {
  vertical-align: middle;
}
#integrationSetup .sectionToggle > i {
  width: 11px;
}
#integrationSetup .egMultiSelectTextboxWrapper .chosen-container {
  width: auto !important;
}
#javascriptIntegration .textareaCode {
  width: 80%;
  max-width: 800px;
  font-family: monospace, monospace;
  font-size: 13px;
  line-height: 13px;
  height: 200px;
}
#javascriptIntegration .textareaCode.short {
  height: 30px;
}
#javascriptIntegration .textareaCode.userIdExample {
  height: 100px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#manageApiTokens #sftpUserGrid .age-ok {
  color: #519100;
}
#manageApiTokens #sftpUserGrid .age-warn {
  color: #ff9600;
}
#manageApiTokens #sftpUserGrid .age-severe-warn {
  color: #dd360b;
}
.token-form-modal {
  /*
    .modal-content {
        max-height: 484px;
        overflow-y: auto;
    }
    */
}
.token-form-modal .left {
  float: left;
}
.token-form-modal .section {
  margin: 16px 0;
}
.token-form-modal .section.first {
  margin-top: 0;
}
.token-form-modal .section.last {
  margin-bottom: 0;
}
.token-form-modal .section-header {
  font-weight: bold;
}
.token-form-modal .section:not(.first) .section-header {
  margin-bottom: 6px;
}
.token-form-modal .checkbox {
  margin-left: 14px;
}
.token-form-modal textarea {
  box-sizing: border-box;
  width: 97%;
}
.token-form-modal .selectDatasetsId {
  width: 97%;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg {
  white-space: pre-wrap;
  word-break: normal;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
/*
.purgeUserModal {
    .modal-content {
        max-height: 205px;
        overflow-y: auto;
    }
}

.disableUserModal {
    .modal-content {
        max-height: 190px;
        overflow-y: auto;
    }
}

.editUserModal.user-form-modal {
    .modal-content {
        max-height: 579px;
        overflow-y: auto;
        min-width: 700px;
    }
}

.createUserModal.user-form-modal {
    .modal-content {
        max-height: 502px;
        overflow-y: auto;
    }
}
*/
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg {
  white-space: pre-wrap;
  word-break: normal;
}
#mobileScreenDetails .ace_editor {
  width: 100%;
  min-height: 250px;
}
#mobileScreenDetails h4 {
  display: inline-block;
}
#mobileScreenDetails .warningDescription {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #fff4e5;
  margin-bottom: 15px;
}
#mobileScreenDetails .warningDescription .fas,
#mobileScreenDetails .warningDescription .far {
  color: #ff9600;
}
#mobileScreenDetails .screenshotDetails {
  background-color: #f5f5f5;
  text-align: center;
}
#mobileScreenDetails .screenshotDetails img {
  max-height: 300px;
  max-width: 300px;
}
#mobileScreenDetails .ignored {
  color: #ff9600;
}
#actionMappingModal .modal-body {
  overflow-y: auto;
}
#actionMappingModal #autoRegexFail {
  color: #dd360b;
  margin-bottom: 5px;
}
#actionMappingModal .form-group .error-message-container {
  display: block;
}
#actionMappingModal .form-group .pattern-error {
  margin-left: 46px !important;
  float: left;
  color: #dd360b;
}
#actionMappingModal .form-group .domain-error {
  margin-left: 0 !important;
}
#actionMappingModal .form-group .current-message {
  margin-left: 92px;
}
#actionMappingModal #matchType {
  margin-left: -5px;
}
#actionMappingModal .checkbox {
  display: inline-block;
  margin-top: 7px;
  margin-left: 30px;
  vertical-align: top;
}
#actionMappingModal .checkbox label[disabled] {
  cursor: not-allowed;
  color: #b5b5b5;
}
#actionMappingModal .required {
  color: #dd360b;
}
#actionMappingModal .radioGroup {
  display: inline-block;
  margin-left: 6px;
}
#actionMappingModal .regexInput {
  display: inline;
}
#actionMappingModal #domainMatching > .show-errors-wrapper {
  display: inline-block;
}
#actionMappingModal .matchingPages h3 {
  margin-top: 0px;
}
#actionMappingModal .matchingPages .conflict {
  background-color: hsl(20, 100%, 96%);
}
#actionMappingModal .k-multiselect {
  display: inline-block;
}
#createActionsModal {
  padding: 10px;
}
#createActionsModal .modal-instructions {
  padding-bottom: 10px;
}
#createActionsModal .action-list {
  padding-top: 10px;
  height: 200px;
  overflow-y: auto;
}
#createActionsModal .action-list table tr {
  text-align: left;
  vertical-align: middle;
}
#createActionsModal .action-list table tr td,
#createActionsModal .action-list table tr th {
  padding: 5px 5px 5px 0;
}
#createActionsModal .action-list .error {
  font-weight: bold;
  color: #dd360b;
}
#createActionsModal .action-list .success {
  color: #519100;
}
/*
.createActionsModal .modal-content {
    height: 450px !important;
}
*/
#fullscreenPreview {
  height: 100%;
}
#fullscreenPreview #previewFrame {
  height: calc(100% - 60px);
  width: 100%;
  border: none;
}
/* Custom CSS to show HTML as full-page preview within modal */
.fullscreenPreviewModal {
  height: 90%;
  width: 90%;
}
.fullscreenPreviewModal .modal-dialog {
  height: 95%;
  width: 95%;
}
.fullscreenPreviewModal .modal-content {
  height: 100%;
  width: 100%;
}
#pushSetupModal .row {
  margin: 15px 0;
}
#pushSetupModal .certExistsStateUpload {
  padding: 10px;
  border: dashed #b5b5b5;
  border-radius: 10px;
}
.triggeredEmailDomainDKIMModal .modal-dialog {
  width: 875px;
}
#triggeredEmailDomainDKIMModal .tokenTable {
  overflow: scroll;
}
#triggeredEmailDomainDKIMModal .tokenTable tr td {
  padding: 5px;
}
#triggeredEmailFooterModal .modal-instructions {
  padding-bottom: 10px;
}
#triggeredEmailFooterModal table {
  width: 100%;
}
#triggeredEmailFooterModal tr {
  vertical-align: top;
}
#triggeredEmailFooterModal td {
  padding: 5px 5px 5px 0;
}
#triggeredEmailFooterModal td:first-child {
  width: 60px;
  text-align: right;
}
#triggeredEmailFooterModal .aceEditor {
  height: 250px;
}
#triggeredEmailFooterModal #previewFrame {
  height: 200px;
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
#triggeredEmailMailFromModal .config-section {
  margin: 10px 0;
}
#triggeredEmailMailFromModal #customMailFromDomainInput {
  text-align: right;
}
#triggeredEmailMailFromModal ul {
  list-style-type: none;
}
#triggeredEmailMailFromModal ul li {
  margin: 5px 0;
}
/*
 * Copyright (C) 2010-2018 Evergage, Inc.
 * All rights reserved.
 */
#triggeredEmailViewInBrowserModal .modal-instructions {
  padding-bottom: 10px;
}
#triggeredEmailViewInBrowserModal table {
  width: 100%;
}
#triggeredEmailViewInBrowserModal tr {
  vertical-align: top;
}
#triggeredEmailViewInBrowserModal td {
  padding: 5px 5px 5px 0;
}
#triggeredEmailViewInBrowserModal td:first-child {
  width: 60px;
  text-align: right;
}
#triggeredEmailViewInBrowserModal .aceEditor {
  height: 250px;
}
#triggeredEmailViewInBrowserModal #previewFrame {
  height: 200px;
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
#uploadCSVModal #tagConfig,
#uploadCSVModal #relationshipConfig {
  margin: 15px 0 10px 20px;
}
#modules .search {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
#modules .search .fa-search {
  position: absolute;
  padding: 8px;
}
#modules #actionsGrid td {
  cursor: default;
}
#modules #actionsGrid td.modulesList {
  cursor: default;
}
#plugins-list .plugin-card {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 5px 15px 10px;
  position: relative;
}
#plugins-list .plugin-card .title {
  font-size: 20px;
}
#plugins-list .plugin-card .version {
  font-weight: bold;
  background: #c3c3c3;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#saml .header {
  margin-bottom: 30px;
}
#saml .selection-container {
  margin-right: 25px;
  margin-left: 40px;
  margin-top: 5px;
  width: 135px;
  display: inline-block;
}
#saml .selection-container label:nth-of-type(1) {
  left: -62px;
}
#saml textarea {
  width: 98%;
  min-width: 500px;
  max-width: 100%;
  height: 300px;
  resize: both;
  border: 2px solid #848484;
  border-radius: 0;
  font-family: monospace;
}
#saml .form-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
#saml .form-group > label {
  font-weight: bold;
}
#saml h3 {
  margin: 5px 0;
}
#saml ul {
  list-style-type: none;
}
#saml ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
#saml .red {
  color: #dd360b;
}
#saml .section {
  padding-top: 10px;
  padding-bottom: 10px;
}
#saml .section .form-group,
#saml .section p {
  margin-left: 40px;
}
#saml #certUpload .k-upload-selected {
  visibility: hidden;
}
#saml .uploadContainer {
  margin: 10px 0;
  width: 600px;
}
#saml .uploadContainer#metadataUpload {
  background-color: #f5f5f5;
  margin: 0;
  padding: 20px 40px;
}
#saml .uploadContainer#metadataUpload .k-dropzone {
  background-color: #ffffff;
  margin: 10px 0;
}
#saml .uploadContainer .k-button {
  border: none;
}
#editRole .categoryLabel {
  color: #808080;
  font-weight: normal;
}
#editRole .permissionCategory {
  margin-bottom: 25px;
}
#editRole .permissionCategory .permissionGroup {
  margin: 10px 0;
}
#editRole .permissionCategory .permissionGroup .groupLabel {
  display: inline-block;
  min-width: 200px;
}
#editRole .permissionCategory .permissionGroup .summary {
  display: inline-block;
  min-width: 150px;
}
#editRole .icon {
  color: #808080;
}
#editRole hr {
  margin: 5px 0;
}
#editRole input[name=name] {
  border: dashed 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  display: inline-block;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
}
#editRole input[name=name]:focus {
  border-bottom: dashed 1px #0070D2;
}
#editRole input[type=checkbox] {
  margin-top: 0;
}
#manageRoleAssignments label {
  color: #4a4a4a;
  margin-right: 10px;
}
#manageRoleAssignments label input[type=checkbox] {
  margin-right: 5px;
  margin-top: 0;
  vertical-align: text-top;
}
#manageRoleAssignments label input[type=radio] {
  margin-right: 0;
  margin-top: 0;
  vertical-align: text-top;
}
#manageRoleAssignments .list {
  padding: 1px;
}
#manageRoleAssignments .list .name {
  border-radius: 4px;
  padding: 4px 10px;
  background: #efefef;
  margin: 0 1px;
  display: inline-block;
}
#manageRoleAssignments .list .fa-plus-square {
  padding: 8px 0;
}
#manageRoleAssignments .settings {
  padding: 10px;
}
#manageRoleAssignments .settings.global {
  background: #efefef;
}
#manageRoleAssignments .settings.global label {
  font-weight: normal;
  margin: 0 10px;
}
#manageRoleAssignments .settings .scrollable {
  padding-bottom: 0;
}
#manageRoleAssignments .settings .scrollable .k-grid-content {
  max-height: 200px !important;
}
#manageRoleAssignments .k-dirty {
  display: none;
}
#manageRoleDefinitions .k-grid-pager {
  display: none;
}
#manageRoleDefinitions .icon-border-round {
  background: #d5d5d5;
  color: #585858;
  padding: 1px 2px;
  border-radius: 50%;
  margin-right: 10px;
}
#manageRoleDefinitions .icon-border-round:hover {
  color: #ffffff;
  background: #0070D2;
}
#sftpSetup div[kendo-grid] table tr td,
#sftpSetup div.k-grid table tr td {
  line-height: 1.6em;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#siteWideJavascript .alert.alert-info .alert-heading {
  margin-bottom: 6px;
}
#siteWideJavascript .alert.alert-info .alert-heading .fa-info-circle {
  color: #b5b5b5;
}
#siteWideJavascript .alert.alert-info .alert-heading span {
  font-weight: bold;
}
#siteWideJavascript .aceEditor {
  border: 2px solid grey;
  height: 500px;
  width: 100%;
}
#siteWideJavascript .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#siteWideStyles .aceEditor {
  border: 2px solid grey;
  height: 500px;
  width: 100%;
}
#siteWideStyles .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
#siteWideStyles .controlWithTopLabel {
  display: block;
  padding-left: 0px;
  padding-bottom: 6px;
  padding-top: 10px;
}
#siteWideStyles .controlWithTopLabel .label {
  margin-top: -29px;
}
#siteWideStyles .statusMessage {
  padding-bottom: 16px;
}
.visualEditorLauncher {
  margin-top: 15px;
}
#visualEditor .visual-editor-config-form form > div,
.visualEditorLauncher .visual-editor-config-form form > div {
  margin-bottom: 10px;
}
#visualEditor .fa-minus-circle,
.visualEditorLauncher .fa-minus-circle {
  font-size: 20px;
  vertical-align: middle;
  padding-bottom: 1px;
  color: lightcoral;
  cursor: pointer;
}
#visualEditor .launchVisualEditorRow,
.visualEditorLauncher .launchVisualEditorRow {
  padding-top: 14px;
  padding-bottom: 14px;
}
#visualEditor .launchVisualEditorRow .k-widget.k-dropdown,
.visualEditorLauncher .launchVisualEditorRow .k-widget.k-dropdown {
  width: 100% !important;
}
#visualEditor .launchVisualEditorRow #visualEditorDomains,
.visualEditorLauncher .launchVisualEditorRow #visualEditorDomains,
#visualEditor .launchVisualEditorRow #addWebsiteURL,
.visualEditorLauncher .launchVisualEditorRow #addWebsiteURL {
  width: 380px;
}
#visualEditor .launchVisualEditorRow .launchVisualEditorText,
.visualEditorLauncher .launchVisualEditorRow .launchVisualEditorText {
  margin-left: 0px;
  font-weight: bold;
  font-size: 14px;
}
#visualEditor .btn-warn-hover:hover,
.visualEditorLauncher .btn-warn-hover:hover {
  color: #ffffff !important;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#webSdkSettings .statusMessageRow {
  display: block;
  text-align: left;
}
#webSdkSettings .statusMessageRow pre {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#webSdkSettings .secondaryOptionsSection {
  margin-left: 20px;
}
#webSdkSettings .beaconOption {
  margin-bottom: 5px;
}
#webSdkSettings .beaconOption .beaconOptionLabel {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
#webSdkSettings .beaconOption .beaconOptionDescription {
  color: #000000;
  margin-left: 18px;
  display: block;
}
#webSdkSettings .beaconOption .disabled {
  opacity: 0.6;
}
#webSdkSettings .beaconOption #specificVersionChoices {
  margin-top: 15px;
}
#webSdkSettings .beaconOption #specificVersionChoices .choiceRow {
  color: #0070D2;
}
#webSdkSettings .beaconOption #specificVersionChoices .choiceRow td {
  padding: 5px;
}
#webSdkSettings .beaconOption #specificVersionChoices .choiceRow td span.minimumBeaconVersion {
  color: #dd360b;
}
#webSdkSettings .beaconOption #specificVersionChoices .choiceRow td i.greenCheck {
  font-size: 18px;
  color: #82c135;
}
#webSdkSettings .beaconOption #specificVersionChoices .choiceRow td:last-child {
  text-align: center;
}
#webSdkSettings .beaconOption #specificVersionChoices .oddRow {
  background-color: #ffffff;
}
#webSdkSettings .beaconOption #specificVersionChoices .evenRow {
  background-color: #f3f7fb;
}
#webSdkSettings .switch-container {
  margin-top: 4px;
  width: 200px;
}
#webSdkSettings .switch-container > .switch {
  left: 108px;
}
#webSdkSettings .switch-container > .switch label:nth-of-type(1) {
  left: -66px;
}
#customWorkflow {
  width: 100%;
  display: table;
}
#customWorkflow .checkboxRow .rowLabel {
  width: 180px;
}
#customWorkflow .checkboxRow label {
  display: inline-block;
  margin: 5px 20px;
}
#customWorkflow .scriptTypeMeta {
  display: inline;
}
#customWorkflow .infoIconLink {
  font-size: 14px;
}
#customWorkflow .infoIconLink span {
  display: none;
}
#customWorkflow .fa-exclamation-circle {
  color: rgba(221, 54, 11, 0.6);
  font-size: 14px;
}
#customWorkflow .workflowInputSelection {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}
#customWorkflow .aceEditor {
  height: 100px;
  width: 100%;
  margin-left: 1px;
}
#customWorkflow .aceEditor.testing {
  width: 100%;
  margin-bottom: 10px;
}
#customWorkflow .aceEditor .ui-resizable-se {
  right: 12px;
  bottom: -3px;
}
#customWorkflow .aceLabel {
  vertical-align: top;
  padding-top: 6px;
}
#customWorkflow .testColumn {
  display: inline-block;
  vertical-align: top;
}
#customWorkflow .testColumn.output {
  padding-left: 25px;
  box-sizing: border-box;
}
#customWorkflow .testColumn .header {
  margin-bottom: 10px;
}
#customWorkflow .testColumn .header .title {
  font-weight: bold;
}
#customWorkflow .testColumn .header .type {
  font-style: italic;
  margin-left: 0.75em;
}
#customWorkflow .testColumn .header .extra {
  float: right;
  font-style: italic;
}
#customWorkflow .sourceTestingArea {
  width: 100%;
}
#customWorkflow .sourceTestingArea .recipeDropdown {
  margin-bottom: 5px;
}
.scriptTypeTooltip .code {
  font-size: 10px;
}
#workflowEditor .workflowAction .fa-check.enabled {
  color: #82c135;
}
#workflowEditor .workflowAction .caption {
  font-size: 10px;
  color: #9b9b9b;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
}
#workflowEditor .workflowAction .radioLabel {
  float: left;
}
#workflowEditor .workflowAction .attributes > td:first-child {
  white-space: nowrap;
}
#workflowEditor .workflowAction .actionConfig {
  width: 1000px;
  margin-left: 50px;
}
#workflowEditor .workflowAction .actionConfig .externalAttribute .left {
  width: 600px;
}
#workflowEditor .workflowAction .actionConfig .externalAttribute .right {
  width: 40px;
  padding-top: 15px;
  text-align: right;
}
#workflowEditor .workflowAction .row {
  width: 100%;
}
#workflowEditor .workflowAction input.ng-invalid.ng-dirty {
  border-color: #dd360b;
  outline-color: #dd360b;
}
#workflowEditor .workflowAction textarea {
  height: 100px;
}
#workflowEditor .workflowAction .chosen-container {
  min-width: 332px !important;
}
#workflowEditor .workflowTrigger {
  width: 730px;
}
#workflowEditor .workflowTrigger .moreInfoIcon {
  display: table-cell;
  padding-left: 6px;
}
#workflowEditor .workflowTrigger #actionNameInput {
  min-height: 30px;
  vertical-align: middle;
  display: inline-block;
}
#workflowEditor .generalOptions .k-dropdown,
#workflowEditor .workflowTrigger .row .k-dropdown,
#workflowEditor .actionConfig > section > .row .k-dropdown,
#workflowEditor .generalOptions .chosen-container,
#workflowEditor .workflowTrigger .row .chosen-container,
#workflowEditor .actionConfig > section > .row .chosen-container,
#workflowEditor .generalOptions .chosenDropdownWrapper .chosen-container,
#workflowEditor .workflowTrigger .row .chosenDropdownWrapper .chosen-container,
#workflowEditor .actionConfig > section > .row .chosenDropdownWrapper .chosen-container {
  width: 420px !important;
}
#workflowEditor.readOnly input[type="text"],
#workflowEditor.readOnly input[type="number"],
#workflowEditor.readOnly input[type="checkbox"],
#workflowEditor.readOnly .chosen-container,
#workflowEditor.readOnly .k-dropdown,
#workflowEditor.readOnly .actions,
#workflowEditor.readOnly textarea,
#workflowEditor.readOnly .k-multiselect {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#workflowEditor input[name=name] {
  border: dashed 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  display: inline-block;
  font-size: 16px;
}
#workflowEditor input[name=name]:focus {
  border-bottom: dashed 1px #0070D2;
}
#workflowEditor form .chosen-container {
  margin: 0;
}
#workflowEditor .form-group {
  width: 100%;
}
#workflowEditor label {
  font-weight: bold;
}
#workflowEditor label span {
  font-weight: normal;
}
#workflowEditor label.btn {
  font-weight: normal;
}
#workflowEditor .error-below {
  position: absolute;
}
#workflowEditor .fa-pencil-alt {
  color: #0070D2;
}
#workflowEditor .row {
  margin: 15px 0;
  display: table;
}
#workflowEditor .row > label {
  padding-right: 7px;
  width: 90px;
  display: table-cell;
  text-align: right;
}
#workflowEditor .row > label.long {
  width: 135px;
}
#workflowEditor .row.custom {
  margin: 15px 0 0 0;
}
#workflowEditor .actions {
  position: relative;
}
#workflowEditor .selection-container {
  display: inline-block;
  margin: 1px 65px 0;
  text-align: left;
  vertical-align: middle;
}
#workflowEditor .selection-container label:nth-of-type(1) {
  left: -65px;
  font-weight: normal;
}
#workflowEditor .selection-container label:nth-of-type(2) {
  right: -30px;
  font-weight: normal;
}
#workflowEditor #workflowStatus .iconStack {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
#workflowEditor #workflowStatus .incomplete {
  color: #ff9600;
}
#workflowEditor #workflowStatus .enabled {
  color: #82c135;
}
#workflowEditor #workflowStatus .fa-circle {
  font-size: 19px;
}
#workflowEditor #workflowStatus .fa-ellipsis-h {
  color: #ffffff;
  position: absolute;
  left: 3px;
  top: 3px;
}
#workflowEditor #workflowName {
  margin-top: 5px;
}
#workflowEditor .stepProgressBar {
  list-style: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 700px;
  margin: 25px 0;
}
#workflowEditor .stepProgressBar:before {
  content: " ";
  border-top: 50px solid rgba(0, 0, 0, 0);
  border-bottom: 50px solid rgba(0, 0, 0, 0);
  border-left: 30px solid #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: -15px;
  z-index: 1;
}
#workflowEditor .stepProgressBar li {
  background-color: #d5d5d5;
  color: #4a4a4a;
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  line-height: 25px;
  padding: 6px 0px 6px 25px;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}
#workflowEditor .stepProgressBar li:before {
  content: " ";
  border-top: 50px solid rgba(0, 0, 0, 0);
  border-bottom: 50px solid rgba(0, 0, 0, 0);
  border-left: 33px solid #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
#workflowEditor .stepProgressBar li:after {
  content: " ";
  border-top: 50px solid rgba(0, 0, 0, 0);
  border-bottom: 50px solid rgba(0, 0, 0, 0);
  border-left: 30px solid #d5d5d5;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
#workflowEditor .stepProgressBar li:hover {
  background-color: #bcbcbc;
}
#workflowEditor .stepProgressBar li:hover:after {
  border-left-color: #bcbcbc;
}
#workflowEditor .stepProgressBar li.active {
  background-color: #005FB2;
  color: #ffffff;
}
#workflowEditor .stepProgressBar li.active:after {
  border-left: 30px solid #005FB2;
}
#workflowEditor .stepProgressBar .badge {
  background-color: #ffffff;
  color: #000000;
  border-radius: 25px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
#workflowEditor .stepProgressBar .badge .fas,
#workflowEditor .stepProgressBar .badge .far {
  position: absolute;
  top: -4px;
}
#workflowEditor .stepProgressBar .badge .fa-check-circle {
  font-size: 14px;
  color: #82c135;
}
#workflowEditor .stepProgressBar .badge .fa-ellipsis-h {
  color: #ffffff;
  font-size: 11px;
  right: -4px;
  top: -2px;
}
#workflowEditor .stepProgressBar .badge .fa-circle.warn {
  color: #ff9600;
  font-size: 15px;
}
#workflowEditor .stepProgressBar .badge .fa-circle.completed {
  color: #ffffff;
  font-size: 14px;
}
#workflowEditor .fa-user,
#workflowEditor .fa-building {
  color: #0070D2;
}
#workflowEditor .ruleStaticDropdown {
  display: inline-block;
}
#workflowEditor .config {
  margin: 20px;
}
#workflowEditor .config > .row > .actions {
  margin: 15px;
}
#workflowEditor .navButtons {
  margin-top: 25px;
}
#workflowEditor a.inline {
  margin-right: 30px;
}
#workflowEditor .workflowSchedule,
#workflowEditor .workflowFilter {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
#workflowEditor .workflowSchedule div,
#workflowEditor .workflowFilter div {
  display: inline-block;
}
#workflowEditor .panel .autoGrowPencilPadding {
  background-color: #f5f5f5;
  min-width: 100px;
}
#workflowEditor .panel-body > .row {
  margin-top: 0;
}
#workflows .iconStack {
  position: relative;
  display: inline-block;
}
#workflows .fa-circle {
  color: #999999;
  font-size: 19px;
}
#workflows .fa-ellipsis-h {
  color: #ffffff;
  position: absolute;
  left: 3px;
  top: 3px;
}
#workflows .fa-check {
  color: #999999;
}
#workflows .fa-check.enabled {
  color: #82c135;
}
#workflows .triggerStatus {
  margin: 0;
}
#survey-editor {
  height: 100%;
}
#survey-editor #surveyJsBuilderContainer {
  height: calc(100% - 45px);
}
#survey-editor #survey-editor-control-bar {
  background: #f2f2f2;
}
#survey-editor #survey-editor-control-bar .btn.btn-icon {
  color: #ff9600 !important;
  font-size: 17px;
  padding: 2px 12px;
  margin-right: 10px;
  background: transparent;
  position: relative;
  top: -1px;
  transition: background 0.2s ease, color 0.2s ease;
}
#survey-editor #survey-editor-control-bar .btn.btn-icon:hover,
#survey-editor #survey-editor-control-bar .btn.btn-icon:focus {
  background: #ff9600 !important;
  color: #ffffff !important;
}
#survey-report .page-header {
  background-color: #eeeeee;
}
#survey-report .question {
  margin: 20px;
  min-height: 200px;
}
#survey-report .question__text {
  margin: 10px;
}
#survey-report .question .question-responses .statistics {
  padding: 10px;
  text-align: right;
  background-color: #eeeeee;
  min-height: 120px;
}
#survey-report .question .question-responses .answers {
  padding-left: 30px;
}
#survey-report .stat {
  margin: 10px;
  text-align: right;
}
#survey-report .stat .dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #0070D2;
  display: inline-block;
}
#survey-report .stat .percentage {
  color: #777777;
  font-size: 12px;
}
#survey-report .stat .number {
  margin-top: 0px;
  margin-bottom: -2px;
}
#survey-report .question-choices__selections,
#survey-report .question-choices__percentage {
  font-size: 12px;
}
.question-view .question-choices {
  font-size: 12px;
}
.question-view .question-choices__progressbar {
  height: 11px;
  border-radius: 30px !important;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 15px;
  margin-top: 3px;
  width: 40%;
}
.question-view .question-choices__progressbar .progress-bar {
  margin-left: 0px;
  margin-right: 0px;
}
.question-view .matrix-table .group {
  margin-bottom: 20px;
}
/*
 * Copyright (C) 2010-2020 Evergage, Inc.
 * All rights reserved.
 */
#templateList .pt10 {
  padding-top: 10px;
}
/*
 * Copyright (C) 2010-2020 Evergage, Inc.
 * All rights reserved.
 */
.download-api-key table {
  width: 100%;
}
.download-api-key table tbody td th {
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  padding: 5px;
}
.download-api-key th {
  background: #d5d5d5;
}
.download-api-key .key-id {
  width: 33%;
}
.download-api-key .link {
  float: right;
}
/*
 * Copyright (C) 2010-2017 Evergage, Inc.
 * All rights reserved.
 */
.edit-principal-modal .left {
  float: left;
}
.edit-principal-modal .section:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.edit-principal-modal form.ng-dirty input.ng-invalid,
.edit-principal-modal form.ng-dirty select.ng-invalid,
.edit-principal-modal form.ng-dirty textarea.ng-invalid {
  border-color: #d5d5d5;
  background-color: white;
}
.edit-principal-modal form.ng-dirty input.ng-invalid:focus,
.edit-principal-modal form.ng-dirty select.ng-invalid:focus,
.edit-principal-modal form.ng-dirty textarea.ng-invalid:focus {
  outline-color: #82c135;
}
.edit-principal-modal form.ng-dirty input.ng-invalid:active,
.edit-principal-modal form.ng-dirty select.ng-invalid:active,
.edit-principal-modal form.ng-dirty textarea.ng-invalid:active {
  outline-color: #82c135;
}
.edit-principal-modal .form-control[disabled] {
  background-color: #eee !important;
  opacity: 1;
}
.edit-principal-modal .two-col {
  width: 50%;
  float: left;
}
.edit-principal-modal .help-block {
  display: none;
  color: #dd360b;
}
.edit-principal-modal .form-group {
  margin: 6px 0;
  min-height: 20px;
}
.edit-principal-modal .form-group.two-col {
  min-height: 65px;
}
.edit-principal-modal .form-group.two-col label {
  margin-bottom: 5px;
  display: block;
}
.edit-principal-modal .form-group input[type="text"],
.edit-principal-modal .form-group input[type="password"],
.edit-principal-modal .form-group input[type="email"],
.edit-principal-modal .form-group textarea {
  width: 85%;
}
.edit-principal-modal .form-group textarea {
  height: 45px;
}
.edit-principal-modal .form-group.has-error .help-block {
  display: block;
}
.edit-principal-modal .form-group.has-error input.ng-invalid {
  border-color: #dd360b;
  background-color: hsl(20, 100%, 96%);
}
.edit-principal-modal .form-group.has-error input.ng-invalid:focus {
  outline-color: hsl(0, 68%, 70%);
}
.edit-principal-modal .form-group.has-error input.ng-invalid:active {
  outline-color: hsl(0, 68%, 70%);
}
.edit-principal-modal label {
  font-weight: bold;
}
.edit-principal-modal .radio {
  margin-top: 5px;
  padding-left: 0;
}
.edit-principal-modal .radio label {
  font-weight: normal;
}
.edit-principal-modal .radio .form-group {
  margin: 0 0 6px 0;
  display: inline-block;
  width: 23%;
  text-align: center;
}
.edit-principal-modal .radio .roleDescription {
  padding-top: 10px;
  padding-left: 2px;
  color: #4a4a4a;
  height: 50px;
}
.edit-principal-modal .roles {
  margin: 8px 0 26px 0;
}
.edit-principal-modal .twoFactorAuthTopSection {
  width: 100%;
  display: block;
  margin-bottom: 1%;
}
.edit-principal-modal .twoFactorAuthTopSection .twoFactorAuthInnerSection {
  margin-left: 5%;
}
.edit-principal-modal .twoFactorAuthTopSection .twoFactorAuthButtonRow {
  margin-left: 1%;
}
.edit-principal-modal .twoFactorAuthTopSection img {
  height: auto;
  width: 100px;
  vertical-align: middle;
}
.edit-principal-modal .twoFactorAuthTopSection button {
  margin-left: 1%;
  margin-bottom: 3%;
}
.edit-principal-modal .twoFactorAuthTopSection p {
  margin-top: 1%;
  margin-bottom: 1%;
}
.edit-principal-modal .twoFactorAuthTopSection label {
  margin-left: 0.5%;
  margin-top: 2%;
}
.edit-principal-modal .twoFactorAuthTopSection input {
  margin-left: 1%;
  margin-bottom: 2%;
}
.edit-principal-modal .twoFactorAuthBottomSection {
  clear: both;
  width: 100%;
  margin-left: 5%;
}
.edit-principal-modal .twoFactorAuthBottomSection button {
  margin-left: 1%;
}
.edit-principal-modal .twoFactorAuthBottomSection label {
  margin-left: 0.5%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.edit-principal-modal .twoFactorAuthBottomSection input {
  margin-left: 3%;
  margin-bottom: 5%;
  font-size: 16px;
}
.edit-principal-modal .activation-section {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.edit-principal-modal .avatarImageSection {
  margin-top: 15px;
}
.edit-principal-modal .avatarImageSection .avatarPreview span {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin-top: 18px;
}
.edit-principal-modal .avatarImageSection .avatarPreview img {
  height: auto;
  width: 40px;
  vertical-align: middle;
}
.edit-principal-modal .imgUploadContainer {
  margin: 5px;
}
.popover {
  z-index: 2147483627;
}
.icon-header {
  display: flex;
  align-items: center;
}
.icon-header img {
  float: left;
  padding-right: 10px;
  align-self: flex-start;
}
.icon-header h4 {
  line-height: 16px;
}
.icon-header h2 {
  line-height: 24px;
}
.internal-icon {
  background: transparent;
  border-radius: 2rem;
  color: #585858;
  display: inline;
  min-width: max-content;
  max-height: 4rem;
  padding: 0.1rem 0.5rem;
  text-overflow: clip;
  overflow-x: auto;
  width: fit-content;
}
.internal-icon.btn {
  color: #585858;
  cursor: pointer;
}
.internal-icon i[tooltip-append-to-body="true"] {
  cursor: pointer;
  font-weight: normal;
  z-index: 2147483647;
}
.internal-icon i[tooltip-append-to-body="true"]:hover {
  color: #8e8e8e;
}
.internal-icon i[tooltip-append-to-body="true"].large {
  font-size: 22px;
  margin-left: 8px;
}
.internal-icon i[tooltip-append-to-body="true"].warning {
  color: #ff9600;
}
#localtest-toolbar {
  height: 55px;
  width: 100%;
  border-top: 3px solid #82c134;
  background: #434343;
  padding: 5px 15px 0px;
}
#localtest-toolbar .toolbar-heading {
  line-height: 1em;
  margin-bottom: 2px;
}
#localtest-toolbar .toolbar-heading > span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #82c134;
}
#localtest-toolbar .toolbar-heading > span.close-toolbar {
  color: #FFF;
  cursor: pointer;
}
#localtest-toolbar > div:not(.toolbar-heading) {
  vertical-align: top;
  display: inline-block;
}
#localtest-toolbar .info-block-row .info-block {
  display: inline-block;
  position: relative;
  border-right: 1px solid #717171;
  padding: 0 10px;
}
#localtest-toolbar .info-block-row .info-block:last-child {
  padding-right: 0;
  border-right: 0;
}
#localtest-toolbar .info-block-row .info-block:first-child {
  padding-left: 0;
  margin-right: -4px;
}
#localtest-toolbar .info-block-row .info-block > span {
  color: #ffffff;
  display: block;
  line-height: 1.3em;
}
#localtest-toolbar .info-block-row .info-block > span.value-alert {
  color: #ff3000;
  font-weight: 500;
}
#localtest-toolbar .info-block-row .info-block > span.value-alert::before {
  content: "\f071";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 11px;
  padding-right: 5px;
}
#localtest-toolbar .info-block-row .info-block > span:first-child {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  color: #909090;
}
#localtest-toolbar .info-block-row .info-block > span.refresh {
  position: absolute;
  right: 0px;
  top: 15px;
  font-size: 10px;
  cursor: pointer;
  color: #c2c2c2;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#clickEditor .k-window {
  border: none;
  border-left: thin solid #cccccc;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
#clickEditor .k-window-titlebar {
  color: white;
  font-weight: bold;
  font-size: 17px;
  background-color: #005FB2;
}
#clickEditor .k-window-titlebar .k-window-action {
  opacity: 1;
}
#clickEditor .k-window-titlebar .k-window-action .k-icon {
  -webkit-filter: invert(100%) brightness(500%);
  filter: invert(100%) brightness(500%);
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#clickList .k-window {
  border: none;
  border-left: thin solid #cccccc;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
#clickList .k-window-titlebar {
  color: white;
  font-weight: bold;
  font-size: 17px;
  background-color: #005FB2;
}
#clickList .k-window-titlebar .k-window-action {
  opacity: 1;
}
#clickList .k-window-titlebar .k-window-action .k-icon {
  -webkit-filter: invert(100%) brightness(500%);
  filter: invert(100%) brightness(500%);
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#fieldEditor .k-window {
  border: none;
  border-left: thin solid #cccccc;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
#fieldEditor .k-window-titlebar {
  color: white;
  font-weight: bold;
  font-size: 17px;
  background-color: #005FB2;
}
#fieldEditor .k-window-titlebar .k-window-action {
  opacity: 1;
}
#fieldEditor .k-window-titlebar .k-window-action .k-icon {
  -webkit-filter: invert(100%) brightness(500%);
  filter: invert(100%) brightness(500%);
}
#fieldEditor .k-window #currentValue {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 350px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#fieldList .k-window {
  border: none;
  border-left: thin solid #cccccc;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
#fieldList .k-window-titlebar {
  color: white;
  font-weight: bold;
  font-size: 17px;
  background-color: #005FB2;
}
#fieldList .k-window-titlebar .k-window-action {
  opacity: 1;
}
#fieldList .k-window-titlebar .k-window-action .k-icon {
  -webkit-filter: invert(100%) brightness(500%);
  filter: invert(100%) brightness(500%);
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#integrationJavascript .k-window {
  border: none;
  border-left: thin solid #cccccc;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
#integrationJavascript .k-window-titlebar {
  color: white;
  font-weight: bold;
  font-size: 17px;
  background-color: #005FB2;
}
#integrationJavascript .k-window-titlebar .k-window-action {
  opacity: 1;
}
#integrationJavascript .k-window-titlebar .k-window-action .k-icon {
  -webkit-filter: invert(100%) brightness(500%);
  filter: invert(100%) brightness(500%);
}
#integrationJavascript #integrationJavascriptDialog {
  overflow: hidden;
}
#integrationJavascript .info {
  margin-bottom: 20px;
}
#integrationJavascript .textAreaCode {
  font-family: Menlo,Fixed,monospace !important;
  font-size: x-small !important;
  width: 565px;
}
#integrationJavascript .textAreaCode.async {
  height: 150px;
}
#integrationJavascript .textAreaCode.sync {
  height: 50px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#visualEditorSettings .k-window {
  border: none;
  border-left: thin solid #cccccc;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
#visualEditorSettings .k-window-titlebar {
  color: white;
  font-weight: bold;
  font-size: 17px;
  background-color: #005FB2;
}
#visualEditorSettings .k-window-titlebar .k-window-action {
  opacity: 1;
}
#visualEditorSettings .k-window-titlebar .k-window-action .k-icon {
  -webkit-filter: invert(100%) brightness(500%);
  filter: invert(100%) brightness(500%);
}
#visualEditorSettings .formLabel {
  width: 130px;
  padding: 5px;
}
.autoGrowPencilPadding {
  padding-right: 20px;
}
.collapsibleBar {
  float: right;
  width: 18px;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  cursor: pointer;
  background-color: #e5e5e5;
}
.collapsibleBar i {
  font-weight: bold;
  position: relative;
  top: 50%;
  font-size: 18px;
  padding-left: 6px;
}
.collapsibleBar i.fa-double-angle-right {
  padding-left: 4px;
}
.collapsed {
  display: none;
}
#actionNameInput {
  /* Not wired right now, see HTML */
}
#actionNameInput .k-widget {
  min-width: 250px;
}
#actionNameInput.sm .k-widget {
  min-width: 170px;
}
#actionNameInput.lg .k-widget {
  min-width: 350px;
}
#actionNameInput.fullWidth .k-widget {
  width: 100%;
}
#actionNameInput .newActionAlert {
  padding: 8px 8px;
  background: #bde5f8;
  border: 1px solid #41caf8;
  border-radius: 4px;
  line-height: 1.3em;
  color: #4a4a4a;
  margin-top: 10px;
  max-width: 350px;
  text-align: center;
}
#actionNameInput .newActionAlert i {
  margin-right: 1px;
}
#actionsList .filterRow .actionTypeSection .k-dropdown {
  width: 120px;
}
#actionsList .filterRow > div {
  display: inline-block;
  margin-bottom: 10px;
}
#actionsList .filterRow > div input,
#actionsList .filterRow > div .k-dropdown {
  margin-left: 4px;
  margin-right: 10px;
}
#actionsList .filterRow .filterTitle {
  color: #585858;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
}
.k-dropdown.attributeDropdown {
  min-width: 180px;
}
.attributesEditor .attr td {
  padding-bottom: 25px;
}
.attributesEditor .attrLabel {
  width: 210px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  padding-right: 40px;
}
.attributesEditor .attrValue {
  width: 380px;
}
.attributesEditor .attrValue .k-datetimepicker {
  width: 240px;
}
.attributesEditor .attrValue * {
  text-overflow: ellipsis;
  overflow: hidden;
}
#customerFieldSelect table.attributes td {
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 0;
}
#customerFieldSelect table.attributes tr td span {
  margin-left: 0px;
  margin-right: 0px;
}
#customerFieldSelect table.attributes tr td:first-child {
  white-space: nowrap;
}
#customerFieldSelect table.attributes tr:first-of-type td {
  padding-top: 0;
}
#customerFieldSelect .k-combobox {
  margin-left: 0;
  margin-right: 0;
  width: 300px;
}
#customerFieldSelect .k-combobox .k-combobox-wrap {
  margin-left: 0;
  margin-right: 0;
}
#customerFieldSelect .fieldTypeComboBox .k-combobox {
  width: 299px;
}
#customerFieldSelect .chosen-results {
  min-width: 300px !important;
}
#customerFieldSelect .chosen-results .chosen-container {
  height: 28px;
}
#customerFieldSelect .chosen-results .chosen-choices {
  height: 50px !important;
  overflow-y: scroll;
}
.egAuditHistory {
  max-height: 440px;
  overflow-y: scroll;
  padding: 15px 5px 5px 10px !important;
}
.egAuditHistory.auditTall {
  max-height: 600px;
}
.egAuditHistory .title {
  white-space: normal;
}
.egAuditHistory .auditDate {
  color: #b5b5b5;
  display: block;
}
.egAuditHistory .auditPrincipal {
  display: block;
}
.egAuditHistory .listItem {
  padding: 0 !important;
}
.egAuditHistory .auditDetails {
  display: inline-table;
  height: 100%;
}
.egAuditHistory .auditDetailText {
  display: table-cell;
}
.egAuditHistory .auditDetailText .testing {
  color: rgba(221, 54, 11, 0.6);
}
.egAuditHistory .auditDetailText .published {
  color: #000000;
}
.egAuditHistory .auditDetailText .disabled {
  color: #848484;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.bitmap-filter-dropdown .appendedCategory.group-result {
  margin-left: 0px !important;
}
.bitmap-filter-dropdown .group-result {
  margin-left: 10px !important;
}
.bitmap-filter-dropdown .group-option {
  padding-left: 30px !important;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
#campaignList .allCampaigns {
  padding: 7px;
  padding-left: 20px;
}
#campaignList .allCampaigns a {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
#campaignList .allCampaigns.selected {
  background: #0070D2;
}
#campaignList .allCampaigns.selected a {
  color: #ffffff;
}
#campaignList .leftSelectionPane .k-alt:not(.k-state-selected) {
  background-color: #ffffff;
}
#campaignList .addFolder {
  display: block;
  padding: 5px;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  color: #0070D2;
}
#campaignList .addFolder .fa {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
#campaignList .addFolder:hover {
  color: #005FB2;
}
#campaignList #campaignFolders .deleteFolder,
#campaignList #campaignFolders .editFolder {
  display: inline-block;
  padding: 5px;
  visibility: hidden;
  position: absolute;
  top: -5px;
}
#campaignList #campaignFolders .deleteFolder {
  left: -22px;
}
#campaignList #campaignFolders .deleteFolder:hover {
  color: #f00;
}
#campaignList #campaignFolders .editFolder {
  right: -5px;
}
#campaignList #campaignFolders td[role='gridcell']:hover .deleteFolder,
#campaignList #campaignFolders td[role='gridcell']:hover .editFolder {
  visibility: visible;
}
#campaignList #campaignFolders .dropTarget {
  position: relative;
  margin-left: 5px;
}
#campaignList #campaigns .disabledMessage {
  color: #999999;
}
#campaignList #campaigns .testingMessage {
  color: rgba(221, 54, 11, 0.6);
}
#campaignList #campaigns .publishedMessage {
  color: #4a4a4a;
  font-weight: bold;
}
#campaignList #campaigns .enabledMessage {
  color: #848484;
}
#campaignList #campaigns .k-state-selected .disabledMessage,
#campaignList #campaigns .k-state-selected .testingMessage,
#campaignList #campaigns .k-state-selected .publishedMessage,
#campaignList #campaigns .k-state-selected .enabledMessage {
  color: #4a4a4a;
}
#campaignList #campaigns td[role='gridcell'] .fa-arrows-alt {
  visibility: hidden;
}
#campaignList #campaigns td[role='gridcell']:hover .fa-arrows-alt {
  visibility: visible;
}
#campaignList .selectedDetailPane {
  height: 100%;
}
#campaignList .selectedDetailPane .visualEditorButtonListRow {
  padding: 10px;
  border-top-style: dotted;
  border-color: #b5b5b5;
  border-width: 1px;
  border-bottom-style: dotted;
  text-align: right;
}
#campaignList .rightPreviewPane {
  max-width: 500px;
}
#campaignList .rightPreviewPane .rightPreviewPaneTitle {
  margin: 0;
}
#campaignList .rightPreviewPane #previewContent {
  height: 100%;
}
#campaignList .rightPreviewPane #previewContent .btn .fa-check {
  color: #82c135;
  float: left;
  margin-right: 5px;
}
#campaignList .rightPreviewPane #previewContent .unpublishedEmailCampaign h3.emailCampaign {
  float: left;
  margin-right: 5px;
}
#campaignList .rightPreviewPane #previewContent .unpublishedEmailCampaign .emailCampaignState {
  line-height: 3.8;
  margin-left: 5px;
}
#campaignList .rightPreviewPane .messageStateSelector {
  width: 111px;
}
#campaignList .rightPreviewPane .campaignStateSelector {
  width: 111px;
  float: right;
}
#campaignList .rightPreviewPane .publishEmailButton {
  margin-bottom: 10px;
}
#campaignList .rightPreviewPane #messagePreview {
  max-width: 314px;
  max-height: 250px;
  margin-bottom: 1px;
}
#campaignList .rightPreviewPane #messagePreview.hiddenPreview {
  visibility: hidden;
}
#campaignList .rightPreviewPane #messagePreview #mobileMessagePreviewTarget {
  width: 304px;
  max-height: 250px;
  overflow: hidden;
}
#campaignList .rightPreviewPane #messagePreview #mobileMessagePreviewTarget .structuredDataGridEditor {
  min-height: 250px;
}
#campaignList .rightPreviewPane #messagePreview #mobileMessagePreviewTarget #notificationMessage {
  min-height: 20px;
  padding: 10px;
  background-color: #ffffff;
  font-size: 16px;
  text-align: center;
}
#campaignList .rightPreviewPane #messagePreview #mobileMessagePreviewTarget #notificationMessage .title {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "SF SemiBold";
  font-size: 16px;
}
#campaignList .rightPreviewPane #messagePreview #mobileMessagePreviewTarget #notificationMessage .body {
  margin: 5px 0;
  font-family: "SF Regular";
}
#campaignList .rightPreviewPane #messagePreview #mobileMessagePreviewTarget #notificationMessage #mobileButtonsPreview {
  margin: 5px auto 0 auto;
  text-align: center;
  white-space: nowrap;
  font-family: "SF Regular";
}
#campaignList .rightPreviewPane #messagePreview #mobileMessagePreviewTarget #notificationMessage #mobileButtonsPreview #mobileButtonPreview-1 {
  margin-left: 10px;
}
#campaignList .rightPreviewPane #messagePreview #mobileMessagePreviewTarget #notificationMessage #mobileButtonsPreview .mobileButton {
  border-radius: 6px;
  min-width: 110px;
  max-width: 48%;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 10px;
  min-height: 36px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  vertical-align: middle;
}
#campaignList .rightPreviewPane #messagePreview #mobileMessagePreviewTarget #notificationMessage #mobileButtonsPreview .mobileButton .text {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
#campaignList .rightPreviewPane #messagePreview #messagePreviewTarget {
  width: 942px;
  max-height: 250px;
  overflow: hidden;
}
#campaignList .rightPreviewPane #messagePreview #messagePreviewTarget #messagePreviewLoadingDiv {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url('../node_modules/kendo-ui/styles/Bootstrap/loading-image.gif');
  position: static;
  width: 314px;
  height: 250px;
}
#campaignList .rightPreviewPane #messagePreview #messagePreviewTarget .evergage-tooltip {
  pointer-events: none;
}
#campaignList .rightPreviewPane #messagePreview #messagePreviewTarget .evergage-tooltip > .modal {
  position: relative;
  height: auto;
}
#campaignList .rightPreviewPane #messagePreview .clear {
  clear: both;
}
#campaignList .rightPreviewPane .noneSelected {
  min-height: 500px;
}
#campaignList .draggable {
  position: relative;
  padding: 0px 4px 0px 0px;
  cursor: move;
  float: left;
  top: 2px;
}
#campaignList .draggable .fa-ellipsis-v {
  font-size: 1.3em;
  margin-right: 1px;
  color: #b5b5b5;
  pointer-events: none;
}
#campaignList .dropTargetHighlight {
  background: #d5d5d5;
  color: #4a4a4a;
}
#campaignList .dropTargetOver {
  background: #82c135;
  color: white;
}
#campaignList more-info-icon {
  width: 20px;
}
#campaignList .filterCheckbox label {
  margin-right: 10px;
}
.k-dropdown .productLabel,
.k-popup .productLabel {
  line-height: 24px;
}
.productIconWrapper {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
  text-indent: 0;
}
.productIconWrapper.whiteBox {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #ffffff;
}
.productIconWrapper img.listIcon {
  vertical-align: inherit;
}
.productIconWrapper .fa {
  color: #848484;
}
.productLabel {
  display: inline-block;
  line-height: 21px;
  vertical-align: top;
}
.draggedItem {
  border: 1px solid #0070D2;
  background: #0070D2;
  color: #ffffff;
  min-width: 100px;
  border-radius: 4px;
  padding: 3px 6px;
  opacity: 0.9;
  z-index: 2147483600 !important;
  position: absolute;
}
.k-marquee {
  z-index: 2147483600 !important;
}
.customerSearch input {
  width: 200px;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.egItemComboBoxWrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.egItemComboBoxWrapper .itemComboBox {
  height: 64px;
  width: 100%;
}
.egItemComboBoxWrapper .itemComboBox .k-dropdown-wrap {
  height: 64px;
}
.egItemComboBoxWrapper .itemComboBox .k-dropdown-wrap .k-select {
  min-height: 60px;
  height: 60px;
  line-height: 60px;
}
.egItemComboBoxWrapper .k-input {
  height: 64px;
  padding: 0;
}
.egItemComboBoxWrapper .k-combobox .k-state-default .k-input {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.egItemComboBoxWrapper .k-dropdown-wrap.k-state-active.k-state-border-down {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.egItemComboBoxWrapper-list.k-popup .k-list .k-item,
.egItemComboBoxWrapper .selection-preview {
  padding: 0px;
  border: none !important;
  list-style: none;
}
.egItemComboBoxWrapper-list.k-popup .k-list .k-item > div:first-child,
.egItemComboBoxWrapper .selection-preview > div:first-child {
  width: 64px;
  border-left-width: 0;
  padding: 0px;
  float: left;
}
.egItemComboBoxWrapper-list.k-popup .k-list .k-item > div:first-child img,
.egItemComboBoxWrapper .selection-preview > div:first-child img {
  width: 100%;
  height: auto;
  max-height: 64px;
}
.egItemComboBoxWrapper-list.k-popup .k-list .k-item > div,
.egItemComboBoxWrapper .selection-preview > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 0 1px 1px;
  vertical-align: top;
  height: 64px;
  padding: 4px 8px;
  overflow: hidden;
}
.egItemComboBoxWrapper-list.k-popup .k-list .k-item > div h3,
.egItemComboBoxWrapper .selection-preview > div h3,
.egItemComboBoxWrapper-list.k-popup .k-list .k-item > div p,
.egItemComboBoxWrapper .selection-preview > div p {
  margin: 0px;
}
.egItemComboBoxWrapper-list.k-popup .k-list .k-item > div .item-name,
.egItemComboBoxWrapper .selection-preview > div .item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.egItemComboBoxWrapper-list.k-popup .k-list .k-item > div .item-sku,
.egItemComboBoxWrapper .selection-preview > div .item-sku {
  color: #808080;
}
.egItemComboBoxWrapper-list.k-popup .k-list .k-item {
  cursor: pointer;
}
.egItemComboBoxWrapper .selection-preview {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
}
.egItemComboBoxWrapper .selection-preview:hover {
  cursor: text;
}
.egItemComboBoxWrapper .selection-preview .item-description {
  border-bottom: none;
}
.egItemComboBoxWrapper .selection-preview .item-image {
  border-bottom: none;
}
.egItemComboBoxWrapper .k-state-hover .selection-preview,
.egItemComboBoxWrapper .k-state-hover:hover .selection-preview {
  background-color: #ffffff;
}
.egItemComboBoxWrapper .k-state-hover .selection-preview .item-sku,
.egItemComboBoxWrapper .k-state-hover:hover .selection-preview .item-sku {
  color: #808080;
}
.egItemComboBoxWrapper .k-state-hover .selection-preview .item-description,
.egItemComboBoxWrapper .k-state-hover:hover .selection-preview .item-description {
  background-color: #ffffff;
}
.egItemComboBoxWrapper-list.k-popup.k-list-container {
  padding: 0px;
}
.egItemComboBoxWrapper-list .k-state-hover .selection-preview .item-sku,
.egItemComboBoxWrapper-list .k-state-hover:hover .selection-preview .item-sku {
  color: #808080;
}
.egItemComboBoxWrapper-list .k-list > .k-state-selected,
.egItemComboBoxWrapper-list .k-list > .k-state-hover,
.egItemComboBoxWrapper-list .k-list > .k-state-hover:hover {
  background-color: #f9f9f9;
}
.egItemComboBoxWrapper-list .k-list > .k-state-selected .item-sku,
.egItemComboBoxWrapper-list .k-list > .k-state-hover .item-sku,
.egItemComboBoxWrapper-list .k-list > .k-state-hover:hover .item-sku {
  color: #808080;
}
.egItemGrid .actionStatsChart {
  margin-bottom: 25px;
}
.egItemGrid .itemNameCell .fa-pencil-alt {
  margin-left: 10px;
  visibility: hidden;
}
.egItemGrid .itemNameCell.k-textbox {
  height: 30px;
}
.egItemGrid td[role="gridcell"] {
  position: relative;
}
.egItemGrid span.itemNameCell {
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 0;
  left: 2px;
  padding-left: 10px;
  font-style: italic;
  font-weight: normal;
  width: 97%;
  line-height: 28px;
  display: inline-block;
}
.egItemGrid span.itemNameCell:hover {
  border: 1px solid #82c135;
}
.egItemGrid span.itemNameCell.action {
  width: 95%;
  left: 21px;
  height: 26px;
  font-style: normal;
  color: #585858;
}
.egItemGrid .expanded .itemNameCell:hover {
  cursor: pointer;
}
.egItemGrid .expanded .itemNameCell:hover .fa-pencil-alt {
  visibility: visible;
}
.egItemGrid .k-multiselect .k-button {
  margin: 1px;
}
.egItemGrid .modulesList {
  padding: 1px;
}
.egItemGrid .modulesList .moduleName {
  border-radius: 4px;
  padding: 4px 10px;
  background: #585858;
  color: #ffffff;
  margin: 1px;
  display: inline-block;
}
.egItemGrid .modulesList .fa-plus-square {
  padding: 8px 0;
}
.egItemGrid .modulesList .editable {
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  width: 98%;
  background-color: #ffffff;
}
.egItemGrid .modulesList .editable .moduleName {
  padding: 5px 10px;
  background-color: #0070D2;
}
.egItemGrid .detailHeader {
  padding: 7px;
  background: #585858;
  color: #ffffff;
}
.egItemGrid .detailHeader .actions {
  margin-left: 25px;
}
.egItemGrid .detailHeader .actions .fa {
  color: #ffffff;
}
.egItemGrid .detailHeader .actions .fa:hover {
  color: #82c135;
}
.egItemGrid .detailHeader a {
  color: #ffffff;
}
.egItemGrid .detailHeader a:hover {
  color: #82c135;
}
.egItemGrid .egItemSearchWrapper .k-multiselect {
  width: 317px;
}
.egItemGrid .percentageTextAndBar {
  line-height: 8px;
  margin-right: 53px;
}
.egItemGrid .percentageTextAndBar .percentageText {
  float: left;
  text-align: right;
  width: 45px;
}
.egItemGrid .percentageTextAndBar .percentageBarContainer {
  margin-left: 50px;
  width: 100%;
  height: 100%;
}
.egItemGrid .percentageTextAndBar .percentageBarContainer .percentageBar {
  text-align: center;
  height: 100%;
  border: 3px solid;
  border-radius: 3px;
  background-color: #848484;
  border-color: #848484;
}
.egItemGrid .legend-circle {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  margin: auto;
}
.egItemGrid .legend-circle.hidden {
  color: transparent;
}
.egItemSearchWrapper {
  display: inline-block;
  vertical-align: middle;
}
.egItemSearchWrapper .k-multiselect {
  width: 315px;
}
.egItemSearchWrapper .k-multiselect .k-multiselect-wrap .k-button {
  position: relative;
  padding-right: 25px;
  max-width: 305px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.egItemSearchWrapper .k-multiselect .k-multiselect-wrap .k-button .k-delete {
  position: absolute;
  right: 6px;
  top: 5px;
}
.egItemSearchWrapper-list.k-popup.k-list-container {
  padding: 0;
}
.egItemSearchWrapper-list.k-popup.k-list-container .k-list .k-item {
  padding: 0;
}
.egItemSearchWrapper-list.k-popup.k-list-container .k-list .k-item > div.default:first-child.preview-image {
  width: 64px;
  border-left-width: 0;
  padding: 0;
  float: left;
}
.egItemSearchWrapper-list.k-popup.k-list-container .k-list .k-item > div.default:first-child.preview-image img {
  width: 100%;
  height: auto;
}
.egItemSearchWrapper-list.k-popup.k-list-container .k-list .k-item > div.default {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 0 1px 1px;
  vertical-align: top;
  height: 64px;
  padding: 4px 8px;
  overflow: hidden;
}
.egItemSearchWrapper-list.k-popup.k-list-container .k-list .k-item > div.default h3,
.egItemSearchWrapper-list.k-popup.k-list-container .k-list .k-item > div.default p {
  margin: 0;
}
.itemTypeDropdownWrapper .k-dropdown {
  min-width: 110px;
}
.recipeDropdown .k-dropdown {
  min-width: 200px;
  max-width: 400px;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.egUserComboBoxWrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.egUserComboBoxWrapper .userComboBox {
  width: 100%;
  height: 64px;
}
.egUserComboBoxWrapper .userComboBox .k-dropdown-wrap {
  height: 64px;
}
.egUserComboBoxWrapper .userComboBox .k-dropdown-wrap .k-select {
  min-height: 58px;
  height: 58px;
  line-height: 58px;
}
.egUserComboBoxWrapper .k-combobox .k-state-default .k-input {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.egUserComboBoxWrapper .k-dropdown-wrap.k-state-active.k-state-border-down {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.egUserComboBoxWrapper .selection-preview {
  background-color: #ffffff;
  border-radius: 3px;
}
.egUserComboBoxWrapper .selection-preview .title {
  color: #585858;
}
.egUserComboBoxWrapper .k-input {
  height: 64px;
  padding: 0;
}
.egUserComboBox-list.k-popup .k-list .k-item,
.userComboBox .selection-preview {
  padding: 0;
  border: none;
  position: relative;
}
.egUserComboBox-list.k-popup .k-list .k-item .icon,
.userComboBox .selection-preview .icon {
  border-right: solid 1px #d5d5d5;
  position: absolute;
}
.egUserComboBox-list.k-popup .k-list .k-item .details,
.userComboBox .selection-preview .details {
  width: 100%;
  padding-left: 70px;
}
.egUserComboBox-list.k-popup .k-list .k-item .details .title,
.userComboBox .selection-preview .details .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.egUserComboBox-list.k-popup .k-list .k-item .details .subtitle,
.userComboBox .selection-preview .details .subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #808080;
}
.egUserComboBox-list.k-popup .k-list .k-item > div:first-child,
.userComboBox .selection-preview > div:first-child {
  width: 64px;
  text-align: center;
  padding-top: 18px;
}
.egUserComboBox-list.k-popup .k-list .k-item > div:first-child .fa-user,
.userComboBox .selection-preview > div:first-child .fa-user {
  color: #808080;
}
.egUserComboBox-list.k-popup .k-list .k-item > div:first-child .fa-favorite,
.userComboBox .selection-preview > div:first-child .fa-favorite {
  margin-left: 5px;
  color: #fde96e;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b98243;
}
.egUserComboBox-list.k-popup .k-list .k-item h3,
.userComboBox .selection-preview h3,
.egUserComboBox-list.k-popup .k-list .k-item p,
.userComboBox .selection-preview p {
  margin: 0px;
}
.egUserComboBox-list.k-popup .k-list .k-item > div,
.userComboBox .selection-preview > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: none;
  vertical-align: top;
  height: 64px;
  padding: 4px;
  overflow: hidden;
}
.egUserComboBox-list.k-popup .k-list .k-item {
  border-bottom: solid 1px #d5d5d5;
  cursor: pointer;
}
.egUserComboBoxWrapper .selection-preview {
  display: inline-block;
  width: 100%;
  list-style: none;
  background-color: #ffffff;
}
.egUserComboBoxWrapper .selection-preview:hover {
  cursor: text;
}
.egUserComboBoxWrapper .k-state-hover .selection-preview,
.egUserComboBoxWrapper .k-state-hover:hover .selection-preview {
  list-style: none;
  background-color: #ffffff;
}
.egUserComboBoxWrapper .k-state-hover .selection-preview .title,
.egUserComboBoxWrapper .k-state-hover:hover .selection-preview .title {
  color: #585858;
}
.egUserComboBox-list.k-popup.k-list-container {
  padding: 0px;
}
.egUserComboBox-list .k-list > .k-state-selected,
.egUserComboBox-list .k-list > .k-state-hover,
.egUserComboBox-list .k-list > .k-state-hover:hover {
  background-color: #f9f9f9;
}
.egUserComboBox-list .k-list > .k-state-selected .icon,
.egUserComboBox-list .k-list > .k-state-hover .icon,
.egUserComboBox-list .k-list > .k-state-hover:hover .icon {
  background-color: #ffffff;
}
.egUserSearchWrapper {
  display: inline-block;
  vertical-align: middle;
}
.egUserSearchWrapper .k-multiselect {
  width: 360px;
}
.egUserSearchWrapper .k-multiselect .k-multiselect-wrap {
  width: 360px;
}
.egUserSearchWrapper .k-multiselect .k-multiselect-wrap .k-button {
  position: relative;
  padding-right: 25px;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.egUserSearchWrapper .k-multiselect .k-multiselect-wrap .k-button .k-delete {
  position: absolute;
  right: 6px;
  top: 5px;
}
.egUserSearch-list.k-popup .k-list .k-item {
  padding: 0;
  display: inline-block;
  width: 99%;
}
.egUserSearch-list.k-popup .k-list .k-item > div:first-child {
  width: 64px;
  padding: 16px;
}
.egUserSearch-list.k-popup .k-list .k-item > div:first-child .fa-user {
  color: #808080;
}
.egUserSearch-list.k-popup .k-list .k-item > div:first-child .fa-favorite {
  margin-left: 5px;
  color: #fde96e;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b98243;
}
.egUserSearch-list.k-popup .k-list .k-item > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: none;
  vertical-align: top;
  height: 64px;
  padding: 4px;
  overflow: hidden;
}
.egUserSearch-list.k-popup .k-list .k-item > div .title {
  font-weight: bold;
}
.egUserSearch-list.k-popup .k-list .k-item > div .subtitle {
  color: #808080;
}
.egUserSearch-list.k-popup.k-list-container {
  padding: 0px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.eventStreamTable {
  height: 100%;
  width: 100%;
}
.eventStreamTable #pane-layout {
  height: auto;
  position: absolute;
  width: 100%;
}
.eventStreamTable #pane-layout #pane-sections {
  position: static !important;
}
.eventStreamTable .rightPreviewPane {
  padding: 15px;
}
.eventStreamTable .rightPreviewPane h3 {
  text-align: center;
  margin-top: 0px;
}
.eventStreamTable .rightPreviewPane table {
  table-layout: fixed;
  width: 100%;
}
.eventStreamTable .rightPreviewPane table td {
  padding: 3px 6px;
  vertical-align: middle;
}
.eventStreamTable .rightPreviewPane table td:first-child {
  width: 115px;
  font-weight: bold;
  word-wrap: break-word;
}
.eventStreamTable .truncate {
  white-space: nowrap;
}
.eventStreamTable .alignCenter td:first-child {
  text-align: right;
}
.eventStreamTable .alignCenter td:nth-child(2) {
  text-align: left;
}
.eventStreamTable .urlBreak {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.evergageSegment {
  margin: 0;
}
.evergageSegmentDescription .textRulesDescription {
  margin-left: 20px;
}
.evergageSegmentDescription .props {
  clear: both;
  padding-top: 13px;
}
.evergageSegmentDescription .props td {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
}
.evergageSegmentDescription .props td div.rules {
  margin-top: 8px;
}
.evergageSegmentDescription .props td a {
  padding-right: 6px;
}
.evergageSegmentDescription .props td:first-child {
  font-weight: bold;
  text-align: right;
  width: 101px;
  padding-right: 7px;
}
.evergageSegmentDescription .small-img {
  height: 16px;
  width: 16px;
}
.evergageSegmentDescription em {
  color: #666;
  font-style: normal;
  font-weight: bold;
}
.evergageSegmentDescription .members {
  text-transform: lowercase;
}
.evergageSegmentDescription .and,
.evergageSegmentDescription .or {
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
}
.evergageSegmentDescription .and {
  color: #90c94d;
}
.evergageSegmentDescription .or {
  color: #ecb84f;
}
.evergageSegmentDescription .compositeCondition {
  margin-bottom: 8px;
  margin-top: 8px;
}
.evergageSegmentDescription .compositeCondition .and,
.evergageSegmentDescription .compositeCondition .or {
  font-size: 12px;
}
.funnelNameDropdown .k-dropdown {
  min-width: 400px;
}
.egIndustryCodeSearchWrapper {
  display: inline-block;
  vertical-align: middle;
}
.egIndustryCodeSearchWrapper .k-state-hover {
  background-color: #ffffff;
}
.egIndustryCodeSearchWrapper .egIndustryCodeSearch {
  width: 600px;
  height: 62px;
  overflow-y: auto;
}
.egIndustryCodeSearchWrapper .egIndustryCodeSearch .k-multiselect-wrap {
  padding: 1px;
}
.egIndustryCodeSearchWrapper .egIndustryCodeSearch .k-multiselect-wrap .k-button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.egIndustryCodeSearchWrapper-list.k-popup.k-list-container {
  padding: 0px;
}
.egLocationCodeSearchWrapper {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.egLocationCodeSearchWrapper .k-state-hover {
  background-color: #ffffff;
}
.egLocationCodeSearchWrapper .egLocationCodeSearchMultiSelect {
  width: 100%;
}
.egLocationCodeSearchWrapper .egLocationCodeSearchMultiSelect .k-multiselect-wrap .k-button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.egLocationCodeSearchWrapper .egLocationCodeSearchSingleSelect {
  width: 250px;
}
.egLocationCodeSearchWrapper .cityHelp {
  position: absolute;
  right: -23px;
  top: 7px;
}
.egLocationCodeSearchWrapper-list.k-popup .k-list .k-item {
  padding: 0px;
}
.egLocationCodeSearchWrapper-list.k-popup .k-list .k-item > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  vertical-align: top;
  padding: 4px 8px;
  overflow: hidden;
}
.egLocationCodeSearchWrapper-list.k-popup .k-list .k-item > div h3,
.egLocationCodeSearchWrapper-list.k-popup .k-list .k-item > div p {
  margin: 0px;
}
.egLocationCodeSearchWrapper-list.k-popup .k-list .k-item > div.level-1 {
  font-size: 13px;
  font-weight: bold;
  padding-left: 5px;
  color: #848484;
}
.egLocationCodeSearchWrapper-list.k-popup .k-list .k-item > div.level-2 {
  font-size: 13px;
  font-weight: bold;
  padding-left: 15px;
  color: #848484;
}
.egLocationCodeSearchWrapper-list.k-popup .k-list .k-item > div.level-3 {
  font-size: 13px;
  font-weight: bold;
  padding-left: 25px;
  color: #848484;
}
.egLocationCodeSearchWrapper-list.k-popup .k-list .k-item > div.level-4 {
  font-size: 13px;
  font-weight: bold;
  padding-left: 35px;
  color: #848484;
}
.egLocationCodeSearchWrapper-list.k-popup .k-list .k-item > div.level-5 {
  font-size: 13px;
  padding-left: 45px;
  color: #848484;
}
.egLocationCodeSearchWrapper-list.k-popup .k-list .k-item > div.level-6 {
  font-size: 13px;
  padding-left: 45px;
  color: #848484;
}
.egLocationCodeSearchWrapper-list.k-popup.k-list-container {
  padding: 0px;
}
.egLocationCodeSearchWrapper-list.k-popup.k-list-container .k-list-filter > .k-textbox {
  height: auto;
  border: 1px solid #aaa;
  border-radius: 0;
  text-indent: 0.3em;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.latLongInput .ng-dirty[name='latitudeLongitudeForm'] input.ng-invalid {
  border-color: #dd360b;
  background-color: hsl(20, 100%, 96%);
}
.latLongInput .ng-dirty[name='latitudeLongitudeForm'] input.ng-invalid:focus {
  outline-color: hsl(0, 68%, 70%);
}
.latLongInput .ng-dirty[name='latitudeLongitudeForm'] input.ng-invalid:active {
  outline-color: hsl(0, 68%, 70%);
}
.latLongInput > span {
  margin-left: 5px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.locationDropdownWrapper select[chosen] {
  min-width: 120px;
}
.locationDropdownWrapper .tagsInput {
  line-height: initial;
}
.locationDropdownWrapper .tagsInput .host {
  background-color: white;
}
.locationDropdownWrapper .tagsInput .tags {
  padding: 0px;
  min-width: 260px;
  -webkit-appearance: initial;
  min-width: 255px;
  border: none;
}
.locationDropdownWrapper tags-input .host {
  width: 304px;
}
.locationDropdownWrapper tags-input .host .tags {
  min-width: 302px;
  min-height: 65px;
}
.locationDropdownWrapper tags-input .host .tags .input {
  width: 204px;
}
.locationDropdownWrapper .zipCode {
  width: 65px;
}
.locationDropdownWrapper .orgWrapper,
.locationDropdownWrapper .ispWrapper,
.locationDropdownWrapper .postalCodeWrapper,
.locationDropdownWrapper .industryCodeWrapper {
  vertical-align: middle;
}
.locationDropdownWrapper .industryCodeWrapper {
  display: block;
}
.locationDropdownWrapper .help-container {
  display: block;
  height: 24px;
}
.locationDropdownWrapper .help-container > div {
  display: inline-block;
}
.job-progress-bar {
  min-width: 60px;
}
.job-progress-bar .bar {
  box-sizing: border-box;
  width: 100%;
}
.job-progress-bar .bar .progress {
  margin: 0;
}
.job-progress-bar .bar > .k-state-selected {
  background-color: #82c135;
  border-color: #82c135;
}
.organizationCategoriesSearchWrapper {
  display: inline-block;
  vertical-align: middle;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.chosenDropdownWrapper .chosen-container {
  font-family: "Font Awesome 5 Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 300px;
  max-width: 100%;
}
.chosenDropdownWrapper .chosen-container .chosen-results {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pageExceptFooter.isVisualEditor .chosen-container .chosen-results {
  max-height: 155px;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 *
 * Forked from https://github.com/angular-ui/bootstrap/blob/master/src/dropdown/dropdown.js,
 * which is licensed as follows:
 *
 * The MIT License
 *
 * Copyright (c) 2012-2014 the AngularUI Team, https://github.com/organizations/angular-ui/teams/291112
 *
 * 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.
 */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.dropdown-div {
  position: relative;
}
.dropdown-div-toggle {
  margin-bottom: 0 !important;
  cursor: pointer;
}
.dropdown-div-toggle.disabled {
  cursor: default;
}
a.dropdown-div-toggle {
  color: #848484;
}
.dropdown-div-toggle:focus {
  outline: 0;
}
.dropdown-div-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2147483607;
  display: none;
  float: left;
  min-width: 160px;
  height: auto;
  overflow: auto;
  padding: 10px;
  margin: 0;
  list-style: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-div-content.pull-right {
  right: 0;
  left: auto;
}
.dropdown-div-content.dropdown-div-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-div-content.dropdown-div-menu > ul .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-div-content.dropdown-div-menu > ul > li > a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.53846154;
  color: #333333;
  white-space: nowrap;
}
.dropdown-div-content.dropdown-div-menu > ul > li > a:hover,
.dropdown-div-content.dropdown-div-menu > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-div-content.dropdown-div-menu > ul > li.active > a,
.dropdown-div-content.dropdown-div-menu > ul > li.active > a:hover,
.dropdown-div-content.dropdown-div-menu > ul > li.active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0070D2;
}
.dropdown-div-content.dropdown-div-menu > ul > li.disabled > a,
.dropdown-div-content.dropdown-div-menu > ul > li.disabled > a:hover,
.dropdown-div-content.dropdown-div-menu > ul > li.disabled > a:focus {
  color: #777777;
}
.dropdown-div-content.dropdown-div-menu > ul > li.disabled > a:hover,
.dropdown-div-content.dropdown-div-menu > ul > li.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-div-content {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-div-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2147483597;
}
.pull-right > .dropdown-div-content {
  right: 0;
  left: auto;
}
.dropup-div .caret,
.navbar-fixed-bottom .dropdown-div .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup-div .dropdown-div-content,
.navbar-fixed-bottom .dropdown-div .dropdown-div-content {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-div-content {
    right: 0;
    left: auto;
  }
}
.dropdown-with-description {
  display: inline-block;
  min-width: 222px;
}
.dropdown-with-description .dropdown-div-toggle {
  display: block;
  box-sizing: border-box;
  padding-left: 8px;
  paddding-right: 30px;
  color: #585858;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  height: 30px;
  line-height: 28px;
}
.dropdown-with-description .dropdown-div-toggle:hover {
  border-color: #0070D2;
}
.dropdown-with-description .dropdown-div-toggle.placeholder {
  color: #b5b5b5;
}
.dropdown-with-description .dropdown-div-toggle .dropdown-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #b5b5b5;
}
.dropdown-with-description .dropdown-div.open .dropdown-div-toggle {
  border-color: #d5d5d5;
  border-radius: 4px 4px 0 0;
  border-bottom-width: 0;
}
.dropdown-with-description .dropdown-div-content {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  border-top-width: 0;
  padding: 10px 0;
  max-height: 300px;
}
.dropdown-with-description .dropdown-div-content > ul:not(:first-child) {
  margin-top: 6px;
}
.dropdown-with-description .dropdown-div-content > ul > li {
  padding: 0 10px;
}
.dropdown-with-description .groupHeader {
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 10px;
  color: #808080;
}
.dropdown-with-description .dropdown-value a {
  color: #848484;
  display: block;
}
.dropdown-with-description .dropdown-value a .selectable-label {
  line-height: 30px;
}
.dropdown-with-description .dropdown-value.withDescription a {
  padding: 4px 0;
}
.dropdown-with-description .dropdown-value.withDescription .selectable-label {
  color: #585858;
  font-weight: bold;
  line-height: 20px;
}
.dropdown-with-description .dropdown-value.withDescription .selectable-description {
  color: #585858;
  line-height: 12px;
  font-size: 11px;
}
.dropdown-with-description .dropdown-value:hover {
  background-color: #0070D2;
}
.dropdown-with-description .dropdown-value:hover a {
  color: #ffffff;
}
.dropdown-with-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.date-time-range-input .k-dropdown.narrower {
  width: 116px;
}
.dayOfWeekPicker {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dayOfWeekPicker input[type=checkbox] {
  display: none !important;
}
.dayOfWeekPicker input[type=checkbox] + label {
  border-radius: 50%;
  background: #d5d5d5;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 2px;
  text-align: center;
  cursor: pointer;
}
.dayOfWeekPicker input[type=checkbox]:hover + label {
  background: #b5b5b5;
}
.dayOfWeekPicker input[type=checkbox]:checked + label {
  background: #0070D2;
  color: #ffffff;
}
.decimalRangeInput ng-form > span,
.decimalRangeInput ng-form > div {
  display: inline-block;
}
.decimalRangeInput .k-dropdown {
  vertical-align: top;
}
.decimalRangeInput.is-recipe-exclusion .k-dropdown {
  width: 116px;
}
#dotToggle {
  display: inline-block;
  position: relative;
  top: 5px;
}
#dotToggle #innerToggle {
  display: inline-block;
  position: relative;
  width: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#dotToggle span {
  position: relative;
  bottom: 5px;
}
#dotToggle span.inactiveToggle {
  color: #808080;
}
#dotToggle span.activeToggle {
  color: #0070D2;
}
#dotToggle .onoffswitch-checkbox {
  display: none;
}
#dotToggle .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 0px solid #FFFFFF;
  border-radius: 24px;
  background-color: #b5b5b5;
}
#dotToggle .onoffswitch-label:before {
  content: "";
  display: block;
  width: 24px;
  margin: -2px;
  background: #9b9b9b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  border-radius: 22px;
}
#dotToggle .onoffswitch-checkbox:checked + .onoffswitch-label,
#dotToggle .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  background-color: #0070D2;
}
#dotToggle .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
#dotToggle .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
  background-color: #005FB2;
}
/*
 * Copyright (C) 2010-2013 Evergage, Inc.
 * All rights reserved.
 */
.radioGroup .btn {
  border-color: #c5c5c5;
  background: #d5d5d5;
  /* TODO: make this @darkerGray once we change @darkerGray to be 505050 */
  color: #505050;
  padding: 5px 10px;
}
.radioGroup .btn:focus {
  box-shadow: none;
  border: none;
  background: #005FB2;
  color: #fff;
}
.radioGroup .btn:hover {
  box-shadow: none;
  background: #bcbcbc;
  border-color: #acacac;
}
.radioGroup .btn.active {
  box-shadow: none;
  background: #005FB2;
  color: #fff;
  border: none;
}
.radioGroup .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background: #d5d5d5;
  /* TODO: make this @darkerGray once we change @darkerGray to be 505050 */
  color: #505050;
}
.radioGroup .btn:focus.active {
  background: #005FB2;
  color: #fff;
}
.radioGroup.btn-group .btn + .btn {
  margin-left: 0;
}
.radioGroup .help-text {
  margin: 0;
}
.radioGroup .help-text i {
  margin: 0 !important;
}
.helpTextWrapper {
  white-space: normal;
}
#towSchedule .week {
  display: table;
  width: 600px;
  height: 550px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: sans-serif;
  font-size: 14px;
}
#towSchedule div.day {
  float: left;
  height: 450px;
  width: 70px;
  display: inline-block;
}
#towSchedule div.dayHeader {
  height: 20px;
  width: 70px;
  text-align: center;
}
#towSchedule div.hourLabel {
  height: 20px;
  width: 65px;
  padding-right: 4px;
  text-align: right;
}
#towSchedule div.hour {
  height: 20px;
  box-sizing: border-box;
  width: 70px;
  background-color: #d5d5d5;
  border: 1px solid white;
}
#towSchedule div.hour:hover {
  background-color: #bcbcbc;
}
#towSchedule div.hour.on {
  background-color: #005FB2;
}
#towSchedule div.hour.on:hover {
  background-color: #00447f;
}
.toggle .btn {
  border-color: #d5d5d5;
  background: #f5f5f5;
  color: #808080;
}
.toggle .btn:hover,
.toggle .btn:focus {
  background: #82c135;
  color: #ffffff;
}
.toggle .btn.active {
  box-shadow: none;
  background: #ffffff;
  color: #585858;
}
.toggle-button {
  display: inline-block;
}
.toggle-button .btn {
  border-radius: 30px;
  border: 1px solid #0070D2;
  background-color: #ffffff;
  text-transform: none;
  padding: 3px 10px;
  color: #4a4a4a;
}
.toggle-button .btn:hover,
.toggle-button .btn:focus {
  background: rgba(0, 149, 218, 0.25);
  color: #4a4a4a;
}
.lineTagCoud span {
  display: inline;
}
.lineTagCoud > div {
  padding-right: 10px;
  display: inline;
}
.lineTagCoud > div i.spacer {
  font-size: 4px;
  padding-left: 5px;
}
.lineTagCoud .purchasedWord {
  background-color: rgba(130, 193, 53, 0.2);
  border-radius: 500px;
  display: inline-block;
  margin: 1px;
}
.lineTagCoud .purchasedWord.spacer {
  visibility: hidden;
}
.loadingCogs {
  text-align: center;
}
.loadingCogs .caption {
  font-size: 16px;
}
.loadingCogs .spinning-gears-wrapper {
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  position: relative;
  color: #005FB2;
}
.loadingCogs .spinning-gears-wrapper img {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 4em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.loadingCogs .spinning-gears-wrapper .blue-gear {
  height: auto;
  width: 47%;
  top: 20%;
  left: 32%;
  animation-duration: 6.734s;
}
.loadingCogs .spinning-gears-wrapper .green-gear {
  height: auto;
  width: 31%;
  top: 10%;
  left: 8%;
  animation-duration: 5.05s;
}
.loadingCogs .spinning-gears-wrapper .bubble {
  height: auto;
  width: 63%;
  top: 25%;
  left: 23%;
}
.loading-area {
  position: relative;
}
.loading-area .loaded-content {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.loading-area .loaded-content.is-loading {
  opacity: 0.2;
}
.loading-area .loading-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loading-area .loadingGears {
  visibility: hidden;
  text-align: center;
  position: absolute;
  padding: 0 6px 0 0;
  box-sizing: border-box;
  border-radius: 8px;
  opacity: 1;
  transition: visibility 0.2s ease, opacity 0.2s ease;
}
.loading-area .loadingGears.is-loading {
  visibility: visible;
}
.loading-area .loadingGears.not-ready {
  opacity: 0;
}
.loading-area .loadingGears .caption {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.loading-area .loadingGears .spinning-gears-wrapper {
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  position: relative;
  color: #005FB2;
  display: inline-block;
  vertical-align: middle;
}
.loading-area .loadingGears .spinning-gears-wrapper img {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 4em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.loading-area .loadingGears .spinning-gears-wrapper .blue-gear {
  height: auto;
  width: 47%;
  top: 32%;
  left: 43%;
  animation-duration: 9.3333s;
}
.loading-area .loadingGears .spinning-gears-wrapper .green-gear {
  height: auto;
  width: 31%;
  top: 21%;
  left: 18%;
  animation-duration: 7s;
}
.loading-area .loadingGears .spinning-gears-wrapper .fa-spin.fa-spin-reverse {
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
/* Don't show builtin loading */
.k-grid .k-loading-mask {
  display: none !important;
}
.evgLoadingOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  background-color: #f5f5f582;
}
.evgLoadingOverlay .evgLoadingBadge {
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.evgLoadingOverlay .evgLoadingBadge img {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 4em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.evgLoadingOverlay .evgLoadingBadge .blue-gear {
  height: auto;
  width: 47%;
  top: 32%;
  left: 43%;
  animation-duration: 9.3333s;
}
.evgLoadingOverlay .evgLoadingBadge .green-gear {
  height: auto;
  width: 31%;
  top: 21%;
  left: 18%;
  animation-duration: 7s;
}
.evgLoadingOverlay .evgLoadingBadge .fa-spin.fa-spin-reverse {
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
/*
 * Copyright (C) 2010-2015 Evergage, Inc.
 * All rights reserved.
 */
.moreInfoIcon {
  z-index: 2147483647;
  color: #9b9b9b;
  font-weight: normal;
  font-size: 16px;
  margin-left: 6px;
  cursor: pointer;
}
.moreInfoIcon:hover {
  color: #8e8e8e;
}
.moreInfoIcon.large {
  font-size: 22px;
  margin-left: 8px;
}
.moreInfoIcon.warning {
  color: #ff9600;
}
.show-errors-wrapper .error-message-container {
  padding: 2px 4px 0 4px;
  color: #dd360b;
  display: inline-block;
}
.show-errors-wrapper .error-message-container:not(.show-all-errors) > *:not(.current-message) {
  display: none;
}
form.show-errors-wrapper.errors-visible .help-block:first-child,
form.ng-dirty.show-errors-wrapper.errors-visible .help-block:first-child,
.show-errors-wrapper.ng-form.errors-visible .help-block:first-child,
.show-errors-wrapper[ng-form].errors-visible .help-block:first-child,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .help-block:first-child,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .help-block:first-child {
  display: block;
}
form.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags,
form.ng-dirty.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags,
.show-errors-wrapper.ng-form.errors-visible tags-input.ng-invalid .tags,
.show-errors-wrapper[ng-form].errors-visible tags-input.ng-invalid .tags,
ng-form.ng-dirty.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible tags-input.ng-invalid .tags,
form.show-errors-wrapper.errors-visible input.ng-invalid,
form.ng-dirty.show-errors-wrapper.errors-visible input.ng-invalid,
.show-errors-wrapper.ng-form.errors-visible input.ng-invalid,
.show-errors-wrapper[ng-form].errors-visible input.ng-invalid,
ng-form.ng-dirty.show-errors-wrapper.errors-visible input.ng-invalid,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible input.ng-invalid,
form.show-errors-wrapper.errors-visible textarea.ng-invalid,
form.ng-dirty.show-errors-wrapper.errors-visible textarea.ng-invalid,
.show-errors-wrapper.ng-form.errors-visible textarea.ng-invalid,
.show-errors-wrapper[ng-form].errors-visible textarea.ng-invalid,
ng-form.ng-dirty.show-errors-wrapper.errors-visible textarea.ng-invalid,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible textarea.ng-invalid,
form.show-errors-wrapper.errors-visible .k-multiselect.ng-invalid,
form.ng-dirty.show-errors-wrapper.errors-visible .k-multiselect.ng-invalid,
.show-errors-wrapper.ng-form.errors-visible .k-multiselect.ng-invalid,
.show-errors-wrapper[ng-form].errors-visible .k-multiselect.ng-invalid,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .k-multiselect.ng-invalid,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .k-multiselect.ng-invalid,
form.show-errors-wrapper.errors-visible .k-dropdown.ng-invalid,
form.ng-dirty.show-errors-wrapper.errors-visible .k-dropdown.ng-invalid,
.show-errors-wrapper.ng-form.errors-visible .k-dropdown.ng-invalid,
.show-errors-wrapper[ng-form].errors-visible .k-dropdown.ng-invalid,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .k-dropdown.ng-invalid,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .k-dropdown.ng-invalid,
form.show-errors-wrapper.errors-visible select.ng-invalid,
form.ng-dirty.show-errors-wrapper.errors-visible select.ng-invalid,
.show-errors-wrapper.ng-form.errors-visible select.ng-invalid,
.show-errors-wrapper[ng-form].errors-visible select.ng-invalid,
ng-form.ng-dirty.show-errors-wrapper.errors-visible select.ng-invalid,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible select.ng-invalid,
form.show-errors-wrapper.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default,
form.ng-dirty.show-errors-wrapper.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default,
.show-errors-wrapper.ng-form.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default,
.show-errors-wrapper[ng-form].errors-visible .ng-invalid .k-dropdown-wrap.k-state-default,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default,
form.show-errors-wrapper.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap,
form.ng-dirty.show-errors-wrapper.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap,
.show-errors-wrapper.ng-form.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap,
.show-errors-wrapper[ng-form].errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap {
  border-color: #dd360b;
}
form.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags:focus,
form.ng-dirty.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags:focus,
.show-errors-wrapper.ng-form.errors-visible tags-input.ng-invalid .tags:focus,
.show-errors-wrapper[ng-form].errors-visible tags-input.ng-invalid .tags:focus,
ng-form.ng-dirty.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags:focus,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible tags-input.ng-invalid .tags:focus,
form.show-errors-wrapper.errors-visible input.ng-invalid:focus,
form.ng-dirty.show-errors-wrapper.errors-visible input.ng-invalid:focus,
.show-errors-wrapper.ng-form.errors-visible input.ng-invalid:focus,
.show-errors-wrapper[ng-form].errors-visible input.ng-invalid:focus,
ng-form.ng-dirty.show-errors-wrapper.errors-visible input.ng-invalid:focus,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible input.ng-invalid:focus,
form.show-errors-wrapper.errors-visible textarea.ng-invalid:focus,
form.ng-dirty.show-errors-wrapper.errors-visible textarea.ng-invalid:focus,
.show-errors-wrapper.ng-form.errors-visible textarea.ng-invalid:focus,
.show-errors-wrapper[ng-form].errors-visible textarea.ng-invalid:focus,
ng-form.ng-dirty.show-errors-wrapper.errors-visible textarea.ng-invalid:focus,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible textarea.ng-invalid:focus,
form.show-errors-wrapper.errors-visible .k-multiselect.ng-invalid:focus,
form.ng-dirty.show-errors-wrapper.errors-visible .k-multiselect.ng-invalid:focus,
.show-errors-wrapper.ng-form.errors-visible .k-multiselect.ng-invalid:focus,
.show-errors-wrapper[ng-form].errors-visible .k-multiselect.ng-invalid:focus,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .k-multiselect.ng-invalid:focus,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .k-multiselect.ng-invalid:focus,
form.show-errors-wrapper.errors-visible .k-dropdown.ng-invalid:focus,
form.ng-dirty.show-errors-wrapper.errors-visible .k-dropdown.ng-invalid:focus,
.show-errors-wrapper.ng-form.errors-visible .k-dropdown.ng-invalid:focus,
.show-errors-wrapper[ng-form].errors-visible .k-dropdown.ng-invalid:focus,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .k-dropdown.ng-invalid:focus,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .k-dropdown.ng-invalid:focus,
form.show-errors-wrapper.errors-visible select.ng-invalid:focus,
form.ng-dirty.show-errors-wrapper.errors-visible select.ng-invalid:focus,
.show-errors-wrapper.ng-form.errors-visible select.ng-invalid:focus,
.show-errors-wrapper[ng-form].errors-visible select.ng-invalid:focus,
ng-form.ng-dirty.show-errors-wrapper.errors-visible select.ng-invalid:focus,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible select.ng-invalid:focus,
form.show-errors-wrapper.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:focus,
form.ng-dirty.show-errors-wrapper.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:focus,
.show-errors-wrapper.ng-form.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:focus,
.show-errors-wrapper[ng-form].errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:focus,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:focus,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:focus,
form.show-errors-wrapper.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:focus,
form.ng-dirty.show-errors-wrapper.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:focus,
.show-errors-wrapper.ng-form.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:focus,
.show-errors-wrapper[ng-form].errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:focus,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:focus,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:focus {
  outline-color: hsl(0, 68%, 70%);
}
form.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags:active,
form.ng-dirty.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags:active,
.show-errors-wrapper.ng-form.errors-visible tags-input.ng-invalid .tags:active,
.show-errors-wrapper[ng-form].errors-visible tags-input.ng-invalid .tags:active,
ng-form.ng-dirty.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags:active,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible tags-input.ng-invalid .tags:active,
form.show-errors-wrapper.errors-visible input.ng-invalid:active,
form.ng-dirty.show-errors-wrapper.errors-visible input.ng-invalid:active,
.show-errors-wrapper.ng-form.errors-visible input.ng-invalid:active,
.show-errors-wrapper[ng-form].errors-visible input.ng-invalid:active,
ng-form.ng-dirty.show-errors-wrapper.errors-visible input.ng-invalid:active,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible input.ng-invalid:active,
form.show-errors-wrapper.errors-visible textarea.ng-invalid:active,
form.ng-dirty.show-errors-wrapper.errors-visible textarea.ng-invalid:active,
.show-errors-wrapper.ng-form.errors-visible textarea.ng-invalid:active,
.show-errors-wrapper[ng-form].errors-visible textarea.ng-invalid:active,
ng-form.ng-dirty.show-errors-wrapper.errors-visible textarea.ng-invalid:active,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible textarea.ng-invalid:active,
form.show-errors-wrapper.errors-visible .k-multiselect.ng-invalid:active,
form.ng-dirty.show-errors-wrapper.errors-visible .k-multiselect.ng-invalid:active,
.show-errors-wrapper.ng-form.errors-visible .k-multiselect.ng-invalid:active,
.show-errors-wrapper[ng-form].errors-visible .k-multiselect.ng-invalid:active,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .k-multiselect.ng-invalid:active,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .k-multiselect.ng-invalid:active,
form.show-errors-wrapper.errors-visible .k-dropdown.ng-invalid:active,
form.ng-dirty.show-errors-wrapper.errors-visible .k-dropdown.ng-invalid:active,
.show-errors-wrapper.ng-form.errors-visible .k-dropdown.ng-invalid:active,
.show-errors-wrapper[ng-form].errors-visible .k-dropdown.ng-invalid:active,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .k-dropdown.ng-invalid:active,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .k-dropdown.ng-invalid:active,
form.show-errors-wrapper.errors-visible select.ng-invalid:active,
form.ng-dirty.show-errors-wrapper.errors-visible select.ng-invalid:active,
.show-errors-wrapper.ng-form.errors-visible select.ng-invalid:active,
.show-errors-wrapper[ng-form].errors-visible select.ng-invalid:active,
ng-form.ng-dirty.show-errors-wrapper.errors-visible select.ng-invalid:active,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible select.ng-invalid:active,
form.show-errors-wrapper.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:active,
form.ng-dirty.show-errors-wrapper.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:active,
.show-errors-wrapper.ng-form.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:active,
.show-errors-wrapper[ng-form].errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:active,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:active,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .ng-invalid .k-dropdown-wrap.k-state-default:active,
form.show-errors-wrapper.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:active,
form.ng-dirty.show-errors-wrapper.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:active,
.show-errors-wrapper.ng-form.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:active,
.show-errors-wrapper[ng-form].errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:active,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:active,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .k-datetimepicker.ng-invalid .k-picker-wrap:active {
  outline-color: hsl(0, 68%, 70%);
}
form.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags,
form.ng-dirty.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags,
.show-errors-wrapper.ng-form.errors-visible tags-input.ng-invalid .tags,
.show-errors-wrapper[ng-form].errors-visible tags-input.ng-invalid .tags,
ng-form.ng-dirty.show-errors-wrapper.errors-visible tags-input.ng-invalid .tags,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible tags-input.ng-invalid .tags,
form.show-errors-wrapper.errors-visible tags-input.ng-invalid .host,
form.ng-dirty.show-errors-wrapper.errors-visible tags-input.ng-invalid .host,
.show-errors-wrapper.ng-form.errors-visible tags-input.ng-invalid .host,
.show-errors-wrapper[ng-form].errors-visible tags-input.ng-invalid .host,
ng-form.ng-dirty.show-errors-wrapper.errors-visible tags-input.ng-invalid .host,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible tags-input.ng-invalid .host {
  box-shadow: none;
  border-color: #dd360b;
}
form.show-errors-wrapper.errors-visible .k-dropdown-wrap.k-state-hover:not(.k-state-active) .k-i-arrow-60-down,
form.ng-dirty.show-errors-wrapper.errors-visible .k-dropdown-wrap.k-state-hover:not(.k-state-active) .k-i-arrow-60-down,
.show-errors-wrapper.ng-form.errors-visible .k-dropdown-wrap.k-state-hover:not(.k-state-active) .k-i-arrow-60-down,
.show-errors-wrapper[ng-form].errors-visible .k-dropdown-wrap.k-state-hover:not(.k-state-active) .k-i-arrow-60-down,
ng-form.ng-dirty.show-errors-wrapper.errors-visible .k-dropdown-wrap.k-state-hover:not(.k-state-active) .k-i-arrow-60-down,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible .k-dropdown-wrap.k-state-hover:not(.k-state-active) .k-i-arrow-60-down {
  border-color: #585858 transparent transparent transparent;
}
form.show-errors-wrapper.errors-visible.ng-invalid .chosen-container-multi .chosen-choices,
form.ng-dirty.show-errors-wrapper.errors-visible.ng-invalid .chosen-container-multi .chosen-choices,
.show-errors-wrapper.ng-form.errors-visible.ng-invalid .chosen-container-multi .chosen-choices,
.show-errors-wrapper[ng-form].errors-visible.ng-invalid .chosen-container-multi .chosen-choices,
ng-form.ng-dirty.show-errors-wrapper.errors-visible.ng-invalid .chosen-container-multi .chosen-choices,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible.ng-invalid .chosen-container-multi .chosen-choices,
form.show-errors-wrapper.errors-visible.ng-invalid .chosen-container-single .chosen-single,
form.ng-dirty.show-errors-wrapper.errors-visible.ng-invalid .chosen-container-single .chosen-single,
.show-errors-wrapper.ng-form.errors-visible.ng-invalid .chosen-container-single .chosen-single,
.show-errors-wrapper[ng-form].errors-visible.ng-invalid .chosen-container-single .chosen-single,
ng-form.ng-dirty.show-errors-wrapper.errors-visible.ng-invalid .chosen-container-single .chosen-single,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible.ng-invalid .chosen-container-single .chosen-single,
form.show-errors-wrapper.errors-visible.ng-invalid .k-multiselect.k-header,
form.ng-dirty.show-errors-wrapper.errors-visible.ng-invalid .k-multiselect.k-header,
.show-errors-wrapper.ng-form.errors-visible.ng-invalid .k-multiselect.k-header,
.show-errors-wrapper[ng-form].errors-visible.ng-invalid .k-multiselect.k-header,
ng-form.ng-dirty.show-errors-wrapper.errors-visible.ng-invalid .k-multiselect.k-header,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible.ng-invalid .k-multiselect.k-header,
form.show-errors-wrapper.errors-visible.ng-invalid .k-header,
form.ng-dirty.show-errors-wrapper.errors-visible.ng-invalid .k-header,
.show-errors-wrapper.ng-form.errors-visible.ng-invalid .k-header,
.show-errors-wrapper[ng-form].errors-visible.ng-invalid .k-header,
ng-form.ng-dirty.show-errors-wrapper.errors-visible.ng-invalid .k-header,
.show-errors-wrapper[ng-form].ng-dirty.errors-visible.ng-invalid .k-header {
  border-color: #dd360b;
}
form.show-errors-wrapper tags-input.ng-invalid .tags,
form.ng-dirty.show-errors-wrapper tags-input.ng-invalid .tags,
.show-errors-wrapper.ng-form tags-input.ng-invalid .tags,
.show-errors-wrapper[ng-form] tags-input.ng-invalid .tags,
ng-form.ng-dirty.show-errors-wrapper tags-input.ng-invalid .tags,
.show-errors-wrapper[ng-form].ng-dirty tags-input.ng-invalid .tags {
  box-shadow: none;
}
form.show-errors-wrapper input.ng-invalid,
form.ng-dirty.show-errors-wrapper input.ng-invalid,
.show-errors-wrapper.ng-form input.ng-invalid,
.show-errors-wrapper[ng-form] input.ng-invalid,
ng-form.ng-dirty.show-errors-wrapper input.ng-invalid,
.show-errors-wrapper[ng-form].ng-dirty input.ng-invalid,
form.show-errors-wrapper select.ng-invalid,
form.ng-dirty.show-errors-wrapper select.ng-invalid,
.show-errors-wrapper.ng-form select.ng-invalid,
.show-errors-wrapper[ng-form] select.ng-invalid,
ng-form.ng-dirty.show-errors-wrapper select.ng-invalid,
.show-errors-wrapper[ng-form].ng-dirty select.ng-invalid,
form.show-errors-wrapper textarea.ng-invalid,
form.ng-dirty.show-errors-wrapper textarea.ng-invalid,
.show-errors-wrapper.ng-form textarea.ng-invalid,
.show-errors-wrapper[ng-form] textarea.ng-invalid,
ng-form.ng-dirty.show-errors-wrapper textarea.ng-invalid,
.show-errors-wrapper[ng-form].ng-dirty textarea.ng-invalid,
form.show-errors-wrapper .k-multiselect.k-header.k-state-focused.ng-invalid,
form.ng-dirty.show-errors-wrapper .k-multiselect.k-header.k-state-focused.ng-invalid,
.show-errors-wrapper.ng-form .k-multiselect.k-header.k-state-focused.ng-invalid,
.show-errors-wrapper[ng-form] .k-multiselect.k-header.k-state-focused.ng-invalid,
ng-form.ng-dirty.show-errors-wrapper .k-multiselect.k-header.k-state-focused.ng-invalid,
.show-errors-wrapper[ng-form].ng-dirty .k-multiselect.k-header.k-state-focused.ng-invalid,
form.show-errors-wrapper .k-datetimepicker.ng-invalid .k-picker-wrap,
form.ng-dirty.show-errors-wrapper .k-datetimepicker.ng-invalid .k-picker-wrap,
.show-errors-wrapper.ng-form .k-datetimepicker.ng-invalid .k-picker-wrap,
.show-errors-wrapper[ng-form] .k-datetimepicker.ng-invalid .k-picker-wrap,
ng-form.ng-dirty.show-errors-wrapper .k-datetimepicker.ng-invalid .k-picker-wrap,
.show-errors-wrapper[ng-form].ng-dirty .k-datetimepicker.ng-invalid .k-picker-wrap {
  border-color: #d5d5d5;
  background-color: white;
}
form.show-errors-wrapper input.ng-invalid:focus,
form.ng-dirty.show-errors-wrapper input.ng-invalid:focus,
.show-errors-wrapper.ng-form input.ng-invalid:focus,
.show-errors-wrapper[ng-form] input.ng-invalid:focus,
ng-form.ng-dirty.show-errors-wrapper input.ng-invalid:focus,
.show-errors-wrapper[ng-form].ng-dirty input.ng-invalid:focus,
form.show-errors-wrapper select.ng-invalid:focus,
form.ng-dirty.show-errors-wrapper select.ng-invalid:focus,
.show-errors-wrapper.ng-form select.ng-invalid:focus,
.show-errors-wrapper[ng-form] select.ng-invalid:focus,
ng-form.ng-dirty.show-errors-wrapper select.ng-invalid:focus,
.show-errors-wrapper[ng-form].ng-dirty select.ng-invalid:focus,
form.show-errors-wrapper textarea.ng-invalid:focus,
form.ng-dirty.show-errors-wrapper textarea.ng-invalid:focus,
.show-errors-wrapper.ng-form textarea.ng-invalid:focus,
.show-errors-wrapper[ng-form] textarea.ng-invalid:focus,
ng-form.ng-dirty.show-errors-wrapper textarea.ng-invalid:focus,
.show-errors-wrapper[ng-form].ng-dirty textarea.ng-invalid:focus,
form.show-errors-wrapper .k-multiselect.k-header.k-state-focused.ng-invalid:focus,
form.ng-dirty.show-errors-wrapper .k-multiselect.k-header.k-state-focused.ng-invalid:focus,
.show-errors-wrapper.ng-form .k-multiselect.k-header.k-state-focused.ng-invalid:focus,
.show-errors-wrapper[ng-form] .k-multiselect.k-header.k-state-focused.ng-invalid:focus,
ng-form.ng-dirty.show-errors-wrapper .k-multiselect.k-header.k-state-focused.ng-invalid:focus,
.show-errors-wrapper[ng-form].ng-dirty .k-multiselect.k-header.k-state-focused.ng-invalid:focus,
form.show-errors-wrapper .k-datetimepicker.ng-invalid .k-picker-wrap:focus,
form.ng-dirty.show-errors-wrapper .k-datetimepicker.ng-invalid .k-picker-wrap:focus,
.show-errors-wrapper.ng-form .k-datetimepicker.ng-invalid .k-picker-wrap:focus,
.show-errors-wrapper[ng-form] .k-datetimepicker.ng-invalid .k-picker-wrap:focus,
ng-form.ng-dirty.show-errors-wrapper .k-datetimepicker.ng-invalid .k-picker-wrap:focus,
.show-errors-wrapper[ng-form].ng-dirty .k-datetimepicker.ng-invalid .k-picker-wrap:focus {
  outline-color: #82c135;
}
form.show-errors-wrapper input.ng-invalid:active,
form.ng-dirty.show-errors-wrapper input.ng-invalid:active,
.show-errors-wrapper.ng-form input.ng-invalid:active,
.show-errors-wrapper[ng-form] input.ng-invalid:active,
ng-form.ng-dirty.show-errors-wrapper input.ng-invalid:active,
.show-errors-wrapper[ng-form].ng-dirty input.ng-invalid:active,
form.show-errors-wrapper select.ng-invalid:active,
form.ng-dirty.show-errors-wrapper select.ng-invalid:active,
.show-errors-wrapper.ng-form select.ng-invalid:active,
.show-errors-wrapper[ng-form] select.ng-invalid:active,
ng-form.ng-dirty.show-errors-wrapper select.ng-invalid:active,
.show-errors-wrapper[ng-form].ng-dirty select.ng-invalid:active,
form.show-errors-wrapper textarea.ng-invalid:active,
form.ng-dirty.show-errors-wrapper textarea.ng-invalid:active,
.show-errors-wrapper.ng-form textarea.ng-invalid:active,
.show-errors-wrapper[ng-form] textarea.ng-invalid:active,
ng-form.ng-dirty.show-errors-wrapper textarea.ng-invalid:active,
.show-errors-wrapper[ng-form].ng-dirty textarea.ng-invalid:active,
form.show-errors-wrapper .k-multiselect.k-header.k-state-focused.ng-invalid:active,
form.ng-dirty.show-errors-wrapper .k-multiselect.k-header.k-state-focused.ng-invalid:active,
.show-errors-wrapper.ng-form .k-multiselect.k-header.k-state-focused.ng-invalid:active,
.show-errors-wrapper[ng-form] .k-multiselect.k-header.k-state-focused.ng-invalid:active,
ng-form.ng-dirty.show-errors-wrapper .k-multiselect.k-header.k-state-focused.ng-invalid:active,
.show-errors-wrapper[ng-form].ng-dirty .k-multiselect.k-header.k-state-focused.ng-invalid:active,
form.show-errors-wrapper .k-datetimepicker.ng-invalid .k-picker-wrap:active,
form.ng-dirty.show-errors-wrapper .k-datetimepicker.ng-invalid .k-picker-wrap:active,
.show-errors-wrapper.ng-form .k-datetimepicker.ng-invalid .k-picker-wrap:active,
.show-errors-wrapper[ng-form] .k-datetimepicker.ng-invalid .k-picker-wrap:active,
ng-form.ng-dirty.show-errors-wrapper .k-datetimepicker.ng-invalid .k-picker-wrap:active,
.show-errors-wrapper[ng-form].ng-dirty .k-datetimepicker.ng-invalid .k-picker-wrap:active {
  outline-color: #82c135;
}
/*
 * Copyright (C) 2010-2014 Evergage, Inc.
 * All rights reserved.
 */
.visualEditorTopNavBarBackground {
  background-color: #0070D2;
}
.veToolbarDisabledElement {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
}
#visualEditorNavBars .userProfileMenuVE {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
#visualEditorNavBars .userProfileMenuVE .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#visualEditorNavBars .userProfileMenuVE .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#visualEditorNavBars .datasetSelector .k-dropdown-wrap .k-input:before {
  content: "\f1c0";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
#visualEditorNavBars .datasetSelector .k-dropdown-wrap .k-input:before {
  content: "\f1c0";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.messageEditVE #visualEditorNavBars {
  display: none;
}
#visualEditorNavBars .noSelectOrTouch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars .clickableHeaderEntry {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars .notClickableHeaderEntry {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#visualEditorNavBars #visualEditorTopNavBar {
  height: 60px;
  position: relative;
  min-width: 1120px;
  z-index: 1000100;
  background-color: #0070D2;
}
#visualEditorNavBars #visualEditorTopNavBar .statusMessageWrapperDiv {
  min-height: 0px;
  max-height: 0px;
  margin-right: 580px;
  overflow: visible;
  left: 520px;
  position: absolute;
  z-index: 1000300;
  min-width: 400px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized {
  height: 32px;
  width: 32px;
  background: transparent;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem {
  color: white;
  width: 80px;
  height: 26px;
  padding: 5px 8px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #0070D2;
  box-shadow: 0px 2px 0px 0px #305078;
  cursor: pointer;
  box-sizing: border-box;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem i {
  margin-right: 4px;
  font-size: 16px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem span {
  position: relative;
  top: -2px;
}
#visualEditorNavBars #visualEditorTopNavBar.minimized #maximizeHeaderItem:hover {
  opacity: 0.8;
}
#visualEditorNavBars #visualEditorTopNavBar .enabled-element,
#visualEditorNavBars #visualEditorTopNavBar .enabled-element .outlink {
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar .apptegic-header-bar {
  height: 100%;
  font-size: 15px;
  border-spacing: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar .apptegic-header-bar > td {
  padding-bottom: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection {
  z-index: 1000103;
  position: absolute;
  left: 0px;
  top: 0px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell {
  width: 100px;
  background-color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div {
  height: 45px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div > div {
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 8px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell > div > div #evergageLogoDiv {
  background: url('/ui/images/logo_on_white.svg') no-repeat scroll left center transparent;
  background-size: 122px 26px;
  width: 122px;
  height: 26px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #evergageLogoCell #evergageLogoDiv {
  background: url('/ui/images/logo_on_dark.svg') no-repeat scroll left center transparent;
  background-size: 122px 26px;
  width: 122px;
  height: 26px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection #actionWarning {
  display: none;
  padding-left: 10px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell {
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 2px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameLabel {
  background-color: inherit;
  border: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 19px;
  max-width: 500px;
  width: 250px;
  padding: 1px;
  overflow: auto;
  white-space: nowrap;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameLabel::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .actionNameLabelCell #actionNameSizer {
  font-family: inherit;
  font-size: 19px;
  visibility: hidden;
  position: fixed;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .pencilIconCell {
  padding-right: 20px;
  padding-bottom: 4px;
}
#visualEditorNavBars #visualEditorTopNavBar #actionNameSection .pencilIconCell > img {
  -webkit-filter: brightness(170%);
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection {
  z-index: 1000102;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 13px;
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-input .k-input,
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-state-hover.k-state-active .k-input {
  color: #4D6D92;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .k-state-hover .k-input {
  color: #585858;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #accountTypeMessageBox {
  width: 240px;
  color: #12915e;
  text-align: center;
  font-size: 15px;
  display: none;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry .button {
  background-color: #005FB2;
  color: white;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry .button:hover {
  background-color: #82c135;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry > div {
  padding-left: 8px;
  border-radius: 4px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 6px;
  margin-bottom: 4px;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection .clickableHeaderEntry > div > .ve-header-icon {
  padding-right: 2px;
  font-weight: bold;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #minimizeHeaderItem {
  padding-top: 4px;
  padding-right: 5px;
  padding-left: 12px;
}
#visualEditorNavBars #visualEditorTopNavBar #topRightVisualEditorNavSection #exitHeaderItem {
  padding-top: 4px;
  padding-right: 14px;
  padding-left: 14px;
}
#visualEditorNavBars #visualEditorToolbar {
  height: 85px;
  background-color: #f0f1f3;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea {
  padding-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection {
  height: 60px;
  position: absolute;
  left: 0px;
  font-size: 13px;
  color: #3d597e;
  border-spacing: 2px;
  border-collapse: separate;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry {
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > img {
  vertical-align: middle;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > i {
  color: #0095DB;
  font-size: 20px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection .clickableHeaderEntry > span {
  vertical-align: top;
  line-height: 22px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection #visualSettingsOpener {
  width: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.modeSelection #visualSettingsOpener > div {
  width: 1px;
  height: 48px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #D0D0D1;
  box-shadow: 1px 0px 1px #D0D0D1;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer {
  height: 60px;
  position: absolute;
  right: 20px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer td {
  text-align: center;
  vertical-align: top;
  padding-top: 12px;
  width: 173px;
}
#visualEditorNavBars #visualEditorToolbar #toolbarOptionsArea > table.testEditContainer .heading {
  color: #3d597e;
  font-weight: bold;
  font-size: 15px;
}
.toolbarHierarchyBlock {
  box-shadow: 0px 0px 1px #9d9da1;
  color: white;
  font-size: 14px;
  height: 20px;
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
}
.messageEditVE .toolbarHierarchyBlock {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}
.userProfileMenuMixinTemp {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
.userProfileMenuMixinTemp .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.userProfileMenuMixinTemp .k-dropdown-wrap .k-input:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  color: #b0d7f4;
  margin-right: 7px;
  margin-left: 3px;
  vertical-align: middle;
}
.ui-autocomplete.ui-front {
  z-index: 1000103;
}
/*# sourceMappingURL=main.css.map */