/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url("/Data/style/cluetip//wait.gif");
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url("/Data/style/cluetip//darrowleft.gif");
}
.clue-left-default .cluetip-arrows {
  background-image: url("/Data/style/cluetip//darrowright.gif");
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url("/Data/style/cluetip//darrowdown.gif");
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url("/Data/style/cluetip//darrowup.gif");
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url("/Data/style/cluetip//arrowleft.gif");
}
.clue-left-jtip .cluetip-arrows {
  background-image: url("/Data/style/cluetip//arrowright.gif");
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url("/Data/style/cluetip//arrowdown.gif");
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url("/Data/style/cluetip//arrowup.gif");
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url("/Data/style/cluetip//bl.gif") no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url("/Data/style/cluetip//tl.gif") no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url("/Data/style/cluetip//tr.gif") no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url("/Data/style/cluetip//br.gif") no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url("/Data/style/cluetip//rarrowleft.gif");
}
.clue-left-rounded .cluetip-arrows {
  background-image: url("/Data/style/cluetip//rarrowright.gif");
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url("/Data/style/cluetip//rarrowdown.gif");
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url("/Data/style/cluetip//rarrowup.gif");
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



div#toolbar, div#toolbarbut 
{
 position:fixed; 
  bottom: 0px;
  right: 0px;
  z-index: 99; 
  height: 36px;
  background-image: url("/Data/style/jqtoolbar//bcktool.jpg");
  
  /*
using a png caused issues in IE8
background-image: url("/Data/style/jqtoolbar//bcktool.png");
 
  */
  border-top: 1px solid #eee;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee;  
  
  /* CSS3 */
  -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; 
  -khtml-box-shadow: 0px 1px 10px #666;
  -webkit-box-shadow: 0px 1px 10px #666;
  /* CSS3 end */
  
  
	
}

div#toolbar {
  width: 90%;
  min-width: 800px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 15px;
  margin-right: 3%;
  display: none;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #555;
}

.toolbarleft{
  float: left; display:none;
}

.toolbarright 
{ white-space:nowrap;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left:10px;
  float: right;
  
  
}

/* for ipad fixed positioning is problematic */

/*
@media only screen and (device-width: 768px) { 
    div#toolbar, div#toolbarbut { position:static;  }
	
}
*/





/*-- Left Side --*/

ul#social li {
  display: inline;
}

#social { float: left;}

a.rss, a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.rss {
  background: url("/Data/style/jqtoolbar//rss.png") no-repeat;
}

a.facebook {
  background: url("/Data/style/jqtoolbar//facebook.png") no-repeat;
}

a.twitter {
  background: url("/Data/style/jqtoolbar//twitter.png") no-repeat;
}

a.delicious {
  background: url("/Data/style/jqtoolbar//delicious.png") no-repeat;
}

a.digg {
  background: url("/Data/style/jqtoolbar//digg.png") no-repeat;
}

a.stumble {
  background: url("/Data/style/jqtoolbar//stumble.png") no-repeat;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url("/Data/style/jqtoolbar//downarrow.png") no-repeat 5px 7px;
}

#toolbar ul {
	margin:0;
	padding:0;
	list-style:none;
 
  
}

#toolbar a.adminlink ,
#toolbar a.adminlink:link ,
#toolbar a.adminlink:visited ,
#toolbar a.adminlink:hover ,
#toolbar a.adminlink:active { 
font-size: 14px!important; 
border-left: 1px solid #a4a4a4;
  padding: 8px 8px 10px 23px;
  line-height: 32px;
  color: #555;
  text-decoration:none;
}
#toolbar a.adminlink:hover {  text-decoration:underline;}

#toolbar a.adminlink { font-weight:700; text-decoration: underline; }
#toolbar a.adminlink:hover { color: #666;}

#toolbar a.adminmenulink { background: transparent url("/Data/style/jqtoolbar//key.png") no-repeat; background-position : 5px 50%;  }
#toolbar a.filemanlink { background: transparent url("/Data/style/jqtoolbar//folder_explore.png") no-repeat; background-position : 5px 50%;  }
#toolbar a.newpagelink { background: transparent url("/Data/style/jqtoolbar//page_white_add.png") no-repeat; background-position : 5px 50%;  }
#toolbar a.pageeditlink { background: transparent url("/Data/style/jqtoolbar//page_white_edit.png") no-repeat; background-position : 5px 50%;  }
#toolbar a.pagesettingslink { background: transparent url("/Data/style/jqtoolbar//page_white_wrench.png") no-repeat; background-position : 2px 50%;  }


       


span.normalthread{ background: url("/Data/style/forums//folder.png") no-repeat; display:inline-block; width:18px; height:20px; }
span.lockedthread{ background: url("/Data/style/forums//lock.png") no-repeat; display:inline-block; width:18px; height:20px; }
span.stickythread{ background: url("/Data/style/forums//folder_star.png") no-repeat; display:inline-block; width:18px; height:20px; }
.newthread, .newpost { background: url("/Data/style/forums//folder_edit.png") no-repeat; background-position: 0px 2px; padding-left:18px;  }
.forumEdit, .threadEdit, .postEdit { background: url("/Data/style/forums//pencil.png") no-repeat; background-position: 0px 0px; padding-left:18px;  }
.forumfeed { background: url("/Data/style/forums//feed.png") no-repeat; background-position: 0px 0px; padding-left:18px; }.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url("/Data/style/CalExtender//arrow-left.gif");}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url("/Data/style/CalExtender//arrow-right.gif");}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}
/* ----------------------------------
mojoPortal Admin Menu CSS
To use this, add this to your style.config file:
<file cssvpath="/Data/style/adminmenu/style.css" imagebasevpath="/Data/style/adminmenu/">none</file>
------------------------------------- */

/* Admin menu -- 2.8+ */
.panelwrapper.adminmenu { 
    padding: 30px 30px 30px 27px;
}

.adminmenu ul.simplelist * {
    box-sizing: border-box;
}

.adminmenu ul.simplelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -15px; 
    margin-right: -15px;
    padding: 0
}

.adminmenu ul.simplelist>li {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/7);
    flex: 0 0 calc(100%/7);
    font-family: arial,sans-serif;
    font-size: 14px;
    min-width: 160px;
    padding: 15px;
    text-align: center;
}

.adminmenu ul.simplelist>li a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    position: relative;
	text-decoration: none;
}

.adminmenu ul.simplelist>li a>span.fa {
    margin: 10px 0;
    font-size: 30px;
}

.adminmenu ul.simplelist>li a>span.fa.fa-stack {
    font-size: 20px;
}

.adminmenu ul.simplelist>li a:hover {
    background-color: #eee;
    text-decoration: none;
}

/* Admin menu -- before 2.8 
For more information about Crystal Clear icons, http://commons.wikimedia.org/wiki/Category:Crystal_Clear_icons 
This css and few custom modified verasions of crystal icons were contributed by Steve Railsback of Colorado State U 2010-09-29

*/


/*
div.adminmenu {  }
div.adminmenu ul.simplelist { margin: 0 0 1em -20px; }
div.adminmenu ul.simplelist li { float: left; display: block; background-image:none; }
div.adminmenu ul.simplelist li  a { 
	line-height: 1em; 
	display: block; 
	width: 100px; 
	height: 40px; 
	float: left; 
	padding: 60px 10px 10px 10px; 
	margin: 5px; 
	text-decoration: none; 
	border: 1px solid #ddd; 
	text-align: center;  
}

html[dir='rtl'] div.adminmenu ul li { float: right;}
html[dir='rtl'] div.adminmenu ul li a { float: right; }


div.adminmenu ul.simplelist li a:hover { color: #000; border: 1px solid #333; background-color: #eee; } 

a.lnkSiteSettings { background: url("/Data/style/adminmenu//Crystal_Clear_action_run.png") no-repeat center 10px; }


a.lnkSecurityAdvisor, a.lnkSecurityAdvisorWarning {background: url("/Data/style/adminmenu//Crystal_Clear_app_agent.png") no-repeat center 10px; }


a.lnkSecurityAdvisorWarning { color:Red !important; border-color:Red !important; }
a.lnkSecurityAdvisorWarning:after { content: " Needs Attention! "; }
span.secwarning { display: none; }


a.lnkCommerceReports { background: url("/Data/style/adminmenu//Crystal_Clear_app_kchart.png") no-repeat center 10px;}
a.lnkContentManager { background: url("/Data/style/adminmenu//Crystal_Clear_mimetype_document.png") no-repeat center 10px;}
a.lnkContentWorkFlow { background: url("/Data/style/adminmenu//Crystal-Clear-content_workflow.png") no-repeat center 10px; }
a.lnkContentTemplates { background: url("/Data/style/adminmenu//Crystal_Clear_app_kivio.png") no-repeat center 10px;}
a.lnkStyleTemplates { background: url("/Data/style/adminmenu//Crystal-Clear-app-stylesheet.png") no-repeat center 10px;}
a.lnkSiteList { background: url("/Data/style/adminmenu//folder_html.png") no-repeat center 10px;}
a.lnkPageTree { background: url("/Data/style/adminmenu//Crystal-Clear-action-view-tree.png") no-repeat  center 10px;}
a.lnkRoleAdmin { background: url("/Data/style/adminmenu//Crystal_Clear_users.png") no-repeat  center 10px;}
a.lnkFileManager { background: url("/Data/style/adminmenu//Cystal_Clear_file_manager.png") no-repeat  center 10px;}
a.lnkAddUser { background: url("/Data/style/adminmenu//Crystal_Clear_add_user.png") no-repeat  center 10px;}
a.lnkCoreData { background: url("/Data/style/adminmenu//Crystal_Clear_app_database.png") no-repeat  center 10px;}
a.lnkAdvancedTools { background: url("/Data/style/adminmenu//Crystal-Clear-action-configure.png") no-repeat  center 10px;}
a.lnkLogViewer { background: url("/Data/style/adminmenu//Crystal-Clear-mimetype-vcalendar.png") no-repeat  center 10px;}
a.lnkServerInfo { background: url("/Data/style/adminmenu//Crystal-Clear-app-ksysguard.png") no-repeat  center 10px;}
a.lnkNewsletter { background: url("/Data/style/adminmenu//Crystal-Clear-app-kontact.png") no-repeat  center 10px;}
a.lnkMemberList { background: url("/Data/style/adminmenu//Crystal-Clear-kuser2.png") no-repeat  center 10px;}
a.lnkCurrencyAdmin { background: url("/Data/style/adminmenu//Crystal-Clear-currency.png") no-repeat  center 10px;}
a.lnkCountryAdmin { background: url("/Data/style/adminmenu//Crystal-Clear-app-locale.png") no-repeat  center 10px;}
a.lnkGeoZone { background: url("/Data/style/adminmenu//Crystal-Clear-app-browser.png") no-repeat  center 10px;}
a.lnkTaxClassAdmin { background: url("/Data/style/adminmenu//Crystal-Clear-app-kspread.png") no-repeat  center 10px;}
a.lnkTaxRateAdmin { background: url("/Data/style/adminmenu//Crystal-Clear-tax.png") no-repeat  center 10px;}
a.lnkUrlManager { background: url("/Data/style/adminmenu//Crystal-Clear-url.png") no-repeat  center 10px;}
a.lnkRedirectManager { background: url("/Data/style/adminmenu//Crystal-Clear-redirect.png") no-repeat  center 10px;}
a.lnkBannedIPs { background: url("/Data/style/adminmenu//Crystal-Clear_banned_ip.png") no-repeat  center 10px;}
a.lnkFeatureAdmin { background: url("/Data/style/adminmenu//Crystal-Clear-app-kpackage.png") no-repeat  center 10px;}
a.lnkTaskQueue { background: url("/Data/style/adminmenu//Crystal_Clear_action_editpaste.png") no-repeat  center 10px;}
a.lnkWebPartAdmin { background: url("/Data/style/adminmenu//Crystal_Clear_Networksettings.png") no-repeat  center 10px;}
a.lnkAwaitingApproval { background: url("/Data/style/adminmenu//Crystal_Clear_waiting_approval.png") no-repeat  center 10px;}
a.lnkRejectedContent { background: url("/Data/style/adminmenu//Crystal_Clear_rejected_content.png") no-repeat  center 10px;}
a.lnkPendingPages { background: url("/Data/style/adminmenu//FileCrystal-Clear-draft_pages.png") no-repeat  center 10px;}
a.AnalyticsMenuLink { background: url("/Data/style/adminmenu//Crystal-Clear-app-browser.png") no-repeat  center 10px; }
a.lnkDevTools  { background: url("/Data/style/adminmenu//devtools.png") no-repeat  center 10px; }
a.lnkDesignTools  { background: url("/Data/style/adminmenu//designtools.png") no-repeat  center 10px; }
a.lnkRegistrationAgreement, a.lnkLoginInfo  { background: url("/Data/style/adminmenu//RegAgreement.png") no-repeat  center 10px; }
a.lnkPermissionAdmin { background: url("/Data/style/adminmenu//permissions.png") no-repeat  center 10px; }
a.lnkSkinList { background: url("/Data/style/adminmenu//skin.png") no-repeat center 10px; }
a.lnkCacheTool { background: url("/Data/style/adminmenu//cache.png") no-repeat center 10px; }
*/

body.filedialog{ color: black;}

h2.logitem { font-size: 1em; }

input.openid_login { background:url("/Data/style/common//openidlogin.gif") no-repeat; background-color:#fff; background-position:0 50%; color:#000; padding-left:18px; }


/* autocomplete extender */

ul.autocomplete_completionListElement 
{  
	margin : 0px 0px 0px 0px!important;
	padding: 0px !important;
	background-color : white;
	color : black;
	border-color : gray;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 300px;
    text-align : left; 
    list-style-type : none !important;
	
}

li.autocomplete_highlightedListItem
{
	margin-left: 0px !important ;
	background-color: #ffff99;
	color: black;
	padding: 1px !important;
	background-image:none!important;
	
	
}

li.autocomplete_listItem 
{
	
	margin-left: 0px !important;
	background-color : white;
	color : black;
	padding : 1px !important;
	background-image:none!important;

	
}

/* jQuery Cycle Pager 
 * Required for HTML Module "Slide Show Pager" option.
 */
.cyclenav {text-align: center;}
.cyclenav a{margin-right: 3px;}
.cyclenav a.activeSlide {font-weight: bold;}

/* Example of jQuery Cycle Pager with 'dots' for the navigation links
 * To use this, place 'cycledots' (without quotes) in the 
 * 'Custom CSS Class' setting of the HTML Content Module being used 
 * for the slideshow
 */
.cycledots .cyclenav a{
	background: transparent url("/Data/style/common//cyclenav-bullet2.png") no-repeat scroll center -28px; 
	line-height: 40px;
	overflow: hidden;
	height: 14px;
	width: 14px;
	display: inline-block;}
.cycledots .cyclenav a:focus,
.cycledots .cyclenav a.activeSlide{ background-position: center -14px; }
.cycledots .cyclenav a:hover { background-position: center 0; }


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }



/* faq */
.faqs{padding-top:20px}
.faqs dt{font-weight:bold;background:url("/Data/style/common//q.gif") 0 4px no-repeat;padding:3px 0 15px 30px;position:relative;}
.faqs dt:hover{cursor:pointer}
.faqs dd{background:url("/Data/style/common//a.gif") 0 2px no-repeat;padding:0 0 5px 30px;position:relative;color:#333}
.faqs .hover{color:#990000;text-decoration:underline}

/*mojorating */
.ratingcontainer { float:right; white-space:nowrap; margin:5px 5px 5px 5px;  }
.ratingprompt { float: left; margin-right: 5px; }
.voteswrap { margin-left: 5px; }
.ratingcontainer div { float:left; white-space:nowrap; margin:0px 0px 0px 0px;  }
.ratingrow { white-space:nowrap; }
.ratingStar { white-space:nowrap; height:14px; margin:1em; }
.ratingStar .ratingItem { font-size:0; width:13px; height:12px; display:block; background-repeat:no-repeat; cursor:pointer; margin:0; padding:0; }
.ratingStar .Filled { background-image:url("/Data/style/common//ratingStarFilled.png"); }
.ratingStar .Empty { background-image:url("/Data/style/common//ratingStarEmpty.png"); }
.ratingStar .Saved { background-image:url("/Data/style/common//ratingStarSaved.png"); }
.ratingbuttons {  margin: 0px 0px 0px 0px; padding: 2px 0px 0px 0px;  }
.rcommentprompt { display:block;}
.ratingcomments { border:#000 1px solid; background-color:#eee; color:#000; width:206px; height:200px; position:absolute; margin-top:15px; padding:5px; }
.ratingcommentbox { width:200px; height:100px; }



a.addtocal { background: url("/Data/style/common//calendar_add.png") no-repeat; background-position: 0px 2px; padding-left:18px; display:inline-block; min-height:22px; margin-right:4px;  }

/* ***************************************
** Diff related styles
*****************************************/

ins {
	background-color: #cfc;
	text-decoration:inherit;

}

del {
	color: #999;
	background-color:#FEC8C8;
}

ins.mod {
    background-color: #FFE1AC;
}

a.inlineedittoggle.ui-icon { display: inline-block; }

.filedialog { margin: 0; padding: 0;}
#GalleryPreview{ table-layout: fixed; width: 450px; margin: 0 auto;float: left; border: 0px solid #0000ff; }
#GalleryPreview_VerticalFix { width: 450px; display: table-cell; text-align: left; border: 0px solid #00ff00; }
#GalleryPreview img { max-width: 550px; max-height: 550px;}
.boldtext { font-weight: bold;}

#filewrapper {}
#filewrapper .fileoperations { background-color: #F0EFF1; }
#filewrapper .foldercreation,
#filewrapper .fileupload { float: left; width: 50%;}
#filewrapper .operationpanel { padding: 0 5px; }
#filewrapper .operationheading { display: block; text-align: center; background-color: #E0DFE3; font-weight: bold;}
#filewrapper .imageresizeoptions { margin-top: 10px; }
#filewrapper .imageresizeoptions,
#filewrapper .operationinstructions { font-size: 110%; }
#filewrapper .imageresizecheckbox { display: block; }
#filewrapper .imageresizecheckbox input { margin-right: 3px; }
#filewrapper .errorpanel span { margin-top: 5px; }

#filewrapper .fileselection > div { }
#filewrapper .filetreewrapper { float: left; width: 33%; }
#filewrapper .filepreview { float: left; width: 67% }
#filewrapper .filepreview .operationpanel { padding: 0 0 0 15px; }
#filewrapper .rootfolder { float: left; height: 475px; width: 100%; margin-left: 10px; overflow: auto; }
#filewrapper #pnlFileTree { padding-right: 30px; }
#filewrapper .smalltextbox { width: 30px; margin-right: 10px; }

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

div.uploadfilelist {
	padding-top: 10px;
	clear: both;
}

div.uploadfilelist .ui-button,
.uploadcontainer .ui-button {
	padding: 7px;
}

ul.filelist {
	
	list-style: none;
}

ul.filelist .ui-icon-trash {
	display: inline-block;
	cursor: hand;
	cursor: pointer;
	
}

div.fileupload-dropzone {
	padding: 50px 0 50px 0;
	width: 100%;
	border:dashed thin black;
	margin: 4px 4px 4px 4px;
	text-align:center;
	vertical-align:middle;
}

/* editor styles, classes assigned by toolbar items */
.AlignCenter , p.AlignCenter {
  text-align: center;
}
 
.AlignLeft , p.AlignLeft{
  text-align: left;
}
 
.AlignRight, p.AlignRight {
  text-align: right;
}
 
.AlignJustify, p.AlignJustify {
  text-align: justify;
}
 
.Indent1, p.Indent1 , ol.Indent1, ul.Indent1{
  margin-left: 40px;
}
 
.Indent2, p.Indent2, ol.Indent2, ul.Indent2 {
  margin-left: 80px;
}
 
.Indent3, p.Indent3, ol.Indent3, ul.Indent3 {
  margin-left: 120px;
}

.font-xsmall {
  font-size: 60%;
}
.font-small {
  font-size: 80%;
}
.font-normal {
  font-size: 100%;
}
.font-large {
  font-size: 120%;
}
.font-xlarge {
  font-size: 140%;
}

table.jqtable td { font-weight:bold; }
table.FileManager_table { width:99%; }

div.cmdbar { display:inline-block; min-width:300px; min-height:14px; max-height: 14px; }
a.forumcommand { margin: 0px 10px 0px 10px; }


/* added for 2.7 */
.pagelayout__item-btn { 
    background: 0; 
    border: 0 none; 
    outline: 0 none;
    padding: 5px 0;
    cursor: pointer;
}
.pagelayout__item-btn:hover > svg {
    fill: #a90a11;
}

.pagelayout .panelistbox { 
    display: flex; 
    flex-flow: row nowrap; 
}

.pagelayout-item-btns {
    width: 40px;
    flex: 1 1 33px;
}
/* end add for 2.7 *//* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	width:700px;
	margin:5px 0 5px 0;
	border:5px solid #F5F5F5;	
}
.markItUpContainer  {
	border:1px solid #3C769D;	
	background:#FFF url("/ClientScript/markitup/skins/html//images/bg-container.png") repeat-x top left;
	padding:5px 5px 2px 5px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	padding:5px 5px 5px 35px;
	border:3px solid #3C769D;
	width:643px;
	height:320px;
	background:#FFF url("/ClientScript/markitup/skins/html//images/bg-editor.png") no-repeat;
	clear:both;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #3C769D;
	width:99.9%;
	height:300px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
	cursor:n-resize;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("/ClientScript/markitup/skins/html//images/handle.png");
	cursor:n-resize;
}
/***************************************************************************************/

.markItUpEditor {
	
	background:#FFF url("/ClientScript/markitup/skins/html//images/bg-editor-html.png") no-repeat;
	
}

/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li ul{
	display:none;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url("/ClientScript/markitup/skins/html//images/menu.png") no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#F5F5F5;
	border:1px solid #3C769D;
	height:inherit;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #3C769D;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#F5F5F5 url("/ClientScript/markitup/skins/html//images/submenu.png") no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px;
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#3C769D;
}
/***************************************************************************************/
.html .markItUpButton1 a {
	background-image:url("/ClientScript/markitup/skins/html//images/h1.png"); 
}
.html .markItUpButton2 a {
	background-image:url("/ClientScript/markitup/skins/html//images/h2.png"); 
}
.html .markItUpButton3 a {
	background-image:url("/ClientScript/markitup/skins/html//images/h3.png"); 
}
.html .markItUpButton4 a {
	background-image:url("/ClientScript/markitup/skins/html//images/h4.png"); 
}
/*
.html .markItUpButton5 a {
	background-image:url("/ClientScript/markitup/skins/html//images/h5.png"); 
}
.html .markItUpButton6 a {
	background-image:url("/ClientScript/markitup/skins/html//images/h6.png"); 
}
.html .markItUpButton7 a {
	background-image:url("/ClientScript/markitup/skins/html//images/paragraph.png"); 
}
*/
.html .markItUpButton5 a {
	background-image:url("/ClientScript/markitup/skins/html//images/paragraph.png"); 
}

.html .markItUpButton6 a {
	background-image:url("/ClientScript/markitup/skins/html//images/bold.png");
}

/*
.html .markItUpButton9 a {
	background-image:url("/ClientScript/markitup/skins/html//images/italic.png");
}
.html .markItUpButton10 a {
	background-image:url("/ClientScript/markitup/skins/html//images/stroke.png");
}


.html .markItUpButton11 a {
	background-image:url("/ClientScript/markitup/skins/html//images/list-bullet.png");
}
.html .markItUpButton12 a {
	background-image:url("/ClientScript/markitup/skins/html//images/list-numeric.png");
}
.html .markItUpButton13 a {
	background-image:url("/ClientScript/markitup/skins/html//images/list-item.png");
}

.html .markItUpButton14 a {
	background-image:url("/ClientScript/markitup/skins/html//images/picture.png"); 
}
.html .markItUpButton15 a {
	background-image:url("/ClientScript/markitup/skins/html//images/link.png");
}

.html .markItUpButton16 a {
	background-image:url("/ClientScript/markitup/skins/html//images/clean.png");
}
*/

.html .markItUpButton7 a {
	background-image:url("/ClientScript/markitup/skins/html//images/list-bullet.png");
}
.html .markItUpButton8 a {
	background-image:url("/ClientScript/markitup/skins/html//images/list-numeric.png");
}
.html .markItUpButton9 a {
	background-image:url("/ClientScript/markitup/skins/html//images/list-item.png");
}

.html .markItUpButton10 a {
	background-image:url("/ClientScript/markitup/skins/html//images/picture.png"); 
}
.html .markItUpButton11 a {
	background-image:url("/ClientScript/markitup/skins/html//images/link.png");
}

.html .preview a {
	background-image:url("/ClientScript/markitup/skins/html//images/preview.png");
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox mojoPortal "light2" style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/border1.png") no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/border1.png") repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/border1.png") no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:20px; background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/border1.png") no-repeat 0 -25px;}
    #cboxBottomCenter{height:20px; background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/border1.png") repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:20px; background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/border1.png") no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/border2.png") repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/border2.png") repeat-y -25px 0;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin: 15px 0px 40px 0px;}
        #cboxCurrent{position:absolute; top:-3px;left:54px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-5px; background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/controls.png") no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; left:0px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; left:27px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        #cboxTitle{position:absolute; top:5px; left:0; text-align:center; width:100%; color:#000;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/



/* http://weblogs.asp.net/kevinbrammer/archive/2008/05/31/asp-net-gridview-themes.aspx */

.AspNet-GridView
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#91a7b4 1px solid;
}

.AspNet-GridView table { width: 100%; }
.AspNet-GridView table { width: 100%; }
.AspNet-GridView table.editgrid { margin:0px;}

.AspNet-GridView table thead
{
    background-image: url("/Data/style/gridview//YahooSprite.gif");
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
}
.AspNet-GridView table thead th
{
    padding: 5px;
    color: #16387c;
	text-align:left;
}

.AspNet-GridView table thead th a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:left;
   
}

.AspNet-GridView table tbody tr td
{
    padding: 5px;
    border-right: solid 1px #91a7b4;
	background-color: #f1f5f6;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background-color: #9ab2ca;
	background-image: url("/Data/style/gridview//YahooSprite.gif");
    background-position:0 -80px;
    background-repeat:repeat-x;
}

.AspNet-GridView div.AspNet-GridView-Pagination
{
background-image: url("/Data/style/gridview//YahooSprite.gif");
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
}

.AspNet-GridView div.AspNet-GridView-Pagination a
{
color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #91a7b4;
    border-bottom:solid 1px #91a7b4;
    border-left:solid 1px #fff;
}

.AspNet-GridView div.AspNet-GridView-Pagination span
{
font-weight:bold;
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}

.AspNet-GridView tr.AspNet-GridView-Empty
{
	color:#ffffff;
    background-color: #c9c9c9;
	 text-align:center; 
}

.AspNet-GridView tr.AspNet-GridView-Empty p
{ padding-top:20px;}

.formResults .AspNet-GridView table thead, .formResults  div.AspNet-GridView-Pagination
{
background-image: none;
}

html[dir='rtl'] .AspNet-GridView table thead th { text-align: right;}
html[dir='rtl'] .AspNet-GridView table thead th a { text-align: right; }
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

	*,
	:after,
	:before {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	.eventlistview .summary.url,
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	.eventlistview .summary.url,
	h2,
	h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label,
	.tagslabel+.blogtags a {
		border: 1px solid #000
	}

	.forums table,
	.forumview table,
	.table {
		border-collapse: collapse !important
	}

	.forums table td,
	.forums table th,
	.forumview table td,
	.forumview table th,
	.table td,
	.table th {
		background-color: #fff !important
	}

	.forums table td,
	.forums table th,
	.forumview table td,
	.forumview table th,
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/includes/fonts/glyphicons-halflings-regular.eot");
	src: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/includes/fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/includes/fonts/glyphicons-halflings-regular.woff2") format('woff2'), url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/includes/fonts/glyphicons-halflings-regular.woff") format('woff'), url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/includes/fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/includes/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg')
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box	
}

:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.fthumbs img,
.fthumbs img>img,
.gallerylist .galleryitem>a>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.blogitem .subtitle,
.commenteditpanel legend .addcontent>strong,
.commenteditpanel legend .operationheading,
.commenteditpanel legend .settinglabel,
.commenteditpanel legend label,
.ec-title td:nth-child(2),
.eventcalheader td:nth-child(2),
.eventcalheader td:nth-child(2) h3,
.eventlistview .summary.url,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.blogitem .subtitle .small,
.blogitem .subtitle small,
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #777777
}

.blogitem .subtitle,
.commenteditpanel legend .addcontent>strong,
.commenteditpanel legend .operationheading,
.commenteditpanel legend .settinglabel,
.commenteditpanel legend label,
.ec-title td:nth-child(2),
.eventcalheader td:nth-child(2),
.eventcalheader td:nth-child(2) h3,
.eventlistview .summary.url,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.blogitem .subtitle .small,
.blogitem .subtitle small,
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.ec-title td:nth-child(2),
.eventcalheader td:nth-child(2),
.eventcalheader td:nth-child(2) h3,
.h2,
h2 {
	font-size: 30px
}

.blogitem .subtitle,
.commenteditpanel legend .addcontent>strong,
.commenteditpanel legend .operationheading,
.commenteditpanel legend .settinglabel,
.commenteditpanel legend label,
.eventlistview .summary.url,
.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
.searchterm,
mark {
	background-color: #fcf8e3;
	padding: 0.2em
}

.text-italic {
	font-style: italic
}

.text-bold {
	font-weight: bold
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger,
[id*=PasswordRecovery][id*=FailureText] {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.blogmodule.blogarchive .moduletitle,
.blogmodule.blogcategories .moduletitle,
.blogwrapper.blogview .moduletitle,
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.buttoncontainer>ul,
.formwizlist>ul,
.list-unstyled,
.pagetree ul.treecommands,
ol.formlist,
ol.searchresultlist,
ul.blognav,
ul.simplelist,
ul.userstats,
ul.yui-nav {
	padding-left: 0;
	list-style: none
}

.list-inline,
.member-list>ul,
ul.simplehorizontalmenu {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li,
.member-list>ul>li,
ul.simplehorizontalmenu>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857143
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.bottom-pane .panelwrapper,
.container,
.top-pane .panelwrapper {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {

	.bottom-pane .panelwrapper,
	.container,
	.top-pane .panelwrapper {
		width: 750px
	}
}

@media (min-width:992px) {

	.bottom-pane .panelwrapper,
	.container,
	.top-pane .panelwrapper {
		width: 970px
	}
}

@media (min-width:1200px) {

	.bottom-pane .panelwrapper,
	.container,
	.top-pane .panelwrapper {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.fileoperations,
.fileselection,
.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0%
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0%
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0%
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left
}

th {
	text-align: left
}

.forums table,
.forumview table,
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.forums table>tbody>tr>td,
.forums table>tbody>tr>th,
.forums table>tfoot>tr>td,
.forums table>tfoot>tr>th,
.forums table>thead>tr>td,
.forums table>thead>tr>th,
.forumview table>tbody>tr>td,
.forumview table>tbody>tr>th,
.forumview table>tfoot>tr>td,
.forumview table>tfoot>tr>th,
.forumview table>thead>tr>td,
.forumview table>thead>tr>th,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.forums table>thead>tr>th,
.forumview table>thead>tr>th,
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.forums table>caption+thead>tr:first-child>td,
.forums table>caption+thead>tr:first-child>th,
.forums table>colgroup+thead>tr:first-child>td,
.forums table>colgroup+thead>tr:first-child>th,
.forums table>thead:first-child>tr:first-child>td,
.forums table>thead:first-child>tr:first-child>th,
.forumview table>caption+thead>tr:first-child>td,
.forumview table>caption+thead>tr:first-child>th,
.forumview table>colgroup+thead>tr:first-child>td,
.forumview table>colgroup+thead>tr:first-child>th,
.forumview table>thead:first-child>tr:first-child>td,
.forumview table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.forums table>tbody+tbody,
.forumview table>tbody+tbody,
.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.forums table .forums table,
.forumview table .forumview table,
.table .table {
	background-color: #fff
}

.forums table>tbody>tr>td,
.forums table>tbody>tr>th,
.forums table>tfoot>tr>td,
.forums table>tfoot>tr>th,
.forums table>thead>tr>td,
.forums table>thead>tr>th,
.forumview table>tbody>tr>td,
.forumview table>tbody>tr>th,
.forumview table>tfoot>tr>td,
.forumview table>tfoot>tr>th,
.forumview table>thead>tr>td,
.forumview table>thead>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.forums table,
.forumview table,
.table-bordered {
	border: 1px solid #ddd
}

.forums table>tbody>tr>td,
.forums table>tbody>tr>th,
.forums table>tfoot>tr>td,
.forums table>tfoot>tr>th,
.forums table>thead>tr>td,
.forums table>thead>tr>th,
.forumview table>tbody>tr>td,
.forumview table>tbody>tr>th,
.forumview table>tfoot>tr>td,
.forumview table>tfoot>tr>th,
.forumview table>thead>tr>td,
.forumview table>thead>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.forums table>thead>tr>td,
.forums table>thead>tr>th,
.forumview table>thead>tr>td,
.forumview table>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.forums table>tbody>tr:nth-of-type(odd),
.forumview table>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.forums table>tbody>tr.active>td,
.forums table>tbody>tr.active>th,
.forums table>tbody>tr>td.active,
.forums table>tbody>tr>th.active,
.forums table>tfoot>tr.active>td,
.forums table>tfoot>tr.active>th,
.forums table>tfoot>tr>td.active,
.forums table>tfoot>tr>th.active,
.forums table>thead>tr.active>td,
.forums table>thead>tr.active>th,
.forums table>thead>tr>td.active,
.forums table>thead>tr>th.active,
.forumview table>tbody>tr.active>td,
.forumview table>tbody>tr.active>th,
.forumview table>tbody>tr>td.active,
.forumview table>tbody>tr>th.active,
.forumview table>tfoot>tr.active>td,
.forumview table>tfoot>tr.active>th,
.forumview table>tfoot>tr>td.active,
.forumview table>tfoot>tr>th.active,
.forumview table>thead>tr.active>td,
.forumview table>thead>tr.active>th,
.forumview table>thead>tr>td.active,
.forumview table>thead>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.forums table>tbody>tr.success>td,
.forums table>tbody>tr.success>th,
.forums table>tbody>tr>td.success,
.forums table>tbody>tr>th.success,
.forums table>tfoot>tr.success>td,
.forums table>tfoot>tr.success>th,
.forums table>tfoot>tr>td.success,
.forums table>tfoot>tr>th.success,
.forums table>thead>tr.success>td,
.forums table>thead>tr.success>th,
.forums table>thead>tr>td.success,
.forums table>thead>tr>th.success,
.forumview table>tbody>tr.success>td,
.forumview table>tbody>tr.success>th,
.forumview table>tbody>tr>td.success,
.forumview table>tbody>tr>th.success,
.forumview table>tfoot>tr.success>td,
.forumview table>tfoot>tr.success>th,
.forumview table>tfoot>tr>td.success,
.forumview table>tfoot>tr>th.success,
.forumview table>thead>tr.success>td,
.forumview table>thead>tr.success>th,
.forumview table>thead>tr>td.success,
.forumview table>thead>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.forums table>tbody>tr.info>td,
.forums table>tbody>tr.info>th,
.forums table>tbody>tr>td.info,
.forums table>tbody>tr>th.info,
.forums table>tfoot>tr.info>td,
.forums table>tfoot>tr.info>th,
.forums table>tfoot>tr>td.info,
.forums table>tfoot>tr>th.info,
.forums table>thead>tr.info>td,
.forums table>thead>tr.info>th,
.forums table>thead>tr>td.info,
.forums table>thead>tr>th.info,
.forumview table>tbody>tr.info>td,
.forumview table>tbody>tr.info>th,
.forumview table>tbody>tr>td.info,
.forumview table>tbody>tr>th.info,
.forumview table>tfoot>tr.info>td,
.forumview table>tfoot>tr.info>th,
.forumview table>tfoot>tr>td.info,
.forumview table>tfoot>tr>th.info,
.forumview table>thead>tr.info>td,
.forumview table>thead>tr.info>th,
.forumview table>thead>tr>td.info,
.forumview table>thead>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.forums table>tbody>tr.warning>td,
.forums table>tbody>tr.warning>th,
.forums table>tbody>tr>td.warning,
.forums table>tbody>tr>th.warning,
.forums table>tfoot>tr.warning>td,
.forums table>tfoot>tr.warning>th,
.forums table>tfoot>tr>td.warning,
.forums table>tfoot>tr>th.warning,
.forums table>thead>tr.warning>td,
.forums table>thead>tr.warning>th,
.forums table>thead>tr>td.warning,
.forums table>thead>tr>th.warning,
.forumview table>tbody>tr.warning>td,
.forumview table>tbody>tr.warning>th,
.forumview table>tbody>tr>td.warning,
.forumview table>tbody>tr>th.warning,
.forumview table>tfoot>tr.warning>td,
.forumview table>tfoot>tr.warning>th,
.forumview table>tfoot>tr>td.warning,
.forumview table>tfoot>tr>th.warning,
.forumview table>thead>tr.warning>td,
.forumview table>thead>tr.warning>th,
.forumview table>thead>tr>td.warning,
.forumview table>thead>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.forums table>tbody>tr.danger>td,
.forums table>tbody>tr.danger>th,
.forums table>tbody>tr>td.danger,
.forums table>tbody>tr>th.danger,
.forums table>tfoot>tr.danger>td,
.forums table>tfoot>tr.danger>th,
.forums table>tfoot>tr>td.danger,
.forums table>tfoot>tr>th.danger,
.forums table>thead>tr.danger>td,
.forums table>thead>tr.danger>th,
.forums table>thead>tr>td.danger,
.forums table>thead>tr>th.danger,
.forumview table>tbody>tr.danger>td,
.forumview table>tbody>tr.danger>th,
.forumview table>tbody>tr>td.danger,
.forumview table>tbody>tr>th.danger,
.forumview table>tfoot>tr.danger>td,
.forumview table>tfoot>tr.danger>th,
.forumview table>tfoot>tr>td.danger,
.forumview table>tfoot>tr>th.danger,
.forumview table>thead>tr.danger>td,
.forumview table>thead>tr.danger>th,
.forumview table>thead>tr>td.danger,
.forumview table>thead>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.forums table,
	.table-responsive>.forumview table,
	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.forums table>tbody>tr>td,
	.table-responsive>.forums table>tbody>tr>th,
	.table-responsive>.forums table>tfoot>tr>td,
	.table-responsive>.forums table>tfoot>tr>th,
	.table-responsive>.forums table>thead>tr>td,
	.table-responsive>.forums table>thead>tr>th,
	.table-responsive>.forumview table>tbody>tr>td,
	.table-responsive>.forumview table>tbody>tr>th,
	.table-responsive>.forumview table>tfoot>tr>td,
	.table-responsive>.forumview table>tfoot>tr>th,
	.table-responsive>.forumview table>thead>tr>td,
	.table-responsive>.forumview table>thead>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.forums table,
	.table-responsive>.forumview table,
	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.forums table>tbody>tr>td:first-child,
	.table-responsive>.forums table>tbody>tr>th:first-child,
	.table-responsive>.forums table>tfoot>tr>td:first-child,
	.table-responsive>.forums table>tfoot>tr>th:first-child,
	.table-responsive>.forums table>thead>tr>td:first-child,
	.table-responsive>.forums table>thead>tr>th:first-child,
	.table-responsive>.forumview table>tbody>tr>td:first-child,
	.table-responsive>.forumview table>tbody>tr>th:first-child,
	.table-responsive>.forumview table>tfoot>tr>td:first-child,
	.table-responsive>.forumview table>tfoot>tr>th:first-child,
	.table-responsive>.forumview table>thead>tr>td:first-child,
	.table-responsive>.forumview table>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.forums table>tbody>tr>td:last-child,
	.table-responsive>.forums table>tbody>tr>th:last-child,
	.table-responsive>.forums table>tfoot>tr>td:last-child,
	.table-responsive>.forums table>tfoot>tr>th:last-child,
	.table-responsive>.forums table>thead>tr>td:last-child,
	.table-responsive>.forums table>thead>tr>th:last-child,
	.table-responsive>.forumview table>tbody>tr>td:last-child,
	.table-responsive>.forumview table>tbody>tr>th:last-child,
	.table-responsive>.forumview table>tfoot>tr>td:last-child,
	.table-responsive>.forumview table>tfoot>tr>th:last-child,
	.table-responsive>.forumview table>thead>tr>td:last-child,
	.table-responsive>.forumview table>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.forums table>tbody>tr:last-child>td,
	.table-responsive>.forums table>tbody>tr:last-child>th,
	.table-responsive>.forums table>tfoot>tr:last-child>td,
	.table-responsive>.forums table>tfoot>tr:last-child>th,
	.table-responsive>.forumview table>tbody>tr:last-child>td,
	.table-responsive>.forumview table>tbody>tr:last-child>th,
	.table-responsive>.forumview table>tfoot>tr:last-child>td,
	.table-responsive>.forumview table>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

.addcontent>strong,
.operationheading,
.settinglabel,
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

.smalltextlabel {
	font-size: smaller;
	line-height: 24px
}

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555
}

.form-control:not([type=checkbox]),
input[type=email].forminput:not([type=checkbox]),
input[type=number].forminput:not([type=checkbox]),
input[type=password].forminput:not([type=checkbox]),
input[type=text].forminput:not([type=checkbox]),
select.forminput:not([type=checkbox]) {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:not([type=checkbox]):focus,
input[type=email].forminput:not([type=checkbox]):focus,
input[type=number].forminput:not([type=checkbox]):focus,
input[type=password].forminput:not([type=checkbox]):focus,
input[type=text].forminput:not([type=checkbox]):focus,
select.forminput:not([type=checkbox]):focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control:not([type=checkbox])::-moz-placeholder,
input[type=email].forminput:not([type=checkbox])::-moz-placeholder,
input[type=number].forminput:not([type=checkbox])::-moz-placeholder,
input[type=password].forminput:not([type=checkbox])::-moz-placeholder,
input[type=text].forminput:not([type=checkbox])::-moz-placeholder,
select.forminput:not([type=checkbox])::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:not([type=checkbox]):-ms-input-placeholder,
input[type=email].forminput:not([type=checkbox]):-ms-input-placeholder,
input[type=number].forminput:not([type=checkbox]):-ms-input-placeholder,
input[type=password].forminput:not([type=checkbox]):-ms-input-placeholder,
input[type=text].forminput:not([type=checkbox]):-ms-input-placeholder,
select.forminput:not([type=checkbox]):-ms-input-placeholder {
	color: #999
}

.form-control:not([type=checkbox])::-webkit-input-placeholder,
input[type=email].forminput:not([type=checkbox])::-webkit-input-placeholder,
input[type=number].forminput:not([type=checkbox])::-webkit-input-placeholder,
input[type=password].forminput:not([type=checkbox])::-webkit-input-placeholder,
input[type=text].forminput:not([type=checkbox])::-webkit-input-placeholder,
select.forminput:not([type=checkbox])::-webkit-input-placeholder {
	color: #999
}

.form-control:not([type=checkbox])::-ms-expand,
input[type=email].forminput:not([type=checkbox])::-ms-expand,
input[type=number].forminput:not([type=checkbox])::-ms-expand,
input[type=password].forminput:not([type=checkbox])::-ms-expand,
input[type=text].forminput:not([type=checkbox])::-ms-expand,
select.forminput:not([type=checkbox])::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control:not([type=checkbox])[disabled],
.form-control:not([type=checkbox])[readonly],
fieldset[disabled] .form-control:not([type=checkbox]),
fieldset[disabled] input[type=email].forminput:not([type=checkbox]),
fieldset[disabled] input[type=number].forminput:not([type=checkbox]),
fieldset[disabled] input[type=password].forminput:not([type=checkbox]),
fieldset[disabled] input[type=text].forminput:not([type=checkbox]),
fieldset[disabled] select.forminput:not([type=checkbox]),
input[type=email].forminput:not([type=checkbox])[disabled],
input[type=email].forminput:not([type=checkbox])[readonly],
input[type=number].forminput:not([type=checkbox])[disabled],
input[type=number].forminput:not([type=checkbox])[readonly],
input[type=password].forminput:not([type=checkbox])[disabled],
input[type=password].forminput:not([type=checkbox])[readonly],
input[type=text].forminput:not([type=checkbox])[disabled],
input[type=text].forminput:not([type=checkbox])[readonly],
select.forminput:not([type=checkbox])[disabled],
select.forminput:not([type=checkbox])[readonly] {
	background-color: #eeeeee;
	opacity: 1
}

.form-control:not([type=checkbox])[disabled],
fieldset[disabled] .form-control:not([type=checkbox]),
fieldset[disabled] input[type=email].forminput:not([type=checkbox]),
fieldset[disabled] input[type=number].forminput:not([type=checkbox]),
fieldset[disabled] input[type=password].forminput:not([type=checkbox]),
fieldset[disabled] input[type=text].forminput:not([type=checkbox]),
fieldset[disabled] select.forminput:not([type=checkbox]),
input[type=email].forminput:not([type=checkbox])[disabled],
input[type=number].forminput:not([type=checkbox])[disabled],
input[type=password].forminput:not([type=checkbox])[disabled],
input[type=text].forminput:not([type=checkbox])[disabled],
select.forminput:not([type=checkbox])[disabled] {
	cursor: not-allowed
}

textarea.form-control:not([type=checkbox]),
textareainput[type=email].forminput:not([type=checkbox]),
textareainput[type=number].forminput:not([type=checkbox]),
textareainput[type=password].forminput:not([type=checkbox]),
textareainput[type=text].forminput:not([type=checkbox]),
textareaselect.forminput:not([type=checkbox]) {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date].form-control,
	input[type=date]input[type=email].forminput,
	input[type=date]input[type=number].forminput,
	input[type=date]input[type=password].forminput,
	input[type=date]input[type=text].forminput,
	input[type=date]select.forminput,
	input[type=datetime-local].form-control,
	input[type=datetime-local]input[type=email].forminput,
	input[type=datetime-local]input[type=number].forminput,
	input[type=datetime-local]input[type=password].forminput,
	input[type=datetime-local]input[type=text].forminput,
	input[type=datetime-local]select.forminput,
	input[type=month].form-control,
	input[type=month]input[type=email].forminput,
	input[type=month]input[type=number].forminput,
	input[type=month]input[type=password].forminput,
	input[type=month]input[type=text].forminput,
	input[type=month]select.forminput,
	input[type=time].form-control,
	input[type=time]input[type=email].forminput,
	input[type=time]input[type=number].forminput,
	input[type=time]input[type=password].forminput,
	input[type=time]input[type=text].forminput,
	input[type=time]select.forminput {
		line-height: 34px
	}

	.input-group-sm input[type=date],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	.input-group-sm input[type=time],
	input[type=date].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	input[type=time].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	.input-group-lg input[type=time],
	input[type=date].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group,
.gmap,
.logolist,
.modulepager,
.pagelayout-buttons,
.settingrow,
.ui-widget,
.uploadcontainer,
[id*=_divRole],
[id*=_pnlLookup],
[id*=pnlNewFolder] {
	margin-bottom: 15px
}

.formwizard .qcheckbox ul .addcontent>strong,
.formwizard .qcheckbox ul .operationheading,
.formwizard .qcheckbox ul .settinglabel,
.formwizard .qcheckbox ul label,
.formwizard .qradio ul .addcontent>strong,
.formwizard .qradio ul .operationheading,
.formwizard .qradio ul .settinglabel,
.formwizard .qradio ul label {
	line-height: 21px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox .addcontent>strong,
.checkbox .operationheading,
.checkbox .settinglabel,
.checkbox label,
.radio .addcontent>strong,
.radio .operationheading,
.radio .settinglabel,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.box-inline li input[type=checkbox],
.box-inline li input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio],
.rbroles input[type=checkbox],
.rbroles input[type=radio] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.box-inline li,
.checkbox-inline,
.radio-inline,
.rbroles {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.box-inline li+li,
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled .addcontent>strong,
.checkbox.disabled .operationheading,
.checkbox.disabled .settinglabel,
.checkbox.disabled label,
.radio.disabled .addcontent>strong,
.radio.disabled .operationheading,
.radio.disabled .settinglabel,
.radio.disabled label,
fieldset[disabled] .checkbox .addcontent>strong,
fieldset[disabled] .checkbox .operationheading,
fieldset[disabled] .checkbox .settinglabel,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio .addcontent>strong,
fieldset[disabled] .radio .operationheading,
fieldset[disabled] .radio .settinglabel,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control,
.form-group-sm input[type=email].forminput,
.form-group-sm input[type=number].forminput,
.form-group-sm input[type=password].forminput,
.form-group-sm input[type=text].forminput,
.form-group-sm select.forminput {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control,
.form-group-sm selectinput[type=email].forminput,
.form-group-sm selectinput[type=number].forminput,
.form-group-sm selectinput[type=password].forminput,
.form-group-sm selectinput[type=text].forminput,
.form-group-sm selectselect.forminput {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple]input[type=email].forminput,
.form-group-sm select[multiple]input[type=number].forminput,
.form-group-sm select[multiple]input[type=password].forminput,
.form-group-sm select[multiple]input[type=text].forminput,
.form-group-sm select[multiple]select.forminput,
.form-group-sm textarea.form-control,
.form-group-sm textareainput[type=email].forminput,
.form-group-sm textareainput[type=number].forminput,
.form-group-sm textareainput[type=password].forminput,
.form-group-sm textareainput[type=text].forminput,
.form-group-sm textareaselect.forminput {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control,
.form-group-lg input[type=email].forminput,
.form-group-lg input[type=number].forminput,
.form-group-lg input[type=password].forminput,
.form-group-lg input[type=text].forminput,
.form-group-lg select.forminput {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control,
.form-group-lg selectinput[type=email].forminput,
.form-group-lg selectinput[type=number].forminput,
.form-group-lg selectinput[type=password].forminput,
.form-group-lg selectinput[type=text].forminput,
.form-group-lg selectselect.forminput {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple]input[type=email].forminput,
.form-group-lg select[multiple]input[type=number].forminput,
.form-group-lg select[multiple]input[type=password].forminput,
.form-group-lg select[multiple]input[type=text].forminput,
.form-group-lg select[multiple]select.forminput,
.form-group-lg textarea.form-control,
.form-group-lg textareainput[type=email].forminput,
.form-group-lg textareainput[type=number].forminput,
.form-group-lg textareainput[type=password].forminput,
.form-group-lg textareainput[type=text].forminput,
.form-group-lg textareaselect.forminput {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control,
.has-feedback input[type=email].forminput,
.has-feedback input[type=number].forminput,
.has-feedback input[type=password].forminput,
.has-feedback input[type=text].forminput,
.has-feedback select.forminput {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.form-group-lg input[type=email].forminput+.form-control-feedback,
.form-group-lg input[type=number].forminput+.form-control-feedback,
.form-group-lg input[type=password].forminput+.form-control-feedback,
.form-group-lg input[type=text].forminput+.form-control-feedback,
.form-group-lg select.forminput+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.form-group-sm input[type=email].forminput+.form-control-feedback,
.form-group-sm input[type=number].forminput+.form-control-feedback,
.form-group-sm input[type=password].forminput+.form-control-feedback,
.form-group-sm input[type=text].forminput+.form-control-feedback,
.form-group-sm select.forminput+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox .addcontent>strong,
.has-success.checkbox .operationheading,
.has-success.checkbox .settinglabel,
.has-success.checkbox label,
.has-success.checkbox-inline .addcontent>strong,
.has-success.checkbox-inline .operationheading,
.has-success.checkbox-inline .settinglabel,
.has-success.checkbox-inline label,
.has-success.radio .addcontent>strong,
.has-success.radio .operationheading,
.has-success.radio .settinglabel,
.has-success.radio label,
.has-success.radio-inline .addcontent>strong,
.has-success.radio-inline .operationheading,
.has-success.radio-inline .settinglabel,
.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control,
.has-success input[type=email].forminput,
.has-success input[type=number].forminput,
.has-success input[type=password].forminput,
.has-success input[type=text].forminput,
.has-success select.forminput {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus,
.has-success input[type=email].forminput:focus,
.has-success input[type=number].forminput:focus,
.has-success input[type=password].forminput:focus,
.has-success input[type=text].forminput:focus,
.has-success select.forminput:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox .addcontent>strong,
.has-warning.checkbox .operationheading,
.has-warning.checkbox .settinglabel,
.has-warning.checkbox label,
.has-warning.checkbox-inline .addcontent>strong,
.has-warning.checkbox-inline .operationheading,
.has-warning.checkbox-inline .settinglabel,
.has-warning.checkbox-inline label,
.has-warning.radio .addcontent>strong,
.has-warning.radio .operationheading,
.has-warning.radio .settinglabel,
.has-warning.radio label,
.has-warning.radio-inline .addcontent>strong,
.has-warning.radio-inline .operationheading,
.has-warning.radio-inline .settinglabel,
.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control,
.has-warning input[type=email].forminput,
.has-warning input[type=number].forminput,
.has-warning input[type=password].forminput,
.has-warning input[type=text].forminput,
.has-warning select.forminput {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus,
.has-warning input[type=email].forminput:focus,
.has-warning input[type=number].forminput:focus,
.has-warning input[type=password].forminput:focus,
.has-warning input[type=text].forminput:focus,
.has-warning select.forminput:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox .addcontent>strong,
.has-error.checkbox .operationheading,
.has-error.checkbox .settinglabel,
.has-error.checkbox label,
.has-error.checkbox-inline .addcontent>strong,
.has-error.checkbox-inline .operationheading,
.has-error.checkbox-inline .settinglabel,
.has-error.checkbox-inline label,
.has-error.radio .addcontent>strong,
.has-error.radio .operationheading,
.has-error.radio .settinglabel,
.has-error.radio label,
.has-error.radio-inline .addcontent>strong,
.has-error.radio-inline .operationheading,
.has-error.radio-inline .settinglabel,
.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control,
.has-error input[type=email].forminput,
.has-error input[type=number].forminput,
.has-error input[type=password].forminput,
.has-error input[type=text].forminput,
.has-error select.forminput {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus,
.has-error input[type=email].forminput:focus,
.has-error input[type=number].forminput:focus,
.has-error input[type=password].forminput:focus,
.has-error input[type=text].forminput:focus,
.has-error select.forminput:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback .addcontent>strong~.form-control-feedback,
.has-feedback .operationheading~.form-control-feedback,
.has-feedback .settinglabel~.form-control-feedback,
.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback .addcontent>strong.sr-only~.form-control-feedback,
.has-feedback .operationheading.sr-only~.form-control-feedback,
.has-feedback .settinglabel.sr-only~.form-control-feedback,
.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

.help-block-inline {
	display: inline-block;
	margin-top: 9px
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control,
	.form-inline input[type=email].forminput,
	.form-inline input[type=number].forminput,
	.form-inline input[type=password].forminput,
	.form-inline input[type=text].forminput,
	.form-inline select.forminput {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group input[type=email].forminput,
	.form-inline .input-group input[type=number].forminput,
	.form-inline .input-group input[type=password].forminput,
	.form-inline .input-group input[type=text].forminput,
	.form-inline .input-group select.forminput {
		width: auto
	}

	.form-inline .input-group>.form-control,
	.form-inline .input-group>input[type=email].forminput,
	.form-inline .input-group>input[type=number].forminput,
	.form-inline .input-group>input[type=password].forminput,
	.form-inline .input-group>input[type=text].forminput,
	.form-inline .input-group>select.forminput {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox .addcontent>strong,
	.form-inline .checkbox .operationheading,
	.form-inline .checkbox .settinglabel,
	.form-inline .checkbox label,
	.form-inline .radio .addcontent>strong,
	.form-inline .radio .operationheading,
	.form-inline .radio .settinglabel,
	.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .box-inline li,
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .box-inline li,
.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

#pnlNewFolder [id=btnNewFolder],
.SiteSearch [type=submit],
.addnewtemplate>a[id*=_lnkAddNew],
.btn,
.buttonlink,
.createuserbutton,
.ec-next-prev a,
.eventNextPrevious,
.fileinput-button,
.newpost,
.newthread,
.operationpanel [id=btnSubmit],
.poll [id*=_btnChoose],
.poll [id*=_btnCopyToNewPoll],
.poll [id*=_btnRemoveCurrent],
.poll [id*=_lnkEdit],
.poll [id*=_lnkNewPoll],
.search-button,
.survey [id*=_btnNewQuestion],
.survey [id*=_lnkAddNew],
.ui-datepicker-trigger,
.uploadfilelist .ui-button,
[id*=PasswordRecovery][id*=SubmitButton],
[id*=_LinkButton2],
[id*=_btnGridCancel],
[id*=_btnGridDelete],
[id*=_btnGridUpdate],
[id*=_btnRename],
[id*=_grdHistory][id*=_btnDelete],
[id*=_grdHistory][id*=_btnRestoreToEditor] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#pnlNewFolder [id=btnNewFolder]:active:focus,
#pnlNewFolder [id=btnNewFolder]:focus,
.SiteSearch [type=submit]:active:focus,
.SiteSearch [type=submit]:focus,
.addnewtemplate>a[id*=_lnkAddNew]:active:focus,
.addnewtemplate>a[id*=_lnkAddNew]:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.buttonlink:active:focus,
.buttonlink:focus,
.createuserbutton:active:focus,
.createuserbutton:focus,
.ec-next-prev a:active:focus,
.ec-next-prev a:focus,
.eventNextPrevious:active:focus,
.eventNextPrevious:focus,
.fileinput-button:active:focus,
.fileinput-button:focus,
.newpost:active:focus,
.newpost:focus,
.newthread:active:focus,
.newthread:focus,
.operationpanel [id=btnSubmit]:active:focus,
.operationpanel [id=btnSubmit]:focus,
.poll [id*=_btnChoose]:active:focus,
.poll [id*=_btnChoose]:focus,
.poll [id*=_btnCopyToNewPoll]:active:focus,
.poll [id*=_btnCopyToNewPoll]:focus,
.poll [id*=_btnRemoveCurrent]:active:focus,
.poll [id*=_btnRemoveCurrent]:focus,
.poll [id*=_lnkEdit]:active:focus,
.poll [id*=_lnkEdit]:focus,
.poll [id*=_lnkNewPoll]:active:focus,
.poll [id*=_lnkNewPoll]:focus,
.search-button:active:focus,
.search-button:focus,
.survey [id*=_btnNewQuestion]:active:focus,
.survey [id*=_btnNewQuestion]:focus,
.survey [id*=_lnkAddNew]:active:focus,
.survey [id*=_lnkAddNew]:focus,
.ui-datepicker-trigger:active:focus,
.ui-datepicker-trigger:focus,
.uploadfilelist .ui-button:active:focus,
.uploadfilelist .ui-button:focus,
[id*=PasswordRecovery][id*=SubmitButton]:active:focus,
[id*=PasswordRecovery][id*=SubmitButton]:focus,
[id*=_LinkButton2]:active:focus,
[id*=_LinkButton2]:focus,
[id*=_btnGridCancel]:active:focus,
[id*=_btnGridCancel]:focus,
[id*=_btnGridDelete]:active:focus,
[id*=_btnGridDelete]:focus,
[id*=_btnGridUpdate]:active:focus,
[id*=_btnGridUpdate]:focus,
[id*=_btnRename]:active:focus,
[id*=_btnRename]:focus,
[id*=_grdHistory][id*=_btnDelete]:active:focus,
[id*=_grdHistory][id*=_btnDelete]:focus,
[id*=_grdHistory][id*=_btnRestoreToEditor]:active:focus,
[id*=_grdHistory][id*=_btnRestoreToEditor]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

#pnlNewFolder [id=btnNewFolder]:focus,
#pnlNewFolder [id=btnNewFolder]:hover,
.SiteSearch [type=submit]:focus,
.SiteSearch [type=submit]:hover,
.addnewtemplate>a[id*=_lnkAddNew]:focus,
.addnewtemplate>a[id*=_lnkAddNew]:hover,
.btn.focus,
.btn:focus,
.btn:hover,
.buttonlink:focus,
.buttonlink:hover,
.createuserbutton:focus,
.createuserbutton:hover,
.ec-next-prev a:focus,
.ec-next-prev a:hover,
.eventNextPrevious:focus,
.eventNextPrevious:hover,
.fileinput-button:focus,
.fileinput-button:hover,
.newpost:focus,
.newpost:hover,
.newthread:focus,
.newthread:hover,
.operationpanel [id=btnSubmit]:focus,
.operationpanel [id=btnSubmit]:hover,
.poll [id*=_btnChoose]:focus,
.poll [id*=_btnChoose]:hover,
.poll [id*=_btnCopyToNewPoll]:focus,
.poll [id*=_btnCopyToNewPoll]:hover,
.poll [id*=_btnRemoveCurrent]:focus,
.poll [id*=_btnRemoveCurrent]:hover,
.poll [id*=_lnkEdit]:focus,
.poll [id*=_lnkEdit]:hover,
.poll [id*=_lnkNewPoll]:focus,
.poll [id*=_lnkNewPoll]:hover,
.search-button:focus,
.search-button:hover,
.survey [id*=_btnNewQuestion]:focus,
.survey [id*=_btnNewQuestion]:hover,
.survey [id*=_lnkAddNew]:focus,
.survey [id*=_lnkAddNew]:hover,
.ui-datepicker-trigger:focus,
.ui-datepicker-trigger:hover,
.uploadfilelist .ui-button:focus,
.uploadfilelist .ui-button:hover,
[id*=PasswordRecovery][id*=SubmitButton]:focus,
[id*=PasswordRecovery][id*=SubmitButton]:hover,
[id*=_LinkButton2]:focus,
[id*=_LinkButton2]:hover,
[id*=_btnGridCancel]:focus,
[id*=_btnGridCancel]:hover,
[id*=_btnGridDelete]:focus,
[id*=_btnGridDelete]:hover,
[id*=_btnGridUpdate]:focus,
[id*=_btnGridUpdate]:hover,
[id*=_btnRename]:focus,
[id*=_btnRename]:hover,
[id*=_grdHistory][id*=_btnDelete]:focus,
[id*=_grdHistory][id*=_btnDelete]:hover,
[id*=_grdHistory][id*=_btnRestoreToEditor]:focus,
[id*=_grdHistory][id*=_btnRestoreToEditor]:hover {
	color: #333;
	text-decoration: none
}

#pnlNewFolder [id=btnNewFolder]:active,
.SiteSearch [type=submit]:active,
.addnewtemplate>a[id*=_lnkAddNew]:active,
.btn.active,
.btn:active,
.buttonlink:active,
.createuserbutton:active,
.ec-next-prev a:active,
.eventNextPrevious:active,
.fileinput-button:active,
.newpost:active,
.newthread:active,
.operationpanel [id=btnSubmit]:active,
.poll [id*=_btnChoose]:active,
.poll [id*=_btnCopyToNewPoll]:active,
.poll [id*=_btnRemoveCurrent]:active,
.poll [id*=_lnkEdit]:active,
.poll [id*=_lnkNewPoll]:active,
.search-button:active,
.survey [id*=_btnNewQuestion]:active,
.survey [id*=_lnkAddNew]:active,
.ui-datepicker-trigger:active,
.uploadfilelist .ui-button:active,
[id*=PasswordRecovery][id*=SubmitButton]:active,
[id*=_LinkButton2]:active,
[id*=_btnGridCancel]:active,
[id*=_btnGridDelete]:active,
[id*=_btnGridUpdate]:active,
[id*=_btnRename]:active,
[id*=_grdHistory][id*=_btnDelete]:active,
[id*=_grdHistory][id*=_btnRestoreToEditor]:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

#pnlNewFolder [id=btnNewFolder][disabled],
.SiteSearch [type=submit][disabled],
.addnewtemplate>a[id*=_lnkAddNew][disabled],
.btn.disabled,
.btn[disabled],
.buttonlink[disabled],
.createuserbutton[disabled],
.ec-next-prev a[disabled],
.eventNextPrevious[disabled],
.fileinput-button[disabled],
.newpost[disabled],
.newthread[disabled],
.operationpanel [id=btnSubmit][disabled],
.poll [id*=_btnChoose][disabled],
.poll [id*=_btnCopyToNewPoll][disabled],
.poll [id*=_btnRemoveCurrent][disabled],
.poll [id*=_lnkEdit][disabled],
.poll [id*=_lnkNewPoll][disabled],
.search-button[disabled],
.survey [id*=_btnNewQuestion][disabled],
.survey [id*=_lnkAddNew][disabled],
.ui-datepicker-trigger[disabled],
.uploadfilelist .ui-button[disabled],
[id*=PasswordRecovery][id*=SubmitButton][disabled],
[id*=_LinkButton2][disabled],
[id*=_btnGridCancel][disabled],
[id*=_btnGridDelete][disabled],
[id*=_btnGridUpdate][disabled],
[id*=_btnRename][disabled],
[id*=_grdHistory][id*=_btnDelete][disabled],
[id*=_grdHistory][id*=_btnRestoreToEditor][disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

#gallerynav .btn,
.SiteSearch [type=submit],
.addnewtemplate>a[id*=_lnkAddNew],
.btn-default,
.ec-next-prev a,
.eventNextPrevious,
.fileinput-button,
.newpost,
.newthread,
.poll [id*=_lnkNewPoll],
.search-button,
.ui-datepicker-trigger,
.uploadfilelist .ui-button,
[id*=PasswordRecovery][id*=SubmitButton] {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

#gallerynav .btn:focus,
.SiteSearch [type=submit]:focus,
.addnewtemplate>a[id*=_lnkAddNew]:focus,
.btn-default.focus,
.btn-default:focus,
.ec-next-prev a:focus,
.eventNextPrevious:focus,
.fileinput-button:focus,
.newpost:focus,
.newthread:focus,
.poll [id*=_lnkNewPoll]:focus,
.search-button:focus,
.ui-datepicker-trigger:focus,
.uploadfilelist .ui-button:focus,
[id*=PasswordRecovery][id*=SubmitButton]:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

#gallerynav .btn:hover,
.SiteSearch [type=submit]:hover,
.addnewtemplate>a[id*=_lnkAddNew]:hover,
.btn-default:hover,
.ec-next-prev a:hover,
.eventNextPrevious:hover,
.fileinput-button:hover,
.newpost:hover,
.newthread:hover,
.poll [id*=_lnkNewPoll]:hover,
.search-button:hover,
.ui-datepicker-trigger:hover,
.uploadfilelist .ui-button:hover,
[id*=PasswordRecovery][id*=SubmitButton]:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

#gallerynav .btn:active,
.SiteSearch [type=submit]:active,
.addnewtemplate>a[id*=_lnkAddNew]:active,
.btn-default.active,
.btn-default:active,
.ec-next-prev a:active,
.eventNextPrevious:active,
.fileinput-button:active,
.newpost:active,
.newthread:active,
.open>.dropdown-toggle.btn-default,
.poll [id*=_lnkNewPoll]:active,
.search-button:active,
.ui-datepicker-trigger:active,
.uploadfilelist .ui-button:active,
[id*=PasswordRecovery][id*=SubmitButton]:active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

#gallerynav .btn:active:focus,
#gallerynav .btn:active:hover,
.SiteSearch [type=submit]:active:focus,
.SiteSearch [type=submit]:active:hover,
.addnewtemplate>a[id*=_lnkAddNew]:active:focus,
.addnewtemplate>a[id*=_lnkAddNew]:active:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.ec-next-prev a:active:focus,
.ec-next-prev a:active:hover,
.eventNextPrevious:active:focus,
.eventNextPrevious:active:hover,
.fileinput-button:active:focus,
.fileinput-button:active:hover,
.newpost:active:focus,
.newpost:active:hover,
.newthread:active:focus,
.newthread:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.poll [id*=_lnkNewPoll]:active:focus,
.poll [id*=_lnkNewPoll]:active:hover,
.search-button:active:focus,
.search-button:active:hover,
.ui-datepicker-trigger:active:focus,
.ui-datepicker-trigger:active:hover,
.uploadfilelist .ui-button:active:focus,
.uploadfilelist .ui-button:active:hover,
[id*=PasswordRecovery][id*=SubmitButton]:active:focus,
[id*=PasswordRecovery][id*=SubmitButton]:active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

#gallerynav .btn:active,
.SiteSearch [type=submit]:active,
.addnewtemplate>a[id*=_lnkAddNew]:active,
.btn-default.active,
.btn-default:active,
.ec-next-prev a:active,
.eventNextPrevious:active,
.fileinput-button:active,
.newpost:active,
.newthread:active,
.open>.dropdown-toggle.btn-default,
.poll [id*=_lnkNewPoll]:active,
.search-button:active,
.ui-datepicker-trigger:active,
.uploadfilelist .ui-button:active,
[id*=PasswordRecovery][id*=SubmitButton]:active {
	background-image: none
}

#gallerynav .btn[disabled]:focus,
#gallerynav .btn[disabled]:hover,
.SiteSearch [type=submit][disabled]:focus,
.SiteSearch [type=submit][disabled]:hover,
.addnewtemplate>a[id*=_lnkAddNew][disabled]:focus,
.addnewtemplate>a[id*=_lnkAddNew][disabled]:hover,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.ec-next-prev a[disabled]:focus,
.ec-next-prev a[disabled]:hover,
.eventNextPrevious[disabled]:focus,
.eventNextPrevious[disabled]:hover,
.fileinput-button[disabled]:focus,
.fileinput-button[disabled]:hover,
.newpost[disabled]:focus,
.newpost[disabled]:hover,
.newthread[disabled]:focus,
.newthread[disabled]:hover,
.poll [id*=_lnkNewPoll][disabled]:focus,
.poll [id*=_lnkNewPoll][disabled]:hover,
.search-button[disabled]:focus,
.search-button[disabled]:hover,
.ui-datepicker-trigger[disabled]:focus,
.ui-datepicker-trigger[disabled]:hover,
.uploadfilelist .ui-button[disabled]:focus,
.uploadfilelist .ui-button[disabled]:hover,
[id*=PasswordRecovery][id*=SubmitButton][disabled]:focus,
[id*=PasswordRecovery][id*=SubmitButton][disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

#pnlNewFolder [id=btnNewFolder],
.btn-success,
.operationpanel [id=btnSubmit],
.poll [id*=_btnChoose],
.postcontainer .markanswer,
.postcontainer .marksent,
.postcontainer .sendnotification,
.survey [id*=_btnStartSurvey],
.survey [id*=_lnkAddNew],
[id*=_btnGridUpdate] {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

#pnlNewFolder [id=btnNewFolder]:focus,
.btn-success.focus,
.btn-success:focus,
.operationpanel [id=btnSubmit]:focus,
.poll [id*=_btnChoose]:focus,
.postcontainer .markanswer:focus,
.postcontainer .marksent:focus,
.postcontainer .sendnotification:focus,
.survey [id*=_btnStartSurvey]:focus,
.survey [id*=_lnkAddNew]:focus,
[id*=_btnGridUpdate]:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

#pnlNewFolder [id=btnNewFolder]:hover,
.btn-success:hover,
.operationpanel [id=btnSubmit]:hover,
.poll [id*=_btnChoose]:hover,
.postcontainer .markanswer:hover,
.postcontainer .marksent:hover,
.postcontainer .sendnotification:hover,
.survey [id*=_btnStartSurvey]:hover,
.survey [id*=_lnkAddNew]:hover,
[id*=_btnGridUpdate]:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

#pnlNewFolder [id=btnNewFolder]:active,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success,
.operationpanel [id=btnSubmit]:active,
.poll [id*=_btnChoose]:active,
.postcontainer .markanswer:active,
.postcontainer .marksent:active,
.postcontainer .sendnotification:active,
.survey [id*=_btnStartSurvey]:active,
.survey [id*=_lnkAddNew]:active,
[id*=_btnGridUpdate]:active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

#pnlNewFolder [id=btnNewFolder]:active:focus,
#pnlNewFolder [id=btnNewFolder]:active:hover,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.operationpanel [id=btnSubmit]:active:focus,
.operationpanel [id=btnSubmit]:active:hover,
.poll [id*=_btnChoose]:active:focus,
.poll [id*=_btnChoose]:active:hover,
.postcontainer .markanswer:active:focus,
.postcontainer .markanswer:active:hover,
.postcontainer .marksent:active:focus,
.postcontainer .marksent:active:hover,
.postcontainer .sendnotification:active:focus,
.postcontainer .sendnotification:active:hover,
.survey [id*=_btnStartSurvey]:active:focus,
.survey [id*=_btnStartSurvey]:active:hover,
.survey [id*=_lnkAddNew]:active:focus,
.survey [id*=_lnkAddNew]:active:hover,
[id*=_btnGridUpdate]:active:focus,
[id*=_btnGridUpdate]:active:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

#pnlNewFolder [id=btnNewFolder]:active,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success,
.operationpanel [id=btnSubmit]:active,
.poll [id*=_btnChoose]:active,
.postcontainer .markanswer:active,
.postcontainer .marksent:active,
.postcontainer .sendnotification:active,
.survey [id*=_btnStartSurvey]:active,
.survey [id*=_lnkAddNew]:active,
[id*=_btnGridUpdate]:active {
	background-image: none
}

#pnlNewFolder [id=btnNewFolder][disabled]:focus,
#pnlNewFolder [id=btnNewFolder][disabled]:hover,
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
.operationpanel [id=btnSubmit][disabled]:focus,
.operationpanel [id=btnSubmit][disabled]:hover,
.poll [id*=_btnChoose][disabled]:focus,
.poll [id*=_btnChoose][disabled]:hover,
.postcontainer .markanswer[disabled]:focus,
.postcontainer .markanswer[disabled]:hover,
.postcontainer .marksent[disabled]:focus,
.postcontainer .marksent[disabled]:hover,
.postcontainer .sendnotification[disabled]:focus,
.postcontainer .sendnotification[disabled]:hover,
.survey [id*=_btnStartSurvey][disabled]:focus,
.survey [id*=_btnStartSurvey][disabled]:hover,
.survey [id*=_lnkAddNew][disabled]:focus,
.survey [id*=_lnkAddNew][disabled]:hover,
[id*=_btnGridUpdate][disabled]:focus,
[id*=_btnGridUpdate][disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info,
.poll [id*=_btnCopyToNewPoll] {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus,
.poll [id*=_btnCopyToNewPoll]:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover,
.poll [id*=_btnCopyToNewPoll]:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info,
.poll [id*=_btnCopyToNewPoll]:active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.poll [id*=_btnCopyToNewPoll]:active:focus,
.poll [id*=_btnCopyToNewPoll]:active:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info,
.poll [id*=_btnCopyToNewPoll]:active {
	background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
.poll [id*=_btnCopyToNewPoll][disabled]:focus,
.poll [id*=_btnCopyToNewPoll][disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning,
[id*=_btnGridCancel],
[id*=_grdHistory][id*=_btnRestoreToEditor] {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus,
[id*=_btnGridCancel]:focus,
[id*=_grdHistory][id*=_btnRestoreToEditor]:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover,
[id*=_btnGridCancel]:hover,
[id*=_grdHistory][id*=_btnRestoreToEditor]:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning,
[id*=_btnGridCancel]:active,
[id*=_grdHistory][id*=_btnRestoreToEditor]:active {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover,
[id*=_btnGridCancel]:active:focus,
[id*=_btnGridCancel]:active:hover,
[id*=_grdHistory][id*=_btnRestoreToEditor]:active:focus,
[id*=_grdHistory][id*=_btnRestoreToEditor]:active:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning,
[id*=_btnGridCancel]:active,
[id*=_grdHistory][id*=_btnRestoreToEditor]:active {
	background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
[id*=_btnGridCancel][disabled]:focus,
[id*=_btnGridCancel][disabled]:hover,
[id*=_grdHistory][id*=_btnRestoreToEditor][disabled]:focus,
[id*=_grdHistory][id*=_btnRestoreToEditor][disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger,
.poll [id*=_btnRemoveCurrent],
[id*=_btnGridDelete],
[id*=_grdHistory][id*=_btnDelete] {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus,
.poll [id*=_btnRemoveCurrent]:focus,
[id*=_btnGridDelete]:focus,
[id*=_grdHistory][id*=_btnDelete]:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover,
.poll [id*=_btnRemoveCurrent]:hover,
[id*=_btnGridDelete]:hover,
[id*=_grdHistory][id*=_btnDelete]:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger,
.poll [id*=_btnRemoveCurrent]:active,
[id*=_btnGridDelete]:active,
[id*=_grdHistory][id*=_btnDelete]:active {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.poll [id*=_btnRemoveCurrent]:active:focus,
.poll [id*=_btnRemoveCurrent]:active:hover,
[id*=_btnGridDelete]:active:focus,
[id*=_btnGridDelete]:active:hover,
[id*=_grdHistory][id*=_btnDelete]:active:focus,
[id*=_grdHistory][id*=_btnDelete]:active:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger,
.poll [id*=_btnRemoveCurrent]:active,
[id*=_btnGridDelete]:active,
[id*=_grdHistory][id*=_btnDelete]:active {
	background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
.poll [id*=_btnRemoveCurrent][disabled]:focus,
.poll [id*=_btnRemoveCurrent][disabled]:hover,
[id*=_btnGridDelete][disabled]:focus,
[id*=_btnGridDelete][disabled]:hover,
[id*=_grdHistory][id*=_btnDelete][disabled]:focus,
[id*=_grdHistory][id*=_btnDelete][disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-text {
	border: 0;
	background: transparent
}

button.btn-text {
	width: 100%;
	text-align: left
}

.btn-link,
.buttonlink,
.poll [id*=_lnkEdit],
[id*=_LinkButton2],
[id*=_btnRename] {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
.buttonlink,
.buttonlink:active,
.buttonlink[disabled],
.poll [id*=_lnkEdit],
.poll [id*=_lnkEdit]:active,
.poll [id*=_lnkEdit][disabled],
[id*=_LinkButton2],
[id*=_LinkButton2]:active,
[id*=_LinkButton2][disabled],
[id*=_btnRename],
[id*=_btnRename]:active,
[id*=_btnRename][disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.buttonlink,
.buttonlink:active,
.buttonlink:focus,
.buttonlink:hover,
.poll [id*=_lnkEdit],
.poll [id*=_lnkEdit]:active,
.poll [id*=_lnkEdit]:focus,
.poll [id*=_lnkEdit]:hover,
[id*=_LinkButton2],
[id*=_LinkButton2]:active,
[id*=_LinkButton2]:focus,
[id*=_LinkButton2]:hover,
[id*=_btnRename],
[id*=_btnRename]:active,
[id*=_btnRename]:focus,
[id*=_btnRename]:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover,
.buttonlink:focus,
.buttonlink:hover,
.poll [id*=_lnkEdit]:focus,
.poll [id*=_lnkEdit]:hover,
[id*=_LinkButton2]:focus,
[id*=_LinkButton2]:hover,
[id*=_btnRename]:focus,
[id*=_btnRename]:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
.buttonlink[disabled]:focus,
.buttonlink[disabled]:hover,
.poll [id*=_lnkEdit][disabled]:focus,
.poll [id*=_lnkEdit][disabled]:hover,
[id*=_LinkButton2][disabled]:focus,
[id*=_LinkButton2][disabled]:hover,
[id*=_btnRename][disabled]:focus,
[id*=_btnRename][disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm,
.postcontainer .markanswer,
.postcontainer .marksent,
.postcontainer .sendnotification,
[id*=_btnGridCancel],
[id*=_btnGridDelete],
[id*=_btnGridUpdate],
[id*=_grdHistory][id*=_btnDelete],
[id*=_grdHistory][id*=_btnRestoreToEditor] {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs,
.buttonlink,
[id*=_LinkButton2],
[id*=_btnRename] {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a,
.dropdown-menu>li>button {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>button:focus,
.dropdown-menu>li>button:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>button,
.dropdown-menu>.active>button:focus,
.dropdown-menu>.active>button:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-text,
.btn-group>.btn,
.btn-group>.btn-text {
	position: relative;
	float: left
}

.btn-group-vertical>.btn-text.active,
.btn-group-vertical>.btn-text:active,
.btn-group-vertical>.btn-text:focus,
.btn-group-vertical>.btn-text:hover,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-text.active,
.btn-group>.btn-text:active,
.btn-group>.btn-text:focus,
.btn-group>.btn-text:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control:not([type=checkbox]),
.input-group input[type=email].forminput:not([type=checkbox]),
.input-group input[type=number].forminput:not([type=checkbox]),
.input-group input[type=password].forminput:not([type=checkbox]),
.input-group input[type=text].forminput:not([type=checkbox]),
.input-group select.forminput:not([type=checkbox]) {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:not([type=checkbox]):focus,
.input-group input[type=email].forminput:not([type=checkbox]):focus,
.input-group input[type=number].forminput:not([type=checkbox]):focus,
.input-group input[type=password].forminput:not([type=checkbox]):focus,
.input-group input[type=text].forminput:not([type=checkbox]):focus,
.input-group select.forminput:not([type=checkbox]):focus {
	z-index: 3
}

.input-group-lg>.form-control:not([type=checkbox]),
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>input[type=email].forminput:not([type=checkbox]),
.input-group-lg>input[type=number].forminput:not([type=checkbox]),
.input-group-lg>input[type=password].forminput:not([type=checkbox]),
.input-group-lg>input[type=text].forminput:not([type=checkbox]),
.input-group-lg>select.forminput:not([type=checkbox]) {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control:not([type=checkbox]),
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn,
select.input-group-lg>input[type=email].forminput:not([type=checkbox]),
select.input-group-lg>input[type=number].forminput:not([type=checkbox]),
select.input-group-lg>input[type=password].forminput:not([type=checkbox]),
select.input-group-lg>input[type=text].forminput:not([type=checkbox]),
select.input-group-lg>select.forminput:not([type=checkbox]) {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control:not([type=checkbox]),
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>input[type=email].forminput:not([type=checkbox]),
select[multiple].input-group-lg>input[type=number].forminput:not([type=checkbox]),
select[multiple].input-group-lg>input[type=password].forminput:not([type=checkbox]),
select[multiple].input-group-lg>input[type=text].forminput:not([type=checkbox]),
select[multiple].input-group-lg>select.forminput:not([type=checkbox]),
textarea.input-group-lg>.form-control:not([type=checkbox]),
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>input[type=email].forminput:not([type=checkbox]),
textarea.input-group-lg>input[type=number].forminput:not([type=checkbox]),
textarea.input-group-lg>input[type=password].forminput:not([type=checkbox]),
textarea.input-group-lg>input[type=text].forminput:not([type=checkbox]),
textarea.input-group-lg>select.forminput:not([type=checkbox]) {
	height: auto
}

.input-group-sm>.form-control:not([type=checkbox]),
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>input[type=email].forminput:not([type=checkbox]),
.input-group-sm>input[type=number].forminput:not([type=checkbox]),
.input-group-sm>input[type=password].forminput:not([type=checkbox]),
.input-group-sm>input[type=text].forminput:not([type=checkbox]),
.input-group-sm>select.forminput:not([type=checkbox]) {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control:not([type=checkbox]),
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn,
select.input-group-sm>input[type=email].forminput:not([type=checkbox]),
select.input-group-sm>input[type=number].forminput:not([type=checkbox]),
select.input-group-sm>input[type=password].forminput:not([type=checkbox]),
select.input-group-sm>input[type=text].forminput:not([type=checkbox]),
select.input-group-sm>select.forminput:not([type=checkbox]) {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control:not([type=checkbox]),
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>input[type=email].forminput:not([type=checkbox]),
select[multiple].input-group-sm>input[type=number].forminput:not([type=checkbox]),
select[multiple].input-group-sm>input[type=password].forminput:not([type=checkbox]),
select[multiple].input-group-sm>input[type=text].forminput:not([type=checkbox]),
select[multiple].input-group-sm>select.forminput:not([type=checkbox]),
textarea.input-group-sm>.form-control:not([type=checkbox]),
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>input[type=email].forminput:not([type=checkbox]),
textarea.input-group-sm>input[type=number].forminput:not([type=checkbox]),
textarea.input-group-sm>input[type=password].forminput:not([type=checkbox]),
textarea.input-group-sm>input[type=text].forminput:not([type=checkbox]),
textarea.input-group-sm>select.forminput:not([type=checkbox]) {
	height: auto
}

.input-group .form-control:not([type=checkbox]),
.input-group input[type=email].forminput:not([type=checkbox]),
.input-group input[type=number].forminput:not([type=checkbox]),
.input-group input[type=password].forminput:not([type=checkbox]),
.input-group input[type=text].forminput:not([type=checkbox]),
.input-group select.forminput:not([type=checkbox]),
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not([type=checkbox]):not(:first-child):not(:last-child),
.input-group input[type=email].forminput:not([type=checkbox]):not(:first-child):not(:last-child),
.input-group input[type=number].forminput:not([type=checkbox]):not(:first-child):not(:last-child),
.input-group input[type=password].forminput:not([type=checkbox]):not(:first-child):not(:last-child),
.input-group input[type=text].forminput:not([type=checkbox]):not(:first-child):not(:last-child),
.input-group select.forminput:not([type=checkbox]):not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:not([type=checkbox]) :first-child,
.input-group input[type=email].forminput:not([type=checkbox]) :first-child,
.input-group input[type=number].forminput:not([type=checkbox]) :first-child,
.input-group input[type=password].forminput:not([type=checkbox]) :first-child,
.input-group input[type=text].forminput:not([type=checkbox]) :first-child,
.input-group select.forminput:not([type=checkbox]) :first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:not([type=checkbox]) :last-child,
.input-group input[type=email].forminput:not([type=checkbox]) :last-child,
.input-group input[type=number].forminput:not([type=checkbox]) :last-child,
.input-group input[type=password].forminput:not([type=checkbox]) :last-child,
.input-group input[type=text].forminput:not([type=checkbox]) :last-child,
.input-group select.forminput:not([type=checkbox]) :last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eeeeee
}

.nav>li.disabled>a {
	color: #777777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eeeeee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eeeeee #eeeeee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control,
	.navbar-form input[type=email].forminput,
	.navbar-form input[type=number].forminput,
	.navbar-form input[type=password].forminput,
	.navbar-form input[type=text].forminput,
	.navbar-form select.forminput {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group input[type=email].forminput,
	.navbar-form .input-group input[type=number].forminput,
	.navbar-form .input-group input[type=password].forminput,
	.navbar-form .input-group input[type=text].forminput,
	.navbar-form .input-group select.forminput {
		width: auto
	}

	.navbar-form .input-group>.form-control,
	.navbar-form .input-group>input[type=email].forminput,
	.navbar-form .input-group>input[type=number].forminput,
	.navbar-form .input-group>input[type=password].forminput,
	.navbar-form .input-group>input[type=text].forminput,
	.navbar-form .input-group>select.forminput {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox .addcontent>strong,
	.navbar-form .checkbox .operationheading,
	.navbar-form .checkbox .settinglabel,
	.navbar-form .checkbox label,
	.navbar-form .radio .addcontent>strong,
	.navbar-form .radio .operationheading,
	.navbar-form .radio .settinglabel,
	.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm,
.navbar-btn.postcontainer .markanswer,
.navbar-btn.postcontainer .marksent,
.navbar-btn.postcontainer .sendnotification,
.navbar-btn[id*=_btnGridCancel],
.navbar-btn[id*=_btnGridDelete],
.navbar-btn[id*=_btnGridUpdate],
.navbar-btn[id*=_grdHistory][id*=_btnDelete],
.navbar-btn[id*=_grdHistory][id*=_btnRestoreToEditor] {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs,
.navbar-btn.buttonlink,
.navbar-btn[id*=_LinkButton2],
.navbar-btn[id*=_btnRename] {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #080808;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb,
.feedmanagerpage .breadcrumbs {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #777777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.blogview .blogpager,
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eeeeee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed
}

.label,
.tagslabel+.blogtags a {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info,
.tagslabel+.blogtags a {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge,
.buttonlink .badge,
[id*=_LinkButton2] .badge,
[id*=_btnRename] .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	margin-left: auto;
	margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333333
}

.alert,
.contactform [id$=_lblMessage],
.modulecontent.accessdenied,
body.pagenotfound .pnfmsg,
div.txterror,
div[data-val-validationgroup=profile] {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4,
.contactform [id$=_lblMessage] h4,
.modulecontent.accessdenied h4,
body.pagenotfound .pnfmsg h4,
div.txterror h4,
div[data-val-validationgroup=profile] h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link,
.contactform [id$=_lblMessage] .alert-link,
.modulecontent.accessdenied .alert-link,
.modulecontent.accessdenied a,
body.pagenotfound .pnfmsg .alert-link,
div.txterror .alert-link,
div[data-val-validationgroup=profile] .alert-link {
	font-weight: bold
}

.alert>p,
.alert>ul,
.contactform [id$=_lblMessage]>p,
.contactform [id$=_lblMessage]>ul,
.modulecontent.accessdenied>p,
.modulecontent.accessdenied>ul,
body.pagenotfound .pnfmsg>p,
body.pagenotfound .pnfmsg>ul,
div.txterror>p,
div.txterror>ul,
div[data-val-validationgroup=profile]>p,
div[data-val-validationgroup=profile]>ul {
	margin-bottom: 0
}

.alert>p+p,
.contactform [id$=_lblMessage]>p+p,
.modulecontent.accessdenied>p+p,
body.pagenotfound .pnfmsg>p+p,
div.txterror>p+p,
div[data-val-validationgroup=profile]>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success,
.contactform [id$=_lblMessage] {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr,
.contactform [id$=_lblMessage] hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link,
.contactform [id$=_lblMessage] .alert-link {
	color: #2b542c
}

.alert-info,
.modulecontent.accessdenied {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr,
.modulecontent.accessdenied hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link,
.modulecontent.accessdenied .alert-link,
.modulecontent.accessdenied a {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger,
body.pagenotfound .pnfmsg,
div.txterror,
div[data-val-validationgroup=profile] {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr,
body.pagenotfound .pnfmsg hr,
div.txterror hr,
div[data-val-validationgroup=profile] hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link,
body.pagenotfound .pnfmsg .alert-link,
div.txterror .alert-link,
div[data-val-validationgroup=profile] .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel,
.templatewrapper {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body,
.templatebody {
	padding: 15px
}

.panel-heading,
.templatetitle {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer,
.templateinfo {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.forums table,
.panel>.forumview table,
.panel>.panel-collapse>.forums table,
.panel>.panel-collapse>.forumview table,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.forums table,
.panel>.table-responsive>.forumview table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.forums table caption,
.panel>.forumview table caption,
.panel>.panel-collapse>.forums table caption,
.panel>.panel-collapse>.forumview table caption,
.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.forums table caption,
.panel>.table-responsive>.forumview table caption,
.panel>.table-responsive>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.forums table:first-child,
.panel>.forumview table:first-child,
.panel>.table-responsive:first-child>.forums table:first-child,
.panel>.table-responsive:first-child>.forumview table:first-child,
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.forums table:first-child>tbody:first-child>tr:first-child,
.panel>.forums table:first-child>thead:first-child>tr:first-child,
.panel>.forumview table:first-child>tbody:first-child>tr:first-child,
.panel>.forumview table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.forums table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.forums table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.forumview table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.forumview table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.forums table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.forums table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.forums table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.forums table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.forumview table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.forumview table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.forumview table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.forumview table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.forums table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.forums table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.forums table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.forums table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.forumview table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.forumview table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.forumview table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.forumview table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.forums table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.forums table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.forums table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.forums table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.forumview table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.forumview table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.forumview table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.forumview table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.forums table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.forums table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.forums table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.forums table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.forumview table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.forumview table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.forumview table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.forumview table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.forums table:last-child,
.panel>.forumview table:last-child,
.panel>.table-responsive:last-child>.forums table:last-child,
.panel>.table-responsive:last-child>.forumview table:last-child,
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.forums table:last-child>tbody:last-child>tr:last-child,
.panel>.forums table:last-child>tfoot:last-child>tr:last-child,
.panel>.forumview table:last-child>tbody:last-child>tr:last-child,
.panel>.forumview table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.forums table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.forums table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.forumview table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.forumview table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.panel>.forums table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.forums table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.forums table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.forums table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.forumview table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.forumview table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.forumview table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.forumview table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.forums table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.forums table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.forums table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.forums table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.forumview table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.forumview table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.forumview table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.forumview table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.forums table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.forums table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.forums table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.forums table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.forumview table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.forumview table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.forumview table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.forumview table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.forums table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.forums table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.forums table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.forums table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.forumview table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.forumview table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.forumview table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.forumview table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.forums table+.panel-body,
.panel>.forumview table+.panel-body,
.panel>.panel-body+.forums table,
.panel>.panel-body+.forumview table,
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.forums table>tbody:first-child>tr:first-child td,
.panel>.forums table>tbody:first-child>tr:first-child th,
.panel>.forumview table>tbody:first-child>tr:first-child td,
.panel>.forumview table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.forums table,
.panel>.forumview table,
.panel>.table-bordered,
.panel>.table-responsive>.forums table,
.panel>.table-responsive>.forumview table,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.forums table>tbody>tr>td:first-child,
.panel>.forums table>tbody>tr>th:first-child,
.panel>.forums table>tfoot>tr>td:first-child,
.panel>.forums table>tfoot>tr>th:first-child,
.panel>.forums table>thead>tr>td:first-child,
.panel>.forums table>thead>tr>th:first-child,
.panel>.forumview table>tbody>tr>td:first-child,
.panel>.forumview table>tbody>tr>th:first-child,
.panel>.forumview table>tfoot>tr>td:first-child,
.panel>.forumview table>tfoot>tr>th:first-child,
.panel>.forumview table>thead>tr>td:first-child,
.panel>.forumview table>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.forums table>tbody>tr>td:first-child,
.panel>.table-responsive>.forums table>tbody>tr>th:first-child,
.panel>.table-responsive>.forums table>tfoot>tr>td:first-child,
.panel>.table-responsive>.forums table>tfoot>tr>th:first-child,
.panel>.table-responsive>.forums table>thead>tr>td:first-child,
.panel>.table-responsive>.forums table>thead>tr>th:first-child,
.panel>.table-responsive>.forumview table>tbody>tr>td:first-child,
.panel>.table-responsive>.forumview table>tbody>tr>th:first-child,
.panel>.table-responsive>.forumview table>tfoot>tr>td:first-child,
.panel>.table-responsive>.forumview table>tfoot>tr>th:first-child,
.panel>.table-responsive>.forumview table>thead>tr>td:first-child,
.panel>.table-responsive>.forumview table>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.forums table>tbody>tr>td:last-child,
.panel>.forums table>tbody>tr>th:last-child,
.panel>.forums table>tfoot>tr>td:last-child,
.panel>.forums table>tfoot>tr>th:last-child,
.panel>.forums table>thead>tr>td:last-child,
.panel>.forums table>thead>tr>th:last-child,
.panel>.forumview table>tbody>tr>td:last-child,
.panel>.forumview table>tbody>tr>th:last-child,
.panel>.forumview table>tfoot>tr>td:last-child,
.panel>.forumview table>tfoot>tr>th:last-child,
.panel>.forumview table>thead>tr>td:last-child,
.panel>.forumview table>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.forums table>tbody>tr>td:last-child,
.panel>.table-responsive>.forums table>tbody>tr>th:last-child,
.panel>.table-responsive>.forums table>tfoot>tr>td:last-child,
.panel>.table-responsive>.forums table>tfoot>tr>th:last-child,
.panel>.table-responsive>.forums table>thead>tr>td:last-child,
.panel>.table-responsive>.forums table>thead>tr>th:last-child,
.panel>.table-responsive>.forumview table>tbody>tr>td:last-child,
.panel>.table-responsive>.forumview table>tbody>tr>th:last-child,
.panel>.table-responsive>.forumview table>tfoot>tr>td:last-child,
.panel>.table-responsive>.forumview table>tfoot>tr>th:last-child,
.panel>.table-responsive>.forumview table>thead>tr>td:last-child,
.panel>.table-responsive>.forumview table>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.forums table>tbody>tr:first-child>td,
.panel>.forums table>tbody>tr:first-child>th,
.panel>.forums table>thead>tr:first-child>td,
.panel>.forums table>thead>tr:first-child>th,
.panel>.forumview table>tbody>tr:first-child>td,
.panel>.forumview table>tbody>tr:first-child>th,
.panel>.forumview table>thead>tr:first-child>td,
.panel>.forumview table>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.forums table>tbody>tr:first-child>td,
.panel>.table-responsive>.forums table>tbody>tr:first-child>th,
.panel>.table-responsive>.forums table>thead>tr:first-child>td,
.panel>.table-responsive>.forums table>thead>tr:first-child>th,
.panel>.table-responsive>.forumview table>tbody>tr:first-child>td,
.panel>.table-responsive>.forumview table>tbody>tr:first-child>th,
.panel>.table-responsive>.forumview table>thead>tr:first-child>td,
.panel>.table-responsive>.forumview table>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.forums table>tbody>tr:last-child>td,
.panel>.forums table>tbody>tr:last-child>th,
.panel>.forums table>tfoot>tr:last-child>td,
.panel>.forums table>tfoot>tr:last-child>th,
.panel>.forumview table>tbody>tr:last-child>td,
.panel>.forumview table>tbody>tr:last-child>th,
.panel>.forumview table>tfoot>tr:last-child>td,
.panel>.forumview table>tfoot>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.forums table>tbody>tr:last-child>td,
.panel>.table-responsive>.forums table>tbody>tr:last-child>th,
.panel>.table-responsive>.forums table>tfoot>tr:last-child>td,
.panel>.table-responsive>.forums table>tfoot>tr:last-child>th,
.panel>.table-responsive>.forumview table>tbody>tr:last-child>td,
.panel>.table-responsive>.forumview table>tbody>tr:last-child>th,
.panel>.table-responsive>.forumview table>tfoot>tr:last-child>td,
.panel>.table-responsive>.forumview table>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default,
.templatewrapper {
	border-color: #ddd
}

.panel-default>.panel-heading,
.templatetitle {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.authorinfo:not(.createdby),
.fileupload-dropzone,
.searchcontrols,
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.searchcontrols blockquote,
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.searchcontrols,
.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.pagetree ul.treecommands,
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.pagetree ul.treecommands .tooltip-arrow,
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.pagetree ul.treecommands,
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.pagetree ul.treecommands.top,
.popover.top {
	margin-top: -10px
}

.pagetree ul.treecommands.right,
.popover.pagetree ul.treecommands,
.popover.right {
	margin-left: 10px
}

.pagetree ul.treecommands.bottom,
.popover.bottom {
	margin-top: 10px
}

.pagetree ul.treecommands.left,
.popover.left {
	margin-left: -10px
}

.pagetree ul.treecommands .pageinfo,
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.pagetree ul.treecommands,
.popover-content {
	padding: 9px 14px
}

.pagetree ul.treecommands>.arrow,
.pagetree ul.treecommands>.arrow:after,
.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.pagetree ul.treecommands>.arrow,
.popover>.arrow {
	border-width: 11px
}

.pagetree ul.treecommands>.arrow:after,
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.pagetree ul.treecommands.top>.arrow,
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px
}

.pagetree ul.treecommands.top>.arrow:after,
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.pagetree ul.treecommands.right>.arrow,
.popover.pagetree ul.treecommands>.arrow,
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.pagetree ul.treecommands.right>.arrow:after,
.popover.pagetree ul.treecommands>.arrow:after,
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.pagetree ul.treecommands.bottom>.arrow,
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px
}

.pagetree ul.treecommands.bottom>.arrow:after,
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.pagetree ul.treecommands.left>.arrow,
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.pagetree ul.treecommands.left>.arrow:after,
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.pagetree ul.treecommands,
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.pagetree ul.treecommands,
	.carousel-inner>.item.prev.right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.pagetree ul.treecommands,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.pagetree ul.treecommands,
.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.pagetree ul.treecommands,
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.blogmodule.blogarchive .modulecontent:after,
.blogmodule.blogarchive .modulecontent:before,
.blogmodule.blogcategories .modulecontent:after,
.blogmodule.blogcategories .modulecontent:before,
.blogtext:after,
.blogtext:before,
.blogview .blogpager:after,
.blogview .blogpager:before,
.blogwrapper.blogview .modulecontent:after,
.blogwrapper.blogview .modulecontent:before,
.bottom-pane .panelwrapper:after,
.bottom-pane .panelwrapper:before,
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.fileoperations:after,
.fileoperations:before,
.fileselection:after,
.fileselection:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.grid-form [id$=_pnlQuestions]:after,
.grid-form [id$=_pnlQuestions]:before,
.grid-form:after,
.grid-form:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.rssmodule .modulecontent:after,
.rssmodule .modulecontent:before,
.rsswrapper:after,
.rsswrapper:before,
.stats .modulecontent:after,
.stats .modulecontent:before,
.stats .onlinemembers:after,
.stats .onlinemembers:before,
.templatebody:after,
.templatebody:before,
.top-pane .panelwrapper:after,
.top-pane .panelwrapper:before {
	content: " ";
	display: table
}

.blogmodule.blogarchive .modulecontent:after,
.blogmodule.blogcategories .modulecontent:after,
.blogtext:after,
.blogview .blogpager:after,
.blogwrapper.blogview .modulecontent:after,
.bottom-pane .panelwrapper:after,
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.fileoperations:after,
.fileselection:after,
.form-horizontal .form-group:after,
.grid-form [id$=_pnlQuestions]:after,
.grid-form:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after,
.rssmodule .modulecontent:after,
.rsswrapper:after,
.stats .modulecontent:after,
.stats .onlinemembers:after,
.templatebody:after,
.top-pane .panelwrapper:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

@media (min-width:768px) {

	.fb-parent,
	.flex-children {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.fb-parent>*,
	.flex-children>* {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.fb-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.fb-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.fb-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.fb-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.fb-ai-start {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.fb-ai-baseline {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.fb-ai-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.fb-ai-end {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.fb-ai-stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.fb-ac-start {
		-ms-flex-line-pack: start;
		align-content: flex-start
	}

	.fb-ac-baseline {
		-ms-flex-line-pack: baseline;
		align-content: baseline
	}

	.fb-ac-center {
		-ms-flex-line-pack: center;
		align-content: center
	}

	.fb-ac-end {
		-ms-flex-line-pack: end;
		align-content: flex-end
	}

	.fb-ac-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch
	}

	.fb-j-start {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.fb-j-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.fb-j-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.fb-j-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.fb-j-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.fb-as-start {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.fb-as-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline
	}

	.fb-as-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.fb-as-end {
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.fb-as-stretch {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch
	}

	.fb-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.fb-grow {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.fb-shrink {
		-ms-flex-negative: 1;
		flex-shrink: 1
	}
}

.fb-xs-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.fb-xs-parent>* {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.fb-xs-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.fb-xs-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.fb-xs-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fb-xs-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.fb-xs-ai-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.fb-xs-ai-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.fb-xs-ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fb-xs-ai-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.fb-xs-ai-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.fb-xs-ac-start {
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.fb-xs-ac-baseline {
	-ms-flex-line-pack: baseline;
	align-content: baseline
}

.fb-xs-ac-center {
	-ms-flex-line-pack: center;
	align-content: center
}

.fb-xs-ac-end {
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.fb-xs-ac-stretch {
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.fb-xs-j-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.fb-xs-j-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.fb-xs-j-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.fb-xs-j-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.fb-xs-j-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.fb-xs-as-start {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.fb-xs-as-baseline {
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.fb-xs-as-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.fb-xs-as-end {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.fb-xs-as-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.fb-xs-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.fb-xs-grow {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.fb-xs-shrink {
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.fb-xs-25.flex-children>*,
.fb-xs-25:not(.flex-children) {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%
}

.fb-xs-33.flex-children>*,
.fb-xs-33:not(.flex-children) {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%
}

.fb-xs-40.flex-children>*,
.fb-xs-40:not(.flex-children) {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%
}

.fb-xs-50.flex-children>*,
.fb-xs-50:not(.flex-children) {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.fb-xs-60.flex-children>*,
.fb-xs-60:not(.flex-children) {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%
}

.fb-xs-66.flex-children>*,
.fb-xs-66:not(.flex-children) {
	-ms-flex-preferred-size: 66%;
	flex-basis: 66%
}

.fb-xs-75.flex-children>*,
.fb-xs-75:not(.flex-children) {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%
}

.fb-xs-100.flex-children>*,
.fb-xs-100:not(.flex-children) {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.fb-xs-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.fb-xs-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.fb-xs-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.fb-xs-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.fb-xs-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.fb-xs-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.fb-xs-order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.fb-xs-order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.fb-xs-order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.fb-xs-order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.fb-xs-order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.fb-xs-order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

@media (min-width:768px) {
	.fb-sm-parent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.fb-sm-parent>* {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.fb-sm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.fb-sm-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.fb-sm-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.fb-sm-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.fb-sm-ai-start {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.fb-sm-ai-baseline {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.fb-sm-ai-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.fb-sm-ai-end {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.fb-sm-ai-stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.fb-sm-ac-start {
		-ms-flex-line-pack: start;
		align-content: flex-start
	}

	.fb-sm-ac-baseline {
		-ms-flex-line-pack: baseline;
		align-content: baseline
	}

	.fb-sm-ac-center {
		-ms-flex-line-pack: center;
		align-content: center
	}

	.fb-sm-ac-end {
		-ms-flex-line-pack: end;
		align-content: flex-end
	}

	.fb-sm-ac-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch
	}

	.fb-sm-j-start {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.fb-sm-j-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.fb-sm-j-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.fb-sm-j-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.fb-sm-j-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.fb-sm-as-start {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.fb-sm-as-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline
	}

	.fb-sm-as-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.fb-sm-as-end {
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.fb-sm-as-stretch {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch
	}

	.fb-sm-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.fb-sm-grow {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.fb-sm-shrink {
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.fb-sm-25.flex-children>*,
	.fb-sm-25:not(.flex-children) {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.fb-sm-33.flex-children>*,
	.fb-sm-33:not(.flex-children) {
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%
	}

	.fb-sm-40.flex-children>*,
	.fb-sm-40:not(.flex-children) {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%
	}

	.fb-sm-50.flex-children>*,
	.fb-sm-50:not(.flex-children) {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.fb-sm-60.flex-children>*,
	.fb-sm-60:not(.flex-children) {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%
	}

	.fb-sm-66.flex-children>*,
	.fb-sm-66:not(.flex-children) {
		-ms-flex-preferred-size: 66%;
		flex-basis: 66%
	}

	.fb-sm-75.flex-children>*,
	.fb-sm-75:not(.flex-children) {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}

	.fb-sm-100.flex-children>*,
	.fb-sm-100:not(.flex-children) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.fb-sm-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.fb-sm-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.fb-sm-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.fb-sm-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.fb-sm-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.fb-sm-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.fb-sm-order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.fb-sm-order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.fb-sm-order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.fb-sm-order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.fb-sm-order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.fb-sm-order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media (min-width:992px) {
	.fb-md-parent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.fb-md-parent>* {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.fb-md-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.fb-md-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.fb-md-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.fb-md-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.fb-md-ai-start {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.fb-md-ai-baseline {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.fb-md-ai-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.fb-md-ai-end {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.fb-md-ai-stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.fb-md-ac-start {
		-ms-flex-line-pack: start;
		align-content: flex-start
	}

	.fb-md-ac-baseline {
		-ms-flex-line-pack: baseline;
		align-content: baseline
	}

	.fb-md-ac-center {
		-ms-flex-line-pack: center;
		align-content: center
	}

	.fb-md-ac-end {
		-ms-flex-line-pack: end;
		align-content: flex-end
	}

	.fb-md-ac-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch
	}

	.fb-md-j-start {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.fb-md-j-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.fb-md-j-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.fb-md-j-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.fb-md-j-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.fb-md-as-start {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.fb-md-as-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline
	}

	.fb-md-as-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.fb-md-as-end {
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.fb-md-as-stretch {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch
	}

	.fb-md-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.fb-md-grow {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.fb-md-shrink {
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.fb-md-25.flex-children>*,
	.fb-md-25:not(.flex-children) {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.fb-md-33.flex-children>*,
	.fb-md-33:not(.flex-children) {
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%
	}

	.fb-md-40.flex-children>*,
	.fb-md-40:not(.flex-children) {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%
	}

	.fb-md-50.flex-children>*,
	.fb-md-50:not(.flex-children) {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.fb-md-60.flex-children>*,
	.fb-md-60:not(.flex-children) {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%
	}

	.fb-md-66.flex-children>*,
	.fb-md-66:not(.flex-children) {
		-ms-flex-preferred-size: 66%;
		flex-basis: 66%
	}

	.fb-md-75.flex-children>*,
	.fb-md-75:not(.flex-children) {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}

	.fb-md-100.flex-children>*,
	.fb-md-100:not(.flex-children) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.fb-md-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.fb-md-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.fb-md-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.fb-md-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.fb-md-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.fb-md-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.fb-md-order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.fb-md-order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.fb-md-order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.fb-md-order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.fb-md-order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.fb-md-order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media (min-width:1200px) {
	.fb-lg-parent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.fb-lg-parent>* {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.fb-lg-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.fb-lg-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.fb-lg-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.fb-lg-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.fb-lg-ai-start {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.fb-lg-ai-baseline {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.fb-lg-ai-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.fb-lg-ai-end {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.fb-lg-ai-stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.fb-lg-ac-start {
		-ms-flex-line-pack: start;
		align-content: flex-start
	}

	.fb-lg-ac-baseline {
		-ms-flex-line-pack: baseline;
		align-content: baseline
	}

	.fb-lg-ac-center {
		-ms-flex-line-pack: center;
		align-content: center
	}

	.fb-lg-ac-end {
		-ms-flex-line-pack: end;
		align-content: flex-end
	}

	.fb-lg-ac-stretch {
		-ms-flex-line-pack: stretch;
		align-content: stretch
	}

	.fb-lg-j-start {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.fb-lg-j-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.fb-lg-j-around {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.fb-lg-j-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.fb-lg-j-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.fb-lg-as-start {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.fb-lg-as-baseline {
		-ms-flex-item-align: baseline;
		align-self: baseline
	}

	.fb-lg-as-center {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.fb-lg-as-end {
		-ms-flex-item-align: end;
		align-self: flex-end
	}

	.fb-lg-as-stretch {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch
	}

	.fb-lg-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.fb-lg-grow {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.fb-lg-shrink {
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.fb-lg-25.flex-children>*,
	.fb-lg-25:not(.flex-children) {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.fb-lg-33.flex-children>*,
	.fb-lg-33:not(.flex-children) {
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%
	}

	.fb-lg-40.flex-children>*,
	.fb-lg-40:not(.flex-children) {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%
	}

	.fb-lg-50.flex-children>*,
	.fb-lg-50:not(.flex-children) {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.fb-lg-60.flex-children>*,
	.fb-lg-60:not(.flex-children) {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%
	}

	.fb-lg-66.flex-children>*,
	.fb-lg-66:not(.flex-children) {
		-ms-flex-preferred-size: 66%;
		flex-basis: 66%
	}

	.fb-lg-75.flex-children>*,
	.fb-lg-75:not(.flex-children) {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}

	.fb-lg-100.flex-children>*,
	.fb-lg-100:not(.flex-children) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.fb-lg-order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.fb-lg-order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.fb-lg-order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.fb-lg-order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.fb-lg-order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.fb-lg-order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.fb-lg-order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.fb-lg-order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.fb-lg-order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.fb-lg-order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.fb-lg-order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.fb-lg-order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

.nav.nav-pills[class*=fb-][class*=-parent] li+li,
.nav.nav-pills[class*=fb-][class*=-parent]>* li+li {
	margin-left: 0
}

.fileoperations[class*=fb-][class*=-parent]:after,
.fileoperations[class*=fb-][class*=-parent]:before,
.fileoperations[class*=fb-][class*=-parent]>:after,
.fileoperations[class*=fb-][class*=-parent]>:before,
.fileselection[class*=fb-][class*=-parent]:after,
.fileselection[class*=fb-][class*=-parent]:before,
.fileselection[class*=fb-][class*=-parent]>:after,
.fileselection[class*=fb-][class*=-parent]>:before,
.row[class*=fb-][class*=-parent]:after,
.row[class*=fb-][class*=-parent]:before,
.row[class*=fb-][class*=-parent]>:after,
.row[class*=fb-][class*=-parent]>:before {
	content: none
}

.breadcrumb>li+li:before {
	content: '\00a0 /'
}

.breadcrumb>li>.active,
.breadcrumb>li>.selectedcrumb {
	color: #777777
}

#gallerynav .btn:active,
.SiteSearch [type=submit]:active,
.addnewtemplate>a[id*=_lnkAddNew]:active,
.ec-next-prev a:active,
.eventNextPrevious:active,
.fileinput-button:active,
.newpost:active,
.newthread:active,
.poll [id*=_lnkNewPoll]:active,
.search-button:active,
.ui-datepicker-trigger:active,
.uploadfilelist .ui-button:active,
[id*=PasswordRecovery][id*=SubmitButton]:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

#gallerynav .btn,
.SiteSearch [type=submit],
.addnewtemplate>a[id*=_lnkAddNew],
.btn-default,
.ec-next-prev a,
.eventNextPrevious,
.fileinput-button,
.newpost,
.newthread,
.poll [id*=_lnkNewPoll],
.search-button,
.ui-datepicker-trigger,
.uploadfilelist .ui-button,
[id*=PasswordRecovery][id*=SubmitButton] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
	background-image: -o-linear-gradient(top, #fff 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	text-shadow: 0 1px 0 #fff
}

#gallerynav .btn:active,
#gallerynav .btn:active:focus,
#gallerynav .btn:active:hover,
.SiteSearch [type=submit]:active,
.SiteSearch [type=submit]:active:focus,
.SiteSearch [type=submit]:active:hover,
.addnewtemplate>a[id*=_lnkAddNew]:active,
.addnewtemplate>a[id*=_lnkAddNew]:active:focus,
.addnewtemplate>a[id*=_lnkAddNew]:active:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.ec-next-prev a:active,
.ec-next-prev a:active:focus,
.ec-next-prev a:active:hover,
.eventNextPrevious:active,
.eventNextPrevious:active:focus,
.eventNextPrevious:active:hover,
.fileinput-button:active,
.fileinput-button:active:focus,
.fileinput-button:active:hover,
.newpost:active,
.newpost:active:focus,
.newpost:active:hover,
.newthread:active,
.newthread:active:focus,
.newthread:active:hover,
.poll [id*=_lnkNewPoll]:active,
.poll [id*=_lnkNewPoll]:active:focus,
.poll [id*=_lnkNewPoll]:active:hover,
.search-button:active,
.search-button:active:focus,
.search-button:active:hover,
.ui-datepicker-trigger:active,
.ui-datepicker-trigger:active:focus,
.ui-datepicker-trigger:active:hover,
.uploadfilelist .ui-button:active,
.uploadfilelist .ui-button:active:focus,
.uploadfilelist .ui-button:active:hover,
[id*=PasswordRecovery][id*=SubmitButton]:active,
[id*=PasswordRecovery][id*=SubmitButton]:active:focus,
[id*=PasswordRecovery][id*=SubmitButton]:active:hover {
	background-color: #d4d4d4;
	background-image: none;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

#gallerynav .btn:focus,
#gallerynav .btn:hover,
.SiteSearch [type=submit]:focus,
.SiteSearch [type=submit]:hover,
.addnewtemplate>a[id*=_lnkAddNew]:focus,
.addnewtemplate>a[id*=_lnkAddNew]:hover,
.btn-default:focus,
.btn-default:hover,
.ec-next-prev a:focus,
.ec-next-prev a:hover,
.eventNextPrevious:focus,
.eventNextPrevious:hover,
.fileinput-button:focus,
.fileinput-button:hover,
.newpost:focus,
.newpost:hover,
.newthread:focus,
.newthread:hover,
.poll [id*=_lnkNewPoll]:focus,
.poll [id*=_lnkNewPoll]:hover,
.search-button:focus,
.search-button:hover,
.ui-datepicker-trigger:focus,
.ui-datepicker-trigger:hover,
.uploadfilelist .ui-button:focus,
.uploadfilelist .ui-button:hover,
[id*=PasswordRecovery][id*=SubmitButton]:focus,
[id*=PasswordRecovery][id*=SubmitButton]:hover {
	background-color: #f5f5f5;
	background-position: 0 -15px;
	border-color: #ccc
}

#gallerynav .btn[disabled],
.SiteSearch [type=submit][disabled],
.addnewtemplate>a[id*=_lnkAddNew][disabled],
.btn-default[disabled],
.ec-next-prev a[disabled],
.eventNextPrevious[disabled],
.fileinput-button[disabled],
.newpost[disabled],
.newthread[disabled],
.poll [id*=_lnkNewPoll][disabled],
.search-button[disabled],
.ui-datepicker-trigger[disabled],
.uploadfilelist .ui-button[disabled],
[id*=PasswordRecovery][id*=SubmitButton][disabled] {
	background-color: #f5f5f5;
	background-image: none;
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none
}

#pnlNewFolder [id=btnNewFolder],
.operationpanel [id=btnSubmit],
.poll [id*=_btnChoose],
.postcontainer .markanswer,
.postcontainer .marksent,
.postcontainer .sendnotification,
.survey [id*=_btnStartSurvey],
.survey [id*=_lnkAddNew],
[id*=_btnGridUpdate] {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}

#pnlNewFolder [id=btnNewFolder]:active,
.operationpanel [id=btnSubmit]:active,
.poll [id*=_btnChoose]:active,
.postcontainer .markanswer:active,
.postcontainer .marksent:active,
.postcontainer .sendnotification:active,
.survey [id*=_btnStartSurvey]:active,
.survey [id*=_lnkAddNew]:active,
[id*=_btnGridUpdate]:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.poll [id*=_btnCopyToNewPoll] {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}

.poll [id*=_btnCopyToNewPoll]:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

[id*=_btnGridCancel],
[id*=_grdHistory][id*=_btnRestoreToEditor] {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}

[id*=_btnGridCancel]:active,
[id*=_grdHistory][id*=_btnRestoreToEditor]:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.poll [id*=_btnRemoveCurrent],
[id*=_btnGridDelete],
[id*=_grdHistory][id*=_btnDelete] {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}

.poll [id*=_btnRemoveCurrent]:active,
[id*=_btnGridDelete]:active,
[id*=_grdHistory][id*=_btnDelete]:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.buttonlink,
.poll [id*=_lnkEdit],
[id*=_LinkButton2],
[id*=_btnRename] {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}

.buttonlink:active,
.poll [id*=_lnkEdit]:active,
[id*=_LinkButton2]:active,
[id*=_btnRename]:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:not(input):empty {
	display: none
}

.btn-group>.btn:not(input):empty+.btn {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.settinglabel {
	font-size: smaller;
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 9px;
	min-height: 24px;
	vertical-align: top;
	width: 18em
}

.box-inline .addcontent>strong,
.box-inline .operationheading,
.box-inline .settinglabel,
.box-inline label,
.rbroles .addcontent>strong,
.rbroles .operationheading,
.rbroles .settinglabel,
.rbroles label {
	font-size: smaller;
	width: auto
}

input[type=file] {
	display: inline-block
}

@media (min-width:768px) {

	.form-control:not([type=checkbox]),
	input[type=email].forminput:not([type=checkbox]),
	input[type=number].forminput:not([type=checkbox]),
	input[type=password].forminput:not([type=checkbox]),
	input[type=text].forminput:not([type=checkbox]),
	select.forminput:not([type=checkbox]) {
		display: inline-block;
		width: 260px;
		vertical-align: middle
	}

	textarea.form-control:not([type=checkbox]),
	textareainput[type=email].forminput:not([type=checkbox]),
	textareainput[type=number].forminput:not([type=checkbox]),
	textareainput[type=password].forminput:not([type=checkbox]),
	textareainput[type=text].forminput:not([type=checkbox]),
	textareaselect.forminput:not([type=checkbox]) {
		width: 100%
	}

	.widetextbox textarea.form-control:not([type=checkbox]),
	.widetextbox textareainput[type=email].forminput:not([type=checkbox]),
	.widetextbox textareainput[type=number].forminput:not([type=checkbox]),
	.widetextbox textareainput[type=password].forminput:not([type=checkbox]),
	.widetextbox textareainput[type=text].forminput:not([type=checkbox]),
	.widetextbox textareaselect.forminput:not([type=checkbox]) {
		width: 50%
	}
}

.logolist .settingblock,
.settingrow .settingblock {
	display: inline-block
}

input.slider-input {
	-webkit-appearance: none;
	display: inline-block;
	margin: 4.5px 10px 4.5px 0;
	vertical-align: middle;
	width: 260px
}

input.slider-input::-webkit-slider-runnable-track {
	background: white;
	border-radius: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
	height: 25px;
	width: 100%
}

input.slider-input::-moz-range-track {
	background: white;
	border-radius: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
	height: 25px;
	width: 100%
}

input.slider-input::-ms-track {
	background: white;
	border-color: transparent;
	box-sizing: border-box;
	color: transparent;
	cursor: pointer;
	height: 25px;
	width: 100%
}

input.slider-input::-ms-track>* {
	box-sizing: border-box
}

input.slider-input::-ms-fill-lower {
	background: white;
	border: 1px solid #ccc;
	border-radius: 4px
}

input.slider-input::-ms-fill-upper {
	background: white;
	border: 0.1px solid #ccc;
	border-radius: 4px
}

input.slider-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #337ab7;
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	height: 34px;
	margin-top: -4.6px;
	width: 16px
}

input.slider-input::-moz-range-thumb {
	background: #337ab7;
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	height: 34px;
	width: 16px
}

input.slider-input::-ms-thumb {
	background: #337ab7;
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 1.5px;
	height: 34px;
	width: 16px
}

input.slider-input:focus {
	outline: none
}

input.slider-input:focus::-webkit-slider-runnable-track {
	background: white;
	border-color: #66afe9;
	-webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 0 8px rgba(102, 175, 233, 0.6)
}

input.slider-input:focus::-moz-range-track {
	border-color: #66afe9;
	box-shadow: 0 0 8px rgba(102, 175, 233, 0.6)
}

input.slider-input:focus::-ms-fill-lower {
	background: white;
	border-color: #66afe9;
	box-shadow: 0 0 8px rgba(102, 175, 233, 0.6)
}

input.slider-input:focus::-ms-fill-upper {
	background: white;
	border-color: #66afe9;
	box-shadow: 0 0 8px rgba(102, 175, 233, 0.6)
}

.slider-output {
	border: 0 none;
	display: inline-block;
	font-weight: 700;
	padding: 0;
	vertical-align: middle
}

textarea.form-control,
textareainput[type=email].forminput,
textareainput[type=number].forminput,
textareainput[type=password].forminput,
textareainput[type=text].forminput,
textareaselect.forminput {
	resize: vertical
}

.panelwrapper.pagetree table {
	width: 100%
}

.panelwrapper.pagetree table td:nth-child(2) {
	width: 400px
}

.page-tree {
	max-width: 400px;
	width: 100%
}

.auto-complete+.form-control,
.auto-complete+input[type=email].forminput,
.auto-complete+input[type=number].forminput,
.auto-complete+input[type=password].forminput,
.auto-complete+input[type=text].forminput,
.auto-complete+select.forminput {
	width: 6em
}

@media (min-width:768px) {

	.pwd-regex,
	textarea.inline-textarea {
		display: inline-block;
		width: 40%
	}
}

div.forminput {
	display: inline-block
}

[id*=mainContent_ddImage] {
	min-height: 150px
}

.date-picker {
	display: inline-block;
	vertical-align: inherit;
	width: 226px
}

.date-picker+.ui-datepicker-trigger {
	background-color: #f2f2f2;
	border-left: 0 none;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	font-weight: 700;
	padding: 6px 0;
	vertical-align: inherit;
	width: 34px
}

.logolist [type=text].smalltextbox,
.settingrow [type=text].smalltextbox {
	width: 6em
}

.forums table [type=text],
.forums table select,
.forumview table [type=text],
.forumview table select,
.table [type=text],
.table select {
	max-width: 100%
}

.contentmanager .forums table [type=text],
.contentmanager .forums table select,
.contentmanager .forumview table [type=text],
.contentmanager .forumview table select,
.contentmanager .table [type=text],
.contentmanager .table select {
	width: auto
}

.panelayout h2 {
	font-size: 20px;
	text-align: center
}

.panelayout .regularpanes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px
}

.panelayout .regularpanes .pane {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(100%/3);
	flex: 1 0 calc(100%/3);
	padding: 0 15px
}

.panelayout .panelistbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.panelayout .pane select {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.panelayout .pane .layoutbuttons {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	margin-left: 6px
}

.panelayout .pane .layoutbuttons>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 10px
}

.panelayout .pane .layoutbuttons>:first-child {
	margin-top: 10px
}

.panelayout .layoutalt1,
.panelayout .layoutalt2 {
	margin: 0 -15px
}

.panelayout .layoutalt1 .panelistbox,
.panelayout .layoutalt2 .panelistbox {
	margin: 0 auto;
	padding: 0 15px;
	width: calc(100%/3)
}

.box-inline {
	display: inline-block;
	list-style: none outside none;
	margin: 8px 0 0;
	padding-left: 0
}

.box-inline li,
.rbroles {
	margin-right: 10px;
	vertical-align: top
}

.box-inline li+li {
	margin-left: 0
}

.box-inline li input[type=checkbox] {
	margin-top: 5px
}

.box-inline li .addcontent>strong,
.box-inline li .operationheading,
.box-inline li .settinglabel,
.box-inline li label {
	display: inline;
	font-weight: 400;
	margin: 0
}

.logolist>input[type=checkbox],
.logolist>span.forminput>input[type=checkbox],
.settingrow>input[type=checkbox],
.settingrow>span.forminput>input[type=checkbox] {
	margin-top: 10px
}

.authorinfo:not(.createdby) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	gap: 10px;
	margin: 15px 0
}

.authorinfo:not(.createdby) .avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px
}

.mojo-tabs .nav-tabs {
	margin-bottom: 15px
}

.blogview .blogpager .postlink {
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #ddd;
	display: inline-block;
	font-size: 0;
	padding: 5px 14px
}

.blogview .blogpager .postlink:after,
.blogview .blogpager .postlink:before {
	font-size: 14px
}

.blogview .blogpager .postlink:focus,
.blogview .blogpager .postlink:hover {
	background-color: #eeeeee;
	text-decoration: none
}

.blogview .blogpager .nextpost {
	float: right
}

.blogview .blogpager .nextpost:before {
	content: 'Next Post'
}

.blogview .blogpager .nextpost:after {
	content: '\f101';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.blogview .blogpager .nextpost:after {
	margin-left: 6px
}

.blogview .blogpager .prevpost {
	float: left
}

.blogview .blogpager .prevpost:before {
	content: '\f100';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.blogview .blogpager .prevpost:before {
	margin-right: 6px
}

.blogview .blogpager .prevpost:after {
	content: 'Previous Post'
}

.pagination a[title*=Page]:not([title*='Navigate to Page']) {
	font-family: FontAwesome
}

.templatetitle {
	margin: 0
}

.templateinfo :last-child {
	margin-bottom: 0
}

.ModuleEditLink,
.modulelinks {
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: capitalize
}

.inlineedittoggle {
	display: inline-block;
	vertical-align: sub
}

#editLink:before,
.editlink:before,
[id*=_editLink]:before {
	content: '\f044';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

#editLink img,
.editlink img,
[id*=_editLink] img {
	display: none
}

a.mhelp {
	color: #5bc0de !important;
	margin-left: 6px;
	vertical-align: baseline
}

a.mhelp:before {
	content: '\f059';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

a.mhelp:hover {
	color: #31b0d5 !important;
	text-decoration: none
}

a.mhelp:before {
	font-size: 18px
}

a.mhelp img {
	display: none
}

#fm1_pnlFile>table,
.filemanager .modulecontent>[id*=_pnlFile]>table {
	max-width: 100%;
	width: 100%
}

.table-file-manager {
	margin-bottom: 0
}

.fthumbs img,
.gallerylist .galleryitem>a {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out
}

.fthumbs img>img,
.gallerylist .galleryitem>a>img {
	margin-left: auto;
	margin-right: auto
}

.fthumbs img.active,
.fthumbs img:focus,
.fthumbs img:hover,
.gallerylist .galleryitem>a.active,
.gallerylist .galleryitem>a:focus,
.gallerylist .galleryitem>a:hover {
	border-color: #337ab7
}

.pageditnotes {
	margin: 0 0 10px
}

.text-indent-1 {
	text-indent: 40px
}

.text-indent-2 {
	text-indent: 60px
}

.text-indent-3 {
	text-indent: 80px
}

.list-inline,
.member-list>ul,
ul.simplehorizontalmenu {
	display: inline
}

.fsubcribe1,
.moduleIconsList,
.pageicons {
	display: none
}

.m-a-0 {
	margin: 0 !important
}

.m-t-0 {
	margin-top: 0 !important
}

.m-r-0 {
	margin-right: 0 !important
}

.m-b-0 {
	margin-bottom: 0 !important
}

.m-l-0 {
	margin-left: 0 !important
}

.m-x-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.m-y-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.m-a-gutter {
	margin: 30px
}

.m-a-gutter-half {
	margin: 15px
}

.m-t-gutter {
	margin-top: 30px
}

.m-t-gutter-half {
	margin-top: 15px
}

.m-r-gutter {
	margin-right: 30px
}

.m-r-gutter-half {
	margin-right: 15px
}

.m-b-gutter {
	margin-bottom: 30px
}

.m-b-gutter-half {
	margin-bottom: 15px
}

.m-l-gutter {
	margin-left: 30px
}

.m-l-gutter-half {
	margin-left: 15px
}

.m-x-gutter {
	margin-right: 30px;
	margin-left: 30px
}

.m-x-gutter-half {
	margin-right: 15px;
	margin-left: 15px
}

.m-y-gutter {
	margin-top: 30px;
	margin-bottom: 30px
}

.m-y-gutter-half {
	margin-top: 15px;
	margin-bottom: 15px
}

.p-a-0 {
	padding: 0 !important
}

.p-t-0 {
	padding-top: 0 !important
}

.p-r-0 {
	padding-right: 0 !important
}

.p-b-0 {
	padding-bottom: 0 !important
}

.p-l-0 {
	padding-left: 0 !important
}

.p-x-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.p-y-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.p-a-gutter {
	padding: 30px
}

.p-a-gutter-half {
	padding: 15px
}

.p-t-gutter {
	padding-top: 30px
}

.p-t-gutter-half {
	padding-top: 15px
}

.p-r-gutter {
	padding-right: 30px
}

.p-r-gutter-half {
	padding-right: 15px
}

.p-b-gutter {
	padding-bottom: 30px
}

.p-b-gutter-half {
	padding-bottom: 15px
}

.p-l-gutter {
	padding-left: 30px
}

.p-l-gutter-half {
	padding-left: 15px
}

.p-x-gutter {
	padding-right: 30px;
	padding-left: 30px
}

.p-x-gutter-half {
	padding-right: 15px;
	padding-left: 15px
}

.p-y-gutter {
	padding-top: 30px;
	padding-bottom: 30px
}

.p-y-gutter-half {
	padding-top: 15px;
	padding-bottom: 15px
}

.text-xs-left {
	text-align: left !important
}

.text-xs-right {
	text-align: right !important
}

.text-xs-center {
	text-align: center !important
}

@media (min-width:768px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

.login .form-control,
.login input[type=email].forminput,
.login input[type=number].forminput,
.login input[type=password].forminput,
.login input[type=text].forminput,
.login select.forminput {
	display: block
}

.help-page {
	font-size: 16px
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}

	.modal-fluid {
		width: 60%
	}

	.modal-fluid-lg {
		width: 75%
	}

	.modal-fluid-xl {
		width: 90%
	}
}

@media (min-width:1200px) {
	.modal-xl {
		width: 1170px
	}
}

.modal-full-height .modal-dialog {
	height: calc(100vh - 60px)
}

.modal-full-height .modal-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}

.modal-full-height .modal-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.modal-full-height .modal-body>iframe {
	height: 100%
}

.badge-default {
	background-color: #777777
}

.badge-default[href]:focus,
.badge-default[href]:hover {
	background-color: #5e5e5e
}

.badge-primary {
	background-color: #337ab7
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	background-color: #286090
}

.badge-success {
	background-color: #5cb85c
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	background-color: #449d44
}

.badge-info {
	background-color: #5bc0de
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	background-color: #31b0d5
}

.badge-warning {
	background-color: #f0ad4e
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	background-color: #ec971f
}

.badge-danger {
	background-color: #d9534f
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	background-color: #c9302c
}

.forums table h3 {
	font-size: 20px;
	margin-top: 0
}

.forumEdit,
.threadEdit {
	font: normal normal normal 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right
}

.forumEdit:before,
.threadEdit:before {
	content: "\f044";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.commentEdit:before {
	content: "\f044\00a0";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.newpost {
	text-transform: capitalize
}

.newpost:before {
	content: "\f075\00a0";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.newthread {
	text-transform: capitalize
}

.newthread:before {
	content: "\f040\00a0";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.forumsearch {
	text-align: right
}

.forumnotify,
.forumthreadview .modulepager,
.forumview .modulepager,
.postlistwrap {
	margin-bottom: 20px
}

.postcontainer .cmdbar {
	padding-top: 4px;
	padding-bottom: 4px
}

.postcontainer .markanswer,
.postcontainer .marksent,
.postcontainer .sendnotification {
	margin-right: 5px
}

.postcontainer {
	border: 1px solid #ddd
}

.postcontainer+.postcontainer {
	border-top: 0 none
}

.postwrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.forumpostheader {
	border-bottom: 1px solid #ddd;
	padding: 4px 15px
}

.postleft {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	text-align: center;
	padding: 15px;
	width: 25%
}

@media (min-width:992px) {
	.postleft {
		width: 16%
	}
}

.postright {
	border-left: 1px solid #ddd;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px
}

.posttopic h3,
.posttopic h4 {
	font-size: 20px;
	margin-top: 0
}

.forumpostusername [id*=_Hyperlink]:before,
.forumpostusername [id*=_edituser]:before,
.forumpostusername [id*=_useredit]:before {
	content: "\f007";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.forumpostusername [id*=_Hyperlink] img,
.forumpostusername [id*=_edituser] img,
.forumpostusername [id*=_useredit] img {
	display: none
}

.forumpostusername .edituser {
	font-size: 0;
	color: transparent
}

.forumpostusername .edituser:before {
	content: "\f007";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.forumpostusername .edituser:before {
	font-size: 14px;
	color: #337ab7
}

.forumpostusername .edituser:hover:before {
	color: #23527c
}

.blog-post__featured-image-figure {
	border: 1px solid #eeeeee;
	padding: 15px;
	margin-bottom: 25px;
	text-align: center
}

.blogitem {
	margin-bottom: 60px
}

.blogwrapper.blogview [class*=blognav] .bsidelist:first-of-type h3 {
	margin-top: 0
}

.blogmodule.blogarchive .moduletitle,
.blogmodule.blogcategories .moduletitle,
.blogwrapper.blogview .moduletitle {
	font-size: 36px
}

.blogmodule.blogarchive .modulecontent,
.blogmodule.blogcategories .modulecontent,
.blogwrapper.blogview .modulecontent {
	margin-left: -15px;
	margin-right: -15px
}

h3.subtitle {
	margin-top: 0
}

[class*=blognav] {
	font-size: 14px
}

.blogtitle {
	font-size: 30px
}

.blogitem .subtitle {
	display: block
}

.blogview .blogtext>h2:first-child,
.blogview .blogtext>h3:first-child,
.blogview .blogtext>h4:first-child,
.blogview .blogtext>h5:first-child,
.blogview .blogtext>h6:first-child {
	margin-top: 0
}

.blogcommentlink {
	display: none
}

div.blogdate {
	border-top: 1px solid #eeeeee;
	font-size: 14px;
	margin-top: 20px;
	padding-top: 20px
}

div.blogdate .blogauthor {
	display: none
}

div.blogdate .bdate {
	margin-right: 10px
}

div.blogdate .bdate:before {
	content: "\f017";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

div.blogdate .bdate:before {
	margin-right: 6px
}

div.blogdate .tagslabel:before {
	content: "\f02c";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

div.blogdate .tagslabel:before {
	margin-right: 6px
}

.paddiv {
	display: none
}

.blog-postlist__metadata .fa {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	font-size: 16px;
	text-align: center;
	line-height: 20px
}

.blog-postlist__metadata>span {
	margin-bottom: 5px;
	margin-right: 5px
}

.blog-postlist__metadata>span:last-child {
	margin-right: 0
}

.blog-postlist__metadata a,
.blog-postlist__metadata>span {
	display: inline-block
}

.blog-postlist__metadata .blog-postlist__author-avatar {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	text-align: center
}

.blog-postlist__metadata .blog-postlist__author-avatar img {
	width: 16px;
	height: 16px;
	border-radius: 50%
}

.commenteditpanel legend {
	border-bottom: 0 none;
	margin-bottom: 10px
}

.commenteditpanel legend .addcontent>strong,
.commenteditpanel legend .operationheading,
.commenteditpanel legend .settinglabel,
.commenteditpanel legend label {
	font-weight: 400;
	margin: 0
}

.commenteditpanel .logolist:last-child,
.commenteditpanel .settingrow:last-child {
	margin-bottom: 0
}

.rsswrapper {
	margin-left: -15px;
	margin-right: -15px
}

[class*=rssnav] {
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	width: 25%
}

[class*=rssnav] .feedlink,
[class*=rssnav] [id*=FeedList][id*=_Hyperlink3] {
	color: #FFA500
}

[class*=rssnav] .feedlink:before,
[class*=rssnav] [id*=FeedList][id*=_Hyperlink3]:before {
	content: "\f143";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

[class*=rssnav] .feedlink img,
[class*=rssnav] [id*=FeedList][id*=_Hyperlink3] img {
	display: none
}

.feededit [class*=rssnav] [id*=FeedListName],
.feededit [class*=rssnav] [id*=FeedListName]+br {
	display: none
}

[class*=rsscenter] {
	padding-left: 15px;
	padding-right: 15px;
	width: 75%
}

.rsscenter-leftnav,
.rssnavright {
	float: right
}

.rsscenter-rightnav,
.rssnavleft {
	float: left
}

.feedscroller .rsswrapper {
	position: relative;
	overflow: hidden
}

.feedscroller .rssentries {
	position: relative
}

.rssmodule .modulecontent {
	margin-left: -15px;
	margin-right: -15px
}

.feededit .rssmodule [id*=pnlEdit] {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 75%
}

[id*=_btnClearCache] {
	clear: both;
	display: block;
	margin-left: 15px
}

[class*=rssfeedentry][class$=False] {
	opacity: 0.5
}

.event-cal [colspan="7"],
.event-cal-pro [colspan="7"] {
	padding: 0
}

.ec-title,
.eventcalheader {
	width: 100%
}

.ec-title td,
.eventcalheader td {
	padding: 6px
}

.ec-title td:nth-child(2),
.eventcalheader td:nth-child(2) {
	text-align: center
}

.ec-title td:nth-child(3),
.eventcalheader td:nth-child(3) {
	text-align: right
}

.eventcalheader td {
	text-align: left
}

.eventcalheader td:nth-child(2) h3 {
	margin: 0
}

.ec-next-prev a {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 8px 20px 5px
}

.eventNextPrevious {
	padding: 6px
}

.ec-head {
	font-weight: bold;
	text-align: center;
	width: 14.28571429%
}

.ec-day {
	height: 100px;
	text-align: right
}

.event-cal-pro .ec-day {
	height: auto
}

.eventcontainer {
	text-align: left;
	margin-bottom: 10px
}

.eventcontainer:last-child {
	margin-bottom: 0
}

.eventcontainer #lnkItemUrl,
.eventcontainer .eventlink {
	display: inline-block;
	font-size: 10px;
	line-height: 1.2
}

.ec-other-month {
	background-color: #fcfcfc
}

.ec-other-month a {
	color: #777
}

.ec-today {
	background-color: #eff5fb
}

.calexportlinks a {
	display: inline-block;
	margin-right: 10px
}

.calexportlinks a:before {
	content: '\f073';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.calexportlinks a:before {
	margin-right: 6px
}

.eventdetailview .categoriesrow .settinglabel,
.eventdetailview .contactsrow .settinglabel,
.eventdetailview .daterow .settinglabel,
.eventdetailview .ecp-price .settinglabel,
.eventdetailview .localrow .settinglabel,
.eventdetailview .registerlink .settinglabel,
.eventdetailview .repeatsrow .settinglabel,
.eventdetailview .timerow .settinglabel {
	font-size: 14px;
	margin-top: 0;
	min-height: 0;
	width: 5em
}

.contactsrow ul.simplelist {
	display: inline-block;
	margin: 0
}

.addtocalendarrow {
	position: relative
}

.eventlistview .summary.url {
	color: #337ab7;
	display: inline-block
}

.eventlistview .summary.url:hover {
	color: #23527c
}

.eventlistview .location {
	display: block
}

.eventlistview .eventdate,
.eventlistview .eventtime,
.eventlistview .location {
	margin-bottom: 10px
}

.eventmenu .rsslink {
	background: none no-repeat scroll 0 0 transparent;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0
}

.eventmenu .rsslink:before {
	content: '\f09e';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.eventmenu .rsslink:after {
	content: ' Subscribe to Feed'
}

.eventmenu .rsslink img {
	display: none
}

.emptydayfiller {
	display: inline-block
}

.recur-day-selection span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.recur-row input[type=radio],
.recur-wrap input[type=checkbox] {
	margin: 5px 5px 3px 0;
	display: inline-block;
	vertical-align: top
}

.recur-row input[type=radio] {
	vertical-align: middle
}

.recur-wrap .settinglabel {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

.recur-wrap .prettyemptylabel {
	vertical-align: top;
	top: 7px
}

.recur-day-selection .box-inline {
	margin-top: 0
}

.recur-day-selection .box-inline li {
	margin-top: 0;
	padding-left: 0;
	padding-right: 5px;
	cursor: default;
	position: relative
}

.recur-day-selection .box-inline input[type=checkbox] {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%
}

.pretty-checkboxes .recur-day-selection .box-inline .addcontent>strong,
.pretty-checkboxes .recur-day-selection .box-inline .operationheading,
.pretty-checkboxes .recur-day-selection .box-inline .settinglabel,
.pretty-checkboxes .recur-day-selection .box-inline label {
	font-size: 0;
	color: transparent;
	display: block;
	cursor: pointer;
	padding-left: 0;
	margin-bottom: 0
}

.recur-day-selection .box-inline .addcontent>strong:first-letter,
.recur-day-selection .box-inline .operationheading:first-letter,
.recur-day-selection .box-inline .settinglabel:first-letter,
.recur-day-selection .box-inline label:first-letter {
	font-size: 16px;
	color: initial;
	background-color: #bdbdbd;
	border-radius: 50%;
	padding: 6px 9px;
	font-family: 'Lucida Console', Courier, monospace
}

.recur-day-selection .box-inline input[type=checkbox]:checked+.addcontent>strong:first-letter,
.recur-day-selection .box-inline input[type=checkbox]:checked+.operationheading:first-letter,
.recur-day-selection .box-inline input[type=checkbox]:checked+.settinglabel:first-letter,
.recur-day-selection .box-inline input[type=checkbox]:checked+label:first-letter {
	background-color: #337ab7;
	color: #fff
}

.pretty-checkboxes .recur-day-selection .box-inline .addcontent>strong:after,
.pretty-checkboxes .recur-day-selection .box-inline .addcontent>strong:before,
.pretty-checkboxes .recur-day-selection .box-inline .operationheading:after,
.pretty-checkboxes .recur-day-selection .box-inline .operationheading:before,
.pretty-checkboxes .recur-day-selection .box-inline .settinglabel:after,
.pretty-checkboxes .recur-day-selection .box-inline .settinglabel:before,
.pretty-checkboxes .recur-day-selection .box-inline label:after,
.pretty-checkboxes .recur-day-selection .box-inline label:before {
	display: none;
	content: none
}

.eventcalendaredit .forminput>input[name*=Date] {
	min-width: 160px
}

.calendar-filter .gotomonth .date-picker {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px
}

.calendar-filter .filter-dates .fb-parent input {
	width: 46%
}

.calendar-filter .filter-dates .fb-parent .addcontent>strong,
.calendar-filter .filter-dates .fb-parent .operationheading,
.calendar-filter .filter-dates .fb-parent .settinglabel,
.calendar-filter .filter-dates .fb-parent label {
	width: 1%;
	line-height: 34px;
	padding: 0 2px
}

.ec-today .dayNumber a {
	border: 2px solid #f0ad4e;
	border-radius: 20px;
	padding: 4px;
	margin: 0
}

.ec-today.dayHeader {
	padding-right: 0
}

td.ec-day.emptycell {
	padding: 0
}

ul.ecp-category-list,
ul.ecp-contact-list {
	list-style-type: none;
	padding: 0
}

li.ecp-category-item:first-child {
	padding-top: 0
}

li.ecp-category-item {
	padding-top: 10px
}

.FileManager_table {
	width: 100%
}

.shared-files-table {
	margin-bottom: 0
}

.shared-files-table .col-rename {
	display: none
}

.shared-files-table .col-edit a[href*="Download.aspx"]:before {
	content: "\f019";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.shared-files-table .col-edit a[href*="Download.aspx"] img {
	display: none
}

.trfilecount {
	text-align: right
}

.trfilecount .sfcount {
	color: #777777;
	font-size: 85%
}

.filemanager .modulecontent>[id*=_pnlFile]>table:first-of-type>tbody>tr:nth-child(3) {
	text-align: right
}

.filemanager .modulecontent>[id*=_pnlFile]>table:first-of-type>tbody>tr:nth-child(3) [id*=lblCounter] {
	color: #777777;
	font-size: 85%
}

.fileupload-dropzone {
	text-align: center
}

.fileinput-button {
	overflow: hidden;
	position: relative
}

.fileinput-button:before {
	content: "\f0c5";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.fileinput-button:before {
	margin-right: 6px
}

.fileinput-button:after {
	content: "Choose Files"
}

.fileinput-button button.ui-button {
	display: none
}

.fileinput-button input {
	bottom: 0;
	cursor: pointer;
	left: -250px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fileinput-button input::-webkit-file-upload-button {
	cursor: pointer
}

.newfolderpanel {
	margin-bottom: 20px
}

.newfolderpanel+[id*=_btnRefresh] {
	display: none
}

.uploadfilelist .ui-button:before {
	content: "\f093";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.uploadfilelist .ui-button:before {
	margin-right: 6px
}

ul.filelist .ui-icon.ui-icon-trash {
	background: none repeat scroll 0 0 transparent;
	color: #d9534f;
	cursor: pointer;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: auto;
	margin-left: 6px;
	overflow: visible;
	text-indent: 0;
	text-rendering: auto;
	vertical-align: middle;
	width: auto
}

ul.filelist .ui-icon.ui-icon-trash:before {
	content: "\f00d";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.choose-file.btn {
	overflow: hidden;
	position: relative
}

.choose-file.btn .fileimportstyles {
	-webkit-appearance: none;
	bottom: 0;
	cursor: pointer;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0
}

.choose-file.btn .fileimportstyles::-webkit-file-upload-button {
	cursor: pointer
}

.clear-input {
	color: #d9534f;
	cursor: pointer;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 6px;
	vertical-align: middle
}

div.jp-audio ul li,
div.jp-video ul li {
	background-image: none;
	padding-left: 0;
	margin: 0
}

div.jp-audio,
div.jp-video {
	font-size: 1.25em;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6;
	color: #666;
	border: 1px solid #337ab7;
	background-color: #eee;
	position: relative
}

div.jp-audio {
	width: 422px
}

div.jp-video-270p {
	width: 482px
}

div.jp-video-360p {
	width: 642px
}

div.jp-video-full {
	width: 480px;
	height: 270px;
	position: static !important;
	position: relative
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important;
	position: relative;
	overflow: hidden;
	z-index: 11000
}

div.jp-video-full div.jp-gui {
	position: fixed !important;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11000
}

div.jp-video-full div.jp-interface {
	position: absolute !important;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 11000
}

div.jp-interface {
	position: relative;
	background-color: #eee;
	width: 100%
}

div.jp-audio div.jp-type-single div.jp-interface {
	height: 80px
}

div.jp-audio div.jp-type-playlist div.jp-interface {
	height: 80px
}

div.jp-video div.jp-interface {
	border-top: 1px solid #337ab7
}

div.jp-controls-holder {
	clear: both;
	width: 440px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	top: -8px
}

div.jp-interface ul.jp-controls {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}

div.jp-audio ul.jp-controls {
	width: 380px;
	padding: 20px 20px 0 20px
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	margin-left: 200px
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px
}

div.jp-interface ul.jp-controls li,
div.jp-video ul.jp-controls {
	display: inline;
	float: left
}

div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px
}

a.jp-pause,
a.jp-play {
	width: 40px;
	height: 40px
}

a.jp-play {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 0 no-repeat
}

a.jp-play:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -41px 0 no-repeat
}

a.jp-pause {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none
}

a.jp-pause:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -41px -42px no-repeat
}

a.jp-next,
a.jp-previous,
a.jp-stop {
	width: 28px;
	height: 28px;
	margin-top: 6px
}

a.jp-stop {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -83px no-repeat;
	margin-left: 10px
}

a.jp-stop:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -29px -83px no-repeat
}

a.jp-previous {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -112px no-repeat
}

a.jp-previous:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -29px -112px no-repeat
}

a.jp-next {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -141px no-repeat
}

a.jp-next:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -29px -141px no-repeat
}

div.jp-progress {
	overflow: hidden;
	background-color: #ddd
}

div.jp-audio div.jp-progress {
	position: absolute;
	top: 32px;
	height: 15px
}

div.jp-audio div.jp-type-single div.jp-progress {
	left: 110px;
	width: 186px
}

div.jp-audio div.jp-type-playlist div.jp-progress {
	left: 100px;
	width: 130px
}

.AudioPlayer div.jp-audio div.jp-type-playlist div.jp-progress {
	left: 166px;
	width: 130px
}

div.jp-video div.jp-progress {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px
}

div.jp-seek-bar {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width: 0px;
	height: 100%;
	cursor: pointer
}

div.jp-play-bar {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -218px repeat-x;
	width: 0px;
	height: 100%
}

div.jp-seeking-bg {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.seeking.gif")
}

a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width: 18px;
	height: 15px;
	margin-top: 12px
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px
}

div.jp-audio a.jp-volume-max {
	margin-left: 56px
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top: 12px;
	margin-top: 0
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px
}

div.jp-video a.jp-volume-max {
	left: 134px
}

a.jp-mute {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -170px no-repeat
}

a.jp-mute:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -19px -170px no-repeat
}

a.jp-unmute {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -60px -170px no-repeat;
	display: none
}

a.jp-unmute:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -79px -170px no-repeat
}

a.jp-volume-max {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -186px no-repeat
}

a.jp-volume-max:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -19px -186px no-repeat
}

div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width: 46px;
	height: 5px;
	cursor: pointer
}

div.jp-audio div.jp-volume-bar {
	top: 37px;
	left: 330px
}

div.jp-video div.jp-volume-bar {
	top: 17px;
	left: 72px
}

div.jp-volume-bar-value {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width: 0px;
	height: 5px
}

div.jp-audio div.jp-time-holder {
	position: absolute;
	top: 50px
}

div.jp-audio div.jp-type-single div.jp-time-holder {
	left: 110px;
	width: 186px
}

div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left: 166px;
	width: 130px
}

div.jp-current-time,
div.jp-duration {
	width: 60px;
	font-size: 0.64em;
	font-style: oblique
}

div.jp-current-time {
	float: left;
	display: inline
}

div.jp-duration {
	float: right;
	display: inline;
	text-align: right
}

div.jp-video div.jp-current-time {
	margin-left: 20px
}

div.jp-video div.jp-duration {
	margin-right: 20px
}

div.jp-title {
	font-weight: bold;
	text-align: center
}

div.jp-playlist,
div.jp-title {
	width: 100%;
	background-color: #ccc;
	border-top: 1px solid #337ab7
}

div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist,
div.jp-type-single div.jp-title {
	border-top: none
}

div.jp-playlist ul,
div.jp-title ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	font-size: 0.72em
}

div.jp-title li {
	padding: 5px 0;
	font-weight: bold
}

div.jp-playlist li {
	padding: 5px 0 4px 20px;
	border-bottom: 1px solid #eee
}

div.jp-playlist li div {
	display: inline
}

div.jp-type-playlist div.jp-playlist li:last-child {
	padding: 5px 0 5px 0px;
	border-bottom: none
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 7px
}

div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none
}

div.jp-type-playlist div.jp-playlist a:hover {
	color: #337ab7
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color: #337ab7
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float: right;
	display: inline;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	color: #666
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color: #337ab7
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float: right;
	display: inline;
	text-align: right;
	margin-right: 10px
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
	color: #666
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
	color: #337ab7
}

span.jp-artist {
	font-size: 0.8em;
	color: #666
}

div.jp-video-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0)
}

div.jp-video-270p div.jp-video-play {
	height: 270px
}

div.jp-video-360p div.jp-video-play {
	height: 360px
}

div.jp-video-full div.jp-video-play {
	height: 100%;
	z-index: 11000
}

a.jp-video-play-icon {
	position: relative;
	display: block;
	width: 112px;
	height: 100px;
	margin-left: -56px;
	margin-top: -50px;
	left: 50%;
	top: 50%;
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
	text-indent: -9999px
}

div.jp-video-play:hover a.jp-video-play-icon {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.video.play.png") 0 -100px no-repeat
}

div.jp-jplayer,
div.jp-jplayer audio {
	width: 0px;
	height: 0px
}

div.jp-jplayer {
	background-color: #000000
}

ul.jp-toggles {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width: 25px
}

div.jp-audio .jp-type-playlist ul.jp-toggles {
	width: 55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px
}

div.jp-video ul.jp-toggles {
	margin-top: 10px;
	width: 100px
}

ul.jp-toggles li {
	display: block;
	float: right
}

ul.jp-toggles li a {
	display: block;
	width: 25px;
	height: 18px;
	text-indent: -9999px;
	line-height: 100%
}

a.jp-full-screen {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -310px no-repeat;
	margin-left: 20px
}

a.jp-full-screen:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -30px -310px no-repeat
}

a.jp-restore-screen {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -60px -310px no-repeat;
	margin-left: 20px
}

a.jp-restore-screen:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -90px -310px no-repeat
}

a.jp-repeat {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -290px no-repeat
}

a.jp-repeat:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -30px -290px no-repeat
}

a.jp-repeat-off {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -60px -290px no-repeat
}

a.jp-repeat-off:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -90px -290px no-repeat
}

a.jp-shuffle {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") 0 -270px no-repeat;
	margin-left: 5px
}

a.jp-shuffle:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -30px -270px no-repeat
}

a.jp-shuffle-off {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -60px -270px no-repeat;
	margin-left: 5px
}

a.jp-shuffle-off:hover {
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/jplayer/jplayer.blue.monday.jpg") -90px -270px no-repeat
}

.jp-no-solution {
	position: absolute;
	width: 390px;
	margin-left: -202px;
	left: 50%;
	top: 10px;
	padding: 5px;
	font-size: 0.8em;
	background-color: #eee;
	border: 2px solid #337ab7;
	color: #000;
	display: none
}

.jp-no-solution a {
	color: #000
}

.jp-no-solution span {
	font-size: 1em;
	display: block;
	text-align: center;
	font-weight: bold
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden
}

#cboxWrapper {
	max-width: none;
	background-color: #fff
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#cboxOverlay {
	background: #222222
}

#colorbox {
	outline: 0
}

#cboxContent {
	margin-top: 32px;
	overflow: visible;
	background: #fff;
	padding: 0
}

.cboxIframe {
	background: #fff
}

.cboxIframe[src*="/FileManager"] {
	margin: 0 -15px -15px;
	width: calc(100% + 30px);
	height: calc(100% + 15px)
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {
	background: #fff;
	padding: 15px
}

#cboxLoadingGraphic {
	min-height: 120px;
	position: relative
}

#cboxLoadingGraphic:before {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #337ab7;
	border-radius: 50%;
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#cboxLoadingGraphic:after {
	content: "Loading, please wait";
	display: inline-block;
	font-size: 18px;
	left: 50%;
	margin-top: 90px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	white-space: nowrap
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

#cboxLoadingOverlay {
	background: #fff
}

#cboxTitle {
	position: absolute;
	top: -22px;
	left: 15px;
	color: #000
}

#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/img/colorbox/controls.png") no-repeat 0 0
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
	outline: 0
}

#cboxPrevious {
	background-position: 0px 0px;
	right: 70px
}

#cboxPrevious:hover {
	background-position: 0px -25px
}

#cboxNext {
	background-position: -25px 0px;
	right: 45px
}

#cboxNext:hover {
	background-position: -25px -25px
}

#cboxClose {
	background-position: -50px 0px;
	right: 15px
}

#cboxClose:hover {
	background-position: -50px -25px
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 95px
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 95px
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px
}

.gallerylist .galleryitem {
	position: relative
}

.gallerylist .galleryitem>a {
	margin-bottom: 10px
}

.gallerylist .galleryitem .galleryedit {
	background-color: #FFF;
	border-radius: 3px;
	line-height: 1;
	left: 13px;
	padding: 0 0 0 3px;
	position: absolute;
	top: 8px
}

.foldergallery .album>div {
	margin: 0 -2px 10px
}

.foldergallery .album>div:after,
.foldergallery .album>div:before {
	content: " ";
	display: table
}

.foldergallery .album>div:after {
	clear: both
}

.foldergallery .album>div:after,
.foldergallery .album>div:before {
	content: " ";
	display: table
}

.foldergallery .album>div:after {
	clear: both
}

.foldergallery .albumFloat {
	float: left;
	margin: 0 2px
}

.foldergallery table td {
	padding: 2px
}

.foldergallery table td:first-child a {
	display: inline-block;
	margin-bottom: 4px
}

.fthumbs {
	margin: 0 -5px 10px
}

.fthumbs img {
	display: inline-block;
	margin: 0 5px 10px
}

.poll [id*=_lblQuestion] {
	display: block;
	margin: 0 0 10px
}

.poll .box-inline {
	display: block;
	margin: 0 0 10px
}

.poll .box-inline li {
	display: block;
	margin-left: 0
}

.poll #tblOptions tr:first-child td {
	padding-bottom: 15px
}

.poll [id*=_lblMessage] {
	display: block
}

.poll [id*=_pnlPollUpdate] br,
.poll [id*=_pnlPollUpdate]+br {
	display: none
}

.poll [id*=_spnResultImage] {
	display: block
}

[id*=_litOldResponses] {
	display: inline-block;
	margin: 0 0 10px
}

.bmap {
	position: relative
}

.stats .site-statistics {
	padding-right: 15px
}

.stats .site-statistics.floatpanel {
	float: left;
	width: 50%
}

.stats .site-statistics>ul.userstats>li:first-child {
	font-weight: 700;
	margin-bottom: 10px
}

.stats .site-statistics+.site-statistics {
	padding-left: 15px;
	padding-right: 0
}

.stats .onlinemembers {
	clear: both
}

.stats .onlinemembers>ul.userstats {
	margin-left: -5px;
	margin-right: -5px
}

.stats .onlinemembers>ul.userstats>li {
	float: left;
	padding: 0 5px;
	text-align: center
}

.stats .onlinemembers>ul.userstats>li:first-child {
	display: block;
	float: none;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left
}

.fwp-reorder-list__item {
	list-style: none outside none
}

.fwp-reorder-list__template {
	height: 100%
}

.draghandle {
	border-radius: 4px;
	border: 1px solid #ccc;
	cursor: n-resize;
	float: left;
	margin-right: 10px;
	padding: 8px 12px 6px
}

.draghandle:before {
	content: '\f0c9';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.draghandle li {
	list-style: none
}

.formwizlist fieldset.formwizard .logolist:last-child,
.formwizlist fieldset.formwizard .settingrow:last-child {
	margin-bottom: 0
}

.questioncontainer .logolist,
.questioncontainer .settingrow {
	clear: both
}

.questioncontainer .logolist:last-child,
.questioncontainer .settingrow:last-child {
	margin-bottom: 0
}

.formwizard br.clear {
	display: none
}

.qcb [type=checkbox] {
	margin-right: 10px
}

#questionItems,
#questionItemsMove {
	display: inline-block;
	vertical-align: top
}

#questionItems select,
#questionItemsMove select {
	height: auto
}

.fw-addoptioninput {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px
}

.fw-addoptioninput>.addcontent>strong,
.fw-addoptioninput>.operationheading,
.fw-addoptioninput>.settinglabel,
.fw-addoptioninput>label {
	margin-right: 0;
	margin-top: 0;
	min-height: 0;
	vertical-align: top;
	width: auto
}

.fw-addoptioninput input {
	display: block
}

.fw-addoptionbutton {
	clear: both
}

.actslider {
	display: inline-block;
	vertical-align: middle
}

.actslider .ajax__slider_h_rail {
	background-position: 0 2px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 224px
}

.actslider input {
	padding: 6px 0;
	text-align: center;
	width: 26px !important
}

.range-w-output {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	max-width: 100%;
	min-width: 160px;
	width: 260px
}

.range-w-output__range {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.range-w-output__output {
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	line-height: 1.1;
	margin-left: 10px;
	padding: 1px 2px 0;
	text-align: center
}

.range-w-output__range {
	-webkit-appearance: none
}

.range-w-output__range:focus {
	outline: none
}

.range-w-output__range::-webkit-slider-runnable-track {
	-webkit-box-align: center;
	align-items: center;
	background: #337ab7;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	height: 8px;
	margin: 12px 0;
	width: 100%
}

.range-w-output__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #FFF;
	border-radius: 2px;
	border: 1px solid #000;
	cursor: pointer;
	height: 32px;
	width: 14px
}

.range-w-output__range:focus::-webkit-slider-runnable-track {
	background: #a0c4e4
}

.range-w-output__range::-moz-range-track {
	background: #337ab7;
	cursor: pointer;
	height: 8px;
	width: 100%
}

.range-w-output__range::-moz-range-thumb {
	background: #FFF;
	border-radius: 2px;
	border: 1px solid #000;
	cursor: pointer;
	height: 32px;
	width: 14px
}

.range-w-output__range::-ms-track {
	background: none repeat scroll 0 0 transparent;
	border: 0 solid transparent;
	box-sizing: border-box;
	color: transparent;
	cursor: pointer;
	height: 8px;
	margin: 12px 0;
	width: 100%
}

.range-w-output__range::-ms-fill-lower {
	background: none repeat scroll 0 0 #337ab7;
	border-radius: 0px;
	border: 0px solid #000;
	box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
	box-sizing: border-box
}

.range-w-output__range::-ms-fill-upper {
	background: none repeat scroll 0 0 #337ab7;
	border-radius: 0px;
	border: 0px solid #000;
	box-shadow: 0 0 0 #000, 0 0 0 #0d0d0d;
	box-sizing: border-box
}

.range-w-output__range::-ms-thumb {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 2px;
	border: 1px solid #000;
	box-sizing: border-box;
	cursor: pointer;
	height: 32px;
	width: 14px
}

.range-w-output__range:focus::-ms-fill-lower {
	background: none repeat scroll 0 0 #a0c4e4
}

.range-w-output__range:focus::-ms-fill-upper {
	background: none repeat scroll 0 0 #a0c4e4
}

.grid-form .outerbody {
	float: none;
	clear: both
}

.grid-form [id$=_pnlQuestions] {
	margin-left: -15px;
	margin-right: -15px;
	clear: both
}

.grid-form [id$=_pnlQuestions] .logolist:not([class*=col-]):not(.fw-instructions),
.grid-form [id$=_pnlQuestions] .settingrow:not([class*=col-]):not(.fw-instructions) {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (max-width:767px) {

	.grid-form [id$=_pnlQuestions] .logolist:not([class*=col-]):not(.fw-instructions),
	.grid-form [id$=_pnlQuestions] .settingrow:not([class*=col-]):not(.fw-instructions) {
		float: none;
		max-width: none
	}
}

.grid-form .logolist:not([class*=col-]):not(.fw-instructions):not(.captchadiv)+.btn-row,
.grid-form .settingrow:not([class*=col-]):not(.fw-instructions):not(.captchadiv)+.btn-row {
	max-width: none
}

.grid-form .settinglabel {
	display: block;
	width: 100%
}

.grid-form input[type=text]:not(.slider-output),
.grid-form select,
.grid-form textarea {
	width: 100%
}

.grid-form input[type=text],
.grid-form select {
	height: 40px;
	line-height: 40px
}

@media (max-width:767px) {
	.grid-form .g-recaptcha {
		display: table;
		margin: 0 auto
	}
}

.grid-form .formwizard .logolist.btn-row,
.grid-form .formwizard .settingrow.btn-row,
.grid-form.formwizard .logolist.btn-row,
.grid-form.formwizard .settingrow.btn-row {
	text-align: center;
	padding-right: 0;
	padding-top: 15px
}

.grid-form .formwizard .logolist[id$=_divCaptcha],
.grid-form .formwizard .settingrow[id$=_divCaptcha],
.grid-form.formwizard .logolist[id$=_divCaptcha],
.grid-form.formwizard .settingrow[id$=_divCaptcha] {
	width: 100%;
	padding: 0
}

@media (min-width:768px) {

	.grid-form .formwizard .logolist[id$=_divCaptcha],
	.grid-form .formwizard .settingrow[id$=_divCaptcha],
	.grid-form.formwizard .logolist[id$=_divCaptcha],
	.grid-form.formwizard .settingrow[id$=_divCaptcha] {
		width: 75%;
		padding-left: 0;
		padding-top: 15px
	}
}

.grid-form .formwizard .logolist[id$=_divCaptcha] .captcha,
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha,
.grid-form.formwizard .logolist[id$=_divCaptcha] .captcha,
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: 0 none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	position: relative;
	padding: 0
}

@media (max-width:768px) {

	.grid-form .formwizard .logolist[id$=_divCaptcha] .captcha,
	.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha,
	.grid-form.formwizard .logolist[id$=_divCaptcha] .captcha,
	.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.grid-form .formwizard .logolist[id$=_divCaptcha] .captcha img,
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha img,
.grid-form.formwizard .logolist[id$=_divCaptcha] .captcha img,
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha img {
	width: 175px;
	margin: 5px 10px 5px 0
}

.grid-form .formwizard .logolist[id$=_divCaptcha] .captcha label,
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha .addcontent>strong,
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha .operationheading,
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha .settinglabel,
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha label,
.grid-form.formwizard .logolist[id$=_divCaptcha] .captcha label,
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha .addcontent>strong,
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha .operationheading,
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha .settinglabel,
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha label {
	display: none
}

.grid-form .formwizard .logolist[id$=_divCaptcha] .captcha input,
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha input,
.grid-form.formwizard .logolist[id$=_divCaptcha] .captcha input,
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha input {
	border: 1px solid #d9534f;
	height: 50px;
	line-height: 50px;
	padding: 6px 15px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	max-width: 100%;
	width: 260px;
	margin: 5px 0
}

.grid-form .formwizard .logolist[id$=_divCaptcha] .captcha span[data-val-errormessage],
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha span[data-val-errormessage],
.grid-form.formwizard .logolist[id$=_divCaptcha] .captcha span[data-val-errormessage],
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha span[data-val-errormessage] {
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	bottom: 100%;
	color: #a94442;
	left: 8px;
	margin-bottom: 8px;
	padding: 5px 15px;
	position: absolute;
	width: auto !important
}

.grid-form .formwizard .logolist[id$=_divCaptcha] .captcha span[data-val-errormessage]:before,
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha span[data-val-errormessage]:before,
.grid-form.formwizard .logolist[id$=_divCaptcha] .captcha span[data-val-errormessage]:before,
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha span[data-val-errormessage]:before {
	content: "\f071";
	font-family: FontAwesome;
	margin-right: 0.5em
}

.grid-form .formwizard .logolist[id$=_divCaptcha] .captcha span[data-val-errormessage]:after,
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha span[data-val-errormessage]:after,
.grid-form.formwizard .logolist[id$=_divCaptcha] .captcha span[data-val-errormessage]:after,
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha span[data-val-errormessage]:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 10px;
	border-color: #ebccd1 transparent transparent;
	border-style: solid;
	border-width: 8px 8px 0px 8px
}

.grid-form .formwizard .logolist[id$=_divCaptcha] .captcha span[data-val-errormessage][style*="display:none"]+input,
.grid-form .formwizard .settingrow[id$=_divCaptcha] .captcha span[data-val-errormessage][style*="display:none"]+input,
.grid-form.formwizard .logolist[id$=_divCaptcha] .captcha span[data-val-errormessage][style*="display:none"]+input,
.grid-form.formwizard .settingrow[id$=_divCaptcha] .captcha span[data-val-errormessage][style*="display:none"]+input {
	border: 1px solid #ccc
}

.grid-form .formwizard [id$=_divCaptcha]+.logolist.btn-row,
.grid-form .formwizard [id$=_divCaptcha]+.settingrow.btn-row,
.grid-form.formwizard [id$=_divCaptcha]+.logolist.btn-row,
.grid-form.formwizard [id$=_divCaptcha]+.settingrow.btn-row {
	width: 25%;
	text-align: right
}

@media (max-width:768px) {

	.grid-form .formwizard [id$=_divCaptcha]+.logolist.btn-row,
	.grid-form .formwizard [id$=_divCaptcha]+.settingrow.btn-row,
	.grid-form.formwizard [id$=_divCaptcha]+.logolist.btn-row,
	.grid-form.formwizard [id$=_divCaptcha]+.settingrow.btn-row {
		width: 100%;
		text-align: center;
		padding: 0
	}
}

.grid-form.inline-form fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px 0
}

.grid-form.inline-form fieldset>* {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.grid-form.inline-form fieldset>[id$=_pnlQuestions] {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 80%;
	flex: 1 1 80%;
	gap: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.grid-form.inline-form fieldset>[id$=_pnlQuestions]:after,
.grid-form.inline-form fieldset>[id$=_pnlQuestions]:before {
	display: none;
	content: none
}

.grid-form.inline-form fieldset>[id$=_pnlQuestions] .logolist,
.grid-form.inline-form fieldset>[id$=_pnlQuestions] .settingrow {
	margin-bottom: 0
}

.grid-form.inline-form fieldset .logolist.btn-row,
.grid-form.inline-form fieldset .settingrow.btn-row {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	margin-bottom: 0;
	padding-top: 0
}

@media (max-width:768px) {

	.grid-form.inline-form fieldset .logolist.btn-row,
	.grid-form.inline-form fieldset .settingrow.btn-row {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.grid-form.inline-form .captchadiv {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.labels-as-placeholders [id$=_pnlQuestions] .addcontent>strong,
.labels-as-placeholders [id$=_pnlQuestions] .operationheading,
.labels-as-placeholders [id$=_pnlQuestions] .settinglabel,
.labels-as-placeholders [id$=_pnlQuestions] label {
	display: none
}

.searchresultlist .searchresult:first-child h3 {
	margin-top: 0
}

.searchduration {
	display: block;
	font-size: smaller
}

[id*=_upFeatures] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

[id*=_upFeatures] h3 {
	margin-top: 0
}

[id*=_upFeatures] .floatpanel {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 30px
}

[id*=_upFeatures] .floatpanel:first-child,
[id*=_upFeatures] .floatpanel:last-child {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0
}

[id*=_upFeatures] [title*=Feature] {
	margin-top: 40px
}

.searchcontrols .mhelp {
	float: right
}

.search-button {
	font-family: FontAwesome
}

.adminmenu ul.simplelist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0
}

.adminmenu ul.simplelist>li {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100%/7);
	flex: 0 0 calc(100%/7);
	font-family: arial, sans-serif;
	font-size: 14px;
	min-width: 160px;
	padding: 15px;
	text-align: center
}

.adminmenu ul.simplelist>li a {
	border: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	position: relative
}

.adminmenu ul.simplelist>li a>span.fa {
	margin: 10px 0;
	font-size: 30px
}

.adminmenu ul.simplelist>li a>span.fa.fa-stack {
	font-size: 20px
}

.adminmenu ul.simplelist>li a:hover {
	background-color: #eeeeee;
	text-decoration: none
}

.admin-drawer__open {
	background-color: rgba(51, 122, 183, 0.5);
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	cursor: pointer;
	color: #fff;
	left: 0;
	padding: 10px 11px 10px 9px;
	position: fixed;
	top: 10%;
	z-index: 1029
}

.admin-drawer__open .fa {
	font-size: 20px;
	vertical-align: middle
}

.admin-drawer__open:hover {
	background-color: rgba(51, 122, 183, 0.7)
}

.admin-drawer__close .pull-right {
	font-size: 21px;
	line-height: 1;
	margin: -2px 0
}

.admin-drawer {
	background-color: #FFF;
	bottom: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	font-family: Arial, sans-serif;
	font-size: 12px;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	width: 250px;
	will-change: transform;
	z-index: 1030
}

.admin-drawer.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.admin-drawer.refresh {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.admin-drawer__user {
	background-color: rgba(51, 122, 183, 0.5);
	height: 70px;
	line-height: 40px;
	margin-bottom: 5px;
	padding: 15px;
	position: relative
}

.admin-drawer__avatar,
.admin-drawer__user>img.avatar {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	left: 15px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	width: 40px
}

.admin-drawer__name {
	display: inline-block;
	font-size: 15px;
	margin-left: 51px;
	vertical-align: middle
}

.admin-drawer__name a {
	color: #FFF
}

.admin-drawer__page-links,
.admin-drawer__site-links {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 6px;
	padding-bottom: 5px
}

.admin-drawer__collapse-drawer {
	border-top: 1px solid #eeeeee;
	margin-top: 6px;
	padding-top: 5px
}

.admin-drawer__list>li>a {
	border-radius: 0;
	color: #000
}

.admin-drawer__list--big>li {
	position: relative
}

.admin-drawer__list--big>li>a {
	padding-left: 66px
}

.admin-drawer__list-icon {
	color: #757575;
	height: 21px;
	left: 15px;
	line-height: 21px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 21px;
	z-index: 1
}

.admin-drawer__list-icon .fa-stack-2x {
	font-size: 21px
}

.admin-drawer__list-icon .fa-stack-1x {
	font-size: 10.5px
}

.admin-drawer__list-icon--page.admin-drawer__list-icon .fa-stack-1x {
	line-height: 28px
}

.mdl-switch {
	display: inline-block;
	height: 24px;
	margin: -4px 0;
	position: relative;
	width: 36px;
	z-index: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mdl-switch__track {
	background: rgba(0, 0, 0, 0.26);
	border-radius: 14px;
	cursor: pointer;
	height: 14px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 36px
}

.mdl-switch__thumb {
	background: #fafafa;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	top: 2px;
	-webkit-transition-duration: 0.28s;
	-o-transition-duration: 0.28s;
	transition-duration: 0.28s;
	-webkit-transition-property: left;
	-o-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	width: 20px
}

.mdl-switch.is-checked .mdl-switch__track {
	background: rgba(51, 122, 183, 0.5)
}

.mdl-switch.is-checked .mdl-switch__thumb {
	background: #337ab7;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
	left: 16px
}

.slider-switch {
	background-color: rgba(51, 122, 183, 0.5);
	border-radius: 4px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	float: right;
	line-height: 1.5;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 68px
}

.slider-switch:after,
.slider-switch:before {
	display: table;
	content: ""
}

.slider-switch:after {
	clear: both
}

.slider-switch__track-left,
.slider-switch__track-right {
	float: left;
	text-align: center;
	white-space: nowrap;
	width: 50%
}

.slider-switch__thumb {
	background-color: #fafafa;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	height: 100%;
	left: 0;
	margin: -2px 0;
	padding: 2px 0;
	position: absolute;
	-webkit-transition-duration: 0.28s;
	-o-transition-duration: 0.28s;
	transition-duration: 0.28s;
	-webkit-transition-property: left;
	-o-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	top: 0;
	width: 50%
}

.slider-switch__thumb.active {
	left: 50%
}

.slider-switch__thumb.refresh {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.workflow-type {
	display: none !important
}

.workflow-type.show {
	display: block !important
}

.workflow-type .slider-switch {
	margin-top: -1px
}

.serverlog dd.logmessage {
	overflow: auto hidden
}

.serverlog dd.logmessage,
.serverlog dt.logmessage {
	border-left: 5px solid #5bc0de;
	padding-left: 10px
}

.serverlog dd.logmessage.text-danger,
.serverlog dt.logmessage.text-danger {
	border-color: #d9534f
}

.serverlog dt.logmessage {
	margin-top: 20px
}

.formwizard .block-label .settinglabel {
	width: auto;
	display: block
}

.formwizard .inline-block-label {
	width: auto
}

.formwizard .hide-label .settinglabel {
	display: none
}

.top-pane .content-slider-module:first-child {
	margin: -22px
}

.navbar-logo {
	height: auto;
	max-height: 300px;
	width: 100%
}

.navbar-brand {
	height: auto
}

@media (max-width:767px) {
	.flex-cart-inline {
		margin: 7.5px -15px;
		display: block
	}
}

@media (min-width:768px) {
	.flex-cart-inline {
		margin: 0;
		display: inline
	}

	span.cartnav {
		margin-left: 15px
	}
}

span.cartnav {
	padding: 10px 0 10px 15px
}

.left-pane .AudioPlayer .modulecontent,
.left-pane .GoogleTranslateModule .modulecontent,
.left-pane .VideoPlayer .modulecontent,
.left-pane .eventcalendar .modulecontent,
.left-pane [id$=_ctl00_pnlFile],
.right-pane .AudioPlayer .modulecontent,
.right-pane .GoogleTranslateModule .modulecontent,
.right-pane .VideoPlayer .modulecontent,
.right-pane .eventcalendar .modulecontent,
.right-pane [id$=_ctl00_pnlFile] {
	max-width: 100%;
	overflow-x: scroll
}

.big__thumbnails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	container-type: inline-size
}

.big__thumbnail {
	min-width: 100px
}

@container (max-width: 250px) {
	.big__thumbnails .big__thumbnail {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
}

@container (min-width: 250px) and (max-width: 480px) {
	.big__thumbnails .big__thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%
	}
}

@container (min-width: 480px) and (max-width: 768px) {
	.big__thumbnails .big__thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%
	}
}

@container (min-width: 768px) and (max-width: 992px) {
	.big__thumbnails .big__thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 16.66666667%;
		flex: 0 1 16.66666667%
	}
}

@media (max-width:768px) {
	.navbar-header {
		padding-right: 75px;
		position: relative
	}

	.navbar-header .navbar-toggle {
		top: 50%;
		position: absolute;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0 15px
	}
}

@media (min-width:768px) {

	#site-menu.fb-parent,
	#site-menu.flex-children {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	#site-menu.fb-parent .navbar-nav,
	#site-menu.flex-children .navbar-nav {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
}

.serverlog textarea {
	margin-bottom: 15px
}

.box-table .addcontent>strong,
.box-table .operationheading,
.box-table .settinglabel,
.box-table label,
[id$=_divReallyDeleteUsers] .forminput+.addcontent>strong,
[id$=_divReallyDeleteUsers] .forminput+.operationheading,
[id$=_divReallyDeleteUsers] .forminput+.settinglabel,
[id$=_divReallyDeleteUsers] .forminput+label {
	margin-left: 6px
}

.addnewtemplatebottom>br,
.ptreebuttons br,
[id$=_divLdapTestPassword] br {
	display: none
}

.ptreebuttons {
	display: block;
	margin-left: 5px
}

.ptreebuttons input {
	display: block;
	margin: 0 0 10px
}

.setting-well h1,
.setting-well h2,
.setting-well h3,
.setting-well h4,
.setting-well h5,
.setting-well h6 {
	margin-top: 0
}

.foldernamelist,
.hostslist {
	margin-top: 20px
}

.add-mapping {
	margin-bottom: 20px
}

img {
	max-width: 100%;
	height: auto !important;
	max-height: 100%
}

.media-object {
	max-height: none;
	max-width: none
}

.MSVE_MapContainer {
	margin-bottom: 20px
}

.MSVE_ImageTile {
	max-width: none;
	height: initial !important;
	max-height: initial
}

.image-selector {
	display: inline-block;
	margin-left: -4px
}

.logolist.InstanceFeaturedImage .image-selector,
.settingrow.InstanceFeaturedImage .image-selector {
	font-size: 14px;
	margin-left: -4px
}

.featured-image-preview img {
	display: block;
	margin-bottom: 10px;
	max-width: 490px !important
}

.featured-image-preview img[src="/Data/SiteImages/blank.gif"] {
	display: none
}

.row_vieworder input.smalltextbox,
.url-selector {
	display: inline-block;
	margin-left: -4px
}

.iplookup,
.lockedbutton {
	margin-top: 15px
}

.iplookup {
	display: block;
	clear: left
}

.memberlist [id$=_lnkNewUser] {
	clear: right
}

.member-list .active {
	font-weight: 700
}

.padded.contentwiz {
	margin-top: 15px
}

.styletemplates .AspNet-GridView th {
	white-space: nowrap
}

.styletemplates .AspNet-GridView-Edit td {
	position: relative
}

.styletemplates .AspNet-GridView-Edit td span.txterror {
	position: absolute;
	right: 5px;
	top: -26px
}

.styletemplates .AspNet-GridView-Edit td:first-child {
	width: 200px
}

.contentmanager .AspNet-GridView-Edit td {
	vertical-align: middle
}

.contentmanager .AspNet-GridView-Edit td [id*=_chkPublished] {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: text-bottom
}

.contentmanager .AspNet-GridView-Edit td [id*=_chkPublished]+br {
	display: none
}

.contentmanager .AspNet-GridView tr td {
	vertical-align: middle
}

.cke_tpl_preview {
	width: 100% !important;
	max-width: 100% !important
}

.cke_tpl_title {
	max-width: 240px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block
}

.cke_tpl_title+br {
	display: none
}

.cke_tpl_title+br+span {
	max-width: 240px
}

.cke_tpl_title+br+span p {
	white-space: normal
}

.cke_tpl_preview .cke_tpl_preview_img {
	width: 110px;
	min-width: 110px;
	max-width: 110px
}

.cke_panel_listItem pre {
	margin: 0;
	overflow: initial;
	white-space: normal
}

.cke_panel_listItem address {
	margin: 0
}

span.cke_combo_text {
	width: inherit
}

div.cke_combopanel {
	height: 45vh
}

body.dialogpage {
	background: none white
}

.logolist select {
	max-height: auto !important;
	height: auto !important
}

.logolist select+img,
.logolist select+svg {
	max-width: 200px;
	margin-left: 20px
}

.ie9 img[src*=".svg"] {
	width: 100%
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	img[src*=".svg"] {
		width: 100%
	}
}

.contactform [id$=_lblMessage] {
	display: block;
	margin: 0
}

span.txterror {
	color: #d9534f
}

div.txterror :last-child {
	margin-bottom: 0
}

input[type=file] {
	border: 1px solid #ccc;
	padding: 6px 12px;
	vertical-align: middle;
	border-radius: 4px;
	color: #333
}

.admin-index-browser .input-group .form-control.date-picker:not([type=checkbox]),
.admin-index-browser .input-group input[type=email].forminput.date-picker:not([type=checkbox]),
.admin-index-browser .input-group input[type=number].forminput.date-picker:not([type=checkbox]),
.admin-index-browser .input-group input[type=password].forminput.date-picker:not([type=checkbox]),
.admin-index-browser .input-group input[type=text].forminput.date-picker:not([type=checkbox]),
.admin-index-browser .input-group select.forminput.date-picker:not([type=checkbox]) {
	margin: 5px 0;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important
}

.captcha {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin: 0 0 15px;
	padding: 4px;
	text-align: center;
	width: 190px
}

.captcha .addcontent>strong,
.captcha .operationheading,
.captcha .settinglabel,
.captcha label {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.captcha img {
	border: 1px solid #ccc;
	margin-bottom: 4px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 180px
}

.captcha input {
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #555555;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding: 2px 4px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.captcha input:active,
.captcha input:focus {
	border-color: #66afe9;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.captcha span {
	color: #d9534f;
	height: auto !important;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	width: auto
}

.modulecontent.accessdenied a:before {
	content: '\f100';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.modulecontent.accessdenied a:before {
	margin-right: 6px
}

.changepassword .rememberrow input[type=checkbox],
.loginmodule .rememberrow input[type=checkbox],
.loginpage .rememberrow input[type=checkbox],
.passwordrecovery .rememberrow input[type=checkbox],
.passwordreset .rememberrow input[type=checkbox],
.registerpage .rememberrow input[type=checkbox] {
	margin-right: 5px
}

.changepassword .rememberrow .addcontent>strong,
.changepassword .rememberrow .operationheading,
.changepassword .rememberrow .settinglabel,
.changepassword .rememberrow label,
.loginmodule .rememberrow .addcontent>strong,
.loginmodule .rememberrow .operationheading,
.loginmodule .rememberrow .settinglabel,
.loginmodule .rememberrow label,
.loginpage .rememberrow .addcontent>strong,
.loginpage .rememberrow .operationheading,
.loginpage .rememberrow .settinglabel,
.loginpage .rememberrow label,
.passwordrecovery .rememberrow .addcontent>strong,
.passwordrecovery .rememberrow .operationheading,
.passwordrecovery .rememberrow .settinglabel,
.passwordrecovery .rememberrow label,
.passwordreset .rememberrow .addcontent>strong,
.passwordreset .rememberrow .operationheading,
.passwordreset .rememberrow .settinglabel,
.passwordreset .rememberrow label,
.registerpage .rememberrow .addcontent>strong,
.registerpage .rememberrow .operationheading,
.registerpage .rememberrow .settinglabel,
.registerpage .rememberrow label {
	font-weight: 400;
	font-size: 0
}

.changepassword .rememberrow .addcontent>strong:before,
.changepassword .rememberrow .operationheading:before,
.changepassword .rememberrow .settinglabel:before,
.changepassword .rememberrow label:before,
.loginmodule .rememberrow .addcontent>strong:before,
.loginmodule .rememberrow .operationheading:before,
.loginmodule .rememberrow .settinglabel:before,
.loginmodule .rememberrow label:before,
.loginpage .rememberrow .addcontent>strong:before,
.loginpage .rememberrow .operationheading:before,
.loginpage .rememberrow .settinglabel:before,
.loginpage .rememberrow label:before,
.passwordrecovery .rememberrow .addcontent>strong:before,
.passwordrecovery .rememberrow .operationheading:before,
.passwordrecovery .rememberrow .settinglabel:before,
.passwordrecovery .rememberrow label:before,
.passwordreset .rememberrow .addcontent>strong:before,
.passwordreset .rememberrow .operationheading:before,
.passwordreset .rememberrow .settinglabel:before,
.passwordreset .rememberrow label:before,
.registerpage .rememberrow .addcontent>strong:before,
.registerpage .rememberrow .operationheading:before,
.registerpage .rememberrow .settinglabel:before,
.registerpage .rememberrow label:before {
	content: "Remember Me";
	font-size: 14px;
	text-indent: 0
}

.adminmenu ul.simplelist>li.secwarning a {
	border-color: #d9534f
}

.adminmenu ul.simplelist>li.secwarning a:before {
	color: #d9534f
}

.adminmenu ul.simplelist>li.secwarning a small {
	color: #d9534f
}

body.pagenotfound .pnfmsg {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 18px;
	padding: 30px;
	width: 100%
}

body.pagenotfound .pnfmsg:before {
	content: "\f071";
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

body.pagenotfound .pnfmsg:before {
	border: 0 none;
	font-size: 30px;
	margin: 0 15px 0 0;
	padding: 0;
	vertical-align: bottom
}

.filedialog,
.filedialog #filewrapper,
.filedialog form {
	min-height: 100vh
}

.filedialog #filewrapper {
	padding: 15px
}

.filepreview,
.filetreewrapper,
.fileupload,
.foldercreation {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}

.foldercreation {
	width: 40%
}

.fileupload {
	width: 60%
}

.filetreewrapper {
	width: 25%
}

.filepreview {
	width: 75%
}

.operationheading {
	display: block
}

.imageresizecheckbox,
.operationinstructions,
.operationpanel {
	display: block;
	margin: 0 0 10px
}

[id=txtMaxHeight],
[id=txtMaxWidth] {
	display: inline-block;
	width: 60px
}

.imageresizecheckbox {
	margin: 0 0 10px
}

.imageresizecheckbox .addcontent>strong,
.imageresizecheckbox .operationheading,
.imageresizecheckbox .settinglabel,
.imageresizecheckbox label {
	font-weight: 400;
	margin-bottom: 0;
	margin-left: 6px;
	vertical-align: baseline
}

.filedialog [id=Panel1] {
	margin-top: 15px
}

.pagetree .treecontainer {
	min-width: 220px
}

.pagetree .treecontainer li>div.jqtree-element>span.jqtree-title {
	color: #337ab7;
	padding: 0 4px
}

.pagetree .treecontainer li.jqtree-selected>.jqtree-element,
.pagetree .treecontainer li.jqtree-selected>.jqtree-element:hover {
	background: none repeat scroll 0 0 #eeeeee;
	border-radius: 3px;
	color: #337ab7;
	text-shadow: none
}

.pagetree ul.treecommands {
	height: auto
}

.pagetree ul.treecommands .pageinfo {
	margin: -9px -14px 9px
}

.pagetree ul.treecommands li:before {
	text-align: center;
	width: 1.28571429em
}

.pagetree ul.treecommands .editcontent:before {
	content: '\f044';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.pagetree ul.treecommands .editsettings:before {
	content: '\f013';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.pagetree ul.treecommands .editpermissions:before {
	content: '\f023';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.pagetree ul.treecommands .viewpage:before {
	content: '\f06e';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.pagetree ul.treecommands .sortpages:before {
	content: '\f15d';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.pagetree ul.treecommands .newchild:before {
	content: '\f016';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.pagetree ul.treecommands .deletepage:before {
	content: '\f1f8';
	display: inline-block;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto
}

.mojo-accordion .panel-heading a {
	display: block;
	margin: -10px -15px;
	padding: 10px 15px
}

.mojo-accordion .panel-heading a:focus {
	text-decoration: none
}

.mojo-accordion .panel-heading:hover {
	background-color: #f8f8f8
}

.mojo-accordion .panel-heading:hover a {
	text-decoration: none
}

.setting-section-title {
	background-color: #f8f8f8;
	color: #777;
	padding: 15px;
	font-size: 20px;
	margin-top: 20px
}

.setting-section-body {
	padding: 10px 15px 0
}

.manage-site-features [id*=_upFeatures] {
	display: block
}

.manage-site-features [id*=_upFeatures] h3 {
	font-size: 18px;
	margin-top: 20px
}

.manage-site-features .fileoperations,
.manage-site-features .fileselection,
.manage-site-features .row {
	margin-bottom: 20px
}

.manage-site-features select {
	width: 100%
}

.ui-widget {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px
}

.ui-widget .ui-widget {
	font-size: 14px
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px
}

.ui-widget-content {
	color: #333333
}

.ui-widget-content a {
	color: #337ab7
}

.ui-widget-content a:hover {
	color: #23527c
}

.ui-widget-header a {
	color: #222222
}

.recaptchatable #recaptcha_response_field {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: auto;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

#cropper_pnlCrop img {
	max-width: none;
	height: initial;
	max-height: none
}

input.list-inline,
input.member-list>ul,
inputul.simplehorizontalmenu {
	margin-left: 0
}

.cats-list,
.formwizard,
.pretty-checkboxes {}

.cats-list .box-inline li,
.cats-list .checkbox-inline,
.cats-list .radio-inline,
.cats-list .rbroles,
.formwizard .box-inline li,
.formwizard .checkbox-inline,
.formwizard .radio-inline,
.formwizard .rbroles,
.pretty-checkboxes .box-inline li,
.pretty-checkboxes .checkbox-inline,
.pretty-checkboxes .radio-inline,
.pretty-checkboxes .rbroles {
	cursor: default;
	padding-left: 0
}

.cats-list input[type=checkbox],
.cats-list input[type=radio],
.formwizard input[type=checkbox],
.formwizard input[type=radio],
.pretty-checkboxes input[type=checkbox],
.pretty-checkboxes input[type=radio] {
	display: none;
	cursor: pointer
}

.cats-list .formwizardedit div[id*=_QuestionEditor] input[type=checkbox],
.cats-list .formwizardedit div[id*=_QuestionEditor] input[type=radio],
.formwizard .formwizardedit div[id*=_QuestionEditor] input[type=checkbox],
.formwizard .formwizardedit div[id*=_QuestionEditor] input[type=radio],
.pretty-checkboxes .formwizardedit div[id*=_QuestionEditor] input[type=checkbox],
.pretty-checkboxes .formwizardedit div[id*=_QuestionEditor] input[type=radio] {
	display: inline-block;
	cursor: pointer
}

.cats-list input[type=checkbox]:active,
.cats-list input[type=checkbox]:focus,
.cats-list input[type=radio]:active,
.cats-list input[type=radio]:focus,
.formwizard input[type=checkbox]:active,
.formwizard input[type=checkbox]:focus,
.formwizard input[type=radio]:active,
.formwizard input[type=radio]:focus,
.pretty-checkboxes input[type=checkbox]:active,
.pretty-checkboxes input[type=checkbox]:focus,
.pretty-checkboxes input[type=radio]:active,
.pretty-checkboxes input[type=radio]:focus {
	outline: none
}

.cats-list .aspNetDisabled+.prettyemptylabel,
.cats-list input[type=checkbox]+.addcontent>strong,
.cats-list input[type=checkbox]+.operationheading,
.cats-list input[type=checkbox]+.settinglabel,
.cats-list input[type=checkbox]+label,
.cats-list input[type=radio]+.addcontent>strong,
.cats-list input[type=radio]+.operationheading,
.cats-list input[type=radio]+.settinglabel,
.cats-list input[type=radio]+label,
.formwizard .aspNetDisabled+.prettyemptylabel,
.formwizard input[type=checkbox]+.addcontent>strong,
.formwizard input[type=checkbox]+.operationheading,
.formwizard input[type=checkbox]+.settinglabel,
.formwizard input[type=checkbox]+label,
.formwizard input[type=radio]+.addcontent>strong,
.formwizard input[type=radio]+.operationheading,
.formwizard input[type=radio]+.settinglabel,
.formwizard input[type=radio]+label,
.pretty-checkboxes .aspNetDisabled+.prettyemptylabel,
.pretty-checkboxes input[type=checkbox]+.addcontent>strong,
.pretty-checkboxes input[type=checkbox]+.operationheading,
.pretty-checkboxes input[type=checkbox]+.settinglabel,
.pretty-checkboxes input[type=checkbox]+label,
.pretty-checkboxes input[type=radio]+.addcontent>strong,
.pretty-checkboxes input[type=radio]+.operationheading,
.pretty-checkboxes input[type=radio]+.settinglabel,
.pretty-checkboxes input[type=radio]+label {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #333333
}

.cats-list input:not([type=checkbox])+[type=checkbox]+.addcontent>strong,
.cats-list input:not([type=checkbox])+[type=checkbox]+.operationheading,
.cats-list input:not([type=checkbox])+[type=checkbox]+.settinglabel,
.cats-list input:not([type=checkbox])+[type=checkbox]+label,
.formwizard input:not([type=checkbox])+[type=checkbox]+.addcontent>strong,
.formwizard input:not([type=checkbox])+[type=checkbox]+.operationheading,
.formwizard input:not([type=checkbox])+[type=checkbox]+.settinglabel,
.formwizard input:not([type=checkbox])+[type=checkbox]+label,
.pretty-checkboxes input:not([type=checkbox])+[type=checkbox]+.addcontent>strong,
.pretty-checkboxes input:not([type=checkbox])+[type=checkbox]+.operationheading,
.pretty-checkboxes input:not([type=checkbox])+[type=checkbox]+.settinglabel,
.pretty-checkboxes input:not([type=checkbox])+[type=checkbox]+label {
	margin-left: 10px;
	font-weight: normal
}

.cats-list .aspNetDisabled+.prettyemptylabel:after,
.cats-list .aspNetDisabled+.prettyemptylabel:before,
.cats-list input[type=checkbox]+.addcontent>strong:after,
.cats-list input[type=checkbox]+.addcontent>strong:before,
.cats-list input[type=checkbox]+.operationheading:after,
.cats-list input[type=checkbox]+.operationheading:before,
.cats-list input[type=checkbox]+.settinglabel:after,
.cats-list input[type=checkbox]+.settinglabel:before,
.cats-list input[type=checkbox]+label:after,
.cats-list input[type=checkbox]+label:before,
.cats-list input[type=radio]+.addcontent>strong:after,
.cats-list input[type=radio]+.addcontent>strong:before,
.cats-list input[type=radio]+.operationheading:after,
.cats-list input[type=radio]+.operationheading:before,
.cats-list input[type=radio]+.settinglabel:after,
.cats-list input[type=radio]+.settinglabel:before,
.cats-list input[type=radio]+label:after,
.cats-list input[type=radio]+label:before,
.formwizard .aspNetDisabled+.prettyemptylabel:after,
.formwizard .aspNetDisabled+.prettyemptylabel:before,
.formwizard input[type=checkbox]+.addcontent>strong:after,
.formwizard input[type=checkbox]+.addcontent>strong:before,
.formwizard input[type=checkbox]+.operationheading:after,
.formwizard input[type=checkbox]+.operationheading:before,
.formwizard input[type=checkbox]+.settinglabel:after,
.formwizard input[type=checkbox]+.settinglabel:before,
.formwizard input[type=checkbox]+label:after,
.formwizard input[type=checkbox]+label:before,
.formwizard input[type=radio]+.addcontent>strong:after,
.formwizard input[type=radio]+.addcontent>strong:before,
.formwizard input[type=radio]+.operationheading:after,
.formwizard input[type=radio]+.operationheading:before,
.formwizard input[type=radio]+.settinglabel:after,
.formwizard input[type=radio]+.settinglabel:before,
.formwizard input[type=radio]+label:after,
.formwizard input[type=radio]+label:before,
.pretty-checkboxes .aspNetDisabled+.prettyemptylabel:after,
.pretty-checkboxes .aspNetDisabled+.prettyemptylabel:before,
.pretty-checkboxes input[type=checkbox]+.addcontent>strong:after,
.pretty-checkboxes input[type=checkbox]+.addcontent>strong:before,
.pretty-checkboxes input[type=checkbox]+.operationheading:after,
.pretty-checkboxes input[type=checkbox]+.operationheading:before,
.pretty-checkboxes input[type=checkbox]+.settinglabel:after,
.pretty-checkboxes input[type=checkbox]+.settinglabel:before,
.pretty-checkboxes input[type=checkbox]+label:after,
.pretty-checkboxes input[type=checkbox]+label:before,
.pretty-checkboxes input[type=radio]+.addcontent>strong:after,
.pretty-checkboxes input[type=radio]+.addcontent>strong:before,
.pretty-checkboxes input[type=radio]+.operationheading:after,
.pretty-checkboxes input[type=radio]+.operationheading:before,
.pretty-checkboxes input[type=radio]+.settinglabel:after,
.pretty-checkboxes input[type=radio]+.settinglabel:before,
.pretty-checkboxes input[type=radio]+label:after,
.pretty-checkboxes input[type=radio]+label:before {
	content: '';
	font-family: helvetica;
	display: inline-block;
	width: 18px;
	height: 18px;
	left: 0;
	top: 2px;
	text-align: center;
	position: absolute
}

.cats-list .aspNetDisabled+.prettyemptylabel:before,
.cats-list input[type=checkbox]+.addcontent>strong:before,
.cats-list input[type=checkbox]+.operationheading:before,
.cats-list input[type=checkbox]+.settinglabel:before,
.cats-list input[type=checkbox]+label:before,
.cats-list input[type=radio]+.addcontent>strong:before,
.cats-list input[type=radio]+.operationheading:before,
.cats-list input[type=radio]+.settinglabel:before,
.cats-list input[type=radio]+label:before,
.formwizard .aspNetDisabled+.prettyemptylabel:before,
.formwizard input[type=checkbox]+.addcontent>strong:before,
.formwizard input[type=checkbox]+.operationheading:before,
.formwizard input[type=checkbox]+.settinglabel:before,
.formwizard input[type=checkbox]+label:before,
.formwizard input[type=radio]+.addcontent>strong:before,
.formwizard input[type=radio]+.operationheading:before,
.formwizard input[type=radio]+.settinglabel:before,
.formwizard input[type=radio]+label:before,
.pretty-checkboxes .aspNetDisabled+.prettyemptylabel:before,
.pretty-checkboxes input[type=checkbox]+.addcontent>strong:before,
.pretty-checkboxes input[type=checkbox]+.operationheading:before,
.pretty-checkboxes input[type=checkbox]+.settinglabel:before,
.pretty-checkboxes input[type=checkbox]+label:before,
.pretty-checkboxes input[type=radio]+.addcontent>strong:before,
.pretty-checkboxes input[type=radio]+.operationheading:before,
.pretty-checkboxes input[type=radio]+.settinglabel:before,
.pretty-checkboxes input[type=radio]+label:before {
	background-color: #eeeeee;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.cats-list .aspNetDisabled+.prettyemptylabel:after,
.cats-list input[type=checkbox]+.addcontent>strong:after,
.cats-list input[type=checkbox]+.operationheading:after,
.cats-list input[type=checkbox]+.settinglabel:after,
.cats-list input[type=checkbox]+label:after,
.cats-list input[type=radio]+.addcontent>strong:after,
.cats-list input[type=radio]+.operationheading:after,
.cats-list input[type=radio]+.settinglabel:after,
.cats-list input[type=radio]+label:after,
.formwizard .aspNetDisabled+.prettyemptylabel:after,
.formwizard input[type=checkbox]+.addcontent>strong:after,
.formwizard input[type=checkbox]+.operationheading:after,
.formwizard input[type=checkbox]+.settinglabel:after,
.formwizard input[type=checkbox]+label:after,
.formwizard input[type=radio]+.addcontent>strong:after,
.formwizard input[type=radio]+.operationheading:after,
.formwizard input[type=radio]+.settinglabel:after,
.formwizard input[type=radio]+label:after,
.pretty-checkboxes .aspNetDisabled+.prettyemptylabel:after,
.pretty-checkboxes input[type=checkbox]+.addcontent>strong:after,
.pretty-checkboxes input[type=checkbox]+.operationheading:after,
.pretty-checkboxes input[type=checkbox]+.settinglabel:after,
.pretty-checkboxes input[type=checkbox]+label:after,
.pretty-checkboxes input[type=radio]+.addcontent>strong:after,
.pretty-checkboxes input[type=radio]+.operationheading:after,
.pretty-checkboxes input[type=radio]+.settinglabel:after,
.pretty-checkboxes input[type=radio]+label:after {
	color: #fff
}

.cats-list input[type=checkbox]:checked+.addcontent>strong:before,
.cats-list input[type=checkbox]:checked+.operationheading:before,
.cats-list input[type=checkbox]:checked+.settinglabel:before,
.cats-list input[type=checkbox]:checked+label:before,
.cats-list input[type=radio]:checked+.addcontent>strong:before,
.cats-list input[type=radio]:checked+.operationheading:before,
.cats-list input[type=radio]:checked+.settinglabel:before,
.cats-list input[type=radio]:checked+label:before,
.formwizard input[type=checkbox]:checked+.addcontent>strong:before,
.formwizard input[type=checkbox]:checked+.operationheading:before,
.formwizard input[type=checkbox]:checked+.settinglabel:before,
.formwizard input[type=checkbox]:checked+label:before,
.formwizard input[type=radio]:checked+.addcontent>strong:before,
.formwizard input[type=radio]:checked+.operationheading:before,
.formwizard input[type=radio]:checked+.settinglabel:before,
.formwizard input[type=radio]:checked+label:before,
.pretty-checkboxes input[type=checkbox]:checked+.addcontent>strong:before,
.pretty-checkboxes input[type=checkbox]:checked+.operationheading:before,
.pretty-checkboxes input[type=checkbox]:checked+.settinglabel:before,
.pretty-checkboxes input[type=checkbox]:checked+label:before,
.pretty-checkboxes input[type=radio]:checked+.addcontent>strong:before,
.pretty-checkboxes input[type=radio]:checked+.operationheading:before,
.pretty-checkboxes input[type=radio]:checked+.settinglabel:before,
.pretty-checkboxes input[type=radio]:checked+label:before {
	-webkit-box-shadow: inset 0 0 0 10px #337ab7;
	box-shadow: inset 0 0 0 10px #337ab7
}

.cats-list input[type=radio]+.addcontent>strong:before,
.cats-list input[type=radio]+.operationheading:before,
.cats-list input[type=radio]+.settinglabel:before,
.cats-list input[type=radio]+label:before,
.formwizard input[type=radio]+.addcontent>strong:before,
.formwizard input[type=radio]+.operationheading:before,
.formwizard input[type=radio]+.settinglabel:before,
.formwizard input[type=radio]+label:before,
.pretty-checkboxes input[type=radio]+.addcontent>strong:before,
.pretty-checkboxes input[type=radio]+.operationheading:before,
.pretty-checkboxes input[type=radio]+.settinglabel:before,
.pretty-checkboxes input[type=radio]+label:before {
	border-radius: 50%
}

.cats-list input[type=radio]+.addcontent>strong:hover:after,
.cats-list input[type=radio]+.operationheading:hover:after,
.cats-list input[type=radio]+.settinglabel:hover:after,
.cats-list input[type=radio]+label:hover:after,
.cats-list input[type=radio]:checked+.addcontent>strong:after,
.cats-list input[type=radio]:checked+.operationheading:after,
.cats-list input[type=radio]:checked+.settinglabel:after,
.cats-list input[type=radio]:checked+label:after,
.formwizard input[type=radio]+.addcontent>strong:hover:after,
.formwizard input[type=radio]+.operationheading:hover:after,
.formwizard input[type=radio]+.settinglabel:hover:after,
.formwizard input[type=radio]+label:hover:after,
.formwizard input[type=radio]:checked+.addcontent>strong:after,
.formwizard input[type=radio]:checked+.operationheading:after,
.formwizard input[type=radio]:checked+.settinglabel:after,
.formwizard input[type=radio]:checked+label:after,
.pretty-checkboxes input[type=radio]+.addcontent>strong:hover:after,
.pretty-checkboxes input[type=radio]+.operationheading:hover:after,
.pretty-checkboxes input[type=radio]+.settinglabel:hover:after,
.pretty-checkboxes input[type=radio]+label:hover:after,
.pretty-checkboxes input[type=radio]:checked+.addcontent>strong:after,
.pretty-checkboxes input[type=radio]:checked+.operationheading:after,
.pretty-checkboxes input[type=radio]:checked+.settinglabel:after,
.pretty-checkboxes input[type=radio]:checked+label:after {
	content: '\2022';
	position: absolute;
	top: 0px;
	font-size: 20px;
	line-height: 22px
}

.cats-list input[type=radio]+.addcontent>strong:hover:after,
.cats-list input[type=radio]+.operationheading:hover:after,
.cats-list input[type=radio]+.settinglabel:hover:after,
.cats-list input[type=radio]+label:hover:after,
.formwizard input[type=radio]+.addcontent>strong:hover:after,
.formwizard input[type=radio]+.operationheading:hover:after,
.formwizard input[type=radio]+.settinglabel:hover:after,
.formwizard input[type=radio]+label:hover:after,
.pretty-checkboxes input[type=radio]+.addcontent>strong:hover:after,
.pretty-checkboxes input[type=radio]+.operationheading:hover:after,
.pretty-checkboxes input[type=radio]+.settinglabel:hover:after,
.pretty-checkboxes input[type=radio]+label:hover:after {
	color: #d5d5d5
}

.cats-list input[type=radio]:checked+.addcontent>strong:after,
.cats-list input[type=radio]:checked+.addcontent>strong:hover:after,
.cats-list input[type=radio]:checked+.operationheading:after,
.cats-list input[type=radio]:checked+.operationheading:hover:after,
.cats-list input[type=radio]:checked+.settinglabel:after,
.cats-list input[type=radio]:checked+.settinglabel:hover:after,
.cats-list input[type=radio]:checked+label:after,
.cats-list input[type=radio]:checked+label:hover:after,
.formwizard input[type=radio]:checked+.addcontent>strong:after,
.formwizard input[type=radio]:checked+.addcontent>strong:hover:after,
.formwizard input[type=radio]:checked+.operationheading:after,
.formwizard input[type=radio]:checked+.operationheading:hover:after,
.formwizard input[type=radio]:checked+.settinglabel:after,
.formwizard input[type=radio]:checked+.settinglabel:hover:after,
.formwizard input[type=radio]:checked+label:after,
.formwizard input[type=radio]:checked+label:hover:after,
.pretty-checkboxes input[type=radio]:checked+.addcontent>strong:after,
.pretty-checkboxes input[type=radio]:checked+.addcontent>strong:hover:after,
.pretty-checkboxes input[type=radio]:checked+.operationheading:after,
.pretty-checkboxes input[type=radio]:checked+.operationheading:hover:after,
.pretty-checkboxes input[type=radio]:checked+.settinglabel:after,
.pretty-checkboxes input[type=radio]:checked+.settinglabel:hover:after,
.pretty-checkboxes input[type=radio]:checked+label:after,
.pretty-checkboxes input[type=radio]:checked+label:hover:after {
	color: #fff
}

.cats-list .aspNetDisabled+.prettyemptylabel:before,
.cats-list input[type=checkbox]+.addcontent>strong:before,
.cats-list input[type=checkbox]+.operationheading:before,
.cats-list input[type=checkbox]+.settinglabel:before,
.cats-list input[type=checkbox]+label:before,
.formwizard .aspNetDisabled+.prettyemptylabel:before,
.formwizard input[type=checkbox]+.addcontent>strong:before,
.formwizard input[type=checkbox]+.operationheading:before,
.formwizard input[type=checkbox]+.settinglabel:before,
.formwizard input[type=checkbox]+label:before,
.pretty-checkboxes .aspNetDisabled+.prettyemptylabel:before,
.pretty-checkboxes input[type=checkbox]+.addcontent>strong:before,
.pretty-checkboxes input[type=checkbox]+.operationheading:before,
.pretty-checkboxes input[type=checkbox]+.settinglabel:before,
.pretty-checkboxes input[type=checkbox]+label:before {
	border-radius: 3px
}

.cats-list .aspNetDisabled+.prettyemptylabel:hover:after,
.cats-list input[type=checkbox]+.addcontent>strong:hover:after,
.cats-list input[type=checkbox]+.operationheading:hover:after,
.cats-list input[type=checkbox]+.settinglabel:hover:after,
.cats-list input[type=checkbox]+label:hover:after,
.cats-list input[type=checkbox]:checked+.addcontent>strong:after,
.cats-list input[type=checkbox]:checked+.operationheading:after,
.cats-list input[type=checkbox]:checked+.settinglabel:after,
.cats-list input[type=checkbox]:checked+label:after,
.formwizard .aspNetDisabled+.prettyemptylabel:hover:after,
.formwizard input[type=checkbox]+.addcontent>strong:hover:after,
.formwizard input[type=checkbox]+.operationheading:hover:after,
.formwizard input[type=checkbox]+.settinglabel:hover:after,
.formwizard input[type=checkbox]+label:hover:after,
.formwizard input[type=checkbox]:checked+.addcontent>strong:after,
.formwizard input[type=checkbox]:checked+.operationheading:after,
.formwizard input[type=checkbox]:checked+.settinglabel:after,
.formwizard input[type=checkbox]:checked+label:after,
.pretty-checkboxes .aspNetDisabled+.prettyemptylabel:hover:after,
.pretty-checkboxes input[type=checkbox]+.addcontent>strong:hover:after,
.pretty-checkboxes input[type=checkbox]+.operationheading:hover:after,
.pretty-checkboxes input[type=checkbox]+.settinglabel:hover:after,
.pretty-checkboxes input[type=checkbox]+label:hover:after,
.pretty-checkboxes input[type=checkbox]:checked+.addcontent>strong:after,
.pretty-checkboxes input[type=checkbox]:checked+.operationheading:after,
.pretty-checkboxes input[type=checkbox]:checked+.settinglabel:after,
.pretty-checkboxes input[type=checkbox]:checked+label:after {
	content: "\2713";
	line-height: 18px;
	font-size: 14px
}

.cats-list .aspNetDisabled+.prettyemptylabel:hover:after,
.cats-list input[type=checkbox]+.addcontent>strong:hover:after,
.cats-list input[type=checkbox]+.operationheading:hover:after,
.cats-list input[type=checkbox]+.settinglabel:hover:after,
.cats-list input[type=checkbox]+label:hover:after,
.formwizard .aspNetDisabled+.prettyemptylabel:hover:after,
.formwizard input[type=checkbox]+.addcontent>strong:hover:after,
.formwizard input[type=checkbox]+.operationheading:hover:after,
.formwizard input[type=checkbox]+.settinglabel:hover:after,
.formwizard input[type=checkbox]+label:hover:after,
.pretty-checkboxes .aspNetDisabled+.prettyemptylabel:hover:after,
.pretty-checkboxes input[type=checkbox]+.addcontent>strong:hover:after,
.pretty-checkboxes input[type=checkbox]+.operationheading:hover:after,
.pretty-checkboxes input[type=checkbox]+.settinglabel:hover:after,
.pretty-checkboxes input[type=checkbox]+label:hover:after {
	color: #d5d5d5
}

.cats-list input[type=checkbox]:checked+.addcontent>strong:after,
.cats-list input[type=checkbox]:checked+.addcontent>strong:hover:after,
.cats-list input[type=checkbox]:checked+.operationheading:after,
.cats-list input[type=checkbox]:checked+.operationheading:hover:after,
.cats-list input[type=checkbox]:checked+.settinglabel:after,
.cats-list input[type=checkbox]:checked+.settinglabel:hover:after,
.cats-list input[type=checkbox]:checked+label:after,
.cats-list input[type=checkbox]:checked+label:hover:after,
.formwizard input[type=checkbox]:checked+.addcontent>strong:after,
.formwizard input[type=checkbox]:checked+.addcontent>strong:hover:after,
.formwizard input[type=checkbox]:checked+.operationheading:after,
.formwizard input[type=checkbox]:checked+.operationheading:hover:after,
.formwizard input[type=checkbox]:checked+.settinglabel:after,
.formwizard input[type=checkbox]:checked+.settinglabel:hover:after,
.formwizard input[type=checkbox]:checked+label:after,
.formwizard input[type=checkbox]:checked+label:hover:after,
.pretty-checkboxes input[type=checkbox]:checked+.addcontent>strong:after,
.pretty-checkboxes input[type=checkbox]:checked+.addcontent>strong:hover:after,
.pretty-checkboxes input[type=checkbox]:checked+.operationheading:after,
.pretty-checkboxes input[type=checkbox]:checked+.operationheading:hover:after,
.pretty-checkboxes input[type=checkbox]:checked+.settinglabel:after,
.pretty-checkboxes input[type=checkbox]:checked+.settinglabel:hover:after,
.pretty-checkboxes input[type=checkbox]:checked+label:after,
.pretty-checkboxes input[type=checkbox]:checked+label:hover:after {
	color: #fff
}

.cats-list input[type=checkbox].toggle,
.formwizard input[type=checkbox].toggle,
.pretty-checkboxes input[type=checkbox].toggle {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 55px;
	height: 28px;
	background-color: #eeeeee;
	position: relative;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.cats-list input[type=checkbox].toggle:hover:after,
.formwizard input[type=checkbox].toggle:hover:after,
.pretty-checkboxes input[type=checkbox].toggle:hover:after {
	background-color: #d5d5d5
}

.cats-list input[type=checkbox].toggle:after,
.formwizard input[type=checkbox].toggle:after,
.pretty-checkboxes input[type=checkbox].toggle:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #777777;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.cats-list input[type=checkbox]:checked.toggle,
.formwizard input[type=checkbox]:checked.toggle,
.pretty-checkboxes input[type=checkbox]:checked.toggle {
	-webkit-box-shadow: inset 0 0 0 15px #337ab7;
	box-shadow: inset 0 0 0 15px #337ab7
}

.cats-list input[type=checkbox]:checked.toggle:after,
.formwizard input[type=checkbox]:checked.toggle:after,
.pretty-checkboxes input[type=checkbox]:checked.toggle:after {
	left: 29px;
	background-color: #fff
}

.cats-list .aspNetDisabled+.prettyemptylabel:hover:after,
.formwizard .aspNetDisabled+.prettyemptylabel:hover:after,
.pretty-checkboxes .aspNetDisabled+.prettyemptylabel:hover:after {
	content: "\f05e"
}

[for$=_chkTicketIncludesRecurrence]+.aspNetDisabled,
[for$=_chkUseSameSalesBeginForRecurrences]+.aspNetDisabled {
	width: 21px;
	height: 21px;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

[for$=_chkTicketIncludesRecurrence]+.aspNetDisabled:hover:after,
[for$=_chkUseSameSalesBeginForRecurrences]+.aspNetDisabled:hover:after {
	position: absolute;
	top: 73%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "Recurrences are disabled.";
	font-size: 13px;
	color: #fff;
	background: #222222;
	white-space: nowrap;
	padding: 4px 6px;
	border-radius: 4px;
	z-index: 1
}

[for$=_chkTicketIncludesRecurrence]+.aspNetDisabled:hover:before,
[for$=_chkUseSameSalesBeginForRecurrences]+.aspNetDisabled:hover:before {
	content: '';
	position: absolute;
	top: 73%;
	left: calc(100% - 3px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 5px solid #222222;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	z-index: 1
}

.cats-wrap {
	margin-top: 20px
}

.cats-wrap .addcontent>strong,
.cats-wrap .operationheading,
.cats-wrap .settinglabel,
.cats-wrap label {
	margin-top: 0;
	z-index: 1;
	position: relative
}

.cats-wrap .addcontent>strong+div,
.cats-wrap .operationheading+div,
.cats-wrap .settinglabel+div,
.cats-wrap label+div {
	display: inline-block;
	max-width: 100%;
	margin-left: -18em;
	padding-left: 18em
}

.cats-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 100%
}

.cats-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%
}

.cats-list li .addcontent>strong,
.cats-list li .operationheading,
.cats-list li .settinglabel,
.cats-list li label {
	white-space: nowrap
}

.font-xsmall,
.text-xsmall {
	font-size: 60%
}

.font-small,
.text-small {
	font-size: 80%
}

.font-normal,
.text-normal {
	font-size: 100%
}

.font-large,
.text-large {
	font-size: 120%
}

.font-xlarge,
.text-xlarge {
	font-size: 140%
}

@media (max-width:767px) {

	.image-left,
	.image-right {
		display: block;
		margin: 0 0 10px;
		text-align: center
	}

	img.image-left,
	img.image-right {
		display: table;
		margin: 0 auto 10px;
		vertical-align: top
	}
}

.image-center {
	display: block;
	margin: 0 0 10px;
	text-align: center
}

@media (min-width:768px) {
	.image-left {
		float: left;
		margin-right: 10px
	}

	.image-right {
		float: right;
		margin-left: 10px
	}
}

.image-captioned figcaption {
	font-size: small;
	margin: 10px 0;
	opacity: 0.7
}

ins {
	background-color: #eaffea;
	border-bottom: 1px dotted #80ce51;
	color: black;
	text-decoration: none
}

del {
	background-color: #ffdddd;
	border-bottom: 1px dotted #c37575;
	color: #555;
	text-decoration: none
}

.input-fullwidth {
	width: 100% !important
}

.loginpage .idrow .settinglabel,
.loginpage .passwordrow .settinglabel {
	width: 10em
}

.page-nav {
	border-left: 4px solid #eeeeee;
	padding: 10px 0
}

.page-nav a {
	color: #337ab7
}

.page-nav .active>a {
	color: #337ab7
}

.page-nav .active>a:before {
	background-color: #337ab7;
	bottom: 0;
	content: "";
	display: block;
	left: -4px;
	position: absolute;
	top: 0;
	width: 4px
}

.page-nav>li {
	padding-left: 20px
}

.page-nav>li>a {
	color: #337ab7;
	font-weight: 700;
	margin-left: -20px;
	padding: 4px 0 4px 20px;
	margin-bottom: 10px
}

.page-nav .sub-nav {
	font-size: 14px;
	margin-left: -20px
}

.page-nav .sub-nav li>a {
	padding: 4px 0 4px 40px
}

.page-nav .sub-nav li.active>a {
	font-weight: 700
}

.page-nav .sub-nav .sub-nav {
	margin-left: 0
}

.page-nav .sub-nav .sub-nav>li>a {
	padding: 4px 0 4px 60px
}

.custom-sidebar {
	margin-top: 30px;
	margin-bottom: 35px
}

.custom-sidebar ul {
	list-style-type: none;
	padding: 0
}

.custom-sidebar ul>li>a {
	display: block;
	padding: 8px 22px;
	font-size: 16px;
	font-weight: 500;
	color: #777777;
	border-left: 1px solid #bdbdbd
}

.custom-sidebar ul>li>a:focus,
.custom-sidebar ul>li>a:hover {
	color: #337ab7;
	text-decoration: none;
	background-color: #eeeeee
}

.custom-sidebar ul>.active:focus>a,
.custom-sidebar ul>.active:hover>a,
.custom-sidebar ul>.active>a {
	font-weight: 700;
	color: #337ab7;
	position: relative
}

.custom-sidebar ul>.active:focus>a:before,
.custom-sidebar ul>.active:hover>a:before,
.custom-sidebar ul>.active>a:before {
	content: "";
	position: absolute;
	width: 4px;
	background-color: #337ab7;
	height: 100%;
	top: 0;
	left: -2px;
	display: block
}

.custom-sidebar ul li.expanded ul {
	max-height: none
}

.custom-sidebar ul li.closed ul {
	max-height: 0;
	overflow: hidden
}

.custom-sidebar ul li ul li ul {
	margin-left: 0
}

.custom-sidebar ul li ul li ul li {
	margin-top: 0
}

.custom-sidebar ul li ul li ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	padding-left: 40px
}

.custom-sidebar ul li ul li ul li .active:focus>a,
.custom-sidebar ul li ul li ul li .active:hover>a,
.custom-sidebar ul li ul li ul li .active>a {
	font-weight: 500
}

.custom-sidebar.right-bordered ul>li>a {
	border-left: 0 none;
	border-right: 1px solid #bdbdbd
}

.custom-sidebar.right-bordered ul>.active:focus>a:before,
.custom-sidebar.right-bordered ul>.active:hover>a:before,
.custom-sidebar.right-bordered ul>.active>a:before {
	left: auto;
	right: -3px
}

.content-slider__item--inner {
	background-color: #bdbdbd;
	color: #333333
}

.fb-bordered-section-wrap {
	border: 2px solid #eeeeee
}

.fb-bordered-section-wrap .fb-section-heading:after {
	background-color: #5cb85c
}

.fb-bordered-section-wrap .fb-subsection-heading {
	background: rgba(238, 238, 238, 0.5);
	color: #333333
}

.fb-bordered-section-wrap .fb-text-subdued {
	color: rgba(51, 51, 51, 0.8)
}

.fb-fieldset-style .fb-section-heading {
	color: #5cb85c
}

.flip-box__item .front {
	background-color: #eeeeee;
	color: #333333
}

.flip-box__item .back {
	background-color: #337ab7;
	color: #fff
}

.flip-box__item--green .back {
	background-color: #5cb85c
}

.flip-box__item--red .back {
	background-color: #d9534f
}

.flip-box__item--orange .back {
	background-color: #f0ad4e
}

.flip-box__item--purple .back {
	background-color: #965be8
}

.flip-box__item--light-blue .back {
	background-color: #5bc0de
}html {
    /* === 10px, i.e. 16px * 0.625 = 10px */
    /*font-size: 62.5%; */
    /* === 12px 
	font-size: 75%;*/
    /* === 14px */
    font-size: 87.5%;
    background: #fdfdfd;
    font-family: "Open Sans", sans-serif;
    /*"Trebuchet MS", Arial,sans-serif;*/
    /*line-height: 22px;*/
    color: #000000;
}


body.wysiwygeditor {
    /*font-size: 100%; */
    background: #fff;
    color: #000000;
}




/* Fonts
----------------------------------------------- */

@font-face {
    font-family: 'Goudy Sans FS Medium';
    src: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1//resources/GoudySans-Medium-webfont.eot");
    src: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1//resources/GoudySans-Medium-webfont.eot?#iefix") format('embedded-opentype'), url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1//resources/GoudySans-Medium-webfont.woff") format('woff'), url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1//resources/GoudySans-Medium-webfont.ttf") format('truetype'), url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1//resources/GoudySans-Medium-webfont.svg#goudy_sans_fs_mediumregular") format('svg');
    font-weight: normal;
    font-style: normal;
}


/* -------------------------------------------- */

.pagebody {
}

body {
    overflow-x: hidden;
}

/* These are ids for container divs in layout.master */
#wrapwebsite {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/header-slice.png") repeat-x 0 -28px transparent;
}



#wrapheader {
    height: 180px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 960px;
}

#wraplogotitle {
    float: left;
    margin-top: 30px;
}

#wrapcenter {
    clear: both;
    margin: 0 auto 5px;
    min-height: 300px;
    padding: 0;
    width: 960px;
    overflow: hidden;
}

#wrapfooter {
    clear: both;
    height: 62px;
    margin: 0 auto 0 auto;
    text-align: center;
    color: #666565;
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/bkg_footer_new.jpg") no-repeat;
    width: 961px;
    font-size: 0.9em;
}

    #wrapfooter a {
        text-decoration: none;
        color: #666565;
    }

        #wrapfooter a:hover {
            text-decoration: underline;
        }

#innerfooterwrap {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/logo_small.gif") 15px 17px no-repeat;
    width: 960px;
    height: 100%;
    margin: auto;
}

.footercolumn,
#wrapfooter ul {
    text-align: left;
}


div.bottombanner {
    width: 100%;
    clear: both;
    vertical-align: top;
}

.alt1-div {
    width: 960px;
    margin: 10px auto 0;
}
/* START SPOTLIGHT
 * This can be used to present a nice background on the altcontent1 panel.
 * Place 'spotlight' in the "Custom Body CSS Class" option on page settings. 
 * Requires mojoPortal 2.3.6.4 or higher
 */
body.spotlight .alt1-div {
    width: 100%;
    height: 231px;
    margin: 0;
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/bg_alt1div.png") repeat-x bottom left;
}

body.spotlight .alt1-container {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/bg_alt1container.png") no-repeat scroll left bottom transparent;
    width: 960px;
    min-height: 209px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    color: #fff;
}

body.spotlight .moduletitle,
body.spotlight a.ModuleEditLink:link,
body.spotlight a.ModuleEditLink:visited {
    color: #D3E7F2;
}

body.spotlight a.ModuleEditLink:hover,
body.spotlight a.ModuleEditLink:active {
    color: #fff;
}

/* If breadcrumbs are present with the spotlight, we need to make some adjustments */
body.spotlight .breadcrumbcontainer {
    background: none #0770A6;
}

/* Remove top margin from other panels */
body.spotlight .center-nomargins,
body.spotlight .center-rightandleftmargins,
body.spotlight .center-rightmargin,
body.spotlight .center-leftmargin,
body.spotlight .leftside,
body.spotlight .rightside {
    margin-top: 0;
}

/* Put the margin back and hide alt1-div on admin pages (pagesettings.aspx and pagelayout.aspx)*/
body.spotlight.administration .center-nomargins,
body.spotlight.administration .center-rightandleftmargins,
body.spotlight.administration .center-rightmargin,
body.spotlight.administration .center-leftmargin,
body.spotlight.administration .leftside,
body.spotlight.administration .rightside {
    margin-top: 10px;
}

body.spotlight.administration .alt1-div {
    display: none;
}

/*END SPOTLIGHT */

.altcontent1 {
    float: left;
    width: 100%;
    margin: 0 5px 0;
}

.altcontent2 {
    float: left;
    width: 100%;
    margin: 0 5px 0;
}

.altcontent1 .modulecontent {
    padding: 4px 4px 0px;
}


.leftside {
    float: left;
    width: 22%;
    margin: 10px 5px 0 6px;
}

.center-nomargins {
    float: left;
    width: 950px;
    margin: 0px 0;
}

.center-rightandleftmargins {
    float: left;
    width: 53%;
    margin: 10px 5px 0;
}

.center-rightmargin {
    float: left;
    width: 76%;
    margin: 10px 0 0 6px;
}

.center-leftmargin {
    float: left;
    width: 76%;
    margin: 10px 0 0 5px;
}

.rightside {
    float: right;
    width: 22%;
    margin: 10px 0 0;
}



/*.leftside {width: 27%;}
.center-leftmargin  {width: 70.5%;}
.center-rightmargin { float:left;width:76%; margin:10px 0 0 6px;}
.center-rightandleftmargins {width: 52%; }
.rightside {width: 17.5%;}*/

/* CONFIGURABLE COLUMN WIDTHS
 * Add the class to "Custom Body CSS Class" in PageSettings 
 * wideleft - left side will be 10% larger
 * wideright - right side will be 10% larger
 * narrowleft - left side will be 10% smaller
 * narrowright - right side will be 10% smaller
 */

/*Wide Columns*/
body.wideleft .leftside {
    width: 27%;
}

body.wideleft .center-leftmargin {
    width: 70.5%;
}

body.wideleft .center-rightandleftmargins {
    width: 52%;
}

body.wideleft .rightside {
    width: 17.5%;
}

body.wideright .rightside {
    width: 32%;
}

body.wideright .center-rightmargin {
    width: 66%;
}

body.wideright .center-rightandleftmargins {
    width: 43%;
}

body.wideleft.wideright .center-rightandleftmargins {
    width: 33%;
}

/*Narrow Columns*/
body.narrowleft .leftside,
body.narrowright .rightside {
    width: 12%;
}

body.narrowleft .center-leftmargin,
body.narrowright .center-rightmargin {
    width: 86%;
}

body.narrowleft .center-rightandleftmargins,
body.narrowright .center-rightandleftmargins {
    width: 63%;
}

body.narrowleft.narrowright .center-rightandleftmargins {
    width: 73%;
}


body.narrowleft.wideright .center-rightandleftmargins,
body.narrowright.wideleft .center-rightandleftmargins {
    width: 53%
}


/* END CONFIGURABLE COLUMN WIDTHS */

#footer-box1 {
    width: 290px;
    float: left;
    margin-right: 10px;
}

#footer-box2 {
    width: 155px;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
}

#footer-box3 {
    width: 155px;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
}

#footer-box4 {
    width: 290px;
    float: left;
    text-align: center;
    margin-top: 20px;
}

#footer-bottom {
    clear: left;
    margin-top: 10px;
    display: table;
}

/* Elements */
code {
    text-align: left;
    display: block;
    overflow: auto;
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
    background: #F1F5F6;
    border: 1px solid #91A7B4;
    border-left: 5px solid #4F82CB;
    margin: 5px 0;
    padding: 10px;
    line-height: normal;
}

acronym {
    cursor: help;
    border-bottom: 1px solid #777;
}

blockquote {
    border: 1px solid #f2f2f2;
    background: #FAFAFA url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/quote.jpg") no-repeat 5px 5px;
    margin: 10px;
    padding: 0 0 0 36px;
}

.homepage blockquote {
    border: 1px solid #f2f2f2;
    margin: 0px;
    padding: 0 0 0 36px;
    background: #FAFAFA url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/mojosprites.png");
    background-position: 0 -1796px;
}

hr {
    height: 1px;
    background-color: #D1D7DC;
    color: #D1D7DC;
    border-width: 0;
}

img {
    border: 0;
}

    img.bg {
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 0;
    }





/* Headings 

h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', Arial, sans-serif; color: #4F82CB; }
h3, h4, h5, h6 { margin: 0; }
h4, h5, h6 { font-style: italic; }
h1 { font-size:36px; }
h2 { font-size: 1.3em; }
h3 { font-size:18px; padding:3px 0; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:13px; }
*/

h1, h2, h3, h4, h5, h6 {
    /*color: #4F82CB; */
    color: #999999;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.2em;
    margin: 10px 0px 10px 0px;
}

h4 {
    font-size: 1.2em;
    margin: 10px 0px 10px 0px;
}

.twtr-hd h4 {
    color: #ffffff;
}

#logo {
    float: left;
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.art-Logo-name {
    /*background-image:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1//images/logo.png");*/
    /*background-image:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1//images/logoWithText.gif");
  background-repeat: no-repeat;  
  background-position : 0px 25px;*/
}

h1.siteheading {
    /*font-size:  1.5em; */
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 10px 10px;
    color: #D3D8E7;
    font-family: 'Goudy Sans FS Medium',Helvetica,Arial,sans-serif;
    font-size: 40px;
}

a.siteheading {
    position: absolute;
    bottom: 82px;
    left: 225px;
    color: #fff;
    margin-right: 10px;
    text-transform: uppercase;
}

.slogan {
    padding: 0px 0px 0px 10px;
    color: #666666;
    text-indent: 0px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: normal;
}

.green {
    color: #9EC630;
}

a.siteheading:link,
a.siteheading:visited,
a.siteheading:hover,
a.siteheading:active {
    color: #D3D8E7;
    text-decoration: none;
}

h1.moduletitle, h2.moduletitle {
    clear: both;
    color: #999999;
    font-size: 20px;
    font-size: 1.5rem;
    margin: 0px 0px 0px 3px;
    line-height: normal;
}

.modulecontent h2.moduletitle {
    font-size: 1.2em;
}

.modulesubtitle {
    height: 23px;
    color: #FFF;
    background-color: #F9F8EF;
    padding: 4px 5px 0;
}

.pagelayout h2,
.register h2,
.sitesettings h3 {
    font-size: 14px;
}

h2.greenbg {
    font-size: 36px;
    margin-bottom: 0;
    padding: 10px 3px;
}


/* Form styles */
fieldset {
    /*border:px solid #675076; margin:0; padding:5px 15px; */
}

legend {
    font-size: larger;
    font-weight: 700;
    color: #6e4c75;
    font-family: 'Marcellus', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #999;
    line-height: 1.2;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}

ol.formlist {
    list-style: none;
    margin: 0px;
    padding: 0;
}

li.settingrow {
    list-style: none;
}

.settinglabel {
    float: left;
    clear: left;
    width: 20em;
    padding: 1px;
}

.settinglabelFixedHeight {
    float: left;
    clear: left;
    width: 20em;
    height: 77px;
    padding: 1px;
}

.settinglabel,
.settinglabelFixedHeight {
    font-weight: 700;
    /*font-size:smaller; */
}

.settingrow {
    clear: left;
    padding: 4px 0;
}

.settinglabeltight {
    float: left;
    clear: left;
    width: 8em;
    font-weight: 700;
    padding: 1px;
}

.settingrowtight {
    clear: left;
    padding: 1px 0;
}

.modulebuttonrow {
    clear: left;
    text-align: center;
}

.txterror {
    color: red;
    font-weight: 700;
}

.txtcopyright {
    color: #444;
    font-size: 80%;
    font-weight: 400;
}

.watermarktextbox {
    width: 9em;
    height: 19px;
    color: Gray;
}

.subscribeemail {
    color: Gray;
    width: 14em;
}

input.openid_login {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/openidlogin.gif") no-repeat;
    background-color: #fff;
    background-position: 0 50%;
    color: #000;
    padding-left: 18px;
}


/* Grids and Tables */
table.editgrid {
    margin: 10px;
}

    table.editgrid th {
        font-weight: 700;
        padding: 7px;
    }

.AspNet-GridView table thead tr th {
    padding: 2px;
}

.AspNet-GridView table tbody tr td {
    color: #333;
    background: #FFF;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
    text-align: left;
    padding: 2px 20px 2px 2px;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
    background: #F7F6F3;
}

table.editgrid td {
    padding: 7px;
}


/* Lists */
#wraptopnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.topnav {
    display: block;
    margin: 0 auto;
    padding: 5px 0px 0px 0px;
    width: 960px;
    line-height: 1;
}

    .topnav ul {
        display: inline;
        margin: 0;
        float: right;
    }

li.topnavitem, li.firstnav {
    float: left;
    list-style-type: none;
    border-left: solid thin #999999;
    padding: 0 8px;
    margin-top: 0px
}

li.firstnav {
    border: none
}

li.topnavitem:last-child {
    background: none;
}

li.firstnav {
    float: left;
    list-style-type: none;
    padding: 0 5px 0 5px
}

.simplelist,
.simplelist li {
    list-style: none;
    padding: 0 0 4px 10px;
}

ul.langlist {
    margin-left: -15px;
}

div.sitemap ul,
div.sitemap ul li {
    font-size: medium;
}



.site-statistics {
    border-bottom: solid thin #ccc;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

ul.userstats {
    list-style-type: none;
    font-size: 90%;
    margin: 0 0 0 -40px;
}

    ul.userstats ul {
        display: block;
        margin: 0;
        padding: 0;
    }

    ul.userstats li {
        position: relative;
        list-style: none;
        font-size: 100%
    }

ul.linkitem {
    margin: 10px 10px 10px -10px;
    padding: 0px 0px 0px 10px;
}

    ul.linkitem li {
        margin-bottom: 1px;
        list-style-type: none;
    }

    ul.linkitem a.mojolink {
        float: left;
        text-decoration: none;
    }

        ul.linkitem a.mojolink + a {
            margin-left: 5px;
        }

* html body ul.linkitem a {
    height: 18px;
}

ul.linkitem a:hover {
    text-decoration: underline;
}

li.linkitem, li.linkaltitem {
    display: block;
    min-height: 25px;
    margin-top: 5px;
    border-bottom-color: #4F82CB;
    border-style: dashed;
    border-width: 0 0 1px;
}

div.panelwrapper ul.simplelist {
    margin-bottom: 0;
}

div.AspNet-RadioButtonList ul,
div.AspNet-CheckBoxList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.simplehorizontalmenu {
    clear: both;
    width: 100%;
    height: 27px;
}

ul.simplehorizontalmenu {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.simplehorizontalmenu li {
        display: inline;
        padding: 0 10px;
    }



ul.firstnav span.sitelink,
li.topnavitem,
li.firstnav {
    font-size: 0.9em;
}

li.AspNet-RadioButtonList-Item,
li.AspNet-CheckBoxList-Item {
    white-space: nowrap;
}

ul.simplehorizontalmenu li.selecteditem {
    font-weight: 700;
}

div.adminmenu ul {
    margin: 0 0 1em -28px;
}

.tag-cloud {
    list-style-type: none;
    margin: 15px 0 3px -30px;
}

    .tag-cloud li {
        display: inline;
        list-style-type: none;
    }

.tagcount {
    font-size: x-small;
}

.tag-cloud .weight1 {
    font-size: 90%;
}

.tag-cloud .weight2 {
    font-size: 110%;
}

.tag-cloud .weight3 {
    font-size: 120%;
}

.tag-cloud .weight4 {
    font-size: 130%;
}

.tag-cloud .weight5 {
    font-size: 140%;
}

.tag-cloud .weight6 {
    font-size: 150%;
}

.tag-cloud .weight7 {
    font-size: 160%;
}

.tag-cloud .weight8 {
    font-size: 180%;
}

.tag-cloud .weight9 {
    font-size: 200%;
}

.tag-cloud .weight10 {
    font-size: 210%;
}


/* Links */

/*
.forumthreadcrumbs a,
.forumthreadcrumbs span { font-size: 1.5em; }
*/
.breadcrumbcontainer {
    clear: both;
    margin: auto;
    position: relative;
    /*border-bottom: 2px solid #0770A6;*/
    background: #fff url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/bg_breadcrumbs.jpg") repeat-x top center;
}

div.breadcrumbs {
    font-size: 1.5em;
}

.breadcrumbcontainer > div.breadcrumbs {
    width: 955px;
    margin: 0 auto;
    padding: 4px 0px 4px 0px;
    color: #fff;
    font-size: 12px;
}

    .breadcrumbcontainer > div.breadcrumbs a {
        color: #fff;
    }

        .breadcrumbcontainer > div.breadcrumbs a.breadcrumbbold {
            font-weight: bold;
        }

.breadcrumbs {
    padding: 4px 0px 4px 0px;
}

.unselectedcrumb {
    font-weight: 400;
}

.breadcrumb:hover, .breadcrumbbold:hover {
    text-decoration: underline;
}

div.forumthreadcrumbs {
    width: 955px;
    margin: 0 auto;
    padding-left: 3px;
}

a.ModuleEditLink,
a.ModuleEditLink:link,
a.ModuleEditLink:visited,
a.ModuleEditLink:hover,
a.ModuleEditLink:active {
    font-size: 14px;
    font-size: 1rem;
    padding-left: 4px;
    font-weight: bold;
}

    .newsletterlist a,
    .sitelink, a.sitelink, a.sitelink:visited, a.sitelink:active,
    a.ModuleEditLink, a.ModuleEditLink:active, a.ModuleEditLink:visited {
        /*color:#F1871D !important; orange */
        /*color:#AF8BC3 !important; light purple */
        color: #0065bd !important;
        text-decoration: none;
    }

a, a:visited, a:active {
    /*color:#F1871D !important; orange */
    /*color:#AF8BC3 !important; light purple */
    color: #0065bd;
    text-decoration: none;
}

.topnav .sitelink, .topnav a.sitelink, .topnav a.sitelink:visited, .topnav a.sitelink:active {
    /*color:#F1871D !important; orange */
    /*color:#AF8BC3 !important; light purple */
    color: #FFFFFF !important;
    text-decoration: none;
}

legend a.ModuleEditLink,
legend a.ModuleEditLink:link,
legend a.ModuleEditLink:visited,
legend a.ModuleEditLink:hover,
legend a.ModuleEditLink:active {
    font-size: smaller;
}

.pageditlinks a {
    margin: 3px 7px 3px 0px;
}

a.adminlink,
a.adminlink:link,
a.adminlink:visited,
a.adminlink:active {
    font-size: 16px;
    border-left: 1px solid #a4a4a4;
    padding: 8px 8px 10px 8px;
    line-height: 32px;
    color: #555;
    text-decoration: none;
}

    a.adminlink:hover {
        text-decoration: underline;
    }

    a:hover,
    a.sitelink:hover,
    a.ModuleEditLink:hover,
    a.adminlink:hover,
    a.selectedcrumb:hover,
    a.unselectedcrumb:hover {
        text-decoration: underline;
        color: #63A5DE
    }

.extrasearchlink {
    padding-left: 10px;
}

.WelcomeMessage,
.sitelink {
    font-size: 1.1em;
}

.accent {
    color: #4F82CB;
    font-weight: 700;
}

.buttonlink {
    background-color: transparent;
    color: #03F;
    cursor: pointer;
    text-decoration: underline;
    font-size: 13px;
    border-style: none;
}
/*.breadcrumbs { padding:4px 4px 10px; }*/
.unselectedcrumb {
    font-weight: 400;
}

.selectedcrumb {
    font-weight: 700;
}

.modulepager {
    vertical-align: top;
    padding: 4px;
}

.selectedpage {
    color: #000;
    font-weight: 700;
}

a.SelectedPage:hover {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

a.SelectedPage:link,
a.SelectedPage:visited,
a.SelectedPage:active {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.PageInfo,
.pageditlinks a {
    font-size: 16px;
}

/* .listintro { font-size:1.4em; } */
.modulecontent {
    vertical-align: top;
    text-align: left;
    padding: 4px;
    line-height: 1.6em;
    font-size: 16px; /* IE 7/8 */
    font-size: 1.3rem;
}

.listintro {
    padding-left: 4px;
}

.ui-widget .modulecontent {
    font-size: inherit;
}

.modulefooter {
    display: none;
}

.modulerow {
    background-color: #eeeeee;
}

.modulealtrow {
    background-color: #f6f6f6;
}

    .modulerow:hover, .modulealtrow:hover {
        background-color: #D3E7F2;
    }

.community .visitormap, .community .trafficchart {
    padding: 0px;
    margin-left: -4px;
}

.gmaptextbox {
    width: 27em;
}

.gmap {
    margin: 0 0 10px;
}

.bmap {
    position: relative;
}

.foldergallery a {
    color: #FFF;
}

.albumMetaName {
    font-weight: 700;
}

.foldergallery h1 {
    font-size: large;
    margin-bottom: 20px;
}

.albumFloat {
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 4px;
}

.albumMetaSectionHead {
    background-color: Gray;
    color: #FFF;
    font-weight: 700;
}

.rbottom {
    margin-bottom: 20px;
}

.altcontent1 .rbottom {
    margin-bottom: 0px;
}

.leftside .ratingprompt,
.rightside .ratingprompt {
    display: none;
}

.ratingprompt,
.voteswrap {
    display: block;
    text-align: center;
    float: none;
    margin: 0;
}

.ratingcontainer {
    float: right;
    padding: 10px;
    margin: 10px 0 20px 20px;
    background-color: #F0F0F0;
    border-top: 1px solid #fff;
    outline: 1px solid #DDD;
    font-size: 12px;
}

    .ratingcontainer div {
        float: none;
    }

.ratingrow {
    white-space: nowrap;
}

div.ratingStar {
    width: 65px;
    height: 14px;
    margin: 1em auto;
    white-space: nowrap;
}

.ratingStar .ratingItem {
    font-size: 0;
    width: 13px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
/*
.ratingStar .Filled { background-image:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/ratingStarFilled.png"); }
.ratingStar .Empty { background-image:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/ratingStarEmpty.png"); }
.ratingStar .Saved { background-image:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/ratingStarSaved.png"); }
*/
.ratingbuttons {
    margin: 0;
    padding: 2px 0px 0px 0px;
}

.rcommentprompt {
    display: block;
}

.ratingcomments {
    border: #000 1px solid;
    background-color: #eee;
    color: #000;
    width: 206px;
    height: 200px;
    position: absolute;
    margin-top: 15px;
    padding: 5px;
}

.ratingcommentbox {
    width: 200px;
    height: 100px;
}

.eventcalendar table {
    clear: both;
}

.forumnotify {
    white-space: nowrap;
    vertical-align: middle;
    padding: 10px 0px 5px 0px;
}

    .forumnotify img {
        float: left
    }

div.addthisbutton {
    display: inline;
    float: right;
    margin: 37px 50px 0 0;
}

.moduleedit {
    height: 28px;
    background-color: #C7D0D7;
    border: 0;
    text-indent: 4px;
    margin: 0;
    padding: 0;
}

.clearpanel {
    clear: left;
    padding-top: 15px;
}

.clear {
    clear: both;
}

.minheightpanel {
    min-height: 200px;
}

.center {
    text-align: center;
}

.vevent {
    padding: 10px;
}

    .vevent abbr {
        border: 0;
    }

.whoson {
    float: left;
    padding: 5px;
}

.searchterm {
    color: #000;
    background-color: #FF0;
}

.templatewrapper {
    border-bottom: solid 4px #000;
}

.linkdescription {
    padding: 5px;
}

.padded {
    padding: 7px;
}

.pageicons,
.skiplink {
    display: none;
}

.cmwrapper {
    margin: 10px;
}

/* password stength meter */
.pwspoor {
    background-color: Red;
    color: White;
    padding: 5px 5px 5px 5px;
}

.pwsweak {
    background-color: Orange;
    color: White;
    padding: 5px 5px 5px 5px;
}

.pwsaverage {
    background-color: Yellow;
    color: Black;
    padding: 5px 5px 5px 5px;
}

.pwsstrong {
    background-color: Teal;
    color: Black;
    padding: 5px 5px 5px 5px;
}

.pwsexcellent {
    background-color: Green;
    color: White;
    padding: 5px 5px 5px 5px;
}

.pwdstrengthbarborder {
    border-style: solid;
    border-width: 1px;
    width: 200px;
    vertical-align: middle;
}

.pwdstrengthbar {
    width: 200px;
    height: 15px;
    padding: 2px 2px 2px 2px;
}

.logolist {
}

.floatrightimage {
    float: right;
    margin-right: 15px;
}

.highlight1 {
    background-color: #FF0;
}

.highlight2 {
    background-color: lime;
}


.floatleftimage {
    float: left;
    margin-right: 15px;
}

.floatpanel {
    float: left;
    margin-right: 15px;
}

div.linkdesc {
    float: left;
}

.subfooter div.fblikebutton,
.subfooter .plusone,
.subfooter .tweetthis {
    margin-right: 5px;
    padding: 0;
    display: inline-block;
}

.footerlinks {
    clear: both;
    margin: 0px 0px 10px 0px;
    padding-top: 25px;
}

.footercolumn {
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 0;
}

.footleft {
    width: 300px;
}

.footcenter {
    width: 120px;
    margin-left: 20px;
}

.footright {
    width: 120px;
    margin-left: 38px;
}

.footfarright {
    width: 315px;
    margin-left: 45px;
    padding-top: 5px;
}

.footerads {
    float: right;
    margin-right: 5px;
}

    .footerads a {
        padding-left: 4px;
    }

.footercolumn ul {
    list-style-type: none;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: normal;
}

.footercolumn li {
    margin: 0;
    padding: 3px;
}

    .footercolumn li p {
        margin: 0;
        padding: 0;
    }

    .footercolumn li.listhead a {
        color: #f58220;
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
    }

        .footercolumn li.listhead a:hover {
            color: #4eb0e9;
            font-weight: bold;
            text-decoration: none;
        }

        .footercolumn li.listhead a:active {
            color: #f58220;
            font-weight: bold;
            text-decoration: none;
        }



a.rss, a.facebook, a.twitter, a.digg, a.delicious, a.stumble, a.youtube, a.eletter {
    display: inline-block;
    width: 40px;
    height: 35px;
    margin-top: 1px;
    margin-right: 4px;
}


a.rss {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/mojosprites.png");
    background-position: 0 -1876px;
    width: 32px;
    height: 33px;
}

    a.rss:hover {
        background-position: 0 -1875px;
    }

a.facebook {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/mojosprites.png");
    background-position: 0 -983px;
    width: 32px;
    height: 33px;
}

    a.facebook:hover {
        background-position: 0 -982px;
    }

a.twitter {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/mojosprites.png");
    background-position: -1010px -82px;
    width: 32px;
    height: 33px;
}

    a.twitter:hover {
        background-position: -1010px -81px;
    }

a.delicious {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/mojosprites.png");
    background-position: 0 -604px;
    width: 32px;
    height: 33px;
}

    a.delicious:hover {
        background-position: 0 -603px;
    }

a.digg {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/mojosprites.png");
    background-position: 0 -686px;
    width: 32px;
    height: 33px;
}

    a.digg:hover {
        background-position: 0 -685px;
    }

a.stumble {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/mojosprites.png");
    background-position: -1010px 0;
    width: 32px;
    height: 33px;
}

    a.stumble:hover {
        background-position: -1010px 0;
    }

a.youtube {
    margin-right: 0px;
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/mojosprites.png");
    background-position: -1010px -226px;
    width: 32px;
    height: 33px;
}

    a.youtube:hover {
        background-position: -1010px -225px;
    }

a.eletter {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/mojosprites.png");
    background-position: 0 -839px;
    width: 32px;
    height: 33px;
}

    a.eletter:hover {
        background-position: 0 -838px;
    }

.sprite-delicious {
    background-position: 0 0;
    width: 32px;
    height: 32px;
}

.sprite-digg {
    background-position: 0 -82px;
    width: 32px;
    height: 32px;
}

.sprite-email {
    background-position: 0 -164px;
    width: 32px;
    height: 32px;
}

.sprite-facebook {
    background-position: 0 -246px;
    width: 32px;
    height: 32px;
}

.sprite-linkedin {
    background-position: 0 -328px;
    width: 32px;
    height: 32px;
}

.sprite-rss {
    background-position: 0 -410px;
    width: 32px;
    height: 32px;
}

.sprite-stumbleupon {
    background-position: 0 -492px;
    width: 32px;
    height: 32px;
}

.sprite-twitter {
    background-position: 0 -574px;
    width: 32px;
    height: 32px;
}

.sprite-youtube {
    background-position: 0 -656px;
    width: 32px;
    height: 32px;
}

.bsocial iframe {
    margin: 3px 0px 5px 0px;
}

.bsocial div iframe {
    margin: 0px;
}

div.fblikebutton {
    padding-top: 5px;
}


/* Module pager */
.modulepager {
    vertical-align: top;
    padding: 4px;
    font-size: 14px;
    overflow: hidden;
}

.selectedpage {
    color: #000;
    font-weight: 700;
}

a.SelectedPage:hover {
    color: #63A5DE;
    font-weight: 700;
    text-decoration: none;
}

a.SelectedPage:link,
a.SelectedPage:visited,
a.SelectedPage:active {
    color: #0065bd;
    font-weight: 700;
    text-decoration: none;
}


.SelectedPage,
.modulepager a.ModulePager:hover {
    background: #1680BC none;
    border: 1px solid #1680BC;
    color: #fff;
    -moz-box-shadow: 0 0 3px #1680BC;
    -webkit-box-shadow: 0 0 3px #1680BC;
    box-shadow: 0 0 3px #1680BC;
    text-decoration: none;
}

.SelectedPage,
a.ModulePager {
    float: left;
    padding: 2px 6px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.SelectedPage {
    margin: 0 2px 10px 0;
}

a.ModulePager {
    margin: 0 3px;
    border: 1px solid #cccccc;
    color: #F1871D;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
    background: -moz-linear-gradient(center top, #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.35, #FFFFFF), color-stop(0.68, #EFEFEF) );
}

    a.ModulePager:hover {
        background: #1680BC none;
        border: 1px solid #1680BC;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        filter: none;
        color: #fff;
        -moz-box-shadow: 0 0 3px #1680BC;
        -webkit-box-shadow: 0 0 3px #1680BC;
        box-shadow: 0 0 3px #1680BC;
        text-decoration: none;
    }

.ModulePager {
    margin-left: 3px;
}

.PageInfo {
    float: left;
    clear: both;
    width: 100%;
    font-size: 10px;
}

.SelectedPage strong {
    font-weight: normal;
}


div.modulepager {
    clear: left;
}

/* memberlist */
/* member list */
.memberlist .searchmembers {
    border: 1px solid #cbc7bd;
    padding: 10px 10px;
    background-color: #F9F8EF;
}

.memberlist .ui-button-text {
    padding: 5px 9px 5px 9px !important;
}

.memberlist .SearchLetter .ui-button-text {
    text-decoration: underline;
}

.memberlist .modulesubtitle {
    border-color: transparent #cbc7bd #cbc7bd;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    height: auto;
    padding: 5px 10px;
    background-color: #F9F8EF;
}

.memberlist .lockedbutton {
    background-color: #F9F8EF;
    border-color: transparent #cbc7bd #cbc7bd;
    border-right: 1px solid #cbc7bd;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 5px 10px;
}

.memberlist .iplookup {
    display: block;
    margin-top: 10px;
}


.memberlist .AspNet-GridView {
    float: left;
    width: 100%;
}

.memberlist .modulecontent {
    padding: 0;
    margin-top: 10px;
}

.memberlist .modulesubtitle {
    border-top: 1px solid #cbc7bd;
}

.greenbg {
    background-color: #a6c03c;
    color: #fff;
}

.offsetleft {
    margin-left: -20px;
}

p.greenbg {
    font-size: 18px;
    font-weight: lighter;
    line-height: 23px;
    margin-top: 5px;
    padding: 5px 9px 6px
}

.searchpanel {
    position: absolute;
    top: 33px;
    right: 5px;
    white-space: nowrap;
}

.searchpanelcontainer {
}

.searchresults .searchcontrols {
    padding: 10px 10px 0 10px;
    background-color: #E4DAEF;
    outline: 1px solid #A893C1;
    border-top: 1px solid #fff;
}

    .searchresults .searchcontrols a.mhelp {
        background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/help-with-search.png") no-repeat scroll center center transparent;
        float: right;
        height: 41px;
        width: 90px;
    }

        .searchresults .searchcontrols a.mhelp img {
            display: none;
        }

    .searchresults .searchcontrols .searchduration {
        display: block;
        min-width: 95px;
        margin: -5px 0 10px 10px;
        font-size: smaller;
        font-style: oblique;
    }

div.searchresults {
    padding: 0 10px;
}

ol.searchresultlist {
    clear: left;
    list-style-type: none;
    padding-left: 0px;
}

.searchresultlist h3 a {
    color: #0065bd;
    text-decoration: underline;
    font-size: 110%;
}

.searchresultdesc {
    font-size: 90%;
}

.searchbox {
    min-height: 30px;
}
/* PageLayout.aspx Style */
.pagelayout .addcontent {
    float: left;
    margin: 0 0 20px;
}

.pagelayout .panelayout {
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
}

    .pagelayout .panelayout h2 {
        text-align: center;
        margin: 0 10px 10px 0;
    }

.pagelayout .regularpanes {
    margin: 0 auto;
    width: 630px;
    clear: both;
}

.pagelayout .pane {
    float: left;
    clear: none;
    margin: 20px 0 20px 0;
    position: relative;
}

.pagelayout .layoutcenter {
    margin: 20px 30px;
}

.pagelayout .layoutalt1,
.pagelayout .layoutalt2 {
    float: none;
    clear: both;
    width: 190px;
    margin: 0 auto;
    position: relative;
}

.pagelayout .altlayoutnotice {
    margin-bottom: 20px;
}

.pagelayout .panelistbox {
    position: relative;
    width: 190px;
}

.pagelayout .pane select {
    width: 170px;
    margin-right: 10px;
}

.pagelayout .layoutbuttons {
    right: 0;
    top: 5px;
    position: absolute;
}

    .pagelayout .layoutbuttons input {
        display: block;
        margin-bottom: 10px;
    }

.linkdesc {
    width: 98%;
    border-bottom: solid 1px #D1D7DC;
    margin-bottom: 10px;
    padding: 0px 5px 5px 5px;
}


/* Flickr Gallery Style */
.hidden {
    display: none;
}

p.fbp {
    margin: -20px 0px 0px 0px;
    padding: 0px;
}

.community .rightside .htmlmodule a.ModuleEditLink {
    display: inline-block;
    margin-bottom: 10px;
}

.fthumbs img {
    padding: 5px;
    margin: 5px;
    -moz-box-shadow: #333 2px 2px 5px;
    -webkit-box-shadow: #333 2px 2px 5px;
    cursor: pointer;
}

span.btn {
    padding: 10px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    font: 12px/14px Arial, Helvetica, sans-serif;
    color: #aaa;
    background-color: #eee;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: #999 2px 0px 3px;
    -webkit-box-shadow: #999 2px 0px 3px;
}

    span.btn.pages {
        background-color: #fff;
    }

        span.btn.pages:hover, span.btn.pages.sel {
            background-color: #f3f3f3;
            color: #999;
        }

    span.btn:hover, span.btn.sel {
        background-color: #000;
    }

.galleryinfo {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.downloadpage ul.simplelist, .downloadpage ul.simplelist ul {
    margin: 20px 0px 10px -8px;
    padding: 0px 0px 0px 0px;
}

.downloadpage .clear {
    padding-top: 20px;
}

.homepage ul.simplelist {
    margin: 0px 0px 0px -8px;
    padding: 0px 0px 0px 0px;
}

.homepage .center-nomargins {
    margin: 0px 0px 0px 0px;
}

.homepage .floatpanel .floatpanel {
    width: 299px;
}

.righthome {
    margin-right: 0px;
}

.homepage h2 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.homepage .modulecontent {
    margin: 0px 0px 0px 0px;
    padding: 0;
    line-height: 1.5em;
    font-size: 1.2em;
}

.NewsLetterSubscribeModule .modulecontent {
    text-align: left;
    margin: 0px 0px 10px 0px;
    padding-left: 315px;
}

.homepage .subscribeemail {
    width: 10em;
}

div.publicNotice {
    border: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px;
    background-color: ghostwhite;
    padding: 10px;
    margin: 10px;
    "
}

div.publicNoticeItem {
    border: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    margin: 10px;
    "
}

div.like_fieldset {
    margin: 14px 0px 14px 0px;
    clear: both;
    padding-top: 10px;
    text-align: center;
}

p.like_legend {
    font: 0.85em 'Lucida Grande', Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0px 0em 0em 0.7em;
    padding: 0.2em 0.2em 0.2em 0.2em;
    float: left;
    height: 1.5em;
    position: relative;
    display: inline;
}

#cboxTitle {
    top: 0;
    font-size: 16px;
    font-weight: bold;
}

.helpControl {
    display: inline-block;
}

.helpImg {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 2px;
    height: 18px;
    width: 16px;
    background-image: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/help16.png");
    background-repeat: no-repeat;
}

/* registration hints & validation */
.hint {
    color: #C24044;
    font-size: 0.9em;
    margin-left: 10px;
}

.validationSummary {
    color: #C24044;
    font-weight: 700;
}

    .validationSummary li {
        font-size: 0.9em;
    }

.validationSummaryHeader {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 10px 10px;
    border: 1px solid #C24044;
    color: #C24044;
    font-weight: 700;
}

::-webkit-input-placeholder {
    color: #AFAFAF;
}

:-moz-placeholder { /* Firefox 18- */
    color: #AFAFAF;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #AFAFAF;
}

:-ms-input-placeholder {
    color: #AFAFAF;
}

.prewrap {
    white-space: pre-wrap;
}














/*  Header     */

/* Header
----------------------------------------------- */

.site-header {
    background: #213b86;
    position: relative;
    height: 135px;
    margin-bottom: 65px;
    width: 960px;
    margin: auto auto;
}

.site-header-inner {
    width: 100%;
    height: 200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.site-header-print {
    display: none;
}

.site-description {
    color: white;
    font-size: 20px;
}

.site-logo {
    display: table;
    position: absolute;
    top: -10px;
    left: 0;
    width: 150px;
    height: 150px;
    background: #213b86;
    border-radius: 105px;
    padding: 30px;
    z-index: 90;
    text-align: center;
    /* background: -webkit-radial-gradient( center center, circle contain, #6273a7, #213b86 ); */
}

    .site-logo div {
        display: table-cell;
        vertical-align: middle;
    }

.site-title {
    position: absolute;
    bottom: 55px;
    left: 225px;
    color: white;
    opacity: 0.8;
    margin-right: 10px;
    text-transform: uppercase;
}

    .site-title.diocesan span:first-child {
        display: block;
    }

.ciw-logo {
    position: absolute;
    bottom: 85px;
    right: 0;
}

    .ciw-logo img {
        height: 50px;
        width: auto;
    }

.site-title .first-word {
    text-transform: none;
    font-size: 65%;
}

.site-title .joining-word {
    text-transform: none;
}

.top-widgets {
    position: absolute;
    top: 7px;
    right: 360px;
    color: white;
    text-align: right;
}

    .top-widgets a {
        color: white;
        font-weight: normal;
    }

a.help-button {
    display: inline-block;
    width: 25px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #cad3dc;
    color: #365e85;
    font-weight: bold;
    margin: 0 0 0 10px;
}

    a.help-button:hover {
        background: #e5e8ed;
        text-decoration: none;
    }

header .search-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 660px;
}

.search-form #s {
    float: right;
    margin: 0;
    width: 305px;
    height: 36px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    z-index: 999;
}

aside .search-form {
    width: 250px;
}

    aside .search-form #s {
        float: none;
        width: 210px;
        margin-right: -4px;
        border: 2px solid #cad3dc;
    }

.ie7 .search-form #s {
    width: 110px;
    height: 20px;
}

.ie7 aside .search-form #s {
    width: 190px;
    height: 16px;
    position: relative;
    top: -1px;
}

.search-form #s::-webkit-input-placeholder {
    color: #96a4c1;
}

.search-form #s:-moz-placeholder {
    color: #96a4c1;
}

.search-form #s:-ms-input-placeholder {
    color: #96a4c1;
}

.buttonSearch {
    float: right;
    margin: 0;
    border: 0;
    background: #cad3dc;
    width: 16px;
    height: 16px;
    padding: 10px 12px;
}

.search-form .submit:hover {
    background: #e5e8ed;
}

.header-widgets {
    float: right;
    margin-top: 20px;
}

.attachment-banner-etching {
    position: absolute;
    bottom: 65px;
    right: 0;
    z-index: 0;
}









/* Global
----------------------------------------------- */

body, input, textarea {
    color: #373737;
    font: 15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
}

body {
    background: white;
}

/* Headings */
h1, h2, h3, h4 {
    font-family: 'Marcellus', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #999;
    line-height: 1.2;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 32px;
}

    h1.site-title {
        font-family: 'Goudy Sans FS Medium', Helvetica, Arial, sans-serif;
        font-size: 40px;
    }

        h1.site-title a {
            color: white;
            text-decoration: none;
        }

h2 {
    font-size: 20px;
    border: none;
}

    h2.page-title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 0.4em;
        margin-bottom: 0.6em;
    }

h3, h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
}

h4 {
    margin-bottom: 0;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a {
        font-weight: normal;
    }

    h3 a,
    h4 a {
        color: #999;
    }

/* Text elements */
p {
    margin-bottom: 0.8em;
}

ul, ol {
    margin: 0 0 1.625em 2.5em;
}

ul {
    list-style: square;
}

    ul ul, ol ol, ul ol, ol ul {
        margin-bottom: 0;
        margin-top: 0.5em;
    }

dl {
    margin: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1em;
}

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

blockquote {
    font-family: 'Marcellus', Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0.5em 1em;
    font-size: 18px;
    color: #999;
}

    blockquote a {
        font-weight: normal;
        color: #999;
    }

.success {
    display: inline-block;
    background: #cfc !important;
    color: #090 !important;
    padding: 4px 12px;
}

.warning {
    display: inline-block;
    background: #fdd !important;
    color: #c00 !important;
    padding: 4px 12px;
}

.special {
    display: inline-block;
    background: #fc0 !important;
    padding: 4px 8px;
    color: #c00 !important;
    font-weight: bold;
}

.small {
    color: #999;
    font-size: 12px;
}

















.site-menu-container {
    overflow: hidden;
}

.site-menu-inner {
    display: block;
    margin: 0 0 0 170px;
    padding: 0 0 0 40px;
    background: #cad3dc;
    max-height: 39px;
    overflow: hidden;
}

.home-link {
    float: left;
    margin: 0;
    padding: 8px 5px 0 7px;
}

.home-icon {
    opacity: 0.5;
    filter: alpha(opacity=50); /* old IE */
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
}

    .home-icon:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); /* old IE */
    }

a.menu-link {
    font-family: 'Goudy Sans FS Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    display: block;
    float: right;
    padding: 8px 12px;
    opacity: 0.5;
    color: #003267;
    display: none;
}

    a.menu-link img {
        width: 16px;
        height: 16px;
        position: relative;
        top: 2px;
    }

    a.menu-link:hover,
    a.menu-link:active {
        opacity: 1;
        text-decoration: none;
        color: #003267;
    }

.site-menu ul {
    list-style: none;
    margin: 0;
}

.site-menu li {
    float: left;
}

    .site-menu li > a {
        font-family: 'Goudy Sans FS Medium', Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 18px;
        color: #003267;
        display: inline-block;
        line-height: 1.1;
        padding: 10px 18px;
        text-decoration: none;
        vertical-align: middle;
    }

.site-menu ul ul {
    display: none;
    background: #e5e8ed;
    margin: 0;
    position: absolute;
    top: 39px;
    left: 200px;
    z-index: 99999;
    border-top: 0;
    padding-left: 0;
    overflow: hidden;
}

    .site-menu ul ul a {
        display: block;
        color: #0065bd;
        font-size: 16px;
        font-weight: normal;
        height: auto;
        line-height: 1.2em;
        padding: 10px 12px;
        border-top: none;
        margin: 0;
    }

    .site-menu ul ul li > a:hover {
        color: #F7931E;
    }

.site-menu li:hover > a {
    background: #e5e8ed;
}

.site-menu .current_page_item > ul,
.site-menu .current_page_ancestor > ul {
    display: block;
}

.site-menu .current_page_item > a,
.site-menu .current_page_ancestor > a {
    background: #e5e8ed;
}

.site-menu ul ul ul,
.site-menu .children .current_page_item > ul,
.site-menu .children .current_page_ancestor > ul {
    display: none;
}


/*Filter controls*/
.filter {
    float: left;
    margin-right: 2em;
}

    .filter:last-of-type {
        clear: right;
    }



/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px;
}

.publicNoticeFileYes {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/check2.png") center no-repeat;
    height: 24px;
    width: 24px;
}

.publicNoticeFileNo {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/delete2.png") center no-repeat;
    height: 24px;
    width: 24px;
}

/* ============================================= */
/* DESKTOP-ONLY ELEMENTS                         */
/* ============================================= */

/* Blue background stripe that appears above the header on desktop */
.desktop-header-stripe {
    background-color: #213b86;
    width: 100%;
    height: 135px;
    float: right;
}

/* Mobile toggle: hidden on desktop */
.mobile-nav-toggle-wrap {
    display: none;
}
/* Mobile site title: hidden on desktop */
.mobile-site-title {
    display: none;
}

/* Desktop: mobile nav collapse is hidden — desktop uses .menucontainer inside .site-header-inner */
/* Use high specificity to beat Bootstrap's .navbar-collapse.collapse { display: block !important } */
header .site-nav-collapse,
header .site-nav-collapse.collapse {
    display: none !important;
}

/* ============================================= */
/* RESPONSIVE STYLES - Mobile (< 768px) */
/* ============================================= */
@media (max-width: 767px) {
    /* Base */
    html {
        font-size: 14px;
    }

    body {
        overflow-x: auto;
    }

    /* Hide the desktop blue stripe on mobile */
    .desktop-header-stripe {
        display: none;
    }

    /* Site header - full width, auto height on mobile */
    .site-header {
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        margin: 0 !important;
        background: #213b86;
        padding: 0;
        overflow: visible !important;
    }

    /* Hide the entire desktop header section on mobile */
    .site-header-inner {
        display: none !important;
    }

    /* Show hamburger toggle area on mobile */
    .mobile-nav-toggle-wrap {
        display: flex;
        align-items: center;
        padding: 5px 10px;
        background: #213b86;
    }

    /* Hamburger button */
    .mobile-nav-toggle {
        position: relative;
        float: left;
        padding: 9px 10px;
        margin: 0 10px 0 0;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 4px;
        cursor: pointer;
    }

        .mobile-nav-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
            background-color: #fff;
            margin: 4px 0;
        }

            .mobile-nav-toggle .icon-bar + .icon-bar {
                margin-top: 4px;
            }

    /* Mobile logo: portal:sitelogo renders as <a><img class="sitelogo"></a> inside mobile toggle */
    .mobile-nav-toggle-wrap a {
        display: inline-block;
        padding: 4px 0 4px 10px;
        text-decoration: none;
        line-height: 1;
    }

    .mobile-nav-toggle-wrap img.sitelogo {
        height: auto !important;
        width: 90px !important;
        display: block;
        border-radius: 0 !important;
        background: transparent !important;
        padding: 0 !important;
    }

    /* Mobile site title */
    .mobile-site-title {
        display: block !important;
        flex: 1;
        padding-left: 8px;
        overflow: hidden;
    }

        h1.mobile-site-title,
        .mobile-site-title h1 {
            color: #fff !important;
            font-size: 26px !important;
            font-family: 'Goudy Sans FS Medium', Helvetica, Arial, sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            margin: 0;
            line-height: 1.2;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            h1.mobile-site-title a,
            .mobile-site-title h1 a {
                color: #fff !important;
                text-decoration: none;
            }

            h1.mobile-site-title .siteheading {
                position: relative;
                bottom: 20px;
                left: 0;
            }

    /* Mobile nav collapse panel */
    .site-nav-collapse {
        background: #CAD3DC;
        border-top: 1px solid rgba(0,0,0,0.1);
        /* Override the !important from desktop rule */
        display: none !important;
    }
        /* Allow Bootstrap 3 collapse animation to run */
        .site-nav-collapse.collapsing {
            display: block !important;
            overflow: hidden;
        }

        .site-nav-collapse.in {
            display: block !important;
        }

    /* Inner wrapper for mobile menu items */
    .mobile-nav-menu-inner {
        width: 100%;
        padding: 0;
    }

    /* sitenav rendered by SiteMenu2 inside mobile collapse */
    .site-nav-collapse .sitenav {
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

        /* ul.root - the top-level menu list */
        .site-nav-collapse .sitenav ul.root,
        .site-nav-collapse .sitenav .root {
            list-style: none;
            margin: 0 !important;
            padding: 0 !important;
            width: 100% !important;
            height: auto !important;
            overflow: visible !important;
            text-align: left !important;
            line-height: normal !important;
        }

            .site-nav-collapse .sitenav ul.root li {
                display: block !important;
                float: none !important;
                width: 100%;
            }

                .site-nav-collapse .sitenav ul.root li a,
                .site-nav-collapse .sitenav li > a {
                    display: block !important;
                    float: none !important;
                    padding: 10px 15px !important;
                    color: #003267 !important;
                    border-bottom: 1px solid rgba(0,0,0,0.1);
                    white-space: normal;
                    height: auto !important;
                    line-height: 1.4 !important;
                    font-size: 15px !important;
                    text-decoration: none;
                }

                    .site-nav-collapse .sitenav ul.root li a:hover,
                    .site-nav-collapse .sitenav li > a:hover,
                    .site-nav-collapse .sitenav li > a:focus {
                        background: rgba(0,0,0,0.08) !important;
                        text-decoration: none;
                    }

        /* Sub-menus */
        .site-nav-collapse .sitenav ul ul {
            position: static !important;
            display: none;
            background: rgba(0,0,0,0.06) !important;
            border: none !important;
            box-shadow: none !important;
            padding: 0;
            margin: 0;
            width: 100% !important;
            min-width: 0 !important;
            top: auto !important;
            left: auto !important;
            z-index: auto !important;
            overflow: visible !important;
        }

        .site-nav-collapse .sitenav li.sfHover > ul,
        .site-nav-collapse .sitenav li:hover > ul {
            display: block !important;
        }

        .site-nav-collapse .sitenav ul ul li a {
            padding-left: 30px !important;
        }

        .site-nav-collapse .sitenav ul ul ul li a {
            padding-left: 45px !important;
        }

    /* Breadcrumbs hidden on mobile */
    .breadcrumbcontainer {
        display: none;
    }

    /* Layout */
    #wrapcenter {
        width: 100%;
        padding: 0 10px;
    }

    .leftside, .rightside {
        width: 100%;
        float: none;
        clear: both;
        min-height: auto;
    }

    .center-nomargins {
        width: 100%;
    }

    /* Footer */
    #wrapfooter {
        width: 100%;
        background-size: contain;
        background-position: center;
        height: auto;
        min-height: 80px;
        padding: 20px 10px;
    }

    #innerfooterwrap {
        width: 100%;
        background-image: none;
        padding: 0;
        height: auto;
    }

    .footerlinks {
        font-size: 0.75em;
        padding: 0 10px;
    }

    /* Top nav - fixed to top-right of header on mobile */
    #wraptopnav {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: auto;
        z-index: 1000;
    }
    .topnav {
        width: auto;
        padding: 4px 8px;
        font-size: 0.7em;
        line-height: 1;
    }
    .topnav ul { float: none; }
    li.topnavitem, li.firstnav { padding: 0 4px; }

    /* Forms - scope to FAS form containers to avoid breaking search/other inputs */
    .responsive-dropdown,
    select[width] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .fas-form input[type="text"],
    .fas-form input[type="password"],
    .fas-form textarea,
    td input[type="text"],
    td input[type="password"],
    td textarea,
    input.FASTextBox,
    textarea.FASTextBox {
        width: 100% !important;
        max-width: 100% !important;
    }

    input[type="checkbox"], input[type="radio"] {
        width: auto !important;
    }

    /* Grid */
    .grid {
        font-size: 0.85em;
        overflow-x: auto;
        display: block;
    }

        .grid table {
            min-width: 500px;
        }

    /* Church finder */
    .church-finder-input {
        width: 100% !important;
        max-width: 100% !important;
    }

    #divSelectedChurches, #divSelectedChurchesAdvanced {
        width: 100% !important;
        margin: 10px 0 0 0 !important;
        clear: both;
    }

    .ui-autocomplete {
        max-width: 100% !important;
    }

    .message-container {
        clear: both;
        margin-bottom: 5px;
    }

    /* Church Search Module - responsive filter tables */
    #UC_ChurchSearchModule .ChurchSearchModule_NavigateTo,
    #UC_ChurchSearchModule .ChurchSearchModule_Filter,
    .ChurchSearchModule_FilterPanel .ChurchSearchModule_Filter,
    .RenewableChurchSearchModule_FilterPanel .ChurchSearchModule_Filter {
        width: 100% !important;
    }

        #UC_ChurchSearchModule .ChurchSearchModule_NavigateTo tr,
        #UC_ChurchSearchModule .ChurchSearchModule_Filter tr,
        .ChurchSearchModule_FilterPanel .ChurchSearchModule_Filter tr,
        .RenewableChurchSearchModule_FilterPanel .ChurchSearchModule_Filter tr {
            display: block;
            padding: 5px 0;
        }

        #UC_ChurchSearchModule .ChurchSearchModule_NavigateTo td,
        #UC_ChurchSearchModule .ChurchSearchModule_Filter td,
        .ChurchSearchModule_FilterPanel .ChurchSearchModule_Filter td,
        .RenewableChurchSearchModule_FilterPanel .ChurchSearchModule_Filter td {
            display: inline-block;
            padding: 2px 5px !important;
            vertical-align: middle;
        }

            #UC_ChurchSearchModule .ChurchSearchModule_NavigateTo td.fas_label,
            #UC_ChurchSearchModule .ChurchSearchModule_Filter td.fas_label,
            .ChurchSearchModule_FilterPanel .ChurchSearchModule_Filter td.fas_label,
            .RenewableChurchSearchModule_FilterPanel .ChurchSearchModule_Filter td.fas_label {
                font-weight: bold;
                white-space: nowrap;
            }

        #UC_ChurchSearchModule .ChurchSearchModule_NavigateTo input[type="text"],
        #UC_ChurchSearchModule .ChurchSearchModule_Filter input[type="text"],
        #UC_ChurchSearchModule .ChurchSearchModule_NavigateTo select,
        #UC_ChurchSearchModule .ChurchSearchModule_Filter select,
        .ChurchSearchModule_FilterPanel .ChurchSearchModule_Filter select,
        .ChurchSearchModule_FilterPanel .ChurchSearchModule_Filter input[type="text"],
        .RenewableChurchSearchModule_FilterPanel .ChurchSearchModule_Filter select,
        .RenewableChurchSearchModule_FilterPanel .ChurchSearchModule_Filter input[type="text"] {
            width: 100% !important;
            max-width: 250px;
            box-sizing: border-box;
            display: inline-block;
        }

        .ChurchSearchModule_FilterPanel .ChurchSearchModule_Filter input[type="checkbox"],
        .ChurchSearchModule_FilterPanel .ChurchSearchModule_Filter input[type="radio"] {
            width: auto !important;
            margin-right: 5px;
        }

    .ChurchSearchModule_FilterPanel label[for] {
        display: inline;
        margin-right: 10px;
    }

    .RenewableChurchSearchModule_FilterPanel .ChurchSearchModule_Filter input[type="checkbox"],
    .RenewableChurchSearchModule_FilterPanel .ChurchSearchModule_Filter input[type="radio"] {
        width: auto !important;
    }

    .ChurchSearchModule_diocese_td,
    .ChurchSearchModule_grade_td {
        min-width: 150px;
    }

    .ChurchSearchModule_Filter .buttons_td {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        padding-top: 15px !important;
    }

        .ChurchSearchModule_Filter .buttons_td .FASButton {
            display: inline-block;
            width: auto;
            margin: 0 5px;
        }

    /* Tabs */
    .ajax__tab_technorati-theme .ajax__tab_body {
        overflow-x: auto;
    }

    /* Buttons */
    .FASButton {
        display: block;
        width: 100%;
        margin: 5px 0;
        text-align: center;
    }

    /* Application status */
    .application-statuses {
        display: flex;
        flex-direction: column;
    }

    #applicationActionButtons {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    /* Tables */
    .detailView {
        display: block;
        width: 100%;
    }

        .detailView td, .detailView tr {
            display: block;
            width: 100%;
        }

        .detailView .hdr {
            font-weight: bold;
            background: #f0f0f0;
            padding: 5px;
        }

    /* Form8 upload */
    .form8-upload-value {
        width: 100% !important;
    }

    /* CKEditor */
    .responsive-ckeditor {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ============================================= */
/* RESPONSIVE HELPERS - Global */
/* ============================================= */
.responsive-dropdown {
    max-width: 100%;
}

.church-finder-input {
    width: 100%;
    max-width: 400px;
}

.form8-upload-value {
    width: 25em;
}

.page-size-dropdown {
    width: 70px;
}

.responsive-ckeditor {
    width: 100%;
    max-width: 700px;
}
div.menucontainer  {
	position:relative; 
	display:block; 
	width: 780px;
	/* border-top: 5px #FFFFFF solid;*/
	font-size: 16px; 
	margin:0px auto 0px auto;
	clear:both;
	line-height: 14px;
	padding-left: 120px;
}

div.sitemenu {
	width: 100%; 
	clear:both;
	position:relative; 
	padding-bottom:10px
}

div.sitenav,
div.pagenav { 
	position: relative;
	font-weight: normal;
	height: 23px;
	width: 960px;
	margin: 0px auto 0px auto;
}

div.pagemenucontainer {
	clear:both;
	position: relative;
	width: 100%;
	min-height: 5px;
	font-size: 0.9em;
}

/*
.menucontainer ul.root { 
	margin:0; 
	padding:0; 
	list-style-type:none;
	width:auto;
}

.sitenav ul.root li {
	display:block;
	float:left;
	margin:0;
}	

ul.root li a{
	display:block; 
	float:left; 
	padding:6px 10px 6px 10px;
	text-decoration:none;
	color: #FFFFFF;
}

.pagenav ul.root li a{
	color: #000000;
}


ul.root li a:hover {
	display:block;
	text-decoration: underline; 
}
.sitenav ul.root > li:first-child a,
.pagenav ul.root > li:first-child a{
	padding-left: 0px;
}

.sitenav ul.root > li.selected:first-child a{
	padding-left: 10px;
}

.sitenav ul.root li.selected{
	background: #FFFFFF url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/menu_bgOn_lf.png") no-repeat left center;
}

.sitenav ul.root li.selected > a{
	display:block;
	color: #000000;
	 background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/menu_bgOn_rt.png") no-repeat right center; 	 
}

.pagenav ul.root li{
	background: transparent url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/menu_divide.gif") no-repeat scroll right center;
	display: inline-block;
}

.pagenav ul.root li.selected,
.pagenav ul.root li.selected a{
	font-weight:bold;
}

.pagenav ul.root li.parent ul {
	display: none;
}

*/

.menucontainer  { 
	background-color: #CAD3DC;
}

.menucontainer ul.root { 
	margin:0; 
	padding:0; 
	list-style-type:none;
	width:780px;
}

.menucontainer ul.root li { 
	display:inline;
	

}

.pagemenucontainer ul.root li:hover > a {
    background: #e5e8ed;
	text-decoration:none;
	/*padding: 10px 10px 10px 10px;*/
}


.sitenav .root {
	text-align: center;
	list-style: none;
	margin: 10px 14px 10px 20px;
	padding: 0;
	line-height: 34px;
	height: 46px;
	overflow: hidden;
	font-size: 18px;
	font-family: verdana;
	position: relative;
	left: 10px;
	width: 50px;
}

/*
.sitenav .root li {
	border: 1px solid #AAA;
	background: #D5BDED;
	background: -o-linear-gradient(top, #EFE3F9 50%, #D5BDED 100%);
	background: -ms-linear-gradient(top, #EFE3F9 50%, #D5BDED 100%);
	background: -moz-linear-gradient(top, #EFE3F9 50%, #D5BDED 100%);
	background: -webkit-linear-gradient(top, #EFE3F9 50%, #D5BDED 100%);
	background: linear-gradient(top, #EFE3F9 50%, #D5BDED 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 -5px;
	padding: 0 20px;
}
*/

.sitenav .root a {
	  font-family: 'Goudy Sans FS Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	display: block;
	float:left;
	padding: 8px 12px;
	color: #003267;
	/* Highlight Height   */
	height: 22px;
}

.sitenav ul ul {
	display: none;
	margin: 0;
	position: absolute;
	top: 39px;
	left: 100px;
	z-index: 99999;
	border-top: 0;
	padding-left: 0;
	overflow: hidden;
	color: #003267;
}

.sitenav li > a {
	font-family: 'Goudy Sans FS Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #003267;
	display: inline-block;
	line-height: 1.1;
	color: #003267;
	text-decoration: none;
	vertical-align: middle;
}


.pagenav li > a {
    font-family: 'Goudy Sans FS Medium', Helvetica, Arial, sans-serif;
    color: #0065bd;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 1.2em;
    padding: 5px 10px 4px 10px;
    border-top: none;
    margin: 0;
}


.sitenav li {
	color: #003267;
}

.sitenav li:hover > a {
    background: #e5e8ed;
}

.formwizlist ul { margin: 0px 0px 0px 0px; padding: 0px; }
.formwizlist, .formwizlist li, .formwizlist ul li { list-style: none; padding: 0px 0px 4px 0px; margin-left:0px; }
.draghandle {width:50px;height:25px;margin-right:5px;background-image:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/draghandle.gif");background-repeat:repeat; cursor:move;float:left;}
.callbackstyle, .callbackStyle ul li {border:thin #6297BC inset; list-style: none;}
.draghandle  li {list-style: none; }
.reordercue { border:dashed thin black; width:100%; height:25px;  }
.questioncontainer { padding: 5px; border: dashed 1px black; }
.editcontainer { float:left; }
.draghandle .buttoncontainer {float:left;margin:0px;padding:0px; }
.draghandle .buttoncontainer .upbutton { float:left;margin:0px;padding:0px;}
.draghandle .buttoncontainer .downbutton { float:left;clear:left;margin:0px;padding:0px; }
.qcb label {padding-left: 3px;}
.ajax__slider_h_rail {position:relative;background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/slider_h_rail.gif") repeat-x;height:22px;width:150px;}
.ajax__slider_h_handle {position:absolute;height:22px;width:10px;}
.ajax__slider_v_rail {position:relative;background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/slider_v_rail.gif") repeat-y;width:22px;height:150px;}
.ajax__slider_v_handle {position:absolute;height:10px;width:22px;}

div.register textarea,
div.register input[type="text"],
div.register input[type="password"],
div.register select,
div.login input[type="text"],
div.login input[type="password"],
.logincontrol input[type="text"],
.logincontrol input[type="password"],
.contactform textarea, .contactform select,
.contactform input[type="text"],
.searchresults input[type='text'],
.searchresults select,
.forumsearchbox{
    background-color: #F1F1F1;
    border: 1px solid #AAAAAA;
    font-size: 16px !important;
    height: 20px;
    padding: 5px 10px;
}

.esdmform .row:before{
	content: initial !important;
	display: initial !important;
}


.esdmform input[type="text"],.esdmform textarea,.esdmform select
{
   /* -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
    background-color: #F1F1F1;
    border: 1px solid #AAAAAA;        
    padding: 5px 10px;
}
.esdmform input[type="text"], 
.esdmform select
{
	height: 20px;
}
.esdmform a[role="button"]
{
	margin-bottom:0px;
}

.esdmform input[type="text"],.esdmform textarea{
	width:90%;
}
.esdmform .DatePicker_txtDate{
	width:80px !important;
}

.esdmform input[type="text"]:hover, .esdmform textarea:hover, .esdmform select:hover,
.esdmform input[type="text"]:focus, .esdmform textarea:focus, .esdmform select:focus
{
	background-color: #FFFFFF;
    border-color: #FEB729;
} 
.esdmform select
{
	height: 32px;
	padding-top: 4px;
	width: auto;
}
 
div.register textarea{    
    height: auto;    
}

.homepage  input.subscribeemail[type='text']
{
   /* background-color: #F1F1F1; */
   
    border: 1px solid #AED0EA;
    font-size: 14px !important;
    height: 16px;
    padding: 5px 10px;
}

.formwizard textarea,
.formwizard select,
.formwizard input[type="text"]
{
    background-color: #F1F1F1;
    border: 1px solid #AAAAAA;
    font-size: 16px !important;
    
    padding: 5px 10px;
}


.contactform .settingrow .settinglabel,
.formwizard .settingrow .settinglabel {
    clear: none;
    float: left;
	/*
    font-family: 'trebuchet MS';
    
	*/
	font-size: 14px;
    margin-right: 15px;
    text-align: right;
    width: 13em;
}
.formwizard br.clear {
    clear: none;
    display: none;
}
.formwizard select,
.contactform select,
div.register select,
.searchresults select {
    height: 32px;
    padding-top: 4px;
	width: auto;
}
.formwizard td label {margin-left: 5px; }

div.register input[type='text']:focus,
div.register input[type='text']:hover,
div.register input[type='password']:focus,
div.register input[type='password']:hover,
div.register select:focus,
div.register select:hover,
div.login input[type='text']:focus,
div.login input[type='text']:hover,
div.login input[type='password']:focus,
div.login input[type='password']:hover,
.logincontrol input[type='text']:focus,
.logincontrol input[type='text']:hover,
.logincontrol input[type='password']:focus,
.logincontrol input[type='password']:hover,
.contactform select:focus,
.contactform select:hover,
.contactform textarea:focus,
.contactform textarea:hover,
.contactform input[type='text']:focus,
.contactform input[type='text']:hover,
.formwizard select:focus,
.formwizard select:hover,
.formwizard textarea:focus,
.formwizard textarea:hover,
.formwizard input[type='text']:focus,
.formwizard input[type='text']:hover,
.searchresults input[type='text']:focus,
.searchresults input[type='text']:hover,
.searchresults select:focus,
.searchresults select:hover,
.forumsearchbox:focus,
.forumsearchbox:hover{
    background-color: #FFFFFF;
    border-color: #FEB729;
}

input.searchbox {   	  	  
	color: #373737;
	font: 15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
	background: white;
	color: #003267;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;	
	width: 255px;
	height: 36px;
	margin: 0;
	border: 0;
	padding: 8px;
	
	-webkit-appearance: none;
	z-index: 999;
    float:left;	
}
	
input.searchbox:hover,
input.searchbox:focus{border-color: #FEB729; background-color: #fff;}

.searchbutton {
  
	  float:right;
   margin-right:25px;
    border: 0;
    background: #cad3dc;
    width: 16px;
    height: 16px;
    padding: 10px 12px;
	
    }

.login fieldset {background-image: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/lock_256-translucent.png"); background-repeat: no-repeat; background-position: 215px 0px; min-height: 256px;}

.smalltextbox {width:4em;}
.normaltextbox {width:10em;}
.mediumtextbox {width:15em;}
.widetextbox,
.widetextbox.searchbox {width:25em;}
.verywidetextbox {width:35em;}


input.ui-button {
    padding: 0.2em 0.5em;
}

/* Forums */
.forumsearch input.jqbutton {padding: 0.3em 1em; top: -1px;}




/* CREATE CASE WIZARD */
span.CustomListB {
    margin-top: -5px;
    margin-left: -5px;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 5px 6px 5px;
    background-color: #EFEFEF;
}

/* FILE UPLOAD */
UL.file-errors li {
    padding: 5px 5px;
    margin: 6px 0px 6px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #F9EFEF;
    border: 1px solid #C24044;
    color: #C24044;
    display: inline-block;
}

.txterror {
    color: #C24044;
}

/* DASHBOARD PUBLIC NOTICES*/
#UC_Dashboard, #UC_PublicNotices, #UC_ChurchSearchModule {
    font-size: 14px;
    font-size: 1rem;
}

div.publicNotice {
    padding: 5px 10px;
    margin: 6px 0;
    border-radius: 0;
    background-color: #F1F1F1;
    border: 1px solid #AAA;
    color: #333;
}

div.publicNoticeItem {
    border: 1px solid #AAA;
    background-color: #fff;
    margin: 6px 0;
    padding: 6px;
}

/* REPORT VIEWER */
#ReportViewerButtonPanel {
    margin: 16px 0px;
}

/* APPLICATION DETAILS */
.application-statuses {
    margin-bottom: 9px;
}

#applicationActionButtons a {
    margin-bottom: 8px;
}

.application-progress {
    width: 100%;
    background-color: #efefef;
    margin: 1px;
    padding: 5px 0px 2px 5px;
}

.application-progressname {
    margin-top: 5px;
}

.application-progressbuttons {
    float: right;
    padding-right: 5px;
}

    .application-progressbuttons div {
        float: left;
        width: 24px;
        margin-top: 4px;
        margin-left: 10px;
    }

        .application-progressbuttons div img {
            vertical-align: inherit !important;
        }


/* MODAL EXTENDER */
.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.ModalPopup {
    background-color: White;
    border: 5px solid #666;
    width: 550px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

.ModalPopup-Wide {
    background-color: White;
    border: 5px solid #666;
    width: 750px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    max-height: 90%;
    overflow-y: auto;
}

    .ModalPopup-Wide .hdr-right {
        width: 78%;
    }

/* UC WIZARD APPLICATION HEADER */
#UC_ApplicationHeader {
    position: relative;
    padding: 5px 5px;
    margin: 6px 0px 6px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #F4F2F7;
    border: 1px solid #B395D0;
}

.ApplicationHeaderTable .application-labelvalue {
    color: #0065bd;
    font-weight: bold;
}

.ApplicationHeaderTable .application-label {
    color: #0065bd;
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}

.ApplicationHeaderTable {
    width: 100%;
}

    .ApplicationHeaderTable tr {
        vertical-align: top;
    }

/*HELP PANEL */
.HelpPanel {
    padding: 5px 10px;
    margin: 6px 0px 6px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #F1F1F1;
    border: 1px solid #AAAAAA;
    color: #333333;
}

.HelpPanelInfo {
    padding: 5px 5px;
    margin: 6px 0px 6px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #E0FCA4;
    border: 1px solid #9ACD32;
    color: #000000;
}

/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
    margin: 20px 10px 0px 20px;
    padding: 0px;
    position: relative;
    clear: both;
    font-weight: bold;
}

    .wizard-steps div {
        float: left;
        margin-bottom: 12px;
        margin-top: -18px;
    }
    /* = STEP NUMBERS
----------------------------*/
    .wizard-steps span {
        display: block;
        float: left;
        font-size: 10px;
        text-align: center;
        width: 15px;
        margin: 2px 5px 0px 0px;
        line-height: 15px;
        color: #ccc;
        background: #FFF;
        border: 2px solid #CCC;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: none;
        /* hide step numbers for now */
    }
    /* = DEFAULT STEPS
----------------------------*/
    .wizard-steps a {
        position: relative;
        display: block;
        width: auto;
        height: 34px;
        margin-right: 18px;
        padding: 0px 10px 0px 13px;
        float: left;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 34px;
        color: #666;
        background: #F0EEE3;
        text-decoration: none;
        /*text-shadow:1px 1px 1px rgba(255,255,255, 0.8);*/
        /*turn pointer off 
    cursor:default;     */
    }

    .wizard-steps .completed-step a {
        /*make sure active links have correct pointer */
        cursor: pointer;
    }

        .wizard-steps .completed-step a:hover {
            text-decoration: underline;
        }

    .wizard-steps a:hover {
        text-decoration: underline;
    }

    .wizard-steps a:before {
        width: 0px;
        height: 0px;
        border-top: 17px solid #F0EEE3;
        border-bottom: 17px solid #F0EEE3;
        border-left: 17px solid transparent;
        position: absolute;
        content: "";
        top: 0px;
        left: -16px;
    }

    .wizard-steps a:after {
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 17px solid #F0EEE3;
        position: absolute;
        content: "";
        top: 0px;
        right: -16px;
    }

    /* = COMPLETED STEPS
----------------------------*/

    .wizard-steps .completed-step a {
        color: #FFFFFF;
        background: #9ACD32;
    }

        .wizard-steps .completed-step a:before {
            border-top: 17px solid #9ACD32;
            border-bottom: 17px solid #9ACD32;
        }

        .wizard-steps .completed-step a:after {
            border-left: 17px solid #9ACD32;
        }

    .wizard-steps .completed-step span {
        border: 2px solid #9ACD32;
        border: none;
        color: #000000;
        text-shadow: none;
    }
    /* = ACTIVE STEPS
----------------------------*/
    .wizard-steps .active-step a {
        color: #FFFFFF;
        background: #B395D0;
        text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
    }

        .wizard-steps .active-step a:before {
            border-top: 17px solid #B395D0;
            border-bottom: 17px solid #B395D0;
        }

        .wizard-steps .active-step a:after {
            border-left: 17px solid #B395D0;
        }

    .wizard-steps .active-step span {
        color: #163038;
        -webkit-box-shadow: 0px 0px 2px rgba(0,0,0, 0.8);
        -moz-box-shadow: 0px 0px 2px rgba(0,0,0, 0.8);
        box-shadow: 0px 0px 2px rgba(0,0,0, 0.8);
        text-shadow: none;
        border: 2px solid #DD9D71;
    }
    /* = HOVER STATES
----------------------------*/
    .wizard-steps .completed-step:hover a, .wizard-steps .active-step:hover a {
        /*  color:#A8B400;
    background: #333333;
    text-decoration:underline;
    text-shadow:1px 1px 1px rgba(0,0,0, 0.8); /*
}
.wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span {
    /*color:#A8B400;*/
    }

        .wizard-steps .completed-step:hover a:before, .wizard-steps .active-step:hover a:before {
            /*border-top: 12px solid #333333;
    border-bottom: 12px solid #333333;*/
        }

        .wizard-steps .completed-step:hover a:after, .wizard-steps .active-step:hover a:after {
            /* border-left: 12px solid #333333;*/
        }

.WizardStepTitle {
    margin-left: 6px;
    margin-right: 20px;
    clear: both;
}

/* div that wraps wizard step content */
.WizardStepContent {
    padding: 10px 0px 0px 10px;
    min-height: 100px;
}

/*AJAXTOOLKIT OVERRIDES */
.ajax__tab_xp .ajax__tab_header, .ajax__tab_xp .ajax__tab_body {
    /*font-size:1em !important;*/
    font-family: "Open Sans", sans-serif !important;
}

.ajax__tab_xp .ajax__tab_body {
    /*font-size:inherit !important;	*/
    font-size: 1rem !important;
}

/* hide (inline) validation message on registration/profile */
/* there is no mechanism in mojoPortal to turn these off and its inconsistent with the email and password field which don't display them */
.settingrow > label + input + span, .settingrow > label + textarea + span {
    display: none;
}

/* LOGIN STYLES*/
.signinbox, .passwordbox {
    width: 18em;
}

/*************************************/
/* JQUERY OVERRIDES */
.ui-tooltip {
    max-width: 600px;
}

.ui-autocomplete-loading {
    background: white url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/autocomplete-loading.gif") 90% center no-repeat;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.aspNetDisabled .ui-button-text {
    color: #ccc !important;
    cursor: default;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 150px;
}

/* RadioButtonList input/label styles, allows for the labels to indent nicely around the radio buttons */
.RadioButtonList LABEL, .CheckBoxList LABEL {
    display: block;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 16px;
}

/* the module content font sizing messes up the previous style */
.modulecontent .RadioButtonList LABEL, .modulecontent .CheckBoxList LABEL {
    margin-top: -30px;
}

/*************************************/
/* GRID STYLES */
/* table level rules */

.grid {
    color: #222222;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
    /* header column rules */
    .grid th {
        background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/grid_header.png") repeat-x 0px 0px;
        border-color: #cbcbcb #cbcbcb #cbcbcb #cbcbcb;
        border-style: solid solid solid none;
        border-width: 1px 1px 1px 2px;
        color: #000;
        padding: 4px 5px 4px 10px;
        vertical-align: top;
        font-weight: normal;
    }

        .grid th:first-child {
            border-left: solid 1px #cbcbcb;
        }

    .grid th {
        color: #565656;
        font-weight: bold;
    }

        .grid th a {
            color: #444444;
            text-decoration: underline;
            display: block;
            padding-right: 20px;
        }

    .grid tr {
        padding: 2px 0;
    }

/*grid priority row style */
.headerstyle {
    color: #fff;
    font-weight: bold;
}

    .headerstyle .sortascheader a, .headerstyle .sortdescheader a, .headerstyle .sortheader a {
        min-height: 15px;
        text-decoration: none;
    }

    .headerstyle .sortascheader, .headerstyle .sortdescheader {
        /*background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/sprite.png") repeat-x 0px -100px;   */
    }

        .headerstyle .sortascheader a {
            background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/dt-arrow-up.png") no-repeat right 50%;
        }

            .headerstyle .sortascheader a:hover {
                background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/dt-arrow-dn.png") no-repeat right 50%;
                color: #0065bd;
            }

        .headerstyle .sortdescheader a {
            background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/dt-arrow-dn.png") no-repeat right 50%;
        }

            .headerstyle .sortdescheader a:hover, .headerstyle .sortheader a:hover {
                background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/dt-arrow-up.png") no-repeat right 50%;
                color: #0065bd;
            }

        .headerstyle .sortascheader:hover, .headerstyle .sortdescheader:hover {
            /* background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/grid_header.png") repeat-x 0px -100px;*/ /*background: white;*/
        }

    .headerstyle .sortheader:hover {
        /*background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/grid_header.png") repeat-x 0px -100px;*/ /*	background: white;*/
    }

.grid .gridRow, .grid .altrow, .grid .selectedrow, .grid .editrow {
}

/* data cell and data row rules */
.grid .datacell {
    padding: 5px 7px 5px 7px;
    color: #333333;
    border-bottom: solid 1px #BBD9EE;
}

.grid td.datacell:first-child {
    border-left: solid 1px #cbcbcb;
}

.grid td.datacell:last-child {
    border-right: solid 1px #cbcbcb;
}

.grid .datacell a, .grid .datacell a:visited {
    text-decoration: none;
    color: #0066CC;
}

    .grid .datacell a:hover {
        text-decoration: underline;
    }

    .grid .datacell a img {
        margin-right: 2px;
    }

.grid {
    /*text-align: right;*/
}

    .grid TD.emptydata {
    }

        .grid TD.emptydata DIV {
            padding: 4px 0px 4px 20px;
            margin-bottom: 4px;
            background-color: #ccc;
            color: #222;
        }


    .grid .footercell, .footercellTotal {
        padding: 4px 10px 4px 10px;
    }

    .grid .footercellTotal {
        border-top: solid 2px black;
        font-weight: bold;
        text-align: right;
    }

    /*
	white isnot visible on beige background
	.grid .selectedrow .datacell {
        color: White;
    }

    .grid .selectedrow {
        color: White;
    }
*/

    .grid .rowSpacerCell {
        background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/grid_header.png") repeat-x 0px -195px; /*border-color: #989898 #cbcbcb #989898 #989898; 	border-style: solid solid solid none; 	border-width: 1px 1px 1px 2px;*/
        padding: 4px 5px 4px 10px;
    }

    .grid .emptydata {
    }

    /* cell style for each data cell */
    .grid .altrow, .grid .row1 {
        /* background-color: #EBF4FA; */ /*background-color: #F7CFA6;*/
        background-color: #E1EFE9; /*border: 2px solid white !important;*/
    }

    .grid .gridRow, .grid .gridRow0 {
        /* background-color: #fff; */ /*background-color: #F9EC99;*/
        background-color: #F7F8FC;
    }

    .grid .mouseoverrow {
        background-color: #B8D5FF; /* background-color: #FFFFE1;*/
    }

.row .sortcol, .altrow .sortcol {
    background-color: #dbeaff;
}

.grid .editRow {
    background-color: #F9F8EF;
}

.grid .selectedrow {
    background-color: #F9F8EF;
    vertical-align: middle;
}

.grid .footerRow {
    /*background-color: #F4F5F5;*/
    background-color: #206C49;
}
/* GRID PAGER STYLES */
.pagerstyle {
    /* color:#444444;     background-color:#DEDEDE; */ /*background-color: #29AB26;*/
    background-color: #206C49;
    color: White;
    font-size: small;
    text-align: right;
}

.previous {
    /* background:transparent url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/previous.gif") no-repeat scroll center;*/
    background: #F9EC99 url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/previous.gif") no-repeat scroll center;
    height: 1.3em;
    width: 16px;
}

.next {
    /*background:transparent url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/next.gif") no-repeat scroll center;*/
    background: #F9EC99 url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/next.gif") no-repeat scroll center;
    height: 1.3em;
    width: 16px;
}

.gotopage {
    font-size: x-small;
    width: 20px;
}

.pagingDiv {
    margin: 10px 0px;
}

/*the div that holds the grids filter settings */
.gridFilter {
    /*margin-left: 22px;
	margin-bottom: 2px;
	text-align:right;*/
    padding-top: 5px;
    /*border:1px solid red;*/
    width: 500px;
    float: left;
    height: 32px;
}

    .gridFilter INPUT {
        margin-left: 4px;
        /*	width:35px;*/
    }

.findRecords {
    /*border:1px solid red;*/
    margin-left: 500px;
    background-color: transparent;
    padding: 3px 10px;
    color: #4c4c4c;
    text-align: right;
}

    .findRecords INPUT {
        margin-left: 4px;
        width: 35px;
    }

/* END GRID STYLES */
/*************************************/


/*************************************/
/* DETAILS VIEW (FORM STYLES) */
.detailView {
    /* border:solid 1px #B2B2B2;     */
}

    .detailView TR {
        vertical-align: top;
    }

    .detailView TD {
        padding: 10px 1px 10px 10px;
    }

    .detailView.renewablesTable TD {
        padding: 0px 1px 10px 10px;
        !important;
    }

/* reset td padding on calendars in details views */
.ajax__calendar_container TD {
    padding: 0px 0px !important;
}
/* sort out vertical align of radio button lists in details view*/
TABLE.detailView .RadioButtonList, TABLE.detailView .CheckBoxList {
    margin-top: -10px;
    margin-left: -10px;
}

.detailView .hdr {
    padding-left: 0px;
    /*border-bottom: solid 1px #BBD9EE;   
    padding: 2px 5px 2px 10px;    
    min-width:35%;
    text-align:left;   
    color:#444444;    */
    font-weight: bold;
}

.detailView .row, .detailView .altrow {
    /* height:24px;   
    background-color:#F9F8F8;
	vertical-align:top;*/
}

.detailView .altrow {
    /*background-color:#EBF4FA;     */
}

.detailView .textEdit {
    width: 220px;
}

.detailView .field {
    /*padding: 0px 10px 0px 10px;
    border-bottom: solid 1px #BBD9EE;
    width:65%;
    color:#444444;  */
}

.detailView .dtvFooter, .dtvHeader {
    /*background-color:#EBE7E7;
    text-align:left;    
    border-top:solid 1px #666;
    padding:4px 10px 4px 10px;  
    min-height:26px;     */
}

.detailView .dtvFooter {
    text-align: right;
}

.dtvHeader {
    /*border-bottom:solid 1px #666; 
    border-top:none;*/
    /* border: solid 4px #EBE7E7;
    -moz-border-radius: 5px;
    border-radius: 10px; 
    margin-bottom:15px;*/
}

.detailView .dtvFooter input {
    /* font-size:smaller;  */
}

.detailView select {
    /* color:#444444; */
}

.detailView input .dtvHeader input {
    /*  font-size:x-small;  */
}



/* END DETAILS VIEW STYLES */
/*************************************/

/* styles for chr record details */
.CHR_record_detail {
    border: solid 1px #EFEFEF;
    padding: 4px 10px;
    margin-bottom: 2px;
}

.CHR_record_detail_header {
}

.CHR_record_detail_title {
    display: inline-block;
}

.CHR_record_detail_buttons {
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-right: 8px;
}

/* AJAX UPDATE PROGRESS */
.progressParentDiv {
    position: fixed;
    z-index: 10201;
    top: 50%;
    left: 50%;
}

.progressDiv {
    position: absolute;
    z-index: 10201;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-color: white;
    border: 2px solid #6B547B;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 10px 10px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
/* styles animated gif [img tag] */
.progressIndicator {
    /*margin-top: 20px;*/
}


DIV.login {
    margin: 30px 0px 0px 20%;
    width: 600px;
    /*border:1px solid red;*/
}

.blockUI H1 {
    color: white;
}

/* ----------------------------- */
/*          MAP STYLES           */

.olControlLayerSwitcher {
    top: 55px !important;
}

.olControlPanel {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
}

    .olControlPanel div {
        float: left;
        margin-right: 6px;
    }
/*
.ui-front {
    z-index: 10199 !important;
}*/

.ui-button-text {
    /*color:#ffffff;*/
}

.ui-accordion .ui-accordion-content {
    padding: 1em 0em !important;
}

.validation-error {
    background-color: #FFEAE5 !important;
    border: 1px solid #FFA793 !important;
    color: #FF0000 !important;
}

/* growl */
div.growlUI {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/check48.png") no-repeat 10px 10px;
}

div.growlUIError {
    width: 420px;
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/error48.png") no-repeat 10px 10px;
}

    div.growlUI h1, div.growlUI h2, div.growlUIError h1, div.growlUIError h2 {
        color: white;
        padding: 5px 5px 5px 75px;
        text-align: left;
        font-style: normal;
    }



/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header {
    /* font-family:"Helvetica Neue", Arial, Sans-Serif;*/
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/tab-line.png") repeat-x bottom;
    font-size: 1.2rem;
    display: block;
    line-height: 1.4em;
}

    .ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer {
        background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/tab.png") no-repeat left top;
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
    }

    .ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner {
        background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/tab.png") no-repeat right top;
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
    }

.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner {
    color: #000000;
}

.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/tab.png") no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}

.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/tab.png") no-repeat right -40px;
    color: #000000;
    border-color: #333;
}

.ajax__tab_technorati-theme .ajax__tab_body {
    /*font-family:verdana,tahoma,helvetica;*/
    /*font-size:10pt;*/
    padding: 8px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}

.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_tab {
    /*color: #986FA7;*/
    /*font-weight:bold;*/
}

.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
    color: #666666;
}

.ajax__tab_technorati-theme .ajax__tab_outer, .ajax__tab_technorati-theme .ajax__tab_inner {
    display: inline-block;
}

/* override to fix alignment issue */ 
.ajax__tab_default .ajax__tab {
    display: inline-block !important;
    float: none !important; 
	height:initial !important;
}

/* OL3 MAP STUFF */
#mouse-position {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    font-size: 0.8em;
    min-width: 100px;
}
/* CHURCH SEARCH */
#mapSearch_tbx {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 280px;
    /*background-color: #F1F1F1;*/
    border: 1px solid #AAAAAA;
    padding: 5px 10px;
}

#map{
	height:100%;
	width:100%;
}

#churchSearchMapContainer {
    width: 100%;
    height: 560px;
    border: 1px solid #666;
    clear: both;
    position: relative;
}

    #churchSearchMapContainer .map {
        width: 100%;
        height: 560px;
        border: 1px solid #666;
    }

#UC_ChurchSearchModule input[type='text'] {
    width: 280px;
    /*background-color: #F1F1F1;*/
    border: 1px solid #AAAAAA;
    padding: 5px 10px;
}

    #UC_ChurchSearchModule input[type="text"]:hover,
    #UC_ChurchSearchModule input[type="text"]:focus {
        /*background-color: #FFFFFF;*/
        border-color: #FEB729;
    }

    #UC_ChurchSearchModule input[type="text"].aspNetDisabled:hover,
    #UC_ChurchSearchModule input[type="text"].aspNetDisabled:focus {
        border-color: #BABABA;
    }

.ChurchSearchModule_NavigateToPanel, .ChurchSearchModule_FilterPanel {
    /*border: 1px solid #cbc7bd;
    padding: 10px 10px;
    background-color: #F9F8EF;
    margin-bottom: 10px;*/
    margin: 15px 20px 15px 0px;
    padding: 10px;
    margin: 6px 0;
}

#UC_ChurchSearchModule DIV.aspNetDisabled {
    /* background-color: #EDEDED;*/
    color: #BABABA;
}

    #UC_ChurchSearchModule DIV.aspNetDisabled input[type='text'] {
        border-color: #BABABA;
    }

#UC_ChurchRenewablesSearchModule {
    font-size: 14px;
    font-size: 1rem;
}

.RenewableChurchSearchModule_FilterPanel {
    border: 1px solid #cbc7bd;
    padding: 10px 10px;
    background-color: white;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1rem;
}

#UC_ChurchRenewablesSearchModule input[type='text'] {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 280px;
    border: 1px solid #AAA;
    padding: 5px 10px;
}

TABLE.ChurchSearchModule_NavigateTo, TABLE.ChurchSearchModule_Filter {
    width: 100%;
}

    TABLE.ChurchSearchModule_Filter TR {
        vertical-align: top;
    }

    TABLE.ChurchSearchModule_NavigateTo TD.fas_label, TABLE.ChurchSearchModule_Filter TD.fas_label {
        padding-right: 10px;
        text-align: right;
        white-space: nowrap;
    }

    TABLE.ChurchSearchModule_NavigateTo INPUT [type='text'], TABLE.ChurchSearchModule_Filter INPUT [type='text'] {
        width: 200px;
    }

    TABLE.ChurchSearchModule_Filter .buttons_td {
        text-align: right;
    }

.ChurchSearchModule_grade_td .CheckBoxList tr:nth-of-type(1) {
    display: block;
}

#CBL_ChurchGrade LABEL, #CBL_ChurchPeriod LABEL {
    margin-right: 16px;
}
/* INFO POPUP */

.popupChurchDetail A, .popupChurchDetailAltRow A {
    /* [29453] InfoClick Church hyperlink not wrapping
    white-space: nowrap;*/
}

.popupChurchDetail, .popupChurchDetailAltRow {
    padding: 5px 5px;
    margin: 6px 0px 6px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #E2E2E2;
    border: 1px solid #CCCCCC;
}

.popupChurchDetailAltRow {
    background-color: #F9F9F9;
}

    .popupChurchDetail TH, .popupChurchDetailAltRow TH {
        text-align: right;
        padding-right: 4px;
    }

    .popupChurchDetail TR, .popupChurchDetailAltRow TR {
        vertical-align: top;
    }

.info_label {
    float: left;
    font-weight: bold;
    clear: left;
    margin-bottom: 4px;
}

.info_value {
    float: left;
    margin-left: 6px;
    clear: right;
    margin-bottom: 4px;
    max-width: 300px;
}

#mapLoading {
    height: 50px;
    width: 50px;
    background-color: #F9F9F9;
    position: absolute;
    z-index: 99999;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background-image: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 3px 3px #A8A8A8;
    -webkit-box-shadow: 0 0 3px 3px #A8A8A8;
    box-shadow: 0 0 3px 3px #A8A8A8;
}

#maptools {
    /*background-color:Aqua;
    height:35px;*/
    clear: both;
}

#maptools_search {
    /*position: absolute;
    z-index: 999;
    top: 2px;
    right: 0px;*/
    float: right;
    padding: 4px 3px 3px 4px;
    margin-bottom: 4px;
}

#mapOtherChurches {
    position: absolute;
    z-index: 999;
    top: 1px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 4px 3px 3px 4px;
    border: solid 1px #FFFFFF;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.mapSearchOptions {
    margin-left: 20px;
    display: inline-block;
}

#MapSearchContainer input[type='text'] {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    vertical-align: middle;
}

#MapSearchContainer label {
    margin-right: 12px;
}

#MapSearchContainer input[type='radio'] {
    margin-right: 1px !important;
}

.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    /* breaks dragging of map popup in chrome !!*/
    /*-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));*/
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
}

    .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    cursor: pointer;
}

    .ol-popup-closer:after {
        content: "✖";
    }

.ol-popup-content {
    min-width: 300px;
    height: auto;
    max-height: 15em;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    margin-right: 10px;
}

.ol-popup-content-renewables {
    min-width: 300px;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    margin-right: 10px;
}

.inline-block {
    display: inline-block;
}

/* General list with add & insert templates */
#EsdmListView {
}

.ListViewContractorAdd img + span {
    margin-left: 4px;
}

#EsdmListView .buttons {
    /*margin-top: 6px;*/
    text-align: right;
}

    #EsdmListView .buttons input[type="image"] {
        margin-right: 4px;
    }

#EsdmListView.esdmform input[type="text"], #EsdmListView.esdmform textarea {
    width: 400px;
}

#EsdmListView.esdmform textarea {
    white-space: pre-wrap;
    height: 80px;
}

.esdmListViewItem, .esdmListViewEdit, .esdmListViewInsert {
    border-collapse: initial !important;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 6px;
    margin: 6px 3px;
    display: table;
    min-width: 30em;
}

.esdmListViewInsert {
    background-color: #F9F8EF;
    padding: 10px 10px;
}

    .esdmListViewItem .col, .esdmListViewEdit .col, .esdmListViewInsert .col {
        margin: 5px 0px;
        white-space: nowrap;
        display: table-row;
    }

        .esdmListViewItem .col .label, .esdmListViewEdit .col .label, .esdmListViewInsert .col .label {
            font-weight: bold;
            display: table-cell;
            padding: 2px 6px 2px 0px;
            text-align: right;
            vertical-align: text-top;
            min-width: 11em;
        }

            .esdmListViewItem .col .label.left, .esdmListViewEdit .col .label.left, .esdmListViewInsert .col .label.left {
                text-align: left;
                white-space: normal;
            }

        .esdmListViewItem .col .value, .esdmListViewEdit .col .value, .esdmListViewInsert .col .value {
            padding: 2px 10px 2px 0px;
            display: table-cell;
            min-width: 30em;
        }

        .esdmListViewEdit .col .help, .esdmListViewInsert .col .help {
            display: inline-block;
        }

.esdmListViewItem, .assetQiItemEdit, .esdmListViewEdit {
    position: relative;
}

    .esdmListViewItem .buttons, .esdmListViewEdit .buttons {
        position: absolute;
        top: 5px;
        right: 0px;
    }

    .esdmListViewItem .prewrap {
        white-space: pre-wrap;
    }

/* FORM8 */
#UC_Form8_Step2 .detailView .hdr {
    text-align: right;
    max-width: 40%;
}

/* ASSET QI */
#ListViewQI {
}

.ListViewQIAdd img + span {
    margin-left: 4px;
}

.assetQiItem, .assetQiItemEdit, .assetQiItemInsert {
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 6px;
    margin: 6px 3px;
}

    .assetQiItem .table, .assetQiItemEdit .table, .assetQiItemInsert .table {
        display: table;
    }

.assetQiItemInsert {
    display: block;
    background-color: #F9F8EF;
    padding: 10px 10px;
}

    .assetQiItem .col, .assetQiItemEdit .col, .assetQiItemInsert .col {
        margin: 5px 0px;
        white-space: nowrap;
        display: table-row;
    }

        .assetQiItem .col .label, .assetQiItemEdit .col .label, .assetQiItemInsert .col .label {
            font-weight: bold;
            display: table-cell;
            padding: 2px 6px 2px 0px;
            text-align: right;
            vertical-align: text-top;
            min-width: 11em;
        }

        .assetQiItemInsert .col .label {
            padding-right: 0px;
        }

        .assetQiItem .col .value, .assetQiItemEdit .col .value, .assetQiItemInsert .col .value {
            padding: 2px 10px 2px 0px;
            display: table-cell;
            min-width: 18em;
        }

        .assetQiItemEdit .col .help, .assetQiItemInsert .col .help {
            padding: 2px 0px 2px 0px;
            display: table-cell;
            width: 16px;
        }
        /* allow space for save/cancel buttons next to date control */
        .assetQiItemEdit .col .value {
            display: table-cell;
            /* min-width:17em;*/
        }

        .assetQiItemEdit .col .label, .assetQiItemInsert .col .label {
            /* text-align:left;   */
            vertical-align: top;
        }

        .assetQiItem .col input[type="text"], .assetQiItemEdit .col input[type="text"] {
            padding: 0px 10px;
        }

.qiThumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#ListViewQI .buttons {
    margin-top: 6px;
    text-align: right;
}

#ListViewQI textarea {
    white-space: pre-wrap;
}

#ListViewQI .buttons input[type="image"] {
    margin-right: 4px;
}

.assetQiItem, .assetQiItemEdit {
    position: relative;
}

    .assetQiItem .buttons, .assetQiItemEdit .buttons {
        position: absolute;
        top: 5px;
        right: 0px;
    }

    .assetQiItem .prewrap {
        white-space: pre-wrap;
    }

.UC_ActorFindCreate .addActorLink {
    margin-top: 8px;
}

    .UC_ActorFindCreate .addActorLink img + span,
    .UC_Form8_Step3 .addSourceLink img + span {
        margin-left: 4px;
    }

/*main panel for ActorDetails.aspx & SourceDetails.aspx */
.ActorDetails, .SourceDetails {
    position: relative;
    padding-top: 10px;
}

.chr-button-previous {
    position: absolute;
    right: 0px;
    top: 0px;
}

/* foo table */
.grid.breakpoint > tbody > tr > td.expand {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/navigate_plus.png") no-repeat 5px center;
    padding-left: 25px;
}

.grid.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/navigate_minus.png") no-repeat 5px center;
}

.grid.breakpoint > tbody td.footable-cell-detail {
    border: 1px solid #cbcbcb;
    border-top: none;
    border-bottom: solid 1px #BBD9EE;
    padding: 0px 6px;
}

.grid.breakpoint > tbody > tr.footable-row-detail {
    background-color: #FFF;
}

.grid.breakpoint > tbody > tr:hover {
    background: #F9F8EF;
}

    .grid.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
        cursor: pointer;
    }

/* source churches, church sources */
.SourceChurchDTV, .ChurchSourceDTV {
    background: #F9F8EF;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 6px 3px;
    display: inline-block;
}

.AssetSources {
}

.AssetSourceItem, .AssetSourceItemEdit {
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 6px;
    margin: 6px 3px;
    position: relative;
}

    .AssetSourceItem .buttons, .AssetSourceItemEdit .buttons {
        position: absolute;
        top: 5px;
        right: 2px;
    }

        .AssetSourceItem .buttons img, .AssetSourceItemEdit .buttons img {
            vertical-align: inherit;
        }

    .AssetSourceItem .AssetSourceTitle, .AssetSourceItemEdit .AssetSourceTitle {
        font-weight: bold;
        margin-bottom: 3px;
        max-width: 85%;
    }

        .AssetSourceItem .AssetSourceTitle span, .AssetSourceItemEdit .AssetSourceTitle span {
            white-space: nowrap;
        }

    .AssetSourceItemEdit .AssetSourceTitle {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .AssetSourceItem .AssetSourceDescr {
        white-space: pre-wrap;
    }

    .AssetSourceItemEdit textarea {
        width: 90%;
    }

.ChurchSourceDTV textarea, .ChurchSourceDTV input[type="text"] {
    width: 500px;
}

.AssetSourceItemEdit input[type="text"] {
    display: inline-block;
    margin-bottom: 6px;
    width: 90%;
}

.AssetSourceImage {
    float: left;
    margin-right: 16px;
}

.AssetSourceImage-centred {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

/* application user note*/
#UC_ApplicationUserNote .detailView table, #UC_ApplicationUserNote .detailView tr, #UC_ApplicationUserNote .detailView td {
    display: block;
}


/*-------------------------------------------*/
/*  ACCORDIAN STYLES                         */
/*-------------------------------------------*/
#div_accordian {
    margin-bottom: 10px;
}

.accordion {
    background-color: white;
    width: 100%;
    border: 1px solid #A3A3A3;
    border-bottom: none;
    /*border-top: none;*/
    overflow-y: hidden !important;
}

.accordionHeader {
    color: #222222;
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/accordian-collapsed.png") no-repeat right center;
    height: 27px;
    /*border:solid 1px #A3A3A3;*/
    border-bottom: solid 1px #A3A3A3;
    text-align: left;
    /*padding: 2px 0px 0px 2px;*/
    cursor: pointer;
    color: #515151;
}

    .accordionHeader > div {
        padding-left: 10px;
        font-size: 1.1rem;
    }

        .accordionHeader > div > div {
            line-height: 1em;
        }

.accordionHeaderR :hover {
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/accordian-hover.png") no-repeat right center;
}

.accordionHeader :hover {
    background: none;
    color: #222222 !important;
}

.accordionHeaderL {
    /* background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/accordianHdrLeft.png") no-repeat left top;     padding-left:3px;  */
}

.accordionHeaderR {
    /*background:url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/accordianHdrRight.png") no-repeat right top;     padding-right:3px;    */
}

.accordionHeader a {
    display: inline-block;
    margin-top: 4px;
    color: #222222;
}

    .accordionHeader a:hover {
        color: #222222 !important;
    }

.accordionLink {
    text-decoration: none !important;
}

.accordionHeaderSelected .accordionHeader {
    color: white;
    background: url("https://faculty-ciw-test.esdm.co.uk/Data/Sites/1/skins/CinW-1/images/accordian-expanded.png") no-repeat right center;
    height: 27px; /* border:solid 1px #A3A3A3;        */
    cursor: pointer;
}

    .accordionHeaderSelected .accordionHeader a {
        display: inline-block;
        margin-top: 4px;
        color: white;
    }

        .accordionHeaderSelected .accordionHeader a:hover {
            background: none;
            text-decoration: none;
            color: white !important;
        }

.accordionHeader IMG {
    margin-top: 2px;
    margin-left: 4px;
    display: inline;
}

.accordionContent {
    /* background-color: #E8E8E8;    */
    /*margin-bottom: 1px;	*/
    padding: 2px 0px 2px 2px;
    /*max-height:300px !important;*/
    /*border:1px solid #CCCCCC;
	border-bottom:none;*/
    border-bottom: 1px solid #CCCCCC;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.hide_on_desktop {
    display: none;
}

.Filter_Pnl_Renewables {
    border: 1px solid #cbcbcb;
    padding: 10px;
    margin: 6px 0;
}









/*     NEW STYLES                    */


.site-header {
    position: relative;
    height: 135px;
    margin-bottom: 65px;
    width: 1000px;
}

.site-logo {
	box-sizing: content-box;
    display: table;
    position: absolute;
    top: -10px;
    left: 0;
    width: 150px;
    height: 150px;
    background: #213b86;
    border-radius: 105px;
    padding: 30px;
    z-index: 90;
    text-align: center;
	/*box-sizing:content-box;*/
    /* background: -webkit-radial-gradient( center center, circle contain, #6273a7, #213b86 ); */
}


/* invite consultees */
#InviteeConsulteesSearch input[type=text] {
    width: 70%;
}

#InviteeConsulteesSearch {
    margin: 12px 0px;
}

#PNL_inviteConsultees .formPanel {
    margin: 4px 0px;
}

.InviteConsulteesPopup, .RevertPopup {
    width: 60em;
}

    .InviteConsulteesPopup h3, .RevertPopup h3, #UC_ManageConsultees h3 {
        padding 0 0;
        margin: 0 0;
        display: inline-block;
    }

    .InviteConsulteesPopup .ScrollPanel {
        width: 100%;
        //height: 600px;
        max-height: 50vh;
        overflow-x: hidden;
        overflow-y: auto;
        margin-bottom: 20px;
    }

    .RevertPopup .ScrollPanel {
        width: 100%;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        margin-bottom: 20px;
    }

    .InviteConsulteesPopup .ButtonBar, .RevertPopup .ButtonBar {
        margin: 8px 0px 16px 0px;
        text-align: right;
    }

    .InviteConsulteesPopup textarea, .RevertPopup textarea {
        width: 98%;
    }

#FormHeader h3 {
    display: inline-block;
}

#FormHeader h3 {
    display: inline-block;
}

.assetTypeWrapper {
    display: table-row;
}

.assetTypeLeft, .assetTypeRight {
    display: table-cell;
    width: 49%;
}


.UC_RefNameSearch .esdmform {
    margin: 9px 0px;
    /*border:1px solid #CCCCCC;*/
    padding: 15px 20px;
    /*background-color:#F7F8FC;*/
}

    .UC_RefNameSearch .esdmform div {
        display: inline-block;
        margin-right: 6px;
        vertical-align: middle;
    }

.textResource {
    background-color: #F5FF8C;
}

.sharedTextResource {
    background-color: #D1E8FF;
}

.public-notice-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

    .public-notice-filters div {
        min-width: fit-content;
        margin: 0 0.5em;
    }

/* Designations */
.CHR_record_detail > p:first-of-type {
    margin-top: 0;
}

.designationAdd img + span {
    margin-left: 4px;
}

.designationItem, .designationItemEdit, .designationItemInsert {
    border-collapse: initial !important;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 6px;
    margin: 6px 3px;
}

    .designationItem .table, .designationItemEdit .table, .designationItemInsert .table {
        display: table;
    }

.designationItemInsert {
    background-color: #F9F8EF;
    padding: 10px 10px;
    display: block;
}

.designationItem .col {
    margin: 5px 0px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.designationItemEdit .col, .designationItemInsert .col {
    margin: 5px 0px;
    white-space: nowrap;
    display: table-row;
}

    .designationItem .col .label, .designationItemEdit .col .label, .designationItemInsert .col .label {
        font-weight: bold;
        display: table-cell;
        padding: 2px 6px;
        text-align: right;
        vertical-align: text-top;
        min-width: 11em;
    }

    .designationItem .col .value, .designationItemEdit .col .value, .designationItemInsert .col .value {
        padding: 2px 0px;
        display: table-cell;
    }

    .designationItem .col .value-wide, .designationItemEdit .col .value-wide, .designationItemInsert .col .value-wide {
        width: 148%;
    }

    .designationItemEdit .col .help, .designationItemInsert .col .help {
        padding: 2px 0px;
        display: table-cell;
        width: 16px;
    }
    /* allow space for save/cancel buttons next to date control */
    .designationItemEdit .col .value {
        display: table-cell;
        /* min-width:17em;*/
    }

    .designationItemEdit .col .label, .designationItemInsert .col .label {
        /* text-align:left;   */
        vertical-align: top;
    }

    .designationItem .col input[type="text"], .designationItemEdit .col input[type="text"] {
        padding: 0px 10px;
    }

#ListViewDesignations .buttons, #ListViewTrees .buttons {
    margin-top: 6px;
    text-align: right;
}

    #ListViewDesignations .buttons input[type="image"], #ListViewTrees .buttons input[type="image"] {
        margin-right: 4px;
    }

#ListViewDesignations textarea, #ListViewTrees textarea {
    white-space: pre-wrap;
}

.designationItem, .designationItemEdit {
    position: relative;
}

    .designationItem .buttons, .designationItemEdit .buttons {
        position: absolute;
        top: 5px;
        right: 0px;
    }

    .designationItem .prewrap {
        white-space: pre-wrap;
    }

.idrow label,.passwordrow label{
	display:block;
}

/* default box-model with mp9 is border box which is throwing our styles out */
.site-header *{
	box-sizing: content-box;
}

.sitenav *,
.modulecontent *
{
	box-sizing: content-box;
}

/* Reset */
.qtfile, 
.qtfile p,
.qtfile ul,
.qtfile li, 
.qtfile a, 
.qtfile span,
.qtfile img
{
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: 0;
	/*
	zoom: 1;
    */
}

.qtfile
{
	min-width: 650px;
}

.qtfile span
{
	vertical-align: text-top;
	line-height: 100%;
}

/* Button elements */
.qtfile .button
{
	cursor: pointer;
}

.qtfile .button.button-disabled
{
	color: Gray;
	cursor: default;
}

/* Icons */
/* Command buttons */
.qtfile .button.folder-create .icon,
.qtfile .button.folder-rename .icon,
.qtfile .button.folder-move .icon,
.qtfile .button.folder-delete .icon,
.qtfile .button.file-upload .icon,
.qtfile .button.file-refresh .icon,
.qtfile .button.folder-refresh .icon,
/* File actions */
.qtfile .file-panel .icon-file-name,
.qtfile .file-panel .file-actions span,
/* Folder items */
.qtfile .folder-panel .folder-bullet,
.qtfile .folder-panel .folder-bullet.folder-bullet-closed,
.qtfile .folder-panel .folder-bullet.folder-bullet-opened,
.qtfile .folder-panel .icon-folder,
.qtfile .folder-panel .icon-folder-end,
/* Status icons */
.qtfile .qtfile-footer .icon-status
{
	background-image: url("/Data/style/qtfile//icons.png");
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
}

/* Header */
.qtfile .qtfile-header
{
	padding: 7px 0 3px 10px;
}

/* Footer */
.qtfile .qtfile-footer
{
	border-top: none;
	padding: 6px 0 5px 5px;
	position: relative;
}

.qtfile .qtfile-footer .status-message
{
	position: absolute;
	left: 10px;
	top: 8px;
}

.qtfile .qtfile-footer .icon-status
{
	margin: 0 5px 0 0;
}

.qtfile .qtfile-footer .status-info .icon-status { background-position: 64px 64px; }
.qtfile .qtfile-footer .status-warn .icon-status { background-position: 32px 64px; }
.qtfile .qtfile-footer .status-error .icon-status { background-position: 16px 64px; }

.qtfile .qtfile-footer .credit
{
	display: block;
	float: right;
	margin-right: 15px;
}

.qtfile .qtfile-footer .credit a
{
	line-height: 1.6em;
}

.qtfile .qtfile-footer .credit a:hover
{
	text-decoration: underline;
}

/* Menu list */
.qtfile .menu-bar
{
	margin: 5px 0 5px 5px;
	position: relative;
}

.qtfile .menu-bar .icon
{
	margin-right: 3px;
}

.qtfile .menu-bar .button.file-refresh
{
	position: absolute;
	right: 3px;
	top: 2px;
}

.qtfile .button.file-refresh .icon { background-position: 0 32px; }
.qtfile .button.folder-create .icon { background-position: 0 48px; }
.qtfile .button.folder-rename .icon { background-position: 64px 48px; }
.qtfile .button.folder-delete .icon { background-position: 32px 48px; }
.qtfile .button.folder-move .icon { background-position: 48px 48px; }
.qtfile .button.file-upload .icon { background-position: 64px 32px; }


.qtfile .qtfile-content
{
	position: relative;
	height: 389px;
	/* Only need the top border from jquery-ui */
	border-bottom: none;
	border-right: none;
	border-left: none;
}

/* Headers */

.qtfile .file-header *,
.qtfile .folder-header *
{
	line-height: 27px;
}

.qtfile .folder-header
{
	border-right: none;
	border-left: none;
	position: relative;
	padding-left: 2%;
	margin-right: -2%;
}

.qtfile .folder-header .button.folder-refresh
{
	position: absolute;
	right: 3%;
	top: 3px;
}

.qtfile .button.folder-refresh .icon { background-position: 0 32px; }

.qtfile .file-header
{
	border-right: none;
	padding-left: 0px;
	position: relative;
}

.qtfile .file-header .file-size-header,
.qtfile .file-header .file-name-header,
.qtfile .file-header .file-actions-header
{
	float: left;
	text-align: center;
	background-image: none;
	background-color: Transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	margin-right: -1px;
}

.qtfile .file-header .file-name-header
{
	border: none;
	width: 55%;
	text-align: left;
	text-indent: 1%;
}

.qtfile .file-header .file-size-header
{
	width: 20%;
}

.qtfile .file-header .file-actions-header
{
	width: 25%;
	text-indent: -10000px;
}

/* Folders */

.qtfile .folder-wraper
{
	width: 26%;
	position: absolute;
}

/* Folder list */

.qtfile .folder-panel
{
	height: 360px;
	overflow: auto;
}

.qtfile .folder-panel li,
.qtfile .file-panel li
{
	white-space: nowrap;
}

.qtfile .folder-panel li li
{
	padding-left: 16px;
}

.qtfile .folder-panel .folder-bullet,
.qtfile .folder-panel .folder-name
{
	cursor: pointer;
}

.qtfile .folder-panel .folder-name-text
{
	line-height: 1.5em;
}

.qtfile .folder-panel .folder-name:hover
{
	color: Blue;
}

.qtfile .folder-bullet { background-image: none; }
.qtfile .icon-folder-end { background-position: 16px 32px; }
.qtfile .icon-folder { background-position: 16px 48px; }
.qtfile .folder-bullet.folder-bullet-closed { background-position: 48px 32px; }
.qtfile .folder-bullet.folder-bullet-opened { background-position: 32px 32px; }

.qtfile .folder-panel .folder-name .icon-folder,
.qtfile .folder-panel .folder-name .icon-folder-end
{
	margin-right: 5px;
}

.qtfile .folder-panel .folder-name .icon-folder-end
{
	visibility: hidden;
	left: 5px;
}

.qtfile .folder-panel .folder-name-selected .icon-folder-end
{
	visibility: visible;
}

/* Files */

.qtfile .file-wraper
{
	width: 74%;
	position: absolute;
	right: 0;
}

.qtfile .file-panel
{
	padding-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-image: none;
	background-color: Transparent;
	height: 360px;
	overflow: auto;
}
.qtfile .file-panel.file-list-empty
{
	/* background: url("/Data/style/qtfile//empty_folder_bg.png") 50% 50% no-repeat; */
}

.qtfile .file-panel .file-name, 
.qtfile .file-panel .file-size, 
.qtfile .file-panel .file-actions
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	float: left;
	line-height: 1.7em;
}

.qtfile .file-panel .file-name
{
	width: 55%;
	text-indent: 1%;
}

.qtfile .file-panel li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.qtfile .file-panel li { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
.qtfile .file-panel li { height:1%; }
.qtfile .file-panel li { display:block; }
/* end clearfix */

.qtfile .file-panel li.even
{
	background-image: url("/Data/style/qtfile//file_even_bg.png");
}

.qtfile .file-panel li:hover
{
	background-image: url("/Data/style/qtfile//file_hover_bg.png");
}

.qtfile .file-panel .file-size
{
	width: 19%;
	text-align: right;
}

.qtfile .file-panel .file-actions
{
	float: right;
	width: 22%;
	text-align: center;
	margin: 0  0 0 1%;
}

.qtfile .file-panel .icon-file-name
{
	margin: 0 1% 0 0;
}

.qtfile .file-panel .file-actions span
{
	cursor: pointer;
	margin: 0  0 0 1%;
	text-indent: -10000px;
	
	/* Fix for IE7 moved to IE7Specific css
	*text-indent: 0;
	*font-size: 0;
    */

}

.qtfile .file-panel .file-action-link { background-position: 48px 64px; }
.qtfile .file-panel .file-action-delete { background-position: 16px 16px; }
.qtfile .file-panel .file-action-move { background-position: 32px 16px; }
.qtfile .file-panel .file-action-rename { background-position: 48px 16px; }
.qtfile .file-panel .file-action-download { background-position: 64px 16px; }
.qtfile .file-panel .file-action-preview { background-position: 80px 64px; }

/* File preview */

.qtfile .file-preview p,
.qtfile .file-preview img
{
	margin: 0;
	padding: 0;
}

.qtfile .file-preview p
{
	overflow: hidden;
	white-space: nowrap;
}

.qtfile .file-preview p span
{
	line-height: 1.6em;
	vertical-align: text-top;
}

.qtfile .file-preview
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: auto;
	max-width: 65%;
	display: none;
	/* Width must be set in IE7 for header get right moved to IE7Specific.css
	*width: 65%;
    */
}

.qtfile .file-preview-field-name
{
	display: inline-block;
	width: 7.5em;
	font-weight: bold;
}

.qtfile .file-preview p.file-preview-image
{
	line-height: 0;
	width: auto;
}

.qtfile .file-preview .file-preview-image img
{
	max-width: 100%;
	overflow: auto;
	max-height: 150px;
}

.qtfile .file-preview .file-preview-image-loading
{
	display: block;
	width: 48px;
	height: 48px;
	background: url("/Data/style/qtfile//indicator.gif") no-repeat;
}

/* File icons */

.qtfile .file-panel .icon-file-name
{
	background-image: url("/Data/style/qtfile//file_types.png");
	background-position: 16px 16px;
}

.qtfile .file-panel .icon-file-bmp { background-position: 256px 256px; }
.qtfile .file-panel .icon-file-jpg, .qtfile .file-panel .icon-file-jpeg { background-position: 240px 0; }
.qtfile .file-panel .icon-file-png { background-position: 224px 0; }
.qtfile .file-panel .icon-file-gif { background-position: 208px 0; }

.qtfile .file-panel .icon-file-txt { background-position: 256px 240px; }
.qtfile .file-panel .icon-file-pdf { background-position: 240px 240px; }

/* Impromptu 
http://trentrichardson.com/Impromptu/index.php
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 400px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
	/*background-color: #8DC05B;*/
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #BF5E26;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/



 .nivoSlider {
	position:relative;
	background:#fff url("/Data/style/nivoslider/default//loading.gif") no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
 .nivoSlider a {
	border:0;
	display:block;
}

 .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
 .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url("/Data/style/nivoslider/default//bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("/Data/style/nivoslider/default//arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
 a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
 a.nivo-prevNav {
	left:15px;
}

 .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
 .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
 .nivo-caption a:hover {
    color:#fff;
}

 .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
 .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
 .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
