@import url(mini-reset.css);
@import url(https://fonts.googleapis.com/css?family=Asap:400,400italic,700|Signika:400,700|Roboto:300,400,700);

/*@font-face {
	font-family: 'LigatureSymbols';
	src: url('ligatureSymbols/LigatureSymbols-2.11.eot');
	src: url('ligatureSymbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
		 url('ligatureSymbols/LigatureSymbols-2.11.woff') format('woff'),
		 url('ligatureSymbols/LigatureSymbols-2.11.ttf') format('truetype'),
		 url('ligatureSymbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
	src: url('ligatureSymbols/LigatureSymbols-2.11.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
}

.lsf-icon.amazon:before {
  content: '\E007';
}*/

/* ----------------------------------------------------- Browser specific CSS */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */

html, body {
	height:100%;
}

body {
	font-family: Asap, georgia, serif;
	text-shadow:#fff 0 1px 0;
   /* background: #cee8b9; /* Old browsers */
	background: #cedce7 fixed; /* Old browsers */
	background: fixed -moz-radial-gradient(center, ellipse cover,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
	background: fixed -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: fixed -webkit-radial-gradient(center, ellipse cover,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: fixed -o-radial-gradient(center, ellipse cover,  #cedce7 0%,#596a72 100%); /* Opera 12+ */
	background: fixed -ms-radial-gradient(center, ellipse cover,  #cedce7 0%,#596a72 100%); /* IE10+ */
	background: fixed radial-gradient(ellipse at center,  #cedce7 0%,#596a72 100%); /* W3C */
	filter: fixed progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/*background: #A69985;*/
	/*background: url('../img/backgrounds/bg_tom.jpg') fixed;*/
	color:#333;
	font-size: 16px;
	background-size:100%;
}

::selection {
	background: #498372; /* Safari */
	color:#eee;
	text-shadow:none;
}
::-moz-selection {
	background: #498372; /* Firefox */
	color:#eee;
	text-shadow:none;
}

.overlay {
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
#wrapper {
	margin:0;
}
textarea:focus,
input:focus,
select:focus {
	outline: none;
}
/*.notSelectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/
/*.notSelectable {
	-webkit-touch-callout: all;
	-webkit-user-select: all;
	-khtml-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
}*/
h1 {
	font-size: 36px;
	font-family: 'Signika', sans-serif;
	font-weight: 700;
}
h3 {
	font-size: 22px;
}
strong {
	font-weight: 700;
}

.hidden {
	display:none;
}
a {
	text-decoration: none;
	color:#333;
	outline: none;
}
a:visited {
	color:#333;
}
a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
.headline {
	float:left;
	font-size: 22px;
	color:#6F7E8C;
	position: relative;
	top: -5px;
	width:100%;
	text-align: center;
	right: -200px;
}
.headline .btn-add {
	float:right;
	font-weight: normal;
}
#navi {
	float:left;
	position: relative;
	top:5px;
	font-size: 13px;
	color: #f0f0f0;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

.btn-add {
	cursor:pointer;
}
#container-left-bg {
	border-top:0;
	border-bottom:0;
	width: 250px;
	left:10px;
	position:fixed;
	min-height:100%;
	/*opacity: 0.9;*/
	background: #F5F5F5;
}
#container-left {
	/*border: 1px solid #DDDDDD;*/
	/*border: 1px solid #BDBDBD;*/
	/*border: 1px solid #f3f3f3;*/
	border-top:0;
	border-bottom:0;
	width: 250px;
	font-size: 16px;
	position:fixed;
	min-height:100%;
	/*background: #E5E8ED;*/
	background: #F5F5F5;
	/*background: transparent;*/
	/*left:10px;*/
	/*box-shadow:0 0 5px rgba(0, 0, 0, 0.3);*/
	box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
	/*-webkit-box-shadow: 0 0 2px #aaa;*/
	/*box-shadow:inset 0 0 2px #aaa;*/
	/*box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);*/
	left: -250px;
	overflow: hidden;
}
#header, #header-shadow {
	background: #e2e2e2;
	text-shadow:#fff 0 1px 0;
	/*background: #e1e7ed;*/
	/*background: -moz-linear-gradient(top,  #e1e7ed 0%, #d4dae0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e7ed), color-stop(100%,#d4dae0));
	background: -webkit-linear-gradient(top,  #e1e7ed 0%,#d4dae0 100%);
	background: -o-linear-gradient(top,  #e1e7ed 0%,#d4dae0 100%);
	background: -ms-linear-gradient(top,  #e1e7ed 0%,#d4dae0 100%);
	background: linear-gradient(to bottom,  #e1e7ed 0%,#d4dae0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e7ed', endColorstr='#d4dae0',GradientType=0 );*/
	height: 30px;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index:10;
	/*-webkit-box-shadow:  0px -1px 3px 0px #666;*/
	/*opacity: 0.75;*/
	position: relative;
}
#header {
	border-bottom: 1px solid #ddd;
	/*box-shadow:  0px -1px 5px 0px #666;*/
	right:;
}
#header-shadow {
	display:none;
	box-shadow:  0px -1px 5px 0px rgba(0, 0, 0, 1);
	z-index:9;
	position: absolute;
}
#header .header-wrapper {
	/*width:960px;*/
	/*width:95%;*/
	/*margin:6px auto 0 auto;*/
	padding: 7px 10px 0;
}
#footer, #footer-shadow {
	bottom: 0;
	position: absolute;
	/*left:10px;*/
	color: #666;
	/*border-top: 1px dotted #aaa;*/
	background:#f5f5f5;
	z-index: 10;
	height:30px;
	width:100%;
}
#footer-shadow {
	display: none;
	-webkit-box-shadow:  0px -1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px -1px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: 9;
}
#footer .projects {
	position: absolute;
	left:32px;
	top:4px;
}
#footer .footer-wrapper {
	/*border-top: 1px dotted #FFFFFF;*/
	display: block;
	padding: 5px 5px 5px 10px;
	width: 235px;
}
#footer a {
	color: #666;
}
#footer span,
#footer i {
	margin:0 auto;
	font-size: 16px;
	float:left;
}
#footer i.icon-off,
#footer i.icon-cog,
#footer i.icon-trash {
	float: right;
	position: absolute;
	right: 10px;
	cursor: pointer;
}
#footer i.icon-off:hover a,
#footer i.icon-cog:hover,
#footer i.icon-trash:hover {
	color: #222;
}
#footer i.icon-cog {
	right:40px;
}
#footer i.icon-trash {
	right:74px;
}
#footer span.changelog {
	float:right;
	position: absolute;
	right:10px;
}
#category-list {
	height: 81%;
	/*overflow-y: auto;*/
	overflow-y: hidden;
	overflow-x: hidden;
	position: absolute;
	width: 100%;
	top: -2000px;
}
#category-list .project-display{
	display: block;
	font-size: 12px;
	position: relative;
	/*left: 14px;*/
	margin:0 0 5px 0;
	padding:0 0 5px 14px;
	top:5px;
	/*width: 100%;*/
	/*height:25px;*/
	/*border-bottom: 1px dotted #d0d0d0;*/
	/*border-bottom: 1px solid #DFE1E6;*/
	font-style: italic;
	color:#999;
	font-family: 'Asap', georgia, serif;
}
#category-list .projects select {
	width:95%;
	background:#f0f0f0;
	padding: 5px;
}
.category-list {
	/*margin: 40px 0 0;*/
	/*margin: 12px 0 0;*/
}
.category-list li:last-child,
.category-list li:last-child span.categoryname {
	border:0;
	font-style: italic;
	font-size: 13px;
}
.category-list li {
	/*border-bottom: 1px solid #f0f0f0;*/
	/*border-bottom: 1px solid #F0EBE5;*/
	font-size: 14px;
	position: relative;
	height:100%;
}
.category-list li.sortable-placeholder,
.category-list li.mvto-category-placeholder {
	/*border-bottom: 1px dotted #F6F6F6;*/
	background: #eee;
	/*height:35px;*/
}
.category-list li.mvto-category-placeholder {
	background: #cedce7;
}
.category-list li.current span {
	color:#555;
	font-weight: 700;
}
.category-list li.current .subcategories span {
	font-weight: normal;
}
.category-list li span.categoryname {
	/*border-bottom: 1px dotted #CCCCCC;*/
	display: block;
	height: 18px;
	padding:8px 10px 8px 15px;
	cursor: pointer;
	color:#72818F;
	position: relative;
}
.category-list li span.categoryname a {
	display:block;
	color:#72818F;
	margin: -10px 0 0;
	padding: 10px 0;
}
.category-list li span.actions,
.category-list li span.actions span  {
	position: absolute;
	top:3px;
	left:220px;
	border:0;
	font-weight: normal !important;
}
.category-list li span.actions {
	display:none;
}
.category-list li span:hover,
.category-list li.current {
	color:#333;
}
.category-list li ul.subcategories {

}
.category-list li ul.subcategories li .categoryname {
	font-style: italic;
	font-size:13px;
	border-bottom: 0;
	padding: 8px 10px 8px 30px;
}
.category-list li ul.subcategories li:first-child .categoryname {
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.15);
	/*box-shadow:inset 0 1px 1px #C4CACF;*/
}
/*.category-list li ul.subcategories li:last-child .categoryname {
	box-shadow:inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}*/
