*{
	font-family: "Trebuchet MS";
	-webkit-font-smoothing: antialiased;
	outline: none;
}
html,
body{
	height: 100%;
	min-height: 100%;
	font-size: 12px;
}
body{
	background-color: #e9eaed;
	margin: 0;
}
body.busy,
body.busy *{
}
body.veryBusy,
body.veryBusy *{
	cursor: wait!important;
}
body.overlay-shown{
	overflow: hidden;
}
p,
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
}
#CB_ContentHide{
	position: fixed!important;
}
a[user=avatar]{
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
a[user=avatar]:hover{
	-ms-transform: rotate(17deg);
	-webkit-transform: rotate(17deg);
	transform: rotate(17deg);
	-moz-transform: rotate(17deg);
	-webkit-transform: rotate(17deg);
	-o-transform: rotate(17deg);
	-ms-transform: rotate(17deg);
}
[type=content-OfficialNews] h1,
[type=content-OfficialNews] h2{
	color: #ff5700!important;
}
[type=content-OfficialNews] header div.type{
	color: #ff5a00!important;
}
div.wrapper{
	display: table;
	padding-top: 80px;
	min-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: -moz-border-box;
}
section.panel{
	display: table-cell;
	vertical-align: top;
}
section.panel.user-profile,
section.panel.wall{
	width: 470px;
	padding: 20px 25px 25px 25px;
}
section.panel.side{
	width: 250px;
	padding: 20px 0px 25px 0px;
}
div.logo-365solutions{
	background-image: url("/img/365logo.png");
	height: 16px;
	background-repeat: no-repeat;
	background-position: 117px;
}
a[user=avatar]{
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	float: left;
	width: 40px;
	height: 40px;
	margin: 5px 7px 5px 15px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	display: block;
}
div.userInfo{
	font-size: 12px;
	color: #9c9c9c;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
div.userInfo a{
	color: #00a7d1;
}
body>header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	background-color: #1c486f;
	z-index: 4;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
	background-image: url(/img/headerbg2.png), url(/img/headerbg.png);
	background-repeat: no-repeat, repeat-x;
}
body>header a.logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 80px;
	text-decoration: none;
}
body>header input[name=search]{
	position: absolute;
	border: none;
	top: 25px;
	left: 255px;
	width: 475px;
	height: 30px;
	background-color: rgba(255,255,255,.3);
	padding: 0 10px;
	line-height: 30px;
	font-size: 14px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	color: white;
}
body>header input[type=search]:focus{
	background-color: rgba(255,255,255,.7);
	color: #333333;
}
body>header span.avatar{
	position: absolute;
	left: 936px;
	top: 8px;
	width: 64px;
	height: 64px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	-khtml-border-radius: 32px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
body>header div.userbox{
	position: absolute;
	left: 755px;
	top: 0px;
	font-size: 14px;
	color: white;
	width: 170px;
	height: 80px;
	text-align: right;
}
body>header div.userbox div{
	width: 170px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}
body>header div.userbox a{
	display: block;
	font-size: 11px;
	text-decoration: none;
}
body>header div.userbox a:hover{
	text-decoration: underline;
}
body>header div.userbox a.logout{
	color: #ff6e2e;
}
body>header div.userbox a.myprofile{
	color: #00a7d1;
}
body.overlay-shown>header{
	z-index: 1;
}
div.wall div.entry{
	border: 1px solid #dddddd;
	background-color: white;
	margin-bottom: 20px;
}
div.wall div.entry>header{
	height: 50px;
	border-bottom: 1px solid #e6f6fa;
}
div.wall div.entry>header div.type{
	font-size: 12px;
	line-height: 50px;
	float: right;
	margin-right: 15px;
	color: #008fff;
}
div.wall div.entry h2{
	padding: 15px 15px 0px 15px;
	font-size: 18px;
	font-style: italic;
	color: #00a7d1;
	font-weight: normal;
	margin: 0;
}
div.wall div.entry img.leadImage{
	width: 100%;
	display: block;
}
div.wall div.entry div.lead{
	padding: 5px 15px 10px 15px;
	font-size: 12px;
	color: #686868;
	line-height: 18px;
}
div.wall div.entry div.lead a{
	color: #00a7d1;
}
div.wall div.entry div.lead p{
	margin: 0;
}
.box.content-management a.new-content{
	text-decoration: none;
	color: #a7a7a7;
}
.box.content-management a.new-content:hover{
	text-decoration: underline;
}
.box.content-management ul.own-contents{
	list-style: none;
	margin: 0;
	padding: 0;
}
.box.content-management ul.own-contents li{
	padding: 10px;
}
.box.content-management ul.own-contents li:not(:last-child){
	border-bottom: 1px dotted #e7e7e7;
}
.box.content-management ul.own-contents li a{
	color: #00a7d1;
}
.box.content-management ul.own-contents li a:not(:hover){
	text-decoration: none;
}
div.loadMoreItems{
	border: 1px solid #ddd;
	background-color: white;
	padding: 5px 15px;
	font-size: 12px;
	color: #00a7d1;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	cursor: pointer;
}
div.loadMoreItems:hover{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
div.box{
	border: 1px solid #dddddd;
	background-color: white;
	margin-bottom: 20px;
	position: relative;
}
div.box>header{
	padding: 0px 15px 0px 15px;
	color: #a7a7a7;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	text-transform: uppercase;
	height: 34px;
	line-height: 34px;
}
div.box>header span{
	font-size: 16px;
	margin-right: 4px;
}
div.box .content{
	padding: 15px;
}
div.box.box-flat .content{
	padding: 0;
}
div.box div.box-header-extension{
	position: absolute;
	top: 0;
	right: 0;
	height: 34px;
	line-height: 34px;
	color: #a7a7a7;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
div.box div.box-header-extension span{
	float: left;
	margin-right: 15px;
	font-size: 12px;
}
div.box div.box-header-extension button{
	width: 34px;
	height: 34px;
	background-color: #f5f5f5;
	margin: 0;
	border: 0;
	border-left: 1px solid #eee;
	cursor: pointer;
	float: left;
}
div.box div.box-header-extension button:hover i{
	color: #333333;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
div.box div.box-header-extension button i{
	color: #999999;
	font-size: 16px;
}
div.box.event .content div.event-item{
	font-size: 12px;
	color: #686868;
}
div.box.event .content div.event-item img{
	display: block;
	width: 100%;
	margin: 0px 0 8px 0;
}
div.box.event .content div.event-item span.date{
	color: #00a7d1;
	font-weight: normal;
	display: block;
	margin-bottom: 2px;
}
div.box.event .content div.event-item span.comments{
	float: right;
	color: #a7a7a7;
	font-size: 11px;
}
div.box.event .content div.event-item h3,
div.box.event .content div.event-item h3 a{
	color: #ff722c;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
}
div.box.event .content div.event-item h3 a:not(:hover){
	text-decoration: none;
}
div.box.event .content div.event-item:not(:last-child){
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
section.panel.documents{
	width: 745px;
	padding: 20px 0 20px 25px;
}
section.panel.documents div.folders{
	background-color: white;
	width: 280px;
	float: left;
}
section.panel.documents div.folders ul,
section.panel.documents div.folders li{
	padding: 0;
	margin: 0;
	list-style: none;
}
section.panel.documents div.folders li li{
	padding-left: 20px;
}
section.panel.documents div.folders li{
	font-size: 12px;
	line-height: 18px;
	color: #555;
}
section.panel.documents div.folders li a{
	display: block;
	cursor: pointer;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
section.panel.documents div.folders li span.fa{
	display: inline-block;
	width: 18px;
	color: orange;
}
section.panel.documents div.folders li.active>a{
	-background-color: red;
}
section.panel.documents div.folders li:not(.open) ul{
	display: none;
}
section.panel.documents div.files{
	width: 412px;
	float: right;
	border-left: 1px dotted #ddd;
	padding-left: 15px;
	overflow: hidden;
}
section.panel.documents div.files h2{
	width: 412px;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
section.panel.documents div.files div.label{
	line-height: 25px;
	font-size: 11px;
	color: #999;
}
section.panel.documents div.files a:not(.img){
	display: block;
}
section.panel.documents div.files span.fa{
	color: #00a7d1;
}
section.panel.documents div.files a{
	color: #00a7d1;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	overflow: hidden;
}
section.panel.nav{
	width: 230px;
	background-color: #3d3d3d;
	min-height: 100%;
}
section.panel.nav nav.notifications{
	padding: 15px 0 0 0;
	background: rgb(31, 31, 31);
}
section.panel.nav nav.notifications a{
	display: block;
	padding: 0 15px;
	line-height: 20px;
	color: orange;
	text-decoration: none;
}
section.panel.nav nav.menu{
	padding: 25px 0;
	background: rgb(61, 61, 61);
	background: -moz-linear-gradient(270deg, rgb(61, 61, 61) 30%, rgb(31, 31, 31) 70%);
	background: -webkit-linear-gradient(270deg, rgb(61, 61, 61) 30%, rgb(31, 31, 31) 70%);
	background: -o-linear-gradient(270deg, rgb(61, 61, 61) 30%, rgb(31, 31, 31) 70%);
	background: -ms-linear-gradient(270deg, rgb(61, 61, 61) 30%, rgb(31, 31, 31) 70%);
	background: linear-gradient(0deg, rgb(61, 61, 61) 30%, rgb(31, 31, 31) 70%);
}
section.panel.nav nav.menu a{
	display: block;
	text-decoration: none;
	color: white;
	font-size: 12px;
	line-height: 30px;
	background-repeat: no-repeat;
	padding-left: 59px;
	background-position: 25px center;
	text-shadow: 2px 2px 2px #000;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
}
section.panel.nav nav.menu a:hover{
	padding-left: 68px;
}
section.panel.nav nav.menu a i{
	color: #ff5700 !important;
}
section.panel.nav nav.menu .inactive{
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
section.panel.nav nav.menu .active{
	background-color: rgba(0,0,0,.4);
}
section.panel.nav nav.menu .active:after{
	content: "";
	font-family: FontAwesome;
	float: right;
	color: white;
	text-shadow: none;
	color: #E9EAED;
	font-size: 32px;
	position: relative;
	left: 3px;
}
section.panel.nav nav.links{
	padding: 0px 25px 25px 25px;
	clear: both;
}
section.panel.nav nav.links span{
	float: left;
	margin-right: 5px;
	font-size: 12px;
	line-height: 22px;
	clear: both;
}
section.panel.nav nav.links a{
	font-size: 12px;
	text-decoration: underline;
	font-size: 12px;
	display: block;
	line-height: 22px;
	color: #6bbeff;
	display: block;
	width: 163px;
	float: right;
}
section.panel.nav nav.links h2{
	font-size: 14px;
	color: #c2c2c2;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
}
section.panel.nav nav.importantlinks span{
	color: #3e6685;
}
section.panel.nav nav.mylinks{
	padding-top: 15px;
}
section.panel.nav nav.mylinks span{
	color: #ff8a00;
}
body.nav-min section.panel.nav{
	width: 40px;
}
body.nav-min section.panel.nav nav.menu{
	display: block;
	padding-top: 10px;
}
body.nav-min section.panel.nav nav.menu a{
	padding: 0;
	font-size: 1px;
	background-position: 8px center;
}
body.nav-min section.panel.nav nav.menu a>span{
	display: none;
}
body.nav-min section.panel.nav nav.menu a:hover{
	padding-left: 0px;
	background-color: rgba(0,0,0,.8);
}
body.nav-min section.panel.nav nav.menu .active:after{
	content: "";
	font-family: FontAwesome;
	float: right;
	color: white;
	text-shadow: none;
	color: #E9EAED;
	font-size: 20px;
	position: relative;
	left: 2px;
}
body.nav-min section.panel.nav nav.links,
body.nav-min section.panel.nav nav.notifications{
	display: none !important;
}
