﻿@charset "utf-8";
/* CSS Document */
* { margin: 0px;}
html, body{height: 100%;width: 100%; padding: 0px;}
body{ font-family:"微軟正黑體" !important; }
.background-top {
    background-image: linear-gradient(to right,#fafdf0, #00a94f);
    background-image: -webkit-linear-gradient(left, #fafdf0, #00a94f);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafdf0, endColorstr=#00a94f)";
    height: 37%;
    width: 100%;
    min-width: 540px;
    position: absolute;
}
.background-down{
	background-image: linear-gradient(to bottom, #d2eed5, #d2eed5);
    background-image: -webkit-linear-gradient(left, #d2eed5, #d2eed5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d2eed5, endColorstr=#d2eed5)";
	height: 63%;
	width: 100%;
	min-width: 540px;
	position: absolute;
	top:37%;
}
.input-width-small{
	width: 110px !important;
}
.input-width-medium{
	width: 220px !important;
}
.input-width-large{
	width: 330px !important;
}
.input-width-any {
	width: 110px !important;
}
.login { 
	position: absolute; 
	width: 520px;
	height: 280px;
	margin : -140px 0px  0px -260px;
	background-color: #FFF;
	top:37%;
	left:50%;
	border-radius: 5px;
    border: 8px solid rgb(203, 236, 156);
}
.logo{
	position: absolute;
	left: 40px;
	top: 15px;
	background: url(../images/index/edu_logo.png) no-repeat left center;
	width:380px;
	height:83px;
}
.logo p {
	position: absolute;
	font-size: 32px;
	color: black;
	margin-bottom: 0px;
    bottom: 14px;
    right: 20px;
	font-weight: bold;
}
.login .input-data{
	margin-left: 20px;
	margin-top: 130px;
}
.login i#accountTip {
    margin-left: -30px;
}
.login .input-data td .fa{
    margin-left:-35px;
}
.login .button{
	position: absolute;
	left: 380px;
	bottom: 42px;
	width: 105px;
	height: 100px;
	background-image: linear-gradient(to bottom, white, #a6f0a4);
    background-image: -webkit-linear-gradient(top, white, #a6f0a4);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#a6f0a4)";
    font-size: 20px;
    font-weight: bold;
    color:rgb(1, 35, 98);
    border-left: 0px;
}

.button{
	left: 330px;
	bottom: 62px;
	width: 150px;
	height: 50px;
	background-image: linear-gradient(to bottom, #EDF5F8, #96C2DD);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EDF5F8, endColorstr=#96C2DD)";
}

.input-data input{
	width: 285px;
	/*height: 22px;*/
	margin:3px auto 7px auto;
}
.input-data {
	font-size: 20px;
	color: rgb(1, 35, 98);
	font-weight: bold;    
}
.btn-group button:first-child{
	width: 90px;
}
.btn-group .dropdown-menu li a {
	margin-left: 15px;
	margin-right: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
.header {
	width: 100%;
	min-width: 840px;
	background: #00a94f;
	color: #FFF;
}
@media screen and ( min-width: 1024px){
	.header .header-box {
		/*width: 1024px;*/
	}
}
@media screen and ( max-width: 1024px){
	.header .header-box {
		/*width: 840px;*/
	}
}
.header .header-box
{
	margin: 0px auto;
    padding-bottom: 20px;
}
.header h2, .header p{
    margin-top: 0px;
    padding-top: 30px;
    padding-left: 10px;
    margin-left: 35px;
}
.header p{
	display: inline-block;
}
.header .user-name{
    float: right;
    margin-top: -5px;
    padding-right: 30px;
}
.header .btn-group{
	float: right;
	padding-right: 10px;
}
.btn-color:hover,
.btn-color:focus{
	background:#d9d9d9;
}
.content{
	min-height: 800px;
	width: 100%;
	
	background-image: linear-gradient(to bottom, #d2eed5, #d2eed5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr= #d2eed5, endColorstr= #d2eed5)";
}
.content .menu {
	float:left;
	margin: 0px;
	width: 225px;
	list-style: none;
	background: #00a94f;
	border-radius: 5px;
	color: #C3D7D8;
	font-size: 15px;
	display: inline-block;
	list-style: none;
    padding-left: 0;
}
.content:before, .content:after {padding-bottom: 35px;display: block;line-height: 0;content: ""; clear:both;}
.content .menu li{
	height: 40px;
	margin: 0px;
	border-bottom: 1px dashed #9AAFB7;
	line-height: 40px;
}
.content .menu li:last-child{
	margin: 0px;
	border:none;
}
.content .menu li a{
	margin-left: 20px;
	line-height:-10px;
	color: #FFF;
	text-decoration: none;
	cursor:pointer;
}
.content .menu li a:hover{
	color:#FFFFFF;
}
.content .system-manager{
	background: #FFF;
	display: none;
}
.content .system-manager li {
	margin: 0px;
	height: 40px;
	line-height: 40px;
}
.content .system-manager li:hover,
.fixed-menu{
	background: #E5F0F4;
}
.content .system-manager li a,
.content .system-manager li a:hover{
	color : #000;
}

.content .system-manager .icon-arrow{
	/*background: url(../images/icons/list-style.png) left center no-repeat;*/
	width: 5px;
	height: 7px;
	margin-top: 5px;
	margin-right: 5px;
}

.fixed {
	height: 700px;
	margin: 0px auto;
}
@media screen and ( min-width: 1400px){
	.fixed { width: 97%;}
}
@media screen and ( min-width: 1024px) and (max-width: 1400px){
	.fixed { width: 95%;}
}
@media screen and ( max-width: 1024px){
	.fixed { width: 100%;}
}

.function-content{
	float: right;
	min-height: 670px;
	background: #FFF;
	border-radius: 15px;
	display: inline-block;
}
@media screen and ( min-width: 1650px) {
	.function-content { width: 84%;}
	.function-content .content-center { width:870px;}
}

@media screen and ( min-width: 1550px) and ( max-width: 1650px){
	.function-content { width: 83%;}
	.function-content .content-center { width:870px;}
}

@media screen and ( min-width: 1400px) and ( max-width: 1550px){
	.function-content { width: 81%;}
	.function-content .content-center { width:870px;}
}
@media screen and ( min-width: 1024px) and (max-width: 1400px){
	.function-content { width: 74%;}
	.function-content .content-center { width:670px;}
}
@media screen and ( min-width: 800px) and (max-width: 1024px){
	.function-content { width: 74%;}
	.function-content .content-center { width:670px;}
}
@media screen and ( max-width: 800px){
	.function-content { width: 100%; float:left;}
	.function-content .content-center { width:675px;}
    .content .menu {display:none;}
    .btn-zoom-menu a{background-image: url("/Content/images/scroll/BTN_1_G2.png");
    }
}
.function-content h3{
	color:#006B93;
	margin: 15px 0px 0px 25px;
}
.function-content h2 {
    margin-left: 30px;
}
.function-content h3 span{
	color:#000;
}

.function-content .maintain
{
	/*height: 315px;*/
	vertical-align: middle;
	margin: 50px auto 0px 50px;
}
.function-content .maintain td{
	border : 1px solid #A9A9A9;
    height: 40px;
}
.function-content .maintain > tbody > tr > td:first-child
{
	padding-left: 5px;
	min-width: 140px;
}

.function-content .maintain tr > td:last-child
{
	/*padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	*/
	/*max-width: 540px;*/
}

.maintain label
{
    width: auto;
    /*height: 20px;*/
    float: left;
    text-indent: -1em;
    padding-left: 3em;
    margin-right: 30px;
}

.function-content .maintain td > span
{
	color: red;
}
.function-content .maintain td input[type=text], input[type=password], input[type=number]{
	width: 285px;
	/*height: 22px;*/
	margin: 7px 7px 7px auto;
}

.function-content .search{
	margin: 30px 0 0 20px;
}
.function-content .search select{
	width: 174px;
	margin: 5px 0px 5px 0px;
}
.function-content .search tr td{
	vertical-align: middle;
    white-space:nowrap ;
    padding-left: 5px;
}
@media screen and ( max-width: 1024px ) {

    .function-content .search tr td {
        display: table-row;
    }
    .right-top-button{right:10px !important;}
}


.function-content .search .project{
    white-space:normal;
}

.function-content .search input{
	/*width: 48px;*/
	margin: 5px 0px 5px 0px;
}

.tool-bar{
	margin-left: 12px;
	margin-top: 24px;
}
@media screen and ( max-width: 800px ) {
    .tool-bar {
        width: 68%;
    }
}

.tool-bar button{
	background: #d2eed5;
    color: black;
    margin: 3px;
}

.tool-bar button:hover{
	background: #00a94f;
    color: white;
    margin: 3px;
}

.tool-bar input{
	width: 108px;
	height: 23px;
	margin: 0px;
	padding: 0px;
}
.tool-bar select{
	width: 60px;
	height: 26px;
	margin: 0px;
	padding: 0px;
}

.multiple-processing{
    margin-left:25px;
}

.list-table p {
	margin-top: 15px;
	margin-left: 25px;
}
.list-table table{
	margin-top: 10px;
	margin-left: 25px;
	width: 670px;
	vertical-align: middle;
}
.list-table table tr:first-child {
	border : 1px solid #A9A9A9;
}
.list-table table tr td{
	padding:0px 0px 0px 5px;
	height: 35px;
	line-height: 35px;
	border : 1px solid #A9A9A9;
}
.list-table table tr:first-child td{
	border: none;
	font-weight: bold;
	font-size: 16px;
	background: #E5F0F4;
}
.list-table table td:first-child{
	width: 35px;
	padding: 0px 0px 0px 5px;
}
.pagination{
	text-align: center;
}
.footer{
	height: 65px;
	width: 100%;
	min-width: 840px;
	background: #394042;
}
.footer p{
	margin: 0px;
	line-height: 65px;
	color: #FFF;
	text-align: center;
}

 .message{
 	border: 1px solid #006B93;
 	background-color: #E5F0F4;
 	color: #006B93;
 	padding:5px;
 	/*width:200px;*/
 	font-size:14px;
 	margin: 55px 0 0 25px;
 	position: absolute;
}

#f_content_ifr{
	max-width: 510px;
}

@media screen and ( max-width: 1024px ){
	.function-content .maintain > tbody > tr > td:first-child
	{
		min-width: 80px;
	}
	.function-content .maintain tr > td:last-child
	{
		max-width: 410px;
	}

	#f_content_ifr{
		max-width: 410px;
	}
}

/*上傳資訊開始*/
.red .progress-bar{
  background: #e74c3c;
}
.red .progress-stripes{
  color: #c0392b;
}
.red .percentage{
  color: #eee;
}

.loader{
  margin: 50px 50px 10px 0px;
  width: 300px;
  height: 25px;
  border-radius: 14px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #999;
  background: #ccc;
  overflow: hidden;
  position: relative;
  float:right
}

.loader1{
  margin: 30px auto;
  width: 300px;
  height: 25px;
  border-radius: 14px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #999;
  background: #ccc;
  overflow: hidden;
  position: relative;
}

.loader.gray{
  background: #999;
}

.progress-bar{
  height: inherit;
  width: 0%;
  border-radius: inherit;
  position: relative;
  overflow: hidden;
}

.progress-stripes{
  width: inherit;
  height: inherit;
  font-size: 180px;
  font-weight: bold;
  margin-top: -50px;
  letter-spacing: -40px;
}

.percentage{
  position: absolute;
  top: 4px;
  right: 5px;
  font-weight: bold;
  font-size: 16px;
}
/*上傳資訊結束*/

.hasTable{
	width: 96%;
}
.copy{
	cursor: pointer;
}
#people-form{
	display: none;
	z-index: 1;
	position: absolute;
	background-color: #FFF;
	padding:15px;
	border: 3px solid #000;
}
.content-editor{
	position: relative;
	top: 0;
	left: 0;
	overflow: auto;
	max-width: 710px;
}

.table-top {
    /*border: 1px solid #A8A8A8;*/
    margin: 10px 0px;
    padding: 10px;
}

.btn-zoom{
	float: left;
	width: 21px;
	height: 88px;
	margin-left: 2px;
	background-image: url(../images/scroll/BTN_1_G1.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.helper{
  float: right;
  height: 41px;
  margin-right: 10px;
  padding-top: 20px;
  padding-left: 40px;
  background-image: url(../images/icons/icon_help_a.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.helper-basic{
  margin-right: 150px;
}
.helper:hover{background-image: url(../images/icons/icon_help_a_rollover.png);}

.ui-tabs .ui-tabs-nav 
{
   /* background: linear-gradient(rgba(116, 216, 160, 0.95), rgba(116, 216, 160, 0.95), rgba(116, 216, 160, 0.95));
    background: -webkit-linear-gradient(rgba(116, 216, 160, 0.95), rgba(116, 216, 160, 0.95), rgba(116, 216, 160, 0.95));*/
}

.td-membership-left{
    width:200px; 
    text-align:center; 
    vertical-align:top;
    background: linear-gradient(rgba(116, 216, 160, 0.95), rgba(116, 216, 160, 0.95), rgba(116, 216, 160, 0.95));
    background: -webkit-linear-gradient(rgba(116, 216, 160, 0.95), rgba(116, 216, 160, 0.95), rgba(116, 216, 160, 0.95));
    padding-top: 10px;
}

.td-membership-left .button
{
    width: 150px !important;
    margin: 5px;
    background: #445468;
    color: white;
    border-radius: 10px;
    border: solid 3px white;
    font-family: 微軟正黑體;
    font-size: 16px;
}

.td-membership-right .title
{
    height: 40px;
    background: #d2eed5;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
}

.td-membership-right input[type="button"], .td-membership-right button
{
    background: green;
    color: white;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    border: solid 2px gray;
    font-size: 16px;
}

.maintain
{
    margin: auto;    
}

.membershipDetail
{
    border-bottom: solid 2px #00a94f !important;
}

.maintain th, .memberDetail th
{
    background: #d2eed5;
    padding: 5px;
    text-align: right;
    border: 2px solid white;
    height: 25px;
    white-space: nowrap;
}

.maintain td, .memberDetail td
{
    padding-left: 10px;
    height: 20px;
    /*vertical-align: top;*/
    font-family: 微軟正黑體;
    padding: 5px;
    /*white-space: nowrap;*/
}

.maintain span
{
    color: red;
}


@media screen and ( min-width: 1400px){
	.send
    {
        text-align: left;
        padding-left: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and ( min-width: 1024px) and (max-width: 1400px){
	.send
    {
        text-align: left;
        padding-left: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and ( max-width: 1024px){
	.send
    {
        text-align: center;
        padding: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



.send button
{
    background: #d2eed5 !important;
    color: black !important;
}

.send button:hover
{
    background: #00a94f !important;
    color: white !important;
}
table .del{
    border:1px solid transparent;
    padding: 3px 12px;
}
table .del:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
table .del:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
#popups_content h3
{
    background: linear-gradient(to left,#fafdf0, darkblue);
    margin: 0;
    padding-left: 10px;
    color: white;
    font-size: 20px;
    padding: 10px;
}

.trHead1
{
    background: #002028;
    color: white;
    height: 30px;
}

.trHead2
{
    background: rgba(93, 186, 255, 1);
    color: white;
    height: 30px;
}

.trHead3
{
    background: rgba(242, 1, 56, 1);
    color: white;
    height: 30px;
}

.thYellow
{
    background: #FFFF00 !important;
}

.maintain input[type="text"]
{
    width: 200px !important;
}
.maintain textarea {
    width: 600px;
    height: 250px;
}
.thOrange
{
    background: #FFD685 !important;
}

.thGray
{
    background: #D9D9D9 !important;
}

#btnTransferStepOneCalculate, #btnLeaveCalculate, #btnTransferStepTwoCalculate, #btnExtensionCalculate, #btnLeaveModifyCalculate, #btnCalculate
{
    background: #AB0000 !important;
    color: white;
    font-family:微軟正黑體;
}

.spanDelete
{
    background: pink;
}

.nospan span
{
    color: black !important;
}

#divData th
{
    text-align:center;
    background-color: rgb(237, 237, 139);
}

#lstExtension th
{
    text-align: center;
    border: 1px solid #A9A9A9;
}

.ui-tabs-anchor
{
    font-size: 18px;
}

.blockui-overflow
{
    overflow-y: scroll;
    height: 400px;
}

.right-top-button
{
    position: absolute;
    top: 170px;
    right: 50px;
    background: darkblue !important;
    color: white !important;
}

.right-top-button:hover
{
    background: lightgray !important;
    color: black !important;
}
.divCol
{
    display:inline;
    border: 1px solid #ddd;
}
.divRow 
{
    border: solid 1px black;
}

.css-table {
    display: table;
}

    .css-table .thead {
        display: table-header-group;
    }

    .css-table .tbody {
        display: table-row-group;
    }

    .css-table .tr {
        display: table-row;
    }
    .css-table .tr:hover{
        background:#d5effc;
    }

    .css-table .tr-first{
        display: table-row;
        background: aliceblue;
    }

    .css-table .th, .css-table .td {
        display: table-cell;
        vertical-align:middle;
    }

#barProject label
{
    width: 190px;
    float: left;
    text-align: left;
    height: 25px;
    padding-left: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 3px;
}

#barProject label:hover
{
    background-color: lightblue;
}

#barProject div
{
    background-color: lightblue;
    padding: 5px;
    font-size: 18px;
    margin-bottom: 10px;
}

#barProject input
{
    margin-right: 4px;
}

td.project label
{
    width: 250px;
}

td.project label:hover
{
    background-color: lightblue;
}

td.project label input
{
    margin-right: 4px !important;
}

#scrum-list th
{
    padding: 5px;
}

#scrum-list > tbody > tr > th
{
    background-color: rgb(0,66,140);
    color: white;
}

#scrum-list td
{
    padding: 5px;
}

.modal-header .close
{
    color: yellow;
    opacity: 1;
    font-size: 36px;
    margin-top: 2px;
    margin-right: 10px;
}

#model_title
{
    background-image: linear-gradient(to right, #01ba58, #01ba58);
    background-image: -moz-linear-gradient(to right, #01ba58, #01ba58);
    background-image: -ms-linear-gradient(to right, #01ba58, #01ba58);
    background-image: -o-linear-gradient(to right, #01ba58, #01ba58);
    background-image: -webkit-linear-gradient(left, #01ba58, #01ba58);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#01ba58, endColorstr=#01ba58)";
    margin: 0;
    padding-left: 10px;
    color: white;
    font-size: 20px;
    padding: 10px;
    cursor:move;
}

.modal-header
{
    padding: 0;
}
/*gaha接手新增部分*/
.DefaultFontStyle {
    color: black !important;
    width: auto !important;
    height:auto !important;
    float: none !important;
    text-indent: 0 !important;
    padding:0px !important;
    margin:0px !important;
    font-weight:normal!important;
}
