/* Forgive me for this */
/* Forgive me for this */
@font-face {
    font-family: 'Calibre-R';
    font-weight: 400;
    src: url('../../fonts/calibre-web-regular.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/calibre-web-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/calibre-web-regular.woff2') format('woff2'),  /*Super Modern Browsers */
    url('../../fonts/calibre-web-regular.woff') format('woff');  /*Pretty Modern Browsers */
}

@font-face {
    font-family: 'Calibre-R';
    font-weight: 500;
    src: url('../../fonts/calibre-web-medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/calibre-web-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/calibre-web-medium.woff2') format('woff2'),  /*Super Modern Browsers */
    url('../../fonts/calibre-web-medium.woff') format('woff');  /*Pretty Modern Browsers */
}

@font-face {
    font-family: 'Calibre-R';
    font-weight: 600;
    src: url('../../fonts/calibre-web-semibold.eot');  /*IE9 Compat Modes */
    src: url('../../fonts/calibre-web-semibold.eot?#iefix') format('embedded-opentype'),/*  IE6-IE8 */
    url('../../fonts/calibre-web-semibold.woff2') format('woff2'),  /*Super Modern Browsers */
    url('../../fonts/calibre-web-semibold.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'Calibre-R';
    font-weight: 700;
    src: url('../../fonts/calibre-web-bold.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/calibre-web-bold.eot?#iefix') format('embedded-opentype'),/*  IE6-IE8 */
    url('../../fonts/calibre-web-bold.woff2') format('woff2'),  /*Super Modern Browsers */
    url('../../fonts/calibre-web-bold.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'Calibre-R';
    font-weight: 300;
    src: url('../../fonts/calibre-web-light.woff2') format('woff2'); /* Super Modern Browsers */
}


b, strong {
font-weight: 600 !important;
}
html {
    font-size: 100% !important;
}

button {
    font-family: "Calibre-R",sans-serif !important;
}

    html body {
        font-family: "Calibre-R",sans-serif !important;
        height: 100%;
        float: left;
        width: 100%;
        margin: 0;
        background-color: #ececec;
    }

        html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
            margin: 0
        }

        html body .viewport {
            width: 100%;
            float: left;
            clear: both
        }

            html body .viewport .frame {
                width: 100%;
                float: left;
                clear: both;
                padding-top: 50px;
            }

                html body .viewport .frame #leftNavigation-root * {
                    box-sizing: border-box
                }

                html body .viewport .frame #leftNavigation-root :after, html body .viewport .frame #leftNavigation-root :before {
                    box-sizing: border-box
                }

                html body .viewport .frame #topBarNavigation-root {
                    float: left;
                    clear: both;
                    width: 100%
                }

                    html body .viewport .frame #topBarNavigation-root * {
                        box-sizing: border-box
                    }

                    html body .viewport .frame #topBarNavigation-root :after, html body .viewport .frame #topBarNavigation-root :before {
                        box-sizing: border-box
                    }

                html body .viewport .frame #app-body.main-container {
                    width: 100%;
                    box-sizing: border-box
                }

@media (max-width: 37.5em) {
    html body .viewport .frame #app-body.main-container {
        padding-left: 180px
    }
}

@media (min-width: 35em) {
    html body .viewport .frame #app-body.main-container {
        padding-left: 180px
    }
}

@media (min-width: 64em) {
    html body .viewport .frame #app-body.main-container {
        margin-left: 0;
        padding-left: 240px
    }
}

@media (max-width: 37.5em) {
    html body .viewport .frame #app-body.main-container.expand {
        padding-left: 0
    }
}

@media (min-width: 35em) {
    html body .viewport .frame #app-body.main-container.expand {
        padding-left: 0
    }
}

@media (min-width: 64em) {
    html body .viewport .frame #app-body.main-container.expand {
        padding-left: 60px;
        margin-left: 0
    }
}

html body .viewport .frame #PageContentContainer {
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
    font-size: 16px !important;
    font-family: 'Calibre-R', 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
    line-height: initial;
    background-color: #ececec;
    min-height: calc(100vh - 50px);
}

    html body .viewport .frame #PageContentContainer .title-bg-narrow {
        width: 100%;
        max-width: calc(100vw - 50px);
        background-color: #ececec;
       
        display: block;
        
    }
    .NavPanelBG {
    background-color: rgba(0,0,0,0);
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
    pointer-events: none;
    position: fixed;
    width: 100%;
    margin-top: 50px;
    height: calc(100% - 50px);
    top: 0;
    border-radius: 8px 0 0 0;
    overflow: hidden;
    z-index: 2;
    }
    .NavPanelBGClip {
        width: 12px; 
        height: 12px; 
        position: fixed; 
        z-index: 1;
        display: block;
        top: 50px;
    }
    .NavPanelBGClip {
      display: none;
    }
    @media (max-width: 1024px) {
.NavPanelBGClip {
    display: none;
}
.NavPanelBGClipDark {
    display: none;
}
.NavPanelBG {
    border-radius: 0;
}
    }



        html body .viewport .frame #PageContentContainer .title-bg-narrow .title-contents-narrow {
            width: 100%;
            height: auto;
            float: left;
            box-sizing: border-box;
        }

    html body .viewport .frame #PageContentContainer .BreadcrumbHeader {
        position: relative;
        display: block;
        float: left;
        clear: both;
        margin-top: 0;
        width: 100%;
        padding: 1rem;
        box-sizing: border-box;
        border: none
    }

    html body .viewport .frame #PageContentContainer .app-tile-description {
        line-height: 1.4
    }

    html body .viewport .frame #PageContentContainer .DefaultContentBox {
        clear: both !important
    }

    html body .viewport .frame #PageContentContainer .DefaultGridView th a {
        position: relative
    }
    html body #ActionsLink:hover {
        color:white;
        background-color: blue;
        border-color: blue;
    }

    html body .viewport .frame #PageContentContainer #divRunningTotal {
        position: relative !important;
        margin-top: 14px
    }

    html body .viewport .frame #PageContentContainer #StockGrid td.TextEdit {
        position: relative
    }

        html body .viewport .frame #PageContentContainer #StockGrid td.TextEdit .EditInput, html body .viewport .frame #PageContentContainer #StockGrid td.TextEdit .EditText {
            top: 0 !important;
            left: 0 !important
        }

    html body .viewport .frame #PageContentContainer .free-trial-container {
        float: left;
        clear: both;
        width: 100%;
        padding: 1rem 1.5rem;
        box-sizing: border-box
    }

    html body .viewport .frame #PageContentContainer #PaymentPortalBanner {
        clear: both
    }

    html body .viewport .frame #PageContentContainer .content-section {
        width: 100%;
        height: 100%;
        position: relative;
        float: left;
        padding: 2rem 2rem
    }

        html body .viewport .frame #PageContentContainer .content-section.md-padding {
            padding: 2rem 1rem
        }

    html body .viewport .frame #PageContentContainer #tab-content-section {
        float: left;
        clear: both;
        width: 100%
    }

html body .viewport.posMode .frame {
    padding-top: 0
}

    html body .viewport.posMode .frame #app-body.main-container {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        box-sizing: border-box
    }

        html body .viewport.posMode .frame #app-body.main-container.expand {
            padding-left: 0;
            margin-left: 0
        }

        html body .viewport.posMode .frame #app-body.main-container #PageContentContainer {
            height: 100vh
        }

html body .clear {
    clear: both
}

html body .clearfix {
    clear: both;
    float: left;
    width: 100%
}

