﻿.navbar-fixed-top {
    z-index: 999;
}

* {
    -webkit-overflow-scrolling: touch;
}

input[type=button] {
    outline: none;
}

.nodeco {
    text-decoration: none !important;
}

.glyphicon {
    margin-right: 5px;
}

a, .pointer {
    cursor: pointer;
}

.hiddenscroll::-webkit-scrollbar {
    display: none;
}

.color-white {
    color: white !important;
}

.color-black {
    color: black !important;
}

.color-transparent {
    color: transparent !important;
}

.color-green {
    color: green !important;
}

.color-lightblue {
    color: lightblue !important;
}

.color-red {
    color: red !important;
}


.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.font-bold {
    font-weight: bold;
}

.back-gray {
    background: none;
    background-color: gray;
}

.back-transparent {
    background: none;
    background-color: transparent;
}

.back-white {
    background: none;
    background-color: white;
}

.border-white {
    border: 1px solid white;
}

.border-blue {
    border: 1px solid blue;
}

.border-red {
    border: 1px solid red;
}

.border-none {
    border: none;
}

.margin-top-bar {
    margin-top: -100px;
}

.margin_5px_lr {
    margin: 0 5px;
}

.margin-bottom-no {
    margin-bottom: 0 !important;
}

.padding-top-bottom-no {
    padding-top: 0;
    padding-bottom: 0;
}

.padding_five_px {
    padding: 5px;
}

.cell_padding_1 {
    padding: 5px;
}

.display-inline-block {
    display: inline-block;
}

.marquee-height {
    height: 25px;
}

.display-inline {
    display: inline;
}

.display-hidden {
    display: none;
}

.popBack {
    z-index: 1000;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";*/ /* first!*/
    /*filter: alpha(opacity=40);*/ /* second!*/
    /*background-color: black;*/
    background-color: white;
    /*display: none;*/
    /*width: 100%;
    height: 100%;*/
}

/*有加透明度*/
.popBack2 {
    z-index: 1000;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* first!*/
    filter: alpha(opacity=40); /* second!*/
    background-color: white;
}

.popcontent {
    z-index: 1010;
    width: 50%;
    margin-left: 25%;
    margin-top: 10%;
    position: absolute;
    padding: 1%;
    text-align: left;
    max-width: 1000px;
    background-color: white;
    border: 1px solid black;
}

.addpanel {
    z-index: 1000;
    width: 60%;
    position: fixed;
    top: 10%;
    left: 15%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 3%;
    text-align: left;
    padding-top: 3%;
    background-color: white;
    display: none;
    border-radius: 10px;
    font-weight: bolder;
}

.HeadImgPanelDiv {
    margin-top: -125px;
    top: 50%;
    left: 50%;
    text-align: center;
}

.width_hundred {
    width: 100%;
}

.width_eighty {
    width: 80%;
}

.width_three_two {
    width: 66%;
}

.width_three_one {
    width: 33%;
}

.width_fifty_px {
    width: 50px;
}

.width_fifty {
    width: 50%;
}

.width_tewnty_px {
    width: 20px;
}

.width_auto_important {
    width: auto !important;
}

.height_hundred {
    height: 100%;
}

.height_100 {
    height: 100px;
}

.height_185 {
    height: 185px;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.clear {
    zoom: 1;
    clear: both;
}

.mwt_mwt_slider_scroll {
    top: 30%;
    right: -100px;
    width: 100px;
    position: fixed;
    z-index: 9999;
}

.mwt_slider_content {
    background: #FFF5DC;
    text-align: center;
    padding: 20px 15px;
}

.mwt_fb_tab {
    position: absolute;
    top: 13px;
    left: -24px;
    width: 24px;
    background: #FFF5DC;
    color: #5F5F5F;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 9px 0;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

    .mwt_fb_tab span {
        display: block;
        height: 12px;
        padding: 1px 0;
        line-height: 12px;
        text-transform: uppercase;
        font-size: 12px;
    }

.border-bottom-dotted {
    border-bottom: 1px dotted white;
}

.verticle_top {
    vertical-align: top !important;
}

.QA-margin-left {
    margin-left: 25px;
}

.overflow_auto {
    overflow: auto;
}
/*}*/

/*分散對齊*/
.justify_seperate_center {
    /*height: 21px;*/
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph; /*IE9*/
    -moz-text-align-last: justify; /*Firefox*/
    -webkit-text-align-last: justify; /*Chrome*/
}

    .justify_seperate_center::after {
        display: inline-block;
        width: 100%;
        height: 0;
        overflow: hidden;
        content: '';
        vertical-align: top;
    }

.top_nav_info_container {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    cursor: auto;
    text-decoration: none !important;
    /*padding:11px !important;
    vertical-align: middle;*/
}

.top_nav_info {
    border-radius: 3px;
    padding: 1px 0;
    border-bottom: 1px solid gray;
    height: 30px;
    line-height: 1;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    margin-right: 2px;
    filter: invert(66%) sepia(8%) saturate(5790%) hue-rotate(186deg) brightness(115%) contrast(87%);
    border-radius: 4px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(66%) sepia(8%) saturate(5790%) hue-rotate(186deg) brightness(115%) contrast(87%);
    border-radius: 4px;
}
