﻿input::placeholder { /* CSS 3 標準 */
    color: #37474f !important;
}

input::-webkit-input-placeholder { /* Chrome, Safari */
    color: #37474f !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #37474f !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #37474f !important;
    opacity: 1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
    -moz-appearance: textfield !important;
    -webkit-appearance: none !important;
    margin: 0
}

.file-lists {
    margin: 0 auto;
    max-width: 100%;
    background-color: white;
    font-size: 16px;
}
.file-lists li {
    height: 40px;
    line-height: 40px;
    margin-left: 0.5em;
    border: none;
    overflow: hidden;
}
.file-lists li:after, .file-uploader:after {
    content: "";
    display: table;
    clear: both;
}
.removal {
    width: 40px;
    border: none;
    background-color: #F01F4B;
    color: white;
    display: inline-block;
    height: 100%;
    float: right;
}

.removal::before {
    content: "X";
}

.removal:focus {
    outline: 0;
}


.template {
    margin: 15px 0;
}

.template .text {
    color: gray;
}

.template .box {
    padding: 5px 7px;
    margin: 0 10px;
    border: 1px solid #3fa9c9;
    border-radius: 45px 45px 45px 45px;
    font-weight: 500;
    color: #3fa9c9;
    background-color: white;
    cursor: pointer;
}

.template .box::hover {
    color: white;
    background-color: #3fa9c9;
}

.headerlink {
    overflow: hidden;
    transition: all 2s ease-in-out 0s;
}

.headerlink ul {
    height: 30px !important;
    line-height: 30px !important;
    font-size: 15px !important;
    padding: 0 !important;
}

.headerlink ul li {
    padding-bottom: 3px !important;
    padding-left: 25px !important;
    cursor: pointer;
}

.headerlink ul li:hover {
    background-color: #9e9e9e !important;
}

.youtubeVideo {
    max-width: 440px;
    max-height: 220px;
    width: 100%;
    height: 100%;
}

.toast-success {
    color: white;
    background-color: forestgreen;
}

.toast-error {
    color: white;
    background-color: salmon;
}

.toast-warning {
    color: white;
    background-color: goldenrod;
}

#chart {
    width: 100%;
    height: 500px;
}

.cursorDefault {
    cursor: default !important;
}

#Reading {
    padding-left: 18px;
    font-weight: bold;
    font-size: 20px;
}

/* password eye */
.positionRelative {
    position: relative;
}
.passwordEye {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    width: 36px;
    height: 100%;
    line-height: 100%;
    text-align: center;
    color: #707070;
}

/* named upload */
.file-upload .upload-name2 {
    width: 100%;
    display: inline-block;
    padding: .25em .5em;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #ffffff;
    border: 0px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.file-upload2 label {
    display: inline-block;
    padding: 0.2em 1em;
    color: #37474f;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #e9ecef;
    cursor: pointer;
    border: 0px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: 0em;
    width: 130px;
    text-align: center;
    margin-left: 1rem;
}

/* 修正 icon 大小 */
.cancel-box i, .cancel-box span, .agaze {
    font-size: 13px;
}

.floatnone {
    float: none;
}
.positionR {
    position: relative;
}
.floatblock {
    float: left;
    display: block;
}
.floatnone {
    float: none
}
.displayblock {
    display: block;
}
.displaynones {
    display: none ;
}

.displaynone {
    display: none !important;
}
.border03 {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.color37474 {
    color: #37474f;
}
.w60 {
    width: 60px !important;
}
.w80 {
    width: 80px;
}
.w150 {
    width: 150px;
}
.mw100 {
    max-width: 100px;
}

.mw50 {
    max-width: 50%;
}
.pr45 {
    padding-right: 45px;
}
.pl25 {
    padding-left: 25px;
}
.pb15 {
    padding-bottom: 15px;
}
.p015 {
    padding: 0px 15px;
}
.p022 {
    padding: 0px 22px;
}
.p045 {
    padding: 0 45px;
}
.mt-10 {
    margin-top: -10px !important;
}
.h0 {
    height: 0px;
}
.h50 {
    height: 50px;
    line-height: 50px;
}
.h250 {
    height: 250px;
}
.bke9ecef {
    background: #e9ecef;
}
.verticalsub {
    vertical-align: sub;
    color: #6c757d;
    font-size: 16px;
}
.textError {
    color: red;
    display: inline-block
}

.sortIcon {
    position: relative;
    line-height: 35px;
    min-height: 35px;
    margin-left: 20px;
}

.sortIcon div.arrow-up {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #6c6c74;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
}

.sortIcon div.arrow-up:hover {
    border-bottom: 8px solid red;
}

.sortIcon div.arrow-down {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #6c6c74;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
}

.sortIcon div.arrow-down:hover {
    border-top: 8px solid red;
}

.searchMultiple {
    border: 2px solid #000000;
    border-radius: 5px;
    /*border-top: 1px solid #000000;*/ /* Top border: black */
    /*border-right: 1px solid #333333;*/ /* Right border: dark gray */
    /*border-bottom: 1px solid #666666;*/ /* Bottom border: medium gray */
    /*border-left: 1px solid #999999;*/ /* Left border: light gray */
}
.searchMultiple input{
    width: 100%;
    border: 0;
    padding: 12px 16px;
}

.displyhidden {
    visibility: hidden;
    display: none;
    opacity: 0;
}