/* Forum styles */

span.forumComments {
    background:/*#ee0000*/#E03A3D;
    padding:2px 5px 1px 5px;
    border-radius:8px;
    color:white;
    font-weight:bold;
    font-size:11px;
    margin-left:8px;
}
span.forumComments:hover {cursor:default;}

div#content.full-width-box {
    background:#e1e1e1;
    margin-left:-25px;
    margin-top:-20px;
    width:744px;
}
div.content-title {
	float:left;
	position:relative;
    width:714px;
    padding:8px 15px;
    margin:0;
    background: #005e88; /* Old browsers */
	background: -moz-linear-gradient(left, #005e88 0%, #0081bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005e88), color-stop(100%,#0081bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #005e88 0%,#0081bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #005e88 0%,#0081bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #005e88 0%,#0081bc 100%); /* IE10+ */
	background: linear-gradient(to right, #005e88 0%,#0081bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e88', endColorstr='#0081bc',GradientType=1 ); /* IE6-9 */
}
div.content-title h2 {
	float:left;
padding:0;
	padding-top:4px;
	padding-right:30px;
    margin:0;
    color:white;
    background: url("img/bullhorn-forums-icon.png") no-repeat;
background-size:contain;
padding-left: 35px;
}

div.forumEmpty {
	padding:10px;
}
.type-search-forum {
	display:inline-block;
	float:right;
}
.type-search-forum input[type="text"] {
width:200px;
	border-radius:2px;
	border:none;
	height:20px;
	padding:2px 8px;
}
.type-search-forum input[type="text"] {
color:#666;
}
.searchforumSubmit input {
	background:url(img/search-forums-icon.png) no-repeat;
	background-size:contain;
	border:none;
	height:22px;
	margin-left:3px;
	opacity:0.8;
}
.searchforumSubmit input:hover {
	opacity:1;
	cursor:pointer;
}
.menu-tabs {
	float:left;
	width:714px;
	background:#FFFFFF;
	padding:15px;
}

/*div.main-box-forums a {
	color:#0081bc;
}*/
div.main-box-forums p {
	padding-top:0.7em;
	padding:0 1em;
}
div.main-box-forums p.cat-description {
	padding-left:0;
	display:block;
	float:left;
	width:100%;
	padding-bottom:10px;
	font-style:italic;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
div.forum-box-details {
	float:left;
	width:99%;
	border-top:1px dotted #ccc;
	padding:8px 1% 2px 0;
	margin-top:8px;
}
div.main-box-forums div.forum-box-details p {
	padding-left:0;
	margin-top: 3px;
	color:#333;
}
div.forum-box-details h5 {
	margin-top: 10px;
	 margin-bottom:5px;
	color:#333;
}
div.forum-box-details h5:first-child {
	margin-top: 5px;
}
div.attachments-links a {
	display:block;
	margin-bottom: 2px;
}
.left-box,
.right-box {
	float:left;
	width:48%;
	padding-right:2%;
}
div.forum-box-details.attachments-links {
padding-left:0;
}
div.comment-box div.forum-box-details.attachments-links {
	background:white;
	padding:1%;
	width:98%;
}
div.comments-box p {
clear:both;
}
/*
div.main-box-forums .forum-info-box p.forum-box-details {
	margin-bottom:2px;
	padding-left:0;
	font-size:12px;
}
div.main-box-forums p.forum-box-details {
	margin-bottom: 5px;
	margin-top: 20px;
}
*/
div.forum-box {
	position:relative;
	float:left;
	width:96%;
	background:#F4F4F4;
	padding:2%;
	margin:0.7% 0;
	border-radius:2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
div.forum-box:hover {
	background:#e8e8e8;
}
div.forum-box.box-light,
div.forum-box.box-light:hover {
	background:none;
}
#secondary-menu {
	background:#333;
	float:left;
	width:100%;
}
#secondary-menu li,
.ui-tabs.menu-tabs .ui-tabs-nav li.ui-tabs-selected {
	background:none;
	padding:0;
	width:auto;
}

#secondary-menu li:hover a,
.ui-tabs.menu-tabs .ui-tabs-nav li.ui-tabs-selected {}

#secondary-menu li a,
#secondary-menu li.selected,
.ui-tabs.menu-tabs .ui-tabs-nav li.ui-tabs-selected a {
	display:inline-block;
	width:auto;
	padding:12px 15px 12px 15px;
	font-size:1.2em;
	color:#FFFFFF;
	float:left;
}
#secondary-menu li a {
	color:#999999;
}
#secondary-menu li a.selected {
	color:#FFFFFF;
	cursor:default;
}
#secondary-menu li a:hover,
#secondary-menu li.selected:hover {
	color:#FFFFFF;
	text-decoration: none;
}
#secondary-menu li.selected:hover {
	cursor:default;
}
div.tab-heading {
	display: inline-block;
	width:65%;
	padding-bottom: 1.7em;
}
.tab-search-results div.tab-heading,
.tab-access-list div.tab-heading  {
	width:85%;
}
div.tab-heading > h2 {
	margin:0;
	padding:0.8em 0.4em 0.3em 0.6em;
	font-size:1.5em;
	color:#666666;
	font-weight:normal;
}
div.tab-heading h2 span {
	color:#333;
	font-weight:bold;
}
div.tab-heading a {
	padding-left:1em;
	display:block;
}
div.menu-tabs > div > h2.secondary {
	color:#666666;
	display:block;
	float:left;
	width:96%;
}
div.menu-tabs > div a.button-manage {
	float:right;
	display:inline-block;
	background:#8ba032;
	color:#FFFFFF;
	font-weight:bold;
	border-radius:3px;
	padding:3px 9px;
	margin-top:1.2em;
	margin-right:0.1em;
}
div.menu-tabs > div a.button-manage:hover {
	background:#798839;
	text-decoration:none;
}

