﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

header {
    height: 60px;
    /*border-bottom: 1px solid var(--border-color);
  padding-left: 20px;*/
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .plusicon {
        right: 10px !important;
        bottom: 40px;
    }
}



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.title {
    margin-bottom: 1rem;
}

.title-sub {
    margin-bottom: 1rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
    background: conic-gradient(from 31deg at 80% 65%, #be28b9 121deg, #51239f 0% 50%, #510062 0% calc(180deg + 121deg), #be008d 0%);
    color: white;
}

.bg-city {
    background-image: url("/img/city/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


div .login {
    opacity: 0.9;
    background-color: white;
    border-radius: 10px;
    margin: auto;
    vertical-align: middle;
    max-width:450px;
    height:275px;
}

.xs-logo {
    opacity: 0.9;
    background-color: white;
    border-radius: 10px;
    margin: auto;
    width: 250px;
    height: 250px;
    margin-bottom:50px;
}

.card-footer {
    background-color: unset;
    border-top: unset;
}

.plusicon {
    position:fixed;
    right:30px;
    bottom:40px;
    z-index:10;
}

section {
    min-height: 100%;
    margin-top: 7px;
    margin-bottom: 40px;
}

.navbar {
    z-index: 1040;
}

#engine-chart-1.column {
    height: 200px;
    max-width: 100%;
    margin: 0 auto;
    /*--color: #fc7;*/
    /*--color: #def;*/
    --color: #b6c4d0;
}

#engine-chart-1.column tbody tr th {
    width: 14px;
    font-size: 12px;
}

#engine-chart-1 td {
    border-radius: 2px 2px 0 0;
    border: 1px solid #999;
}

#engine-process-chart {
    border-left: solid;
    border-bottom: solid;
    border-width: 2px;
    border-color : rgb(313, 153, 153);
}

#engine-process-chart tr {
    --color: #cdcdcd;
    
}

#engine-process-chart tr td {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgb(153, 153, 153);
}

.message-pop {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 1070;
    top: 120px;
}

.message-pop-container {
    display: inline-block;
    width: 1000px;
    padding: 35px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

.message-pop-container p {
    /*color: #b8afc6;*/
    font-size: 16px;
}

@media (max-width:1024px) {
    .message-pop-container {
        width: 90%;
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    z-index: 1065;
    overflow-x: hidden;
}

.modal-header555 {
    background: linear-gradient(135deg,greenyellow 30%,yellowgreen 46%,green 100%);
}

.modal-header {
    background: conic-gradient(from var(--b) at var(--xy), var(--c0) var(--a), var(--c1) 0% 50%, var(--c2) 0% calc(180deg + var(--a)), var(--c3) 0%);
    color:white;
}

.expression-header {
    background: conic-gradient(from var(--b) at var(--xy), var(--c0) var(--a), var(--c1) 0% 50%, var(--c2) 0% calc(180deg + var(--a)), var(--c3) 0%);
    color: white;
}

.modal-header:nth-child(1) {
    --xy: 80% 65%;
    --b: 31deg;
    --a: 121deg;
    --c0: #be28b9;
    --c1: #51239f;
    --c2: #510062;
    --c3: #be008d
    /*--c0: #be5128;
        --c1: #ce9248;
        --c2: #e4c060;
        --c3: #db9c4e*/
}

.expression-header:nth-child(1) {
    --xy: 80% 65%;
    --b: 31deg;
    --a: 121deg;
    --c0: #28beae;
    --c1: #6cdfdb;
    --c2: #6c7d9c;
    --c3: #287d9c
}
/*#be28b9 #51239f #510062 #be008d*/
/*'#be5128 #ce9248 #e4c060 #db9c4e'*/

/*
.btn-primary {
    background: linear-gradient(135deg,#510062 30%,#51239f 46%,#be008d 100%);
}
*/

.btn-submit {
    /*background: linear-gradient(135deg,#032c44 30%,#1861ac 46%,#1b6ec2 100%);*/
    /*background: linear-gradient(135deg,#510062 30%,#51239f 46%,#1b6ec2 100%);*/
    background: linear-gradient(135deg,#510062 30%,#51239f 46%,#be008d 100%);
}

.charts-css.show-data-on-hover .data {
    position: absolute;
    top: -21px;
    width: 42px;
    right: -10px;
}

.form-control.input-validation-error {
    border: solid !important;
    border-width: 1px !important;
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.validation-summary-errors {
    color: #dc3545;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    border-top: none;
    list-style-type: none;
}

.text-toogle[aria-expanded=false] .text-expanded {
    display: none;
}

.text-toogle[aria-expanded=true] .text-collapsed {
    display: none;
}

.btn-expand {
    position: absolute;
    right: 50px;
    opacity: .5;
    color: #000;
}

.btn-expand:hover {
    opacity: 1;
}

.scoreGroupRow {
    background-color: rgb(146, 151, 142);
    //#698e8d;
    /*background-color: #c07caf;*/
    color: white;
}

.btn-expression, .btn-dbexpression {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    margin-right: 1.0rem !important;
    margin-top: .5rem !important;
    color: mediumvioletred;
}

.card {
    box-shadow: 3px 3px ghostwhite;
}

.expression-template {
    border-radius : 3px;
    border:solid;
    border-width:1px;
    border-color:blueviolet;
    padding:2px 5px 2px 5px;
}

.splash-logo {
    max-width: 512px;
    width: 100%;
}

.expressionmenu {
    width: 265px;
    border-right: 1px solid var(--border-color);
    background-color: #032c44;
    color: white;
    overflow-y: auto;
}