/* PROJECT DIRECTORIES
 *
*************************************************************/
/* SCAFFOLDING
 *
*************************************************************/
/* TYPOGRAPHY
 *
************************************************************/
/* LOADING
 *
*************************************************************/
/* FORMS
 *
*************************************************************/
/* MODALS
 *
*************************************************************/
/* PROGRESS BAR
 *
*************************************************************/
/* Z-INDEX
 *
*************************************************************/
/* HEADER
 *
*************************************************************/
/* COLORS
 *
*************************************************************/
/* MIXINS
 *
*************************************************************/
/* HELPERS
 *
*************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        box-sizing: content-box;
        /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Rubik', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 19px;
    margin-bottom: 9.5px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 26px;
}

h2, .h2 {
    font-size: 23px;
}

h3, .h3 {
    font-size: 21px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 9.5px;
}

.lead {
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.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, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: black;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #ae401e;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #d95245;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #c33628;
}

.bg-primary {
    color: #000;
}

.bg-primary {
    background-color: #FFDC4A;
    text-decoration-color: black;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #ae401e;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 8.5px;
    margin: 38px 0 19px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 9.5px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled, .navbar-left,
.navbar-center,
.navbar-right,
.navbar-nav,
.navbar-subnav {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 19px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@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;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 9.5px 19px;
    margin: 0 0 19px;
    font-size: 17.5px;
    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.42857;
        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;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 19px;
    font-style: normal;
    line-height: 1.42857;
}

/* HEADINGS
 *
*************************************************************/
h1, h2, h3,
.h1, .h2, .h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

    h1 .large, h2 .large, h3 .large,
    .h1 .large, .h2 .large, .h3 .large {
        font-size: 1.2em;
    }

h4, h5, h6,
.h4, .h5, .h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

    h4 .large, h5 .large, h6 .large,
    .h4 .large, .h5 .large, .h6 .large {
        font-size: 1.1em;
    }

.text-h1 {
    font-size: 26px;
}

.text-h2 {
    font-size: 23px;
}

.text-h3 {
    font-size: 21px;
}

.text-h4 {
    font-size: 18px;
}

.text-h5 {
    font-size: 14px;
}

.text-h6 {
    font-size: 12px;
}