/* RESULTS */

h2.section-results-title {
	display: inline-block;
	padding:4px 10px;
	background:#333;
	margin-top: 0px;
	margin-left: 5px !important;
	margin-bottom:15px;
	border-radius:2px;
	color:white;
	font-size:1.2em;
	font-weight:normal;
}
.section-results {
	clear:both;
}
div.menu-tabs div.section-results .forum-box:last-child {
	margin-bottom:30px;
}
.comment-result-box .forum-info-box {
	width:89%;
}
.comment-date-box {
	float:left;
	width:9%;
}
.comment-date-box > div {
	width:40px;
	
}
.comment-date-box .cal-year {
	display:block;
	width:80%;
	padding:0 10%;
	background:#0081BC;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	border-radius:3px 3px 0 0 ;
	border:1px solid #0081BC;
}
.comment-date-box .cal-month-day {
	display:block;
	width:80%;
	padding:2px 10%;
	background:#FFFFFF;
	text-align:center;
	color:#0081BC;
	font-size:12px;
	border:1px solid #0081BC;
	border-radius:0 0 3px 3px;
}

div.main-box-forums .comment-description {
	padding: 0px;
	padding-bottom: 8px;

}
a.comment-link {
	color:#333;
	font-style:italic;
}
/*
div.main-box-forums .forum-box-details p {
	padding-left:0;
}

div.main-box-forums .forum-box-details a p.comment-description {
	color:#666666;
}
div.main-box-forums .forum-box-details a:hover p.comment-description {
	color:#5580B8;
}
*/
/* FORUM BOXES */

.forum-box h3 {
	float:left;
	display:inline-block;
	color:#005e88;
	margin-right:1em;
	font-weight:normal;
	line-height: 1.3em;
	margin-bottom:0;
}
.forum-box a h3:hover {
	text-decoration:underline;
}
.forum-info-box {
	float:left;
	width:75%;
}
/* CATEGORY */
/*.category-box*/ .forum-info-box {
	width:85%;
}
/*.category-box */.forum-info-box h3 {
	width:60%;
}
.forum-icon-box {
	float:right;
	width:15%;
}
.category-box .forum-icon-box {
	width:15%;
}
/* TOPICS */

.topic-box .forum-info-box {}
.topic-box .forum-icon-box {}