.category-list li ul.subcategories li {
	/*background: #DDE3E9;*/
	background: #eee;
	/*background: #eee;*/
	border-bottom: 0;
	/*border-top: 1px dotted #C9D4DE;*/
	/*border-top: 1px solid #d7dde3;*/
	/*border-top: 1px solid #e6e6e6;*/
}
.category-list li.current ul.subcategories .categoryname {
	/*background: #DDE3E9;*/
}
.category-list li ul.subcategories li:first-child {
	border-top: 0;
}
.category-list li.current {
	background: #e6e6e6 !important;
	/*background: -moz-linear-gradient(top,  #e1e7ed 0%, #d4dae0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e7ed), color-stop(100%,#d4dae0));
	background: -webkit-linear-gradient(top,  #e1e7ed 0%,#d4dae0 100%);
	background: -o-linear-gradient(top,  #e1e7ed 0%,#d4dae0 100%);
	background: -ms-linear-gradient(top,  #e1e7ed 0%,#d4dae0 100%);
	background: linear-gradient(to bottom,  #e1e7ed 0%,#d4dae0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e7ed', endColorstr='#d4dae0',GradientType=0 );*/
}
.category-list #add-category input {
	background: none repeat scroll 0 0 #E5E8ED;
	border: 1px dotted #D1D1D1;
	color: #999999;
	font-family: asap;
	font-size: 14px;
	margin: 0 0 0 -7px;
	padding: 5px;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 220px
}

