﻿:root {
    --bgColor: #A85B2F;
    --bgColor_btn: #ED7D31;
    --color_btn: #fff;
    --bgColor_sec: #d84e1a;
    --deepBrown: #94491e;
    --skinColor: #ebd1c0;
}

* {
    margin: 0;
    padding: 0;
    font-family: 微軟正黑體;
}

html {
    min-height: 100%;
    position: relative;
    /* height: 100%; */
}

body {
    padding: 0px !important;
    /* overflow: auto !important;  */
    /* background-image: url('../../Images/021工作區域 1.png');
    background-repeat: no-repeat;
    background-size: cover; */
    /* height: 100%; */
}

nav {
    background-color: #ebd1c0;
    border-bottom: 5px solid #743e1f;
}

.btnn {
    background-color: #ebd1c0;
    border: 0px;
    margin-right: 10px;
    padding: 3px 10px;
}

    .btnn:hover {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
        background-color: #938076;
        color: #fff;
    }

    .btnn.selected {
        background-color: #a18170 !important;
        color: #fff;
        outline: none;
    }

header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: var(--bgColor);
    color: #fff;
    justify-content: space-between;
}

    header .webIcon {
        width: 30px;
        padding: 5px;
    }
    header #DepartmentSelect{
        border-radius: 10px;
        height: 30px;
        padding: 0 3px;
        font-size: 16px;
    }

#universityName {
    flex: 1;
    flex-grow: 1;
    align-items: center;
    font-weight: bold;
}


#loginInfo {
    flex-grow: 1;
    flex: 1;
    text-align: right;
    white-space: nowrap;
    align-items: center;
    font-size: x-small;
}


    #loginInfo .download img {
        height: 40px;
    }

    #loginInfo .oneline {
        vertical-align: middle;
    }

    #loginInfo div {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    #loginInfo:hover {
        cursor: default;
    }

	#DepartmentSelect,#divUser,#loginInfo img{
		cursor:pointer;
	}

/* footer {
    color: #c0c0c0;
    background-color: var(--bgColor);
    border-top: 5px solid #743e1f;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2px;
    text-align: center;
    font-size: smaller;
    height: 45px
}

    footer > ul {
        display: inline-block;
        list-style-type: none;
        margin-left: -20px;
    }

    footer ul li {
        display: inline;
        font-weight: bold;
        padding-right: 10px;
    }

        footer ul li:before {
            content: ' \25A0 ';
            vertical-align: text-bottom;
        }

        footer ul li span {
            font-weight: normal;
        } */
        
footer{
    height: 1px;
    background-color: transparent;
    z-index: -1;
}

#logo {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: fill 0.5s ease forwards 4s;
}

    #logo path {
        stroke-dasharray: 572;
        stroke-dashoffset: 572;
        animation: line-anim 2s ease forwards;
    }

@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fill {
    from {
        fill: transparent;
    }

    to {
        fill: white;
    }
}

#divBody {
    position: relative;
    width: 100%;
    height: 96vh;
    background-color: #faf1f1;
}

    /* #divBody > img {
        opacity: .7;
        width: 31%;
        min-width: 270px;
        height: 200%;
    } */
.topArea{
    position: relative;
    /* background-image: url(/Images/背景圖.png);
    width: 100%;; */
    font-size: 0;
}

.topArea:before{
    position: absolute;
    content: "";
    top: 15%;
    left:0;
    border: 2px solid #d7a887;
    width: 25%;
}

.topArea:after{
    position: absolute;
    content: "";
    bottom: 15%;
    right:0;
    border: 2px solid #d7a887;
    width: 25%;
}

#banner{
    width: 100%;
    display: block;
}


.logo {
    height:80%;
    position: absolute;
    top: 50%;  
    left: 50%;
    transform: translate(-50%, -50%);

}

/* Inputs */
#divLeft > div a, #divLeft > div input{
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    position: relative;
    width: 80%;
    display: block;
    margin: 9px auto;
    font-size: 24px;
    padding: 8px;
    border-radius: 10px;
    border: 3px solid #fff ;
    background-color: #f2e1d6;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    #divLeft > div input:focus {
        outline: none;
        box-shadow: 3px 3px 10px #333;
        font-weight: bold;
    }

