﻿@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,rgb(0,103,212), rgb(0,66,140));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(0,103,212), endColorstr=rgb(0,66,140))";
    height: 37%;
    width: 100%;
    min-width: 540px;
    position: absolute;
}
.background-down{
	background-image: linear-gradient(to bottom, white, #e0e0e0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#e0e0e0)";
	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: 400px;
	height: auto;
	background-color: #FFF;
	top: 20%;
	left: calc(50% - 200px);
	border-radius: 5px;
	border: 8px solid rgb(192, 192, 192);
}
.logo {
	background: url(../images/logo.png) no-repeat center center;
	background-size: 90%;
	width: 180px;
	height: 85px;
	display: block;
	margin: 20px auto 0px auto;
}
.login p {
	font-size: 30px;
	color: black;
	font-weight: bold;
	margin: 20px auto;
	width: max-content;
}
.login .input-data{
	margin-left: 45px;
	margin-top: 130px;
}
.login i#accountTip {
    margin-left: -30px;
}
.login .input-data td .fa{
    margin-left:-35px;
}
.login .button {
	position: absolute;
	left: 330px;
	/*bottom: 82px;*/
	top: 122px;
	width: 105px;
	height: 100px;
	background-image: linear-gradient(to right, rgb(221,221,233), rgb(160,159,201));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(221,221,233), endColorstr=rgb(160,159,201))";
	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: 200px;
	/*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: rgb(0,66,140);
	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, rgb(240, 240, 240), rgb(240, 240, 240));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(240, 240, 240), endColorstr=rgb(240, 240, 240))";
}
.content .menu {
	float:left;
	margin: 0px;
	width: 225px;
	list-style: none;
	background: rgb(0,66,140);
	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: 350px;
    /*height: 20px;*/
    float: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-right: 30px;
    white-space: pre-line;
}

.maintain.creatTask label {
	width: 300px;
	height: 20px;
	float: none;
	text-indent: -1em;
	padding-left: 1em;
	margin-right: 30px;
	margin-bottom:2em;
	white-space: normal;
}

#f_zipcode,
#f_area_tel,
#f_area_fax,
#f_checkout_day,
#f_account_monthly,#f_appropriation_date
{
    width:43px !important;
}

.function-content .maintain td > span
{
	color: red;
}
.function-content .maintain td input[type=text], input[type=password], input[type=number]{
	width: 200px;
	/*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 .project > .title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #00b0f0;
	cursor: pointer;
}

.function-content .search .project > .title.MenuHide i {
	transform: rotate(180deg);
}

.maintain.creatTask .project > .title.MenuHide i {
	transform: rotate(180deg);
}

#barProject > .title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #00b0f0;
	cursor: pointer;
}

#barProject > .title.MenuHide i {
	transform: rotate(180deg);
}

.function-content .search .project label span {
	margin-left: 20px;
	display: block;
}

.function-content .search .project input[type="checkbox"] {
	position: absolute;
}

.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: rgb(208,209,255);
    color: black;
    margin: 3px;
}

.tool-bar button:hover{
	background: darkblue;
    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:#E7F4FF;
    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;
}

#div_file span{
    cursor:pointer;
}

/*新增工作*/
.maintain td:first-child {
	background: #E7F4FF;
	padding: 5px;
	text-align: right;
	border: 2px solid white;
	height: 25px;
	white-space: nowrap;
}

.project > .add_project {
	height: 350px;
	overflow: auto;
}

.project > .add_project > .title {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px;
	color: #00b0f0;
	cursor: pointer;
}

.project > .add_project > .title i {
	transform: rotate(180deg);
	margin-left: 5px;
}

.project > .add_project > .title.MenuHide i {
	transform: rotate(0deg);
}

.maintain.creatTask .project label span {
	color:black;
}

.maintain.creatTask td, .memberDetail td {
	padding-left: 10px;
	height: 20px;
	vertical-align: middle;
	font-family: 微軟正黑體;
	padding: 5px;
	/*white-space: nowrap;*/
}


@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: rgb(208,209,255) !important;
    color: black !important;
}

.send button:hover
{
    background: darkblue !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"], .maintain select
{
    width: 150px !important;
}

.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;
    }

.blockUI.blockMsg.blockPage {
	/*width: auto !important;
	top: -0.667px !important;*/
	left: 442px;
	text-align: center;
	color: rgb(0, 0, 0);
	border: 0px;
	background-color: rgb(255, 255, 255);
	cursor: wait;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 300px;
	max-height: 100vh;
}

#barProject {
	width: 1200px !important;
}
	#barProject label {
		width: 250px;
    text-align: left;
		/*height: 25px;*/
    padding-left: 1em;
		/*white-space: nowrap;*/
		/*overflow: hidden;*/
		/*text-overflow: ellipsis;*/
    font-size: 16px;
    padding: 3px;
		vertical-align: text-top;
		text-indent: -1em;
		padding-left: 1em;
		margin-right: 40px;
		margin-bottom: 2em;
}

