﻿
.sns-main-content {
    margin-top: 60px;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

.sns-header {
    background-color: #007BFF;
    color: #FFFFFF;
    height: 60px;
    vertical-align: middle;
    position: fixed;
    top: 0px;
    z-index: 5;
}

.sns-header-logo {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0px;
    margin-right: 20px;
    float: left;
}

.sns-header-heading {
    margin-top: auto;
    margin-bottom: auto;
    float: left;
}

.sns-heading-text {
    font-size: 26px;
    font-weight: 400;
    line-height: 58px;
}

.sns-syscovery-logo {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
    position: absolute;
    right: 0px;
}

.sns-hero {
    height: 250px;
    padding-top: 20px;
}

.sns-hero-background {
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.sns-hero-text {
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.sns-hero-subtext {
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.sns-card-header {
    background-color: #007BFF;
    color: #FFFFFF;
    height: 40px;
    font-size: 1.1rem;
    line-height: 30px;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
}
.sns-card-content {
    background-color: #e5e5e5;
    min-height: 350px;
    padding: 15px;
}

.sns-button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.sns-footer {
    height: 40px;
    font-style: italic;
    line-height: 30px;
    padding: 5px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.k-button.k-primary {
    background-color: #007BFF !important;
}
    .k-button.k-primary:hover {
        background-color: #004B9B !important;
    }

.btn.btn-primary {
    background-color: #555555 !important;
    border-color: #555555 !important;
}
.btn.btn-primary:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.sns-setup-main-first {
    margin-top: 10px;
    background-color: #e5e5e5;
    border-radius: .33rem;
    width: 100%;
    min-height: 500px;
    padding: 25px;
}

.sns-profile-picture {
    border-radius: 50%;
}
.sns-profile-name {
    line-height: 56px;
    margin-right: 8px;
}

.sns-setup-main-first-content {
    margin-top: 22px;
    margin-bottom: 22px;
}

.sns-setup-main-first-content li {
    margin-top: 6px;
}

.sns-setup-consent {
    margin-top: 35px;
}

.sns-result-row {
    display: table-row;
    text-align: center;
    min-height: 1.7em;
    flex-basis: 100%;
    flex-grow: 0;
}

.sns-spacer {
    height: 12px;
}
.sns-spacer-large {
    height: 22px;
}

.sns-helptext {
    font-size: 11px;
    color: #666666;
    max-width: 350px;
}

.sns-input-text {
    border-style: none;
    border-bottom-style: solid;
    border-width: 1px;
    width: 100%;
    max-width: 450px;
}

.sns-readonly {
    background-color: transparent;
}

.sns-window-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
}

.sns-spinner-area {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    padding: 25px;
}

.sns-versionTable {
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
}
.sns-versionHeader {
    display: table-row;
    padding: 3px;
    border-bottom: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.sns-versionRow {
    display: table-row;
    padding: 3px;
}
.sns-versionCell {
    display: table-cell;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
}

.sns-updateHeader {
    align-content: center;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 35px;
}

.sns-updateCard {
    float: left;
    width: 300px;
    height: 270px;
    background-color: #efefef;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
}

.sns-updateCardHeader {
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    font-size: 18px;
}

.sns-updateCardDescription {
    font-size: 12px;
    margin-bottom: 25px;
}

.sns-updateCardButton {
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 20px;
    width: 260px;
}


a {
    color: #007BFF !important;
    text-decoration: none !important;
}
    a:hover {
        color: #004B9B !important;
        text-decoration: underline !important;
    }

.slick-next::before {
    color: #007BFF !important;
}
.slick-prev::before {
    color: #007BFF !important;
}

.dash-card {
    background-color: #F2F2F2;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 15px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 10px;
    min-width: 340px;
    min-height: 210px;
}

.dash-card-title {
    font-size: 22px;
}

.dash-card-table {
    display: table;
}
.dash-card-tablerow {
    display: table-row;
}
.dash-card-tablecell {
    display: table-cell;
    padding-right: 25px;
}

.dash-card-header {
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
}

.dash-card-value {
    font-size: 14px;
}

.dash-card-spinner {
    margin: auto;
    align-content: center;
    vertical-align: middle;
}