﻿@font-face {
    font-family: RobotoBlack;
    src: url(/fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: RobotoBold;
    src: url(/fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: RobotoRegular;
    src: url(/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: RobotoLight;
    src: url(/fonts/Roboto-Light.ttf);
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

h1.bnr-heading {
    color: white;
    font-family: RobotoLight;
    font-size: 48pt;
    text-align: center;
}

h1.section-heading {
    color: #1976d2;
    font-family: RobotoLight;
    font-size: 48pt;
    margin-top: 100px;
    text-align: center;
}

h3.section-heading {
    color: black;
    font-family: RobotoLight;
    font-size: 24pt;
    margin-bottom: 100px;
    text-align: center;
}

h1.section-heading-white {
    color: white;
    font-family: RobotoLight;
    font-size: 48pt;
    margin: 100px;
    text-align: center;
}


h3.info-heading-white {
    color: white;
    font-family: RobotoLight;
    font-size: 32pt;
    text-align: center;
}

h3.info-heading {
    margin-top: 40px;
    color: #1976d2;
    font-family: RobotoLight;
    font-size: 32pt;
    margin-top: 50px;
    text-align: center;
}

.info-content {
    font-size: 1.35em;
    margin-bottom:20px;
}

h4.bnr-heading {
    color: white;
    font-family: RobotoLight;
    font-size: 18pt;
    text-align: center;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.inner {
    margin-left: 5px;
    margin-right: 5px;
}

.inner-content {
    padding: 10px;
}

.pnl-mkt {
    border-color:#ddd;
    height:210px;
}

.pnl-mkt .panel-heading {
    background-color: #1976d2;
    color:white;
    font-weight:bold;
    font-size:larger;
}

.pnl-mkt i {
    float: left;
    font-size: 36px;
    margin-right: 9px;
    color: #1976d2
}

.panel-body .pnl-link {
    position: absolute;
    bottom: 20px;
    right: 50px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

* {
    text-decoration: none !important;
    outline: none !important;
}

.content {
    padding-top: 30px;
}

.content-block {
    background: rgba(255, 255, 255, 0.8);
    color: #666666;
}

.logo {
    text-align: center;
}

    .logo img {
        height: 80px;
        width: 80px;
    }

.sidebar-search {
    position: relative;
}

    .sidebar-search input {
        background: rgba(255, 255, 255, 0.2);
        border-style: none;
        text-align: center;
        color: #000000;
        padding: 7px;
        width: 100%;
    }

.sidebar {
    margin: 20px 0;
}

    .sidebar ul {
        font-weight: bold;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .sidebar ul a {
            padding: 5px 12px;
            color: #777777;
            display: block;
        }

            .sidebar ul a:hover {
                background: rgba(255, 255, 255, 0.9);
                color: #448FBA;
            }



.widget-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 12px;
    color: #FFFFFF;
    font-size: 18px;
}

.widget-buttons {
    float: right;
}

    .widget-buttons > a > i {
        display: inline-block;
        cursor: pointer;
        padding: 0 5px;
        /*    color: white;*/
    }

    .widget-buttons > a:hover > i:hover {
        color: #DDDDDD;
    }

    .widget-buttons .content-toggle {
        font-family: 'FontAwesome';
        font-style: normal;
    }

        .widget-buttons .content-toggle:before {
            content: "\f078";
        }

        .widget-buttons .content-toggle.open:before {
            content: "\f077";
        }

.widget-content {
    padding: 15px;
}

.ajax-content {
    min-height: 440px;
}

.mvc-grid {
    overflow-x: auto;
}

.table {
    margin: 0;
}

.action {
    width: 1px;
}

.table thead {
    background: rgba(255, 255, 255, 0.5);
    border: 0 none;
}

.table .table tbody {
    /*    background: rgba(0, 0, 0, 0.05);*/
}

.table .table thead {
    background: rgba(0, 0, 0, 0.1);
}

.table > thead > tr > th,
.table > tbody > tr > td {
    vertical-align: middle;
    border-color: #AEB2B3;
}

.docs .widget-header {
    background: rgba(54, 52, 52, 0.67);
}

.output .widget-header {
    background: rgba(145, 203, 222, 0.85);
}

.widget-header {
    background: rgba(64, 145, 215, 0.69);
}

.example-code {
    margin-top: 20px;
}

    .example-code .widget-header {
        background: rgba(94, 186, 103, 0.75);
    }



pre code .com {
    color: #05B305;
}

pre code .cls {
    color: #2AADBA;
}

pre code .kwd {
    color: #084DFF;
}

pre code .str {
    color: #CC6500;
}


.mvc-grid-pager {
    text-align: center;
}

.pagination {
    margin-bottom: 0;
}

    .pagination > li > span,
    .pagination > .disabled > span {
        background: rgba(255, 255, 255, 0.55);
    }

        .pagination > .disabled > span:hover {
            background-color: #eee;
            border-color: #ddd;
            color: #23527c;
        }

    .pagination > .active > span {
        background: #82a1d2;
        border-color: rgba(131, 174, 211, 1);
    }

.grid-search {
    background-color: rgba(255, 255, 255, 0.7);
    margin-left: 15px;
    text-align: center;
    color: #000000;
    border: none;
}

.rows-per-page {
    display: inline-block;
}

    .rows-per-page select {
        height: 33px;
    }



.ng-cloak {
    display: none;
}


.telem {
}

    .telem tr.telem-hdr {
        background-color: rgb(238,238,238);
    }

        .telem tr.telem-hdr th {
            font-family: RobotoBold;
            src: url(/fonts/Roboto-Black.ttf);
            font-size: 12px;
            border-color: rgb(197,203,209);
            border-style: solid;
            border-width: 1px;
            border-collapse: separate;
            color: rgb(30,34,38);
            padding: 2px;
        }

    .telem tr.telem-row {
        font-family: "Lucida Console", Monaco, monospace;
        font-size: 12px;
        border-bottom-color: rgb(197,203,209);
    }

        .telem tr.telem-row td {
            padding-bottom: 2px;
            padding-left: 2px;
        }

.nuvRow {
    clear: both
}

    .nuvRow label {
        display: block;
        float: left;
        width: 140px;
    }

    .nuvRow span {
    }

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.draggableList ul {
    min-height: 32px;
    padding-left: 0px;
}

.draggableList i {
    margin-left: 0px;
    padding-left: 0px;
}
/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.draggableList ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.draggableList ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.draggableList ul[dnd-list] li {
    background-color: #fff;
    display: block;
    min-height: 32px;
    margin-bottom: -1px;
}

    .draggableList ul[dnd-list] li .subsection {
        margin-left: 30px;
    }
    /**
 * Show selected elements in green
 */
    .draggableList ul[dnd-list] li.selected {
        background-color: #dff0d8;
        color: #3c763d;
    }

p.surveyQuestion {
    font-size: 20pt;
    margin-top: 15px;
}

ul.surveyList {
    padding: 0px;
    margin-left: 30px;
    list-style: none;
}

    ul.surveyList > li {
        margin-bottom: 5px;
        font-size: 12pt
    }

        ul.surveyList > li > i {
            margin-right: 5px;
        }

.nuviotDarkBlue {
    color: #1976d2
}

.nuviotAccent {
    color: #D48D17;
}

a.surveyAnswered {
    font-weight: bold;
}

    a.surveyAnswered > i {
        display: none;
    }

.surveyDontKnow {
    font-style: italic
}

    .surveyDontKnow > i {
        display: inline
    }

.surveyNotAnswered {
}

    .surveyNotAnswered > i {
        display: none;
    }


.settings-menu li {
    padding: 0px
}

    .settings-menu li a {
        margin:0px;
        display:block;
        width:100%;
        height:100%;
    }


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    background-color: white;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }


.form-control-inline {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.oauth-btn {
    background-color: #f0f0f0;
    padding: 6px;
    width: 330px;
    height: 44px;
    margin-bottom: 10px;
    border: 1px solid silver;
    border-radius: 3px;
}

    .oauth-btn:hover {
        cursor: pointer;
        background-color: #e0e0e0;
    }

    .oauth-btn img {
        width: 32px;
        height: 32px;
        margin-right: 6px;
    }



:root {

    * {
        box-sizing: border-box;
    }

    html,
    body {
        margin: 0;
        min-height: 100%;
        font-family: Inter, Arial, Helvetica, sans-serif;
        background: radial-gradient(circle at top, rgba(255,255,255,0.1), transparent 32%), linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
        color: var(--text);
    }

    body {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 32px;
    }

    .hero {
        width: 100%;
        max-width: 960px;
        text-align: center;
        padding: 64px 40px;
        border: 1px solid var(--soft);
        border-radius: 28px;
        background: var(--panel);
        backdrop-filter: blur(10px);
        box-shadow: var(--shadow);
    }

    .eyebrow {
        margin: 0 0 20px;
        font-size: 0.85rem;
        font-weight: 700;
        letter-spacing: 0.45em;
        text-transform: uppercase;
        color: var(--muted);
    }

    h1 {
        margin: 0;
        font-size: clamp(3rem, 9vw, 6.5rem);
        line-height: 0.95;
        font-weight: 900;
        letter-spacing: -0.04em;
    }

    .subhead {
        margin: 18px 0 0;
        font-size: clamp(1.2rem, 3vw, 1.75rem);
        font-weight: 600;
        color: rgba(255, 255, 255, 0.88);
    }

    .actions {
        margin-top: 40px;
    }

    .button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 16px 28px;
        border-radius: 16px;
        background: var(--button-bg);
        color: var(--button-text);
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 0.02em;
        transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
        box-shadow: 0 14px 30px rgba(255, 255, 255, 0.12);
    }

        .button:hover {
            transform: translateY(-2px);
            box-shadow: 0 18px 34px rgba(255, 255, 255, 0.18);
        }

        .button:active {
            transform: translateY(0);
        }

    @media (max-width: 640px) {
        body {
            padding: 20px;
        }

        .hero {
            padding: 44px 24px;
            border-radius: 22px;
        }

        .eyebrow {
            letter-spacing: 0.3em;
        }

        .actions {
            margin-top: 32px;
        }

        .button {
            width: 100%;
        }
    }