html body.tt-hide .tooltip.nav-tooltip {
    display: none !important;
    visibility: hidden !important
}

html body .tooltip.nav-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Calibre-R",sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

    html body .tooltip.nav-tooltip .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    html body .tooltip.nav-tooltip .tooltip-inner {
        padding: 12px 12px;
        color: #fff;
        text-align: center;
        background-color: #1F313F !important;
        float: left;
        max-width: 250px;
        border-radius: 1px
    }

    html body .tooltip.nav-tooltip.right {
        padding: 0;
        margin-left: 1px
    }

        html body .tooltip.nav-tooltip.right .tooltip-arrow {
            border: none
        }

    html body .tooltip.nav-tooltip.fade {
        opacity: 0;
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear
    }

        html body .tooltip.nav-tooltip.fade.in {
            filter: alpha(opacity=90);
            opacity: .95
        }

html #left-navigation {
    background: #002E6E;
    top: 0;
    float: none;
    text-align: left;
    transition: all 0.1s ease-in-out;
    z-index: 3001;
}

@media (max-width: 37.5em) {
    html #left-navigation {
        width: 180px
    }
}

@media (min-width: 35em) {
    html #left-navigation {
        width: 180px
    }
}

@media (min-width: 70em) {
    html #left-navigation {
        width: 240px
    }
}

html #left-navigation.side-bar .logo-light { 
display: block;
}
    
html #left-navigation.side-bar .logo-dark { 
display: none;
}

html #left-navigation.side-bar {
    left: 0
}
    html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.has-child .nav-label::before, html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item a::before {
        border-left: none
    }

html #left-navigation.side-bar .logo-section h1 {
    color: blue !important;
    text-transform: uppercase;
    font-family: "Calibre-R",sans-serif !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    letter-spacing: 0.5px;
    line-height: 31px;
    margin: 0 !important;
    transition: all 0.1s ease-in-out;
    text-align: center;
    display: none;
}
html #left-navigation.side-bar .logo-section img {
height: 32px;
margin: 0.5rem auto 0 auto;
display: block;
}

@media (max-width: 37.5em) {
    html #left-navigation.side-bar .logo-section {
        width: 180px
    }
}

@media (min-width: 35em) {
    html #left-navigation.side-bar .logo-section {
        width: 180px
    }
}

@media (min-width: 70em) {
    html #left-navigation.side-bar .logo-section {
        width: 240px
    }
}

html #left-navigation.side-bar .logo-section a {
    outline: none;
    display: block;
    text-decoration: none
}

html #left-navigation.side-bar .logo-section h1 {

    font-family: "Calibre-R",sans-serif !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: blue !important;
    font-size: 26px !important;
    line-height: 31px;
    margin: 0 !important;
    transition: all 0.1s ease-in-out;
    text-align: center
}

html #left-navigation.side-bar.shrink {
    width: 60px;
    transition: all 0.1s ease-in-out
}

@media (max-width: 37.5em) {
    html #left-navigation.side-bar.shrink {
        left: -60px
    }
}

@media (min-width: 35em) {
    html #left-navigation.side-bar.shrink {
        left: -60px
    }
}

@media (min-width: 64em) {
    html #left-navigation.side-bar.shrink {
        left: 0
    }
}

html #left-navigation.side-bar.shrink .logo-section {
    width: 60px
}

    html #left-navigation.side-bar.shrink .logo-section h1 {
        font-size: 18px !important
    }
    html #left-navigation.side-bar .logo-section a img {
        height: 32px;
        margin: 0.5rem auto 0 auto;
        display: block;
        }
        html #left-navigation.side-bar.shrink .logo-long {
            display: none;
        }
        #left-navigation.side-bar.shrink .logo-short {
            display: block;
        }
         .tt-hide #left-navigation.side-bar .logo-section a .logo-short {
            display: none;
        }
        
        
        html #left-navigation.side-bar .logo-section a img.logo-long {
        
            margin: 1rem 0 0 1rem;
            
            }

html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav {
    list-style-type: none;
    margin: 0 0 40px 0;
    vertical-align: baseline;
    float: left;
    width: 100%
}

    html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item .link-name {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: all .1s ease-in-out
    }

    html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item .icon {
        margin-right: 0;
        text-align: center;
        width: 100%;
        font-size: 16px;
    }

    html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item a {
        padding: 15px;
        position: relative
    }

        html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item a::before {
            content: '';
            border-left: none;
            position: absolute;
            right: auto;
            left: 0;
            top: 0;
            height: 100%;
            opacity: 0;
            transition: all .3s ease-in-out
        }

        html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item a:hover {
            background-color: #003C90;
            border-radius: 0 12px 12px 0;
        }

            html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item a:hover::before {
                opacity: 1
            }

    html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.has-child .nav-label {
        position: relative
    }

        html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.has-child .nav-label span.drop {
            display: none
        }

        html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.has-child .nav-label::before {
            content: '';
            border-left: none;
            position: absolute;
            right: auto;
            left: 0;
            top: 0;
            height: 100%;
            opacity: 0
        }

        html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.has-child .nav-label:hover {
            border-radius: 0 12px 12px 0;
            background-color: #003C90;
        }

            html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.has-child .nav-label:hover::before {
                opacity: 1;
                transition: all .3s ease-in-out
            }

    html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.has-child .nav-child {
        display: none
    }

    html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.has-child.active .nav-label {
        position: relative;
        background: none
    }

        html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.has-child.active .nav-label::before {
            content: '';
            border-left: none;
            position: absolute;
            right: auto;
            left: 0;
            top: 0;
            height: 100%;
            opacity: 1
        }

    html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.has-child.active a::before {
        border-left: none;
        opacity: 0
    }

    html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.active {
        position: relative;
        background: none
    }

        html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.active a {
            position: relative
        }

            html #left-navigation.side-bar.shrink .sidebar-content ul.main-nav li.nav-item.active a::before {
                content: '';
                border-left: none;
                position: absolute;
                right: auto;
                left: 0;
                top: 0;
                height: 100%;
                opacity: 1
            }

html #left-navigation.side-bar.shrink .sidebar-content .settings-panel {
    width: 60px
}

    html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .settings-btn .icon, html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .refresh-btn .icon {
        margin-right: 0;
        text-align: center;
        width: 100%;
        font-size: 16px
    }

    html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .settings-btn .settings-label, html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .settings-btn .refresh-label, html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .refresh-btn .settings-label, html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .refresh-btn .refresh-label {
        visibility: hidden;
        opacity: 0;
        transition: all 0s ease-in-out
    }

    html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .settings-btn::before, html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .refresh-btn::before {
        content: '';
        border-left: none;
        position: absolute;
        right: auto;
        left: 0;
        top: 0;
        height: 100%;
        opacity: 0;
        transition: all .1s ease-out
    }

    html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .settings-btn:hover, html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .refresh-btn:hover {
        background: #003C90;
    }

        html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .settings-btn:hover::before, html #left-navigation.side-bar.shrink .sidebar-content .settings-panel .refresh-btn:hover::before {
            content: '';
            border-left: none;
            position: absolute;
            right: auto;
            left: 0;
            top: 0;
            height: 100%;
            opacity: 1;
            opacity: 1
        }

html .fixed-sidenav #left-navigation.side-bar {
    position: fixed;
    right: auto;
    bottom: 0;
    z-index: 300
}

