@CHARSET "ISO-8859-1";
/*
#councilHeader247 {
  background-color: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  margin-top: -1px;
}

.councilHeaderBSA441 {
	  background-image: url('https://scoutingevent.com/attachments/BSA441/headerimage.jpg');
}
*/

input[type = input]
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	padding: 2px 4px;
	
	outline: 0px;
	border: 1px solid #888;
}

input[type = input]:focus
{
	border-color: #9ECAED;
	box-shadow: 0 0 10px #9ECAED;
}

.councilHeader247 {
	clear: left;
	float: left;
	max-width:970px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
} 

.imageCenter img {
    display:block;
    margin:auto;
}

.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.currentPage {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #ffffff;
}
.currentPage h2 {
	font-size: 125.00%;
	/* color: #005695; */
	font-weight: bold;
	text-align: left;
}
.currentPage h3 {
	font-size: 90.00%;
	/* color: #005695; */
	font-weight: bold;
	text-align: left;
}
.brSmall {
	line-height:6px;
}
.floatRight {
	float:right;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
img.fadeimg {
   opacity: 0.6;

}
.btnSmall {
	padding: 3px;
}
.contactCol {
	min-height: 100px;
	margin: 4px 2px;
}

#ajaxBusyMsg
{
	display: none;
	position: relative;
	top: 100%;
	margin-top: -74px;
}

#ajaxBusy {
	margin: 0px;
	padding: 0px;
	
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
	background: url('../images/pos/loading.gif') no-repeat center center;
	z-index: 1001;
}

#ajaxBusyModal {
  display: none;
  margin: 0px 0px 0px -50px; 
  padding: 30px 10px 10px 10px;
  position: absolute;
  left: 30%;
  top: 100px;
  width: 300px;
  height: 300px;
  text-align: center;
  background: url(../images/ajax-loader.gif) no-repeat center center;
  border: 0px solid #000;
  z-index: 1001;
}

.outlineEventDetailGrid3{
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	border-style: solid;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	padding: 5px;
	border-color: #f1f1f0;/*light grey*/

}
.outlineEventDetailGrid3 img.eventLogo{
	margin: 10px 10px;
	float: left;
}

.outlineEventDetailGrid4{
	min-height: 600px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	border-style: solid;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	padding: 0px 5px 0px 5px;
	border-color: #f1f1f0;/*light grey*/

}
.divSmall{
	min-height: 1px;
}
.attachmentDesc {
	margin: 2px 2px;
}
.attachmentDesc form {
	margin: 0;
	line-height: 1.2em;
}
.attachmentDesc .text10 {
	margin: 1px;
}
.attachmentDesc .text11 {
	margin: 1px;
}
.fbShare, .twitterShare, .googleShare {
  background-image: url('../images/socialmedia/shareimages.png');
  background-repeat: no-repeat;
}

.fbShare {
    background-position: 0px 0px; 
	/*width: 158px;
	height: 39px; */
	width: 79px;
	height: 29px;
	
}


