﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@media print {
    /* 列印時專用樣式 */
    * {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
        margin: 0 0 0 5px;
    }
}

.cardcenter {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
    width: 30rem;
}

.recordDialog {
    max-width: 100vw;
    max-height: 100vh;
}

.parentFullWidth {
    max-width: calc(100vw - 250px - 32px - 24px);
}

.dialogSize {
    min-width: 95vw;
    min-height: 90vh;
}

.fixSidebar {
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    width: 250px;
    -ms-overflow-style: none; /* IE and Edge */
}

    .fixSidebar::-webkit-scrollbar {
        display: none;
    }

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.95;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: block;
}

﻿.confirm-box-width {
}

﻿.message-box-width {
}

.cursor-pointer {
    cursor: pointer;
}

.hidden-button {
    display: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.content-title {
    margin-bottom: 10px;
    background-color: #717D7E;
    padding: 2px 2px 2px 5px;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    color: #f8f9fa;
    font-size: 1.2em !important;
}

    .content-title.green {
        background-color: #38B997;
    }

    .content-title.blue {
        background-color: #1982c4;
    }

.file-title {
    background-color: #ddb892;
    padding: 2px 10px 2px 10px;
    /*border-radius: 15px;*/
    border-radius: 8px;
    color: white;
    font-size: 1.15em !important;
}

.must {
    color: red;
    margin-right: 1px;
}

.photo-box {
    width: 40%;
}

.btn-color-blue {
    background: linear-gradient(#3B2FCC,#71CAF7);
    border: none !important;
    color: white;
}

    .btn-color-blue:hover {
        background: linear-gradient(#2F26A1,#63B1D8);
    }

.alert-red {
    color: red;
}

.textBox-xl {
    height: 250px;
}

@media (max-width: 640px) {
    .navbar {
        justify-content: start;
    }

    .navbar-brand {
        margin-left: 1rem;
    }

    .confirm-box-width {
        width: 90vw !important;
    }

    .message-box-width {
        width: 90vw !important;
    }

    .fixSidebar {
        position: initial;
        /*overflow-y: initial;*/
        height: 100%;
        width: 100vw;
        -ms-overflow-style: initial; /* IE and Edge */
    }

        .fixSidebar::-webkit-scrollbar {
            display: initial;
        }

    .cardcenter {
        width: 20rem;
    }

    .parentFullWidth {
        max-width: 100vw;
    }

    .photo-box {
        width: 100% !important;
    }
}

@media (max-width: 415px) {
    .content-title {
        width: 100%;
    }
}