html #left-navigation.side-bar .sidebar-content {
    width: auto;
    height: 100%;
    overflow: hidden;
    background: #002E6E;
}

    html #left-navigation.side-bar .sidebar-content ul {
        font-family: "Calibre-R",sans-serif !important;
        font-size: 16px
    }

        html #left-navigation.side-bar .sidebar-content ul li .icon {
            padding-top: 4px;
            margin-right: 5px;
            float: left;
            width: 22px;
            text-align: left;
            line-height: 12px
        }

        html #left-navigation.side-bar .sidebar-content ul li .link-name {
            float: left;
            text-align: left;
            position: relative;
            visibility: visible;
            opacity: 1;
            width: 78%;
            max-width: 170px;
            line-height: 1.5
        }

        html #left-navigation.side-bar .sidebar-content ul.main-nav {
            list-style-type: none;
            padding: 16px 0 0 0;
            margin: 0 0 80px 0;
            vertical-align: baseline;
            float: left;
            width: 100%
        }

            html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item {
                list-style: none;
                display: block;
                color: #fff;
                float: left;
                width: 100%;
                position: relative;
            }

                html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item a {
                    font-family: "Calibre-R",sans-serif !important;
                    font-weight: 500;
                    color: #fff;
                    font-size: 16px;
                    text-decoration: none;
                    display: block;
                    float: left;
                    width: 100%;
                    position: relative;
                    padding: 16px 15px;
                    width: 100%
                }

@media (min-width: 64em) {
    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item a {
        padding: 16px 20px
    }
}

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item a:hover {
    background: #003C90;
    border-radius: 0 12px 12px 0;
    color: #CDE2FF;
    transition: all .1s ease-out
}

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-label {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
    padding: 16px 15px;
    font-weight: 500;
}

@media (min-width: 64em) {
    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-label {
        padding: 16px 20px
    }
}

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-label span.drop {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all .3s ease-out
}

@media (max-width: 37.5em) {
    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-label span.drop {
        right: 14px
    }
}

@media (min-width: 35em) {
    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-label span.drop {
        right: 14px
    }
}

@media (min-width: 64em) {
    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-label span.drop {
        right: 20px
    }
}

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-label:hover {
    background-color: #003C90;
    color: #CDE2FF;
    border-radius: 0 12px 12px 0;
    transition: all .2s ease-out
}

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-child {
    display: none;
    visibility: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    height: 0;
    background-color: #264D84;
}

    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-child li.subNav-item {
        float: left;
        width: 100%;
        display: block
    }

        html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-child li.subNav-item a {
            opacity: 0;
            transition: opacity .4s ease-in
        }

@media (max-width: 37.5em) {
    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-child li.subNav-item a {
        padding: 14px 6px
    }
}

@media (min-width: 35em) {
    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-child li.subNav-item a {
        padding: 14px 6px
    }
}

@media (min-width: 64em) {
    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-child li.subNav-item a {
        padding: 14px 20px
    }
}

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-child li.subNav-item a:hover {
    background-color: #003C90;
    color: #CDE2FF;
    border-radius: 0 12px 12px 0;
    transition: all .2s ease-out
}

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-child li.subNav-item a .icon {
    font-size: 8px;
    text-indent: 4px;
    max-width: 22px;
    width: 10%
}

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child .nav-child li.subNav-item a .sublink-name {
    float: left;
    width: 85%;
    max-width: 170px;
    line-height: 1.5;
    font-weight:500;
    font-size: 16px;
}

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child.active .nav-label {
    transition: all .5s ease-in-out
}

    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child.active .nav-label span.drop {
        transform: rotate(90deg) translate(-85%, 50%)
    }

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child.active .nav-child {
    display: block;
    visibility: visible;
    opacity: 1;
    height: unset
}

    html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.has-child.active .nav-child li.subNav-item a {
        opacity: 1
    }

html #left-navigation.side-bar .sidebar-content ul.main-nav li.nav-item.active {
    background: none;
}

html #left-navigation.side-bar .sidebar-content .settings-panel {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    float: none;
    text-align: left;
    z-index: 210;
    transition: all 0.1s ease-in-out;
    overflow: hidden;
    background: #002E6E;
}

@media (max-width: 37.5em) {
    html #left-navigation.side-bar .sidebar-content .settings-panel {
        width: 180px;
    }
}

@media (min-width: 35em) {
    html #left-navigation.side-bar .sidebar-content .settings-panel {
        width: 180px;
    }
}

@media (min-width: 64em) {
    html #left-navigation.side-bar .sidebar-content .settings-panel {
        position: fixed
    }
}

@media (min-width: 70em) {
    html #left-navigation.side-bar .sidebar-content .settings-panel {
        width: 240px
    }
}

html #left-navigation.side-bar .sidebar-content .settings-panel .settings-btn, html #left-navigation.side-bar .sidebar-content .settings-panel .refresh-btn {
    font-family: "Calibre-R",sans-serif !important;
    display: block;
    float: left;
    width: 100%;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all .2s ease-out;
    font-size: 14px
}

@media (min-width: 50rem) {
    html #left-navigation.side-bar .sidebar-content .settings-panel .settings-btn, html #left-navigation.side-bar .sidebar-content .settings-panel .refresh-btn {
        padding: 12px 10px
    }
}

@media (min-width: 64em) {
    html #left-navigation.side-bar .sidebar-content .settings-panel .settings-btn, html #left-navigation.side-bar .sidebar-content .settings-panel .refresh-btn {
        padding: 12px 20px
    }
}

html #left-navigation.side-bar .sidebar-content .settings-panel .settings-btn .icon, html #left-navigation.side-bar .sidebar-content .settings-panel .refresh-btn .icon {
    float: left;
    margin-right: 5px;
    width: 22px
}

html #left-navigation.side-bar .sidebar-content .settings-panel .settings-btn .settings-label, html #left-navigation.side-bar .sidebar-content .settings-panel .settings-btn .refresh-label, html #left-navigation.side-bar .sidebar-content .settings-panel .refresh-btn .settings-label, html #left-navigation.side-bar .sidebar-content .settings-panel .refresh-btn .refresh-label {
    float: left;
    position: absolute;
    visibility: visible;
    transition: all .2s ease-in-out .1s;
    opacity: 1
}

html #left-navigation.side-bar .sidebar-content .settings-panel .settings-btn:hover, html #left-navigation.side-bar .sidebar-content .settings-panel .refresh-btn:hover {
    background: #003C90;
    border-radius: 0 12px 12px 0;
}

@media (max-width: 37.5em) {
    html #left-navigation.side-bar.shrink .sidebar-content .settings-panel {
        box-shadow: none
    }
}

@media (min-width: 35em) {
    html #left-navigation.side-bar.shrink .sidebar-content .settings-panel {
        box-shadow: none
    }
}



#ctl00_ContentPlaceHolder1_PagePanel > h1:first-of-type {
    width: auto;
    margin: 1rem;

}
.SavePanelContainer {
    width: 100%;
    padding-top: 1.5rem;
    margin: 1.5rem 0 1rem 0rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    max-width: 480px;
}
.DividerComponent {
    height: 2px;
    border-radius: 12px;
    background-color: lightgray;
    width: 100%;
    margin: 2rem 0 1rem 0;
}

@media (max-width: 1000px) { 
    .SavePanelContainer {
        grid-template-columns: 1fr;
    }
}

