﻿/*禁止符號*/
.fa-ban{
    color:red;
}
.upload-file-link {
    color: #0d7ab1 !important;
    cursor:pointer;
}
.upload-file-link:hover {
    color: #d74227 !important;
    cursor: pointer;
}
.xgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: auto;
    padding-top: 20px;
}
.testcount {
    color: #000000;
    font-size: 1.5em;
    font-weight: bold;
}
.viewscore {
    color: blue;
    cursor: pointer;
}
.aspxcbx span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
@media(min-width:1200px) {
    .xgrid {
        grid-template-columns: repeat(4, 1fr);
        
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
        margin: 1.75rem auto;
    }
}
/*@media (min-width: 769px) {
    .modal-dialog {
        max-width: 85vw !important;
        max-height: 95vh !important;
    }
}
@media (max-width: 768px) {
    .modal-dialog {
        max-width: 95vw !important;
        max-height: 95vh !important;
    }*/
}
@media(min-width:481px) and (max-width:900px) {
    .xgrid {
        grid-template-columns: repeat(2, 1fr);
    }
    

@media(max-width:480px) {
    .xgrid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.chart-container {
    background-color: #fcfff7;
    padding: 6px;
    border: solid 1px #CCC;
    border-radius: 8px;
    box-shadow:2px 2px 8px rgba(0,0,0,.3);
}


.x-selecttool {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: auto;
    padding: 5px 0px;
    width:100%;
}
@media (max-width:768px) {
    .x-selecttool {
        justify-content: left !important;
        white-space: nowrap;
        /*min-width:1000px;*/
    }
}
.empty-chart {
    color: #e2dede;
    padding: 5px 100px;
    border: solid 1px #ccc;
}
.sorttd {
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
}

.zarrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 3px;
}

.zsortdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:nowrap;
    white-space:nowrap;
    /*min-width:200px;*/
}

.zsort[data-sort=init] {
    width: 6px;
    height: 6px;
    border-top: none;
    border-bottom: 6px solid #d7d3ce;
}

.zsort[data-sort=desc] {
    width: 6px;
    height: 6px;
    border-bottom: none;
    border-top: 6px solid #b6ff00;
}

.zsort[data-sort=asc] {
    width: 6px;
    height: 6px;
    border-top: none;
    border-bottom: 6px solid #b6ff00;
}


.step-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    margin: 0 auto 6px auto;
}

.step-frame {
    border-width: 5px;
    border-style: solid;
    border-radius: 10px;
    min-height: 160px;
    width: 100%;
    box-shadow: #AAA 1px 1px 6px 2px;
}

    .step-frame.green {
        border-color: #50b215;
    }

    .step-frame.orange {
        border-color: #eea788;
    }

.step-tab {
    padding: 5px 20px 10px 10px;
    font-weight: bold;
    display: inline;
    border-radius: 0 0 20px 0;
}

.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: white;
    color: windowtext;
    border: solid 1px #966a46;
    cursor: default;
    overflow: auto;
    font-size: 1em;
    text-align: left;
    list-style-type: square; /*無作用*/
    margin-left: 0px;
    padding-left: 0px;
    max-height: 150px;
    width: auto;
}

.autocomplete_highlightedListItem {
    background: #966a46;
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    color: white;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: white;
    color: windowtext;
    padding: 1px;
}

.lock-icon{
    font-size:1.2em;
    color:#724d1f;
}