.forum-info-box > div {
	float:left;
	width:100%;
}
.forum-box-counter {
	float:left;
	margin-right:12px;
	padding-top:5px;
}
.counter {
	float:left;
	display:inline-block;
	padding:0px 5px;
	margin-right:4px;
	background:#0081bc;
	color:#FFFFFF;
	font-weight:bold;
	border-radius:15px;
	vertical-align:top;
}
img.icon-bell,
img.icon-star,
img.icon-edit {
	width:20px;
	height:20px;
	opacity:0.6;
}
img.icon-bell.full,
img.icon-star.full,
img.icon-edit.full,
#forum-box:hover img.icon-bell,
#forum-box:hover img.icon-star,
#forum-box:hover img.icon-edit,
img.icon-bell:hover,
img.icon-star:hover,
img.icon-edit:hover {
	opacity:1;
}
.forum-icon-box a {
	float:right;
	margin: 6px;
	margin-top:0;
}
div.tab-access-list .forum-icon-box a {
	margin: 0;
}
div.tab-access-list .forum-info-box a {
	font-size:1.2em;
}
.forum-icon-box a:hover {
	text-decoration:none;
}
a.icon-bin:hover {
	cursor:pointer;
}
div.comments-box {
	float:left;
	display:block;
	width:98%;
	margin-top:2em;
	padding:1%;
	clear:both;
	background:white;
}
span.metadata-button {
	display:block;
	font-size:0.9em;
	text-align:right;
}
div.comments-box p {
	color:#333;
	padding: 0.8em ;
	margin-right:30px;
}
div.comments-box p:last-child {
	border-bottom:none;
	margin-bottom:2em;
}
div.comments-box p.comment-level-1 {
	font-weight:bold;
}
div.comment {
	/*font-weight:bold;*/
padding-left:10px;
	clear:both;
}
div.comment .forum-box-details {
font-size:0.9em;
	width:99%;
	margin-bottom:1.5em;
	background:#f7f7f7;
	margin-top:0;
	padding-left:1em;
	margin-left:-1em;
	border-radius:0 0 3px 3px;
}

div.comment .forum-box-details h5 {
margin-top:0;
}
div.comments-box div.comment-level-1 span.icons-comment {
	opacity:1;
}
div.comments-box div.comment-level-2 {
	margin-left:3em;
	border-left:1px solid #ccc;
}
div.comments-box div.comment-level-3 {
	margin-left:6em;
	border-left:1px solid #ccc;
}
div.comments-box div.comment-level-4 {
	margin-left:9em;
	border-left:1px solid #ccc;
}
div.comments-box div.comment-level-5 {
	margin-left:12em;
	border-left:1px solid #ccc;
}
div.comments-box div.comment-level-6 {
	margin-left:15em;
	border-left:1px solid #ccc;
}
div.comments-box div.comment-level-7 {
	margin-left:18em;
	border-left:1px solid #ccc;
}
div.comments-box div.comment-level-8 {
	margin-left:21em;
	border-left:1px solid #ccc;
}
div.comments-box div.comment span {
	display:block;
	margin-bottom:0;
	color:#333;
	font-weight:normal;
}
div.comments-box div.comment span.info-comment {
font-size:0.8em;
	color:#999;
	padding:1em 0;
}
div.comment > div.first-comment {
	padding-top:5px;
	font-weight:bold;
	color:#333;
	padding-bottom: 20px;
}
.expand-discussion,
.collapse-discussion {
	position:absolute;
	top:0;
	left:72%;
	padding:0.5em 0.8em;
	color:white;
	font-size:0.9em;
	font-weight:bold;
	border-radius:0 0 6px 6px;
}
a.expand-discussion:hover,
a.collapse-discussion:hover {
	text-decoration:none;
}
.expand-discussion {
  	background:#999;
}
.expand-discussion:hover {
  	background:#666;
}
.collapse-discussion {
  	background:#0081BC;
}
.collapse-discussion:hover {
	background:#005E88;
}
div.comments-box div.comment span.icons-comment {
	display:inline-block;
	float:right;
	width:90px;
	opacity:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div.comments-box div.comment:hover .icons-comment {
	opacity:1;
}
.icons-comment a.icon {
	float:right;
	padding:5px;
	opacity:0.7;
}
.icons-comment a.icon:hover {
	opacity:1;
}
div.comments-box div.comment-level-1 span.icons-comment a.icon img {
	width:20px;
	height:20px;
}
div.comments-box div.comment-level-1 span.icons-comment {
	opacity:1;
}
.icons-comment a.icon img {
	width:16px;
	height:16px;
}


/* popups */
.dialog-manage {
	background:#FFFFFF;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.35);
	border-radius:3px;
}
.dialog-manage .ui-dialog-titlebar-close {
  visibility: hidden;
}
a.submit-button,
a.submit-button-forums,
a.reset-button,
a.reset-button-forums {
	float:right;
	background: #005e88;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px 8px;
	border-radius:3px;
	margin:10px 0;
	margin-left:10px !important;
}
a.submit-button,
a.submit-button-forums
{
	background:#8ba032;
}

#create-category-box {
	float:left;
	clear:both;
	padding-bottom:2em;
}
#create-category-box input,
#create-category-box textarea {
	width:98%;
	margin:10px 0;
	padding:5px;
}
#create-category-box p {
	margin:1em;
	margin-left:-1em;
}