#barProject label:hover
{
    background-color: lightblue;
}

#barProject .chooseProject
{
    background-color: lightblue;
    padding: 5px;
    font-size: 18px;
    margin-bottom: 10px;
}

#barProject .title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #00b0f0;
	cursor: pointer;
	text-align:left;
}

#barProject input
{
    margin-right: 4px;
}

td.project label {
	width: 250px;
	position: relative;
	vertical-align: text-top;
}

td.project label:hover
{
    background-color: lightblue;
}

td.project label input
{
    margin-right: 4px !important;
}

#barProject > div:not(.title):not(.chooseProject) {
	text-align: left;
}
#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, #model_title2
{
    background-image: linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -moz-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -ms-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -o-linear-gradient(to right, rgb(48, 96, 152), rgb(48, 96, 152));
    background-image: -webkit-linear-gradient(left, rgb(48, 96, 152), rgb(48, 96, 152));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(48, 96, 152), endColorstr=rgb(48, 96, 152))";
    margin: 0;
    padding-left: 10px;
    color: white;
    font-size: 20px;
    padding: 10px;
    cursor:move;
}

.modal-header
{
    padding: 0;
}

.todo-table th  
{
    text-align:center !important;
}

.todo-table button{
    background: rgb(208,209,255);
    border:none;
    padding: 6px 15px;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

.todo-table button:hover{
    background: darkblue;
    color: white;
    
}

.todo-table input,.todo-table select{
    width:128px;
}

.todo-table tr td{
    text-align:center;
    height:37px;
}

.todo-table {
	width:100%;
	margin:15px 0;
	border:0;
}
.todo-table th {
	background-color:#87CEFA;
	color:#000000
}
.todo-table,.todo-table th,.todo-table td {
	font-size:0.95em;
	text-align:center;
	padding:4px;
	border-collapse:collapse;
}
.todo-table th,.todo-table td {
	border: 1px solid #bae3fc;
	border-width:1px 0 1px 0
}
.todo-table tr {
	border: 1px solid #bae3fc;
}
.todo-table tr:nth-child(odd){
	background-color:#d7eefd;
}
.todo-table tr:nth-child(even){
	background-color:#fdfdfd;
}

.dividing_line {
	width: 80%;
	display: flex;
	flex-direction: row;
	text-transform: uppercase;
	border: none;
	font-size: 12px;
	font-weight: 500;
	margin: 0 auto;
	padding: 10px 0 0;
}

.dividing_line::after,
.dividing_line::before {
	content: "";
	border-bottom: 1px solid #c2c8d0;
	flex: 1 0 auto;
	height: 0.8em;
	margin: 0;
}

.dividing_line span {
	text-align: center;
	flex: 0.2 0 auto;
	margin: 0;
}

#btn_google_sso_login {
	margin: 30px auto 35px auto;
	border: 1px solid #c2c8d0;
	border-radius: 6px;
	background-color: #1a73e8;
	height: 52px;
	font-size: 16px;
	width: 85%;
	display: block;
	text-align: center;
	position: relative;
	color: white;
}

#btn_google_sso_login::after {
	content: "";
	background-color: white;
	background-image: url(/Content/images/google.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 3px;
}

#btn_google_sso_login:hover {
	box-shadow: inset 0 0 0 150px rgba(0,0,0,.1);
}

.w1200 {
	width: 1200px;
}

#myTabContent {
	border: 3px solid #306098;
	border-radius: 15px;
	padding: 10px 20px;
	background: #f3f3f3;
}

#WBS_schedule {
	width: 100%;
	height: 100%;
	overflow: overlay;
}

table.table_style {
	width: 1200px;
	table-layout: fixed;
}

table.table_style tbody tr td div table {
	width: 100%;
}
	
table .table_style tr td {
	padding: 5px;
}

table.table_style thead tr td {
	text-align: center;
	color: white;
	background: black;
	border: 1px solid white;
	padding: 5px;
}

table.table_style tbody tr td div table tr td i {
	margin: 0px 10px;
    color: #48a5ea;
    transform: rotate(0deg);
	font-size: 18px;
}

table.table_style tbody tr td div table tr td i.hidData {
    transform: rotate(270deg);
}

table.table_style tbody tr {
	background: white;
}

table.table_style tbody tr td {
	text-align: left;
	color: black;
	border: 1px solid white;
	padding: 5px;
}

table.table_style tbody tr td.td_div {
	padding: 0px;
}	

table.table_style > tbody > tr > td > div {
	height: 500px;
	overflow: auto;
	width: calc(100% + 17px);
	padding-right: 17px
}
table.table_style > tbody > tr > td > div.hid_scroll {
	padding-right: 0px
}