#content-wrapper {
	height: auto !important;
	margin: 0 0 0 277px;
	min-height: 100%;
	position: relative;
	width: auto;
}
#display-form, #edit-form, {
	/*background: #F5F5F5 !important;*/
	border-radius: 1px !important;
}
#display-form input,
#display-form select,
#display-form textarea,
#edit-form textarea,
#edit-form input,
#concept-list input,
#concept-list textarea {
	border:1px solid #ddd;
	border-radius:1px;
	background:#fefefe;
	padding:5px 2px;
	margin:0 0 10px 0;
	width:420px;
	color:#666;
	font-family: asap, sans-serif;
	font-size: 14px;
	display:inline-block;
}
#display-form select {
	width:426px;
}
#display-form textarea,
#edit-form textarea {
	height:180px;
	border:0;
	/*border-bottom:1px solid #ddd;*/
	border-radius: 0;
	padding:10px;
}
#display-form input {
}
#display-form .addConcept {
	/*margin: 10px 0 0 0;*/
	margin: 0 10px 10px 0;
	float:right;
}
#display-form .textActions {
	float:left;
	margin:0 0 0 10px;
}
#display-form .textActions .bold {
	font-weight: 700;
}
#display-form .headline {
	margin:0;
}
#display-form .dialogueClose {
	right:7px;
}