/* PAGE HEADER
 *
*************************************************************/
.section-header.has-controls {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

    .section-header.has-controls > * {
        display: table-cell;
        vertical-align: top;
    }

        .section-header.has-controls > * + * {
            padding-left: 30px;
        }

    .section-header.has-controls .page-title {
        width: 99%;
        margin: 0;
    }

    .section-header.has-controls .btn, .section-header.has-controls [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .section-header.has-controls .rwPopupButton, .section-header.has-controls
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .section-header.has-controls .rwPopupButton {
        margin-top: 4px;
    }

.page-title {
    margin: 0 0 20px;
    line-height: 1;
    padding-top: 10px;
}

    .page-title > * {
        vertical-align: middle;
    }

/* LINKS
 *
*************************************************************/
.main-content a {
    text-decoration: underline;
}

/* BODY TEXT
 *
*************************************************************/
dl,
ul,
ol,
p {
    margin-bottom: 0;
}

    p + table,
    * + dl,
    * + p,
    * + ul,
    * + ol {
        margin-top: 0.8em;
    }

* + dt {
    margin-top: 15px;
}

* + dd {
    margin-top: 2px;
}

dl.media * + dt,
dl.media * + dd {
    margin: 0;
}

dl.media dd {
    padding-left: 4px;
}

.list-lower-alpha {
    list-style-type: lower-alpha;
}

.lead {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.reduced-em, .control-label .subtitle {
    color: #838383;
    font-size: 13px;
}

.text-newlines {
    white-space: pre-wrap;
}

.text-break-all {
    -ms-word-break: break-all;
    word-break: break-all;
}

.em {
    font-style: italic;
}

.strong {
    font-weight: 700;
}

.text-underline {
    text-decoration: underline;
}

/* COUNTERS
 *
*************************************************************/
.counters {
    counter-reset: counter;
}

    .counters .counter {
        position: relative;
        padding-left: 45px;
    }

        .counters .counter:before {
            counter-increment: counter;
            content: counter(counter) ". ";
            position: absolute;
            left: 0;
        }

    .counters .subcounters {
        counter-reset: subcounter;
    }

        .counters .subcounters .subcounter {
            position: relative;
            padding-left: 45px;
        }

            .counters .subcounters .subcounter:before {
                counter-increment: subcounter;
                content: counter(counter) "." counter(subcounter) ". ";
                position: absolute;
                left: 0;
            }

/* FONT ICONS
 *
*************************************************************/
@font-face {
    font-family: 'icons';
    src: url("fonts/icons.eot?q3e6zi");
    src: url("fonts/icons.eot?q3e6zi#iefix") format("embedded-opentype"), url("fonts/icons.ttf?q3e6zi") format("truetype"), url("fonts/icons.woff?q3e6zi") format("woff"), url("fonts/icons.svg?q3e6zi#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], .RadComboBox.RadComboBox_CustomComboBox table td.rcbArrowCell a, .RadPicker.RadPicker_CustomDatepicker .rcCalPopup,
.RadPicker.RadPicker_CustomDatepicker .rcTimePopup,
.RadPicker.RadPicker_CustomTimepicker .rcCalPopup,
.RadPicker.RadPicker_CustomTimepicker .rcTimePopup, .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcFastPrev,
.RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcPrev,
.RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcNext,
.RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcFastNext, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_PrevY a,
.RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_NextY a, .RadTreeView.RadTreeView_CustomTree .rtPlus,
.RadTreeView.RadTreeView_CustomTree .rtMinus, .required:after,
.input-req-icon, .btn-icon, .RadGrid .rgMasterTable .rgPager .rcbArrowCell a, .RadWindow.RadWindow_Default .rwControlButtons .rwCloseButton, [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .icon-asterisk:before, .required:after,
    .input-req-icon:before {
        content: "\e900";
    }

.icon-attachment:before {
    content: "\e906";
}

.icon-checkmark:before {
    content: "\e608";
}

.icon-chevron-down:before, .RadComboBox.RadComboBox_CustomComboBox table td.rcbArrowCell a:before, .RadGrid .rgMasterTable .rgPager .rcbArrowCell a:before {
    content: "\e10f";
}

.icon-chevron-first:before, .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcFastPrev:before {
    content: "\e901";
}

.icon-chevron-last:before, .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcFastNext:before {
    content: "\e902";
}

.icon-chevron-left:before, .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcPrev:before, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_PrevY a:before {
    content: "\e110";
}

.icon-chevron-right:before, .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcNext:before, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_NextY a:before {
    content: "\e111";
}

.icon-chevron-up:before, .RadGrid .rgMasterTable .rgPager .rcbFocused .rcbArrowCell a:before {
    content: "\e112";
}

.icon-cross:before, .RadWindow.RadWindow_Default .rwControlButtons .rwCloseButton:before {
    content: "\e600";
}

.icon-date_range:before, .RadPicker.RadPicker_CustomDatepicker .rcCalPopup:before,
.RadPicker.RadPicker_CustomDatepicker .rcTimePopup:before,
.RadPicker.RadPicker_CustomTimepicker .rcCalPopup:before,
.RadPicker.RadPicker_CustomTimepicker .rcTimePopup:before {
    content: "\e903";
}

.icon-details:before {
    content: "\e609";
}

.icon-download:before {
    content: "\e607";
}

.icon-eye-open:before {
    content: "\e606";
}

.icon-launch:before {
    content: "\e2a9";
}

.icon-line:before, .RadTreeView.RadTreeView_CustomTree .rtMinus:before {
    content: "\e60a";
}

.icon-menu:before {
    content: "\e601";
}

.icon-placeholder:before {
    content: "\e133";
}

.icon-plus:before, .RadTreeView.RadTreeView_CustomTree .rtPlus:before {
    content: "\e904";
}

.icon-search:before {
    content: "\e602";
}

.icon-time:before, .RadPicker.RadPicker_CustomTimepicker .rcTimePopup:before {
    content: "\e603";
}

.icon-trash:before {
    content: "\e604";
}

.icon-upload:before {
    content: "\e605";
}

.icon-warning:before {
    content: "\e905";
}

/* SPRITEMAP
 *
*************************************************************/
* {
    -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: transparent;
}

body {
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #434343;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: black;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #282f39; /* #ffdc4a;*/
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        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.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}

/* BOOTSTRAP
 *
*************************************************************/
.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.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-left: 15px;
    padding-right: 15px;
}

.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-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

/* MAIN CONTAINERS
 *
*************************************************************/
body {
    margin: 0;
    min-width: 1120px;
    background-color: white; /*#828c8d;*/
    -webkit-font-smoothing: antialiased;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.main-content {
    background-color: #fff;
}

.border {
    border: 1px solid #d7e4e6;
}

.border-top {
    border-top: 1px solid #d7e4e6;
}

.border-right {
    border-right: 1px solid #d7e4e6;
}

.border-bottom {
    border-bottom: 1px solid #d7e4e6;
}

.border-left {
    border-left: 1px solid #d7e4e6;
}

.border-content {
    margin-top: -1px;
    padding: 30px;
    border: 1px solid #d7e4e6;
}

.border-content-top {
    padding-top: 30px;
    border-top: 1px solid #d7e4e6;
}

.border-content-right {
    padding-right: 30px;
    border-right: 1px solid #d7e4e6;
}

.border-content-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #d7e4e6;
}

.border-content-left {
    padding-left: 30px;
    border-left: 1px solid #d7e4e6;
}

.border-content-sm {
    margin-top: -1px;
    padding: 15px;
    border: 1px solid #d7e4e6;
}

.border-content-sm-top {
    padding-top: 15px;
    border-top: 1px solid #d7e4e6;
}

.border-content-sm-right {
    padding-right: 15px;
    border-right: 1px solid #d7e4e6;
}

.border-content-sm-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #d7e4e6;
}

.border-content-sm-left {
    padding-left: 15px;
    border-left: 1px solid #d7e4e6;
}

.shaded-content {
    background-color: #fafafa;
}

.content-set-xs > * + * {
    margin-top: 7px;
}

.content-set-small > * + * {
    margin-top: 15px;
}

.content-set > * + * {
    margin-top: 30px;
}

.content-set-large > * + * {
    margin-top: 45px;
}

.content-set-xlarge > * + * {
    margin-top: 60px;
}

.content-set-text > * + * {
    margin-top: 0.8em;
}

.margin-content-top {
    margin-top: 30px;
}

.margin-content-top-large {
    margin-top: 45px;
}

.margin-content-top-small {
    margin-top: 15px;
}

.margin-content-y {
    margin-top: 30px;
    margin-bottom: 30px;
}

.padded-content {
    padding: 60px;
}

.padded-content-x {
    padding-left: 60px;
    padding-right: 60px;
}

.padded-content-y {
    padding-top: 10px;
    padding-bottom: 45px;
}

.padded-content-small {
    padding: 15px;
}

.padded-content-y-xs {
    padding-top: 6px;
    padding-bottom: 6px;
}

.col-separator-y {
    margin-bottom: 15px;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

/* CONTAINER PANELS
 *
 * Equal-height columns in a row.
 *
*************************************************************/
.container-panels {
    padding: 0;
}

    .container-panels > .row {
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .container-panels > .row:before, .container-panels > .row:after {
            display: none;
        }

        .container-panels > .row > [class*="col-xs-"] {
            display: table-cell;
            float: none;
            vertical-align: middle;
        }

            .container-panels > .row > [class*="col-xs-"]:first-child {
                padding-left: 0;
            }

            .container-panels > .row > [class*="col-xs-"]:last-child {
                padding-right: 0;
            }

/* BORDERED COLUMNS
 *
*************************************************************/
.row.has-col-borders {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
}

    .row.has-col-borders > [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .row.has-col-borders > [class*="col-border-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        border-left: 1px solid #d7e4e6;
    }

    .row.has-col-borders .col-border-xs-1 {
        left: 8.33333%;
    }

    .row.has-col-borders .col-border-xs-2 {
        left: 16.66667%;
    }

    .row.has-col-borders .col-border-xs-3 {
        left: 25%;
    }

    .row.has-col-borders .col-border-xs-4 {
        left: 33.33333%;
    }

    .row.has-col-borders .col-border-xs-5 {
        left: 41.66667%;
    }

    .row.has-col-borders .col-border-xs-6 {
        left: 50%;
    }

    .row.has-col-borders .col-border-xs-7 {
        left: 58.33333%;
    }

    .row.has-col-borders .col-border-xs-8 {
        left: 66.66667%;
    }

    .row.has-col-borders .col-border-xs-9 {
        left: 75%;
    }

    .row.has-col-borders .col-border-xs-10 {
        left: 83.33333%;
    }

    .row.has-col-borders .col-border-xs-11 {
        left: 91.66667%;
    }

    .row.has-col-borders .col-border-xs-12 {
        left: 100%;
    }

/* IMAGES
 *
*************************************************************/
img {
    max-width: 100%;
    height: auto;
}

/* DROP SHADOWS
 *
*************************************************************/
.drop-shadow, .RadTabStrip.RadTabStrip_horizontal-subnav,
.horizontal-subnav, .RadWindow.RadWindow_Default .rwTable, .top-alert {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.drop-shadow-pre {
    position: relative;
    overflow: hidden;
}

    .drop-shadow-pre:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        height: 10px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    }

/* VERTICALLY CENTER
 *
*************************************************************/
.container-vertcenter:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    margin-left: -4px;
    vertical-align: middle;
}

.content-vertcenter {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

/* HIDDEN/VISIBLITY
 *
*************************************************************/
.hidden {
    display: none;
}

.visible-block {
    display: block !important;
}

.visible-inline-block {
    display: inline-block !important;
}

.visible-inline {
    display: inline !important;
}

/* STICKY ELEMENTS
 *
*************************************************************/
@media (min-width: 1100px) {
    .stuck {
        position: fixed;
        top: 0;
    }
}

/* WELLS
 *
*************************************************************/
.well {
    border-left: 1px solid #d7e4e6;
    padding-left: 15px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control, .input-group .RadPicker.RadPicker_CustomDatepicker .riDisplay, .RadPicker.RadPicker_CustomDatepicker .input-group .riDisplay, .input-group
    .RadPicker.RadPicker_CustomDatepicker .riTextBox,
    .RadPicker.RadPicker_CustomDatepicker .input-group .riTextBox, .input-group
    .RadPicker.RadPicker_CustomTimepicker .riDisplay,
    .RadPicker.RadPicker_CustomTimepicker .input-group .riDisplay, .input-group
    .RadPicker.RadPicker_CustomTimepicker .riTextBox,
    .RadPicker.RadPicker_CustomTimepicker .input-group .riTextBox {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control,
    .input-group .RadPicker.RadPicker_CustomDatepicker .riDisplay, .RadPicker.RadPicker_CustomDatepicker
    .input-group .riDisplay,
    .input-group
    .RadPicker.RadPicker_CustomDatepicker .riTextBox,
    .RadPicker.RadPicker_CustomDatepicker
    .input-group .riTextBox,
    .input-group
    .RadPicker.RadPicker_CustomTimepicker .riDisplay,
    .RadPicker.RadPicker_CustomTimepicker
    .input-group .riDisplay,
    .input-group
    .RadPicker.RadPicker_CustomTimepicker .riTextBox,
    .RadPicker.RadPicker_CustomTimepicker
    .input-group .riTextBox {
        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),
        .input-group .RadPicker.RadPicker_CustomDatepicker .riDisplay:not(:first-child):not(:last-child), .RadPicker.RadPicker_CustomDatepicker
        .input-group .riDisplay:not(:first-child):not(:last-child),
        .input-group
        .RadPicker.RadPicker_CustomDatepicker .riTextBox:not(:first-child):not(:last-child),
        .RadPicker.RadPicker_CustomDatepicker
        .input-group .riTextBox:not(:first-child):not(:last-child),
        .input-group
        .RadPicker.RadPicker_CustomTimepicker .riDisplay:not(:first-child):not(:last-child),
        .RadPicker.RadPicker_CustomTimepicker
        .input-group .riDisplay:not(:first-child):not(:last-child),
        .input-group
        .RadPicker.RadPicker_CustomTimepicker .riTextBox:not(:first-child):not(:last-child),
        .RadPicker.RadPicker_CustomTimepicker
        .input-group .riTextBox: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: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm, .RadPicker.RadPicker_CustomDatepicker .input-group-sm > .input-group-addon.riDisplay,
    .RadPicker.RadPicker_CustomDatepicker .input-group-sm > .input-group-addon.riTextBox,
    .RadPicker.RadPicker_CustomTimepicker .input-group-sm > .input-group-addon.riDisplay,
    .RadPicker.RadPicker_CustomTimepicker .input-group-sm > .input-group-addon.riTextBox,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-sm > .input-group-btn > .input-group-addon.rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-sm > .input-group-btn > .input-group-addon.rwPopupButton {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg, .RadPicker.RadPicker_CustomDatepicker .input-group-lg > .input-group-addon.riDisplay,
    .RadPicker.RadPicker_CustomDatepicker .input-group-lg > .input-group-addon.riTextBox,
    .RadPicker.RadPicker_CustomTimepicker .input-group-lg > .input-group-addon.riDisplay,
    .RadPicker.RadPicker_CustomTimepicker .input-group-lg > .input-group-addon.riTextBox,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-lg > .input-group-btn > .input-group-addon.rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-lg > .input-group-btn > .input-group-addon.rwPopupButton {
        padding: 10px 16px;
        font-size: 18px;
        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 .RadPicker.RadPicker_CustomDatepicker .riDisplay:first-child, .RadPicker.RadPicker_CustomDatepicker .input-group .riDisplay:first-child, .input-group
    .RadPicker.RadPicker_CustomDatepicker .riTextBox:first-child,
    .RadPicker.RadPicker_CustomDatepicker .input-group .riTextBox:first-child, .input-group
    .RadPicker.RadPicker_CustomTimepicker .riDisplay:first-child,
    .RadPicker.RadPicker_CustomTimepicker .input-group .riDisplay:first-child, .input-group
    .RadPicker.RadPicker_CustomTimepicker .riTextBox:first-child,
    .RadPicker.RadPicker_CustomTimepicker .input-group .riTextBox:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:first-child > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:first-child > .rwPopupButton,
    .input-group-btn:first-child > .btn-group > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:first-child > .btn-group > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:first-child > .btn-group > .rwPopupButton,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:last-child > .rwPopupButton:not(:last-child):not(.dropdown-toggle),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:last-child > .rwPopupButton:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:last-child > .btn-group:not(:last-child) > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:last-child > .btn-group:not(:last-child) > .rwPopupButton {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group .RadPicker.RadPicker_CustomDatepicker .riDisplay:last-child, .RadPicker.RadPicker_CustomDatepicker .input-group .riDisplay:last-child, .input-group
    .RadPicker.RadPicker_CustomDatepicker .riTextBox:last-child,
    .RadPicker.RadPicker_CustomDatepicker .input-group .riTextBox:last-child, .input-group
    .RadPicker.RadPicker_CustomTimepicker .riDisplay:last-child,
    .RadPicker.RadPicker_CustomTimepicker .input-group .riDisplay:last-child, .input-group
    .RadPicker.RadPicker_CustomTimepicker .riTextBox:last-child,
    .RadPicker.RadPicker_CustomTimepicker .input-group .riTextBox:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:last-child > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:last-child > .rwPopupButton,
    .input-group-btn:last-child > .btn-group > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:last-child > .btn-group > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:last-child > .btn-group > .rwPopupButton,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:first-child > .rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:first-child > .rwPopupButton:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:first-child > .btn-group:not(:first-child) > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .input-group-btn:first-child > .btn-group:not(:first-child) > .rwPopupButton {
        border-bottom-left-radius: 0;
        border-top-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, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton {
        position: relative;
    }

        .input-group-btn > .btn + .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton + .btn,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton + .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .btn + .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton + .rwPopupButton,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .btn + .rwPopupButton, [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton + .rwPopupButton {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton:hover,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton:hover, .input-group-btn > .btn:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton:focus,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton:focus, .input-group-btn > .btn:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton:active,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn > .rwPopupButton:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn:first-child > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn:first-child > .rwPopupButton,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn:last-child > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn:last-child > .rwPopupButton,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

/* FORM GROUPS
 *
*************************************************************/
.form-group + .form-group,
.form-group + .form-group-set,
.form-group-set + .form-group,
.form-group-set + .form-group-set {
    margin-top: 15px;
}

.form-group-separator {
    margin-bottom: 15px;
}

.form-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-submit {
    margin-top: 30px;
}

/* FORM LABELS
 *
*************************************************************/
.control-label {
    display: block;
}

    .control-label .subtitle {
        font-size: 0.9em;
        font-style: italic;
    }

    .control-label.media > * {
        vertical-align: bottom;
    }

    .control-label.media .media-item {
        width: 1%;
    }

.input-group-addon {
    border-radius: 0;
}

/* FORM CONTROLS
 *
*************************************************************/
.form-control, .RadPicker.RadPicker_CustomDatepicker .riDisplay,
.RadPicker.RadPicker_CustomDatepicker .riTextBox,
.RadPicker.RadPicker_CustomTimepicker .riDisplay,
.RadPicker.RadPicker_CustomTimepicker .riTextBox {
    width: 100% !important;
    border: 1px solid #d0d0d0;
    height: 30px !important;
    padding-left: 12px;
    padding-right: 12px;
}

    .form-control:focus:not([readonly]):not([disabled]), .RadPicker.RadPicker_CustomDatepicker .riDisplay:focus:not([readonly]):not([disabled]),
    .RadPicker.RadPicker_CustomDatepicker .riTextBox:focus:not([readonly]):not([disabled]),
    .RadPicker.RadPicker_CustomTimepicker .riDisplay:focus:not([readonly]):not([disabled]),
    .RadPicker.RadPicker_CustomTimepicker .riTextBox:focus:not([readonly]):not([disabled]) {
        border-color: #46828c;
        outline: none;
    }

    .form-control[readonly], .RadPicker.RadPicker_CustomDatepicker [readonly].riDisplay,
    .RadPicker.RadPicker_CustomDatepicker [readonly].riTextBox,
    .RadPicker.RadPicker_CustomTimepicker [readonly].riDisplay,
    .RadPicker.RadPicker_CustomTimepicker [readonly].riTextBox, .form-control[disabled], .RadPicker.RadPicker_CustomDatepicker [disabled].riDisplay,
    .RadPicker.RadPicker_CustomDatepicker [disabled].riTextBox,
    .RadPicker.RadPicker_CustomTimepicker [disabled].riDisplay,
    .RadPicker.RadPicker_CustomTimepicker [disabled].riTextBox {
        background-color: #eeeeee;
    }

select.form-control, .RadPicker.RadPicker_CustomDatepicker select.riDisplay,
.RadPicker.RadPicker_CustomDatepicker select.riTextBox,
.RadPicker.RadPicker_CustomTimepicker select.riDisplay,
.RadPicker.RadPicker_CustomTimepicker select.riTextBox {
    padding-right: 0;
}

textarea.form-control, .RadPicker.RadPicker_CustomDatepicker textarea.riDisplay,
.RadPicker.RadPicker_CustomDatepicker textarea.riTextBox,
.RadPicker.RadPicker_CustomTimepicker textarea.riDisplay,
.RadPicker.RadPicker_CustomTimepicker textarea.riTextBox {
    height: 90px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    resize: none;
}

    textarea.form-control.form-control-lg, .RadPicker.RadPicker_CustomDatepicker textarea.form-control-lg.riDisplay,
    .RadPicker.RadPicker_CustomDatepicker textarea.form-control-lg.riTextBox,
    .RadPicker.RadPicker_CustomTimepicker textarea.form-control-lg.riDisplay,
    .RadPicker.RadPicker_CustomTimepicker textarea.form-control-lg.riTextBox {
        height: 150px !important;
    }

.table-control {
    max-width: 270px;
}

/* FORM CONTROL TIPS
 *
*************************************************************/
.help-block {
    color: #838383;
    font-size: 0.93em;
    font-style: italic;
}

/* CHECKBOXES & RADIOS
 *
*************************************************************/
.checkbox .media-item,
.checkbox .media-body,
.radio .media-item,
.radio .media-body {
    vertical-align: top;
}

.checkbox .media-body,
.radio .media-body {
    padding-left: 8px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"] {
    margin-top: 0.2em;
}

.checkbox-item,
.radio-item {
    position: relative;
    padding-left: 20px;
}

    .checkbox-item input[type="checkbox"],
    .checkbox-item input[type="radio"],
    .radio-item input[type="checkbox"],
    .radio-item input[type="radio"] {
        position: absolute;
        top: 0.4em;
        left: 0;
    }

    .checkbox-item > *,
    .radio-item > * {
        vertical-align: middle;
    }

/* CHECKBOXES & RADIOS
 *
*************************************************************/
.form-control.checkbox-list, .RadPicker.RadPicker_CustomDatepicker .checkbox-list.riDisplay,
.RadPicker.RadPicker_CustomDatepicker .checkbox-list.riTextBox,
.RadPicker.RadPicker_CustomTimepicker .checkbox-list.riDisplay,
.RadPicker.RadPicker_CustomTimepicker .checkbox-list.riTextBox {
    height: auto !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .form-control.checkbox-list .checkbox-item label, .RadPicker.RadPicker_CustomDatepicker .checkbox-list.riDisplay .checkbox-item label,
    .RadPicker.RadPicker_CustomDatepicker .checkbox-list.riTextBox .checkbox-item label,
    .RadPicker.RadPicker_CustomTimepicker .checkbox-list.riDisplay .checkbox-item label,
    .RadPicker.RadPicker_CustomTimepicker .checkbox-list.riTextBox .checkbox-item label {
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .form-control.checkbox-list .checkbox-item input[type="checkbox"], .RadPicker.RadPicker_CustomDatepicker .checkbox-list.riDisplay .checkbox-item input[type="checkbox"],
    .RadPicker.RadPicker_CustomDatepicker .checkbox-list.riTextBox .checkbox-item input[type="checkbox"],
    .RadPicker.RadPicker_CustomTimepicker .checkbox-list.riDisplay .checkbox-item input[type="checkbox"],
    .RadPicker.RadPicker_CustomTimepicker .checkbox-list.riTextBox .checkbox-item input[type="checkbox"] {
        top: 9px;
    }

/* FORM TABLES
 *
 * Form controls in medias for inline groups
 *
*************************************************************/
.form-table-field + .form-table-field {
    padding-left: 7px;
}

/* IMAGE UPLOAD
 *
*************************************************************/
.image-upload-control {
    position: relative;
}

    .image-upload-control .form-control, .image-upload-control .RadPicker.RadPicker_CustomDatepicker .riDisplay, .RadPicker.RadPicker_CustomDatepicker .image-upload-control .riDisplay, .image-upload-control
    .RadPicker.RadPicker_CustomDatepicker .riTextBox,
    .RadPicker.RadPicker_CustomDatepicker .image-upload-control .riTextBox, .image-upload-control
    .RadPicker.RadPicker_CustomTimepicker .riDisplay,
    .RadPicker.RadPicker_CustomTimepicker .image-upload-control .riDisplay, .image-upload-control
    .RadPicker.RadPicker_CustomTimepicker .riTextBox,
    .RadPicker.RadPicker_CustomTimepicker .image-upload-control .riTextBox {
        height: auto !important;
        margin-bottom: -4px;
        padding: 12px 12px 16px;
        z-index: 1;
    }

    .image-upload-control .loading {
        height: 52px !important;
    }

    .image-upload-control .btn, .image-upload-control [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .image-upload-control .rwPopupButton, .image-upload-control
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .image-upload-control .rwPopupButton {
        position: relative;
        z-index: 2;
    }

        .image-upload-control .btn, .image-upload-control [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .image-upload-control .rwPopupButton, .image-upload-control
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .image-upload-control .rwPopupButton, .image-upload-control .btn:hover, .image-upload-control [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .image-upload-control .rwPopupButton:hover, .image-upload-control
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .image-upload-control .rwPopupButton:hover, .image-upload-control .btn:focus, .image-upload-control [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .image-upload-control .rwPopupButton:focus, .image-upload-control
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .image-upload-control .rwPopupButton:focus {
            background-color: #fff;
        }

    .image-upload-control .remove-file {
        display: none;
    }

        .image-upload-control .remove-file.enabled {
            position: absolute;
            top: 17px;
            right: 17px;
        }

            .image-upload-control .preview-image-container:hover ~ .remove-file.enabled,
            .image-upload-control .remove-file.enabled:hover,
            .image-upload-control .remove-file.enabled:focus {
                display: block;
            }

/* SCROLLABLE RADIO LIST
 *
*************************************************************/
.radio-list td,
.radio-list-scroll td {
    position: relative;
    padding: 5px 12px;
}

    .radio-list td input,
    .radio-list-scroll td input {
        position: absolute;
        top: 9px;
        left: 12px;
    }

    .radio-list td label,
    .radio-list-scroll td label {
        display: block;
        padding-left: 19px;
    }

/* SCROLLABLE RADIO LIST
 *
*************************************************************/
.radio-list-scroll {
    height: 119.99992px !important;
    padding: 0;
    overflow: auto;
}

/* RADLISTBOX
 *
*************************************************************/
.RadListBox.RadListBox_CustomScroll {
    height: 119.99992px !important;
    padding: 0;
}

    .RadListBox.RadListBox_CustomScroll .rlbGroup {
        border: none;
    }

        .RadListBox.RadListBox_CustomScroll .rlbGroup .rlbItem,
        .RadListBox.RadListBox_CustomScroll .rlbGroup .rlbActive {
            position: relative;
            padding: 5px 12px;
        }

            .RadListBox.RadListBox_CustomScroll .rlbGroup .rlbItem input,
            .RadListBox.RadListBox_CustomScroll .rlbGroup .rlbActive input {
                position: absolute;
                top: 9px;
                left: 12px;
            }

            .RadListBox.RadListBox_CustomScroll .rlbGroup .rlbItem .rlbText,
            .RadListBox.RadListBox_CustomScroll .rlbGroup .rlbActive .rlbText {
                display: block;
                padding-left: 19px;
            }

        .RadListBox.RadListBox_CustomScroll .rlbGroup .rlbActive {
            background-color: #d0e4e8;
            border: none;
        }

        .RadListBox.RadListBox_CustomScroll .rlbGroup .rlbDisabled {
            opacity: 0.4;
        }

/* COMBOBOX
 *
*************************************************************/
.RadComboBox.RadComboBox_CustomComboBox {
    width: 100% !important;
}

    .RadComboBox.RadComboBox_CustomComboBox table {
        border: 1px solid #d0d0d0 !important;
    }

        .RadComboBox.RadComboBox_CustomComboBox table.rcbFocused {
            border-color: #282f39 !important;
        }

            .RadComboBox.RadComboBox_CustomComboBox table.rcbFocused td.rcbArrowCell a {
                -webkit-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                -o-transform: rotate(-180deg);
                transform: rotate(-180deg);
            }

        .RadComboBox.RadComboBox_CustomComboBox table td.rcbInputCell {
            height: 28px;
            padding: 0 12px;
        }

        .RadComboBox.RadComboBox_CustomComboBox table td.rcbArrowCell a {
            display: block;
            position: relative;
            width: 28px;
            height: 28px;
            font-size: 18px;
        }

            .RadComboBox.RadComboBox_CustomComboBox table td.rcbArrowCell a:before {
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                position: absolute;
                top: 50%;
                left: 50%;
                text-indent: 0;
            }

.RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox {
    font-size: 14px;
    line-height: 1.42857;
}

    .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbCheckAllItems,
    .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbCheckAllItemsHovered,
    .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbList li {
        position: relative;
        margin: 0;
        min-height: 29.99998px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 12px;
    }

        .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbCheckAllItems input,
        .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbCheckAllItemsHovered input,
        .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbList li input {
            position: absolute;
            top: 8px;
            left: 12px;
        }

        .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbCheckAllItems,
        .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbCheckAllItemsHovered,
        .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbCheckAllItems + .rcbList li,
        .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbCheckAllItemsHovered + .rcbList li {
            padding-left: 31px;
        }

    .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbList li {
        padding-left: 12px;
    }

    .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbCheckAllItems,
    .RadComboBoxDropDown.RadComboBoxDropDown_CustomComboBox .rcbCheckAllItemsHovered {
        background: none;
        border-bottom: 1px solid #dddddd;
    }

/* DATE & TIME PICKER
 *
*************************************************************/
.RadPicker.RadPicker_CustomDatepicker,
.RadPicker.RadPicker_CustomTimepicker {
    width: 100% !important;
}

    .RadPicker.RadPicker_CustomDatepicker .riDisplay,
    .RadPicker.RadPicker_CustomDatepicker .riTextBox,
    .RadPicker.RadPicker_CustomTimepicker .riDisplay,
    .RadPicker.RadPicker_CustomTimepicker .riTextBox {
        padding: 6px 12px !important;
    }

    .RadPicker.RadPicker_CustomDatepicker .riDisplay,
    .RadPicker.RadPicker_CustomTimepicker .riDisplay {
        margin: 0;
        border-color: transparent;
    }

    .RadPicker.RadPicker_CustomDatepicker .rcCalPopup,
    .RadPicker.RadPicker_CustomDatepicker .rcTimePopup,
    .RadPicker.RadPicker_CustomTimepicker .rcCalPopup,
    .RadPicker.RadPicker_CustomTimepicker .rcTimePopup {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        margin: 0;
        background-color: #f2f8f9;
        border: 1px solid #d0d0d0;
        border-left: none;
    }

        .RadPicker.RadPicker_CustomDatepicker .rcCalPopup:before,
        .RadPicker.RadPicker_CustomDatepicker .rcTimePopup:before,
        .RadPicker.RadPicker_CustomTimepicker .rcCalPopup:before,
        .RadPicker.RadPicker_CustomTimepicker .rcTimePopup:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            left: 50%;
            text-indent: 0;
        }

        .RadPicker.RadPicker_CustomDatepicker .rcCalPopup:hover, .RadPicker.RadPicker_CustomDatepicker .rcCalPopup:focus,
        .RadPicker.RadPicker_CustomDatepicker .rcTimePopup:hover,
        .RadPicker.RadPicker_CustomDatepicker .rcTimePopup:focus,
        .RadPicker.RadPicker_CustomTimepicker .rcCalPopup:hover,
        .RadPicker.RadPicker_CustomTimepicker .rcCalPopup:focus,
        .RadPicker.RadPicker_CustomTimepicker .rcTimePopup:hover,
        .RadPicker.RadPicker_CustomTimepicker .rcTimePopup:focus {
            background-color: #e1eef0;
        }

.RadCalendarPopup,
.RadCalendarFastNavPopup {
    width: 356px;
    max-height: 252px;
    padding: 10px !important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin: 1px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #282f39 !important;
}

    .RadCalendarPopup [class*="rcShad"],
    .RadCalendarFastNavPopup [class*="rcShad"] {
        display: none !important;
    }

    .RadCalendarPopup .RadCalendar_CustomDatepicker,
    .RadCalendarPopup .RadCalendarMonthView_CustomDatepicker,
    .RadCalendarPopup .RadCalendarTimeView_CustomTimepicker,
    .RadCalendarFastNavPopup .RadCalendar_CustomDatepicker,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker,
    .RadCalendarFastNavPopup .RadCalendarTimeView_CustomTimepicker {
        width: 100%;
        border: none;
    }

        .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar,
        .RadCalendarPopup .RadCalendar_CustomDatepicker .rcMain {
            border: none;
        }

            .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcTitle {
                padding: 6px 12px;
            }

            .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcFastPrev,
            .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcPrev,
            .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcNext,
            .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcFastNext {
                position: relative;
                padding: 5px 10px;
            }

                .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcFastPrev:before,
                .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcPrev:before,
                .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcNext:before,
                .RadCalendarPopup .RadCalendar_CustomDatepicker .rcTitlebar .rcFastNext:before {
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    font-size: 18px;
                    text-indent: 0;
                }

        .RadCalendarPopup .RadCalendar_CustomDatepicker .rcWeek th {
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom: 1px solid #dddddd;
            text-align: center;
            color: #838383;
            font-size: 0.7em;
        }

        .RadCalendarPopup .RadCalendar_CustomDatepicker .rcWeek .rcViewSel {
            display: none !important;
        }

        .RadCalendarPopup .RadCalendar_CustomDatepicker .rcMainTable {
            border-collapse: collapse;
        }

        .RadCalendarPopup .RadCalendar_CustomDatepicker .rcMain .rcRow th {
            display: none !important;
        }

        .RadCalendarPopup .RadCalendar_CustomDatepicker .rcMain .rcRow td {
            border: none;
            text-align: center;
        }

        .RadCalendarPopup .RadCalendar_CustomDatepicker .rcMain .rcRow .rcSelected a {
            background-color: #e8f2f3;
        }

        .RadCalendarPopup .RadCalendar_CustomDatepicker .rcMain .rcRow .rcOtherMonth {
            opacity: 0.4;
        }

        .RadCalendarPopup .RadCalendar_CustomDatepicker .rcMain .rcRow a {
            padding: 5px 10px;
        }

            .RadCalendarPopup .RadCalendar_CustomDatepicker .rcMain .rcRow a:hover, .RadCalendarPopup .RadCalendar_CustomDatepicker .rcMain .rcRow a:focus {
                background-color: #d0e4e8;
            }

        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker td {
            padding: 0;
        }

            .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker td:nth-child(2) {
                padding-right: 10px;
            }

            .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker td:nth-child(3) {
                padding-left: 10px;
                border-left: 1px solid #dddddd;
            }

            .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker td a {
                padding: 5px 10px;
            }

                .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker td a:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker td a:focus {
                    background-color: #d0e4e8;
                }

        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .rcSelected a {
            background-color: #e8f2f3;
            border: none;
        }

        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_PrevY a,
        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_NextY a {
            position: relative;
        }

            .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_PrevY a:before,
            .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_NextY a:before {
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                position: absolute;
                top: 50%;
                left: 50%;
                font-size: 18px;
                text-indent: 0;
            }

        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .rcButtons {
            padding-top: 10px;
        }

        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker input[type="button"] {
            text-transform: uppercase;
        }

        .RadCalendarPopup .RadCalendarTimeView_CustomTimepicker .rcHeader {
            padding-bottom: 10px;
        }

        .RadCalendarPopup .RadCalendarTimeView_CustomTimepicker .rcSelected a,
        .RadCalendarPopup .RadCalendarTimeView_CustomTimepicker .rcHover a {
            padding: 5px 10px;
            border: none;
        }

        .RadCalendarPopup .RadCalendarTimeView_CustomTimepicker td {
            padding: 0 10px;
            border-color: #dddddd;
        }

            .RadCalendarPopup .RadCalendarTimeView_CustomTimepicker td:first-child {
                padding-left: 0;
            }

            .RadCalendarPopup .RadCalendarTimeView_CustomTimepicker td:last-child {
                padding-right: 0;
            }

        .RadCalendarPopup .RadCalendarTimeView_CustomTimepicker a {
            display: block;
            padding: 5px 10px;
            white-space: nowrap;
        }

            .RadCalendarPopup .RadCalendarTimeView_CustomTimepicker a:hover, .RadCalendarPopup .RadCalendarTimeView_CustomTimepicker a:focus {
                background-color: #d0e4e8;
            }

/* PAGINATION
 *
*************************************************************/
.RadComboBoxDropDown {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: -1px;
    background-color: #fff;
    border: 1px solid #282f39;
}

    .RadComboBoxDropDown .rcbList li {
        padding: 6px 4px;
    }

        .RadComboBoxDropDown .rcbList li:hover {
            background-color: #d0e4e8;
        }

/* RADTREEVIEW
 *
*************************************************************/
.RadTreeView.RadTreeView_CustomTree .rtLI {
    position: relative;
}

    .RadTreeView.RadTreeView_CustomTree .rtLI:before, .RadTreeView.RadTreeView_CustomTree .rtLI:after {
        content: '';
        display: block;
        position: absolute;
        left: 11px;
    }

    .RadTreeView.RadTreeView_CustomTree .rtLI:before {
        top: 0;
        left: 10px;
        bottom: 0;
        border-left: 1px solid #e2e2e2;
    }

    .RadTreeView.RadTreeView_CustomTree .rtLI:after {
        content: '';
        display: block;
        position: absolute;
        top: 18px;
        width: 15px;
        border-top: 1px solid #e2e2e2;
    }

    .RadTreeView.RadTreeView_CustomTree .rtLI > div {
        position: relative;
        padding: 4px 0 4px 30px;
    }

        .RadTreeView.RadTreeView_CustomTree .rtLI > div input[type="checkbox"] {
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            left: 42px;
            z-index: 2;
        }

.RadTreeView.RadTreeView_CustomTree .rtFirst:before {
    top: 18px;
    bottom: 0;
}

.RadTreeView.RadTreeView_CustomTree .rtLast:before, .RadTreeView.RadTreeView_CustomTree .rtLast:after {
    bottom: 18px;
}

.RadTreeView.RadTreeView_CustomTree .rtLast:after {
    top: auto;
}

.RadTreeView.RadTreeView_CustomTree .rtIn,
.RadTreeView.RadTreeView_CustomTree .rtHover .rtIn,
.RadTreeView.RadTreeView_CustomTree .rtSelected .rtIn {
    padding: 5px 12px 5px 32px;
}

.RadTreeView.RadTreeView_CustomTree .rtIn {
    display: inline-block;
    border: 1px solid #d0d0d0;
}

.RadTreeView.RadTreeView_CustomTree input[type="checkbox"]:hover + .rtIn,
.RadTreeView.RadTreeView_CustomTree .rtHover .rtIn {
    background-color: #d0e4e8;
    border-color: #282f39;
}

.RadTreeView.RadTreeView_CustomTree .rtPlus,
.RadTreeView.RadTreeView_CustomTree .rtMinus {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 5px;
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: white;
    border: 1px solid #282f39;
    z-index: 2;
    color: #282f39;
    font-size: 11px;
    text-align: center;
}

    .RadTreeView.RadTreeView_CustomTree .rtPlus:before,
    .RadTreeView.RadTreeView_CustomTree .rtMinus:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .RadTreeView.RadTreeView_CustomTree .rtPlus:hover, .RadTreeView.RadTreeView_CustomTree .rtPlus:focus,
    .RadTreeView.RadTreeView_CustomTree .rtMinus:hover,
    .RadTreeView.RadTreeView_CustomTree .rtMinus:focus {
        border-color: #2d5359;
        color: #2d5359;
    }

/* REQUIRED INPUTS
 *
*************************************************************/
.input-req {
    color: #d95026;
    font-size: 0.85em;
}

.required {
    display: table-cell;
    position: relative;
    padding-right: 30px;
}

    .required:after,
    .input-req-icon {
        position: absolute;
        top: 4px;
        right: 0;
        width: 25px;
        color: #d95026;
    }

.required-helper {
    margin-bottom: 15px;
}

.text-required {
    color: #d95026;
}

.not-required .input-req {
    display: none !important;
}

.input-req.input-group-addon {
    background: none;
    border: none;
}

/* VALIDATIONS
 *
*************************************************************/
.field-validation-block {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
}

    .field-validation-block.field-validation-error {
        background-color: #2F7D83;
        border: 1px solid #282f39;
    }

    .field-validation-block.field-validation-success {
        background-color: #2F7D83;
        border: 1px solid #282f39;
    }

.field-validation-error {
    display: block;
    color: #d95245;
}

.field-validation-success {
    display: block;
    color: black;
}

 .field-validation-block.field-validation-error-banner {
        background-color: #2F7D83;
        border: 1px solid #282f39;
    }

 .field-validation-block.field-validation-success-banner {
        background-color: #2F7D83;
        border: 1px solid #282f39;
    }

 .field-validation-success-banner {
    display: block;
    color: white;
}

 .field-validation-error-banner {
    display: block;
    color: white;
}

.required span,
.optional span {
    display: block;
    font-size: 11px;
    color: #d95245;
    position: absolute;
}

/* CLEAR INPUT
 *
*************************************************************/
.clear_input_div input {
    padding-right: 40px;
}

    .clear_input_div input::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

.clear_input_div a {
    width: 20px;
    z-index: 2;
    font-size: 21px;
    text-align: center;
    text-decoration: none;
}

.btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus, .btn.focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton, .btn:active:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:focus,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:focus, .btn:active.focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active.focus,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active.focus, .btn.active:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:focus,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:focus, .btn.active.focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.focus.rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.focus.rwPopupButton {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover, .btn:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus, .btn.focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton {
        color: #282f39;
        text-decoration: none;
    }

    .btn:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active, .btn.active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton {
        outline: 0;
        background-image: none;
        -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, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton, .btn[disabled], [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton,
    fieldset[disabled] .btn,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton,
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup a.disabled.rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup a.disabled.rwPopupButton,
fieldset[disabled] a.btn,
fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup a.rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
fieldset[disabled] a.rwPopupButton,
fieldset[disabled]
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup a.rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
fieldset[disabled] a.rwPopupButton {
    pointer-events: none;
}

.btn-default, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK,
.RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel {
    color: black;
    background-color: transparent;
    border-color: black;
}

    .btn-default:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:focus,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:focus, .btn-default.focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .focus#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .focus#rcMView_Cancel {
        color: #ffdc4a;
        background-color: transparent;
        border-color: #1c3337;
    }

    .btn-default:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:hover,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:hover {
        color: black;
        background-color: transparent;
        border-color: #282f39;
    }

    .btn-default:active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:active,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:active, .btn-default.active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_Cancel,
    .open > .btn-default.dropdown-toggle, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    .open > .dropdown-toggle#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    .open > .dropdown-toggle#rcMView_Cancel {
        color: black;
        background-color: transparent;
        border-color: #282f39;
    }

        .btn-default:active:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:active:hover,
        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:active:hover, .btn-default:active:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:active:focus,
        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:active:focus, .btn-default:active.focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:active.focus,
        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:active.focus, .btn-default.active:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_OK:hover,
        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_Cancel:hover, .btn-default.active:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_OK:focus,
        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_Cancel:focus, .btn-default.active.focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active.focus#rcMView_OK,
        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active.focus#rcMView_Cancel,
        .open > .btn-default.dropdown-toggle:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
        .open > .dropdown-toggle#rcMView_OK:hover,
        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
        .open > .dropdown-toggle#rcMView_Cancel:hover,
        .open > .btn-default.dropdown-toggle:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
        .open > .dropdown-toggle#rcMView_OK:focus,
        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
        .open > .dropdown-toggle#rcMView_Cancel:focus,
        .open > .btn-default.dropdown-toggle.focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
        .open > .dropdown-toggle.focus#rcMView_OK,
        .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
        .open > .dropdown-toggle.focus#rcMView_Cancel {
            color: black;
            background-color: transparent;
            border-color: #282f39;
        }

    .btn-default:active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:active,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:active, .btn-default.active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_Cancel,
    .open > .btn-default.dropdown-toggle, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    .open > .dropdown-toggle#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    .open > .dropdown-toggle#rcMView_Cancel {
        background-image: none;
    }

    .btn-default.disabled, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_Cancel, .btn-default.disabled:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_OK:hover,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_Cancel:hover, .btn-default.disabled:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_OK:focus,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_Cancel:focus, .btn-default.disabled.focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled.focus#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled.focus#rcMView_Cancel, .btn-default.disabled:active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_OK:active,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_Cancel:active, .btn-default.disabled.active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled.active#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled.active#rcMView_Cancel, .btn-default[disabled], .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_Cancel, .btn-default[disabled]:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_OK:hover,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_Cancel:hover, .btn-default[disabled]:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_OK:focus,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_Cancel:focus, .btn-default[disabled].focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled].focus#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled].focus#rcMView_Cancel, .btn-default[disabled]:active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_OK:active,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_Cancel:active, .btn-default[disabled].active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled].active#rcMView_OK,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled].active#rcMView_Cancel,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_OK,
    fieldset[disabled]
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_Cancel,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_OK:hover,
    fieldset[disabled]
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:hover,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_Cancel:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_OK:focus,
    fieldset[disabled]
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:focus,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_Cancel:focus,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .focus#rcMView_OK, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] .focus#rcMView_OK,
    fieldset[disabled]
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .focus#rcMView_Cancel,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] .focus#rcMView_Cancel,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_OK:active,
    fieldset[disabled]
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:active,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_Cancel:active,
    fieldset[disabled] .btn-default.active,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_OK, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] .active#rcMView_OK,
    fieldset[disabled]
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_Cancel,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] .active#rcMView_Cancel {
        background-color: transparent;
        border-color: #282f39;
    }

    .btn-default .badge, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK .badge,
    .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel .badge {
        color: transparent;
        background-color: #46828c;
    }

.btn-primary, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:first-child,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:first-child {
    color: #fff !important;
    background-color: #E94E1B !important; /* bright orange */
    border-color: #E94E1B !important;
    transition: all 0.3s ease;
}

    .btn-primary:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus:first-child, .btn-primary.focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton:first-child {
        color: #fff;
        background-color: #e24d00; /* slightly darker */
        border-color: #e24d00;
        box-shadow: 0 0 0 0.2rem rgba(201, 56, 8, 0.25);
    }

    .btn-primary:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover:first-child {
        color: #fff;
        background-color: #C93808; /* darker red-orange hover */
        border-color: #C93808;
    }

    .btn-primary:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:first-child, .btn-primary.active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:first-child,
    .open > .btn-primary.dropdown-toggle, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .open > .dropdown-toggle.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .open > .dropdown-toggle.rwPopupButton:first-child {
        color: white;
        background-color: #ae401e;
        border-color: #282f39;
    }

        .btn-primary:active:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:hover:first-child,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:hover:first-child, .btn-primary:active:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:focus:first-child,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:focus:first-child, .btn-primary:active.focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active.focus:first-child,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active.focus:first-child, .btn-primary.active:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:hover:first-child,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:hover:first-child, .btn-primary.active:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:focus:first-child,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:focus:first-child, .btn-primary.active.focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.focus.rwPopupButton:first-child,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.focus.rwPopupButton:first-child,
        .open > .btn-primary.dropdown-toggle:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.rwPopupButton:hover:first-child,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.rwPopupButton:hover:first-child,
        .open > .btn-primary.dropdown-toggle:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.rwPopupButton:focus:first-child,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.rwPopupButton:focus:first-child,
        .open > .btn-primary.dropdown-toggle.focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.focus.rwPopupButton:first-child,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.focus.rwPopupButton:first-child {
            color: black;
            background-color: #E94E1B;
            border-color: black;
        }

    .btn-primary:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:first-child, .btn-primary.active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:first-child,
    .open > .btn-primary.dropdown-toggle, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .open > .dropdown-toggle.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .open > .dropdown-toggle.rwPopupButton:first-child {
        background-image: none;
    }

    .btn-primary.disabled, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:first-child, .btn-primary.disabled:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:hover:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:hover:first-child, .btn-primary.disabled:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:focus:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:focus:first-child, .btn-primary.disabled.focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.focus.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.focus.rwPopupButton:first-child, .btn-primary.disabled:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:active:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:active:first-child, .btn-primary.disabled.active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.active.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.active.rwPopupButton:first-child, .btn-primary[disabled], [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:first-child, .btn-primary[disabled]:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:hover:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:hover:first-child, .btn-primary[disabled]:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:focus:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:focus:first-child, .btn-primary[disabled].focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].focus.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].focus.rwPopupButton:first-child, .btn-primary[disabled]:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:active:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:active:first-child, .btn-primary[disabled].active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].active.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].active.rwPopupButton:first-child,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:first-child, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:first-child,
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:first-child,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover:first-child, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:hover:first-child,
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:hover:first-child,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus:first-child, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:focus:first-child,
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:focus:first-child,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton:first-child, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .focus.rwPopupButton:first-child,
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .focus.rwPopupButton:first-child,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:first-child, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:active:first-child,
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:active:first-child,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:first-child, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .active.rwPopupButton:first-child,
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .active.rwPopupButton:first-child {
        background-color: #d95026;
        border-color: #d95026;
    }

    .btn-primary .badge, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:first-child .badge,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:first-child .badge {
        color: #d95026;
        background-color: white;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
    fieldset[disabled] .btn-success,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
    fieldset[disabled] .btn-info,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #282f39;
    font-weight: normal;
    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: #2d5359;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-lg > .rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-lg > .rwPopupButton {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 4px;
}

.btn-sm, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker input[type="button"], .btn-group-sm > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-sm > .rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-sm > .rwPopupButton {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-xs > .rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-xs > .rwPopupButton {
    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%;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton,
    .btn-group-vertical > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .btn-group-vertical > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .btn-group-vertical > .rwPopupButton {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:hover,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:hover, .btn-group > .btn:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:focus,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:focus, .btn-group > .btn:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:active,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:active, .btn-group > .btn.active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .active.rwPopupButton,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .active.rwPopupButton,
        .btn-group-vertical > .btn:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
        .btn-group-vertical > .rwPopupButton:hover,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
        .btn-group-vertical > .rwPopupButton:hover,
        .btn-group-vertical > .btn:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
        .btn-group-vertical > .rwPopupButton:focus,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
        .btn-group-vertical > .rwPopupButton:focus,
        .btn-group-vertical > .btn:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
        .btn-group-vertical > .rwPopupButton:active,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
        .btn-group-vertical > .rwPopupButton:active,
        .btn-group-vertical > .btn.active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
        .btn-group-vertical > .active.rwPopupButton,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
        .btn-group-vertical > .active.rwPopupButton {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton + .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group .rwPopupButton + .btn, .btn-group
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton + .btn,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group .rwPopupButton + .btn, .btn-group [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn + .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group .btn + .rwPopupButton, .btn-group [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton + .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group .rwPopupButton + .rwPopupButton, .btn-group
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn + .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group .btn + .rwPopupButton, .btn-group [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton + .rwPopupButton, [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group .rwPopupButton + .rwPopupButton,
    .btn-group .btn + .btn-group,
    .btn-group [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton + .btn-group, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .btn-group .rwPopupButton + .btn-group,
    .btn-group
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton + .btn-group,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .btn-group .rwPopupButton + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group + .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .btn-group .btn-group + .rwPopupButton,
    .btn-group
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group + .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .btn-group .btn-group + .rwPopupButton,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn, .btn-toolbar [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-toolbar .rwPopupButton, .btn-toolbar
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-toolbar .rwPopupButton,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-toolbar > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-toolbar > .rwPopupButton,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:not(:first-child):not(:last-child):not(.dropdown-toggle),
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:first-child,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:first-child:not(:last-child):not(.dropdown-toggle),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:last-child:not(:first-child),
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .btn-group:not(:first-child):not(:last-child) > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .btn-group:not(:first-child):not(:last-child) > .rwPopupButton {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .btn-group:first-child:not(:last-child) > .rwPopupButton:last-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .btn-group:first-child:not(:last-child) > .rwPopupButton:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .btn-group:last-child:not(:first-child) > .rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .btn-group:last-child:not(:first-child) > .rwPopupButton:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton + .dropdown-toggle,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group > .rwPopupButton + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-lg.btn-group > .rwPopupButton + .dropdown-toggle,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-lg.btn-group > .rwPopupButton + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 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, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton .caret,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-lg > .rwPopupButton .caret,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-lg > .rwPopupButton .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-lg > .rwPopupButton .caret, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .dropup .btn-group-lg > .rwPopupButton .caret, .dropup
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-lg > .rwPopupButton .caret,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .dropup .btn-group-lg > .rwPopupButton .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
.btn-group-vertical > .btn-group > .rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
.btn-group-vertical > .btn-group > .rwPopupButton {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .btn-group > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .btn-group > .rwPopupButton {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton + .btn,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton + .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .btn + .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton + .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .btn + .rwPopupButton, [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton + .rwPopupButton,
    .btn-group-vertical > .btn + .btn-group, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .btn-group-vertical > .rwPopupButton + .btn-group,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .btn-group-vertical > .rwPopupButton + .btn-group,
    .btn-group-vertical > .btn-group + .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .btn-group-vertical > .btn-group + .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .btn-group-vertical > .btn-group + .rwPopupButton,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton:not(:first-child):not(:last-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton:first-child:not(:last-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton:last-child:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .rwPopupButton:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .rwPopupButton {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .btn-group:first-child:not(:last-child) > .rwPopupButton:last-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .btn-group:first-child:not(:last-child) > .rwPopupButton: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, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .btn-group:last-child:not(:first-child) > .rwPopupButton:first-child,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-vertical > .btn-group:last-child:not(:first-child) > .rwPopupButton:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-justified > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-justified > .rwPopupButton,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-justified > .btn-group .rwPopupButton, .btn-group-justified > .btn-group
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-justified > .btn-group .rwPopupButton {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"], [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [data-toggle="buttons"] > .rwPopupButton input[type="radio"],
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [data-toggle="buttons"] > .rwPopupButton input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
[data-toggle="buttons"] > .rwPopupButton input[type="checkbox"],
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
[data-toggle="buttons"] > .rwPopupButton input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
[data-toggle="buttons"] > .btn-group > .rwPopupButton input[type="radio"],
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
[data-toggle="buttons"] > .btn-group > .rwPopupButton input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
[data-toggle="buttons"] > .btn-group > .rwPopupButton input[type="checkbox"],
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
[data-toggle="buttons"] > .btn-group > .rwPopupButton input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/* MAIN BUTTONS
 *
*************************************************************/
.btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus {
    padding: 10px 30px;
    font-family: 'Rubik', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
}

    .btn:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.btn-sm, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker input.btn[type="button"], .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup input[type="button"].rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker input[type="button"].rwPopupButton, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup input[type="button"].rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker input[type="button"].rwPopupButton, .btn-group-sm > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-sm > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-sm > .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-sm.rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-sm.rwPopupButton {
        padding: 5px 10px;
    }

    .btn.btn-lg, .btn-group-lg > .btn, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-lg > .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-group-lg > .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .btn-lg.rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .btn-lg.rwPopupButton {
        padding: 10px 16px;
    }

.btn-default:not(.disabled):hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:not(.disabled):hover,
.RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:not(.disabled):hover, .btn-default:not(.disabled):focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:not(.disabled):focus,
.RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:not(.disabled):focus, .btn-default:not([disabled]):hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:not([disabled]):hover,
.RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:not([disabled]):hover, .btn-default:not([disabled]):focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:not([disabled]):focus,
.RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:not([disabled]):focus,
fieldset:not([disabled]) .btn-default:hover,
fieldset:not([disabled]) .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
fieldset:not([disabled]) #rcMView_OK:hover,
fieldset:not([disabled])
.RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:hover,
.RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
fieldset:not([disabled]) #rcMView_Cancel:hover,
fieldset:not([disabled]) .btn-default:focus,
fieldset:not([disabled]) .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_OK:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
fieldset:not([disabled]) #rcMView_OK:focus,
fieldset:not([disabled])
.RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Cancel:focus,
.RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
fieldset:not([disabled]) #rcMView_Cancel:focus {
    color: gray;
}

.btn-primary-outline, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not(:first-child),
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not(:first-child) {
    color: #282f39;
    background-color: transparent;
    border-color: #282f39;
}

    .btn-primary-outline:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus:not(:first-child), .btn-primary-outline.focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .focus#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton:not(:first-child) {
        color: #ffdc4a;
        background-color: transparent;
        border-color: #282f39;
    }

    .btn-primary-outline:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover:not(:first-child) {
        color: #ffdc4a;
        background-color: transparent;
        border-color: #282f39;
    }

    .btn-primary-outline:active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:not(:first-child), .btn-primary-outline.active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:not(:first-child),
    .open > .btn-primary-outline.dropdown-toggle, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    .open > .dropdown-toggle#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .open > .dropdown-toggle.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .open > .dropdown-toggle.rwPopupButton:not(:first-child) {
        color: #ffdc4a;
        background-color: transparent;
        border-color: #282f39;
    }

        .btn-primary-outline:active:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:active:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:hover:not(:first-child),
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:hover:not(:first-child), .btn-primary-outline:active:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:active:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:focus:not(:first-child),
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:focus:not(:first-child), .btn-primary-outline:active.focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:active.focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active.focus:not(:first-child),
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active.focus:not(:first-child), .btn-primary-outline.active:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_Today:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:hover:not(:first-child),
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:hover:not(:first-child), .btn-primary-outline.active:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_Today:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:focus:not(:first-child),
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:focus:not(:first-child), .btn-primary-outline.active.focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active.focus#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.focus.rwPopupButton:not(:first-child),
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.focus.rwPopupButton:not(:first-child),
        .open > .btn-primary-outline.dropdown-toggle:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
        .open > .dropdown-toggle#rcMView_Today:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.rwPopupButton:hover:not(:first-child),
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.rwPopupButton:hover:not(:first-child),
        .open > .btn-primary-outline.dropdown-toggle:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
        .open > .dropdown-toggle#rcMView_Today:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.rwPopupButton:focus:not(:first-child),
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.rwPopupButton:focus:not(:first-child),
        .open > .btn-primary-outline.dropdown-toggle.focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
        .open > .dropdown-toggle.focus#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.focus.rwPopupButton:not(:first-child),
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
        .open > .dropdown-toggle.focus.rwPopupButton:not(:first-child) {
            color: #ffdc4a;
            background-color: transparent;
            border-color: #6d2813;
        }

    .btn-primary-outline:active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:not(:first-child), .btn-primary-outline.active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:not(:first-child),
    .open > .btn-primary-outline.dropdown-toggle, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    .open > .dropdown-toggle#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    .open > .dropdown-toggle.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    .open > .dropdown-toggle.rwPopupButton:not(:first-child) {
        background-image: none;
    }

    .btn-primary-outline.disabled, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:not(:first-child), .btn-primary-outline.disabled:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_Today:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:hover:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:hover:not(:first-child), .btn-primary-outline.disabled:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_Today:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:focus:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:focus:not(:first-child), .btn-primary-outline.disabled.focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled.focus#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.focus.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.focus.rwPopupButton:not(:first-child), .btn-primary-outline.disabled:active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled#rcMView_Today:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:active:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.rwPopupButton:active:not(:first-child), .btn-primary-outline.disabled.active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .disabled.active#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.active.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .disabled.active.rwPopupButton:not(:first-child), .btn-primary-outline[disabled], .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:not(:first-child), .btn-primary-outline[disabled]:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_Today:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:hover:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:hover:not(:first-child), .btn-primary-outline[disabled]:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_Today:focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:focus:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:focus:not(:first-child), .btn-primary-outline[disabled].focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled].focus#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].focus.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].focus.rwPopupButton:not(:first-child), .btn-primary-outline[disabled]:active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled]#rcMView_Today:active, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:active:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].rwPopupButton:active:not(:first-child), .btn-primary-outline[disabled].active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker [disabled].active#rcMView_Today, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].active.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [disabled].active.rwPopupButton:not(:first-child),
    fieldset[disabled] .btn-primary-outline,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_Today,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:not(:first-child),
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:not(:first-child),
    fieldset[disabled] .btn-primary-outline:hover,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_Today:hover,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:hover:not(:first-child),
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:hover:not(:first-child),
    fieldset[disabled] .btn-primary-outline:focus,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_Today:focus,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:focus:not(:first-child),
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:focus:not(:first-child),
    fieldset[disabled] .btn-primary-outline.focus,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .focus#rcMView_Today, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] .focus#rcMView_Today,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .focus.rwPopupButton:not(:first-child),
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .focus.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .focus.rwPopupButton:not(:first-child),
    fieldset[disabled] .btn-primary-outline:active,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:active, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] #rcMView_Today:active,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:active:not(:first-child),
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:active:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .rwPopupButton:active:not(:first-child),
    fieldset[disabled] .btn-primary-outline.active,
    fieldset[disabled] .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker .active#rcMView_Today, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset[disabled] .active#rcMView_Today,
    fieldset[disabled] [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .active.rwPopupButton:not(:first-child),
    fieldset[disabled]
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .active.rwPopupButton:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset[disabled] .active.rwPopupButton:not(:first-child) {
        background-color: transparent;
        border-color: #282f39;
    }

    .btn-primary-outline .badge, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today .badge, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not(:first-child) .badge,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not(:first-child) .badge {
        color: transparent;
        background-color: #ffdc4a;
    }

    .btn-primary-outline:not(.disabled):hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:not(.disabled):hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not(.disabled):hover:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not(.disabled):hover:not(:first-child), .btn-primary-outline:not(.disabled):focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:not(.disabled):focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not(.disabled):focus:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not(.disabled):focus:not(:first-child), .btn-primary-outline:not([disabled]):hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:not([disabled]):hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not([disabled]):hover:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not([disabled]):hover:not(:first-child), .btn-primary-outline:not([disabled]):focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:not([disabled]):focus, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not([disabled]):focus:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:not([disabled]):focus:not(:first-child),
    fieldset:not([disabled]) .btn-primary-outline:hover,
    fieldset:not([disabled]) .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:hover, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset:not([disabled]) #rcMView_Today:hover,
    fieldset:not([disabled]) [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset:not([disabled]) .rwPopupButton:hover:not(:first-child),
    fieldset:not([disabled])
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset:not([disabled]) .rwPopupButton:hover:not(:first-child),
    fieldset:not([disabled]) .btn-primary-outline:focus,
    fieldset:not([disabled]) .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker #rcMView_Today:focus, .RadCalendarFastNavPopup .RadCalendarMonthView_CustomDatepicker
    fieldset:not([disabled]) #rcMView_Today:focus,
    fieldset:not([disabled]) [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus:not(:first-child), [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset:not([disabled]) .rwPopupButton:focus:not(:first-child),
    fieldset:not([disabled])
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus:not(:first-child),
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup
    fieldset:not([disabled]) .rwPopupButton:focus:not(:first-child) {
        color: gray;
    }

.btn-secondary {
    color: white;
    background-color: black;
    border-color: #282f39;
}

    .btn-secondary:focus, .btn-secondary.focus {
        color: white;
        background-color: #35626a;
        border-color: #1c3337;
    }

    .btn-secondary:hover {
        color: white;
        background-color: #35626a;
        border-color: #325c63;
    }

    .btn-secondary:active, .btn-secondary.active,
    .open > .btn-secondary.dropdown-toggle {
        color: white;
        background-color: #35626a;
        border-color: #325c63;
    }

        .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
        .open > .btn-secondary.dropdown-toggle:hover,
        .open > .btn-secondary.dropdown-toggle:focus,
        .open > .btn-secondary.dropdown-toggle.focus {
            color: white;
            background-color: #294c52;
            border-color: #1c3337;
        }

    .btn-secondary:active, .btn-secondary.active,
    .open > .btn-secondary.dropdown-toggle {
        background-image: none;
    }

    .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active,
    fieldset[disabled] .btn-secondary,
    fieldset[disabled] .btn-secondary:hover,
    fieldset[disabled] .btn-secondary:focus,
    fieldset[disabled] .btn-secondary.focus,
    fieldset[disabled] .btn-secondary:active,
    fieldset[disabled] .btn-secondary.active {
        background-color: #282f39;
        border-color: #282f39;
    }

    .btn-secondary .badge {
        color: #282f39;
        background-color: white;
    }

.inblack {
    background-color: black;
}

.inyellow {
    background-color: black;
    color: white;
}

.btn-icon {
    height: 34px;
    padding: 0 10px;
    background: none;
    border: none;
    color: #282f39;
    font-size: 26px;
}

    .btn-icon:not(.disabled):hover, .btn-icon:not(.disabled):focus, .btn-icon:not([disabled]):hover, .btn-icon:not([disabled]):focus,
    fieldset:not([disabled]) .btn-icon:hover,
    fieldset:not([disabled]) .btn-icon:focus {
        color: #325c63;
    }

.btn-primary-icon {
    color: black;
}

    .btn-primary-icon:not(.disabled):hover, .btn-primary-icon:not(.disabled):focus, .btn-primary-icon:not([disabled]):hover, .btn-primary-icon:not([disabled]):focus,
    fieldset:not([disabled]) .btn-primary-icon:hover,
    fieldset:not([disabled]) .btn-primary-icon:focus {
        color: #a53d1d;
    }

.btn-link {
    padding: 0;
    border: none;
    font-weight: inherit;
}

.btn-no-uppercase {
    text-transform: none;
}

.btn-underline {
    text-decoration: underline;
    color: #282f39;
}

.btn-no-underline {
    text-decoration: none !important;
}

/* BUTTON GROUPS
 *
*************************************************************/
.btn-group-spaced > * {
    padding-right: 2px;
}

    .btn-group-spaced > * + * {
        padding-left: 2px;
        padding-right: 0;
    }

.input-group-btn .btn, .input-group-btn [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn .rwPopupButton, .input-group-btn
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn .rwPopupButton {
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.input-group-btn [class*="icon-"].btn, .input-group-btn [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup [class*="icon-"].rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn [class*="icon-"].rwPopupButton, .input-group-btn
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup [class*="icon-"].rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .input-group-btn [class*="icon-"].rwPopupButton {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

@-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 {
    overflow: hidden;
    height: 19px;
    margin-bottom: 19px;
    background-color: #e4ebed;
    border-radius: 4px;
    -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: 19px;
    color: #fff;
    text-align: center;
    background-color: #46828c;
    -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: #5cb85c;
}

.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: #5bc0de;
}

.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: #f0ad4e;
}

.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: #d9534f;
}

.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);
}

.container-dropdown {
    position: relative;
    z-index: 10;
}

.dropdown-toggle i {
    -webkit-transition: all 0.3s cubic-bezier(0.345, 0, 0.25, 1);
    -o-transition: all 0.3s cubic-bezier(0.345, 0, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.345, 0, 0.25, 1);
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.dropdown-toggle[aria-expanded=true] i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown {
    -webkit-animation: animation-modal-in 0.25s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    -o-animation: animation-modal-in 0.25s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    animation: animation-modal-in 0.25s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 2px;
    padding: 15px 0;
    background-color: #fff;
}

    .dropdown .media-body {
        padding: 0 15px;
        vertical-align: top;
    }

        .dropdown .media-body + .media-body {
            border-left: 1px solid #d7e4e6;
        }

    .dropdown .btn, .dropdown [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .dropdown .rwPopupButton, .dropdown
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .dropdown .rwPopupButton {
        -webkit-border-radius: 0;
        border-radius: 0;
        display: block;
        min-width: 100%;
        margin: 0 !important;
        padding: 5px 12px;
        background-color: transparent;
        color: #434343;
        font-size: 13px;
        text-align: left;
        text-transform: none;
    }

        .dropdown .btn:hover, .dropdown [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .dropdown .rwPopupButton:hover, .dropdown
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .dropdown .rwPopupButton:hover {
            background-color: #2F7D83; /* #d7e4e6;*/
            color: white;
        }

    .dropdown.open {
        display: block;
    }

/* ELEMENTS
 *
 ************************************************************/
.loading {
    position: relative;
    min-width: 24px;
    min-height: 24px;
}

.btn.loading, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .loading.rwPopupButton,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .loading.rwPopupButton {
    text-indent: 0;
}

    .btn.loading.loading-text:before, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .loading.loading-text.rwPopupButton:before,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .loading.loading-text.rwPopupButton:before {
        content: attr(data-loading-text);
        display: inline-block;
        vertical-align: middle;
    }

    .btn.loading .btn-label, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .loading.rwPopupButton .btn-label,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .loading.rwPopupButton .btn-label {
        opacity: 0;
    }

    .btn.loading .spinner, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .loading.rwPopupButton .spinner,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .loading.rwPopupButton .spinner {
        border-top-color: white;
        border-left-color: white;
    }

/* KEYFRAMES
 *
 ************************************************************/
.loading .keyframe-spin {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.lte-ie9 .loading .keyframe-spin {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* SPINNER BORDER
 *
 ************************************************************/
.loading > *:not(.spinner) {
    opacity: 0.25;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.loading.hide-content {
    text-indent: -9999px;
}

.loading .spinner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    border-top: 4px solid #434343;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #434343;
    border-right: 4px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.loading.loading-invert .spinner {
    border-top-color: #e2e2e2;
    border-left-color: #e2e2e2;
}

.lte-ie9 .loading {
    text-indent: 0;
}

    .lte-ie9 .loading .spinner {
        display: table;
        border: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 6px 12px;
    }

        .lte-ie9 .loading .spinner:before {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
            text-align: center;
            content: "Loading...";
        }

    .lte-ie9 .loading.loading-text .spinner:before {
        display: none;
    }

/* RADAJAX LOADING INDICATOR
 *
 ************************************************************/
.RadAjax.RadAjax_Default {
    left: 0 !important;
    right: 0 !important;
    min-height: 100%;
    width: 100% !important;
    z-index: 100 !important;
}

    .RadAjax.RadAjax_Default .raDiv {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px;
        border-top: 4px solid #434343;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #434343;
        border-right: 4px solid transparent;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: spin 1s linear infinite;
        -moz-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
        position: fixed;
        background: none;
        z-index: 9999;
    }

.lte-ie9 .RadAjax.RadAjax_Default .raDiv {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: auto;
    border: none;
}

    .lte-ie9 .RadAjax.RadAjax_Default .raDiv:before {
        content: 'Loading...';
    }

/* CONTAINERS
 *
*************************************************************/
.navbar-left,
.navbar-right,
.navbar-nav,
.navbar-center,
.navbar-subnav {
    margin: 0;
}

.navbar-left {
    float: left;
    text-align: left;
}

.navbar-center {
    text-align: center;
    padding-top: 35px;
}

.navbar-right {
    max-width: calc(100% - 250px);
    float: right;
    text-align: right;
}

/* BRANDS
 *
*************************************************************/
.brand {
    position: relative;
}

.brand-main {
    display: inline-block;
    margin-top: 20px;
}

    .brand-main img {
        width: 240px;
        height: auto;
        margin-top: 15px;
        vertical-align: bottom;
    }

    .brand-main .label-demo {
        margin-left: 10px;
        margin-bottom: 10px;
        vertical-align: bottom;
        background-color: #46828c;
        color: white;
    }

.brand-main-login {
    display: inline-block;
    margin-top: 20px;
}

    .brand-main-login img {
        width: 300px;
        height: auto;
        vertical-align: bottom;
    }

    .brand-main-login .label-demo {
        margin-left: 10px;
        margin-bottom: 10px;
        vertical-align: bottom;
        background-color: #46828c;
        color: white;
    }

.brand-tag {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -55px;
    width: 40px;
    padding: 30px 8px 7px;
    background-color: black;
}

    .brand-tag:hover {
        top: 0;
    }

/* ACCOUNT
 *
*************************************************************/
.navbar-welcome,
.navbar-username,
.navbar-vendor {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-welcome {
    margin-top: 20px;
    font-size: 22px;
}

.navbar-vendor {
    font-size: 0.9em;
    color: #838383;
}

/* NAVBAR
 *
*************************************************************/
.navbar {
    position: relative;
    background-color: #ffffff;
    z-index: 2;
    font-family: 'Rubik', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
}

    .navbar nav {
        margin: 0 -15px;
    }

.navbar-nav {
    margin: 0;
    padding: 0;
}

    .navbar-nav li {
        display: inline-block;
        float: left;
        margin: 20px 0px 15px 0px;
    }

    .navbar-nav a {
        /*font-weight: 300;*/
        /*margin: 0px 10px;*/
        display: block;
        /* padding-left: 15px;
        padding-right: 15px;*/
        color: #434343;
        font-weight: 600;
        /* line-height: 60px;*/
        text-transform: uppercase;
        margin: 0px 10px;
    }

        .navbar-nav a:hover, .navbar-nav a:focus, .navbar-nav a.active {
            color: #E94E1B;
            text-decoration: none;
            padding-bottom: 6px;
            border-bottom: 2px solid #2F7D83;
            /*color: #434343;
            padding-bottom: 6px;
            border-bottom: 2px solid #ffdc4a;
            text-decoration: none;*/
        }

    .navbar-nav .navbar-logout {
        display: inline-block;
        color: #2F7D83;
        text-transform: uppercase;
    }

        .navbar-nav .navbar-logout:hover, .navbar-nav .navbar-logout:focus, .navbar-nav .navbar-logout.active {
            color: #2F7D83;
            /*color: #d95026;*/
        }

/* SUB NAVBAR
 *
*************************************************************/
.RadTabStrip.RadTabStrip_horizontal-subnav,
.horizontal-subnav {
    background-color: #2F7D83; /* This is main bar color */
    font-size: 1em;
}

    .RadTabStrip.RadTabStrip_horizontal-subnav a,
    .horizontal-subnav a {
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
        text-decoration: none;
    }

        .RadTabStrip.RadTabStrip_horizontal-subnav a:hover, .RadTabStrip.RadTabStrip_horizontal-subnav a:focus,
        .horizontal-subnav a:hover,
        .horizontal-subnav a:focus {
            background-color: #0A5E65;
            text-decoration: none;
            color: #FFF;
        }

        .RadTabStrip.RadTabStrip_horizontal-subnav a.rtsSelected, .RadTabStrip.RadTabStrip_horizontal-subnav a.active,
        .horizontal-subnav a.rtsSelected,
        .horizontal-subnav a.active {
            background-color: #0A5E65;
            color: #FFF;
        }

    .horizontal-subnav .navbar-subnav {
        margin-left: -15px;
        margin-right: -15px;
    }

        .horizontal-subnav .navbar-subnav li {
            float: left;
        }

    .horizontal-subnav.horizontal-subnav-fixed,
    .RadTabStrip.RadTabStrip_horizontal-subnav {
        -webkit-transform: translateZ(0);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        z-index: 100;
    }

        .horizontal-subnav.horizontal-subnav-fixed + .rad-multipage-fixed-tabs,
        .RadTabStrip.RadTabStrip_horizontal-subnav + .rad-multipage-fixed-tabs {
            margin-top: 0;
            padding-top: 37.99998px;
        }

        .RadTabStrip.RadTabStrip_horizontal-subnav .rtsUL {
            display: block;
            margin-left: 15px;
            margin-right: 15px;
        }

        .RadTabStrip.RadTabStrip_horizontal-subnav .rtsOut,
        .RadTabStrip.RadTabStrip_horizontal-subnav .rtsIn,
        .RadTabStrip.RadTabStrip_horizontal-subnav .rtsLevel1 .rtsTxt {
            padding: 0;
        }

.vertical-subnav {
    margin-top: 6px;
}

    .vertical-subnav a {
        display: inline-block;
        padding: 7px 0;
        font-size: 0.9em;
        line-height: 1.1;
        text-decoration: none;
    }

        .vertical-subnav a.active {
            position: relative;
            font-weight: 700;
        }

            .vertical-subnav a.active:before {
                content: '';
                position: absolute;
                width: 10px;
                height: 1em;
                left: -20px;
                border-left: 10px solid;
            }

/* CONTAINERS
 *
*************************************************************/
footer {
    color: white;
    text-align: center;
    background-color: #282f39;
}

.footer-content {
    padding: 60px 0;
}

/* CONTENT
 *
*************************************************************/
footer a,
footer .navbar-nav a {
    color: #e6e6e6;
}

    footer a:hover, footer a:focus, footer a.active,
    footer .navbar-nav a:hover,
    footer .navbar-nav a:focus,
    footer .navbar-nav a.active {
        color: white;
        text-decoration: none;
    }

footer .navbar-nav {
    display: inline-block;
    font-family: 'Rubik', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.1em;
}

footer .label-demo {
    margin-top: 7px;
    background-color: white;
    color: #828c8d;
}

.brand-footer {
    display: inline-block;
    width: 200px;
    height: auto;
    margin-top: 15px;
}

.footer-caption {
    color: #d9d9d9;
    font-size: 12px;
    padding-bottom: 10px;
}

.support-links a {
    display: inline-block;
    padding: 0.4em 0.6em;
}

/* RADGRID TABLES
 *
*************************************************************/
.table-wrapped,
.RadGrid {
    width: 100% !important;
    outline: none !important;
    border: 1px solid #282f39;
}

.table-verticaltop td {
    vertical-align: top;
}

.table-fullborders th,
.table-fullborders td {
    border: 1px solid #282f39;
}

.table,
.RadGrid table.rgMasterTable,
.RadGrid table.rgDetailTable {
    border-collapse: collapse;
}

    .table th,
    .table .rgHeader,
    .RadGrid table.rgMasterTable th,
    .RadGrid table.rgMasterTable .rgHeader,
    .RadGrid table.rgDetailTable th,
    .RadGrid table.rgDetailTable .rgHeader {
        background: #2F7D83; /*none;*/
        color: white;
        border-bottom: 2px solid #282f39;
        font-size: 0.9em;
        font-weight: 400;
        text-align: left;
        padding: 6px 8px;
    }

        .table th.empty,
        .table .rgHeader.empty,
        .RadGrid table.rgMasterTable th.empty,
        .RadGrid table.rgMasterTable .rgHeader.empty,
        .RadGrid table.rgDetailTable th.empty,
        .RadGrid table.rgDetailTable .rgHeader.empty {
            width: 0;
            padding: 0;
            text-indent: -9999px;
            color: black;
        }

        .RadGrid .rgHeader a {
            color: white;
        }

        .table th.text-right,
        .table .rgHeader.text-right,
        .RadGrid table.rgMasterTable th.text-right,
        .RadGrid table.rgMasterTable .rgHeader.text-right,
        .RadGrid table.rgDetailTable th.text-right,
        .RadGrid table.rgDetailTable .rgHeader.text-right {
            text-align: right;
            color: black;
        }

        .table th.text-center,
        .table .rgHeader.text-center,
        .RadGrid table.rgMasterTable th.text-center,
        .RadGrid table.rgMasterTable .rgHeader.text-center,
        .RadGrid table.rgDetailTable th.text-center,
        .RadGrid table.rgDetailTable .rgHeader.text-center {
            text-align: center;
            color: black;
        }

    .table tbody .rgRow:not(:last-child),
    .table tbody tr:not(:last-child),
    .RadGrid table.rgMasterTable tbody .rgRow:not(:last-child),
    .RadGrid table.rgMasterTable tbody tr:not(:last-child),
    .RadGrid table.rgDetailTable tbody .rgRow:not(:last-child),
    .RadGrid table.rgDetailTable tbody tr:not(:last-child) {
        border-bottom: 1px solid lightgrey;
    }

    .table tbody .rgRow:hover,
    .table tbody tr:hover,
    .RadGrid table.rgMasterTable tbody .rgRow:hover,
    .RadGrid table.rgMasterTable tbody tr:hover,
    .RadGrid table.rgDetailTable tbody .rgRow:hover,
    .RadGrid table.rgDetailTable tbody tr:hover {
        -webkit-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease;
        background-color: lightgrey;
    }

    .table tbody .rgRow td,
    .table tbody tr td,
    .RadGrid table.rgMasterTable tbody .rgRow td,
    .RadGrid table.rgMasterTable tbody tr td,
    .RadGrid table.rgDetailTable tbody .rgRow td,
    .RadGrid table.rgDetailTable tbody tr td {
        padding: 10px 8px;
    }

        .table tbody .rgRow td:empty,
        .table tbody tr td:empty,
        .RadGrid table.rgMasterTable tbody .rgRow td:empty,
        .RadGrid table.rgMasterTable tbody tr td:empty,
        .RadGrid table.rgDetailTable tbody .rgRow td:empty,
        .RadGrid table.rgDetailTable tbody tr td:empty {
            width: 0;
            padding: 0;
        }

    .table tfoot > tr,
    .RadGrid table.rgMasterTable tfoot > tr,
    .RadGrid table.rgDetailTable tfoot > tr {
        border-top: 1px solid #282f39;
    }

    .table .table-col-sm,
    .RadGrid table.rgMasterTable .table-col-sm,
    .RadGrid table.rgDetailTable .table-col-sm {
        width: 1%;
    }

.compressed-table .table,
.compressed-table.RadGrid .rgMasterTable {
    font-size: 12px;
}

/* FAKE TABLES
 *
 * When long tables need to be printed and have appropriate
 * page breaks without breaking the cells.
 *
*************************************************************/
.faux-thead {
    position: relative;
    z-index: 2;
}

.faux-tbody {
    position: relative;
    z-index: 1;
}

.faux-tr {
    position: relative;
    border: none !important;
    clear: both;
    white-space: nowrap;
}

    .faux-tr:hover {
        -webkit-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease;
        background-color: #f0f5f6;
    }

    .faux-tr:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: -1px;
        left: 0;
        right: 0;
        clear: both;
        border: 1px solid #c4d7da;
        z-index: 0;
    }

.faux-thead .faux-tr:after {
    border-bottom: 2px solid #46828c;
}

.faux-th,
.faux-td {
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: top;
    white-space: normal;
    padding: 10px 8px;
}

.faux-th {
    font-size: 0.9em;
    font-weight: 400;
    padding: 6px 8px;
}

.faux-td-full {
    width: 100%;
}

.faux-th + .faux-th,
.faux-td + .faux-td {
    margin-left: -4px;
    padding-left: 12px;
}

/* SCROLLING RADGRID TABLES
 *
*************************************************************/
.RadGrid .rgDataDiv {
    height: auto !important;
    max-height: 300px;
    border-top: 2px solid #46828c;
}

.RadGrid .rgMasterTable.rgClipCells {
    border: 0;
}

    .RadGrid .rgMasterTable.rgClipCells .rgHeader {
        border-bottom: none;
    }

/* SORTING
 *
*************************************************************/
.table .rgHeader.rgSorted,
.RadGrid .rgMasterTable .rgHeader.rgSorted {
    background-color: #2F7D83 !important;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
    font-weight: 700;
}

    .table .rgHeader.rgSorted > *,
    .RadGrid .rgMasterTable .rgHeader.rgSorted > * {
        vertical-align: middle;
        color:white;
    }

    .table .rgHeader.rgSorted input,
    .RadGrid .rgMasterTable .rgHeader.rgSorted input {
        width: 30px;
        height: 30px;
        background-color: #2F7D83; /* transparent;*/
        background-image: url(../Images/sprite.png);
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

.table .rgHeader input.rgSortAsc,
.RadGrid .rgMasterTable .rgHeader input.rgSortAsc {
    background-position: -150px 0px;
}

.table .rgHeader input.rgSortDesc,
.RadGrid .rgMasterTable .rgHeader input.rgSortDesc {
    background-position: 0px 0px;
}

.table .rgHeader input + input,
.RadGrid .rgMasterTable .rgHeader input + input {
    display: none !important;
}

.table td.rgSorted,
.RadGrid .rgMasterTable td.rgSorted {
    background-color: rgba(70, 130, 140, 0.07) !important;
}

/* PAGINATION
 *
*************************************************************/
.RadGrid .rgMasterTable .rgPager tr:hover {
    background-color: transparent;
}

.RadGrid .rgMasterTable .rgPager table td {
    border: none;
}

.RadGrid .rgMasterTable .rgPager .rgPagerCell {
    padding: 7px 0;
}

.RadGrid .rgMasterTable .rgPager .rgWrap {
    line-height: 30px;
}

.RadGrid .rgMasterTable .rgPager .rgArrPart1,
.RadGrid .rgMasterTable .rgPager .rgArrPart2 {
    padding: 0;
}

.RadGrid .rgMasterTable .rgPager .rgPageFirst,
.RadGrid .rgMasterTable .rgPager .rgPagePrev,
.RadGrid .rgMasterTable .rgPager .rgPageNext,
.RadGrid .rgMasterTable .rgPager .rgPageLast {
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(../Images/sprite.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.75;
    filter: alpha(opacity=75);
    width: 30px;
    height: 30px;
}

    .RadGrid .rgMasterTable .rgPager .rgPageFirst:hover, .RadGrid .rgMasterTable .rgPager .rgPageFirst:focus,
    .RadGrid .rgMasterTable .rgPager .rgPagePrev:hover,
    .RadGrid .rgMasterTable .rgPager .rgPagePrev:focus,
    .RadGrid .rgMasterTable .rgPager .rgPageNext:hover,
    .RadGrid .rgMasterTable .rgPager .rgPageNext:focus,
    .RadGrid .rgMasterTable .rgPager .rgPageLast:hover,
    .RadGrid .rgMasterTable .rgPager .rgPageLast:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.RadGrid .rgMasterTable .rgPager .rgPageFirst {
    background-position: -30px 0px;
}

.RadGrid .rgMasterTable .rgPager .rgPagePrev {
    background-position: -90px 0px;
}

.RadGrid .rgMasterTable .rgPager .rgPageNext {
    background-position: -120px 0px;
}

.RadGrid .rgMasterTable .rgPager .rgPageLast {
    background-position: -60px 0px;
}

.RadGrid .rgMasterTable .rgPager .rgNumPart {
    padding-left: 7px;
    padding-right: 7px;
}

    .RadGrid .rgMasterTable .rgPager .rgNumPart a {
        padding: 0 7px;
        line-height: 30px;
    }

        .RadGrid .rgMasterTable .rgPager .rgNumPart a:not(.rgCurrentPage):hover span, .RadGrid .rgMasterTable .rgPager .rgNumPart a:not(.rgCurrentPage):focus span {
            text-decoration: underline;
        }

    .RadGrid .rgMasterTable .rgPager .rgNumPart span {
        padding: 0;
    }

.RadGrid .rgMasterTable .rgPager .rgCurrentPage {
    color: #434343;
    font-weight: 700;
}

.RadGrid .rgMasterTable .rgPager .RadComboBox {
    vertical-align: middle;
}

    .RadGrid .rgMasterTable .rgPager .RadComboBox > table {
        border: 1px solid #d0d0d0 !important;
    }

        .RadGrid .rgMasterTable .rgPager .RadComboBox > table.rcbFocused {
            border-color: #46828c !important;
        }

.RadGrid .rgMasterTable .rgPager .rcbInputCell,
.RadGrid .rgMasterTable .rgPager .rcbArrowCell {
    padding: 0;
}

.RadGrid .rgMasterTable .rgPager .rcbInput {
    height: auto;
    padding-left: 4px;
}

.RadGrid .rgMasterTable .rgPager .rcbArrowCell a:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    text-indent: 0;
}

.RadGrid .rgMasterTable .rgPager .rgInfoPart {
    color: #838383;
    font-size: 0.9em;
}

/* BUTTON GRID
 *
*************************************************************/
.button-grid {
    width: 100%;
}

    .button-grid td {
        padding: 2px;
    }

/* CHECKBOX COLUMN
 *
*************************************************************/
.col-checkbox {
    display: block;
    position: relative;
    overflow: hidden;
    color: #333;
    font-size: 1.2em;
    text-align: center;
}

    .col-checkbox.unchecked {
        opacity: 0.25;
    }

    .col-checkbox input[type="checkbox"] {
        position: absolute;
        top: -999px;
        opacity: 0;
        visibility: hidden;
    }

/* PRE-TABLE CONTENT
 *
*************************************************************/
.table-search {
    width: 20em;
}

/*===========================================================

    NOTES:
    Because the radWindow content is in an iFrame and there
    are cases of modals in modals, we have to force the
    iFrame to render above the modal title so the inner
    modals' overlay appear over the parent modal's title.
    
    The following steps are done to achieve this:
        - set the modal table frame to block elements
        - absolutely position the title, close button,
          and content wrapper
        - set the title, content wrapper, and close button's
          z-index to 1, 2, and 3 respectively

    The following are limitations to this method:
        - the modal title cannot wrap
        - we are setting a static height to the modal title
          by assuming a set font size and outer height
        - the parent close button can still be clicked

============================================================*/
/* RADWINDOW RESET
 *
*************************************************************/
.RadWindow.RadWindow_Default .rwTable > tbody,
.RadWindow.RadWindow_Default .rwTable > tbody > tr,
.RadWindow.RadWindow_Default .rwTable > tbody > tr > td,
.RadWindow.RadWindow_Default .rwTitlebarControls > tbody,
.RadWindow.RadWindow_Default .rwTitlebarControls > tbody > tr,
.RadWindow.RadWindow_Default .rwTitlebarControls > tbody > tr > td {
    display: block;
}

.RadWindow.RadWindow_Default .rwTopResize,
.RadWindow.RadWindow_Default .rwCorner,
.RadWindow.RadWindow_Default .rwTitlebarControls td:first-child,
.RadWindow.RadWindow_Default .rwFooterRow {
    display: none !important;
}

.RadWindow.RadWindow_Default .rwTitlebar,
.RadWindow.RadWindow_Default .rwControlButtons a,
.RadWindow.RadWindow_Default .rwPopupButton span {
    background: none;
}

/* RADWINDOW SCAFFOLDING
 *
*************************************************************/
html[class*="modal-open-"] {
    overflow: hidden;
    margin-right: 0 !important;
}

.RadWindow.RadWindow_Default {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center;
}

    .RadWindow.RadWindow_Default:before {
        content: '';
        display: inline-block;
        height: 100%;
        margin-left: -4px;
        vertical-align: middle;
    }

    .RadWindow.RadWindow_Default .rwTable {
        display: inline-block;
        position: relative;
        width: 800px !important;
        height: auto !important;
        max-width: 95%;
        max-height: 95%;
        background-color: #fff;
        text-align: left;
        vertical-align: middle;
    }

    .RadWindow.RadWindow_Default.modal-full .rwTable {
        height: 95% !important;
        max-height: 95%;
    }

    .RadWindow.RadWindow_Default.modal-large .rwTable {
        width: 1100px !important;
    }

    .RadWindow.RadWindow_Default.modal-small .rwTable {
        width: 600px !important;
    }

    .RadWindow.RadWindow_Default:not(.modal-in) .rwTable {
        height: 83px !important;
    }

    .RadWindow.RadWindow_Default:not(.modal-in) .rwTitleRow em:before {
        content: 'Loading...';
        display: block;
        color: #838383;
        font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
        font-size: 14px;
        text-align: center;
    }

    .RadWindow.RadWindow_Default .rwContentRow {
        max-height: 100%;
    }

    .RadWindow.RadWindow_Default .rwWindowContent {
        position: absolute;
        top: 83px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background-color: transparent;
        height: auto !important;
    }

    .RadWindow.RadWindow_Default .rwTitlebar,
    .RadWindow.RadWindow_Default .rwTitlebarControls {
        height: auto;
        float: none;
        line-height: 1;
    }

    .RadWindow.RadWindow_Default .rwTitlebar {
        pointer-events: none;
    }

    .RadWindow.RadWindow_Default .rwTitleRow em {
        display: block;
        position: relative;
        width: 100% !important;
        height: 83px;
        margin: 0;
        padding: 30px 30px 30px;
        z-index: 1;
        float: none;
        overflow: hidden;
        background-color: #fafafa;
        color: #434343;
        font-family: 'Rubik', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
        font-size: 23px;
        font-weight: 400;
        text-overflow: ellipsis;
    }

    .RadWindow.RadWindow_Default .rwControlButtons {
        pointer-events: auto;
    }

        .RadWindow.RadWindow_Default .rwControlButtons .rwCloseButton {
            position: absolute;
            top: 0;
            right: 0;
            width: 45px;
            height: 45px;
            z-index: 3;
            font-size: 21px;
            line-height: 45px;
            text-indent: 0;
            cursor: pointer;
        }

            .RadWindow.RadWindow_Default .rwControlButtons .rwCloseButton span {
                display: none;
            }

html:not(.lte-ie9) .RadWindow.RadWindow_Default:not(.modal-in) .rwTitleRow em:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    border-top: 4px solid #434343;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #434343;
    border-right: 4px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    content: '';
}

/* RADWINDOW DIALOG
 *
 * Includes alerts and confirms
 *
*************************************************************/
[id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwTable,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwTable {
    width: 425px !important;
    height: auto !important;
}

[id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwTitlebar em,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwTitlebar em {
    height: auto;
    background-color: #fff;
    white-space: normal;
}

    [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwTitlebar em:before,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwTitlebar em:before {
        display: none !important;
    }

[id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwWindowContent,
[id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwContentRow,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwWindowContent,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwContentRow {
    position: static;
}

[id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup,
[id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup {
    margin: 0;
    padding: 0 30px 30px;
    background: none !important;
    color: #434343;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
}

    [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwDialogText,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwDialogText {
        margin-bottom: 15px;
    }

    [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton,
    [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton {
        display: inline-block;
        height: auto;
        float: none;
    }

        [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover span, [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus span,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:hover span,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton:focus span {
            padding: 0;
        }

        [id^="RadWindowWrapper_confirm"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton span,
        [id^="RadWindowWrapper_alert"].RadWindow.RadWindow_Default .rwDialogPopup .rwPopupButton span {
            padding: 0;
            float: none;
            color: inherit;
            line-height: inherit;
            height: inherit;
            cursor: inherit;
        }

/* RADWINDOW ANIMATIONS
 *
*************************************************************/
.RadWindow.RadWindow_Default:not(.modal-in) {
    -webkit-animation: animation-modal-in 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    -o-animation: animation-modal-in 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    animation: animation-modal-in 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
}

    .RadWindow.RadWindow_Default:not(.modal-in).modal-close {
        -webkit-animation: animation-modal-out 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
        -o-animation: animation-modal-out 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
        animation: animation-modal-out 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    }

.TelerikModalOverlay {
    -webkit-animation: animation-modal-overlay-in 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    -o-animation: animation-modal-overlay-in 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    animation: animation-modal-overlay-in 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    background-color: black !important;
}

    .TelerikModalOverlay.modal-close {
        -webkit-animation: animation-modal-overlay-out 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
        -o-animation: animation-modal-overlay-out 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
        animation: animation-modal-overlay-out 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    }

@-webkit-keyframes animation-modal-in {
    from {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes animation-modal-in {
    from {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }

    to {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes animation-modal-out {
    from {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }
}

@keyframes animation-modal-out {
    from {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }
}

@-webkit-keyframes animation-modal-overlay-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@keyframes animation-modal-overlay-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@-webkit-keyframes animation-modal-overlay-out {
    from {
        opacity: 0.7;
    }

    to {
        opacity: 0;
    }
}

@keyframes animation-modal-overlay-out {
    from {
        opacity: 0.7;
    }

    to {
        opacity: 0;
    }
}

/* MAGNIFIC POPUP
 *
*************************************************************/
.mfp-animate.mfp-bg {
    -webkit-transition: all 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    -o-transition: all 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    opacity: 0;
}

    .mfp-animate.mfp-bg.mfp-ready {
        opacity: 0.85;
    }

    .mfp-animate.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-animate.mfp-wrap .mfp-content {
    -webkit-transition: all 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    -o-transition: all 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -o-transform: translate(0, -60px);
    transform: translate(0, -60px);
    opacity: 0;
}

.mfp-animate.mfp-wrap.mfp-ready .mfp-content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.mfp-animate.mfp-wrap.mfp-removing .mfp-content {
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -o-transform: translate(0, -60px);
    transform: translate(0, -60px);
    opacity: 0;
}

/* MEDIA OBJECT
 *
 * When there's an item to the side of the content.
 *
 ************************************************************/
.media {
    display: table;
    width: 100%;
}

    .media > * {
        vertical-align: top;
    }

    .media.media-middle > * {
        vertical-align: middle;
    }

    .media.media-bottom > * {
        vertical-align: bottom;
    }

.media-row-group {
    display: table-row-group;
}

.media-row {
    display: table-row;
}

.media-row-padded > * + * {
    padding-left: 15px;
}

.media-row-padded + .media-row-padded > * {
    padding-top: 15px;
}

.media-row-padded-y + .media-row-padded-y > * {
    padding-top: 15px;
}

.media-row-padded-x > * {
    padding-left: 15px;
}

.media-item,
.media-body {
    display: table-cell;
}

.media-item {
    width: 1%;
}

.media-col-1 {
    width: 8.33333%;
}

.media-col-2 {
    width: 16.66667%;
}

.media-col-3 {
    width: 25%;
}

.media-col-4 {
    width: 33.33333%;
}

.media-col-5 {
    width: 41.66667%;
}

.media-col-6 {
    width: 50%;
}

.media-col-7 {
    width: 58.33333%;
}

.media-col-8 {
    width: 66.66667%;
}

.media-col-9 {
    width: 75%;
}

.media-col-10 {
    width: 83.33333%;
}

.media-col-11 {
    width: 91.66667%;
}

.media-col-12 {
    width: 100%;
}

/* ALERTS
 *
*************************************************************/
.container-alert {
    -webkit-animation: animation-modal-in 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    -o-animation: animation-modal-in 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    animation: animation-modal-in 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

    .container-alert:before {
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D000000', endColorstr='#00000000', GradientType=0);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 25%;
        z-index: 1;
    }

    .container-alert.closing {
        -webkit-animation: animation-modal-out 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
        -o-animation: animation-modal-out 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
        animation: animation-modal-out 0.3s cubic-bezier(0.345, 0, 0.25, 1) forwards;
    }

    .container-alert .alert {
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
        position: relative;
        width: 600px;
        margin: 15px auto 0;
        padding: 20px 68px 20px 30px;
        z-index: 2;
        border: none;
        border-radius: 4px;
        font-size: 16.1px;
    }

    .container-alert button.close {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: opacity 0.3s cubic-bezier(0.345, 0, 0.25, 1);
        -o-transition: opacity 0.3s cubic-bezier(0.345, 0, 0.25, 1);
        transition: opacity 0.3s cubic-bezier(0.345, 0, 0.25, 1);
        position: absolute;
        top: 50%;
        right: 15px;
        width: 48px;
        height: 48px;
        margin-top: -24px;
        padding: 0 !important;
        background-color: transparent;
        color: white;
    }

        .container-alert button.close:hover, .container-alert button.close:focus {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.top-alert {
    position: relative;
    padding: 10px 0;
    z-index: 3;
}

.demo-alert {
    z-index: 4;
}

.container-alert a,
.top-alert a {
    color: black;
    text-decoration: underline;
}

.alert-success {
    background-color: rgba(87, 171, 104, 0.98);
    border: 1px solid rgba(87, 171, 104, 0.98);
    color: white;
}

.alert-info {
    background-color: rgba(255, 220, 74, 0.98);
    border: 1px solid rgba(255, 220, 74, 0.98);
    color: black;
}

.alert-warning {
    background-color: rgba(234, 150, 68, 0.98);
    border: 1px solid rgba(234, 150, 68, 0.98);
    color: white;
}

.alert-danger {
    background-color: rgba(217, 82, 69, 0.98);
    border: 1px solid rgba(217, 82, 69, 0.98);
    color: white;
}

/* NOTIFICATIONS
 *
*************************************************************/
.notify {
    padding: 30px;
}

    .notify a {
        text-decoration: underline;
    }

.notify-sm {
    padding: 15px 30px;
}

.notify-success {
    background-color: #2F7D83;
    border: 1px solid black;
    color: white;
}

.notify-info {
    background-color: #2F7D83;
    border: 1px solid black;
    color: white;
}

.notify-warning {
    background-color: #2F7D83;
    border: 1px solid #282f39;
    color: white;
}

.notify-danger {
    background-color: #2F7D83;
    border: 1px solid #d95245;
    color: white;
}

.notify-outline {
    background-color: transparent;
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
}

    .progress .progress-bar {
        max-width: 100%;
        min-width: 2.4em;
        padding: 7px;
        text-align: right;
    }

/* SPREEDLY IFRAME
 *
*************************************************************/
.form-group-spreedly {
    display: block;
    position: relative;
    height: 115px;
    z-index: 2;
}

.spreedly-form-group-set {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.spreedly-form-group .input-req {
    display: block;
    padding-bottom: 30px;
    text-align: right;
}

    .spreedly-form-group .input-req:before {
        content: ' ';
        font-size: 14px;
    }

/* VALIDATION
 *
 * Assumes no wrapping labels
 *
*************************************************************/
.form-group-spreedly-set[class*="has-error-"] .form-group-spreedly {
    height: 134px;
}

.form-group-spreedly-set.has-error-number.has-error-cvv .form-group-spreedly {
    height: 153px;
}

.label-box,
.label-outline {
    display: inline-block;
    padding: 0.25em 0.5em;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 13px;
    letter-spacing: 0.05em;
}

    .label-box.small,
    .label-outline.small {
        font-size: 11px;
    }

.label-box {
    background-color: #d7e4e6;
    border: 1px solid #d7e4e6;
    color: white;
}

    .label-box.label-info {
        background-color: rgba(86, 177, 202, 0.98);
        border-color: rgba(86, 177, 202, 0.98);
        color: white;
    }

    .label-box.label-warning {
        background-color: rgba(234, 150, 68, 0.98);
        border-color: rgba(234, 150, 68, 0.98);
        color: white;
    }

    .label-box.label-danger {
        background-color: rgba(217, 82, 69, 0.98);
        border-color: rgba(217, 82, 69, 0.98);
        color: white;
    }

    .label-box.label-success {
        background-color: rgba(87, 171, 104, 0.98);
        border-color: rgba(87, 171, 104, 0.98);
        color: white;
    }

.label-outline {
    background-color: #f6f6f6;
    border: 1px solid #c3c3c3;
    color: #434343;
}

    .label-outline.label-info {
        background-color: #f1f9fb;
        border-color: #56b1ca;
        color: #399ab4;
    }

    .label-outline.label-warning {
        background-color: #fdf5ee;
        border-color: #ea9644;
        color: #e27c19;
    }

    .label-outline.label-danger {
        background-color: #fcf0ee;
        border-color: #d95245;
        color: #c33628;
    }

    .label-outline.label-success {
        background-color: #dfefe2;
        border-color: #57ab68;
        color: #458a53;
    }

.label-demo {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    opacity: 0.75;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.rad-tab-wizard .rtsLevel1 {
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

    .rad-tab-wizard .rtsLevel1 .rtsUL {
        counter-reset: wizard-step-counter;
        display: table;
        table-layout: fixed;
        width: 101%;
    }

    .rad-tab-wizard .rtsLevel1 .rtsLI {
        display: table-cell;
        position: relative;
        width: 3333.33333%;
        overflow: visible;
        float: none;
    }

    .rad-tab-wizard .rtsLevel1 .rtsLink {
        position: relative;
        margin-left: -30px;
        padding: 0 30px 0 0;
        font-size: 0.9em;
    }

        .rad-tab-wizard .rtsLevel1 .rtsLink .rtsOut,
        .rad-tab-wizard .rtsLevel1 .rtsLink .rtsIn {
            padding: 0;
        }

        .rad-tab-wizard .rtsLevel1 .rtsLink:focus:after {
            display: none;
        }

        .rad-tab-wizard .rtsLevel1 .rtsLink .rtsTxt {
            transition: background-color 0.15s cubic-bezier(0.345, 0, 0.25, 1), border 0.15s cubic-bezier(0.345, 0, 0.25, 1), color 0.15s cubic-bezier(0.345, 0, 0.25, 1), opacity 0.15s cubic-bezier(0.345, 0, 0.25, 1);
            display: block;
            position: relative;
            padding: 10px 10px 10px 45px;
            background-color: #fafafa;
            z-index: 2;
            color: #777;
            text-align: left;
        }

            .rad-tab-wizard .rtsLevel1 .rtsLink .rtsTxt:before {
                content: counter(wizard-step-counter);
                counter-increment: wizard-step-counter;
                margin-right: 10px;
                opacity: 0.7;
            }

        .rad-tab-wizard .rtsLevel1 .rtsLink .rtsIn:after {
            transform: translate(-15px, -50%) rotate(45deg);
            transition: background-color 0.15s cubic-bezier(0.345, 0, 0.25, 1);
            content: '';
            display: block !important;
            position: absolute;
            top: 50%;
            right: 0;
            width: 60px;
            height: 60px;
            background-color: #fafafa;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
        }

        .rad-tab-wizard .rtsLevel1 .rtsLink.rtsComplete {
            cursor: pointer;
        }

            .rad-tab-wizard .rtsLevel1 .rtsLink.rtsComplete .rtsTxt {
                background-color: #75a2a9;
                color: white;
            }

            .rad-tab-wizard .rtsLevel1 .rtsLink.rtsComplete .rtsIn:after {
                background-color: #75a2a9;
            }

        .rad-tab-wizard .rtsLevel1 .rtsLink:not(.rtsSelected):not(.rtsDisabled):hover .rtsTxt {
            background-color: #35626a;
            color: white;
        }

        .rad-tab-wizard .rtsLevel1 .rtsLink:not(.rtsSelected):not(.rtsDisabled):hover .rtsIn:after {
            background-color: #35626a;
        }

        .rad-tab-wizard .rtsLevel1 .rtsLink.rtsSelected {
            cursor: default;
        }

            .rad-tab-wizard .rtsLevel1 .rtsLink.rtsSelected .rtsTxt {
                background-color: #46828c;
                color: white;
                font-weight: 700;
            }

                .rad-tab-wizard .rtsLevel1 .rtsLink.rtsSelected .rtsTxt:before {
                    opacity: 1;
                    font-weight: 400;
                }

            .rad-tab-wizard .rtsLevel1 .rtsLink.rtsSelected .rtsIn:after {
                background-color: #46828c;
            }

    .rad-tab-wizard .rtsLevel1 li:nth-child(1) {
        z-index: 3 !important;
    }

    .rad-tab-wizard .rtsLevel1 li:nth-child(2) {
        z-index: 2 !important;
    }

    .rad-tab-wizard .rtsLevel1 li:nth-child(3) {
        z-index: 1 !important;
    }

    .rad-tab-wizard .rtsLevel1 li:last-child a {
        padding-right: 0;
    }

        .rad-tab-wizard .rtsLevel1 li:last-child a :after {
            display: none;
        }

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4002;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.85;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4003;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 4005;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 4004;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 4006;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* SCAFFOLDING
 *
*************************************************************/
.page-simple,
.page-simple body {
    height: 100%;
}

    .page-simple body {
        background-color: #fafafa;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-simple .demo-alert {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

        .page-simple .demo-alert + div .main-content {
            margin-top: 40px;
        }

    .page-simple .main-content {
        overflow: hidden;
    }

    .page-simple header {
        margin-bottom: 75px;
    }

    .page-simple footer {
        margin-top: 10px;
    }

        .page-simple footer .footer-caption {
            color: #838383;
        }

    .page-simple .support-links {
        padding-top: 60px;
        padding-bottom: 15px;
    }

        .page-simple .support-links a {
            text-decoration: none;
        }

            .page-simple .support-links a:hover, .page-simple .support-links a:focus, .page-simple .support-links a:active {
                text-decoration: underline;
            }

.starting-step {
    -webkit-transition: background-color 0.15s cubic-bezier(0.345, 0, 0.25, 1), border 0.15s cubic-bezier(0.345, 0, 0.25, 1), color 0.15s cubic-bezier(0.345, 0, 0.25, 1), opacity 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    -o-transition: background-color 0.15s cubic-bezier(0.345, 0, 0.25, 1), border 0.15s cubic-bezier(0.345, 0, 0.25, 1), color 0.15s cubic-bezier(0.345, 0, 0.25, 1), opacity 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    transition: background-color 0.15s cubic-bezier(0.345, 0, 0.25, 1), border 0.15s cubic-bezier(0.345, 0, 0.25, 1), color 0.15s cubic-bezier(0.345, 0, 0.25, 1), opacity 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
}

    .starting-step:hover, .starting-step:focus, .starting-step:active {
        text-decoration: none;
    }

    .starting-step:not(.disabled):hover, .starting-step:not(.disabled):focus, .starting-step:not(.disabled):active {
        background-color: rgba(70, 130, 140, 0.08);
    }

    .starting-step.disabled {
        opacity: 0.75;
        filter: alpha(opacity=75);
        border-color: rgba(222, 222, 222, 0.4);
        cursor: default;
    }

        .starting-step.disabled,
        .starting-step.disabled .step-info .step-desc {
            color: #838383;
        }

    .starting-step .step-info {
        width: 100%;
        padding-left: 15px;
    }

        .starting-step .step-info > * {
            display: block;
        }

        .starting-step .step-info .step-number {
            font-size: 0.9em;
            line-height: 0.8;
        }

        .starting-step .step-info .step-title {
            font-size: 18px;
            font-weight: 700;
        }

        .starting-step .step-info .step-desc {
            color: #434343;
        }

    .starting-step .step-icon-status {
        font-size: 21px;
    }

    .starting-step .icon-checkmark {
        opacity: 0.75;
        filter: alpha(opacity=75);
    }

    .starting-step .step-icon-go {
        font-size: 23px;
    }

/* VIOLATIONS TABLE
 *
*************************************************************/
.violationGrid {
    margin-top: -8px;
}

.violations-table-prebar {
    margin-bottom: -8px;
    padding-top: 7px;
    padding-bottom: 7px;
}

    .violations-table-prebar.stuck {
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
        left: 0;
        right: 0;
        width: 100% !important;
        z-index: 10;
        background-color: #fff;
    }

/* VIOLATION DETAILS POPUP
 *
*************************************************************/
.violation-extras .label-info {
    margin-bottom: 30px;
}

.violation-actions .container-dropdown {
    margin-bottom: 30px;
}

.violation-actions .dropdown {
    right: 0;
}

.violation-details-info .has-link {
    margin-right: 6px;
}

.gallery a {
    -webkit-transition: background-color 0.15s cubic-bezier(0.345, 0, 0.25, 1), border 0.15s cubic-bezier(0.345, 0, 0.25, 1), color 0.15s cubic-bezier(0.345, 0, 0.25, 1), opacity 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    -o-transition: background-color 0.15s cubic-bezier(0.345, 0, 0.25, 1), border 0.15s cubic-bezier(0.345, 0, 0.25, 1), color 0.15s cubic-bezier(0.345, 0, 0.25, 1), opacity 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    transition: background-color 0.15s cubic-bezier(0.345, 0, 0.25, 1), border 0.15s cubic-bezier(0.345, 0, 0.25, 1), color 0.15s cubic-bezier(0.345, 0, 0.25, 1), opacity 0.15s cubic-bezier(0.345, 0, 0.25, 1);
    display: inline-block;
    margin-bottom: 7px;
    border: 7px solid #f0f0f0;
    background-color: #f0f0f0;
    vertical-align: middle;
}

    .gallery a:hover, .gallery a:active {
        border-color: #e1e1e1;
        text-decoration: none;
    }

.gallery img {
    width: auto;
    max-width: 300px;
    max-height: 100px;
}

.payment-billing-info .info-item {
    opacity: 0.4;
}

    .payment-billing-info .info-item.enabled {
        opacity: 1;
    }

        .payment-billing-info .info-item.enabled [class*="icon-"] {
            color: #46828c;
        }

.cost-breakdown-line-item .value {
    font-size: 15px;
}

.cost-breakdown-total {
    display: block;
    line-height: 1;
}

.receipt-info-table {
    margin-left: auto;
}

    .receipt-info-table td + td {
        padding-left: 15px;
    }

    .receipt-info-table .value {
        padding-right: 8px;
    }

.receipt-item-desc {
    width: 30%;
}

.receipt-item-cost {
    width: 14%;
}

.receipt-item-quantity {
    width: 14%;
}

.receipt-payment-desc {
    width: 22%;
}

.receipt-payment-notes {
    width: 17%;
}

.receipt-payment-amount {
    width: 17%;
}

.receipt-subtotal td {
    padding-bottom: 15px;
}

.receipt-total td {
    padding-top: 15px;
    border-top: 1px solid #d7e4e6;
}

.container-plate-search {
    padding-top: 12px;
}

    .container-plate-search .sticky {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .container-plate-search .stuck {
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
        left: 0;
        right: 0;
        width: 100% !important;
        z-index: 10;
        background-color: #fff;
    }

        .container-plate-search .stuck .control-label {
            display: none;
        }

        .container-plate-search .stuck .input-group {
            display: inline-table;
            vertical-align: middle;
        }

        .container-plate-search .stuck .field-validation-error {
            margin-left: 7px;
        }

    .container-plate-search .form-group {
        position: relative;
    }

        .container-plate-search .form-group .control-label {
            position: absolute;
            bottom: 100%;
            width: 50%;
        }

        .container-plate-search .form-group .input-group {
            width: 50%;
        }

.logo-zendesk {
    width: 142px;
    height: 80px;
    max-width: none;
}

.ticket-message + .ticket-message {
    padding-top: 30px;
    border-top: 1px solid #d7e4e6;
}

.ticket-message .attachments a {
    padding: 0.25em 0.5em;
    white-space: normal;
    text-transform: none;
}

/* LOGIN FORM
 *
*************************************************************/
.form-login {
    width: 100%;
}

/* HIDDEN PRINT ELEMENTS
 *
*************************************************************/
.print-block,
.print-inline-block,
.print-inline {
    display: none !important;
}

@page {
    size: auto;
    margin: 0.25in 0.25in 0.5in 0.25in;
}

@media print {
    /* VARIABLES
     *
    *************************************************************/
    /* CONTAINER RESET
     *
    *************************************************************/
    p,
    .avoid-break {
        position: relative;
        -webkit-region-break-inside: avoid;
        page-break-inside: avoid;
    }

    thead,
    tfoot {
        display: table-row-group;
    }

    html {
        height: 100%;
        padding-top: 0;
        font-size: 100%;
    }

    body {
        margin: 0;
        padding: 0;
        height: 100% !important;
        min-width: 0;
        min-height: 0;
        background: none;
        color: black;
        font-size: 8pt;
    }

    .print-wrap {
        margin-left: 1.1cm;
        margin-right: 1.1cm;
    }

    .drop-shadow-pre {
        height: auto;
        padding: 0;
        /*overflow: visible;*/
        position: relative;
        overflow: hidden;
        background: #282f39;
    }

        .drop-shadow-pre:before {
            display: none;
        }

    .popup-content-inner {
        padding: 0;
    }

    .content-set > * + * {
        margin-top: 24pt;
    }

    .content-set-large > * + * {
        margin-top: 36pt;
    }

    .content-set-small > * + * {
        margin-top: 12pt;
    }

    .margin-content-top {
        margin-top: 24pt;
    }

    .margin-content-top-large {
        margin-top: 36pt;
    }

    .margin-content-top-small {
        margin-top: 12pt;
    }

    [class*="border-content-"] {
        border-width: 1pt;
    }

    .border-content {
        margin-top: -1pt;
        padding: 24pt;
    }

    .border-content-top {
        padding-top: 24pt;
    }

    .border-content-right {
        padding-right: 24pt;
    }

    .border-content-bottom {
        padding-bottom: 24pt;
    }

    .border-content-left {
        padding-left: 24pt;
    }

    .border-content-sm {
        margin-top: -0.5pt;
        padding: 12pt;
    }

    .border-content-sm-top {
        padding-top: 12pt;
    }

    .border-content-sm-right {
        padding-right: 12pt;
    }

    .border-content-sm-bottom {
        padding-bottom: 12pt;
    }

    .border-content-sm-left {
        padding-left: 12pt;
    }

    .shaded-content {
        background-color: transparent;
    }

    .media-row-padded > * + * {
        padding-left: 12pt;
    }

    .media-row-padded + .media-row-padded > * {
        padding-top: 12pt;
    }

    .media-row-padded-y + .media-row-padded-y > * {
        padding-top: 12pt;
    }

    .media-row-padded-x > * {
        padding-left: 12pt;
    }

    .print-block {
        display: block !important;
    }

    .print-inline-block {
        display: inline-block !important;
    }

    .print-inline {
        display: inline !important;
    }

    .no-print {
        display: none !important;
    }

    .no-print-border-content {
        border: none;
        padding: 0;
    }
    /* HEADER
     *
    *************************************************************/
    .print-header {
        margin-left: 1.1cm;
        margin-right: 1.1cm;
        margin-bottom: 24pt;
        padding-bottom: 20pt;
        border-bottom: 1pt solid #d7e4e6;
    }

    .print-title {
        margin-bottom: 4pt;
    }

    .print-brand {
        width: 150pt;
        height: auto;
        margin-left: -1.1cm;
    }
    /* FOOTER
     *
    *************************************************************/
}

@media print and (-webkit-min-device-pixel-ratio: 0) {
    footer,
    footer a {
        color: #999;
    }
}

@media print {
    /* TYPOGRAPHY
     *
    *************************************************************/
    h1, .h1, .text-h1 {
        font-size: 15.2pt;
    }

    h2, .h2, .text-h2 {
        font-size: 13.2pt;
    }

    h3, .h3, .text-h3 {
        font-size: 11.6pt;
    }

    h4, .h4, .text-h4 {
        font-size: 10pt;
    }

    h5, .h5, .text-h5 {
        font-size: 8pt;
    }

    h6, .h6, .text-h6 {
        font-size: 6.8pt;
    }

    h1, h2, h3,
    .h1, .h2, .h3 {
        margin-top: 24pt;
        margin-bottom: 24pt;
    }

    h4, h5, h6,
    .h4, .h5, .h6 {
        margin-top: 12pt;
        margin-bottom: 12pt;
    }

    ul,
    ol,
    dl,
    p {
        margin: 0 0 12pt;
    }

    * + dd {
        margin-top: 0;
    }

    blockquote {
        margin: 0 0 20pt;
        padding: 8pt 12pt;
        border-left: 4pt solid #ccc;
        font-size: 10pt;
    }

    a {
        text-decoration: underline;
    }

    .reduced-em, .control-label .subtitle {
        font-size: 6.8pt;
    }

    .invoice-number-large .media-body {
        padding-bottom: 6pt;
        font-size: 13.2pt;
    }
}

@media print and (-webkit-min-device-pixel-ratio: 0) {
    .reduced-em, .control-label .subtitle {
        color: #999;
    }
}

@media print {
    /* TABLES
     *
    *************************************************************/
    .table th,
    .table tbody tr:not(:last-child) {
        border-bottom-width: 1pt;
    }

    .table th {
        font-size: 6.8pt;
    }

    .table thead tr th,
    .table tbody tr td {
        padding: 4pt 8pt;
    }

    .table-wrapped {
        border-width: 1pt;
    }

    .faux-tr:after {
        bottom: -1pt;
        border-width: 1pt;
    }

    .faux-thead .faux-tr:after {
        border-bottom-width: 1pt;
    }

    .faux-th,
    .faux-td {
        padding: 4pt 8pt;
    }

    .faux-th {
        font-size: 6.8pt;
    }

        .faux-th + .faux-th,
        .faux-td + .faux-td {
            margin-left: -2.3pt;
            padding-left: 10.5pt;
        }
    /* CONTENT
     *
    *************************************************************/
    .vendor-logo {
        max-width: 96pt;
        max-height: 72pt;
    }

    .cost-breakdown-line-item .value {
        font-size: 9pt;
    }

    .ParkingInvoiceContainer {
        float: left;
    }

    .receipt-info-table ul {
        margin-bottom: 0;
    }

    .receipt-info-table td + td {
        padding-left: 12pt;
    }

    .receipt-info-table .value {
        padding-right: 8pt;
    }

    .receipt-subtotal td {
        padding-bottom: 12pt;
    }

    .receipt-total td {
        padding-top: 12pt;
    }

    .invoice-wrapper {
        border: none;
        padding: 0;
    }

    .invoice-container {
        margin: 0;
        width: 77mm;
        padding: 12pt;
        background-color: transparent;
        font-size: 7pt;
    }

        .invoice-container .header-bordered {
            margin-top: 1pt;
            padding-top: 1pt;
            padding-bottom: 1pt;
            border-width: 1pt;
            line-height: 1;
        }

    .invoice-popup-photo {
        max-width: 50mm;
    }

    .original-invoice-popup-photo {
        max-width: 170mm;
    }

    .phantom-invoice .invoice-container {
        width: 81mm;
        padding: 0 6.35mm;
        border: none;
    }
}
/*.search-btn {   
    background: linear-gradient(270deg,#ffdc4a,#ffb03b);
}*/
.icon-search {
   background: -webkit-linear-gradient(left,##E94E1B);
}
.v-application .v-btn.secondary {
    background-color: #E94E1B !important; /* new main color */
    border-color: #E94E1B !important;
    color: #fff !important; /* white text/icon */
    transition: all 0.3s ease;
}

.v-application .v-btn.secondary:hover,
.v-application .v-btn.secondary:focus {
    background-color: #a62e06 !important; /* darker hover/focus shade */
    border-color: #a62e06 !important;
    color: #fff !important;
}

.v-application .primary {
        background-color: #2F7D83 !important;
        border-color: #2F7D83 !important;
}
.Txt-Red {
    color :#d95245;
}