.twitterShare {
    background-position: -50px -78px; 
	width: 158px;
	height: 39px;
}
.googleShare {
    background-position: -49px -126px; 
	width: 158px;
	height: 39px;
}
/***** */
/* Menu */
.msgAreaRed {
	background-color: #CE1126;
	color: #ffffff;
	padding: 5px;
}
.msgArea {
	background-color: #005696;
	color: #ffffff;
	padding: 5px;
}
.displayNone {
	display: none;
}
.regContactArea {
	background-color: #f1f1f0;
}
/***** */
.buttonStdRnd {
		color: #ffffff; 
		border-width: 0px 0px 0px 0px;
		border-style: solid solid solid solid;
		border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		margin: 0; 
		padding: 10px 25px 10px 25px;
		margin: 0 auto;
		float: none;
	background: rgb(0,36,64); /* B2D5EF */
	background: -moz-linear-gradient(top, #6699c0 0%, #004696 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699c0), color-stop(100%,#004696)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6699c0 0%,#004696 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6699c0 0%,#004696 100%); /* Opera 11.10+ */
	-pie-background: 	linear-gradient(top, #6699c0 0%,#004696 100%); /* W3C */
	background: -ms-linear-gradient(top, #6699c0 0%,#004696 100%); /* IE10+ */
	
	margin: 2px;
}

.buttonStdRnd:hover {
		color: #ffffff; /* #CE1126; */ 
	background: rgb(0,36,64); /* B2D5EF */
	background: -moz-linear-gradient(top, #0076B6 0%, #6699c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0076B6), color-stop(100%,#6699c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0076B6 0%,#6699c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0076B6 0%,#6699c0 100%); /* Opera 11.10+ */
	-pie-background: 	linear-gradient(top, #0076B6 0%,#6699c0 100%); /* W3C */
	background: -ms-linear-gradient(top, #0076B6 0%,#6699c0 100%); /* IE10+ */
}

.buttonStdRndw {
		color: #ffffff; 
		border-width: 0px 0px 0px 0px;
		border-style: solid solid solid solid;
		border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		margin: 0; 
		padding: 10px 25px 10px 25px;
		margin: 0 auto;
		float: none;
	background: #A40000; /* B2D5EF */
	background: -moz-linear-gradient(top, #C40101 0%, #400000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C40101), color-stop(100%,#400000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C40101 0%,#400000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #C40101 0%,#400000 100%); /* Opera 11.10+ */
	-pie-background: 	linear-gradient(top, #C40101 0%,#400000 100%); /* W3C */
	background: -ms-linear-gradient(top, #C40101 0%,#400000 100%); /* IE10+ */
	
	margin: 2px;
}

.buttonStdRndw:hover {
		color: #ffffff; /* #CE1126; */ 
	background: #A40000; /* B2D5EF */
	background: -moz-linear-gradient(top, #740202 0%, #C40101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#740202), color-stop(100%,#C40101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #740202 0%,#C40101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #740202 0%,#C40101 100%); /* Opera 11.10+ */
	-pie-background: 	linear-gradient(top, #740202 0%,#C40101 100%); /* W3C */
	background: -ms-linear-gradient(top, #740202 0%,#C40101 100%); /* IE10+ */
}

.buttonStdRndSM {
	padding: 4px 8px;
	border-radius: 4px;
	font-weight: bold;
}

.dataEntry {
	background-color: #ebf3fb;
	color: #005969;
}
.menuFloat {
	background-color: #ebf3fb;
	color: #005969;
	  position: absolute;
	  top: 32px;
	  padding: 10px 15px;
	  z-index: 100;
}
.dataEntry input,select,textarea {
	background-color: #ffffff; /* jlm 12-24-2015 removed !important; was messing up new css for Start Registration page */
}
.dataEntry select {
	background-color: #ffffff;
}
.dataEntry table tr:hover td {
	background-color: #ebf3fb!important;
}

.manageRoster, .manageRosterFixed
{
	float: left;
}

.manageRoster table, .manageRosterFixed table
{
	width: 100%;
	white-space: nowrap;
}

#manageRoster table tr td
{
	padding: 0px 6px;
	line-height: 24px;
	height: 25px;
}

#manageRoster table tr td input
{
	height: 100%;
	font-size: 10px;
	line-height: 20px;
	padding: 0px 4px;
}

#manageRoster table tr td select
{
	width: 100%;
	height: 100%;
	font-size: 10px;
	line-height: 20px;
	
	display: block;
    padding: 2px 6px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-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;
}

.manageRoster
{
	width: 50%;
	overflow-x: auto;
}

.manageRosterFixed
{
	width: 50%;
}

#manageRoster .center
{
	text-align: center;
}

.rosterSubmenu
{
	width: 100%;
	height: 24px;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	line-height: 24px ! important;
}

.rosterSubmenu .subNav
{
	width: auto;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding: 10px 20px;
	margin: 0px 0px 10px 0px;
	float: right;
}

.rosterSubmenu .subNav:hover
{
	color: #A00;
}

.left
{
	float: left;
}

/*****************************************
	**** formatting for Start Registation ********************** */
div.title
				{
					width: 100%;
					border-bottom: 1px solid black;
					
					font-size: 16px;
					color: #347B88;
					font-family: Georgia;
				}
				
				.regStart, .regLogin
				{
					margin: 8px 0px;
				}
				
				.regLogin input[type = text], .regStart input[type = text], .regLogin input[type = password], .regStart input[type = password]
				{
					width: 100%;
					padding: 8px;
					margin: 4px;
					
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					
					outline: 0px;
					border: 1px solid #888;
				}
				
				.regLogin input[type = text]:focus, .regStart input[type = text]:focus, .regLogin input[type = password]:focus, .regStart input[type = password]:focus
				{
					border-color: #9ECAED;
					box-shadow: 0 0 10px #9ECAED;
				}
				
				 /* jlm 04-11-2016 not using submit
				.regLogin input[type = submit] , .regStart input[type = submit] 
				{
					color: ButtonText;  
					border: 2px outset ButtonFace; 
					
					margin-left: 10px;
					padding: 4px 8px;
					
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
				} */
				
				.regLoginBtn {
					float: right;
					
					box-shadow:inset 0px 1px 0px 0px #ffffff;
					background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
					background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
					background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
					background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
					background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
					background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
					filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#e9e9e9",GradientType=0);
					background-color:#f9f9f9;
					-moz-border-radius:6px;
					-webkit-border-radius:6px;
					border-radius:6px;
					border:1px solid #dcdcdc;
					display:inline-block;
					cursor:pointer;
					color:#666666;
					padding:6px 24px;
					text-decoration:none;
					text-shadow:0px 1px 0px #ffffff;
				}
				
				.regLoginBtn:hover {
					background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
					background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
					background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
					background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
					background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
					background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
					filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9", endColorstr="#f9f9f9",GradientType=0);
					background-color:#e9e9e9;
					border-color: #9ECAED;
					box-shadow: 0 0 10px #9ECAED;
				}
				
				.regLoginBtn:active {
					position:relative;
					top:1px;
				}
				
				.regLogin input[type = submit]:hover, .regStart .regLogin input[type = submit]:hover, .regStart input[type = submit]:focus, .regStart input[type = submit]:focus
				{
					border-color: #9ECAED;
					box-shadow: 0 0 10px #9ECAED;
				}
				
				.regLogin input[type = submit]:active, .regStart .regLogin input[type = submit]:active
				{
					border-style: inset; /* jlm 12-24-2015 removed  ! important; */ 
					-webkit-appearance: push-button; /* jlm 12-24-2015 removed  ! important; */
				}
				.regLoginStdSubmit {
					background: none!important; 
					border: none!important; 
				}

/*
 * Navigation Dropmenu
*/

.navDrop, .navDrop ul
{
	list-style: none;
}

.navDrop li
{
	position: relative;
}

.navDrop > li
{
	float: left;
}

.navDrop ul
{
	position: absolute;
	display: none;
	left: 0px;
	top: 100%;
	padding: 0px;
}

.navDrop li:hover > ul
{
	display: block;
}

.navDrop #a_orderby
{
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 4px 12px;
}

.navDrop #a_orderby li
{
	margin-left: -2px;
}


/* ----------------- Size Dropdown ----------------- */

div.sizeDropdown
{
	position: absolute;
}

div.sizeDropdown ul.dropdown-menu
{
	display: none;
}

div.sizeDropdown:hover ul.dropdown-menu
{
	display: block;
}

.sizeDropdown ul.dropdown-menu
{
	position: absolute;
}

label.sesCartBilling
{
	margin-bottom: -3px;
	margin-top: 3px;	
}
.sesCartBilling .input-sm
{
    height: 20px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1;
    border-radius: 3px;
}
.sesCartBilling select.input-sm
{
    height: 20px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 1;
    border-radius: 3px;
}