﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

thead {
    background-color: #f8f8f8;
}

table {
    table-layout: fixed;
}

.form-group {
    margin-bottom: 1rem;
}

.form-divider {
    margin-bottom: 5px;
}

.badge {
    font-weight: 100;
}

.badge-success {
    background-color: #81bc00;
}

.badge-active {
    position: relative;
    top: -10px;
    right: -5px;
    color: #6610f2;
    border-radius: 15px;
    font-size: 10px;
    padding: 1px 5px 2px 5px;
    border: 1px solid #6610f2;
    font-weight: 700;
}

.badge-2fa {
    height: 18px;
    margin-top: 10px;
}

.btn {
    border-radius: 4px;
}

.btn-tab-left-border {
    border-left: 1px solid #999;
}

.table thead th {
    border: 1px solid #efefef;
}

.table td, .table th {
    border-top: 1px solid #efefef;
}

.table.table-hover tr:hover {
    background-color: #f8f8f8;
}

.users-container table td {
    padding-bottom: 8px;
}

.edit-page-section-heading {
    font-weight: bold;
    font-size: 18px;
}

.auth-six-digit-code {
    display: flex;
    width: 290px;
    margin: 40px auto;
}

.auth-six-digit-code-col {
    margin: 0;
    width: 70px;
    height: 53px;
    border: 1px solid #CACACA;
    background: #FFFFFF;
    text-align: center;
}

.auth-six-digit-code-col:nth-child(1), .auth-six-digit-code-col:nth-child(1) input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
}

.auth-six-digit-code-col:nth-child(3), .auth-six-digit-code-col:nth-child(3) input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
}

.auth-six-digit-code-col:nth-child(5), .auth-six-digit-code-col:nth-child(5) input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
}

.auth-six-digit-code-col:nth-child(7), .auth-six-digit-code-col:nth-child(7) input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
}

.auth-six-digit-code-gap {
    border: 0 !important;
    padding: 1px;
    width: 65px;
    height: 53px;
    font-size: 2.3em;
    background-color: transparent;
}

.auth-password-input {
    margin-top:10px;
}

.text-centered {
    width: 100% !important;
    text-align: center !important;
}

.twoFactorBanner {
    justify-content: center !important;
    background-color: #FFC107 !important;
    height: 3rem !important;
}

.twoFactorBannerEnableButton {
    margin-left: 6px;
    padding: 3px 13px 3px 10px;
    color: white;
    border-radius: 15px;
    white-space: nowrap;
    border: none;
    outline: none !important;
    text-decoration: none !important;
}

.enableTwoFactor-modal {
    color: black !important;
}

.enable-two-factor-success {
    width: 135px;
    padding: 0px 0px 10px 0px;
}
    
.input-auth-six-digit-code {
    border: 0;
    padding: 0;
    width: 100%;
    height: 51px;
    text-align: center;
    margin: 0;
    font-size: 30px;
    outline: 0;
    text-indent: 0;
}

.checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.clear-both {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.bold {
    font-weight: 700;
}

.small {
    font-size: 12px;
}

.user-email-container {
    position: relative;
    top: -4px;
}

.alert-section {
    padding-top: 7px;
}

.bottom-spacer {
    padding-bottom: 5px;
}

.danger-zone-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.list-image-container {
    padding-top: 20px !important;
}

.list-image {
    padding-right: 8px;
    color: #333;
    font-size: 1.3rem;
}

.action-button {
    cursor: pointer;
}

.action-button-delete {
    color: #c82333;
}

.action-container {
    width: 75px;
}

.auth-code-link {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #337AB7;
}

.auth-code-link:hover {
    color: #0087F0;
    text-decoration: underline;
    cursor: pointer;
}

.auth-code-manually {
    padding: 0px;
    font-size: 22px;
    border: 1px solid #CCCCCC;
    color: #333333;
    border-radius: 5px;
    margin: 16px auto 10px auto;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.auth-qr-barcode-img {
    margin: 10px auto;
    display: block;
    width: 200px;
}

.badge-light-bordered {
    color: #333;
    background-color: #efefef;
    border: 1px solid #ddd;
}

.badge-clear {
    background-color: #ffffff;
    border: 1px solid #efefef;
}

.badge-clientid {
    font-weight: 100;
    font-size: 12px;
    color: #999;
    padding-left: 0px;
}

.badge-subtitle {
    font-size: 10px;
    position: relative;
    top: -15px;
    left: 5px;
    padding: 4px 5px 4px 5px;
    font-weight: 700;
    border: 1px solid #dfdfdf;
}

.badge-subtitle-annimation {
    position: relative;
    top: -13px;
    left: 5px;
}

.badge-light {
    background-color: #efefef;
}

.badge-boolean-off {
    background-color: #aaaaaa;
}

.badge-boolean-on {
    background-color: #28a745;
}

.badge-boolean-value {
    padding: 6px 6px 6px 6px;
    width: 35px;
    border-radius: 15px;
}

.badge-text-success {
    color: #28a745;
}

.badge-icon {
    font-size: 9px;
}

.badge-left-offset {
    margin-left: 5px;
}

.oidc-wrapper {
    width: 100%;
    overflow-wrap: anywhere;
    font-size: 15px;
    font-weight: bold;
    color: #15AD00;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #efefef;
    border-radius: 5px;
}

.oidc-button-wrapper {
    padding: 10px 0px 10px 0px;
}

.oidc-button-wrapper button {
    width: 100%;
}

.oidc-title {
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 10px;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.setting-text {
    font-family: monospace;
}

.setting-number {
    font-family: monospace;
}

.full-width {
    width: 100%;
}

.application-key {
    position: relative;
    top: -2px;
    left: 4px;
}

.application-client-id {
    font-size: 14px;
}

.application-new {
    padding: 3px 10px 3px 10px;
    color: white;
    border-radius: 15px;
    white-space: nowrap;
    border: none;
    outline: none;
}

.application-btn-container {
    float: right;
    padding: 10px 0px 15px 0px;
}

.application-new-icon {
    font-size: 12px;
    position: relative;
    top: 0px;
    padding-right: 5px;
}

.applications-back {
    padding: 5px 0px 10px 0px;
    font-size: 14px;
    font-weight: 700;
    float: right;
}

.applications-back a {
    color: #6c757d;
}

.application-eye {
    position: relative;
    right: 50px;
    float: right;
    top: -30px;
    cursor: pointer;
    height: 0px;
    color: #495057;
}

.application-copy {
    position: relative;
    right: 15px;
    float: right;
    top: -30px;
    cursor: pointer;
    height: 0px;
    color: #495057;
}

.application-key {
    font-size: 10px;
    position: relative;
    top: -1px;
}

.text-mono-space {
    font-family: monospace;
}

.text-no-wrap {
    white-space: nowrap;
}

.title-applications {
    float: left;
    padding-top: 10px;
}

.title-support {
    padding-top: 10px;
}

.title-application {
    padding-top: 10px;
}

.subtitle-applications {
    font-size: 15px;
    padding: 10px 0px 15px 0px;
}

.subtitle-users {
    font-size: 15px;
    padding: 0px 0px 0px 0px;
}

.support-container {
    padding: 10px 0px 0px 0px;
}

.loading-data {
    position: absolute;
    left: 10px;
}

.auth-person {
    border: 2px solid #6c757d;
    border-radius: 50%;
    padding: 5px 5px 5px 5px;
    margin-right: 4px;
    color: #6c757d;
    background-color: #dddddd;
}

.auth-name {
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -1px;
    color: #6c757d;
}

.auth-notauth {
    text-align: center;
    padding: 15px;
}

.auth-notauth p {
    color: #999;
    padding: 7px 10px 5px 10px;
}

.auth-signin {
    background-color: #0487F0;
    padding: 2px 10px 4px 10px;
    color: white;
    border-radius: 15px;
    white-space: nowrap;
    border: none;
    outline: none !important;
    text-decoration: none !important;
}

.auth-signout {
    padding: 2px 10px 4px 10px;
    color: white;
    border-radius: 15px;
    white-space: nowrap;
    border: none;
    outline: none !important;
    text-decoration: none !important;
}

.auth-signin:hover {
    color: white !important;
    background-color: #0487F0;
}
.auth-signout:hover {
    color: white !important;
    background-color: #cc001e;
}

.support-assistant-title {
    font-weight: bold;
    margin-bottom: 6px;
}

.support-assistant-subscription {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 2px 1px 2px 10px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.support-assistant-get-password {
    background-color: #0487F0;
    padding: 3px 10px 3px 10px;
    color: white;
    border-radius: 15px;
    white-space: nowrap;
    border: none;
    outline: none;
}

.support-assistant-password {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 2px 1px 2px 10px;
    margin-left: -1px;
    color: #28a745;
    font-weight: bold;
}

.support-assistant-busy {
    padding-left: 10px;
    margin-top: -2px;
}

.support-assistant-invalid {
    padding-left: 3px;
    white-space: nowrap;
}

.loader {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    font-size: 30px;
    font-weight: 400;
    color: #ddd;
}

.loader-annimation {
    padding-top: 20px;
}

.footer {
    height: 55px;
    border-top: 1px solid #efefef;
    background-color: #fafafa;
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.footer-left {
    float: left;
    text-align: left;
    padding-top: 15px;
    padding-left: 15px;
}

.footer-right {
    float: right;
    text-align: right;
    padding-top: 15px;
    padding-right: 15px;
}

.footer-logo {
    height: 25px;
    padding-right: 6px;
    position: relative;
    top: -2px;
}

.about-message {
    padding: 15px 20px 10px 20px;
    font-size: 18px;
}

.about-version {
    color: #999;
}

.text-center {
    text-align: center;
}

.wrap-text {
    word-wrap: break-word;
}

.pod-1 {
    background-color: #ec027e;
}

.pod-2 {
    background-color: #cc001e;
}

.pod-3 {
    background-color: #A30094;
}

.pod-4 {
    background-color: #f2a700;
}

.pod-5 {
    background-color: #ef7d00;
}

.pod-6 {
    background-color: #80bc00;
}

.pod-7 {
    background-color: #00BDFF;
}

.pod-8 {
    background-color: #6600AF;
}

.pod-9 {
    background-color: #00a57a;
}

.pod-10 {
    background-color: #007fa3;
}

.pod-11 {
    background-color: #328C45;
}

.pod-12 {
    background-color: #0087f0;
}

.pod {
    color: white;
    text-align: center;
    padding: 10px;
    height: 280px;
    border: 5px solid white;
    overflow: hidden;
}

.pod-title {
    font-size: 20px;
    font-weight: bold;
    height: 55px;
}

.pod-sub-titles {
}

.pod-sub-title {
}

.pod-value {
    font-size: 55px;
    font-weight: bold;
    padding: 15px;
    padding: 15px 0px 15px 0px;
    height: 112px;
}

.pod-sub-values {
    margin-top: -25px;
    font-size: 14px;
    font-weight: bold;
    color: #ddd;
    height: 86px;
}

.pod-sub-value {
}

.pod-timestamp {
    position: relative;
    top: 16px;
    font-size: 11px;
    filter: brightness(1.2);
    padding: 0px;
    margin: 0px;
    left: -10px;
    width: calc(100% + 20px);
    color: #ccc;
}

.loading-panel {
    text-align: center;
    padding: 29px;
    font-size: 20px;
}


.btn-primary {
    color: #fff;
    background-color: #0087F0;
    border-color: #0087F0;
}

.btn-annimation {
    position: relative;
    top: -1px;
    left: -3px;
}

.btn-publish {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}

.btn-publish:hover {
    color: #fff;
    background-color: #d45b34;
    border-color: #d45b34;
}

.btn-inline {
    border-radius: 25px;
    padding: 2px 10px 3px 10px;
}

.pulse-button {
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: pulse 1.5s 3;
}

.pulse-button:hover {
    -webkit-animation: none;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
    padding-bottom: 64px;
}

.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}

.main .top-row > a, .main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-color: #263B4C;
}

.sidebar .top-row {
    background-color: #263B4C;
}

.sidebar .navbar-brand {
    font-size: 1.1rem;
    font-weight: bold;
    opacity: 0.25;
}

.sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.sidebar .nav-item:last-of-type {
    padding-bottom: 1rem;
}

.sidebar .nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.sidebar .nav-item a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.sidebar .nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.content {
    padding-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.alert-danger {
    color: #721c24;
    background-color: rgb(251, 238, 237);
    border: none;
    border-left: 0.5rem solid rgb(195, 47, 38);
    border-radius: 4px;
}

.alert-danger-zone {
    padding: 20px;
}

.alert-danger-zone-message {
    padding-top: 10px;
}

.alert-error {
    color: #fff;
    background-color: #dc3545;
    border-color: #d61527;
}

.alert-summary-zone {
    padding: 25px 10px 15px 35px;
}

.alert-summary {
    color: #333333;
    background-color: #fafafa;
    border-color: #efefef;
}

.alert-summary-clear-zone {
    padding: 20px 20px 10px 20px;
}

.alert-summary-clear {
    color: #333333;
    background-color: #ffffff;
    border-color: #efefef;
}

.alert-container-in-modal {
    margin: 0px 17px 0px 17px
}

.getting-started-logo {
    height: 110px;
    position: relative;
    top: 14px;
}

.form-client-tab {
    padding-top: 8px;
}

.modal-body {
    padding: 1.2rem;
}

.modal-container {
    display: block;
    background-color: rgba(10,10,10,.8);
}

.modal-section {
    padding: 0px 0px 15px 0px;
}

.modal-toggle-button {
    display: block;
}

.logged-out-logo {
    width: 250px;
    padding: 10px 0px 50px 0px;
}

.pointer {
    cursor: pointer
}

.logging-in-logo {
    width: 150px;
    padding: 10px 0px 40px 0px;
    opacity: 0.1;
}

.index-logo {
    width: 300px;
    padding: 10px 0px 40px 0px;
    opacity: 0.05;
}

.index-logo-container {
    position: absolute;
    bottom: 0;
    right: 0;
}

.pagination {
    padding-top: 10px;
}

.pagination span {
    z-index: 100;
}

.pagination-footer {
    text-align: right;
    position: relative;
    top: -5px;
}

.grant-types {
    margin-right: 5px;
}

.settings-page {
    width: 100%;
    height: 260px;
    border: 0px;
}

/*Background*/
    .toggleButton {
    position: relative;
    height: 36px;
    width: 66px;
    border-radius: 20px;
    background: #6c757d;
    appearance: none;
    cursor: pointer;
    border: 3px solid #dee2e6;
}

/*This is the circle within the background*/
.toggleButton:before {
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    transform: scale(0.85);
    border-radius: 50%;
    background: white;
    transition: .5s;
}

.table-icon {
    width: 40px;
}

.dragging-tr {
    background-image: linear-gradient(135deg, #C0CAD2 10%, transparent 10%, transparent 50%, #C0CAD2 50%, #C0CAD2 60%, transparent 60%, transparent 100%) !important;
    background-size: 7px 7px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.action-log-properties-table-container {
    background-color: #f8f8f8;
    border-bottom: solid 3px #c7bebe !important;
}

.action-log-properties-table {
    max-width: 1181px;
}

.action-log-active-chevron {
   color: #0087f0;
}

.action-log-table-row > td {
    vertical-align: middle !important;
}
.action-log-table-row:hover {
    cursor: pointer;
}

.action-log-header {
    border: none !important;
}

.auto-table {
    table-layout: auto;
}

.applications-container a {
    overflow-wrap: break-word;
}

.support-container a {
    overflow-wrap: break-word;
}

.toggleButton:checked:before {
    left: 30px;  
}

.toggleButton:checked {
    background: #28a745
}

.blazored-toast {
    padding: 6px 10px 15px 15px !important;
    width: 25rem !important;
}

.blazored-toast-container {
    z-index: 999999 !important;
}

.blazored-toast-heading {
    font-size: 22px !important;
    text-transform: none !important;
}

.blazored-toast-success {
    background-color: #28a745 !important;
}

.blazored-toast-info {
    background-color: #007bff !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(1);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

@media (max-width: 875px) {
    .main .top-row:not(.auth) {
        /*display: none;*/
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    .media-no-mobile {
        display: none !important;
    }

    .badge-subtitle {
        padding: 4px 5px 4px 5px;
    }

    .mobile-full-width {
        width:100%;
    }

    .twoFactorBanner {
        justify-content: center !important;
        height: 4.5rem !important;
        text-align: center;
    }

    .twoFactorBannerEnableButton {
        width: 60%;
        margin-top: 5px;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .main > div {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 1100px) {
    .pod-value {
        font-size: 45px;
    }

    .pod-title {
        font-size: 15px;
    }
}

.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding:10px;
}