/* ---------------------- */
/* ------- GENERAL ------ */
/* ---------------------- */

.lines-per-page-dropdown-container {
	margin: 20px 0;
	text-align:left;
	text-align:center;
	position: relative;
	z-index: 10;
}

.lines-per-page-dropdown-container select,
.lines-per-page-dropdown-container option {
}

.list-view {
	position: relative;
}

.list-view .summary {
	text-align: left;
	margin: 0 0 0px 0;
  line-height: 20px;
}

.list-view .sorter {
	margin: 8px 0 15px 0;
	float: left;
	text-align: right;
	font-size:1em;
}

.list-view .sorter a,
.list-view .sorter a.asc,
.list-view .sorter a.desc {
	background: #b3b3b4;
    border: 1px solid #b3b3b4;
	color:#fff;
	font-family:"Source Sans Pro",Arial,Helvetica,sans-serif;
    padding:4px 16px;
	font-size:16px;
	font-weight:400;
	cursor:pointer;
	transition:all 0.4s ease-in-out 0s;
}

.list-view .sorter a:hover {
	background:#3f3f3f;
	border-color:#3f3f3f;
}

.list-view .sorter a.asc,
.list-view .sorter a.desc {
	background:#e31837;
	border-color:#e31837;
}

.list-view .pager {
	clear: right;
	text-align: center;
	line-height: 20px;
	margin:25px 0;
}

.list-view .items {
	margin-top: 10px;
	clear: both;
}






.article .star-rating-control-container,
.article .CmsRating {
	display:inline-block;
}

.article ul.columns {
	padding: 0;
	margin: 0;
}

.article ul.columns > li {
	list-style: none;
	float: left;
	padding: 0 10px 0 0;
}

.article ul.columns > li > * {
	display: block;
	min-height: 15px;
	margin-bottom: 20px;
}

.article > .article-header {
	position: relative;
/*height:45px;
	margin-bottom: 10px;
 */
	margin-bottom: 15px;
}

.article > .article-header-simple {
	position: relative;
        height:20px;
	margin-bottom: 10px;
}

.article > .article-header > * {
	/*position: absolute;*/
}

/*
.article > .article-header > .article-icon {
	position: relative;
        display:none;
	height: 50px;
	left: 0px;
	top: 0px;
}

put in a display none to be safe
*/
.article > .article-header > .article-icon {
	display:none;
}

.article > .article-header > .article-title, .article-title {
	margin:25px 0;
	font-size: 36px;
	font-weight: normal;
	line-height:40px;
	color:#333;
}

.article > .article-header > .star-rating-control-container,
.article > .article-header > .CmsRating{
    /*
	top: 25px;
	left: 0px;
    */
	margin-right:7px;
}

.article > .article-header > .ncomments {
    /*
	top: 26px;
	left: 90px;
    */
        
	position:relative;
	top:-2px;
}

.article-sub-header {  
}

.article-sub-header p {
	font-size:18px;
	line-height:28px;
	margin:0;
}

.article-details .article-sub-header {
}

.article-sub-header li, .article-sub-header > span, .article-sub-header > a {
	margin: 0;
	padding: 0 10px 0 10px;
	list-style: none;
	float: left;
	border-right: 1px solid #ebebeb;
	vertical-align: middle;
}

.article-sub-header > a {
	float: right;
	border-width: 0;
}

.article-sub-header > *:first-child {
	padding-left: 0;
}

.article-sub-header > *:last-child {
}







.article > .article-header > .article-side {
	top: 0px;
	right: 0px;
	position:absolute;
}

.article > .article-header > .article-side > * {
	float: right;
	margin-left: 10px;
}

.article > .article-body {
	clear: both;
}

.article > .article-body > .article-node-title, .article-node-title {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0;
}

.article-side .operator-icons .icon-edit {
	background:none;
	opacity:1;
	color:#ccc;
}

.article-side .operator-icons .icon-edit:hover {
	color:#e31837;
}

.article-side .operator-icons .icon-edit:before {
	font-family:FontAwesome;
	content:'';
	font-size:32px;
}

.article-body a:not(.nebubutton) {
	color:#e11d38;
	transition: all 0.4s ease-in-out 0s;
}

.article-body a:not(.nebubutton):hover {
	color:#3f3f3f;
}

