﻿
/**** Hide print, subscribe, etc. icons on discussion page ****/
.command.ekCommand{
/* LAF - Modified on 7/7/2014 - removed display none, added width */
/* Change allows the buttons to appear for the discussions topic page. */
  /*display: none;*/
  text-align: right;
  width: 100%;
}

/*pagination styling*/

.ekforumselectedpagelink, .ekforumpagelink, .ektopicselectedpagelink, .ektopicpagelink, #ctl00_ctl00_MainContent_ContentPlaceHolderRightSide_DataPagerTopics > a, #ctl00_ctl00_MainContent_ContentPlaceHolderRightSide_DataPagerTopics > span, .header2links > a {
	background-color: #FFFFFF !important;
    border: 1px solid #DDDDDD;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}


a.ekforumselectedpagelink:hover, a.ekforumpagelink:hover, a.ekftopicselectedpagelink:hover, a.ektopicpagelink:hover, .header2links a:hover {
    background-color: #eee;
	text-decoration: none;
}


/*Ektron control styling*/

tr .header1 a.ektopicselectedpagelink, tr.header1 a.ektopicpagelink {
    color: #0071B2;
}



.design_content design_mode_entry {
	background-color: #F7F7F7;
    color: inherit;
    padding: 25px 30px;
}


#design_content, div.design_content {
	background-color: #F7F7F7;
}

#design_content .design_textfield, div.design_content .design_textfield {
    width: 100%;
}


/*avatar sizing*/

.home-network-updates > li .thumb, .profile-modal-activity-tab > li .thumb, .home-message-boards > li .thumb, .solutions-posts-list > li .thumb, .group-single-activity > li .thumb {
    border-radius: 5px;
    height: 50px;
	width: 50px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 50px;
}


.landing-posts li .thumb {
    height: 50px;
    width: 50px;
}



/*button spacing on groups page*/

.btn.btn-primary.btn-xs.post-reply-toggle {
    margin: 5px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */



@media (max-width: 768px) {
/** Hide breadcrumb navigation on message boards - only on mobile/tablet views **/
.navlinks {
    display: none;   
}
/** End Hide breadcrumb navigation on message boards **/
}


/*Aloha Editor*/

.aloha-editable.aloha-block-blocklevel-sortable.ui-sortable.aloha-editable-active {
	border: 1px dotted #F00;
    background-color: #fff;
}
 	
.aloha-editable.aloha-block-blocklevel-sortable.ui-sortable {
	border: 1px dotted #F00;
    background-color: #fff;
}

/*Browse Connections Modal*/	
	
.MsgUserSelectCtl {
    background-color: #FFFFFF;
    bottom: 0;
    font-size: 12px;
    height: 100%;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
}

.CommunitySearch_DirectorySearchTab, .CommunitySearch_BasicSearchTab, .CommunitySearch_AdvancedSearchTab, .CommunitySearch_LocationSearchTab {
    background-color: #7a4895;
    border: 1px solid #CCCCCC;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.CommunitySearch_TabSelected {
    background-color: #EEEEEE;
    color: #7a4895;
}


.MsgUserSelectCtl input, .MsgUserSelectCtl select, .MsgUserSelectCtl fieldset, .MsgUserSelectCtl button {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.MsgUserSelectCtl button {
	 background-color: #7a4895;
    color: #fff;
    padding: 2px 4px 5px;
}

.CommunitySearch_BasicContainer_Selected, .CommunitySearch_AdvancedContainer_Selected {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    background: white;
}

.CommunitySearch_AdvancedContainer_Selected .CommunitySearch_FilterTextboxContainer input {
    border: 1px solid #3B5998;
}

.CommunitySearch_AdvancedContainer_Selected .CommunitySearch_FilterTextboxContainer input {
      border: 1px solid #CCCCCC;
}
	

/*.postheader .ekPostHeaderSearch */ .pbutton {
    margin: 10px;
}

.EktMsgTargetsDoneBtn {
    margin-left: 0%;
}

.innerquote {
    background-color: #F8F8F8;
    border: 1px solid #AAAAAA;
    padding: 14px;
}

/* Forum Buttons */
.ekForumButton.ekForumButtonPostReply {

 display: none;

}

.ekForumButton.ekForumButtonQuotePost {
display: none;	

}

.ekForumButton.ekForumButtonReport {
    display: none;
}

.ekForumButton.ekForumButtonMessage {
    display: none;
}

.ekHeader1Reply.header1 {
    width: 100%;
}

/*
tr.post td img {

display: none;
}
*/

/*Ektron editor - responsive updates*/

@media (max-width: 980px) {

/*hides toolbars*/
#ctl00_ctl00_MainContent_MainContentOneColumn_Messaging1_content_htmlToolbar0 td img {
    display: none;
}
}

@media (max-width: 520px) {
/*input*/
    .EktMessageCtl_edit {
/*	background:red;*/
	/*max-width: 220px;*/
        width: 80%;
}
/*text box*/
    .EktMessageCtl_content tr {
/*	background-color:yellow;*/
/*	max-width: 300px;*/
        width: 80%;
}


/*padding for pagination links*/
    .ekforumselectedpagelink, .ekforumpagelink, .ektopicselectedpagelink, .ektopicpagelink, #ctl00_ctl00_MainContent_ContentPlaceHolderRightSide_DataPagerTopics > a, #ctl00_ctl00_MainContent_ContentPlaceHolderRightSide_DataPagerTopics > span, .header2links > a {
    padding: 6px;
}
}

/*** Hide content and category buttons on Add Topic in MessageBoards ***/
.post.ekPost > table {
    display: none;
}
/** End **/


/*** Hide Table on GroupProfile Documents tab  ***/
#ctl00_ctl00_MainContent_ContentPlaceHolderRightSide_cmsCommunityDocuments > table{
    display: none;
}

/**** Set width of input box for posts, adjust left side */

.postformheader.ekPostFormHeader.ekPostFormHeaderNewTopic {
    width: 10%;
}

.glyphicon-search:before {
  margin-left: -5px;
    margin-right: 5px;
}

.glyphicon-pencil:before {
  margin-left: -5px;
    margin-right: 5px;
}


.glyphicon-share-alt:before {
  margin-left: -5px;
  margin-right: 5px
}

/** Hide general questions on message boards  **/
.ekforumcategory {
    display: none;
}
/* end */

/*discussion board mobile adjustments*/


@media (max-width:480px) {
	
    .header2.ekHeader2SortByTopicStart, .header2.ekHeader2SortByView, .header1.ekHeader1Icon {
}
	
}

body{
	background:#fff;
}

/** End **/


#taxonomyResults > tr{
display: none;
}