html #top-bar {
    background: #002E6E;
    height: 50px;
    position: relative;
    font-family: "Calibre-R",sans-serif !important;
    line-height: 1
}

    html #top-bar.main-topBar .hamburger-menu {
        position: relative;
        top: 50%;
        left: 0;
        transform: translate(50%, -50%);
        display: block;
        cursor: pointer;
        float: left
    }

        html #top-bar.main-topBar .hamburger-menu.active .icon {
            background: white;
            box-shadow: 0 1px 1px rgba(0,0,0,0.2);
            transition: all 0.2s ease-in-out
        }

            html #top-bar.main-topBar .hamburger-menu.active .icon::before, html #top-bar.main-topBar .hamburger-menu.active .icon::after {
                transition: all 0.5s ease-in-out
            }

            html #top-bar.main-topBar .hamburger-menu.active .icon::before {
                top: -6px;
                transform: rotate(0deg)
            }

            html #top-bar.main-topBar .hamburger-menu.active .icon::after {
                bottom: -6px;
                transform: rotate(0deg)
            }

    html #top-bar.main-topBar .icon {
        width: 100%;
        height: 3px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        background: none;
        transition: all 0.2s ease-in-out
    }

        html #top-bar.main-topBar .icon::before, html #top-bar.main-topBar .icon::after {
            content: '';
            display: block;
            width: 100%;
            height: 3px;
            background: white;
            position: absolute;
            box-shadow: 0 1px 1px rgba(0,0,0,0.2);
            transition: all 0.5s ease-in-out
        }

        html #top-bar.main-topBar .icon::before {
            top: 0;
            transform: rotate(45deg)
        }

        html #top-bar.main-topBar .icon::after {
            bottom: 0;
            transform: rotate(135deg)
        }

    html #top-bar.main-topBar #quick-links {
        position: relative;
        text-align: left
    }

@media (max-width: 37.5em) {
    html #top-bar.main-topBar #quick-links {
        float: right
    }
}

@media (min-width: 37.5em) {
    html #top-bar.main-topBar #quick-links {
        float: right
    }
}

@media (min-width: 64em) {
    html #top-bar.main-topBar #quick-links {
        float: left
    }
}

html #top-bar.main-topBar #quick-links .shorcuts-container {
    float: left;
    height: 100%
}

@media (max-width: 37.5em) {
    html #top-bar.main-topBar #quick-links .shorcuts-container {
        display: none;
        visibility: hidden
    }
}

@media (min-width: 37.5em) {
    html #top-bar.main-topBar #quick-links .shorcuts-container {
        display: none;
        visibility: hidden
    }
}

@media (min-width: 64em) {
    html #top-bar.main-topBar #quick-links .shorcuts-container {
        margin: 0 10px;
        display: block;
        visibility: visible
    }
}

html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links {
    float: left;
    clear: both;
    margin: 0;
    list-style-type: none;
    position: relative;
    padding: 0;
    z-index: 350;
    display: block
}

    html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li {
        display: inline-block;
        list-style: none;
        margin: 0 6px;
        position: relative
    }

        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li a {
            font-weight: 500;
            font-size: 16px;
            text-decoration: none;
            color: white;
            transition: all .2s ease-in-out
        }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li a:hover {
                color: #CDE2FF;
            }

        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li .more-drop {
            display: block;
            font-weight: 500;
            font-size: 16px;
            text-decoration: none;
            color: white;
            transition: all .2s ease-in-out;
            padding: 18px 0;
            cursor: pointer
        }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li .more-drop .fav-star {
                color: #FF734A;
                float: left;
                margin-right: 4px
            }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li .more-drop:hover {
                color: #CDE2FF;
            }

        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li .drop-actions {
            display: block;
            font-weight: 500;
            font-size: 16px;
            text-decoration: none;
            color: white;
            transition: all .2s ease-in-out;
            padding: 18px 0;
            cursor: pointer
        }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li .drop-actions .new-ico {
                color: #9FDF3C;
                float: left;
                margin-right: 4px
            }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li .drop-actions:hover {
                color: #CDE2FF;
            }

        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts a {
            padding: 18px 0
        }

        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts ul.extra-shorcuts {
            display: none;
            position: absolute;
            top: 49px;
            left: -25%;
            right: auto;
            padding: 0;
            margin: 0;
            transform: translateX(-25%);
            background: white;
            border-radius: 8px;
            min-width: 200px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.4);
        }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts ul.extra-shorcuts::before {
                content: '';
                display: block;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 5px solid #1F313F;
                position: absolute;
                top: -4px;
                left: 50%;
                transform: translate(-50%, 0)
            }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts ul.extra-shorcuts li {
                display: block;
                float: left;
                clear: both;
                width: 100%;
                margin: 0
            }

                html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts ul.extra-shorcuts li a {
                    display: block;
                    width: 100%;
                    float: left;
                    clear: both;
                    padding: 10px 10px;
                    color: #002E6E;
                    font-weight: 500
                }

                    html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts ul.extra-shorcuts li a:hover {
                        color: blue;
                        background-color: lightgray;
                    }

                html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts ul.extra-shorcuts li.add-more {
                    margin-top: 1px;
                    border-top: 1px solid #909090;
                    box-shadow: 0 -1px 0 rgba(0,0,0,0.4);
                    backface-visibility: hidden
                }

                    html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts ul.extra-shorcuts li.add-more a {
                        padding: 15px 10px
                    }

                        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts ul.extra-shorcuts li.add-more a .new-ico {
                            float: left;
                            margin-right: 10px
                        }

                        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts ul.extra-shorcuts li.add-more a .add-more-label {
                            float: left
                        }

        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts:hover .more-drop {
            color: #CDE2FF;
        }

        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.more-shorcuts:hover ul.extra-shorcuts {
            display: block
        }

        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.create-new {
            padding: 0 12px
        }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.create-new a {
                padding: 18px 0;
                text-decoration: none;
                font-size: 16px
            }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.create-new ul.create-new-panel {
                display: none;
                position: absolute;
                top: 49px;
                left: -50%;
                right: auto;
                padding: 0;
                margin: 0;
                transform: translateX(10%);
                background: #1F313F;
                min-width: 200px;
                box-shadow: 0 1px 4px rgba(0,0,0,0.4);
                border-radius: 0 0 2px 2px
            }

                html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.create-new ul.create-new-panel::before {
                    content: '';
                    display: block;
                    width: 0;
                    height: 0;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-bottom: 5px solid #1F313F;
                    position: absolute;
                    top: -4px;
                    left: 50%;
                    transform: translate(-50%, 0)
                }

                html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.create-new ul.create-new-panel li {
                    display: block;
                    float: left;
                    clear: both;
                    width: 100%;
                    margin: 0
                }

                    html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.create-new ul.create-new-panel li a {
                        display: block;
                        width: 100%;
                        float: left;
                        clear: both;
                        padding: 10px 10px;
                        color: #002E6E;
                        font-weight: 500;
                        transition: all .2s ease-in-out
                    }

                        html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.create-new ul.create-new-panel li a:hover {
                            background: lightgray;
                            color: blue;
                        }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.create-new:hover .drop-actions {
                color: #CDE2FF
            }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.create-new:hover ul.create-new-panel {
                display: block;
                background-color: white;
                color: #002E6E;
              
                border-radius: 8px;
            }

            html #top-bar.main-topBar #quick-links .shorcuts-container ul.shorcut-links li.create-new::before {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                transform: translate(0, -50%);
                left: 0;
                border-left: none;
                height: 25px
            }