/* Placeholders */
::placeholder {
    color: #aaa;
}


#container {
    text-align: center;
    display: flex;
    align-items: center;
    height:65vh;
    /* overflow:auto; */
    /* margin-top: 0px; */
    
}

#divLeft {
    width: 30%;
    height: 100%;
    min-height: 350px;
    max-height: 500px;
    background: #ead1c0;
    padding: 50px 10px 0 0;
    line-height: 30px;
    border-radius: 10px;
    margin-left: 50px;
}

#forgotten-container {
    position: relative;
    margin: -5px 20px;
}

#forgotten {
    position: absolute;
    font-size: 12px;
    font-family: 'Hind', sans-serif;
    color: #A85B2F;
    right: 0px;
    top: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    #forgotten:hover {
        color: rgba(255,255,255,1);
    }

#divVerify {
    text-decoration: none;
    position: relative;
    width: 60px;
    display: block;
    margin: 9px auto 9px 20px;
    font-size: 17px;
    /* color: #fff; */
    padding: 2px 2px 2px 9px;
    border-radius: 6px;
    border: none;
    background: rgb(74, 98, 87);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#loginBtn{
    background-color: var(--bgColor) !important;
    color: #fff;
    cursor: pointer;
}

#loginBtn:hover{
    background-color: var(--deepBrown) !important;
}

#divRight {
    margin:0 50px;
    overflow-y: auto;
    width: 70%;
    height: 100%;
    max-height: 500px;
}

#AnnouncemebtTable {
    width: 100%;
    /* height: 100%; */
    border-collapse: separate;
    border-spacing: 10px;
    background-color: #fceee5;
    color: #000;
    border-radius: 10px;
    border: 2px solid var(--bgColor);
    font-size: 20px;
}
    #AnnouncemebtTable th:first-child {
        width: 100px;
    }

    #AnnouncemebtTable th {
        /* border-top: 2px solid #cf431d; */
        border-bottom: 1px solid #A85B2F;
        padding: 5px 0;
        position: sticky;
        top:0;
        z-index: 2;
    }

    #AnnouncemebtTable th, #AnnouncemebtTable td {
        padding: 4px;
    }

    #AnnouncemebtTable tr:hover:not(:first-child) {
        background-color: #cf431d;
        color: #fff;
        opacity: .7;
        cursor: pointer;
        
    }

#divForgetTooltip {
    background: rgb(19,178,190);
    background: linear-gradient(138deg, rgba(19,178,190,1) 0%, rgba(39,184,190,0.6558998599439776) 8%, rgba(90,234,240,1) 22%, rgba(255,255,255,1) 32%);
}

    #divForgetTooltip > table {
        border-collapse: collapse;
        border-spacing: 0px;
        /*cellspacing */
    }

        #divForgetTooltip > table td {
            padding: 10px; /*cellpadding*/
        }


#checkEye{
    position: absolute;
    height: 100%;
    top:30%;
    right:13%;
    color: var(--bgColor);
    font-size: 130%;
}
.passwordDiv{
    position: relative;
}

.divSecTitle {
    background-color: #BC9275;
    color: #fff;
    padding: 1px 1px 1px 10px;
    font-size: 20px;
    width: 600px;
    border-bottom: 5px solid #EBD1C0;
    margin: 30px 0 15px 0px;
    border-radius: 10px 10px 0 0;
    letter-spacing: .5em;
    font-weight: bold;
}

.btn-brown{
    color: #fff !important;
    background-color: var(--bgColor) !important;
}
.btn-brown:hover{
    background-color: var(--deepBrown) !important;
}

.btn-white{
    color: #000 !important;
    background-color: #fff !important;
    border: 1.5px solid var(--bgColor) !important;
}
.btn-white:hover{
    color: #fff !important;
    background-color: var(--deepBrown) !important;
}

.btnn[data-pagename='簡易設定說明'],
.btnn[data-pagename='預覽審查介面'],
.btnn[data-pagename='得分報表']{
    background-color: #eeb087;
    border-radius: 20px;
}

::-ms-reveal {
    display: none;
}

#usedTime{
    color: yellow;
    font-size: 16px;
    font-weight: bolder;
    margin-right: 1em;
}

.announcementDetailContent{
    text-align: left;
}