/* !!! IMPORTANT !!! *\
    ALL SnowUI-files should be overriden for slm, so that overrides and extensions have a place to go.
    Only the override-files should be imported to the bundle.
\*------------------ *\

/*------------------------------------*\
    ABSTRACTS

    Only LESS that doesn't actually output any CSS
    Gather variables and mixins in these files for outside use

\*------------------------------------*/
/*  This less file contains SLM-specific overrides and extensions for SnowUI.
    Never edit _normalize.less, since it is under version control by SnowUI team and might be updated in the future.
*/
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration:none;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,h2,h3,h4 {
  font-size: 16px;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.2em;
}
p{
    margin:0;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */

}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* OVERRIDES SHOULD GO HERE */
/*  This less file contains SLM-specific overrides and extensions for SnowUI.
    Never edit _base.less, since it is under version control by SnowUI team and might be updated in the future.
*/
:root {
  font-size: 16px;
}
html {
    height: auto;
    overflow-y: auto;
}
body {
  background: #efefef;
  font-family: 'Segoe UI', 'Helvetica Neue', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 95%;
}
/*@media only screen and (min-width: 20.063rem) {
  body {
    font-size: 95%;
  }
}
@media only screen and (min-width: 47.938rem) {
  body {
    font-size: 90%;
  }
}
@media only screen and (min-width: 80rem) {
  body {
    font-size: 90%;
  }
}
.st-DialogOpen {
  overflow: hidden;
  position: fixed;
}
@media only screen and (min-width: 80rem) {
  .st-DialogOpen {
    overflow: visible;
    position: static;
  }
}
.st-Page {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.st-Page_Loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
  z-index: 3;
}
.st-Page_Loader .st-Page_LoaderSpinner {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.st-Page_Loader .st-Page_LoaderSpinner:before,
.st-Page_Loader .st-Page_LoaderSpinner:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2fb1d3;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  animation: circleLoader 2s infinite ease-in-out;
}
.st-Page_Loader .st-Page_LoaderSpinner:after {
  animation-delay: -1s;
}
.st-Page_LoaderSpinner {
  width: 1.6rem;
  height: 1.6rem;
}
.st-PageHeader {
  width: 100%;
  z-index: 2;
  top: 0;
  height: 6.5rem;
  position: fixed;
}
.st-ToolbarHidden .st-PageHeader {
  height: 3.5rem;
}
.st-PageHeader-compact {
  height: 3.5rem;
}
@media only screen and (min-width: 80rem) {
  .st-PageHeader-compact {
    height: 6.5rem;
  }
}*/

/* -------------------------------------------------------
 * Buttons
 * ------------------------------------------------------- */
.sw-Button {
    background-color: transparent;
    border: none;
    border-radius: 0.15em;
    color: #4c4c4c;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0;
    padding: 0.5625rem 1rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.25s linear;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sw-Button:not([aria-disabled="false"]),
.sw-Button:not([aria-disabled="false"]):hover,
.sw-Button:not([aria-disabled="false"]):focus,
.sw-Button:not([aria-disabled="false"]):active {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    color: #4c4c4c;
    cursor: default;
    box-shadow: none;
}

.mod-ModalDialog_Footer .sw-Button {
    margin: 0 0 0 .5rem;
}

.sw-EditGrid .sw-Button {
    padding: .25rem .75rem;
    font-size: .8125rem;
}

.sw-Button-primary {
    background-color: #008fc7;
    color: #fff;
    border: 1px solid #0c3957;
}

.sw-Button-primary:hover {
    background-color: #00a1e1;
    border-color: #061c2a;
}

.sw-Button-primary:focus {
    background-color: #006a94;
    border-color: #0c3957;
}

.sw-Button-primary:active {
    background-color: #2682b5;
    box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.18);
    outline: none;
}

.sw-Button-secondary {
    background-color: #efefef;
    color: #4c4c4c;
    border: 1px solid #d6d6d6;
}

.sw-Button-secondary:hover {
    background-color: #e6e6e6;
}

.sw-Button-secondary:focus {
    background-color: #dddddd;
    border: 1px solid #c4c4c4;
}

.sw-Button-secondary:active {
    background-color: #e0e0e0;
    box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.14);
    outline: none;
}