.dialogueBox {
	font-size: 13px;
	background: #f5f5f5 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #ededed 26%, #ededed 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(26%,#ededed), color-stop(100%,#ededed)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ededed 26%,#ededed 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#ededed 26%,#ededed 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#ededed 26%,#ededed 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#ededed 26%,#ededed 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ededed',GradientType=0 ) !important; /* IE6-9 */
	border-radius: 1px !important;
}
.dialogueBox .headline {
	font-size: 14px;
	margin: 0 0 15px 0;
	color: #999;
}
.dialogueBox input,
.dialogueBox select,
.projects select {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #ddd;
}
.dialogueBox p {
	margin:0 0 15px 0;
}
.dialogueBox p.button {
	margin:0;
}
.dialogueBox .dialogueClose {
	font-family: Verdana;
	/*font-weight: 700;*/
	font-size: 12px;
	right: -13px;
	position: absolute;
	top: -2px;
	cursor: pointer;
}
.dialogueBox .delete-category,
.dialogueBox .deleteConcept {
	float:left;
	margin: 0 0 10px 0;
	position: relative;
	color: #aaa;
	top:8px;
	cursor: pointer;
}
.dialogueBox .ajaxUploadImage {
	position: relative !important;
	top: auto !important;
	right: 15px !important;
    float: right !important;
    margin-top:15px;
}
.dialogueBox .couleurUploadInput {
	position:absolute;
	left:-5000px;
	z-index:-999;
}
#couleurUpload .uploadImage {
	cursor: pointer;
}
#couleurUpload .filename {
	display:block;
	color:#a70019;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: -8px;
}
#couleurUpload .progressBar {
	width: 80%;
	height: 3px;
	/*border-radius: 10px;*/
	/*border: 1px solid #111;*/
	/*background-color: #292929;*/
	display: inline-block;
	margin-right: 10px;
}
#couleurUpload .progressBar span {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 3px; /* same as #progressBar height if we want text middle aligned */
	width: 0;
	/*border-radius: 10px;*/
	background-color: #5e9dc9;
	display: block;
}

#couleurUpload .uploadForm {
	float:left;
	border-right:1px solid #ccc;
	width:45%;
}
#couleurUpload .gallery {
	float: right;
    height: 100%;
    padding-left: 12px;
    width: 315px;
	border-left:1px solid #fff;
}
#couleurUpload .gallery li {
	display:inline-block;

}

.dialogueBox .button.save {
	right:21px;
	position: absolute;
}
.dialogueBox .button {
	float: left;
	width: 58px;
	text-align: center;
}
#settingsBox .wrapper,
#editCategoryBox .wrapper,
#conceptSettings .wrapper,
#couleurUpload .wrapper {
	display:block;
	padding: 10px 20px 0px 20px;
	border: 0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
#editCategoryBox .wrapper {
	padding-bottom: 10px;
}
#settingsBox label,
#editCategoryBox label {
	display: inline-block;
	width: 150px;
	height:12px;
	/*margin: 0 0 0 10px;*/
	/*vertical-align: middle;*/
	margin: 3px 0 0;
}
#settingsBox select,
#editCategoryBox select,
#editCategoryBox input {
	/*background: transparent;*/
	border:0;
	border-top: 1px solid #DDDDDD;
	font-family: asap;
	width: 180px;
	font-size: 14px;
	padding: 3px 1px;
	float:right;
	font-size: 13px;
	/*margin: 0 10px 0 0;*/
}
#editCategoryBox input {
	padding: 5px;
}
#settingsBox .updateSettings {
	margin: 10px 0 0;
	float:right;
}
#settingsBox .updateSettings {
	margin: 10px 0 0;
	float:right;
}
.button {
	cursor:pointer;
	font-size: 13px;
	padding: 5px 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	color:#555;
	background: rgba(255, 255, 255, 0.7);
	/*background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );*/
}
.button:hover {
	background: #fff;
}