#create-topic-box {
	float:left;
	clear:both;
	padding-bottom:2em;
}
#create-topic-box input,
#create-topic-box textarea {
	width:98%;
	margin:10px 0;
	padding:5px;
}
#create-topic-box p {
	margin:1em;
	margin-left:-1em;
}

#create-discussion-box {
	float:left;
	clear:both;
	padding-bottom:2em;
}
#create-discussion-box input,
#create-discussion-box textarea {
	width:98%;
	margin:10px 0;
	padding:5px;
}
#create-discussion-box p {
	margin:1em;
	margin-left:-1em;
}

#create-reply-box {
	float:left;
	clear:both;
	padding-bottom:2em;
}
#create-reply-box input,
#create-reply-box textarea {
	width:98%;
	margin:10px 0;
	padding:5px;
}
#create-reply-box p {
	margin:1em;
	margin-left:-1em;
}

/* manage access rights */

.main-box-forums .userForm {
	width:676px;
	float:left;
}
.main-box-forums table#tableAR tr td {
	padding:5px;
	text-align:left;
}
.main-box-forums table#tableAR select {
border:1px solid #999;
	width:98%;
	padding:1%;
}
.main-box-forums .permissionAddText {
	font-weight:bold;
}
.main-box-forums .permissionAddBtn {
	background:#5580B8;
	color:#FFF;
	border-radius:2px;
	padding:3px 8px
}
.main-box-forums .accessesEntryHolder {
	border-top:1px dotted #ccc;
	margin-top:15px;
	padding-top:10px;
}
.main-box-forums a.reset-button {
    line-height:17px !important;
}
.main-box-forums a.reset-button-forums {
    line-height:17px !important;
}
.submit-form-zone {
	margin-top:20px;
}

button.add-element {
	background:#0081BC;
	border:none;
	border-radius:3px;
	color:#FFFFFF;
	padding:2px 5px;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}
button.add-element:hover {cursor:pointer;}

a.add-file {
	float:right;
	background: #005e88;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 10px;
	border-radius:2px;
	margin:0 0px;
	margin-left:20px !important;
}

a.add-link {
	float:right;
	background: #005e88;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 10px;
	border-radius:2px;
	margin:0 0px;
	margin-left:20px !important;
}


input[type="file"] {padding-left:0;margin-top:0;}
input[type="url"] {margin:0;margin-top:10px;}

file-image {
	font-size:97%;
	line-height:16px;
	background: #f0f2f7;
	border-right: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
	padding:7px 8px;
	min-width:80px; /* chck */
	max-width:500px !important;
}

attached-filename {
	font-size:97%;
	line-height:16px;
	background: #f0f2f7;
	border-right: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
	padding:7px 8px;
	min-width:80px; /* chck */
	max-width:500px !important;
}
remove-attached-filename {
	font-size:97%;
	line-height:16px;
	background: #f0f2f7;
	border-right: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
	padding:7px 8px;
	min-width:80px; /* chck */
	max-width:500px !important;
}

div.collapsed-discussion{
	display: none;
}

div.expanded-discussion{
	display: inline;
}