.sw-Button_Icon {
    float: left;
    margin: 0 6px 0 0;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.sw-Button-primary .sw-Button_Icon {
    fill: #fff;
}

.sw-Button-secondary .sw-Button_Icon {
    fill: #4c4c4c;
}

.sw-Button[aria-disabled="true"] .sw-Button_Icon {
    fill: #727272;
}

.sw-Button_Icon-alone {
    width: 1em;
    height: 1em;
    float: left;
}

.sw-Button-primary .sw-Button_Icon-alone {
    fill: #fff;
}

.sw-Button-secondary .sw-Button_Icon-alone {
    fill: #4c4c4c;
}

.sw-Button[aria-disabled="true"] .sw-Button_Icon-alone {
    fill: #727272;
}

.sw-Button_Icon-block {
    display: block;
    margin: 0 auto .2rem;
    float: none;
}

.sw-ButtonCaret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.sw-Button-primary .sw-ButtonCaret {
    color: #fff;
}

.sw-ButtonSpinner {
    display: none;
    float: right;
    margin: 0 0 0 10px;
    animation: fadeIn 0.25s linear 0s;
    transition: opacity 0.35s linear 0s;
    height: 1em;
    width: 1em;
}

.is-Loading .sw-ButtonSpinner {
    display: inline-block;
    animation: show-ButtonSpinner 0.6s ease 1 forwards;
}

.sw-ButtonSpinner_Inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.sw-ButtonSpinner_Inner:before,
.sw-ButtonSpinner_Inner:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: circleLoader 2s infinite ease-in-out;
}

.sw-ButtonSpinner_Inner:after {
    animation-delay: -1s;
}

.sw-ButtonDropdown {
    display: -ms-flexbox;
    display: flex;
}

.sw-ButtonDropdown_Action {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.no-flexbox .sw-ButtonDropdown_Action {
    float: left;
}

.sw-ButtonDropdown_Options {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

/* END Buttons ------------------------------------------- */

/* -------------------------------------------------------
 * CheckBox
 * ------------------------------------------------------- */
.sw-Checkbox {
    font-size: 0.875rem;
}

.sw-Checkbox  input{
    margin: 0 0.5rem;
}

/* END Checkbox ------------------------------------------ */

/* -------------------------------------------------------
 * Helpers
 * ------------------------------------------------------- */
.width100 {
    width: 100%;
}
/* END Helpers --------------------------------------------*/
/* -------------------------------------------------------
 * Main
 * ------------------------------------------------------- */
.st-Main {
    margin: 4rem 0 0 0;
}

.sw-LayoutNarrow {
    width: 65%;
    margin: 4rem auto 0 auto;
    min-width: 960px;
}
/* END Main ---------------------------------------------- */

/* -------------------------------------------------------
 * Panel
 * ------------------------------------------------------- */
.sw-Panel {
    background: #FFF;
    border: 1px solid #d6d6d6;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1rem 1rem 1rem;
    padding: 1rem;
}

/* END Panel --------------------------------------------- */

/* -------------------------------------------------------
 * Select
 * ------------------------------------------------------- */
.sw-Select {
    padding: 2px 5px;
    line-height: 1.42857143;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 2.2rem;
    border-radius: 0;
    font-size: 1rem;
    color: #4c4c4c;
    padding-right: 25px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDIzREVBNERFQTIyMTFFMkJDNjRCNkE3RTA0RUEzMjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDIzREVBNEVFQTIyMTFFMkJDNjRCNkE3RTA0RUEzMjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMjNERUE0QkVBMjIxMUUyQkM2NEI2QTdFMDRFQTMyMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMjNERUE0Q0VBMjIxMUUyQkM2NEI2QTdFMDRFQTMyMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjsveYsAAACdSURBVHjaYvz//z8DNQETA5XBCDSQBZugi4sL0Qbs2bNn4Ly8CojFcMgJAvECUg0MBeLLQByGJu4GFY8n1cB/UBeuBOLVQKwIxNOAeAcQS5PjZWcgfghlhwDxXSDOBGJGIH4HxAmkGngAiPWBeAmUzwil1wGxFhAvJCcdfgTiWCAOB+JrQBwMxS9JSoc4YnwVMQoZR0ubEWAgQIABAMueHfagD3OxAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 100% center;
    border: 1px solid #d6d6d6;
    min-width:360px;
}

.sw-Select:focus {
    border: 1px solid #bdbdbd;
}

.sw-Select:hover {
    border: 1px solid #bdbdbd;
    cursor: pointer;
}

.sw-Select[multiple] {
    background-image: none;
    font-size: 13px;
}

.sw-Select[disabled] {
    opacity: 0.7;
}

.sw-Select[disabled]:hover {
    cursor: not-allowed;
    border: 1px solid #d6d6d6;
}

.sw-Select::-ms-expand {
    display: none;
}

/* END select -------------------------------------------- */

/* -------------------------------------------------------
 * Text field
 * ------------------------------------------------------- */
.sw-TextField {
    border: 1px solid #d6d6d6;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    font-size: 0.875rem;
    height: 32px;
    line-height: 1.3;
    margin: 0 .25rem;
    min-width: 360px;
    padding: .5rem;
    transition: border .25s linear 0s,background-color .25s linear 0s,opacity .25s linear 0s;
}

.sw-TextField_Label {
    color: #4c4c4c;
    display: block;
    line-height: 1.125rem;
    margin: 1rem 0 .5rem .25rem;
    width: 100%;
}
.sw-TextField_Button {
    color: #4c4c4c;
    display: block;
    line-height: 1.125rem;
    margin: 1rem 0 .5rem .25rem;
}

.sw-EditForm_ValidationMessage {
    color: #d86061;
    display:inline-block;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1rem;
    margin: 0 .25rem;
    min-height:17px;
    padding: .5rem 0;
    width: 100%;
    transition: opacity .15s linear 0s;
}

/* END Text field ---------------------------------------- */

/* -------------------------------------------------------
 * Radio
 * ------------------------------------------------------- */
.sw-Radio {
    position: relative;
}

.sw-Radio_Label {
    cursor: pointer;
    font-size: 0.875rem;
    padding: 0 0 0 1.55em;
    line-height: 1.5;
}

.sw-Radio_Label:before {
    content: "";
    position: absolute;
    top: .11em;
    left: 0;
    height: 1.1em;
    width: 1.1em;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .9em 100%;
}

.sw-Radio_Label:hover:before {
    border-color: #bdbdbd;
    background-color: #fbfbfb;
}

.sw-Radio_Input {
    opacity: 0;
    top: .15em;
    width: 1.1em;
    height: 1.1em;
    position: absolute;
    cursor: pointer;
}

.sw-Radio_Input:checked + .sw-Radio_Label:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgc3R5bGU9ImZpbGw6IzAwOEZDNzsiIGN4PSI4IiBjeT0iOCIgcj0iNi41Ii8+DQo8L3N2Zz4NCg==);
}