html #top-bar.main-topBar #quick-links .tools-container {
    float: left;
    margin: 0 0 0 10px;
    height: 100%
}

    html #top-bar.main-topBar #quick-links .tools-container .tools-nav {
        position: relative;
        float: left;
        clear: both;
        padding: 0;
        margin: 0;
        position: relative;
        list-style-type: none;
        top: 50%;
        transform: translate(0, -50%)
    }

        html #top-bar.main-topBar #quick-links .tools-container .tools-nav li {
            display: inline-block;
            margin: 0 10px
        }

            html #top-bar.main-topBar #quick-links .tools-container .tools-nav li a {
                font-size: 18px;
                color: #585858;
                display: block;
                padding: 5px
            }

            html #top-bar.main-topBar #quick-links .tools-container .tools-nav li.active a {
                color: #009ff1
            }

html #top-bar.main-topBar #quick-links .user-container {
    float: right;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    html #top-bar.main-topBar #quick-links .user-container .user-avatar {
        float: left;
        min-width: 100px;
        margin-right: 15px;
        height: 50px;
        cursor: pointer;
        display: block
    }

    .resource-center, 
    .resource-center-circle {
        height: 35px;
        width: 35px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .resource-center {
        background: #f5f5f5;
        border: 2px solid #d2d2d2;
        border-radius: 50%;
        margin-right: 8px;
        height: 35px;
        width: 35px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .resource-center:hover {
        border-color: blue;
        background: blue;
    }

    .resource-center:hover svg {
        fill: white;
    }
    
    .resource-center-icon {
        height: 18px;
        width: 18px;
    }

        html #top-bar.main-topBar #quick-links .user-container .user-avatar a.superUser-Btn {
            float: left;
            border-radius: 50%;
            height: 35px;
            width: 35px;
            padding: 0;
            border: 2px solid #d2d2d2;
            background: #f5f5f5;
            outline: 0;
            font-size: .9rem;
            cursor: pointer;
            display: block;
            position: relative;
            right: auto;
            top: 50%;
            transform: translateY(-50%);
            color: #585858
        }

            html #top-bar.main-topBar #quick-links .user-container .user-avatar a.superUser-Btn i {
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                position: absolute
            }

            html #top-bar.main-topBar #quick-links .user-container .user-avatar a.superUser-Btn:hover {
                border-color: blue;
                background: blue;
                color: #fff;
                transition: all .2s ease-in-out
            }

        html #top-bar.main-topBar #quick-links .user-container .user-avatar .avatar {
            float: left;
            display: block;
            position: relative;
            text-align: center;
            line-height: 34px;
            font-weight: bold;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: .05rem;
            width: 35px;
            height: 35px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            border-radius: 50%;
            right: auto;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            box-shadow: 0 1px 2px rgba(0,0,0,0.4)
        }

        html #top-bar.main-topBar #quick-links .user-container .user-avatar .user-info {
            float: left;
            margin-left: 1rem;
            position: relative;
            right: auto;
            color: white;
            top: 50%;
            transform: translateY(-50%)
        }

        html #top-bar.main-topBar #quick-links .user-container .user-avatar .username {
            float: right;
            font-size: 1rem;
            font-weight: bold;
            margin-bottom: .25rem
        }

@media (min-width: 64em) {
    html #top-bar.main-topBar #quick-links .user-container .user-avatar .username {
        margin-bottom: .4rem
    }
}

html #top-bar.main-topBar #quick-links .user-container .user-avatar .user-store {
    float: right;
    clear: both;
    font-size: 0.8rem;
    padding: 0 0 .25rem
}

@media (max-width: 37.5em) {
    html #top-bar.main-topBar #quick-links .user-container .user-avatar .user-store {
        max-width: 174px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media (min-width: 35em) {
    html #top-bar.main-topBar #quick-links .user-container .user-avatar .user-store {
        max-width: 220px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media (min-width: 50rem) {
    html #top-bar.main-topBar #quick-links .user-container .user-avatar .user-store {
        max-width: 160px
    }
}

@media (min-width: 70em) {
    html #top-bar.main-topBar #quick-links .user-container .user-avatar .user-store {
        max-width: 250px
    }
}

@media (min-width: 75em) {
    html #top-bar.main-topBar #quick-links .user-container .user-avatar .user-store {
        max-width: 350px
    }
}

html #top-bar.main-topBar #quick-links .user-container .user-panel {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    right: 15px;
    min-width: 150px;
    padding: 0 0 10px;
    background: white;
    font-size: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.55);
    border-radius: 0 0 2px 2px;
    z-index: 350;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

    html #top-bar.main-topBar #quick-links .user-container .user-panel a {

        text-decoration: none
    }

    html #top-bar.main-topBar #quick-links .user-container .user-panel ul {
        float: left;
        clear: both;
        width: 100%;
        padding: 0 0 10px;
        margin: 0 0 10px;
        list-style-type: none;
        position: relative;
        box-shadow: 0 1px 0 rgba(0,0,0,0.4)
    }

        html #top-bar.main-topBar #quick-links .user-container .user-panel ul.user-details {
            padding-top: 10px
        }

        html #top-bar.main-topBar #quick-links .user-container .user-panel ul li {
            display: block;
            float: left;
            width: 100%
        }

            html #top-bar.main-topBar #quick-links .user-container .user-panel ul li a {
                color: #002E6E;
                text-decoration: none;
                display: block;
                padding: 8px 10px;
                transition: all 0.2s ease-in-out;
                font-weight:500;
                font-size: 16px;
            }

                html #top-bar.main-topBar #quick-links .user-container .user-panel ul li a:hover {
                    background: lightgray;
                    color: blue;
                }

    html #top-bar.main-topBar #quick-links .user-container .user-panel .user-logout {
        float: left;
        clear: both;
        width: 100%
    }

        html #top-bar.main-topBar #quick-links .user-container .user-panel .user-logout a {
            display: block;
            float: left;
            width: 100%;
            padding: 8px 10px;
            transition: all 0.2s ease-in-out;
            font-weight:500;
        }

            html #top-bar.main-topBar #quick-links .user-container .user-panel .user-logout a:hover {
                background: lightgray;
            }

    html #top-bar.main-topBar #quick-links .user-container .user-panel.active {
        visibility: visible;
        opacity: 1
    }

    html #top-bar.main-topBar #quick-links .user-container .user-panel::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #1F313F;
        position: absolute;
        top: -4px;
        left: 50%;
        transform: translate(-50%, 0)
    }

@media screen and (max-width: 1024px) {
    html #top-bar.main-topBar #quick-links .user-container .user-avatar {
        margin-right: 10px
    }

        html #top-bar.main-topBar #quick-links .user-container .user-avatar .avatar, .resource-center {
            width: 35px;
            height: 35px
        }
}