/*#WBS_schedule table thead tr td:first-child {
	width: 17%;
}

#WBS_schedule table thead tr td:nth-child(2) {
	width: 33%;
}

#WBS_schedule table thead tr td:nth-child(3),
#WBS_schedule table thead tr td:nth-child(4),
#WBS_schedule table thead tr td:nth-child(5),
#WBS_schedule table thead tr td:nth-child(6),
#WBS_schedule table thead tr td:nth-child(7),
#WBS_schedule table tbody tr td div table tr td:nth-child(3),
#WBS_schedule table tbody tr td div table tr td:nth-child(4),
#WBS_schedule table tbody tr td div table tr td:nth-child(5),
#WBS_schedule table tbody tr td div table tr td:nth-child(6),
#WBS_schedule table tbody tr td div table tr td:nth-child(7) {
	width: 10%;
	text-align: center;
}*/

/*#WBS_schedule table tbody tr td div table tr td:first-child {
	width: 17%;
	text-align: left;
}

#WBS_schedule table tbody tr td div table tr td:nth-child(2) {
	width: 33%;
	text-align: left;
}*/

#WBS_schedule table.table_style thead tr td {
	width: 70px;
	color: black;
	background: white;
}

#WBS_schedule table tbody tr td div table tr td:first-child {
	text-align: left;
	display: inline-table;
	position: sticky;
	left: 2px;
	width: auto;
}

#WBS_schedule table tbody tr td div table tr td div table tr td:first-child {
	width: 130px;
	text-align: left;
	display: inline-block;
	position: sticky;
	left: 2px;
	background: white;
}

#WBS_schedule table.table_style thead tr td:first-child {
	width: 195px;
	position: sticky;
	left: 0;
	color: white;
	background: black;
}

#WBS_schedule table tbody tr td div table tr td div table tr {
	display: flex;
}

#WBS_schedule table tbody tr td div table tr td div table tr td:first-child {
	width: 195px;
	text-align: left;
	display: inline-block;
	position: sticky;
	left: 2px;
	background: white;
}

#WBS_schedule table.table_style thead tr td:nth-child(2) {
	width: 200px;
	position: sticky;
	left: 195px;
}

#WBS_schedule table tbody tr td div table tr td:nth-child(2) {
	width: 200px;
	text-align: left;
	display: inline-block;
	position: sticky;
	left: 197px;
}

#WBS_schedule table.table_style > tbody > tr > td > div {
	padding-right: 0px;
	display: inline;
}

#WBS_schedule table thead tr td, #WBS_schedule table tbody tr td div table tr td {
	width: 70px;
	text-align: center;
}

#WBS_schedule table.table_style thead tr td:nth-child(3),
#WBS_schedule table.table_style thead tr td:nth-child(4),
#WBS_schedule table.table_style thead tr td:nth-child(5) {
	width: 115px;
	text-align: center;
	position: sticky;
}

#WBS_schedule table tbody tr td div table tr td:nth-child(3),
#WBS_schedule table tbody tr td div table tr td:nth-child(4),
#WBS_schedule table tbody tr td div table tr td:nth-child(5) {
	width: 115px;
	text-align: center;
	display: inline-block;
	position: sticky;
}
#WBS_schedule table.table_style thead tr td:nth-child(2),
#WBS_schedule table.table_style thead tr td:nth-child(3),
#WBS_schedule table.table_style thead tr td:nth-child(4),
#WBS_schedule table.table_style thead tr td:nth-child(5) {
	color: white;
	background: black;
}

#WBS_schedule table thead tr td:nth-child(3) {
	left: 395px;
}

#WBS_schedule table tbody tr td div table tr td:nth-child(3) {
	left: 397px;
}

#WBS_schedule table thead tr td:nth-child(4) {
	left: 510px;
}

#WBS_schedule table tbody tr td div table tr td:nth-child(4) {
	left: 512px;
}

#WBS_schedule table thead tr td:nth-child(5) {
	left: 625px;
}

#WBS_schedule table tbody tr td div table tr td:nth-child(5) {
	left: 627px;
}

.perspective table.table_style thead tr td:first-child {
	width: 132px;
	position: sticky;
	left: 0;
	color: white;
	background: black;
}

.perspective table.table_style thead tr td:nth-child(2) {
	width: 90px;
	position: sticky;
	left: 132px;
	color: white;
	background: black;
}

.perspective table tbody tr td div table tr td:first-child {
	text-align: left;
	display: inline-table;
	position: sticky;
	left: 2px;
	width: auto;
}

.perspective table tbody tr td div table tr td div table tr {
	display: flex;
}

.perspective table tbody tr td div table tr td div table tr td:first-child {
	width: 130px;
	text-align: left;
	display: inline-block;
	position: sticky;
	left: 2px;
	background: white;
}

