﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15
}

b, strong {
    font-weight: bolder
}

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    /*src: url(//fcs.dellcdn.com/fonts/roboto-normal.eot);
    src: url(//fcs.dellcdn.com/fonts/roboto-normal.eot#iefix) format("embedded-opentype"),url(//fcs.dellcdn.com/fonts/roboto-normal.woff2) format("woff2"),url(//fcs.dellcdn.com/fonts/roboto-normal.woff) format("woff"),url(//fcs.dellcdn.com/fonts/roboto-normal.ttf) format("truetype"),url(//fcs.dellcdn.com/fonts/roboto-normal.svg#svgroboto-normal) format("svg")*/
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    /*src: url(//fcs.dellcdn.com/fonts/roboto-normal.eot);
    src: url(//fcs.dellcdn.com/fonts/roboto-normal.eot#iefix) format("embedded-opentype"),url(//fcs.dellcdn.com/fonts/roboto-normal.woff2) format("woff2"),url(//fcs.dellcdn.com/fonts/roboto-normal.woff) format("woff"),url(//fcs.dellcdn.com/fonts/roboto-normal.ttf) format("truetype"),url(//fcs.dellcdn.com/fonts/roboto-normal.svg#svgroboto-normal) format("svg")*/
}

@font-face {
    font-family: dell-tech-icons;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(//uicore.dellcdn.com/1.6.1/icons/dds-icons.eot);
    src: url(//uicore.dellcdn.com/1.6.1/icons/dds-icons.eot#iefix) format("embedded-opentype"),url(//uicore.dellcdn.com/1.6.1/icons/dds-icons.woff2) format("woff2"),url(//uicore.dellcdn.com/1.6.1/icons/dds-icons.woff) format("woff"),url(//uicore.dellcdn.com/1.6.1/icons/dds-icons.ttf) format("truetype")
}

body {
    font-family: roboto,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #000
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

@media screen and (max-width:767.98px) {
    input, select, textarea {
        font-size: 16px
    }
}

.smrt-modal-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999
}

    .smrt-modal-wrap .smrt-shadow-box {
        display: block
    }

    .smrt-close-modal, .smrt-modal-wrap .smrt-close-icon {
        width: 14px;
        height: 14px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.5 14.5'%3E%3Cpath d='M.9 14.4l-.7-.7c-.2-.2-.2-.5 0-.7L12.9.1c.2-.2.5-.2.7 0l.7.7c.2.2.2.5 0 .7L1.6 14.4c-.2.1-.6.1-.7 0z' fill='%23737373'/%3E%3Cpath d='M.1.9L.8.2c.2-.2.6-.2.8-.1l12.8 12.8c.2.2.2.5 0 .7l-.7.7c-.2.2-.5.2-.7 0L.1 1.6C0 1.4 0 1 .1.9z' fill='%23737373'/%3E%3C/svg%3E") no-repeat;
        margin-top: 5px
    }

    .smrt-modal-wrap.smrt-simple-modal .smrt-modal .smrt-modal-header {
        border: 0;
        padding-bottom: 0
    }

    .smrt-modal-wrap.smrt-simple-modal .smrt-modal .smrt-modal-footer {
        margin-top: 0;
        border: 0;
        padding-top: 10px
    }

        .smrt-modal-wrap.smrt-simple-modal .smrt-modal .smrt-modal-footer.hide {
            display: none
        }

.smrt-modal {
    position: relative;
    padding: 15px 20px;
    border-radius: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 94%;
    border: none;
    z-index: 100002;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    max-height: 90vh
}

@media only screen and (min-width:768px) {
    .smrt-modal {
        width: 520px
    }
}

.smrt-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    min-height: 16px;
    padding-bottom: 5px
}

.smrt-modal-title {
    font-size: 20px
}

.smrt-modal-body {
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 10px;
    overflow: auto;
    margin-top: 20px;
    min-height: 20px
}

.smrt-simple-modal .smrt-modal-body {
    margin-top: 2px
}

.smrt-modal-body > div {
    padding-bottom: 10px
}

    .smrt-modal-body > div:last-child {
        padding-bottom: 0
    }

.smrt-modal-body h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px
}

.smrt-close-button {
    padding: 6px 12px;
    background: #ddd;
    display: inline-block;
    border: 0;
    border-radius: 2px
}

.smrt-modal-footer {
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px solid #ccc
}

.smrt-modal-message-wrap > div {
    padding-bottom: 8px
}

    .smrt-modal-message-wrap > div:last-child {
        padding-bottom: 0
    }