html #top-bar.main-topBar #super-user-panel {
    position: fixed;
    top: 0;
    left: auto;
    bottom: 0;
    right: -300px;
    width: 100%;
    max-width: 300px;
    background: #f3f3f3;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    color: #fff;
    border-left: 2px solid #c5c5c5
}

    html #top-bar.main-topBar #super-user-panel.display-panel {
        visibility: visible;
        opacity: 1;
        right: 0;
        transition: all .2s ease-in-out
    }

    html #top-bar.main-topBar #super-user-panel .super-user-heading {
        float: left;
        clear: both;
        width: 100%;
        padding: .5rem 1rem;
        position: relative;
        background: #f3f3f3;
        
    border-bottom: 2px solid #c5c5c5;
    }

        html #top-bar.main-topBar #super-user-panel .super-user-heading .titles {
            float: left;
            width: 100%;
            max-width: 235px
        }

            html #top-bar.main-topBar #super-user-panel .super-user-heading .titles h2 {
                font-size: 1rem;
                font-weight: bold;
                margin-bottom: .4rem;
                text-transform: capitalize;
                color: #333
            }

            html #top-bar.main-topBar #super-user-panel .super-user-heading .titles h3 {
                font-size: .8rem;
                color: #333
            }

        html #top-bar.main-topBar #super-user-panel .super-user-heading #close-panel {
            position: absolute;
            top: .6rem;
            right: .5rem;
            background: none;
            border: none;
            font-size: 1.4rem;
            outline: none;
            border-radius: 0;
            padding: 0;
            color: blue
        }

    html #top-bar.main-topBar #super-user-panel .super-user-content {
        float: left;
        clear: both;
        width: 100%;
        padding: 1.5rem 1rem 1rem
    }

        html #top-bar.main-topBar #super-user-panel .super-user-content h3 {
            font-size: 1.2rem;
            margin-bottom: 0;
            font-weight: 600;
            float: left;
            color: #333
        }

        html #top-bar.main-topBar #super-user-panel .super-user-content ul {
            float: left;
            clear: both;
            width: 100%;
            padding: 0;
            margin: 1rem 0;
            list-style-type: none
        }

            html #top-bar.main-topBar #super-user-panel .super-user-content ul li {
                list-style: none;
                float: left;
                clear: both;
                width: 100%;
                margin-bottom: .2rem
            }

                html #top-bar.main-topBar #super-user-panel .super-user-content ul li a {
                    color: #fff;
                    float: left;
                    width: 100%;
                    display: block;
                    padding: .4rem 0;
                    text-decoration: none;
                    font-size: .9rem;
                    position: relative
                }

                    html #top-bar.main-topBar #super-user-panel .super-user-content ul li a .link-icon {
                        position: absolute;
                        right: .6rem;
                        top: 50%;
                        transform: translateY(-50%)
                    }

        html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-accounts, html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-tools, html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-beta {
            width: 100%;
            float: left;
            clear: both
        }

            html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-accounts h3 {
                margin-bottom: .8rem;
                color: #333;
            }

            html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-accounts input.search-accounts {
                width: 100%;
                max-width: 235px;
                padding: .2rem .5rem;
                border-radius: 4px;
                border: 1px solid #d2d2d2;
                font-size: .9rem
            }

                html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-accounts input.search-accounts::-webkit-input-placeholder {
                    color: #909090;
                    font-style: italic;
                    font-size: .85rem
                }

                html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-accounts input.search-accounts:-moz-placeholder {
                    color: #909090;
                    font-style: italic;
                    font-size: .85rem
                }

                html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-accounts input.search-accounts::-moz-placeholder {
                    color: #909090;
                    font-style: italic;
                    font-size: .85rem
                }

                html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-accounts input.search-accounts:-ms-input-placeholder {
                    color: #909090;
                    font-style: italic;
                    font-size: .85rem
                }

            html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-accounts a.company-names {
                background: #002E6E;
                border-radius: 12px;
                padding: .6rem;
                color: #fff;
                float: left;
                width: 100%;
                display: block;
                text-decoration: none;
                font-size: 1rem;
                font-weight:600;
                position: relative;
                margin-bottom: 1rem
            }

                html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-accounts a.company-names .link-icon {
                    position: absolute;
                    right: .6rem;
                    top: 50%;
                    transform: translateY(-50%)
                }

            html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-tools .tool-links li {
                margin-bottom: .6rem
            }

                html #top-bar.main-topBar #super-user-panel .super-user-content .super-user-tools .tool-links li a {
                    background: #002E6E;
                    font-weight:600;
                    font-size: 1rem;
                    border-radius: 12px;
                    padding: .6rem
                }

html .fixed-topbar #top-bar.main-topBar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 250;
    transition: all 0.1s ease-in-out
}

@media (max-width: 37.5em) {
    html .fixed-topbar #top-bar.main-topBar {
        left: 180px;
        width: 100%
    }
}

@media (min-width: 35em) {
    html .fixed-topbar #top-bar.main-topBar {
        left: 180px;
        width: 100%
    }
}

@media (min-width: 64em) {
    html .fixed-topbar #top-bar.main-topBar {
        left: 180px;
        width: unset
    }
}

@media (min-width: 70em) {
    html .fixed-topbar #top-bar.main-topBar {
        left: 240px
    }
}

@media (max-width: 37.5em) {
    html .fixed-topbar #top-bar.main-topBar .hamburger-menu {
        width: 22px;
        height: 22px
    }
}

@media (min-width: 37.5em) {
    html .fixed-topbar #top-bar.main-topBar .hamburger-menu {
        width: 22px;
        height: 22px
    }
}

@media (min-width: 64em) {
    html .fixed-topbar #top-bar.main-topBar #quick-links {
        width: calc(100% - 42px);
        left: 20px
    }
}

html .fixed-topbar #top-bar.main-topBar.spOnly {
    left: 0
}

html .fixed-topbar .expand #top-bar.main-topBar {
    transition: all 0.1s ease-in-out
}

@media (max-width: 37.5em) {
    html .fixed-topbar .expand #top-bar.main-topBar {
        left: 0
    }
}

@media (min-width: 35em) {
    html .fixed-topbar .expand #top-bar.main-topBar {
        left: 0
    }
}

@media (min-width: 64em) {
    html .fixed-topbar .expand #top-bar.main-topBar {
        left: 60px
    }
}

html .fixed-topbar .expand #top-bar.main-topBar.spOnly {
    left: 0
}

html .page-heading {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    transition: all 0.1s ease-in-out;
}

@media (max-width: 37.5em) {
    html .page-heading {
        padding: 1rem .8rem
    }
}

@media (min-width: 37.5em) {
    html .page-heading {
        padding: 1rem .8rem
    }
}

@media (min-width: 64em) {
    html .page-heading {
        padding: .8rem 2rem
    }
}

html .page-heading.cin7-core-heading {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    float: left;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2
}

html .page-heading .page-header-left {
    float: left;
    clear: both
}

    html .page-heading .page-header-left .title-container {
        float: left;
        clear: both;
        position: relative
    }

