/* CSS Document */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
    height: 100%;
    font-family: "Tahoma", "Microsoft JhengHei", "sans-serif";
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;;
    padding: 0;
}

#header {
    width: 100%;
    height: 4rem;
    padding: 0;
    margin: 0 auto;
    background-color: #f48127;
    position: fixed;
    border-bottom-style: solid;
    border-width: 0.0625rem;
    z-index: 100;
}

#user_info {
    max-width: 100rem;
    min-width: 43.75rem;
    height: 100%;
    margin: 0 auto;
}

.logo {
    text-decoration: none;
    color: #FFF;
    font-size: 1.5rem;
    height: 2.5rem;
    width: 30rem;
    float: left;
    margin-top: 0.6rem;
}

#whoami {
    float: right;
    margin-top: 0.6rem;
}

#whoami ul {
    margin: 0;
    list-style: none;
    float: right;
}

#whoami ul > li {
    float: left;
    border-right: 0.0625rem solid;
    border-color: #4e4e4e;
    margin-left: 0.5rem;
}

#whoami ul > li a {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 2.5rem;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 1.7rem;
    padding-right: 0.5rem;
}

.link-button {
    cursor: pointer;
}

#container {
    width: 100%;
    height: 100%;
    padding-top: 4rem;
}

#workzone {
    max-width: 100rem;
    min-width: 43.75rem;
    height: 100%;
    margin: 0 auto;
}

#function_bar {
    width: 20%;
    float: left;
    margin-top: 1rem;
}

.menu-item {
    display: block;
    background-color: #dedede;
    background-repeat: no-repeat;
    background-position: 1rem center;
    text-decoration: none;
    font-size: 1.2rem;
    color: #393939;
    line-height: 2.5rem;
    padding-left: 3.5rem;
    border-bottom: 0.125rem #ffffffa8 solid;
    width: 90%;
}

.menu-item:hover {
    color: #393939;
    background-color: #bfbfbf;
}

.sel-item {
    width: 100%;
    color: #fff;
    background-color: #4d82bf;
}

#language_block {
    position: fixed;
    background-color: #000000b3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    align-items: flex-start;
    overflow-y: scroll;
    z-index: 999;
}

.languageList {
    width: 30%;
    height: 60%;
    top: calc(20%);
    left: calc(35%);
    position: absolute;
    overflow-y: auto;
}

.selLangTitle {
    color: #fff;
    background-color: #ec7a34;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    padding-left: 1rem;
}

.selLang {
    background-color: #fff;
    margin: 0;
    cursor: pointer;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    padding-left: 1rem;
    border: 0.0625rem solid #e3e1e1;
}

.selLang:hover {
    background-color: #ffecd4;
    border: 0.0625rem solid #ec7a34;
}

.selectedLang {
    color: #ef7d20;
}

#workzone_bottom {
    padding-top: 1rem;
    width: 100%;
    height: 95%;
    overflow-y: auto;
}

#item_bar {
    width: 100%;
    height: 3rem;
    margin: 0;
    border-bottom: 0.0625rem solid;
    border-color: #4e4e4e;
}

#item_bar ul {
    margin: 0;
    list-style: none;
}

#item_bar ul > li {
    float: left;
    margin-left: 0.5rem;
    cursor: pointer;
}

#item_bar ul > li a {
    color: #ef7d20;
    font-size: 1.2rem;
    display: block;
    text-decoration: none;
    line-height: 3rem;
    margin: 0 1rem;
}

.selitem {
    border-bottom: 0.3rem solid;
    border-color: #ef7d20;
}

.img_bar {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.ImgList_box {
    display: inline-block;
    margin: 0 0.1875rem 0;
    height: 12rem;
    width: 12rem;
}

#menu_block {
    position: fixed;
    background-color: #000000b3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    align-items: flex-start;
    overflow-y: scroll;
    z-index: 999;
    text-align: center;
}

.infoList {
    width: 50%;
    height: 60%;
    top: calc(20%);
    left: calc(25%);
    position: absolute;
    overflow-y: auto;
}

