﻿
/*==============================*/
/*====== page LAYOUT ======*/
/*==============================*/

.Wrapper {
	position: relative;
}

/* layout=S ( default) */
.Layout-Header {
	position: relative;
	padding: 10px 30px;
	width: 100%;
	height: 100px;
	background: #acdaf8;
}

.Layout-Nav {
	float: left;
	background: #fff;
	position: relative;
	z-index: 999;
}

.Layout-Main {
	/*margin-left: 250px;*/
	padding: 0 15px;
	overflow: auto;
	transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.Layout-Footer {
	padding: 6px 12px;
	height: 34px;
	color: #fff;
	background: #4d728a;
}

/* layout=S/SF */
[data-layout=S] .Layout-Nav, [data-layout=SF] .Layout-Nav {
	height: calc(100vh - 140px);
}

/* layout=NF */
[data-layout=N] .Layout-Nav, [data-layout=NF] .Layout-Nav {
	float: none;
	width: 100%;
}

[data-layout=N] .Layout-Main, [data-layout=NF] .Layout-Main {
	margin-left: 0;
}

/* layout=N || layout=S (no footer) */
[data-layout=N] .Layout-Footer, [data-layout=S] .Layout-Footer {
	display: none;
	height: 0;
}

/*.Layout-Header{
	height: 200px;
}*/

/*.Layout-Nav{
	position: fixed;
    top: 100px;
    left: 0;
    background: none;
}*/

/*==============================*/
/*====== page css ======*/
/*==============================*/

.layout-header-left {
	float: left;
	width: 50%;
}

.project-block {
	padding-left: 125px;
	float: left;
}

.project-block ul li a:hover {
	background: none;
}

.layout-header-right {
	float: right;
	margin: 15px 40px 0 0;
}

.layout-header-user {
	list-style: none;
}

.layout-header-user li {
	float: left;
}

.layout-header-user > li + li {
	margin-left: 30px;
}

.layout-header-user img {
	width: 25px;
	height: 25px;
}



.user_main {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 160px;
}

.user_main em {
	margin-left: 3px;
	font-style: normal;
	color: #666;
}

.user_main_nav {
	display: none;
	position: absolute;
	right: 50px;
	top: 30px;
	z-index: 999;
	padding: 0;
	background: #36ace4;
	border-radius: 4px;
	width: 110px;
}

.user_main_nav li a {
	display: block;
	padding: 6px 12px;
	color: #fff;
}

.daiban {
	position: absolute;
	right: 70px;
	bottom: 0px;
	background: #097fb5;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	display: none;
}

.user_main_daiban_nav {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 888;
	padding: 10px;
	width: 400px;
	text-align: center;
	box-shadow: 0px 3px 15px rgba(0,0,0,.3);
	background: #fff;
}

.user_main_daiban_nav li {
	display: inline-block;
	margin: 5px
}

.user_main_daiban_nav a {
	width: 60px;
	height: 70px;
	display: inline-block;
}

.user_main_daiban_nav a.icon1 {
	background: url(/Content/images/质量问题_icon.png) no-repeat;
}

.user_main_daiban_nav a.icon2 {
	background: url(/Content/images/安全问题icon.png) no-repeat;
}

.user_main_daiban_nav a.icon3 {
	background: url(/Content/images/进度管理_icon.png) no-repeat;
}

.user_main_daiban_nav a.icon4 {
	background: url(/Content/images/文档管理_icon.png) no-repeat;
}

.user_main_daiban_nav a.icon5 {
	background: url(/Content/images/变更管理_icon.png) no-repeat;
}

.menu_nav_new {
	background: #3778c1;
}

.menu_nav_new li {
	float: left;
	margin: 0 10px;
	height: 50px;
	padding-left: 6px 18px;
	text-align: center;
}

.menu_nav_new li a {
	display: block;
	color: #fff;
	background: #3778c1;
}

#language-select + div.bootstrap-select {
    width: 100px;
}