@media (max-width: 37.5em) {
    html .page-heading .page-header-left .title-container {
        padding-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 37.5em) {
    html .page-heading .page-header-left .title-container {
        padding-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 64em) {
    html .page-heading .page-header-left .title-container {
        padding-top: .5rem;
        margin-bottom: .8rem
    }
}

html .page-heading .page-header-left .title-container h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #303030;
    margin-bottom: 0;
    font-family: "Calibre-R",sans-serif !important;
    float: left
}

@media (max-width: 37.5em) {
    html .page-heading .page-header-left .title-container h1 {
        font-size: 1.6rem
    }
}

@media (min-width: 37.5em) {
    html .page-heading .page-header-left .title-container h1 {
        font-size: 1.6rem
    }
}

@media (min-width: 64em) {
    html .page-heading .page-header-left .title-container h1 {
        font-size: 1.8rem
    }
}

html .page-heading .page-header-left .title-container .preview-label {
    float: left;
    padding: .4rem 1rem;
    background: #009ff1;
    border-radius: 4px;
    font-size: .8rem;
    color: #fff;
    margin-top: .2rem
}

@media (max-width: 37.5em) {
    html .page-heading .page-header-left .title-container .preview-label {
        margin-left: 0;
        clear: both
    }
}

@media (min-width: 37.5em) {
    html .page-heading .page-header-left .title-container .preview-label {
        margin-left: 0;
        clear: both
    }
}

@media (min-width: 50rem) {
    html .page-heading .page-header-left .title-container .preview-label {
        margin-left: .5rem;
        clear: none
    }
}

@media (min-width: 64em) {
    html .page-heading .page-header-left .title-container .preview-label {
        margin-left: 1rem
    }
}

html .page-heading .page-header-left .title-container .filter-label {
    float: left;
    margin-left: 2rem;
    margin-top: 4px;
    background: #009ff1;
    border-radius: 4px;
    padding: .4rem .8rem;
    font-size: .75rem;
    color: #fff
}

    html .page-heading .page-header-left .title-container .filter-label .label-text {
        float: left;
        cursor: default
    }

    html .page-heading .page-header-left .title-container .filter-label a {
        color: #fff;
        float: left
    }

        html .page-heading .page-header-left .title-container .filter-label a.icon {
            margin-left: .6rem
        }

html .page-heading .page-header-left .breadcrums-container {
    float: left;
    clear: both;
    position: relative;
    height: 100%;
    padding: .5rem 0
}

    html .page-heading .page-header-left .breadcrums-container .page-breadcrumbs {
        float: left;
        height: 100%
    }

        html .page-heading .page-header-left .breadcrums-container .page-breadcrumbs ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
            position: relative;
            color: #009ff1
        }

            html .page-heading .page-header-left .breadcrums-container .page-breadcrumbs ul li {
                display: inline-block;
                font-size: .8rem
            }

                html .page-heading .page-header-left .breadcrums-container .page-breadcrumbs ul li a {
                    display: block;
                    text-decoration: none;
                    color: #585858;
                    transition: all .2s ease-in-out;
                    cursor: pointer
                }

                    html .page-heading .page-header-left .breadcrums-container .page-breadcrumbs ul li a::after {
                        content: '/';
                        display: block;
                        float: right;
                        margin: 0 6px
                    }

                    html .page-heading .page-header-left .breadcrums-container .page-breadcrumbs ul li a:hover {
                        color: #009ff1
                    }

                html .page-heading .page-header-left .breadcrums-container .page-breadcrumbs ul li:last-child {
                    font-weight: 600;
                    cursor: pointer
                }

html .page-heading .page-header-left .quickActions-container {
    position: relative;
    float: left;
    margin-left: 2rem;
    top: 10px
}

@media (max-width: 37.5em) {
    html .page-heading .page-header-left .quickActions-container.homePage {
        margin-left: 0;
        clear: both
    }
}

@media (min-width: 37.5em) {
    html .page-heading .page-header-left .quickActions-container.homePage {
        margin-left: 0;
        clear: both
    }
}

@media (min-width: 50rem) {
    html .page-heading .page-header-left .quickActions-container.homePage {
        margin-left: 1rem;
        clear: none;
        top: 2px
    }
}

@media (min-width: 64em) {
    html .page-heading .page-header-left .quickActions-container.homePage {
        margin-left: 2rem;
        top: 10px
    }
}

html .page-heading .page-header-left .quickActions-container.homePage a.oldDash-btn {
    display: block;
    float: left;
    outline: none;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: .4rem 1rem;
    background: #909090;
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    font-family: "Calibre-R",sans-serif !important
}

html .page-heading .page-header-left .quickActions-container .quickActions-btn {
    float: left
}

    html .page-heading .page-header-left .quickActions-container .quickActions-btn .syncAll-btn {
        float: left;
        border: none;
        background: #00c292;
        color: #fff;
        padding: .5rem 1rem;
        border-radius: 4px 0 0 4px;
        font-size: 13px;
        outline: none
    }

    html .page-heading .page-header-left .quickActions-container .quickActions-btn .moreActions {
        float: left;
        display: block;
        padding: .48rem;
        background: #00c292;
        color: #fff;
        border-radius: 0 4px 4px 0;
        border-left: 1px solid #fff;
        cursor: pointer
    }

html .page-heading .page-header-left .quickActions-container .quickActions-list {
    background: #1F313F;
    position: absolute;
    top: 35px;
    right: 0;
    width: 180px;
    border-radius: 0 0 2px 2px;
    z-index: 5;
    transition: all .4s ease-in-out
}

    html .page-heading .page-header-left .quickActions-container .quickActions-list ul {
        padding: 0;
        margin: 0;
        float: left;
        clear: both;
        width: 100%;
        list-style-type: none
    }

        html .page-heading .page-header-left .quickActions-container .quickActions-list ul li {
            width: 100%;
            float: left;
            clear: both;
            display: block
        }

            html .page-heading .page-header-left .quickActions-container .quickActions-list ul li button {
                outline: none;
                display: block;
                padding: .7rem;
                background: none;
                border: none;
                width: 100%;
                text-align: left;
                color: #fff;
                transition: all .2s ease-in-out;
                font-size: 13px
            }

                html .page-heading .page-header-left .quickActions-container .quickActions-list ul li button:hover {
                    background: #00c292;
                    text-decoration: none
                }

    html .page-heading .page-header-left .quickActions-container .quickActions-list.inactive {
        visibility: hidden;
        opacity: 0
    }

    html .page-heading .page-header-left .quickActions-container .quickActions-list.active {
        visibility: visible;
        opacity: 1
    }

    html .page-heading .page-header-left .quickActions-container .quickActions-list::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #1F313F;
        position: absolute;
        top: -4px;
        left: 50%;
        transform: translate(-50%, 0);
        left: 94%;
        transform: translate(-94%, 0)
    }

html .page-heading .page-header-right {
    float: right;
    position: absolute
}

@media (max-width: 37.5em) {
    html .page-heading .page-header-right {
        top: 20%;
        right: .5rem
    }
}

@media (min-width: 37.5em) {
    html .page-heading .page-header-right {
        top: 20%;
        right: .5rem
    }
}

@media (min-width: 64em) {
    html .page-heading .page-header-right {
        top: 28%;
        right: 2rem
    }
}