#side-bar {
    border-style: ridge;
    width: 15rem;
    height: 10rem;
    position: fixed;
    bottom: 1rem;
    right: 0;
    z-index: 100;
    border-color: orange;
    background: #eeeeee;
    animation-name: rise;
    animation-duration: 2s;
    animation-fill-mode:forwards;
}

.popup {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#footer {
    width: 100%;
    /*height: 1rem;*/
    background-color: #c6c6c6;
    padding: 0;
    margin: 0 auto;
    bottom: 0px;
    position: fixed;
}

#footer-body {
    color: #000;
    text-align: center;
    max-width: 100rem;
    min-width: 43.75rem;
    height: 100%;
    margin: 0 auto;
}

input[type="text"] {
    width: 100%;
    font-size: 1rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    color: #000;
    border: 0.0625rem solid #000;
}

input[type="password"] {
    width: 100%;
    font-size: 1rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    color: #000;
    border: 0.0625rem solid #000;
}

input[type="file"] {
    color: transparent;
}

.textarea {
    width: 100%;
    height: 5rem;
    padding: 0.3125rem 1rem;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    resize: none;
    color: #000;
    border: 0.0625rem solid #000;
}

input.button1 {
    width: 4rem;
    height: 1.5rem;
    color: #17385b;
    font-size: 1rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: #ececec;
    outline: none;
    margin-left: 0.3rem;
    border: 0.0625rem solid #a2a2a2;
    border-radius: 0.3rem;
}

input.button1:hover {
    color: #00ffff;
    background-color: #17385b;
}

input.button1.selbtn {
    color: #fff;
    background-color: #5dbc2d;
}

input.button1.alert.selbtn {
    color: #FFF;
    background-color: #FF0000;
}

input.button1.selbtn:hover {
    color: #00ffff;;
    background-color: #17385b;
}

input.button-close {
    font-size: 4rem;
    text-decoration: none;
    border-style: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: transparent;
    padding-left: 4rem;
    outline:none;
}

input.button-submit {
    color: #ef7d20;
    font-size: 1.2rem;
    font-weight: bold;
    width: 10rem;
    height: 2.5rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: #ffecd4;
    outline: none;
    margin: 1rem;
    border: 0.0625rem solid #ec7a34;
    border-radius: 0.3rem;
}

input.button-submit:hover {
    color: #fff;
    background-color: #ec7a34;
}

input.button-cancel {
    color: #ef2020;
    font-size: 1.2rem;
    font-weight: bold;
    width: 10rem;
    height: 2.5rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: #ffd4d4;
    outline: none;
    margin: 1rem;
    border: 0.0625rem solid #ef2020;
    border-radius: 0.3rem;
}

input.button-cancel:hover {
    color: #fff;
    background-color: #ef2020;
}

input.button-save {
    font-size: 1.5rem;
    text-decoration: none;
    border-style: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: transparent;
    padding-left: 1.5rem;
    outline:none;
}

input.button-checkbox {
    color: #17385b;
    text-decoration: none;
    border: 0.0625rem solid #ff802a;
    cursor: pointer;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 1.5rem;
    width: 1.5rem;
    outline: none;
}

input.button-more {
    color: #ef7d20;
    font-size: 1rem;
    font-weight: bold;
    width: 10rem;
    height: 1.5rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: #ffecd4;
    outline: none;
    margin: 1rem;
    border: 0.0625rem solid #ec7a34;
    border-radius: 0.3rem;
}

input.button-more:hover {
    color: #fff;
    background-color: #ec7a34;
}

input.selected {
    background-image: url(images/checked16.png);
    background-position: center;
}

input.assigned {
    background-image: url(images/circle16.png);
    background-position: center;
}

input.button-FN {
    color: #17385b;
    font-size: 1.2rem;
    font-weight: bold;
    width: 10rem;
    height: 10rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: #ececec;
    outline: none;
    margin: 1rem;
    border: 0.0625rem solid #a2a2a2;
    border-radius: 0.3rem;
    white-space: pre-wrap;
    vertical-align: middle;
}

input.button-FN:hover {
    color: #fff;
    background-color: #ec7a34;
}