.conceptComment {
	/*float: right;
	width: 82%;*/
}


#concept-list {
	position: relative;
	/*top:40px;*/
	top:15px;
	margin: 0 15px 0 0;
}
#concept-list h3 {
	color: #f0f0f0;
	float: left;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}
#concept-list input,
#concept-list textarea {
	width:100% !important;
	border: 0px;
	border-bottom: 1px dotted #ccc;
	position: relative;
	top:-5px;
	left:-3px;
	margin:0 0 -14px 0;
	background: transparent;
	display: block;
	color: #888;
}
#concept-list .conceptSearch {
	display:inline-block;
	float:right;
	/*height: 25px*/
	/*width: 90%;*/
}
#concept-list .conceptSearch .loader {
	color:#fff;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);*/
	text-shadow:none;
	font-size: 20px;
	position:relative;
	right:5px;
	display:inline-block;
}
#concept-list .conceptSearch span,
#concept-list .conceptSearch i {
	color: #eee;
	position: absolute;
	right: 10px;
	top: 3px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	/*text-shadow:none;*/
}
#concept-list #searchConcept,
.category .btn-add {
	width:170px !important;
	/*width:100% !important;*/
	border-radius: 1px;
	/*border: 1px solid rgba(255, 255, 255, 0.1);*/
	/*border: 1px solid rgba(0, 0, 0, 0.05);*/
	/*border-top: 1px solid rgba(0, 0, 0, 0.3);*/
	border-bottom: 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4);*/
	/*color:#fff;*/
	color:#333;
	display:inline;
	left:0;
	padding:3px 10px;
	/*text-shadow: 0 1pxs 2px rgba(0, 0, 0, 0.8);*/
	font-size: 13px;
	background: rgba(255, 255, 255, 0.75);
	/*background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)) repeat scroll 0 0 transparent;*/
	float:right;
	margin: 0;
	top:0;
	height:20px;
}
.category .btn-add {
	font-size: 14px;
	line-height: 16px;
    width: 85px !important;
    color: #777777;
    float: left;
    position: relative;
    padding-left:15px;
}
.category .btn-add:hover {
	background: rgba(255, 255, 255, 1);
}
.category .btn-add i {
    font-size: 18px;
    position: relative;
    top:2px;
    left: -5px;
}
#concept-list textarea {
	/*border-radius: 3px 3px 3px 3px;*/
	float: left;
	/*margin: 10px 0 0 9px;*/
	/*padding: 7px;*/
	width: 93% !important;
	margin:10px 0 0 14px;
}
#concept-list .conceptComments textarea {
	font-size: 13px;
	font-style: italic;
}