html .page-heading .page-header-right .page-actions-container {
    float: left;
    width: 100%
}

    html .page-heading .page-header-right .page-actions-container .connection-container, html .page-heading .page-header-right .page-actions-container .ViewLog-container {
        float: left;
        margin-right: 1rem
    }

        html .page-heading .page-header-right .page-actions-container .connection-container .connection-badge, html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge, html .page-heading .page-header-right .page-actions-container .ViewLog-container .connection-badge, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge {
            display: block;
            min-width: 150px;
            border: 2px solid #d2d2d2;
            padding: .6rem 1.2rem;
            background: #f5f5f5;
            border-radius: 20px;
            color: #585858;
            float: left;
            cursor: pointer
        }

            html .page-heading .page-header-right .page-actions-container .connection-container .connection-badge.sm-btn, html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge.sm-btn, html .page-heading .page-header-right .page-actions-container .ViewLog-container .connection-badge.sm-btn, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge.sm-btn {
                min-width: unset;
                border-radius: 50%;
                height: 38px;
                width: 38px;
                padding: 0;
                position: relative;
                cursor: not-allowed
            }

                html .page-heading .page-header-right .page-actions-container .connection-container .connection-badge.sm-btn .connection-status, html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge.sm-btn .connection-status, html .page-heading .page-header-right .page-actions-container .ViewLog-container .connection-badge.sm-btn .connection-status, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge.sm-btn .connection-status {
                    float: unset;
                    text-align: center;
                    margin-left: 0;
                    top: 48%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    position: absolute
                }

            html .page-heading .page-header-right .page-actions-container .connection-container .connection-badge .connection-label, html .page-heading .page-header-right .page-actions-container .connection-container .connection-badge .ViewLog-label, html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge .connection-label, html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge .ViewLog-label, html .page-heading .page-header-right .page-actions-container .ViewLog-container .connection-badge .connection-label, html .page-heading .page-header-right .page-actions-container .ViewLog-container .connection-badge .ViewLog-label, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge .connection-label, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge .ViewLog-label {
                font-weight: bold;
                float: left;
                clear: both
            }

            html .page-heading .page-header-right .page-actions-container .connection-container .connection-badge .ViewLog-label, html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge .ViewLog-label, html .page-heading .page-header-right .page-actions-container .ViewLog-container .connection-badge .ViewLog-label, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge .ViewLog-label {
                margin-right: .5rem
            }

            html .page-heading .page-header-right .page-actions-container .connection-container .connection-badge .icon, html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge .icon, html .page-heading .page-header-right .page-actions-container .ViewLog-container .connection-badge .icon, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge .icon {
                float: right
            }

            html .page-heading .page-header-right .page-actions-container .connection-container .connection-badge .connection-status, html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge .connection-status, html .page-heading .page-header-right .page-actions-container .ViewLog-container .connection-badge .connection-status, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge .connection-status {
                margin-top: 1px;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                float: right;
                margin-left: .5rem
            }

            html .page-heading .page-header-right .page-actions-container .connection-container .connection-badge.online .connection-status, html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge.online .connection-status, html .page-heading .page-header-right .page-actions-container .ViewLog-container .connection-badge.online .connection-status, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge.online .connection-status {
                background: #00c292
            }

            html .page-heading .page-header-right .page-actions-container .connection-container .connection-badge.offline .connection-status, html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge.offline .connection-status, html .page-heading .page-header-right .page-actions-container .ViewLog-container .connection-badge.offline .connection-status, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge.offline .connection-status {
                background: #ff4545
            }

        html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge {
            transition: all .2s ease-in-out
        }

            html .page-heading .page-header-right .page-actions-container .connection-container .ViewLog-badge:hover, html .page-heading .page-header-right .page-actions-container .ViewLog-container .ViewLog-badge:hover {
                border-color: #01ad83;
                background: #00c292;
                color: #fff;
                transition: all .2s ease-in-out
            }

    html .page-heading .page-header-right .page-actions-container ul.tool-nav {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none
    }

        html .page-heading .page-header-right .page-actions-container ul.tool-nav li {
            float: left;
            margin: 0 4px
        }

            html .page-heading .page-header-right .page-actions-container ul.tool-nav li a, html .page-heading .page-header-right .page-actions-container ul.tool-nav li button {
                border-radius: 50%;
                padding: 0;
                border: 2px solid #d2d2d2;
                background: #f5f5f5;
                outline: 0;
                font-size: .9rem;
                cursor: pointer;
                display: block;
                position: relative;
                z-index: 2;
                color: #585858;
                transition: all .2s ease-in-out
            }

@media (max-width: 37.5em) {
    html .page-heading .page-header-right .page-actions-container ul.tool-nav li a, html .page-heading .page-header-right .page-actions-container ul.tool-nav li button {
        width: 28px;
        height: 28px
    }
}

@media (min-width: 37.5em) {
    html .page-heading .page-header-right .page-actions-container ul.tool-nav li a, html .page-heading .page-header-right .page-actions-container ul.tool-nav li button {
        width: 32px;
        height: 32px
    }
}

@media (min-width: 64em) {
    html .page-heading .page-header-right .page-actions-container ul.tool-nav li a, html .page-heading .page-header-right .page-actions-container ul.tool-nav li button {
        width: 38px;
        height: 38px
    }
}

html .page-heading .page-header-right .page-actions-container ul.tool-nav li a i, html .page-heading .page-header-right .page-actions-container ul.tool-nav li button i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

html .page-heading .page-header-right .page-actions-container ul.tool-nav li a:hover, html .page-heading .page-header-right .page-actions-container ul.tool-nav li button:hover {
    border-color: #01ad83;
    background: #00c292;
    color: #fff;
    transition: all .2s ease-in-out
}

html .page-heading .page-header-right .page-actions-container ul.tool-nav li a.enable, html .page-heading .page-header-right .page-actions-container ul.tool-nav li button.enable {
    opacity: 1;
    transition: all .2s ease-in-out
}

html .page-heading .page-header-right .page-actions-container ul.tool-nav li a.disable, html .page-heading .page-header-right .page-actions-container ul.tool-nav li button.disable {
    opacity: .4;
    transition: all .5s ease-in-out
}

html .page-heading .page-header-right .page-actions-container ul.tool-nav li a.has-actions:hover::after, html .page-heading .page-header-right .page-actions-container ul.tool-nav li button.has-actions:hover::after {
    bottom: -15px;
    opacity: 1;
    color: #585858;
    transition: all .4s ease-in-out .2s
}

html .page-heading .page-header-right .page-actions-container ul.tool-nav li a.has-actions::after, html .page-heading .page-header-right .page-actions-container ul.tool-nav li button.has-actions::after {
    content: '\f078';
    opacity: 0;
    position: absolute;
    display: block;
    bottom: -8px;
    left: 50%;
    font-size: .7rem;
    transform: translateX(-50%);
    z-index: 1
}

html .page-heading.no-border {
    border-bottom: none
}

.ContactContainer {
    margin: 0 auto;
}
.ProductContainer {
    margin: 0;
}
.modal-bg-full {
    min-height: 100vh;
    width: 100%;
}

#ActionsLink {
    width: min-content;
    border: 2px solid #002E6E;
    padding: 3px 16px 3px 6px;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: inline-block;
    text-decoration: none;
    height: auto;
    font-weight: 500;
}
#ActionsLink img {
    padding-top: 4px;
}

.PluginContentContainer {
    background-color: #fff; 
    padding: 1rem; 
    border-radius: 8px; 
    clear: both; 
    margin: 0 auto 2rem auto; 
    max-width: 1200px;
    width: calc(100% - 4rem);
     box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.PluginContentHeader {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
    
}
.PluginActions {
    display: grid;
 justify-content: end;
 text-align: right;

}

.SettingContainer {
    margin: 0 auto;
    padding: 4rem 0;
    width: calc(100% - 2rem);
    max-width: 800px;
    
}

.CentreContainer {
    margin: 2rem auto;
    width: calc(100% - 2rem);
    max-width: 1200px;
    
}


.SettingsHeader {
    margin: 1rem;
    display: grid;
    grid-template-columns: 1fr 15rem 15rem;
    gap: 1rem;
    align-self: center;
}
/* .DefaultGridMobileView {
    max-width: 100vw;
    overflow-x: scroll;
    } */


@media(max-width:1024px) {
    html body .viewport .frame #PageContentContainer .title-bg-narrow { 
        border-radius: 0 0 0 0 !important;
        max-width: initial;
        
    }
    .PluginContentHeader {
        grid-template-columns: 1fr;
    }
    .PluginContentContainer {
        width: calc(100% - 2.5rem);
    }

}

/* Maintenance Mode Banner*/
.maintenance-panel {
    float: left;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    display: none;
}

#maintenance-status-banner {
    float: left;
    width: 100%;
    padding: .8rem;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    color: #333;
    line-height: 1.4;
    font-size: 16px;
    display: flex;
    flex-direction: row;
}

#maintenance-status-banner .icon-container {
    color: #D1CA29;
    flex-basis: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

#maintenance-status-banner .status-message {
    font-style: normal;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    padding-left: .5rem;
}

#maintenance-status-banner #dismiss-message {
    flex-basis: 100px;
    display: flex;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    color: #276EF1;
    font-family: Calibre-R;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}