.sw-Radio_Input:focus + .sw-Radio_Label:before,
.sw-Radio_Input:hover + .sw-Radio_Label:before {
    border-color: #bdbdbd;
    background-color: #fbfbfb;
}

.sw-Radio_Input[disabled] {
    cursor: default;
}

.sw-Radio_Input[disabled]:before {
    opacity: .7;
}

.sw-Radio_Input[disabled] + .sw-Radio_Label {
    opacity: .7;
}

.sw-Radio_Input[disabled]:checked + .sw-Radio_Label:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgc3R5bGU9ImZpbGw6IzhDOEM4QzsiIGN4PSI4IiBjeT0iOCIgcj0iNi41Ii8+DQo8L3N2Zz4NCg==);
}

.sw-Radio_Input[disabled]:checked:hover + .sw-Radio_Label {
    cursor: default;
}

.sw-Radio_Input[disabled]:checked:hover + .sw-Radio_Label:before {
    border-color: #d6d6d6;
    background-color: #fff;
}

.sw-RadioGroup .sw-Radio {
    display:block;
    margin:0.5rem 0;
}

/* END Radio --------------------------------------------- */

.c-Rail {
    margin: 0 1rem 1rem;    
}

.c-Rail_Item {
    display: flex;
    height: 36px;
}

.no-flexbox .c-Rail_Item {
    display: table;
    width: 100%;
}

.c-Rail_Item-warning {
    background-color: #fedcb8;
}

.c-Rail_Icon {
    flex: 0 0 auto;
    color: #FFF;
    min-height: 2.25rem;
    min-width: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-flexbox .c-Rail_Icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c-Rail_Item-warning .c-Rail_Icon {
    background-color: #d67005;
}

.c-Rail_Label {
    align-self: center;
    padding: 0 2rem 0 1.5rem;
}

.no-flexbox .c-Rail_Label {
    display: table-cell;
    vertical-align: middle;
}

.c-Rail_Item-warning .c-Rail_Label {
    color: #864604;
}

.c-Rail_LabelText {
    margin: 0;
}

.c-Rail_List {
    align-self: center;
}

.no-flexbox .c-Rail_List {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.c-Rail_ListItem {
    float: left;
    margin: 0 1rem 0 0;
}

.c-Rail_ListItem:before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 0 .4rem 0 0;
    position: relative;
    top: -1px;
}

.c-Rail_Item-warning .c-Rail_ListItem:before {
    background-color: #d67005;
}
