html, body {
	min-width:1010px;
}
body, form { margin:0px; padding:0px; font-family: "proxima-nova", sans-serif; font-size:16px; color:#535050; font-weight:300; text-shadow:0 1px #FFFFFF; }
a:link, a:visited, a:active{ text-decoration: none; }
a:hover { text-decoration: underline; }

body {
	background:#6898c1 url(images/bg-white.png) right top no-repeat;
}

.input-group {
	margin-bottom:5px;
}

#topo {
	height:50px;
	width:100%;
	position:fixed;
	/*
	background:url(images/bg-top.png) top repeat-x;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
	*/
	background:rgba(255,255,255,0.85);
	z-index:2;
}
#topo #user-photo {
	float:left;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:url(images/user_avatar.png);
	-webkit-box-shadow: 0 0  2px 1px rgba(255,255,255,1);
	box-shadow: 0 0 2px 1px rgba(255,255,255,1);
	width:40px;
	height:40px;
	margin:4px;
}
#topo #mural-name {
	float:left;
	margin:12px 10px 0 8px;
}

#topo .mural-links {
	float:left;
}
#topo .mural-links div, #topo .menu-link-holder {
	float:left;
	margin:9px 0 5px 0;
	padding:5px 12px 10px 12px;
	font-size:15px;
	font-weight:600;
	/*
	background:url(images/bg-dot-lineH.png) left repeat-y;
	*/
	border-left:rgba(0,0,0,0.1) solid 1px;
	white-space:nowrap;
	cursor:pointer;
}
#topo .mural-links div:hover{
	color:#3B58AF;
}
#topo .menu-link-holder {
	width:100px;
	height:30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:dotted 2px rgba(0,0,0,0.1);
}

#topo #mural-links {
	height:50px;
	overflow:hidden;
}
#topo #mural-links:hover {
	/*
	background:url(images/bg-top-menus2.png) top;
	*/
	background:rgba(255,255,255,0.9);
	height:auto !important;
	overflow:visible;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
}

#lateral {
	width:230px;
	height:100%;
	top:51px;
	position:fixed;
	background:rgba(255,255,255,0.8);
	/*
	background:url(images/bg-texture.png);
	-webkit-box-shadow: 2px 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 0 1px 0 rgba(0,0,0,0.2);
	*/
	z-index:1;
	/*
	padding-top:50px;
	*/
}
#lateral .menu, #lateral .menu-add, #lateral .menu-select, #lateral .menu-holder{
	padding: 10px 10px 10px 10px;
	height:40px;
	font-size:15px;
	line-height:20px;
	font-weight:700;
	/*
	background:url(images/bg-dot-line.png) top repeat-x;
	*/
	border-bottom:rgba(0,0,0,0.1) solid 1px;
	cursor:pointer;
}
#lateral .menu-holder{
	background:rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.1);
}
#lateral .menu:hover {
	background:rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
}
#lateral .menu-select {
	background:url(images/bg-texture-blue.png);
	-webkit-box-shadow: inset 0 2px 1px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.2);
	color:#FFFFFF;
	text-shadow:0 1px 1px #555555;
}
#lateral .menu-add {
	background:rgba(255,255,255,0.9);
	width:230px;
	text-align:center;
	color:#888888;
	position:fixed;
	bottom:0;
}
#lateral .menu-add:hover {
	color:#555555;
}


#conteudo {
	padding:55px 10px 10px 245px;
}
#conteudo .lista-name {
	color:#FFF;
	text-shadow:0 1px 1px #555555;
	font-size:12px;
	padding:2px 10px;
	background:rgba(0,0,0,0.4);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float:left;
	margin-top:15px;
	margin-left:8px;
}
#conteudo .lista, #conteudo .listaDescricao {
	margin:6px;
	padding:8px;
	height:36px;
	/*
	background:url(images/bg-texture.png);
	*/
	background:rgba(255,255,255,0.8);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight:600;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3);
	cursor:pointer;
}
#conteudo .listaDescricao {
	height:auto;
	padding:0px;
	font-weight:300;
	cursor:auto;
	margin-top:-2px;
	font-size:14px;
	padding:15px;
	margin-bottom:20px
}
#conteudo .lista:hover {
	/*
	background:url(images/bg-texture-select.png);
	*/
	background:rgba(255,255,255,1);
}
#conteudo .lista-holder {
	padding:8px;
	margin:6px;
	height:36px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:dotted 2px rgba(255,255,255,0.5);
}
#conteudo .lista .lista-texto {
	float:left;
	font-size:14px;
	height:20px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right:180px;
	margin-right:-180px;
}
#conteudo .lista .lista-data {
	float:right;
	color:#C33;
	font-size:12px;
	margin-top:2px;
}

#conteudo #box-insert, #conteudo #box-update {
	position:fixed;
	top:65px;
	right:15px;
	width:330px;
	z-index:1;
	height:calc(100% - 80px);
	padding:15px;
	/*
	background:url(images/bg-texture.png);
	*/
	background:rgba(255,255,255,0.8);
	overflow-y:scroll;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.2);
}

/*
.glyphicon-star {
	color:#d9534f;
}
*/
.tooltip {
	text-shadow:none;
}

.emoji {
	width:18px;
	height:auto;
}
.emoji-link {
	width:28px;
	padding:5px;
	cursor:pointer;
}
.emoji-link:hover {
	background:rgba(0,0,0,0.05);
}

.btn-file {
  position: relative;
  overflow: hidden;
  text-shadow:none;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
  text-shadow:none;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.file-return {
	font-size:12px;
	color:#999999;
}

.divFile {
	width:70px;
	height:75px;
	border:solid 1px #EEEEEE;
	background:none;
	text-align:center;
	font-size:12px;
	color:#666666;
	padding-top:5px;
	cursor:pointer;
	float:left;
	margin-right:10px;
}
.divFile:hover {
	background:rgba(0,0,0,0.05);
}

[class^="iconFile-"],[class*="iconFile-"]{display:inline-block;width:50px;height:50px;line-height:50px;background:url("images/file-icons.png");background-position:100px 100px;background-repeat:no-repeat;-webkit-background-size: 350px 100px; background-size: 350px 100px;}
.iconFile-doc, .iconFile-docx{background-position:0px 0px;}
.iconFile-xls, .iconFile-xlsx{background-position:-50px 0px;}
.iconFile-ppt, .iconFile-pptx{background-position:-100px 0px;}
.iconFile-psd{background-position:-150px 0px;}
.iconFile-ai{background-position:-200px 0px;}
.iconFile-pdf{background-position:-250px 0px;}
.iconFile-html{background-position:0px -50px;}
.iconFile-xml{background-position:-50px -50px;}
.iconFile-txt{background-position:-100px -50px;}
.iconFile-mp3{background-position:-150px -50px;}
.iconFile-jpg, .iconFile-jpeg{background-position:-200px -50px;}
.iconFile-png{background-position:-250px -50px;}
.iconFile-zip{background-position:-300px -50px;}

.iconFile-other{background-position:-300px 0px;}