/* ---------------------- */
/* ------ LIST VIEW ----- */
/* ---------------------- */



.article-list-item {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 40px;
}

.article-list-item:first-child {
	border-top: 1px solid #ccc;
}

.article-list-item a {
    text-decoration: none;
}
.article-list-item a.icon-view {
	display: none;
}

div.rating-cancel {
	display: none !important;
}



.article-list-item > .article-body > .article-author {
	font-style: italic;
	font-weight: bold;
}

.article-list-item > .article-body > .article-intro {
	font-size:20px;
	margin:20px 0 40px;
}

.article-intro strong {
	font-weight:normal;
}


/* --- no result --- */
.article-no-result {
}

.article-no-result .info-icon-panel div {
	margin:0 0 10px 0;
	font-weight: bold;
}

.article-no-result p {
	margin:0 0 5px 0;
	font-weight: normal;
}

.article-no-result ul {
	margin:0;
	font-weight: normal;
	margin-bottom: 5px;
}

.article-no-result ul li {
	line-height: 20px;
}


/* --- comment --- */

.comment-list .list-item {
	margin: 10px 0;
	background-color: #ececec;
	border: 1px solid #b2b2b2;
	padding: 0px 5px 5px 5px;
}
.comment-list .list-item.unapproved{
        background-color:#faccd3;
}
.comment-list .list-item-title {
	font-size: 12px;
	padding: 3px 0 10px 0;
	text-align: right;
}
.comment-list .comment_id {
	float: left;
	font-weight: normal;
	font-style: italic;
}
.comment-list .comment_nick {
	font-weight: bold;
}

.comment-form {
	margin-top: 10px;
}

/*
.ui-dialog .comment-form {
	padding: 0 10px;
}
*/

.comment-form textarea {
	width : 100%;
	min-width: 500px;
	height: 150px;
	border: 1px solid #b2b2b2;
}

div.comment-form fieldset {
	border: 1px solid #b2b2b2;
	border-radius:0px;
}

.comment-form legend {
	padding: 0;
}

.comment-form div label, .comment-form div .errorMessage {
	font-weight: normal;
}

.comment-form #addComment {
	background: #3f3f3f;
    border: 1px solid #3f3f3f;
    color: #ececec;
	font-family:"Source Sans Pro",Arial,Helvetica,sans-serif;
    font-size: 18px;
	font-weight:400;
    padding: 10px 16px;
	cursor:pointer;
}

.comment-form #addComment:hover {
	background:#666;
}

a.comment_approve,a.comment_approve:hover,a.comment_approve:active,a.comment_approve:visited{
    color:#059347;
}

/* ---------------------- */
/* ---- DETAILS VIEW ---- */
/* ---------------------- */

.article-details {
	
}

.article-details > .article-body {
	padding-top:10px;
	line-height:1.4em;
}

.article-details > .article-body .article-media {
	border: 1px solid #666;
}

.article-details > .article-body .article-media img{
    display:block;
}

.article-fullcontent{
}

/* ------------------------- */
/* -- ARTICLE SEARCH FROM -- */
/* ------------------------- */


/*
.article-search-form {
	margin-bottom: -24px;
	height: 22px;
	font-size:12px;
}

.article-search-form-input {
	margin-right: 5px;
	border:1px solid #ccc;
	color: #695547;
	font-family: Arial,sans-serif;
	font-size:12px;
	padding:2px;
}

.article-search-form-submit {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
    padding: 4px 6px;
    vertical-align: bottom;
}

.article-search-form .search-left {
	float: left;
	width:430px;
}

.article-search-form .search-right {
	float: right;
	width:500px;
	height:400px;
}
*/
.EArticleLister,
.ArticleLister {
	float: left;
	width: 670px;
}

.article-search-form {
	float: left;
	width: 300px;
	padding-left: 10px;
	margin-top: -25px;
}

.article-list-item {
	
}

.search-widget-group {
	margin: 0 0 15px 5px;
}

.search-widget-label {
	font-size: 18px;
	margin: 15px 0;
}
.search-widget-label-title {
	margin: 0 0 12px 0;
}

.search-widget-label.closed {
	background:transparent url(../images/more-icon.png) no-repeat scroll left center / 40px auto;
	padding:15px 0 15px 50px;
}

.search-widget-label.open {
	background:transparent url(../images/close-icon2.png) no-repeat scroll left center / 40px auto;
	padding:15px 0 15px 50px;
}

