@charset "utf-8";
/* CSS Document */
.layout{position:relative;}
.layout .tool_fixed{ position:fixed; top:60px; left:191px; right:0; background-color:#fff;z-index:1000;}
.layout .tool_fixed_height_1{ height:48px;}
.layout .tool_fixed_height_2{ height:95px;}
.layout .tool_fixed_height_3{ height:155px;}
.trans-strip {
	position: absolute;
	width: 100%;
	bottom: -15px;
	height: 15px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}
.layout .A_tool{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#f8f8f8;
	position:relative;
	padding:0 10px;
	color:#333;
	height:44px;
	line-height:44px;
	overflow:hidden;
}
.layout .A_tool:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.layout .A_tool a:link{color:#333 !important; text-decoration:none;}
.layout .A_tool a:visited{color:#333 !important; text-decoration:none;}
.layout .A_tool a:hover{color:#ff7200 !important; text-decoration:none;}
.layout .A_tool a:active{color:#333 !important; text-decoration:none;}
.layout .A_tool ul.site li{
	float:left;
	margin:0 5px;
	padding-left:10px;
	background-image:url(../images/layout_001.gif);
	background-repeat:no-repeat;
	background-position: center left;
}
.layout .B_tool{position:relative;height:45px;}
.layout .B_tool:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.layout .B_tool .search{
	margin:10px;
	width:400px;
	float:left;
	position:relative;
}
.layout .B_tool .search .more_box{
	position:absolute;
	top:29px;
	left:0;
	width:328px;
	padding:5px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	box-shadow:0 2px 5px #ccc;
	z-index:9999;
}
.layout .B_tool .search .more_box .button{
	width:60px;
	text-align:center;
	height:30px;
	margin:5px 0 0 0;
	display:inline-block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-image:url(../images/layout_004.png);
	background-repeat:no-repeat;
	background-position:center;
}
.layout .B_tool .search .more_box table td,.layout .B_tool .search .more_box table th{border-bottom:1px solid #eee; padding:5px;}
.layout .B_tool .search .more_box table th{text-align:center;}
.layout .B_tool .search .search_box{
	border:1px solid #ccc;
	width:334px;
	float:left;
	height:28px;
	padding:0 2px;
	background-color:#fff;
}
.layout .B_tool .search .search_box .more{
	width:20px;
	height:30px;
	float:right;
	cursor:pointer;
	background-image:url(../images/layout_002.gif);
	background-repeat:no-repeat;
	background-position:center;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.layout .B_tool .search .search_box .more:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
.layout .B_tool .search .search_box input[type=text]{
	border:none;
	outline:none;
    box-shadow:none;
	width:300px;
	float:left;
	height:18px;
	color:#777;
}
.layout .B_tool .search .search_button{
	width:60px;
	float:right;
	text-align:center;
	height:30px;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
	background-image:url(../images/layout_004.png);
	background-repeat:no-repeat;
	background-position:center;
}
.layout .B_tool .search_other{
	margin: 10px;
    width: inherit;
    float: left;
    position: relative;
}

.layout .B_tool .search_other .search_other_button{
	display: inline-block;
	vertical-align:bottom;
	width: 60px;
    text-align: center;
    height: 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: url(../images/layout_004.png);
    background-repeat: no-repeat;
    background-position: center;
}
.layout .C_tool{position:relative; margin:0 0 5px 0; height:40px;}
.layout .C_tool:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.layout .tool_button{
	position:absolute;
	top:11px;
}
.layout .tool_button.float_left{left:3px;}
.layout .tool_button.float_left ul li .list_tool .list_box{left:-9px;}
.layout .tool_button.float_left ul li .list_tool .list_box:after,.layout .tool_button.float_left ul li .list_tool .list_box:before {left:40px;}
.layout .tool_button.float_left ul{float:left;}
.layout .tool_button.float_right{right:10px;}
.layout .tool_button.float_right ul li .list_tool .list_box{right:0px;}
.layout .tool_button.float_right ul li .list_tool .list_box:after,.layout .tool_button.float_right ul li .list_tool .list_box:before {left:163px;}
.layout .tool_button.float_right ul{float:right;}
.layout .tool_button ul p{
	position:absolute;
	left:-200px;
	width:200px;
	text-align:right;
	line-height:28px;
	font-weight:bold;
	letter-spacing:2px;
}
.layout .tool_button ul{
	height:28px;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#f9f9f9;
	margin-left:7px;
}
.layout .tool_button ul.add_new{
	height:28px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#000;
	margin-left:7px;
}
.layout .tool_button ul.add_new .nwe_list{ background-image:url(../images/layout_027.gif); background-position:7px center; padding-left:20px}
.layout .tool_button ul.add_new li .list_tool a,
.layout .tool_button ul.add_new li a{
	background-color: transparent !important; color:#fff;
}
.layout .tool_button ul li{
	min-width:55px;
	float:left;
	text-align:center;
	border-right:1px solid #ccc;
	height:28px;
	line-height:28px;
	font-weight:bold;
	position:relative;
}
.layout .tool_button ul li.hover{ padding:0 10px;}
.layout .tool_button ul.add_new li{border-right: none; padding:0 5px;}
.layout .tool_button ul.add_new li a{
	color:#fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.layout .tool_button ul.add_new li a:hover{
	color:#fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.layout .tool_button ul li:hover a,.layout .tool_button ul li.hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
.layout .tool_button ul li.end{border-right: none;}
.layout .tool_button ul li a{
	padding:0 10px;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	height:28px;
	color:#000;
	text-decoration:none;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.tool_button ul li .next{background-image:url(../images/layout_006.png);}
.tool_button ul li .back{background-image:url(../images/layout_005.png);}
.tool_button ul li .first{background-image:url(../images/layout_007.png);}
.tool_button ul li .final{background-image:url(../images/layout_008.png);}
.tool_button ul li .set{background-image:url(../images/layout_009.png);}
.tool_button ul li .del{background-image:url(../images/layout_010.png);}
.tool_button ul li .print{background-image:url(../images/layout_011.png);}
.tool_button ul li .grid_view{background-image:url(../images/layout_015.png);}
.tool_button ul li .list_view{background-image:url(../images/layout_014.png);}
.tool_button ul li .move{background-image:url(../images/layout_022.png);}
.tool_button ul li .copy{background-image:url(../images/layout_084.png);}
.tool_button ul li .help{background-image:url(../images/layout_091.png);}
.tool_button ul li .Work{ width:28px; height:28px; float:left; background-repeat:no-repeat; background-position:center; margin:0 3px 0 -5px;}
.tool_button ul li .All{background-image:url(../images/layout_052.png);}
.tool_button ul li .Assisting{background-image:url(../images/layout_053.png);}
.tool_button ul li .Set-by-me{background-image:url(../images/layout_054.png);}
.tool_button ul li .Following{background-image:url(../images/layout_055.png);}
.tool_button ul li .menu{background-image:url(../images/layout_030.png);}
.tool_button ul li .Great{background-image:url(../images/layout_086.png);}
.tool_button ul li .Mail{background-image:url(../images/layout_087.png);}
.tool_button ul li .xls{background-image:url(../images/layout_103.png);}
.tool_button ul li .txt{background-image:url(../images/layout_107.png);}

.layout .tool_button ul.Forward li{min-width:35px;}
.tool_button ul li .Forward-next{background-image:url(../images/layout_101.png);}
.tool_button ul li .Forward-back{background-image:url(../images/layout_102.png);}
.layout .tool_button ul li .data{background-image:url(../images/layout_018.png); background-position:10px center; padding-left:50px;}
.layout .tool_button ul li .other{ background-image:url(../images/layout_002.gif); background-position:7px center; padding-left:20px}
.layout .tool_button ul li .list_tool .list_box{
	position:absolute;
	top:35px;
	width:190px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	box-shadow:0 2px 5px #ccc;
	z-index:7000;
}
.layout .tool_button ul li .list_tool .list_box:after,.layout .tool_button ul li .list_tool .list_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.layout .tool_button ul li .list_tool .list_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.layout .tool_button ul li .list_tool .list_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}
.layout .tool_button ul li .list_tool{ position: relative;}
.layout .tool_button ul li .list_tool .list_box ol li{
	border-bottom:1px solid #ccc;
	border-right:none;
	padding:13px 10px 0 10px;
	float:none;
	display:block;
	text-align:left;
	font-weight:normal;
	line-height:1em;
}
.layout .tool_button ul li .list_tool .list_box ol li:hover,.layout .tool_button ul li .list_tool .list_box ol li.hover{cursor:pointer;}
.layout .tool_button ul li .list_tool .list_box ol li.data_file{
	padding-left:35px;
	background-image:url(../images/layout_019.png);
	background-repeat:no-repeat;
	background-position:10px 7px;
}
.layout .tool_button ul li .list_tool .list_box ol li.check{ padding-left:30px;}
.layout .tool_button ul li .list_tool .list_box ol li.check:hover,.layout .tool_button ul li .list_tool .list_box ol li.hover{
	background-image:url(../images/layout_012.png);
	background-repeat:no-repeat;
	background-position:7px center;
}
.layout .tool_button ul li .list_tool .list_box ol li a{
	padding:0;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	height:28px;
	color:#000;
	text-decoration:none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.layout .tool_button ul li:hover .list_tool .list_box ol li a{ background-color:transparent;}
.layout .tool_button ul li .list_tool .menu_box{
	position:absolute;
	top:35px;
	right:0;
	width:190px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:15px;
	box-shadow:0 2px 5px #ccc;
	z-index:7000;
}
.layout .tool_button ul li .list_tool .menu_box:after,.layout .tool_button ul li .list_tool .menu_box:before {
	bottom: 100%;
	right:27px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.layout .tool_button ul li .list_tool .menu_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-right: -5px;
}
.layout .tool_button ul li .list_tool .menu_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 6px;
	margin-right: -6px;
}

.layout .tool_button ul li .list_tool .menu_box .ML{
	border-right:none;
	float:none;
	text-align:left;
	font-weight:normal;
	line-height:1em;
	background-color:#fff;
	position:relative;
	line-height:20px;
	padding:5px 10px 5px 20px;
	color:#555;
	cursor:pointer;
}
.layout .tool_button ul li .list_tool .menu_box .ML:after{
	content: " ";
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#333;
	position:absolute;
	left:10px;
	top:15px;
}
.layout .tool_button ul li .list_tool .menu_box .ML2{margin:5px 5px 5px 15px;}
.Album{
	width:200px;
	margin:0 20px 20px 0;
	float:left;
	position:relative;
}
.Album .photo{
	height:200px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#e9e9e9;
	-moz-background-size: auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.Album .file{
	height:200px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f9f9f9;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.Album .text{
	border:1px solid #ccc;
	padding:5px;
	overflow:hidden;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	height:40px;
}
.Album .text .name{
	font-weight:bold;
	line-height:1.2em;
}
.Album .text .name a{text-decoration:none;}
.Album .text .add{color:#777;}
.Album .text .tool{padding:3px 20px 0 0;position:relative;}
.Album .text .tool.edit{padding:3px 20px 0 25px;}
.Album .text .tool input{ position:absolute; left:0; top:5px;}
.Album .text .tool .set{
	background-image:url(../images/layout_030.png);
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	cursor:pointer;
	z-index:1000;
	position:absolute;
	right:0;
	top:0;
}
.Album .tool_link{top:191px;right:40px;}
.Category{
	width:198px;
	margin:0 20px 20px 0;
	float:left;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
	position:relative;
}
.Category .photo{
	width:49px;
	height:50px;
	float:left;
	border-right:1px solid #ccc;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f9f9f9;
	background-image:url(../images/layout_016.png);
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}
.Category .text{
	padding:5px;
	height:40px;
	overflow:hidden;
}
.Category .text .name{
	font-weight:bold;
	line-height:1.2em;
}
.Category .text .name a{text-decoration:none;}
.Category .text .add{color:#777;}
.Category .text input{float:left; margin:2px 5px 0 0;}
.Category .text .set{
	background-image:url(../images/layout_030.png);
	background-repeat:no-repeat;
	background-position:center;
	float:right;
	width:17px;
	height:17px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	cursor:pointer;
}
.Category .tool_link{top:-12px;right:30px;}
.add_new_photo{
	width:250px;
	height:304px;
	background-color:#fff;
	margin:0 5px 5px 0;
	position:relative;
	float:left;
	border:1px dotted #ccc;
	display: -webkit-flex;
	display: flex;
	cursor:pointer;
}
.add_new_photo .add{
	background-image:url(../images/layout_013.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:100px;
	padding-top:60px;
	margin:auto;
	text-align:center;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
.Photo_list{
	width:250px;
	margin:0 5px 5px 0;
	position:relative;
	float:left;
	border:1px solid #ccc;
}
.Photo_list .img{
	cursor:pointer;
	height:250px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#e9e9e9;
	-moz-background-size: auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
}
.Photo_list .tool{
	position:absolute;
	bottom:0;
	padding:10px;
	width:230px;
	height:25px;
	overflow:hidden;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.Photo_list .tool .name{float:left;color:#fff;}
.Photo_list .tool input{float:left;margin:5px 10px 0 0;}
.Photo_list .photo_content{ background-color:#fff; padding:5px;}
.Photo_list .photo_content textarea{border:none; background-color:#fff; width:95%; height:30px; color:#999;}
table.new_table_style th{
	padding:7px 5px;
	font-weight:bold;
	background-color:#fff;
}
table.new_table_style th a{text-decoration:none !important;}
table.new_table_style.unline td{ border:none;}
table.new_table_style td{padding:7px 5px;border-bottom:1px solid #ccc;}
table.new_table_style td.noline{border: none;}
table.new_table_style td.hand{ padding:7px 10px;background-color:#f7f7f7;color:#555;white-space: nowrap;cursor:pointer;}
/*
table.new_table_style td.hand span{color:#000;background-repeat:no-repeat; background-position:center right; padding-right:10px; font-weight:bold;}
table.new_table_style td.hand span.array_up{background-image: url(../images/layout_020.png);}
table.new_table_style td.hand span.array_down{background-image: url(../images/layout_021.png);}
*/
table.new_table_style td.hand span.array_up{background-image: url(../images/layout_020.png);color:#000;background-repeat:no-repeat; background-position:center right; padding-right:10px; font-weight:bold;}
table.new_table_style td.hand span.array_down{background-image: url(../images/layout_021.png);color:#000;background-repeat:no-repeat; background-position:center right; padding-right:10px; font-weight:bold;}


table.new_table_style td p.Arrow{
	background-image:url(../images/layout_001.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding:0 0 0 7px;
	white-space: nowrap;
}
.ArrowTitle{
	background-image:url(../images/layout_001.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding:0 0 0 10px;
	white-space: nowrap;
	display:inline-block;
}
table.new_table_style td div.project{ margin:7px 0;}
table.new_table_style td.UploadPhotos{ padding:10px;background-color:#f7f7f7;}
table.new_table_style td .date{ color:#777;margin-bottom:10px; font-weight:bold; float:right;}
.Accessory{width:40px; height:40px; float:left; margin:0 5px 5px 0;background-color:#f7f7f7; border:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.Accessory a{width:40px; height:40px; display:block;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;background-repeat:no-repeat; background-position:center;}
.Accessory:hover a{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9; cursor:pointer;}
.Accessory a.S1{ background-image:url(../images/layout_033.png);}
.Accessory a.S2{ background-image:url(../images/layout_034.png);}
.Drag_File{ width:400px;height:100px;clear:both;background-color:#f7f7f7; border:2px dashed #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display: -webkit-flex; display: flex; cursor:pointer;}
.Drag_File p{ background-image:url(../images/layout_028.png); background-repeat:no-repeat; background-position:left center; padding-left:20px;margin:auto;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4; font-weight:bold;}
.Drag_File:hover p{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}
.Drag_File_hover p{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}

table.new_table_style .other_list{width:200px; color:#777;}
table.new_table_style .other_list ul{ border-left:1px dotted #ccc; padding-left:10px;}
table.new_table_style .other_list ul li{list-style-type: disc; line-height:1.5em; margin-left:15px;}
table.new_table_style .other_list ul li.annex{background-image:url(../images/layout_033.png); background-repeat:no-repeat; background-position:center; background-color:#eee;width:21px; height:21px; border:1px solid #888;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; margin:5px 0 0 15px;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5; list-style-type:none;}
table.new_table_style .list_tool{ position:relative;}
table.new_table_style .list_tool a{
	width:30px;
	height:30px;
	float:right;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
table.new_table_style .list_tool a.set{background-image:url(../images/layout_009.png)}
table.new_table_style .list_tool .list_box{
	position:absolute;
	right:-5px;
	top:35px;
	width:190px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	box-shadow:2px 5px 15px #ccc;
	z-index:7000;
	color:#777;
	font-weight:normal;
}
table.new_table_style .list_tool .list_box:after,table.new_table_style .list_tool .list_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	right:20px;
}
table.new_table_style .list_tool .list_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-right: -5px;
}
table.new_table_style .list_tool .list_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 6px;
	margin-right: -6px;
}
table.new_table_style .list_tool .list_box ol li{ padding:7px 10px 7px 30px;border-bottom:1px solid #ddd; cursor:pointer;}
table.new_table_style .list_tool .list_box ol li.check{
	background-image:url(../images/layout_012.png);
	background-repeat:no-repeat;
	background-position:7px center;
}

table.data_list a{ color:#000 !important; text-decoration:none !important;}
table.new_table_style input.new_trip{
    width:478px;
    padding:10px;
    margin:10px 0 0 0;
}
table.data_list .link_box{position:relative;display:inline-block; height:35px;}
table.data_list .tool_link{top:-9px;right:45px;}
table.data_list .tool_link ul li a{
	display: inline;
	height: auto;
	width: auto;
	line-height: 35px;
	margin: 0;
	background-color: transparent;
	background-image:none;
}
.tool_link{
	position: absolute;
	background: #fff;
	border: 1px solid #aaa;
	width:100px;
	box-shadow:0 2px 5px #ccc;
	z-index:10;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	min-height:35px;
	padding:8px 0;
	display: -webkit-flex;
	display: flex;
}
.tool_link:after,.tool_link:before {
	left: 100%;
	top:25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tool_link:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 7px;
	margin-top: -7px;
}
.tool_link:before {
	border-color: rgba(170, 170, 170, 0);
	border-left-color: #aaaaaa;
	border-width: 8px;
	margin-top: -8px;
}
.tool_link ul{margin:auto 0;}
table.data_list .tool_link:after, table.data_list .tool_link:before {
	left: 100%;
	top:25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

table.data_list .tool_link:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 7px;
	margin-top: -7px;
}
table.data_list .tool_link:before {
	border-color: rgba(170, 170, 170, 0);
	border-left-color: #aaaaaa;
	border-width: 8px;
	margin-top: -8px;
}
.tool_link ul li{
	text-align:left;
	padding:0 10px 0 40px;
	font-size:15px;
	line-height:33px;
	background-repeat:no-repeat;
	background-position:8px center;
	font-weight:normal;
	color:#555;
}
.tool_link ul li a{ color:#555 !important;text-decoration:none !important; display:block !important;}
.tool_link ul li:hover{cursor:pointer;}
.tool_link ul li.share{background-image:url(../images/contacts_04.gif);}
.tool_link ul li.download{ background-image:url(../images/msg_img_019.gif);}
.tool_link ul li.delete{background-image:url(../images/layout_024.png);}
.tool_link ul li.rename{background-image:url(../images/layout_025.png);}
.tool_link ul li.move{background-image:url(../images/layout_026.png);}
.tool_link ul li.color{background-image:url(../images/layout_031.png);}
.tool_link ul li.copy{background-image:url(../images/layout_043.png);}
.tool_link ul li.version{background-image:url(../images/layout_044.png);}
.tool_link ul li.Record{background-image:url(../images/layout_096.png);}
.tool_link ul li.view{background-image:url(../images/layout_072.png);}
.tool_link ul li.setting{background-image:url(../images/layout_108.png);}
.tool_link ul li.cancel{background-image:url(../images/layout_cancel.png);}
.tool_link ul li.converse{background-image:url(../images/menu_icon_43m.png);}
table.data_list .file{
	padding:7px 0 5px 50px;
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
}
table.data_list tr:hover{cursor:pointer;}
table.data_list .file div{top:-7px; left:0;position:absolute; width:50px; height:51px;background-repeat:no-repeat; background-position:center;}


table.data_list .file div.type_file{ width:35px; height:35px; margin:7px;background-image:url(../images/layout_016.png); -moz-border-radius:17px;-webkit-border-radius:17px;border-radius:17px;}
table.data_list td:hover .file div.type_file{ background-color:#fff;}
/*
table.data_list .file div.type_doc{ background-image:url(../images/file/DOC.png);}
table.data_list .file div.type_ai{ background-image:url(../images/file/AI.png);}
table.data_list .file div.type_c{ background-image:url(../images/file/C#.png);}
table.data_list .file div.type_cplus{ background-image:url(../images/file/C++.png);}
table.data_list .file div.type_doc{ background-image:url(../images/file/DOC.png);}
table.data_list .file div.type_fla{ background-image:url(../images/file/FLA.png);}
table.data_list .file div.type_gif{ background-image:url(../images/file/GIF.png);}
table.data_list .file div.type_h{ background-image:url(../images/file/H.png);}
table.data_list .file div.type_html{ background-image:url(../images/file/HTML.png);}
table.data_list .file div.type_film{ background-image:url(../images/file/film.png);}
table.data_list .file div.type_none{ background-image:url(../images/file/ICON_01.png);}
table.data_list .file div.type_java{ background-image:url(../images/file/JAVA.png);}
table.data_list .file div.type_jpg{ background-image:url(../images/file/JPG.png);}
table.data_list .file div.type_js{ background-image:url(../images/file/JS.png);}
table.data_list .file div.type_music{ background-image:url(../images/file/music.png);}
table.data_list .file div.type_ods{ background-image:url(../images/file/ODS.png);}
table.data_list .file div.type_pdf{ background-image:url(../images/file/PDF.png);}
table.data_list .file div.type_php{ background-image:url(../images/file/PHP.png);}
table.data_list .file div.type_png{ background-image:url(../images/file/PNG.png);}
table.data_list .file div.type_ppt{ background-image:url(../images/file/PPT.png);}
table.data_list .file div.type_psd{ background-image:url(../images/file/PSD.png);}
table.data_list .file div.type_py{ background-image:url(../images/file/PY.png);}
table.data_list .file div.type_rar{ background-image:url(../images/file/RAR.png);}
table.data_list .file div.type_zip{ background-image:url(../images/file/ZIP.png);}
table.data_list .file div.type_rb{ background-image:url(../images/file/RB.png);}
table.data_list .file div.type_tif{ background-image:url(../images/file/TIF.png);}
table.data_list .file div.type_txt{ background-image:url(../images/file/TXT.png);}
table.data_list .file div.type_xls{ background-image:url(../images/file/XLS.png);}
table.data_list .file div.type_album{ background-image:url(../images/file/Album.png);}
table.data_list .file div.type_link{ background-image:url(../images/file/Link.png);}
*/
table.data_list .file div.type_photo{ line-height:40px;}

.type_folder{ background-image:url(../images/layout_016.png);}
.type_directory{ background-image:url(../images/file/file.png);}
.type_course{ background-image:url(../images/file/course.png);}
.type_doc{ background-image:url(../images/file/DOC.png);}
.type_ai{ background-image:url(../images/file/AI.png);}
.type_c{ background-image:url(../images/file/C#.png);}
.type_cplus{ background-image:url(../images/file/C++.png);}
.type_doc{ background-image:url(../images/file/DOC.png);}
.type_fla{ background-image:url(../images/file/FLA.png);}
.type_gif{ background-image:url(../images/file/GIF.png);}
.type_h{ background-image:url(../images/file/H.png);}
.type_html{ background-image:url(../images/file/HTML.png);}
.type_film{ background-image:url(../images/file/film.png);}
.type_none{ background-image:url(../images/file/ICON_01.png);}
.type_java{ background-image:url(../images/file/JAVA.png);}
.type_jpg{ background-image:url(../images/file/JPG.png);}
.type_js{ background-image:url(../images/file/JS.png);}
.type_music{ background-image:url(../images/file/music.png);}
.type_odt{ background-image:url(../images/file/ODT.png);}
.type_ods{ background-image:url(../images/file/ODS.png);}
.type_pdf{ background-image:url(../images/file/PDF.png);}
.type_php{ background-image:url(../images/file/PHP.png);}
.type_png{ background-image:url(../images/file/PNG.png);}
.type_ppt{ background-image:url(../images/file/PPT.png);}
.type_psd{ background-image:url(../images/file/PSD.png);}
.type_py{ background-image:url(../images/file/PY.png);}
.type_rar{ background-image:url(../images/file/RAR.png);}
.type_zip{ background-image:url(../images/file/ZIP.png);}
.type_rb{ background-image:url(../images/file/RB.png);}
.type_tif{ background-image:url(../images/file/TIF.png);}
.type_txt{ background-image:url(../images/file/TXT.png);}
.type_xls{ background-image:url(../images/file/XLS.png);}
.type_album{ background-image:url(../images/file/Album.png);}
.type_link{ background-image:url(../images/file/Link.png);}
.type_building{ background-image:url(../images/file/building.png);}
.type_classroom{ background-image:url(../images/file/classroom.png);}
.type_card{ background-image:url(../images/file/card.png);}
.type_phone{ background-image:url(../images/file/phone.png);}
.min-doc{background-image:url(../images/file/DOC.gif);}
.min-fla{background-image:url(../images/file/FLA.gif);}
.min-jpg{background-image:url(../images/file/JPG.gif);}
.min-pdf{background-image:url(../images/file/PDF.gif);}
.min-ppt{background-image:url(../images/file/PPT.gif);}
.min-xsl{background-image:url(../images/file/XLS.gif);}
.min-zip{background-image:url(../images/file/ZIP.gif);}

table.data_list .type_photo{ line-height:40px;}
table.data_list .type_photo a{
	display: inline !important;
	background:none !important;
}
table.data_list .type_photo .img{
	cursor:pointer;
	width:37px;
	height:37px;
	border:1px solid #ccc;
	margin-right:10px;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#e9e9e9;
	-moz-background-size: auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
}
table.data_list .action a.tool{
	display:none;
	right:5px;
	top: 5px;
	height: 35px;
	width:35px;
	line-height: 35px;
	margin: 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-image:url(../images/layout_023.png);
	background-repeat:no-repeat;
	background-position:center;
}
table.data_list .action:hover a.tool{ display: block;}

table.Calendar_table{ background-color:#ccc;}
table.Calendar_table td,table.Calendar_table th{ background-color:#fff; font-size:12px;}
table.Calendar_table th{ text-align:center;color:#777;}
table.Calendar_table td{padding:0 5px;height:128px;color:#333;vertical-align: top;}
table.Calendar_table td .fc-day-number{ color:#333; text-align:right;}
table.Calendar_table td.other_month{ background-color:#f3f3f3; color:#ccc;}
table.Calendar_table td.other_month .fc-day-number{ color:#ccc !important;}
table.Calendar_table td.fc-today{ background:#ffffcc;}
#calendar .calendar .Switch{
	width:90px;
	background-position: right center;
	background-repeat:no-repeat;
	padding:5px 50px 5px 25px;
}
#calendar .calendar .Switch.on {color:#dc2020; background-image:url(../images/Switch_on.png); cursor:pointer;}
#calendar .calendar .Switch.off {color:#999; background-image:url(../images/switch_off.png); cursor:pointer;}
.boxstyle{
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	width:638px;
	display:none;
}
.boxstyle .fancybox_title{
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	padding:0 30px;
	line-height:60px;
	font-weight:bold;
}
.boxstyle .fancybox_content{ padding:20px 30px; line-height:1.5em}
.boxstyle .fancybox_content .new_table_style td{ border:none; line-height:1.5em}
.boxstyle .fancybox_content .but_box{ text-align:center; margin:20px 0 0 0;}
.boxstyle .fancybox_content .button{
	display:inline-block;
	padding:8px 25px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-weight:bold;
	border:none;
}
.boxstyle .fancybox_content input.button:focus{
   outline:none;
   box-shadow:none;
}
.boxstyle .fancybox_content .but_box a{text-decoration: none; margin:0 10px;}
.boxstyle .fancybox_content .Drag_File{ width:574px; margin:10px auto 0 auto;height:100px;clear:both;background-color:#f7f7f7; border:2px dashed #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display: -webkit-flex; display: flex; cursor:pointer;}
.boxstyle .fancybox_content .Drag_File p{ background-image:url(../images/layout_028.png); background-repeat:no-repeat; background-position:left center; padding-left:20px;margin:auto;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4; font-weight:bold;}
.boxstyle .fancybox_content ul.fill{ border:1px solid #ddd;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; background-color:#f9f9f9;}
.boxstyle .fancybox_content ul.fill li{ padding:7px 5px;border-bottom:1px solid #ddd;}
.boxstyle .fancybox_content ul.fill li.end{ border:none;}
.boxstyle .fancybox_content ul.fill li input,.boxstyle .fancybox_content ul.fill li textarea{border:none; background-color:transparent; /* color:#aaa; */}
.boxstyle .fancybox_content ul.fill li input:focus,.boxstyle .fancybox_content ul.fill li textarea:focus{outline:none;border: none;box-shadow:none;}
.boxstyle .fancybox_content ul.fill li.Show input,
.boxstyle .fancybox_content ul.fill li select
{ border:1px solid #ddd; background-color:#fff;}
.boxstyle .fancybox_content .bolck{ padding:0 0 10px 0;}
.boxstyle .fancybox_content .bolck p{ color:#777; font-size:12px; margin:10px 5px;}
.boxstyle .fancybox_content .Version_list{ margin:0 0 10px 0;}
.boxstyle .fancybox_content .Version_list li{border-bottom:1px solid #ddd; position:relative; padding:5px 30px 5px 50px; font-size:13px; line-height:1.5em;}
.boxstyle .fancybox_content .Version_list li p span{ color:#777; margin: 0 10px;}
.boxstyle .fancybox_content .Version_list li .file_ico{ position:absolute; top:0; left:0;width:50px; height:50px; background-repeat:no-repeat; background-position:center;}
.boxstyle .fancybox_content .Version_list li .delete{ position:absolute; top:50%; right:30px; margin-top:-13px; width:26px; height:26px; background-image:url(../images/layout_010.png); background-repeat:no-repeat; background-position:center;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;}
.boxstyle .fancybox_content .Version_list li .delete:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; cursor:pointer; background-color:#f5f5f5;-moz-border-radius:13px;-webkit-border-radius:13px;border-radius:13px;}
.boxstyle .fancybox_content .Version_list li .download{ position:absolute; top:50%; right:5px; margin-top:-13px; width:26px; height:26px; background-image:url(../images/msg_img_019.gif); background-repeat:no-repeat; background-position:center;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;}
.boxstyle .fancybox_content .Version_list li .download:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; cursor:pointer; background-color:#f5f5f5;-moz-border-radius:13px;-webkit-border-radius:13px;border-radius:13px;}
.boxstyle .fancybox_content .Version_list li .view{ position:absolute; top:50%; right:5px; margin-top:-13px; width:26px; height:26px; background-image:url(../images/layout_055.png); background-repeat:no-repeat; background-position:center;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;}
.boxstyle .fancybox_content .Version_list li .view:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; cursor:pointer; background-color:#f5f5f5;-moz-border-radius:13px;-webkit-border-radius:13px;border-radius:13px;}
.boxstyle .fancybox_content .check_list td{border-bottom:1px solid #ddd;}
.boxstyle .fancybox_content .set_box{padding:10px; margin:-10px 0 10px 0;border-bottom:1px solid #ddd; font-size:13px; background-color:#f9f9f9;}
.boxstyle .fancybox_content .set_box input[type=radio]{ vertical-align:middle; margin:0 3px; }

.boxstyle .fancybox_content .RecordTable{background-color:#ccc; color:#777; text-align:center;}
.boxstyle .fancybox_content .RecordTable .hand{ background-color:#f5f5f5; font-size:12px;}
.boxstyle .fancybox_content .RecordTable tr{background-color:#fff;}
.boxstyle .fancybox_content .RecordTable td{padding:5px;}
.boxstyle .fancybox_content .tool_button{ margin:10px 0; text-align:right;}
.boxstyle .fancybox_content .tool_button ul{
	display:inline-block;
	height:28px;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#f9f9f9;
	margin-left:7px;
	position:relative;
}
.boxstyle .fancybox_content .tool_button ul li{
	min-width:55px;
	float:left;
	text-align:center;
	border-right:1px solid #ccc;
	height:28px;
	line-height:28px;
	font-weight:bold;
	position:relative;
}
.boxstyle .fancybox_content .tool_button ul li.end{ border:none;}
.boxstyle .fancybox_content .tool_button ul p{
	position:absolute;
	width:200px;
	left:-210px;
	text-align:right;
	line-height:28px;
	font-weight:bold;
	letter-spacing:2px;
}
.boxstyle .fancybox_content .tool_button ul li a{
	padding:0 10px;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	height:28px;
	color:#000;
	text-decoration:none;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.boxstyle .SelectPhoto{ padding:5px; font-size:15px;}
.boxstyle .SelectPhoto .PhotoTitle{ color:#999;margin-bottom:10px;}
.boxstyle .fancybox_content .searchbutton{
	float:left;
	width:60px;
	margin-top:10px;
	text-align:center;
	height:30px;
	display:block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-image:url(../images/layout_004.png);
	background-repeat:no-repeat;
	background-position:center;
}
.new_trip_box{ min-width:800px; border-top:1px solid #ccc; padding:10px 0;}
.new_trip_box .new_trip_box_left{width:500px; float:left;}
.new_trip_box .other_set_box{ border:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; background-color:#f9f9f9;}
.new_trip_box .other_set a{ background-image:url(../images/layout_032.png); background-repeat:no-repeat; background-position:10px center; padding:5px 0 5px 30px; display:block; text-decoration:none; font-weight:bold; color:#555;}
.new_trip_box .cBox{ width:17px; height:17px; float:left; margin-right:5px; cursor:pointer;}
.new_trip_box .hover{ background-image:url(../images/checked_a.gif); background-position: center; background-repeat:no-repeat;}
.new_trip_box .c_color_0{ background-color:#ffffff; border: 1px #dddddd solid;}
.new_trip_box .c_color_1{ background-color:#ff0080; border: 1px #ff0080 solid;}
.new_trip_box .c_color_2{ background-color:#0000ff; border: 1px #0000ff solid;}
.new_trip_box .c_color_3{ background-color:#0080ff; border: 1px #0080ff solid;}
.new_trip_box .c_color_4{ background-color:#00ffff; border: 1px #00ffff solid;}
.new_trip_box .c_color_5{ background-color:#80ff00; border: 1px #80ff00 solid;}
.new_trip_box .c_color_6{ background-color:#008000; border: 1px #008000 solid;}
.new_trip_box .c_color_7{ background-color:#ffff00; border: 1px #ffff00 solid;}
.new_trip_box .c_color_8{ background-color:#ff8000; border: 1px #ff8000 solid;}
.new_trip_box .c_color_9{ background-color:#dc2127; border: 1px #dc2127 solid;}
.new_trip_box .c_color_10{ background-color:#a20ef1; border: 1px #a20ef1 solid;}
.new_trip_box .c_color_11{ background-color:#000000; border: 1px #000000 solid;}
.new_trip_box .c_color_12{ background-color:#e1e1e1; border: 1px #e1e1e1 solid;}

.new_trip_box .SelectCalendar{ width:342px;border:1px solid #909090;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px; position:relative; padding:5px 5px 5px 35px;}
.new_trip_box .SelectCalendar div.add{filter:alpha(opacity=40);	-moz-opacity:0.4;opacity:0.4; background-repeat:no-repeat; background-position:center;background-image:url(../images/layout_028.png); width:20px; height:20px; float:left; position:absolute; left:5px;top:8px;}
.new_trip_box .SelectCalendar div.add:hover{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9; cursor:pointer;}
.new_trip_box .SelectCalendar .Cal{ cursor:pointer; display:inline-block; border:1px solid #bbb; padding:0 5px 0 25px; position:relative; color:#555; background-color:#eee;}
.new_trip_box .SelectCalendar .Cal div.del{position:absolute; top:50%; margin-top:-8px;left:5px;width:17px; height:17px;filter:alpha(opacity=40);	-moz-opacity:0.4;opacity:0.4;background-image:url(../images/layout_010.png);}
.new_trip_box .SelectCalendar .Cal:hover div.del{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}

.new_trip_box .new_trip_box_right{width:280px;padding:0 0 0 20px; float:left;min-height:400px;}
.new_trip_box .new_trip_box_right ul.person li{ padding:5px 0;}
.new_trip_box .new_trip_box_right ul.person li .check{ margin:0 0 5px 0; font-size:12px; color:#555;}
.new_trip_box .new_trip_box_right ul.person li ul{  margin:5px 0 0 0;border:1px solid #eee;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.new_trip_box .new_trip_box_right ul.person li ul li{ position: relative;border-bottom:1px solid #eee; padding:3px 10px 3px 25px; color:#555; cursor:pointer;}
.new_trip_box .new_trip_box_right ul.person li ul li div{ position:absolute; top:7px;left:5px;width:17px; height:17px;filter:alpha(opacity=40);	-moz-opacity:0.4;opacity:0.4;}
.new_trip_box .new_trip_box_right ul.person li ul li div.del{background-image:url(../images/layout_010.png);}
.new_trip_box .new_trip_box_right ul.person li ul li div.check{background-image:url(../images/layout_029.png);}
.new_trip_box .new_trip_box_right ul.person li ul li.add{ border:none;}
.new_trip_box .new_trip_box_right ul.person li ul li.add div{background-image:url(../images/layout_028.png);}
.new_trip_box .new_trip_box_right ul.person li ul li:hover div{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}
.delItemBlock { width:17px; height:17px;filter:alpha(opacity=40);	-moz-opacity:0.4;opacity:0.4;background-image:url(../images/layout_010.png); cursor:pointer;}
.delItemBlock:hover{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}
progress {
    width: 400px;
    height: 14px;
    display: block;
    /* Important Thing */
    -webkit-appearance: none;
    border: none;
}
/* All good till now. Now we'll style the background */
progress::-webkit-progress-bar {
    background: black;
    border-radius: 50px;
    padding: 2px;
    box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}
/* Now the value part */
progress::-webkit-progress-value {
    border-radius: 50px;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
    background:
        -webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
        -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
        -webkit-linear-gradient(left, #1d7cd6, #2B8AC5);
    /* Looks great, now animating it */
    background-size: 25px 14px, 100% 100%, 100% 100%;
    -webkit-animation: move 5s linear 0 infinite;
}
/* That's it! Now let's try creating a new stripe pattern and animate it using animation and keyframes properties  */
@-webkit-keyframes move {
    0% {
        background-position: 0px 0px, 0 0, 0 0
    }
    100% {
        background-position: -100px 0px, 0 0, 0 0
    }
}
.progressbox {
    vertical-align:middle;
    margin-bottom: 2px;
}
.progress_item {
    vertical-align:middle;
}
.SelectPeople{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position:relative;
	padding:0 5px 0 30px;
}
.SelectPeople.NeedB{ padding-left:60px;}
.SelectPeople div.add{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../images/layout_028.png);
	width:20px;
	height:20px;
	float:left;
	position:absolute;
	left:5px;
	top:3px;
}
.SelectPeople div.add:hover{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9; cursor:pointer;}

.SelectPeople div.del{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../images/layout_010.png);
	width:20px;
	height:20px;
	float:left;
	position:absolute;
	left:5px;
	top:3px;
}
.SelectPeople div.del:hover{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9; cursor:pointer;}


.SelectPeople div.back{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../images/layout_074.png);
	width:20px;
	height:20px;
	float:left;
	position:absolute;
	left:30px;
	top:3px;
}
.SelectPeople div.back:hover{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9; cursor:pointer;}
.SelectPeople .People{
	cursor:pointer;
	display:inline-block;
	border:1px solid #bbb;
	padding:0 5px 0 25px;
	margin:1px 0;
	position:relative;
	color:#555;
	background-color:#eee;
	line-height: 25px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.SelectPeople .People div.del{position:absolute; top:50%; margin-top:-8px;left:5px;width:17px; height:17px;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;background-image:url(../images/layout_010.png);}
.SelectPeople .People div.del:hover{filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}
.Competence .People{ display: block !important; margin-bottom:5px; height:30px; line-height:30px;}
.Competence .set{ background-color:#fff; border:1px solid #ddd;font-size:12px; height:20px; line-height:20px; position:absolute; top:50%; margin-top:-11px; right:5px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; padding:0 5px 0 15px; color:#555; background-image:url(../images/layout_002.gif); background-repeat:no-repeat; background-position:5px center;}
.Competence .Competence_list {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	width:150px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	right:5px;
	top:25px;
	z-index:100;
	box-shadow:0 2px 5px #ccc;
}
.Competence .Competence_list li{ padding:0 10px 0 30px; border-bottom:1px solid #ddd; color:#999;}
.Competence .Competence_list li.end{ border:none;}
.Competence .Competence_list li.hover{ background-image:url(../images/layout_012.png); background-repeat:no-repeat; background-position:5px center; color:#333;}
.container_table{
	margin:0 10px 30px 71px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	min-width:400px;
}
.Priority{ position:relative; background-repeat:no-repeat; background-position:center; width:25px; height:25px;border:1px solid transparent; background-color: transparent; margin:0 auto;}
.Priority:hover{ border:1px solid #ddd; background-color:#fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; cursor:pointer;}
.Low{ background-image:url(../images/layout_049.png);}
.Normal{background-image:url(../images/layout_050.png);}
.High{background-image:url(../images/layout_051.png);}
.Priority .list_box{
	position:absolute;
	right:-34px;
	top:33px;
	width:90px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	box-shadow:2px 5px 15px #ccc;
	z-index:7000;
	color:#777;
	font-weight:normal;
}
.Priority .list_box:after,.Priority .list_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	right:50%;
}
.Priority .list_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-right: -5px;
}
.Priority .list_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 6px;
	margin-right: -6px;
}
.Priority .list_box ol{ padding:5px; line-height:25px;}
.Priority .list_box ol li div{ width:25px; height:25px;float:left; background-repeat:no-repeat; background-position:center;}
.Priority .list_box ol li:hover{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.Priority .list_box ol li.hover,.Priority .list_box ol li.hover:hover{background-color:transparent;}
.NewTask{ width:500px; padding:20px 20px 0 20px;}
.Status{line-height:25px;}
.Status div,.Status-list .list_box ol li div{width:30px; height:25px; float:left; background-position:center; background-repeat:no-repeat;}
.Status-icon{ width:30px; height:30px; float:left; margin:-9px 5px 0 0; background-repeat:no-repeat; background-position:center;}
.Not-Started{background-image:url(../images/layout_065.png);}
.Play{background-image:url(../images/layout_060.png);}
.Pause{background-image:url(../images/layout_061.png);}
.Stop{background-image:url(../images/layout_066.png);}
.Delayed{background-image:url(../images/layout_062.png);}
.Extension{background-image:url(../images/layout_063.png);}
.Carry-out{background-image:url(../images/layout_064.png);}
.Refuse{background-image:url(../images/layout_109.png);}
.Status-list{ position:relative; background-repeat:no-repeat; background-position:5px center; padding:0 5px 0 25px; width:50px; height:25px;border:1px solid transparent; background-color: transparent; margin:0 auto; text-align:left;}
.Status-list:hover{ border:1px solid #ddd; background-color:#fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; cursor:pointer;}
.Status-list .list_box{
	position:absolute;
	right:-5px;
	top:33px;
	width:90px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	box-shadow:2px 5px 15px #ccc;
	z-index:7000;
	color:#777;
	font-weight:normal;
}
.Status-list .list_box:after,.Status-list .list_box:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	right:50%;
}
.Status-list .list_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-right: -5px;
}
.Status-list .list_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 6px;
	margin-right: -6px;
}
.Status-list .list_box ol{ padding:5px; line-height:25px;}
.Status-list .list_box ol li div{ width:25px; height:25px;float:left; background-repeat:no-repeat; background-position:center;}
.Status-list .list_box ol li:hover{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.Status-list .list_box ol li.hover,.Status-list .list_box ol li.hover:hover{background-color:transparent;}
.importance ul li{ float:left; margin:0 7px 0 0;line-height:25px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; padding:0 7px 0 0; cursor:pointer; color:#555; border:1px solid transparent;}
.importance ul li:hover{ border:1px solid #bbb; background-color:#eee;}
.importance ul li:active{position:relative;top:1px;}
.importance .select{ border:1px solid #bbb; background-color:#eee;}
.importance div{width:30px; height:25px; float:left; background-position:center; background-repeat:no-repeat;}

.EditTask{ min-width:800px; border-top:1px solid #ccc; padding:0 0 10px 0; margin-top:10px}
.EditTask .Task_left{width:500px; float:left;}

.EditTask .Task_right{width:266px;margin:10px 0 0 20px; padding:10px 5px;float:left;min-height:400px;border:1px solid #eee;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.EditTask .Task_right ul.person li{ padding:5px 0;border-bottom:1px solid #eee; padding:3px 5px; color:#555;}
.EditTask .Task_right ul.person li .check{ margin:0 0 5px 0; font-size:12px; color:#555;}

.EditTask .Task_textbox{width:98%;}
.EditTask .Participants{width:50%; float:left;}
.EditTask .description{ border:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; background-color:#f9f9f9; margin:10px 0;line-height:30px;}
.EditTask .description .other_set{ background-image:url(../images/layout_032.png); background-repeat:no-repeat; background-position:10px center; padding:5px 0 5px 30px; display:block; text-decoration:none; font-weight:bold; color:#555;}
.EditTask .description .other_set a{text-decoration:none; color:#555;}
.EditTask .cBox{ width:17px; height:17px; float:left; margin-right:5px; cursor:pointer;}
.EditTask .hover{ background-image:url(../images/checked_a.gif); background-position: center; background-repeat:no-repeat;}
.EditTask .c_color_1{ background-color:#f691b2;}
.EditTask .c_color_2{ background-color:#5484ed;}
.EditTask .c_color_3{ background-color:#a4bdfc;}
.EditTask .c_color_4{ background-color:#46d6db;}
.EditTask .c_color_5{ background-color:#7ae7bf;}
.EditTask .c_color_6{ background-color:#51b749;}
.EditTask .c_color_7{ background-color:#fbd75b;}
.EditTask .c_color_8{ background-color:#ffb878;}
.EditTask .c_color_9{ background-color:#ff887c;}
.EditTask .c_color_10{ background-color:#dc2127;}
.EditTask .c_color_11{ background-color:#dbadff;}
.EditTask .c_color_12{ background-color:#e1e1e1;}
.EditTask .description .Inventory{ margin:20px 10px;}
.EditTask .description .Checklist li{ border-bottom:1px solid #ddd; margin-right:10px; padding:2px 5px;}

.edit-box{ position:relative; padding-right:40px; display:inline-block; width:auto !important;}
.edit-box:hover div.edit,.edit-box:hover div.delete{display:block;}
.edit-box div.edit,.edit-box div.delete{ position:absolute; top:50%; margin-top:-7px; width:15px; height:15px; display:none; cursor: pointer; background-repeat:no-repeat; background-position:center;}
.edit-box div.edit{ right:20px;background-image:url(../images/layout_058.png);}
.edit-box div.edit:hover{background-image:url(../images/layout_059.png);}
.edit-box div.delete{ right:0; background-image:url(../images/layout_056.png);}
.edit-box .delete:hover{background-image:url(../images/layout_057.png);}
.edit-box.Description{ border:1px solid #ccc; padding:10px 40px 10px 10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; display:block; min-height:30px;}

.EditTask .description .Checklist li .checked{ text-decoration:line-through; color:#999;}
.EditTask .description .Checklist li .add{
	background-image:url(../images/img_023.gif);
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align: middle;
	margin:6px 0 0 0;
}
.EditTask .checklist-progress {margin-bottom:12px;position: relative; padding:0 5px;}
.EditTask .checklist-progress-percentage {
	color: #8c8c8c;
	line-height: 10px;
	position: absolute;
	left: 0;
	top: -1px;
	text-align: center;
	width:50px;
	color:#ff6000;
	font-weight:bold;
}
.EditTask .checklist-progress-bar {
	background: #ddd;
	border-radius: 5px;
	clear: both;
	height: 8px;
	margin: 0 0 0 50px;
	overflow: hidden;
	position: relative;
}
.EditTask .checklist-progress-bar-current {
	background: #ff6000;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: width .14s ease-in,background .14s ease-in;
	transition: width .14s ease-in,background .14s ease-in;
}
.comments{ width:800px;}
.comments .task-comments-block{
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(88, 112, 118, 0.2), 1px 0 1px rgba(88, 112, 118, 0.08), -2px 0 1px rgba(88, 112, 118, 0.02);
  background: #fff;
  padding: 11px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.comments .task-switcher {
  border: 1px solid #ccc;
  border-bottom: none;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
  background: #fff;
  height:40px; line-height:40px;
  box-shadow: -2px 0 1px rgba(88, 112, 118, 0.02);
  margin: 0 2px -1px 0;
  padding:0 20px;
  display:inline-block;
  font-weight:bold;
}
.comments .feed-com-corner{
	background: #f5f5f5;
	padding:10px 10px 10px 60px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:3px 0;
	position: relative;
	min-height:40px;
}
.comments .feed-com-corner .feed-com-avatar{ background-image:url(../images/layout_039.png); background-repeat:no-repeat; background-position: center; background-color:#ccc;width:40px; height:40px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px; position:absolute; top:10px; left:10px;}
.comments .feed-com-arrow:after {
	bottom: 100%;
	left:40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(229, 229, 229, 0);
	border-bottom-color: #f5f5f5;
	border-width: 10px;
	margin-left: -10px;
}
.comments .feed-com-comments{position:relative;}
.comments .feed-com-comments .name{font-weight:bold; padding:0 5px 0 0;}
.comments .feed-com-comments .time{color:#777; padding: 0 5px;}
.comments .feed-com-comments .add-comments{ line-height:40px; font-weight:bold;color:#999; display:block; text-decoration:none;}
.comments .feed-com-comments .more{ position:relative;}
.comments .feed-com-comments .more-tool{color:#777; background-image:url(../images/layout_002.gif); background-repeat:no-repeat; background-position:right center; padding:0 12px 0 5px; text-decoration:none;}
.comments .feed-com-comments .more-tool-box{ border:1px solid #ddd;position:absolute; width:100px; margin-left:-50px; background-color:#fff; top:25px; left:50%; z-index:55;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;box-shadow: 2px 2px 10px rgba(83,92,105,.15);}
.comments .feed-com-comments .more-tool-box:after, .comments .feed-com-comments .more-tool-box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.comments .feed-com-comments .more-tool-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;
}
.comments .feed-com-comments .more-tool-box:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd;
	border-width: 8px;
	margin-left: -8px;
}
.comments .feed-com-comments .comments-annex{position: absolute; background-color:#aaa; background-image:url(../images/layout_033.png); background-repeat:no-repeat; background-position:center; width:30px; height:30px; top:0; right:0;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;}
.comments .feed-com-comments .comments-annex-list{border:1px solid #ddd;position:absolute; width:auto;background-color:#fff; top:40px; right:-10px;z-index:55;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;box-shadow: 2px 2px 10px rgba(83,92,105,.15); padding:10px;}
.comments .feed-com-comments .comments-annex-list li{ color:#777; font-size:13px; line-height:25px; background-repeat:no-repeat; background-position:3px center; padding:0 0 0 30px;-moz-background-size:16px;-webkit-background-size:16px;-o-background-size:16px;background-size:16px;}
.comments .feed-com-comments .comments-annex-list li a{ color:#777; text-decoration:none;}
.comments .feed-com-comments .comments-annex-list:after,.comments .feed-com-comments .comments-annex-list:before {
	bottom: 100%;
	right:25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.comments .feed-com-comments .comments-annex-list:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-right: -7px;
}
.comments .feed-com-comments .comments-annex-list:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd;
	border-width: 8px;
	margin-right: -8px;
}

.comments .feed-com-comments .more-tool-box ol li{ border-bottom:1px solid #ddd; padding:5px 10px;font-size:13px; color:#777; cursor:pointer;}
.comments .feed-com-comments .more-tool-box ol li.end{ border:none;}
.comments .feed-com-comments .content{ margin:15px 0 0 0;}
.comments .feed-com-comments .add-comments-box textarea{ border:1px solid #ddd; margin:0 0 10px 0; background-color:#fff; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; height:70px;width:98%;}
.comments .feed-com-recomments{
	position:relative;
	padding: 10px 10px 10px 60px;
	border-top:1px solid #e9e9e9;
	margin-top:10px;
}
.comments .view-reply{
	position:relative;
	font-size:12px;
	padding:10px 0 10px 17px;
	line-height:14px;
	font-weight:bold;
	cursor:pointer;
}
.comments .feed-com-recorner{
	border-top:1px solid #e9e9e9;
	margin-top:10px;
	padding:10px 10px 10px 60px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:3px 0;
	position: relative;
	min-height:40px;
}
.comments .view-reply:after{
	content:"";
	background-image:url(../images/layout_092.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:14px;
	height:14px;
	margin-top:-7px;
	position:absolute;
	left:0;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	top:50%;
}
.comments .feed-com-more{
	background: #f5f5f5;
	padding:5px 30px 5px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:3px 0;
	position: relative;
	text-align: right;
	font-weight: bold;
	color:#777;
	cursor:pointer;
}
.comments .feed-com-more:hover{ background-color:#eee;}
.comments .feed-com-more:after{
	content:"";
	position:absolute;
	width:20px;
	height:14px;
	background-image:url(../images/layout_006.png);
	background-position:center;
	background-repeat:no-repeat;
	top:50%;
	margin-top:-7px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.file_list{margin:20px 10px; line-height:40px;}
.file_list li{ padding:0 10px 0 40px; background-repeat:no-repeat; background-position:left top;}
.edit_detail{ text-decoration:underline !important; float:right;padding:0 10px;}

.Set-Competence{ margin-left:10px;}
.Set-Competence li{ position: relative;white-space:nowrap; padding:3px 10px 3px 25px !important; line-height:30px; display:inline-block; border:none !important;}
.Set-Competence li .checkbox{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-10px;
	width:20px;
	height:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#eee;
	background-image:url(../images/layout_042.png);
	background-position:center;
	background-repeat:no-repeat;
}
.Set-Competence li .checkbox.checked,
.fancybox_content .Set-Competence li:hover .checkbox.checked
{ background-color:#7eb200;}
.fancybox_content .Set-Competence li{ cursor:pointer;}
.fancybox_content .Set-Competence li:hover .checkbox{background-color:#ccc;}

.topBulletin{
	width:15px;
	height:15px;
	background-color:#ff7200;
	float:left;
	margin:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-image:url(../images/layout_085.png);
	background-repeat:no-repeat;
	background-position:center;

}
/*NDC-Conference*/
#Conference{position:relative;}
#Conference .ConferenceList{
	position: absolute;
	width: 270px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	top: 0;
	left: 0;
	padding:5px 0 0 0;
	margin-bottom:20px;
}
#Conference .ConferenceList .MeetingPlace{
	padding:10px;
	border-bottom:1px solid #ccc;
}
#Conference .ConferenceList .header{position:relative;}
#Conference .ConferenceList .arrow{
	display:block;
	width:20px;
	height:30px;
	position:absolute;
	top:0;
	right:0;
	background-image: url(../images/layout_006.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
#Conference .ConferenceList .menu-show .arrow{background-image: url(../images/layout_032.png);}
#Conference .ConferenceList ul.menu-one li {
	padding:7px 8px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	margin-bottom:-1px;
}
#Conference .ConferenceList ul > li > ul.menu-two{ display:none;}
#Conference .ConferenceList ul > li > ul.menu-two li {
	padding:3px 5px;
	padding-left:25px;
	border:none;
	color:#555;
	font-weight:normal;
}
/*check box*/
#Conference .ConferenceList input[type="checkbox"] {display:none;}
#Conference .ConferenceList input[type="checkbox"] + label span {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	width:20px;
	height:20px;
	background-color:#fff;
	border:1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 5px 0 0;
}
#Conference .ConferenceList input[type="checkbox"]:checked + label span {
	background-image: url(../images/layout_042.png);
}
#Conference .ConferenceTable{
	position:absolute;
	left:282px;
	right:0;
	top:0;
	margin-bottom:20px;
}
#Conference .StateIndicates{
	padding:6px 5px;
	text-align:left;
	font-size:12px;
	color:#777;
}
#Conference .ConferenceTable .TableFixed{ table-layout:fixed; background-color:#ccc;}
#Conference .ConferenceTable .TableFixed tr{ background-color:#fff;}
#Conference .ConferenceTable .TableFixed .TableScroll{
	overflow-x:scroll;
	overflow-y:auto;
	width:100%;
}
#Conference .ConferenceTable .TableFixed .TableScroll table{
	margin:-1px 0 0 -1px;
	background-color:#ccc;
	table-layout:fixed;
	width:968px;
}
#Conference .ConferenceTable .TableFixed table tr{background-color:#fff;}
#Conference .ConferenceTable .TableFixed .TableScroll table tr td,#Conference .ConferenceTable .TableFixed .TableScroll table tr th{
	width:48px;
	position:relative;
	padding:5px 0;
	 line-height: 30px;
}
#Conference .ConferenceTable .TableFixed .TableScroll table tr th{
	color:#777;
	text-align:center;
	font-size:12px;
	white-space: nowrap;
	line-height:15px;
}
#Conference .ConferenceTable .TableFixed .TableScroll .TimeLine{
	position:absolute;
	top:50%;
	left:0px;
	margin:-6px 0 0 0 ;
	height:12px;
}
#Conference .ConferenceTable .TableFixed .TableScroll .SpecialTime{
	background-color:#fff2f6;
	color:#dc2127;
}
#Conference .ConferenceTable .TableFixed .RoomTitle{
	padding:15px 0;
	text-align:center;
	color:#777;
	font-size:12px;
	border-bottom:1px solid #ccc;
	line-height: 25px;
}
#Conference .ConferenceTable .TableFixed .RoomList li{
	padding:5px;
	border-bottom:1px solid #ccc;
	line-height: 30px;
}
.StateIndicates{
	position:absolute;
	left:-200px;
	width:190px;
	padding-right:10px;
	text-align:right;
	line-height:28px;
	font-weight:bold;
	letter-spacing:2px;
}
.StateIndicates div{display:inline-block;}
.StateIndicates .Box{
	width:15px;
	height:15px;
	margin-bottom:-2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.YellowLine{ background-color:#fbd75b;}
.GreenLine{ background-color:#7ae7bf; }
.RedLine{ background-color:#ff887c;}
/*業務會報*/
.BusinessReported{
	width:64%;
	float:left;
	background-color:#f9f9f9;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:20px;
}
.BusinessReported .InsideBox{
	background-color:#fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding:10px;
}
.BusinessReported .BusinessTitle{
	font-size:20px;
	line-height:50px;
	text-align: center;
	border-bottom:2px solid #555;
	color:#555;
	margin:0 0 20px 0;
}
.BusinessReported .list{ margin-left:30px;}
.BusinessReported .list li{
	width:50%;
	float:left;
	list-style-type:disc;
}
.BusinessReported .FileBox{
	margin: 0 5px;
}
.BusinessReported .FileBox .name{
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding:5px;
	margin:10px 0;
}
.BusinessReported .FileBox .file{
	width:50%;
	float: left;
	position:relative;
	padding:7px 0 7px 40px;
	cursor:pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.BusinessReported .FileBox .file a{ color:#000;}
.BusinessReported .FileBox .FileIcon{
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	background-position: center;
	position:absolute;
	left:0;
	top:0;
}
.AtPresent{ background-color:#ffffdb;}
.AtPresent td{ background-color:transparent;}
.newsContent p{ margin:15px 0; }
.MessageGreat{
	width:55px;
	height:28px;
	position:absolute;
	top:0;
	right:0;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f9f9f9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	background-image:url(../images/layout_086.png);
	cursor:pointer;
}
.MessageGreat:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
.AddGreat,.AddGreat:hover{
	background-image:url(../images/layout_088.png) !important;
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	opacity:1 !important;
}
.GreatNumber{
	position:absolute;
	height:28px;
	line-height:28px;
	top:-1px;
	right:0;
	margin-right:63px;
	background: #fff;
	padding:0 10px;
	font-size:12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #ccc;
	font-weight:bold;
}
.GreatNumber:after, .GreatNumber:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.GreatNumber:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.GreatNumber:before {
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #cccccc;
	border-width: 6px;
	margin-top: -6px;
}
.MessageNumber{
	width:300px;
	float:right;
	text-align:right;
	line-height:40px;
}
.MessageNumber .Quantity{
	margin:0 20px;
	font-weight:bold;
}
.MessageNumber .time,.MessageNumber .time a{color:#aaa;}

.boxstyle .fancybox_content .list-style { margin:0 25px;}
.boxstyle .fancybox_content .list-style li{
	list-style-type:decimal;
	margin:10px 0;
}
.boxstyle .fancybox_content .list-style li ul { margin:0 25px;}
.boxstyle .fancybox_content .list-style li ul li{list-style-type:upper-latin;}
.boxstyle .fancybox_content .list-style li ul li,.boxstyle .fancybox_content .list-style li p{color:#777;}

/* add by Cheryl. 2015-8-27 */
.pull-right {
    float: right;
}
.Cbtn {
    display: inline-block;
    margin: 0 2px;
    padding: 3px 10px;
    color: #555;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}
.Category .text .show_text{color:#777;}
.menuchecked{
	background-image:url(../images/layout_012.png);
	background-repeat:no-repeat;
	background-position:7px center;
	color:#000;
}
.link_box2 {
  color: #555;
  border: 1px solid #ccc;
  right: 5px;
  top: 5px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.link_box2 i {
  padding-top: 12px;
}

.HugeName{
	margin-top:20px;
	padding:10px 5px;
	font-size:20px;
}
.CurriculumTitie{ font-weight:bold; padding:5px;}
.ClassroomList{margin:10px;}
.ClassroomList ul li{
	border:1px solid #ccc;
	background-color:#fff;
	padding:2px 5px 2px 25px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative;
	margin:3px 0;
}
.ClassroomList ul li .del{
	content:"";
	position:absolute;
	top:50%;
	margin-top:-8px;
	left:5px;
	width:17px;
	height:17px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	background-image:url(../images/layout_010.png);
}
.ClassroomList ul li .del:hover{
	cursor:pointer;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
.ClassroomList .AddClassroom{
	color:#777 !important;
	padding:0 0 5px 20px;
	position:relative;
	cursor:pointer;
	line-height:20px;
	text-align:right;
	display:block;
	text-decoration:none !important;
}
.ClassroomList .AddClassroom:before{
	content:"";
	background-image:url(../images/layout_028.png);
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
.Curriculum{background-color:#ccc;}
.Curriculum tr{background-color:#fff;}
.Curriculum td{padding:3px; position:relative;}
.Curriculum .hand{
	padding:0;
	font-size:12px;
	background-color:#fff;
	text-align:center;
}
.Curriculum .today{background-color:#f5f5f5; font-weight:bold;}
.Curriculum .Section{font-size:12px; text-align:center;}
.Curriculum .Subject{
	text-align:center;
	background-color: transparent;
	border:1px solid transparent;
	padding:7px 0 3px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#555;
	cursor:pointer;
	position:relative;
	line-height:22px;
	min-width:175px;
}
.Curriculum .today .Subject:hover{color:#fff;}
.Curriculum .Subject:hover{
	background-color:#eee;
	border-color:#ddd;
}
.Curriculum .Subject a{ display:block;}
.Curriculum .today:hover .Subject a,
.Curriculum .today .Subject a:hover{color:#fff;}
.Curriculum .Subject .Status{
	position:absolute;
	left:5px;
	top:5px;
	z-index:2;
}
.Curriculum .Subject ul.menu{ margin-top:3px; padding:0 1px;}
.Curriculum .Subject ul.menu li{
	display:inline-block;
}
.Curriculum .Subject ul.menu li a{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#555;
	font-size:12px;
	padding: 0 4px;
	background-color:#eee;
	border:1px solid #ccc;
}
.Curriculum td:hover .Subject ul.menu li a{ background-color:#fff;}
.Curriculum td:hover .Subject ul.menu li a:hover,
.Curriculum .Subject ul.menu li a:hover{
	color:#fff;
	border-color:#1d7cd6;/*c1*/
	background-color:#1d7cd6;/*c1*/
}
.View-Day .Subject{
	width:130px;
	float:left;
	background-color:#f9f9f9;
	border-color:#ddd;
	margin-right:3px;
}
.View-Day .Subject:hover{ background-color:#f9f9f9; cursor:auto;}

.Curriculum .Subject .Roll-Call,
.HideTable .Roll-Call,
.List-Roll-Call:before,
.Curriculum .Subject .Record
{
	width:28px;
	height:28px;
	background-color:rgba(204,204,204,.3);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	cursor:pointer;
}
.Curriculum .Subject .Roll-Call,
.HideTable .Roll-Call,
.List-Roll-Call:before{background-image:url(../images/layout_100.png);}
.Curriculum .Subject .Record{background-image:url(../images/layout_096.png);}
.Curriculum .Subject .Roll-Call,
.Curriculum .Subject .Record{bottom:3px;right:3px;}
.Curriculum .Subject .Roll-Call:hover,
.Curriculum .today .Roll-Call,
.Curriculum .Subject .Record:hover,
.Curriculum .today .Record{
	background-color:#fff;
}
.List-Roll-Call{
	padding-left:35px;
	position:relative;
}
.List-Roll-Call:before{
	content:"";
	left:0;
	top:50%;
	margin-top:-12px;
}
td:hover .List-Roll-Call:before{ background-color:#fff;}
.HideTable .Roll-Call{
	position:static !important;
	display:inline-block;
}
.HideTable .executed{ position:relative;}
.HideTable .executed:before{
	content:"";
	position:absolute;
	top:50%;
	left:-10px;
	margin-top:-10px;
    background-color: #7eb200;
    background-image: url(../images/layout_042.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.AttendanceStatus li{
	position:relative;
	padding:0 5px;
	color:#777;
}
.AttendanceStatus li .Status{
	display:inline-block;
	margin-right:5px;
    margin-bottom:-1px;
}
.TableStatus{
	display:inline-block;
	padding-left:30px;
	position:relative;
}
.TableStatus.setting:after{
	content:"";
	position:absolute;
	background-image:url(../images/layout_002.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	height:10px;
	right:-20px;
	top:50%;
	margin-top:-5px;
}
.TableStatus .Status{
	position:absolute;
	left:6px;
	top:50%;
	margin-top:-7px;
}
.TableStatus .StatusSelect{
	position:absolute;
	right:50%;
	top:30px;
	width:80px;
	margin-right:-50px;
	background-color:#fff;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	z-index:100;
}
.TableStatus .StatusSelect:after, .TableStatus .StatusSelect:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.TableStatus .StatusSelect:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;
}
.TableStatus .StatusSelect:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #ccc;
	border-width: 8px;
	margin-left: -8px;
}
.TableStatus .StatusSelect ul li{
	position:relative;
	padding:5px 5px 5px 25px;
	border-bottom:1px solid #ccc;
}
.TableStatus .StatusSelect ul li.end{border:none;}
.TableStatus .StatusSelect ul li:hover,.TableStatus .StatusSelect ul li.hover{background-color:#f5f5f5;}
.list_box .Status{
	display:inline-block;
	margin:0 5px 0 0;
}
.AlbumStatus{
	position:absolute;
	top:5px;
	left:5px;
	padding:3px 20px 3px 5px;
	color:#555;
	background-color:rgba(255,255,255,.8);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #eee;
	width:75px;
	cursor:pointer;
}
.AlbumStatus .Status{
	display:inline-block;
	margin:0 5px 0 0;
}
.AlbumStatus.setting:after{
	content:"";
	position:absolute;
	background-image:url(../images/layout_002.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	height:10px;
	right:0;
	top:16px;
	margin-top:-5px;
}
.AlbumStatus .StatusSelect{
	position:absolute;
	left:-1px;
	top:30px;
	width:100px;
	margin-right:-50px;
	background-color:#fff;
	border:1px solid #eee;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	z-index:100;
}
.AlbumStatus .StatusSelect ul li{
	position:relative;
	padding:5px;
	border-bottom:1px solid #eee;
}
.AlbumStatus .StatusSelect ul li.end{border:none;}
.AlbumStatus .StatusSelect ul li:hover,.AlbumStatus .StatusSelect ul li.hover{background-color:#f5f5f5;}

.Curriculum .Subject .Status,
.AttendanceStatus li .Status,
.TableStatus .Status,
.list_box .Status,
.AlbumStatus .Status{
	width:14px;
	height:14px;
	background-repeat:no-repeat;
	background-position:center;
}
.Status-Round{
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
}
.Status-color-1{ background-color:#00baff;}
.Status-color-2{ background-color:#fbd75b;}
.Status-color-3{ background-color:#dc2127;}
.Status-color-4{ background-color:#51b749;}
.Status-Shape-0{ background-image:url(../images/Status_00.png);}/* 未訂 */
.Status-Shape-1{ background-image:url(../images/Status_01.png);}/* 正常 */
.Status-Shape-2{ background-image:url(../images/Status_02.png);}/* 遲到 */
.Status-Shape-3{ background-image:url(../images/Status_03.png);}/* 早退 */
.Status-Shape-4{ background-image:url(../images/Status_04.png);}/* 請假 */
.Status-Shape-5{ background-image:url(../images/Status_05.png);}/* 缺席 */
.Status-Shape-6{ background-image:url(../images/Status_06.png);}/* 人工點名 */
.Status-Shape-7{ background-image:url(../images/Status_07.png);}/* 異常 */
.rollcall{ position:relative; padding-left:35px;}
.rollcall:before{
	content:"";
	width:24px;
	height:24px;
	background-image:url(../images/layout_089.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f5f5f5;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-12px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.data_list tr:hover .rollcall:before{background-image:url(../images/layout_090.png);}
.StudentName{
	position:relative;
	padding:15px 0 15px 60px;
}
.StudentName .StudentPhoto{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-25px;
	width:50px;
	height:50px;
	background-color:#f5f5f5;
	background-image:url(../images/layout_039.png);
	background-repeat:no-repeat;
	background-position:center;
	border:1px solid #ccc;
	display:inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.StudentName .StudentPhoto img{
	width:50px;
	height:50px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.classdate{
	font-weight:bold;
	text-align: right;
    line-height: 28px;
    letter-spacing: 2px;
}
.StudentProfile{
	border:1px solid #ccc;
	background-color:#f5f5f5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:5px;
	margin:10px 10px 0 10px;
}
.StudentProfile .Photo{
	border:1px solid #ccc;
	background-color:#fff;
	background-image:url(../images/layout_039.png);
	background-position:center;
	background-repeat:no-repeat;
	width:90px;
	height:90px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	float:left;
}
.StudentProfile .Photo img{
	width:90px;
	height:90px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.StudentProfile .Profile{
	padding-left:110px;
}
.StudentProfile .Profile .name{
	font-weight:bold;
	font-size:18px;
	margin:10px 0;
}
.StudentProfile .Profile ul{ margin-left:25px;}
.StudentProfile .Profile ul li{
	list-style-type:disc;
	width:33%;
	float:left;
}
.View-Items{
	background-image: url(../images/layout_098.png);
	background-repeat:no-repeat;
	background-position:center;
	width:16px;
	height:16px;
	display:inline-block;
	cursor:pointer;
	border:1px solid #ccc;
	background-color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.View-Items.show{background-image: url(../images/layout_097.png);}
.HiddenItems:hover,
.HiddenItems tr:hover
{ background-color:#fff !important; cursor:auto !important;}
.HiddenItems td{ padding:0 !important; border:none !important;}
.view-open{ border-bottom:1px solid #ccc; padding:5px 10px 5px 60px; background-color:#eee;}
.view-open .HideTable{ background-color:#ddd;}
.view-open .HideTable tr{ background-color:#fff;}
.view-open .HideTable td{ padding:5px !important; position:relative;}
.view-open .HideTable .SwitchButton{
	position:absolute;
	top:4px;
	right:5px;
	border:1px solid #ccc;
	height:25px;
	line-height:25px;
	font-size:13px;
	background-color:#f5f5f5;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.view-open .Options{font-weight:bold;}
.view-open .Options .SwitchButton li{
	text-align:center;
	float:left;
	min-width:50px;
	border-right:1px solid #ccc;
	color:#555;
}
.view-open .SwitchButton li a{padding:0 5px;display:block;color:#555 !important;}
.view-open .SwitchButton li a:hover{color:#fff !important; font-weight:bold;}
.view-open .SwitchButton li.end{border:none;}
.RecordButton,
.SettingButton{
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
	margin: 0 2px;
	padding:3px 10px;
	color:#555;
	border:1px solid #ccc;
	background-color:#f9f9f9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-weight: bold;
	cursor:pointer;
	white-space: nowrap;
	min-width:10px;
	height:20px;
}
.RecordButton{background-image:url(../images/layout_096.png);}
.SettingButton{
	background-image: url(../images/layout_009.png);
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
.SettingButton:hover{
	background-image: url(../images/layout_009.png);
	background-color:#fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.mian_view{
	margin-top:55px}

.top_btn{display: inline-block;
    margin: 0 2px;
    padding: 3px 10px;
    color: #555;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;}

.from_box{border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    margin: 10px 0;
    line-height: 30px;}

	.EditTask .Task_left2 {
    width: 70%;

}
p.min-doc{color: #777;
    font-size: 13px;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 3px center;
    padding: 0 0 0 30px;
    -moz-background-size: 16px;
    -webkit-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;}
	.table_span {
		padding-right:40px;}
		.add2{   position: absolute;
    left: -30px;
    top: 3px;}
	.typeImg{
		position:relative;
		top:3px;
		left:-2px}



.Card-Rules ul{ margin:0 10px 10px 25px;}
.Card-Rules ul li {padding:5px;}
.Card-Rules ul li span{margin:0 10px 0 0;}
.Card-Rules ul li .Section-title{ font-weight:bold;}
.Card-Rules ul li .list{ margin:0 0 0 19px;}
.Card-Rules ul li .list li{
	width:25%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*check box*/
.Card-Rules ul li input[type="checkbox"] {display:none;}
.Card-Rules ul li input[type="checkbox"] + label span {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	width:20px;
	height:20px;
	background-color:#fff;
	border:1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 5px 0 0;
}
.Card-Rules ul li input[type="checkbox"]:checked + label span {
	background-image: url(../images/layout_042.png);
}
.description{ border:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; background-color:#f9f9f9; margin:10px 0;line-height:30px;}
.Attend{position:relative;}
.Attend:after{
	content:"";
	position:absolute;
	background-image:url(../images/layout_002.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
	border:1px solid #999;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width:11px;
	height:11px;
	top:50%;
	margin:-7px 0 0 15px;
}
.Attend .Attend-Box {
	position:absolute;
	background-color:rgba(0,0,0,.8);
	width:120px;
	left:50%;
	top:30px;
	margin-left:-60px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	z-index:10;
}
.Attend .Attend-Box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color:rgba(0,0,0,.7);
	border-width: 8px;
	margin-left: -8px;
}
.Attend .Attend-Box ul{ padding:5px 0;}
.Attend .Attend-Box ul li{
	color:#fff;
	padding:2px;
}
.Change-Box{
	border:1px solid #ccc;
	background-color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative;
	margin-bottom:4px;
}
.Change-Box .col_2{
	float:left;
	height:36px;
	line-height:36px;
	position:relative;
	padding:4px 5px 0 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.Change-Box .col_2 p{ padding: 0 5px; line-height:30px; margin:0 0 0 0 !important;}
.Change-Box .text{
	position:absolute;
	left:0;
	top:0;
	width:36px;
	background-color:#f5f5f5;
	text-align:center;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-left:-1px;
}
.Change-Box .Add-New-List{
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:50%;
	right:-30px;
	margin-top:-10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-image:url(../images/layout_105.png);
	background-repeat:no-repeat;
	background-position:center;
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background-color:#89c403;
	border:1px solid #74b807;
	text-shadow:0px 1px 0px #528009;
}
.Calendar-select p{ float:left; margin:0 10px; line-height:34px;}
.Calendar-select .select-box{
	width:200px;
	display:inline-block;
	float:left !important;
}
.Calendar-select .select-box *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.Calendar-select .select-box input{ background-color:#fff !important;}
.Calendar-select th{ border-bottom:none !important;}
.Calendar-select .date{margin-bottom:0 !important;font-weight:normal !important;float: inherit !important;}
.Calendar-select input{ border:1px solid #ccc !important; margin:0 !important; }
.Alert-Results {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px;
	background-color:#fff;
	font-weight:900;
	position:relative;
	padding-left:50px;
}
.Alert-Results:after{
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	background-position:center;
	background-repeat:no-repeat;
	top:50%;
	left:10px;
	margin-top:-15px;
}
.Alert-Results.Success{
	border:2px solid #7eb200;
	color:#7eb200;
}
.Alert-Results.Success:after{ background-color:#7eb200; background-image:url(../images/layout_106.png);}
.Alert-Results.Error{
	border:2px solid #d60000;
	color:#d60000;
}
.Alert-Results.Error:after{ background-color:#d60000;background-image:url(../images/layout_107.png);}
.Competence-check{
	position:relative;
	padding:0 0 0 25px;
}
.Competence-check:after{
	content:"";
	position:absolute;
	top:50%;
	margin-top:-8px;
	left:0;
	width:16px;
	height:16px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-image:url(../images/layout_042.png);
	background-position:center;
	background-repeat:no-repeat;
}
.CourseInfo{
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative;
	min-width:785px;
}
.CourseInfo .RecordButton{
	position:absolute;
	top:10px;
	right:10px;
}
.CourseInfo .Info-List{padding:10px;}
.CourseInfo .Info-List .date{color:#888;}
.CourseInfo .Info-List .date span{ margin:0 10px;}
.CourseInfo .Info-List .name{ font-weight:bold; font-size:20px; margin:5px 0;}
.CourseInfo .Info-List ul li{ margin-left:25px;list-style-type:disc;}
.CourseInfo .Lesson{
	border-top:1px solid #ccc;
	background-color:#f5f5f5;
	padding:10px;
	text-align:left;

}
.CourseInfo .Lesson .LessonBlock{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
	background-color:#fff;
	margin:0 1px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.CourseInfo .Lesson .LessonBlock .LName{
	padding:5px;
	border-bottom:1px solid #ddd;
	text-align:center;
	font-weight:bold;
}
.CourseInfo .Lesson .LessonBlock .time{
	width:50%;
	float:left;
	padding:5px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.CourseInfo .Lesson .LessonBlock .time .hand{ color:#888; font-size:12px;}
.CourseInfo .Lesson .LessonBlock .left{border-right:1px solid #ddd;}
.col_2{width:50%;}
.col_3{width:33%;}
.fancy-Options{
	clear:both;
	padding:10px 0;
}
.fancy-Options a{
	display: inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	background-color:#333;
	color:#fff !important;
	text-align: center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.boxstyle .fancybox_content ul.fill li .ID-Search {
	position:relative;
	padding-right:35px;
}
.boxstyle .fancybox_content ul.fill li .ID-Search .icon{
	position:absolute;
	width:30px;
	height:30px;
	margin-top:-15px;
	right:0;
	top:50%;
	background-image:url(../images/layout_004.png);
	background-position:center;
	background-repeat:no-repeat;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.Result-open .ID-info{
	background-color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:5px;
	border:1px solid #eee;
}
.Result-open .ID-info ul li{
	padding:5px 0 !important;
    border-bottom:none !important;
	font-size:15px;
	color:#555;
	width:46%;
	margin-left:4%;
	float:left;
	list-style-type:disc;
}
.myPeople .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 80%;
}
.myMenuTree .fa-folder {
    color: #8F8F8F;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
hr.two {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.boxstyle .fancybox_content ul.fill {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.boxstyle .fancybox_content ul.fill li input, .boxstyle .fancybox_content ul.fill li textarea {
    border: none;
    background-color: transparent;
    /* color: #aaa; */
}
.menutree {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 5px;
  /* display: none; is better but fails in ie8 */
  /* could add the many user-select: none; commands here */
}
/* line 17, ../sass/_menutree.scss */
.menutree ol {
  margin-left: 25px;
}
/* line 20, ../sass/_menutree.scss */
.menutree li {
  margin-top: 11px;
  list-style: none;
  /* all list item li dots invisible */
}
/* line 23, ../sass/_menutree.scss */
.menutree li span {
  padding: 5px 15px;
  border-radius: 5px;
}
/* line 29, ../sass/_menutree.scss */
.menutree li .menu_label {
  cursor: pointer;
  /* cursor changes when you mouse over this class */
}
/* line 30, ../sass/_menutree.scss */
.menutree li .menu_label + input[type=checkbox] {
  opacity: 0;
  /* checkboxes invisible and use no space */
}
/* line 33, ../sass/_menutree.scss */
.menutree li .menu_label + input[type=checkbox] + ol > li {
  display: none;
  /* prevents sublists below unchecked labels from displaying */
}
/* line 37, ../sass/_menutree.scss */
.menutree li .menu_label + input[type=checkbox]:checked + ol > li {
  display: block;
  /* display submenu on click */
}
.Photo_list .img {
    cursor: pointer;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e9e9e9;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}
.barContainer {
    height: 50px;
    text-align: right;
    margin-top: -12px;
}
.slider {
    width: 100%;
    float: right;
}
.slider .plusMinus {
  color: #ADADAD !important;
}
input[type="range"] {
    -webkit-appearance: none !important;
    height: 7px;
    background-color: #d9d9d9;
    border: 1px solid #ADADAD;
    border-radius: 3px;
    margin: auto;
    transition: all 0.3s ease;
}
/* line 486, ../sass/_album.scss */
input[type="range"]:hover {
  background-color: #DFE0DF;
}
/* line 489, ../sass/_album.scss */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 15px;
  height: 15px;
  background-color: #989898;
  border-radius: 30px;
  box-shadow: 0px 0px 3px #696969;
  transition: all 0.5s ease;
}
/* line 497, ../sass/_album.scss */
input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #7b7b7b;
}
/* line 500, ../sass/_album.scss */
input[type="range"]::-webkit-slider-thumb:active {
  box-shadow: 0px 0px 1px #696969;
}
#rangevalue {
    text-align: right;
    font-family: "Quantico", sans-serif;
    font-size: 15px;
    display: block;
    margin: auto;
    padding: 7px 0;
    width: 100%;
    color: #555;
}
#rangevalue:before {
  content: "速度:";
  font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
}
.clicked1:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
    width: 1em;
    height: 1em;
    font-size: 100px;
    top: 25%;
    left: 31%;
    text-align: center;
    color: #65D97D;
    z-index: 10;
}
.clicked1:after {
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    background: #3c3c3c;
    opacity: 0.4;
}
.countNo {
    float: right;
    margin-right: 17px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
/* line 1572, ../sass/_new-layout.scss */
.selectColor .cBox {
  width: 17px;
  height: 17px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
/* line 1579, ../sass/_new-layout.scss */
.selectColor .hover {
  background-image: url(../images/checked_a.gif);
  background-position: center;
  background-repeat: no-repeat;
}
/* line 1584, ../sass/_new-layout.scss */
.selectColor .c_color_1 {
  background-color: #f691b2;
}
/* line 1587, ../sass/_new-layout.scss */
.selectColor .c_color_2 {
  background-color: #5484ed;
}
/* line 1590, ../sass/_new-layout.scss */
.selectColor .c_color_3 {
  background-color: #a4bdfc;
}
/* line 1593, ../sass/_new-layout.scss */
.selectColor .c_color_4 {
  background-color: #46d6db;
}
/* line 1596, ../sass/_new-layout.scss */
.selectColor .c_color_5 {
  background-color: #7ae7bf;
}
/* line 1599, ../sass/_new-layout.scss */
.selectColor .c_color_6 {
  background-color: #51b749;
}
/* line 1602, ../sass/_new-layout.scss */
.selectColor .c_color_7 {
  background-color: #fbd75b;
}
/* line 1605, ../sass/_new-layout.scss */
.selectColor .c_color_8 {
  background-color: #ffb878;
}
/* line 1608, ../sass/_new-layout.scss */
.selectColor .c_color_9 {
  background-color: #ff887c;
}
/* line 1611, ../sass/_new-layout.scss */
.selectColor .c_color_10 {
  background-color: #dc2127;
}
/* line 1614, ../sass/_new-layout.scss */
.selectColor .c_color_11 {
  background-color: #dbadff;
}
/* line 1617, ../sass/_new-layout.scss */
.selectColor .c_color_12 {
  background-color: #e1e1e1;
}
/* line 42, ../sass/screen.scss */
.Category .photoIcon {
  width: 49px;
  height: 50px;
  float: left;
  border-right: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9f9f9;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  text-align: center;
  color: #8F8F8F;
}
/* line 56, ../sass/screen.scss */
.Category .photoIcon:before {
  content: "\f07b";
  font-family: FontAwesome;
  font-size: 18px;
  position: relative;
  top: 14px;
}
.Category .c_color_1 {
  background-color: #f691b2;
  color: white;
}
/* line 67, ../sass/screen.scss */
.Category .c_color_2 {
  background-color: #5484ed;
  color: white;
}
/* line 71, ../sass/screen.scss */
.Category .c_color_3 {
  background-color: #a4bdfc;
  color: white;
}
/* line 75, ../sass/screen.scss */
.Category .c_color_4 {
  background-color: #46d6db;
  color: white;
}
/* line 79, ../sass/screen.scss */
.Category .c_color_5 {
  background-color: #7ae7bf;
  color: white;
}
/* line 83, ../sass/screen.scss */
.Category .c_color_6 {
  background-color: #51b749;
  color: white;
}
/* line 87, ../sass/screen.scss */
.Category .c_color_7 {
  background-color: #fbd75b;
  color: white;
}
/* line 91, ../sass/screen.scss */
.Category .c_color_8 {
  background-color: #ffb878;
  color: white;
}
/* line 95, ../sass/screen.scss */
.Category .c_color_9 {
  background-color: #ff887c;
  color: white;
}
/* line 99, ../sass/screen.scss */
.Category .c_color_10 {
  background-color: #dc2127;
  color: white;
}
/* line 103, ../sass/screen.scss */
.Category .c_color_11 {
  background-color: #dbadff;
  color: white;
}
/* line 107, ../sass/screen.scss */
.Category .c_color_12 {
  background-color: #e1e1e1;
}
.text-warper {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/**
**2018/6/19 Sam  搜尋下拉加上overflow-y
**/
.layout .tool_button ul li .list_tool .list_box {
    overflow-y: auto;
    max-height: 450px;
}

/**
**2019/11/07 Sam  九宮格選單下拉加上overflow-y
**/
.layout .tool_button ul li .list_tool .menu_box{
    overflow-y: auto;
    max-height: 600px;
}