﻿@charset "UTF-8";

:root {
    --mbgcolor: #BB8FCE;
    --sbgcolor: #8E44AD;
}

body {
    margin: 0;
    font-size: 1.2rem;
}

input, select {
    font-size: 18px;
    margin-right: 0.2rem;
}

    input[type="text"] {
        margin: 0.3rem 0 0.3rem 0;
        font-size: 16px;
        line-height: 20px;
        color: #24292e;
        vertical-align: middle;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: right 8px center;
        border: 1px solid blue;
        border-radius: 6px;
        outline: none;
        box-shadow: rgba(225, 228, 232, 0.2) 0px 1px 0px 0px inset;
    }

        input[type="text"]:focus {
            border-color: #0366d6;
            outline: none;
            box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
        }

    input[type="password"] {
        /*padding: 5px 12px;*/
        margin: 0.3rem 0 0.3rem 0;
        font-size: 16px;
        line-height: 20px;
        color: #24292e;
        vertical-align: middle;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: right 8px center;
        border: 1px solid blue;
        border-radius: 6px;
        outline: none;
        box-shadow: rgba(225, 228, 232, 0.2) 0px 1px 0px 0px inset;
    }

        input[type="password"]:focus {
            border-color: #0366d6;
            outline: none;
            box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
        }

textarea {
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid blue;
}

input[type="checkbox"] {
    width: 1.3rem;
    height: 1.3rem;
    vertical-align: middle;
}

input[type="submit"] {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    border-radius: 500px;
    transition-property: background-color,border-color,color,box-shadow,filter;
    transition-duration: .3s;
    border: 1px solid transparent;
    letter-spacing: 2px;
    min-width: 100px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 700;
    text-align: center;
    /*padding: 10px 20px;*/
    color: #fff;
    background-color: #1ED760;
    height: 35px;
}

    input[type="submit"]:hover {
        transform: scale(1.04);
        background-color: #21e065;
    }

