body {
    font-family: '微軟正黑體';
}

.nav-wrapper {
    font-family: 'Josefin Sans', sans-serif;
}

li a {
    font-family: '微軟正黑體';
}

.text-right {
    text-align: right;
}

.btn-text-blue {
    color: #2196F3;
}

.btn-text-red {
    color: #CC0000;
}

.btn-border {
    border: 0.5px solid #d1d1d1;
}

.form-head-shadow {
    box-shadow: -2px -1px 3px #d1d1d1;
    -webkit-box-shadow: -2px -1px 3px #d1d1d1;
    -moz-box-shadow: -2px -1px 3px #d1d1d1;
    border-radius: 3px;
}

tr label {
    padding-left: 10px;
}

[type="checkbox"]+span:not(.lever) {
    padding-left: 10px !important;
}

.btn-width {
    width: 80px;
}

.titlepadding {
    padding: 20px 0px;
}


/* authority management */
#modal1 {
    width: 500px;
    border-radius: 10px;
    height: 80%;
}

#modal1 span {
    font-size: 30px;
}

.lineheight {
    padding-bottom: 10px !important;
    font-size: 20px !important;
}

.modalbtn {
    border: 1px solid black;
    background-color: Transparent !important;
    color: black;
    box-shadow: none;
}

.sendbtn {
    padding-right: 10px !important;
}

#subBtn {
    /* padding-right: 10px !important; */
    border: none;
    color: white;
    background-color: #607d8b !important;
    box-shadow:none;
}

.chip .material-icons.close {
    display: none !important;
}

.chip{
    cursor: pointer;
}

.rightbtn {
    margin-right: 12px;
}