﻿body {
    font-family: Microsoft JhengHei !important;
    padding-top: 70px;
}

.h1 {
    font-family: Microsoft JhengHei !important;
}

.head_border_radius {
    font-weight: bold;
    border-radius: 10px;
    padding: 5px;
    background-color: rgb(115, 192, 244);
    box-shadow: 1px 1px 1px 1px #fff;
    color: black;
}

.obs_head_border_radius {
    font-weight: bold;
    border-radius: 10px;
    padding: 5px;
    background-color: rgb(143, 79, 6);
    box-shadow: 1px 1px 1px 1px #fff;
    color: white;
}

.border_radius_leg {
    border-radius: 10px;
    padding: 1px;
    margin: 1px;
}

.border_radius {
    margin: 2px;
    padding: 5px;
    background: rgb(230, 239, 243);
    border-radius: 10px;
    height: 380px;
    box-shadow: 1px 1px 1px 1px #cccccc;
    border-color: rgba(0,0,0,0);
}

.obs_border_radius {
    margin: 2px;
    padding: 5px;
    background: rgb(243, 228, 198);
    border-radius: 10px;
    height: 380px;
    box-shadow: 1px 1px 1px 1px #cccccc;
    border-color: rgba(0,0,0,0);
}

.text_over {
    line-height: 350px;
    overflow: auto;
    overflow-x: hidden;
}

.text_time {
    text-shadow: 5px 5px 5px 5px inherit #cccccc;
    z-index: auto;
    color: rgb(143, 79, 6);
    /*background-color:rgba(255,255,255,0.4);*/
}

.text {
    font-size: x-large;
    text-align: center;
}

.line_blue {
    border: 0;
    background-color: #09f;
    background-image: -webkit-linear-gradient(left,#fff,#09f,#fff );
    height: 1px;
    margin-top: 10px;
}

.padding_col {
    padding-left: 1px;
    padding-right: 1px;
}
/*circle*/
.bg-color-over {
    background-color: rgb(191, 32, 159);
}

.bg-color-warning1 {
    background-color: #ff5f2e;
}

.bg-color-warning2 {
    background-color: #fcbe32;
}

.bg-color-warning3 {
    background-color: #FFFF2E;
    color: #000000;
}

.mit_text_over {
    color: rgb(191, 32, 159);
    background-color: rgba(0,0,0,0);
    text-shadow: -1px -1px 0 #999999, 1px -1px 0 #999999, -1px 1px 0 #999999, -1px 1px 0 #999999;
}

.mit_text_warning1 {
    color: #ff5f2e;
    background-color: rgba(0,0,0,0);
    text-shadow: -1px -1px 0 #999999, 1px -1px 0 #999999, -1px 1px 0 #999999, -1px 1px 0 #999999;
}

.mit_text_warning2 {
    color: #fcbe32;
    background-color: rgba(0,0,0,0);
    text-shadow: -1px -1px 0 #999999, 1px -1px 0 #999999, -1px 1px 0 #999999, -1px 1px 0 #999999;
}

.mit_text_warning3 {
    color: #FFFF2E;
    background-color: rgba(0,0,0,0);
    text-shadow: -1px -1px 0 #999999, 1px -1px 0 #999999, -1px 1px 0 #999999, -1px 1px 0 #999999;
}

.shape-circle {
    padding: 5px;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    box-shadow: 1px 1px 1px 1px #cccccc;
    float: left;
    line-height: 10px;
    animation: myfirst 0s;
    animation-iteration-count: infinite;
}

@keyframes myfirst {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1.0;
    }
}

.abgne-loading-20140104-2 {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading {
    border: 3px solid rgb(143, 79, 6);
    border-top: 3px solid rgba(0, 78, 102,0);
    border-bottom: 3px solid rgba(0, 78, 102,0);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -o-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
}

.word {
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(143, 79, 6);
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft JhengHei, arial;
    margin: 10px 0 0 10px;
    padding: 0;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.panel_text {
    font-size: 26px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollbar {
    scrollbar-base-color: rgb(243, 228, 198);
    scrollbar-arrow-color: rgb(143, 79, 6);
    scrollbar-darkshadow-color: #cccccc;
}

.div_bottom_right {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.text-indent {
    text-indent: 1em;
    list-style-position: inside;
}
/*for img padding*/
.navbar .navbar-brand {
    padding-top: 5px;
}

.text-cursor {
    cursor: pointer;
}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.title {
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6), -1px -1px 1px rgba(204, 204, 204,0.4);
    font-size: 2.0rem;
}

.subfonttitle {
    font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
    /* for legend*/
    .legend {
        line-height: 12px;
        color: #555;
    }

        .legend i {
            width: 5px;
            height: 5px;
            float: left;
            margin-right: 8px;
            opacity: 0.7;
        }

    .fonttitle {
        font-size: 22px;
    }





    .card-padding {
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 0px;
        padding-right: 0px;
    }



    .paragraph {
        margin-left: 3em;
    }
}

@media screen and (max-width: 769px) {
    /* for legend*/
    .legend {
        line-height: 12px;
        color: #555;
    }

        .legend i {
            width: 5px;
            height: 5px;
            float: left;
            margin-right: 8px;
            opacity: 0.7;
        }

    .fonttitle {
        font-size: 18px;
    }




    .navbar-text {
        font-size: 18px;
    }

    .paragraph {
        margin-left: 2em;
    }
}

@media screen and (orientation: portrait) {
    /* for legend*/
    .legend {
        line-height: 12px;
        color: #555;
    }

        .legend i {
            width: 10px;
            height: 10px;
            float: left;
            margin-right: 8px;
            opacity: 0.7;
        }

    .fonttitle {
        font-size: 6vmin;
    }





    .navbar-text {
        font-size: 16px;
    }

    .card-padding {
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .paragraph {
        margin-left: 2em;
    }
}
/*.container-fluid{
            padding-top: 60px;
        }*/

a, .div-underline, a:not([href]) {
    text-decoration: underline;
    text-decoration-color: gainsboro;
}

    .div-underline:hover {
        text-decoration: none;
    }