.select {
    background-color: aqua;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
    height: 35px;
    border: none;
    border-radius: 0.5em;
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .select option {
        list-style: none;
        position: absolute;
        top: 3.2em;
        width: 100%;
        border-radius: 0.5em;
    }

        .select option:hover {
            background: #1d1f24;
            cursor: pointer;
        }

table tr td {
    vertical-align: top;
}


/*----------------site master--------------*/

.container {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
}

.body-content {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
}

.footer-content {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
}

/*----------------close site master--------------*/

/*----------------bar--------------*/
.navbar {
    background-color: var(--mbgcolor);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-brand {
    padding-top: 1rem;
    float: left;
    padding: 0 0 0 0;
}

.navbar-brand-item {

    padding: 0 0 0 0;
    font-size: 2.25rem;
    color: white;
    text-decoration: none;
    float: left;
    height:80px;
}

    .navbar-brand-item:hover, .navbar-brand-item:focus {
        color: greenyellow;
    }

.navbar-nav {
    padding-top: 1rem;
    float: left;
}

.navbar-nav-item {
}

    .navbar-nav-item ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .navbar-nav-item li {
        color: #fff;
        background: var(--mbgcolor);
        display: block;
        float: left;
        padding: 1rem;
        position: relative;
        transition-duration: 0.5s;
        width: max-content;
        border-radius: 0.5em;
    }

        .navbar-nav-item li:hover, .navbar-nav-item li:focus {
            background-color: var(--sbgcolor);
            border-radius: 0.5em;
        }

        .navbar-nav-item li a {
            color: #fff;
            text-decoration: none;
        }

            .navbar-nav-item li a:hover, .navbar-nav-item li a:focus {
                color: orangered;
            }

.navbar-user {
    padding-top: 1.3rem;
    padding-right: 0rem;
    float: right;
}

.navbar-user-item {
    font-size: 1.25rem;
    padding-left: 0rem;
    padding-right: 0.5rem;
}

    .navbar-user-item ul {
        list-style: none;
        margin: 0 0 0 0;
        padding-left: 0;
    }

    .navbar-user-item li {
        background: var(--mbgcolor);
        padding: 0.5rem 0 0.5rem 0;
        text-align: center;
        min-width: 180px;
        border-radius: 0.5em;
    }

        .navbar-user-item li:hover, .navbar-user-item li:focus {
            background-color: var(--sbgcolor);
            border-radius: 0.5em;
        }

        .navbar-user-item li a {
            color: white;
            text-decoration: none;
        }

            .navbar-user-item li a:hover, .navbar-user-item li a:focus {
                color: gold;
            }

.body-content {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
}

.footer-content {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
}

/*----------------close bar--------------*/

/*----------------grid--------------*/
.grid {
    word-wrap: break-word;
    /*table-layout: fixed;*/
    overflow: scroll;
    border: none;
    vertical-align: top;
}

    .grid tr th {
        padding: 2px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        color: #212f3d;
        background-color: #bdc3c7;
        border: 1px solid black;
        /*position: sticky;*/
        top: 0;
        left: 0;
    }

    .grid td {
        border: 0.1rem solid black;
        padding: 0.2rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        /*white-space: pre-wrap;*/
    }

        .grid td img {
            /*margin: 0rem 0rem -0.3rem -0.6rem;*/
            margin-top: 0rem;
            margin-bottom: -0.3rem;
        }

        .grid a {
            text-decoration: none;
        }

    .grid pre {
        /*border: 0.1rem solid black;*/
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

.gridbg tr:nth-child(even) {
    background-color: #d6eaf8;
}

.gridbg tr:nth-child(odd) {
    background-color: #fdfefe;
}

.gridth tr th {
    white-space: nowrap;
}

.gridtd tr td {
    white-space: nowrap;
}

/*----------------close grid--------------*/

/*----------------mpe--------------*/
.ModalPopupBG {
    background-color: #666699;
    opacity: 0.7;
}
/*----------------close mpe--------------*/
/* Basic styling */

/*----------------chart--------------*/

.Container1 {
    /*display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    gap: 4px;*/
    border: 1px solid red;
    width: 100%;
    float: left;
}

.Chart1 {
    border: 1px solid blue;
    /*color: blue;*/
    /*font-size: 1.25rem;*/
    /*display: block;*/
    max-width: fit-content;
    text-align: center;
    float: left;
    /*padding: 1rem 1rem 1rem 1rem;*/
}

.GView1 {
    border: 1px solid green;
    /*color: blue;*/
    /*font-size: 1.25rem;*/
    /*display: block;*/
    max-width: fit-content;
    float: left;
    /*padding: 1rem 1rem 1rem 1rem;*/
}


/*----------------close mpe--------------*/

ul.ks-cboxtags {
    list-style: none;
    padding: 0px;
}

    ul.ks-cboxtags li {
        display: inline;
    }

        ul.ks-cboxtags li label {
            display: inline-block;
            background-color: rgba(255, 255, 255, .9);
            border: 2px solid rgba(139, 139, 139, .3);
            color: #adadad;
            border-radius: 25px;
            white-space: nowrap;
            margin: 0.5px 0px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s;
        }

        ul.ks-cboxtags li label {
            padding: 8px 12px;
            cursor: pointer;
        }

            ul.ks-cboxtags li label::before {
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                /*font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 12px;*/
                padding: 2px 6px 2px 2px;
                content: "+";
                transition: transform .3s ease-in-out;
            }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
            content: "√";
            transform: rotate(-360deg);
            transition: transform .3s ease-in-out;
        }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label {
            border: 2px solid #1bdbf8;
            background-color: #12bbd4;
            color: #fff;
            transition: all .2s;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            display: absolute;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            position: absolute;
            opacity: 0;
        }

            ul.ks-cboxtags li input[type="checkbox"]:focus + label {
                border: 2px solid #e9a1ff;
            }