.article-search-form-input {
	border: 1px solid #b2b2b2;
}

.article-search-form .search-input {
	width: 260px;
}

.article-search-form .search-input-container {
	width: 290px;
}



#do_search_button, .search-widget-label input {
	margin-left: 6px;
	margin-top: 4px;
}

.search-widget-label input {
	float: right;
	margin-right: 3px;
	margin-top: 0px;
	background-color: #ececec;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	padding: 3px 5px;
}

.row.buttons {
	clear: both;
	margin-top: 10px;
	/*text-align: right;*/
}

#advanced-open {
	padding-left: 15px;
}

#advanced-container {
	border: 0;
	margin-top: 10px;
	clear: both;
	__display:none;
}

div.jqcloud {
	/*position: absolute;
	top: -9999;
	visibility: hidden;*/
	overflow: visible;
	padding: 10px;
}

.searchtagcloud-inner {
	width: 300px;
	height: 400px;
}


/*
body div.jqcloud span.checked a {
	color: #dc002e;
	text-decoration: none;
}

body div.jqcloud span a:hover {
	text-decoration: underline;
}

.jqcloud span input {
	display: none;
}

div.jqcloud span.cloud-reset {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #666;
	padding: 2px 5px;
	font-size: 12px;

	position: absolute;
	top: -35px;
	right: 57px;
}


div.jqcloud span.w1 {color:#ab9c8f}
div.jqcloud span.w2 {color:#ab9c8f}
div.jqcloud span.w3 {color:#ab9c8f}
div.jqcloud span.w4 {color:#ab9c8f}
div.jqcloud span.w5 {color:#857362}
div.jqcloud span.w6 {color:#857362}
div.jqcloud span.w7 {color:#857362}
div.jqcloud span.w8 {color:#857362}
div.jqcloud span.w9 {color:#695547}
div.jqcloud span.w10 {color:#695547}
*/

.ETagCloudWidget {
	width: 300px;
	position: relative;
}

.ETagCloudWidget > label {
	margin-right: 10px;
	float: left;
	display: inline-block;
	min-height: 18px;
	cursor: pointer;
}

/* IE... */
.ETagCloudWidget input {
	position: absolute;
	top: -10000px;
	/*display: none;*/
}

.ETagCloudWidget .cloud-reset {
	background-color: #b2b2b2;
	border: 1px solid #b2b2b2;
	color: #ececec;
	padding: 5px 10px;
	font-size:12px;
	cursor: pointer;
	position:absolute;
	top:-80px;
	right:10px;
}

.ETagCloudWidget .cloud-reset:hover {
	background-color: #666;
	border: 1px solid #666;
}

body .tag_label:hover, body .tag_label.checked {
	color: #e31837;
}

.ETagCloudWidget label:hover, .ETagCloudWidget label.checked {
	
}

.ETagCloudWidget .w0 {color:#666;font-size:12px}
.ETagCloudWidget .w1 {color:#666;font-size:13px}
.ETagCloudWidget .w2 {color:#666;font-size:14px}
.ETagCloudWidget .w3 {color:#666;font-size:15px}
.ETagCloudWidget .w4 {color:#666;font-size:16px}
.ETagCloudWidget .w5 {color:#666;font-size:18px}
.ETagCloudWidget .w6 {color:#666;font-size:20px}
.ETagCloudWidget .w7 {color:#666;font-size:22px}
.ETagCloudWidget .w8 {color:#666;font-size:24px}
.ETagCloudWidget .w9 {color:#666;font-size:26px}
.ETagCloudWidget .w10 {color:#666;font-size:28px}






/*
.jstree-classic li, .jstree-classic ins {
	background-image: url(../images/treebg_nebustyle.png);
}


body .jstree li {
	__line-height: 15px;
	min-height: 15px;
}

body .jstree li a {
	color:#695547;
	font-size: 12px;
}

li.jstree-undetermined > a {
    color:#dc002e;
}

li.jstree-checked a {
    color:#dc002e;
    font-weight: bold;
}

.jstree a > ins.jstree-icon {display: none;}
*/

.ETreeModelWidget >ul > li > a {
	font-style: italic;
}

span.notpublished{
    color: #e31837;
    font-size: 90%;
    font-weight: normal;
}