.conceptsList {
	width:100%;
	/*border-radius:2px;*/
	margin: 12px auto 25px;
}
.conceptsList .entryInfo {
	display: none;
	font-size: 12px;
	margin:10px 0 2px 0;
	color: #ccc;
	font-style: italic;
}
/*.conceptsList .entryInfo .date {
	float:right;
}*/
.conceptsList .nr {
	border-right: 2px solid #F4F5F1;
	display: block;
	font-size: 14px;
	height: 100%;
	position: absolute;
	left: 0;
	width:95px;
	display: none;
}
.conceptsList .nr .nrWrapper {
	border-right: 1px solid #E1E6ED;
	color: #ccc;
	display: block;
	font-size: 11px;
	/*font-weight: 700;*/
	/*width: 115px*/
	/*width: 100%;*/
	height:100%;
	/*padding: 10px 0;*/
}
.conceptsList .content {
	float: left;
	font-size: 14px;
	position: relative;
	right: 5px;
	/*left:100px;*/
	/*width: auto;*/
	width: 100%;
	/*padding:0 0 10px 0;*/
}
.conceptsList .content .userInfo {
	color: #AAAAAA;
	font-size: 11px;
	font-style: italic;
	left: 6px;
	position: relative;
	/*border-bottom: 1px dotted #fafafa;*/
	border-bottom: 1px solid #f8f8f8;
	display: block;
	width: 99%;
	cursor: move;
}
.conceptsList .content .userInfoWrapper {
	/*border-bottom: 1px dotted #ddd;*/
	border-bottom: 1px solid #eee;
	width: 100%;
	display: block;
	padding:3px;
}
.conceptsList .content .userInfo .date {
	float: right;
	/*position: absolute;
	right: 20px;*/
}
.conceptsList .content .userInfo .conceptTray {
	float: right;
	position: relative;
	right: 15px;
	font-size: 8px;
}
.conceptsList .content .userInfo .conceptTray .icon-picture {
	font-size: 12px;
}
.conceptsList .content .userInfo .conceptTray .nbrComments,
.conceptsList .content .userInfo .conceptTray .nbrImages {
	background: #4b91fe;
	/*background: #333;*/
    color: #fff;
    text-shadow:none;
    left: 8px;
    padding: 0 3px;
    position: absolute;
    top: -2px;
    z-index: 1;
    border-radius: 50px;
}
.conceptsList .content .userInfo .conceptTray .symbol {
	font-size: 16px;
	position: relative;
	top:-3px;
	/*color: #ca2c21;*/
	color: #999;
	z-index: 0;
	font-style: normal;
}
.conceptsList .content .userInfo .bookmarkConcept {
	float: right;
	font-size: 16px;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
}
.conceptsList .content .userInfo .new,
.conceptsList .content .userInfo .updated {
	text-transform: uppercase;
	color: #BA1717;
	margin: 0 0 0 5px;
}
.conceptsList .content .userInfo .updated {
	color: #aaa !important;
	text-transform: none;
}
/*.conceptsList .content .userInfo .checked {
	float:left;
}*/
.conceptsList .content .conceptText {
	position: relative;
}
.conceptsList .content .showComments {
	display: block;
	height: 5px;
	/*padding: 3px 0 0;*/
	text-align: center;
	cursor: pointer;
}
.conceptsList .content .showComments .arrow_down {
	display:none;
	color:#aaa;
}
.conceptsList .content ul {
	/*margin-bottom:15px;*/
	/*width:100%;*/
}
.conceptsList .editConcept {
	display:inline-block;
	margin: 5px 0 0 10px;
	width:95%;
}
.conceptsList .actions {
	position:absolute;
	top:10px;
	right:15px;
}
.conceptsList .entry {
	/*margin:0 0 10px 0;*/
	margin:0 0 3px 0;
	/*background:#E5E8ED;*/
	/*background: #eeeeee;*/
	/*padding:10px;*/
	position:relative;
	border-radius: 1px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
	/*box-shadow:0 0 5px rgba(0, 0, 0, 0.10);*/
	/*border: 1px solid #e2e2e2;*/
	border: 1px solid #f6f6f6;
	/*background: #ededed;*/
	background: #f5f5f5;
	/*background: -moz-linear-gradient(top,  #f2f2f2 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e9e9e9',GradientType=0 );*/
	border-radius: 2px;
}
.conceptsList .sortable-placeholder {
	/*border: 1px dashed #F6F6F6;*/
	border: 1px dashed #666;
	background: #eee;
	opacity:0.25;
	margin:0 0 10px 0;
	height:100px;
	display:block;
}

