/*  DNN fixes (v. 2014-05-05)
    ================================================== 
*/

.epo-postheader {display:none;} /* removes the posthead */

/*	DNN Layout
	==========
*/

.responsive .epo-sheet
{
   margin-right: 0 !important;
   margin-left: 0 !important; 
}


/* Registration Form */

div.dnnRegistrationForm .dnnForm
{
     width: 100% !important; /* 60%;*/
} /* Too narrow on cellphones */

/*  Settings Container (tabs) - the title of the tabs were not displaying
*/

#settingsContainer ul li a {
	margin-top: -30px !important;
}

ul.admin_tabs li a {
    border: none;
}

/*	DNN Admin Nav
	=============
*/
#ControlBar {
    height: 53px !important; /* Bootstrap removes 10 pixels off the height, so this is necessary */
}

/*	DNN Drag Hint bar
	=================
*/
.dnn_mact > li.actionMenuMove > ul li {
    height: 35px; /* list of pane items needed more height due to bootstrap stylesheet affecting it */
 }

/* 	Email Forms
	===========
*/

/* Input Types*/
	.dnnFormItem input[type="text"],
	.dnnFormItem input[type="password"],
	.dnnFormItem input[type="email"],
	.dnnFormItem input[type="tel"],
	.dnnFormItem select,
	.dnnFormItem textarea{
		width:100%;
}

/* The required fields have a 5px border which causes the
forms to have different widths. They tried to correct it with 
css but it just doesn't work. */

.dnnForm input.dnnFormRequired{ border-left: 1px red solid!important; padding-right: -1px!important; }

.gradient { filter: none; } /*Support for full multi-stop gradients with IE9 (using SVG). Add a "gradient" class to all your elements that have a gradient, and add the following override to your HTML to complete the IE9 support*/


/*	DNN Modules
	=================================================================
*/

/* Active Forums
*/

.afgrid {
	width: 100% !important; /* table not stretching all the way across the page*/
}

#dnn_ctr3133_ControlPanel_manageforums_admin_manageforums_home_cbGrid {
	width: 100%; /*not sure if this will for for every portal due to the module ref number dnn_ctr3133... etc but this will stretch the content according to the width */
}


/*	ARTISTEER
	=================================================================
*/

 /* Navigation
*/
.responsive nav.epo-nav { min-width: 1%; margin-right: 0% !important; margin-left: 0% !important; width:100% !important;}
.epo-nav .epo-menu-btn {width: 35px;} /*resposive menu button too narrow*/
 
/*  SunBlog Nuke
	================================================================= 
*/

.epo-postcontent ul>li:before,  
.epo-post ul>li:before,  
.epo-textblock ul>li:before
{
   /*margin-left: 0px; removed 4/29/14 - bullets were showing*/
}

/* Add the class no-bullet on a wrapping div 
if you want to remove custom Artisteer bulelts
the bullets from certain areas on the site */

.no-bullet ul>li:before,  
.no-bullet ul>li:before,  
.no-bullet ul>li:before
{
   display:none;
}

.no-bullet li a {
	/* margin-left: 10px; causing issues with the margin on some blogs */
}

/* To fix the issue on the admin page for the blog: 
the titles on the tabs didn't display on their proper position*/

.utils-tabs a{
	margin: -32px 0 0 0;
	border: none !important;
} 

/* Buggy social buttons display */
ul.share-buttons a{
	padding-top: 28px;
    }


/* DNN Tabs */

ul.admin_tabs li a{
	display: inline;
	padding: 5px;
	border: none;
}