@media only screen and (max-width:767px) {
    .smrt-modal {
        overflow: hidden;
        max-height: calc(100vh - 70px)
    }
}

.smrt-shadow-box {
    position: fixed;
    background-color: rgba(4,4,4,.5);
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

body[smrt-modal-open] {
    position: fixed;
    padding-right: 15px;
    width: 100%
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .smrt-modal {
        display: block
    }

    .smrt-modal-body {
        max-height: calc(80vh - 160px)
    }
}

html {
    height: 100%;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    font-size: 14px
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 700
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.smart-popover-popup {
    position: absolute;
    font-family: Roboto,Arial,Segoe UI,Helvetica Neue,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    width: 299px;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 21px;
    box-shadow: 0 6px 6px rgba(0,0,0,.2);
    z-index: 9000;
    margin: auto
}

.smart-popover-popup-arrow-left {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -8px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
    transform: rotate(-45deg)
}

[class*=smart-popover-popup-arrow-] {
    position: absolute;
    width: 14px;
    height: 14px;
    margin: auto;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff
}

.smart-popover-popup-arrow-bottom {
    bottom: -8px;
    left: 0;
    right: 0;
    transform: rotate(-135deg)
}

.smart-popover-popup-arrow-right {
    top: 0;
    bottom: 0;
    right: -8px;
    transform: rotate(135deg)
}

.smart-popover-popup-arrow-top {
    top: -8px;
    right: 0;
    left: 0;
    transform: rotate(45deg)
}

.smart-popover-popup-header {
    padding-bottom: 15px;
    margin-bottom: 13px;
    border-bottom: 1px solid #ccc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

.smart-popover-popup-title {
    font-weight: 700;
    padding-right: 16px
}

.smart-popover-btn, .smart-popover-popup-close {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: inherit;
    cursor: pointer
}

.smart-popover-btn {
    position: relative;
    border-bottom: 1px dashed #767676;
    line-height: 1.25;
    display: inline-block
}

.smart-modal {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: inherit;
    cursor: pointer
}

.smart-popover-scroll .smart-popover-popup-message {
    max-height: 124px;
    overflow-y: scroll;
    overflow-x: hidden
}

button.smart-popover-btn {
    position: relative;
    border-bottom: 1px dashed #767676;
    line-height: 1.25;
    display: inline-block
}

#smart-popover-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: 100vw;
    height: 100vh;
    z-index: 4000
}

.smart-popover-popup.smart-popover-modal {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 95%;
    max-width: 752px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 98vh;
    overflow-y: auto
}

    .smart-popover-popup.smart-popover-modal [class*=smart-popover-popup-arrow] {
        display: none
    }

body.smart-popover-modal-open {
    height: 100vh !important;
    overflow-y: hidden !important
}

[smrt-tooltip] {
    display: inline-block;
    border-bottom: 1px dashed grey;
    position: relative
}

    [smrt-tooltip][js-is-clickable] {
        cursor: pointer
    }

button[smrt-tooltip] {
    background: 0 0;
    border-width: 0 0 1px;
    padding: 0
}

.smrt-tooltip-wrap {
    position: absolute;
    width: 200px;
    min-height: 30px;
    border-radius: 6px;
    border: 1px solid #ccc;
    z-index: 1001;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    color: #444
}

    .smrt-tooltip-wrap[smrt-closable-tooltip] {
        padding: 15px;
        width: 300px
    }

        .smrt-tooltip-wrap[smrt-closable-tooltip] .smrt-tt-header-wrap {
            font-size: 16px;
            font-weight: 700;
            padding-bottom: 10px;
            text-align: left;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center
        }

        .smrt-tooltip-wrap[smrt-closable-tooltip] .smrt-tt-body {
            text-align: left;
            line-height: 175%;
            font-size: 14px
        }

.smrt-tt-body {
    position: relative;
    font-size: 13px;
    padding: 8px 5px 5px;
    z-index: 2;
    text-align: center
}

.smrt-tt-message {
    line-height: 110%
}

.smrt-tt-header-wrap {
    border-bottom: 1px solid #ccc;
    min-height: 10px;
    margin-bottom: 10px
}

[data-toggle=tooltip] {
    display: block
}

.smrt-corner-piece {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    right: -11px;
    top: 50%;
    position: absolute;
    z-index: 1;
    transform: rotate(45deg) translate(-50%,-50%);
    transform-origin: top left
}

.smrt-align-left .smrt-corner-piece {
    left: -1px;
    right: auto;
    border-width: 0 0 1px 1px
}