.perspective table tbody tr td div table tr td:nth-child(2) {
	width: 90px;
	text-align: left;
	display: inline-block;
	position: sticky;
	left: 132px;
}

#member_perspective table.table_style thead tr td:first-child {
	width: 92px;
}

#member_perspective table tbody tr td div table tr td div table tr td:first-child {
	width: 90px;
}

#member_perspective table.table_style thead tr td:nth-child(2),
#member_perspective table tbody tr td div table tr td:nth-child(2) {
	width: 130px;
	left: 92px;
}

.perspective table.table_style thead tr td:nth-child(3),
.perspective table.table_style thead tr td:nth-child(4) {
	width: 90px;
	text-align: center;
	position: sticky;
	color: white;
	background: black;
}

.perspective table thead tr td:nth-child(3) {
	left: 222px;
}

.perspective table thead tr td:nth-child(4) {
	left: 312px;
}

.perspective table tbody tr td div table tr td:nth-child(3),
.perspective table tbody tr td div table tr td:nth-child(4) {
	width: 90px;
	text-align: center;
	display: inline-block;
	position: sticky;
}

.perspective table tbody tr td div table tr td:nth-child(3) {
	left: 222px;
}

.perspective table tbody tr td div table tr td:nth-child(4) {
	left: 312px;
}

.perspective table.table_style thead tr td:nth-child(5),
.perspective table.table_style thead tr td:nth-child(6) {
	width: 110px;
	text-align: center;
	position: sticky;
	color: white;
	background: black;
}

.perspective table.table_style thead tr td:nth-child(5) {
	left: 402px;
}

.perspective table.table_style thead tr td:nth-child(6) {
	left: 512px;
}

.perspective table tbody tr td div table tr td:nth-child(5) {
	left: 402px;
}

.perspective table tbody tr td div table tr td:nth-child(6) {
	left: 512px;
}

.perspective table tbody tr td div table tr td:nth-child(5),
.perspective table tbody tr td div table tr td:nth-child(6) {
	width: 110px;
	text-align: center;
	display: inline-block;
	position: sticky;
}

.perspective table thead tr td,
.perspective table tbody tr td div table tr td {
	width: 70px;
	text-align: center;
}

.perspective table.table_style{
	width: 1200px;
	table-layout: fixed;
}
.perspective table.table_style tbody tr td div table {
	table-layout: initial;
}

.perspective table.table_style > tbody > tr > td > div {
	padding-right: 0px;
	display: inline;
}

.perspective {
	width: 100%;
	height: 100%;
	overflow: overlay;
}

.perspective table.table_style thead tr td {
	color: black;
	background: white;
}

table.table_style tr td.holiday {
	background: #b7b7b7ff !important;
}

.nav-tabs {
	margin-left: 25px;
}

.nav-tabs > li > a {
	background: #d9d9d9ff;
	color: black;
	border-radius: 20px 20px 0px 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #00428cff;
    color: white;
}

table.table_style tbody tr td div table tr.color_p td {
	background: #b4a7d6ff;
}

table.table_style tbody tr td div table tr.color_g td {
	background: #a2c4c9ff;
}

table.table_style tbody tr td div table tr.color_y td {
	background: #ffe599ff;
}

table.table_style tbody tr td div table tr.color_r td {
	background: #d5a6bdff;
}

table.table_style tbody tr td div table tr.color_w td {
	background: #ffffff !important;
}

table.table_style tbody tr td div table tr td.color_w {
	background: #ffffff !important;
}

#tabs-2 {
	margin: 10px 0 0 25px;
}

#btnAllShow, #btnAllHide {
	background: #00b0f0;
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 10px 0px 0px;
}

#btnAllShowCreat, #btnAllHideCreat {
	background: #00b0f0;
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 10px 0px 0px;
}

#flex1 .tooltip.fade {
	position: fixed;
	opacity: 1;
}

#flex1 .tooltip .tooltip-inner {
	background-color: white;
	border: 2px solid #b8b8b8;
	text-align: left;
	color: #163770;
	font-size: 16px;
	font-weight: bold;
	max-width: max-content;
}

#flex1 .tooltip .tooltip-inner .tooltip_title {
	color: rgb(72, 165, 234);
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px;
}

#flex1 .tooltip .tooltip-inner .table_tooltip tr td {
	background: white;
	border-color: #ddd;
	min-width: 120px;
    white-space: break-spaces;
    max-width: 260px;
}

#flex1 .tooltip .tooltip-inner .table_tooltip tr td > div {
	max-height: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#flex1 .tooltip.top .tooltip-arrow {
	display: none;
}

.current-project {
	margin-left: 12px;
	margin-top: 24px;
	margin-bottom:-20px;
}