.conceptsList .entryWrapper {
	/*border-right: 1px solid #F4F4F4;*/
	/*border-bottom: 1px solid #F4F4F4;*/
}
.conceptsList div.entry:last-child {
	margin: 0 0 20px 0 !important;
}
.conceptsList .info {
	/*left: 22px;*/
	position: relative;
	/*top: -25px;*/
}
.conceptsList .showCommentForm {
	position: relative;
	right: -8px;
	top: -5px;
}
.conceptsList .uploadImage {
	position: relative;
	right: -12px;
	top: -6px;
}
.conceptsList .deleteConcept,
.conceptsList .conceptSettings {
	position:relative;
	right: -15px;
	top: -5px;
}
.conceptsList .deleteConcept {
	font-size: 15px;
	top:-6px;
}
.conceptsList .conceptSettings {
	font-size: 15px;
	top:-6px;
}
.conceptsList .conceptInfo {
	position:relative;
	right: -5px;
	top: -5px;
}
.conceptComments {
	margin: 10px 0 0 10px !important;
	display:none;
}
.conceptComments li {
	padding:10px;
	background:#fff;
	/*background:#fcfcfc;*/
	font-size: 13px;
	font-style: italic;
	/*border-radius: 2px;*/
	margin: 0 0 5px;
}
.conceptComments li .userInfo {
	left:-4px !important;
	top:-9px;
	border:0 !important;
}
.conceptComments li .userInfo .userInfoWrapper {
	border:0 !important;
}
.conceptComments .editComment {
	width:100%;
	display: inline-block;
}
.conceptComments .editComment input {
	font-size: 13px !important;
	font-style: italic;
}
.conceptComments .actions {
	/*position: relative;*/
	position: absolute;
	top:auto;
	right:5px;
}
.conceptComments .actions .deleteComment {
	position: relative;
	/*right: -20px;*/
	/*top: -15px;*/
	cursor: pointer;
}
.addComment {
	position:relative;
	top:10px;
	right: -10px;
}

.conceptSettingsMenu {
	display:none;
	position: absolute;
}

/* ----------------------------------------------------- icons */

.actions {
	font-size: 15px;
	color:#666;
	text-shadow:0;
	font-weight: 0 !important;
	font-style: normal !important;
}
.actions i {
	cursor: pointer;
}

/*span.new {
	height:24px;
	width:24px;
	display:block;
	background:url(../img/icons/flag-new-blue.png) top left no-repeat;
	position:absolute;
	margin:-15px 0 0 0;
	text-indent:-5000px;
	top:10px;
}*/
/*.delConcept {
	width:16px;
	height:16px;
	background:url(../img/icons/icon_sprite.png) top left no-repeat;
}*/

/* ----------------------------------------------------- smaller screens */

@media only screen and (max-width: 640px) { }

/* ----------------------------------------------------- huge screens */

@media only screen and (min-width: 1280px) { }

/* ----------------------------------------------------- ajax loader */

.ajaxload {
	animation: 7s ease-out 0s normal none 1 fullexpand;
	/*background: none repeat scroll 0 0 #4bb4ff;*/
	background: none repeat scroll 0 0 #2D564A;
	position: absolute;
	border-radius: 1px;
	padding:3px 10px;
	opacity: 0.7;
	width: 170px;
	height: 20px;
	top:1px;
	opacity:0.5;
}
#global-loader {
	width: 0;
	position: absolute;
	top: 0;
	z-index: 2000;
	height: 2px !important;
	padding: 0;
	/*opacity: 0.8;*/
	background: #498372;
}
@-moz-keyframes fullexpand {
	0%  { width:0px; }
	50% { width:60px; }
	80% { width:130px; }
	100%{ width:170px; }
}
@-webkit-keyframes fullexpand {
	0%  { width:0px; }
	50% { width:60px; }
	80% { width:130px; }
	100%{ width:170px; }
}

/* -------------------------------------------------------------- Pseudo Tags */

lineThrough {
	text-decoration: line-through;
}

/*pre {
	background:#fff;
	padding:5px;
}*/

/* ----------------------------------------------------- Browser specific CSS */

#login {
	color: rgba(0, 0, 0, 0.6);
	margin: 0 0 0 -137px;
	padding: 137px 0 0;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	width: 100%;
}
#login input {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	/*border: 1px solid rgba(255, 255, 255, 0.6);*/
	border: 0;
	border-radius: 1px 1px 1px 1px;
	/*box-shadow: 0 0 2px rgba(0, 0, 0, 0.9) inset;*/
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0px rgba(255, 255, 255, 0.3);
	height: 35px;
	margin: 0 0 5px;
	/*opacity: 0.7;*/
	padding: 0 10px;
	width: 220px;
	font-family: asap, sans-serif;
	font-size: 14px;
}
#login input[placeholder] {
	color:#fff;
}
#login input[type=submit] {
	width:240px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	opacity: 0.95;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
