/*
 * BPS Colors
 */

.bpsTextWhite {
	color: #FFFFFF;
}

.bpsTextRed {
	color: #E81D33;
}

.bpsTextGray {
	color: #2A2A2A;
}

.bpsTextDarkGray {
	color: #202020;
}

.bpsBgWhite {
	background-color: #FFFFFF;
}

.bpsBgRed {
	background-color: #E81D33;
}

.bpsBgGray {
	background-color: #2A2A2A;
}

.bpsBgDarkGray {
	background-color: #202020;
}

/*
 * Custom BS
 */

.container {
	width: 100% !important;
	max-width: 1170px !important;
}

.btn-blue-green
{
	color: #FFF;
	background-color: #528799;
	border-color: #366577;
}

.btn-blue-green:hover, .btn-blue-green:focus
{
	color: #FFF;
	background-color: #406977;
	border-color: #366577;
}

.btn-pos {
	border-color: #495267;
  background-color: #606c88;
  color: #FFFFFF;
  font-weight: bold;
}

.btn-pos:hover, .btn-pos:focus {
	color: #FFFFFF;
}

@media (min-width: 1200px) {
	.modal-xl {
		width: 1170px;
	}
}

/*
 * Bootstrap 5 Columns
 */

.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 20%;
    }
}

/*
 * Custom Panels
 */

.panel > .panel-heading
{
	background-position: right center;
	background-repeat: repeat-y;
}

.panel-danger > .panel-heading
{
	background-image: url('https://247scouting.com/images/tile-diagonal.png');
}

.panel-warning > .panel-heading
{
	background-image: url('https://247scouting.com/images/tile-horizontal.png');
	background-color: #F5F1DB;
}

.panel-info > .panel-heading
{
	background-image: url('https://247scouting.com/images/tile-checker.png');
}

.panel-success > .panel-heading
{
	background-image: url('https://247scouting.com/images/tile-circle.png');
}

.panel-default > .panel-heading
{
	background-image: url('https://247scouting.com/images/tile-diamond.png');
	background-color: #E8E8E8;
}

/*
 * Custom CKEditor CSS
 */

.cke_combopanel
{
    width: 230px;
}

/*
 * Ask Cards
 */

.ask-card-open
{
	overflow: hidden;
}

.ask-card-wrapper
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9998;
	padding: 15px 0px;
	overflow: auto;
}

.ask-card-container
{
	width: 100%;
	height: 100%;
}

.ask-card
{
	font-size: 16px;
	font-family: Arial;
	color: #464646;

	background-color: #FFF;
	width: 500px;
	max-width: calc(100% - 20px);
	margin: 0px auto;
	padding: 15px;
	position: relative;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px #366577;
}

.ask-card.ask-card-top
{
	top: auto;
	transform: none;
}

.ask-card .ask-card-close
{
	cursor: pointer;
	color: #ABABAB;
}

.ask-card .ask-card-close:hover
{
	color: #666;
}

.ask-card .ask-card-opt.ask-card-opt-selected .ask-card-opt-label
{
	max-width: calc(100% - 50px);
}

.ask-card .ask-card-opt.ask-card-opt-selected
{
	background-image: url(https://247scouting.com/images/checkmarksm.png);
	background-repeat: no-repeat;
	background-position: 17px center;
	background-size: auto 16px;

	position: relative;
}

.ask-card .ask-card-opt.ask-card-opt-selected > .ask-card-continue
{
	display: block ! important;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 100%;
	border-radius: 0px 4px 4px 0px;
	color: #FFF;
	background-color: #195C1D;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.ask-card .ask-card-opt.ask-card-opt-selected > .ask-card-continue:hover
{
	background-color: #27862D ! important;
}

.ask-card .ask-card-opt.ask-card-opt-selected > .ask-card-continue .ask-card-continue-content
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.ask-card .ask-card-opt-btn
{
	cursor: pointer;
	padding: 10px 10px 10px 50px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	font-size: 16px;
	color: #464646;
	margin: 4px 0px;
}

.ask-card .ask-card-opt-btn:hover
{
	background-color: #E6E6E6;
	border: 1px solid #ADADAD ! important;
	color: #333;
}

/*
 * Custom Modal
 */

.modal .modal-dialog > .modal-content
{
	border-radius: 4px;
	font-family: Arial;
}

.modal .modal-dialog > .modal-content > button.close
{
	position: absolute;
	top: 8px;
	right: 8px;
	/* border: 2px solid #333;
	border-radius: 4px; */
	padding: 0px 4px;
	font-size: 18px ! important;
	margin: 0px;
	opacity: 0.7;
}

.modal .modal-dialog > .modal-content > .modal-header
{
	padding: 20px 6px 5px 10px;
	text-align: center;
	border-bottom: none;
}

.modal .modal-dialog > .modal-content > .modal-header > h4
{
	font-size: 20px;
}

.modal .modal-dialog > .modal-content > .modal-footer
{
	border-top: none;
}

@media (max-width: 480px)
{
	.modal .modal-dialog
	{
		margin: 0px;
	}
}

/*
 * Goal Thermometer
 */

.goal-thermometer
{
/*   width: 146px; */
/*   height: 443px; */
  position: relative;
  display: inline-block;
}

.goal-thermometer > img
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.goal-thermometer-fill
{
  position: absolute;
  left: 0px;
  bottom: 5.5%;
  width: 100%;
/*   height: 0%; 0% is min - 88.5% is max */
  background-color: #D20;
}

/*
 * Table Sorter
 */

.tablesorter-up, .tablesorter-down {
	background-position: right center;
	background-repeat: no-repeat;
}

.tablesorter-up {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.tablesorter-down {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

/*
 * Markdown Styling
 */

.markdown-display {
	white-space: normal;
	line-height: 1.5em;
}

.markdown-display > *:first-child {
  margin-top: 0 !important;
}

.markdown-display h1, .markdown-display h2, .markdown-display h3, .markdown-display h4, .markdown-display h5 {
	font-weight: bold;
	margin-top: 30px;
}

.markdown-display h1, .markdown-display h2, .markdown-display h3 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
}

.markdown-display p {
	margin: 0 0 15px;
}

/*
 * reCAPTCHA Badge
 */

.recaptcha-badge {
  position: relative;
  width: 245px;
  height: 50px;
  background: #4A90E2;
  box-shadow: 0px 0px 3px #CCC;
	display: inline-block;
	vertical-align: middle;
}

.recaptcha-badge .recaptcha-badge-left {
  float: left;
  width: 70px;
  height: 100%;
  background-image: url('https://scoutingevent.com/images/recaptcha-logo.png');
  background-size: 2.5vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFF;
}

.recaptcha-badge .recaptcha-badge-left > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 500px;
  top: 500px;
}

.recaptcha-badge .recaptcha-badge-right {
  display: inline-block;
  width: calc(100% - 40px);
  background: #4A90E2;
  color: #FFF;
}

.recaptcha-badge .recaptcha-badge-links > a {
  color: #FFF;
}

.recaptcha-badge .recaptcha-badge-right {
  float: right;
  width: calc(100% - 70px);
  font-size: 12px;
  height: 100%;
  text-align: left;
  padding: 7px 10px;
}


/*
 * Policy
 */

.policyTitle {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}


/*
 * Other
 */

.textBlackImp {
	color: #000000 !important;
}

.padTableCell8 td {
	padding: 4px 8px;
}

select.plain {
	background: none;
	border: 0;
	outline: 0;
}

.grecaptcha-badge {
	display: none;
}

.autoDatepicker, .autoDateTimepicker {
	text-align: center;
}

.form-horizontal .input-label {
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #252525;
}

.rightSeparatorBorder {
	border-right: 1px solid rgba(255,255,255,.2);
}

.appearTextField {
	appearance: textfield;
}

.notification a, .notification a:hover
{
	color: #5FC5F9 ! important;
}

/* Make elements with an onclick attribute use cursor: pointer. */
[onclick] { cursor: pointer; }

[data-select-image]
{
	display: inline-block;
	overflow: visible;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 27px;
	height: 27px;
	background-color: #FFF;
	border-radius: 4px;
	border: 3px solid #FFF;
	box-shadow: 0px 0px 4px 0px #8396a5;
	margin-right: 2px;
}

[data-select-image] > div
{
	position: absolute;
	width: 27px;
	height: 29px;
	overflow: visible;
}

[data-select-image] > div > select
{
	display: none;
	position: relative;
	left: -3px;
	top: 29px;
}

[data-select-image]:hover > div > select
{
	display: block;
}

/*
 * Basic Classes
 */

.ajax-prefilter { display: none; }

.opacity5 { opacity: .5; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.pad-left { padding-left: 15px; }
.pad-right { padding-right: 15px; }
.pad-top { padding-top: 15px; }
.pad-bottom { padding-bottom: 15px; }
.pad-left-sm { padding-left: 5px; }
.pad-right-sm { padding-right: 5px; }
.pad-top-sm { padding-top: 5px !important; }
.pad-bottom-sm { padding-bottom: 5px !important; }
.margin-left { margin-left: 15px; }
.margin-right { margin-right: 15px; }
.margin-top { margin-top: 15px; }
.margin-bottom { margin-bottom: 15px; }
.margin-left-sm { margin-left: 5px; }
.margin-right-sm { margin-right: 5px; }
.margin-top-sm { margin-top: 5px; }
.margin-bottom-sm { margin-bottom: 5px; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.bold { font-weight: bold; }
.text-10 { font-size: 10px; }
.text-12 { font-size: 12px; }
.text-14 { font-size: 14px; }
.pointer { cursor: pointer; }
.bg-grey { background-color: #EFEFEF; }
.box-danger {
			color: #a94442;
		    background-color: #f2dede;
		    border-color: #ebccd1;
		    font-weight: bold;
		    text-align:center;
		    padding: 10px 15px;
		    border-bottom: 1px solid transparent;
		    border-top-left-radius: 3px;
		    border-top-right-radius: 3px;
		    }
/*
 * Other
 */

.confirm-nbr
{
	font-family: Georgia, Arial;
}

.ses-admin-ctl
{
	line-height: 32px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

.ses-admin-ctl > *
{
	display: inline-block;
	margin: 0px 4px;
}

form.search
{
	width: 300px;
}

form.search .searchTerm
{
	font-size: 10px;
	color: #252525;

	width: calc(100% - 65px);
	padding: 2px 4px;

	outline: none;
	border: 1px solid #999;

	margin-right: -4px;
}

form.search .submit
{
	height: 20px;
	width: 65px;
	padding-right: 6px;

	text-align: right;
	font-size: 11px;
	color: #333;

	border: 1px solid #999;
	border-left: none;
	outline: 0px;
	background: none;
	background-image: url('/images/searchsm.png');
	background-color: #EFEFEF;
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 12px;
}

form.search .submit:hover
{
	background-color: rgba(170, 204, 221, .2);
}

.icon-dim
{
	color: #FFFFFF30;
}

.icon-dim.icon-dim-selected
{
	color: #34C223FF ! important;
}

.minusPad{ 	padding: 0px 0px; }
.marginAuto { margin: auto; }
.margin0 {	margin: 0; }
.margin1 {	margin:1px; }
.margin2 {	margin:2px; }
.margin10 {	margin:10px; }
.margin15 {	margin:15px; }
.margin15Important {	margin:15px!important; }
.margin25 {	margin:25px; }
.marginTop-2 { margin-top: -2px; }
.marginTop-4 { margin-top: -4px; }
.marginTop-10 { margin-top: -10px; }
.marginTop-15 { margin-top: -15px; }
.marginTop-20 { margin-top: -20px; }
.marginTop2 { margin-top: 2px; }
.marginTop4 { margin-top: 4px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginBottom2 { margin-bottom: 2px; }
.marginBottom4 { margin-bottom: 4px; }
.marginBottom10 { margin-bottom: 10px; }
.marginBottom15 { margin-bottom: 15px; }
.marginBottom30 { margin-bottom: 30px; }
.marginLeft2 { margin-left: 2px; }
.marginLeft3 { margin-left: 3px; }
.marginLeft4 { margin-left: 4px; }
.marginLeft5 { margin-left: 5px; }
.marginLeft10 { margin-left: 10px; }
.marginLeft15 { margin-left: 15px; }
.marginRight2 { margin-right: 2px ! important; }
.marginRight3 { margin-right: 3px ! important; }
.marginRight4 { margin-right: 4px ! important; }
.marginRight5 { margin-right: 5px ! important; }
.marginRight10 { margin-right: 10px; }
.marginRight15 { margin-right: 15px; }
.marginRight60 { margin-right: 60px !important; }
.marginHorizontal25 { margin-left: 25px;  margin-right: 25px; }
.textFixedWidth { font-family: Courier, monospace!important; }
.width10  { width: 10px; }
.width20  { width: 20px; }
.width35  { width: 35px; }
.width40  { width: 40px; }
.width45  { width: 45px; }
.width50  { width: 50px; }
.width60  { width: 60px; }
.width65  { width: 65px; }
.width100  { width: 100px; }
.width110 { width: 110px; }
.width120 { width: 120px; }
.width150 { width: 150px; }
.width180 { width: 180px; }
.width200 { width: 200px; }
.widthPct50 { width: 50%; }
.widthPct100 { width: 100%; }
.text8  {font-size: 8px ! important;}   .text8 td {font-size: 8px ! important;} td.text8{font-size: 8px ! important;}
.text10 {font-size: 10px ! important;} .text10 td {font-size: 10px ! important;} td.text10 {font-size: 10px ! important;}
.text11 {font-size: 11px ! important;} .text11 td {font-size: 11px ! important;} td.text11 {font-size: 11px ! important;}
.text12 {font-size: 12px ! important;} .text12 td {font-size: 12px ! important;} td.text12 {font-size: 12px ! important;}
.text14 {font-size: 14px ! important;} .text14 td {font-size: 14px ! important;} td.text14 {font-size: 14px ! important;}
.text16 {font-size: 16px ! important;} .text16 td {font-size: 16px ! important;} td.text16 {font-size: 16px ! important;}
.text18 {font-size: 18px ! important;} .text18 td {font-size: 18px ! important;} td.text18 {font-size: 18px ! important;}
.text20 {font-size: 20px ! important;} .text20 td {font-size: 20px ! important;} td.text20 {font-size: 20px ! important;}
.text22 {font-size: 22px ! important;} .text22 td {font-size: 22px ! important;} td.text22 {font-size: 22px ! important;}
.text28 {font-size: 28px ! important;} .text28 td {font-size: 28px ! important;} td.text28 {font-size: 28px ! important;}
.text36 {font-size: 36px ! important;} .text36 td {font-size: 36px ! important;} td.text36 {font-size: 36px ! important;}

.pad2 { padding: 2px; }
.pad4 { padding: 4px; }
.pad6 { padding: 6px; }
.pad8 { padding: 8px; }
.pad10 { padding: 10px; }

.pad0T { padding-top: 0px; }
.pad3T { padding-top: 3px; }
.pad10T { padding-top: 10px; }
.pad15T { padding-top: 15px ! important; }

.pad0R { padding-right: 0px; }
.pad3R { padding-right: 3px; }
.pad5R { padding-right: 5px; }
.pad4R { padding-right: 4px; }
.pad6R { padding-right: 6px; }
.pad10R { padding-right: 10px; }
.pad15R { padding-right: 15px; }
.pad20R { padding-right: 20px; }

.pad0B { padding-bottom: 0px; }
.pad3B { padding-bottom: 3px; }
.pad10B { padding-bottom: 10px; }

.pad0LR { padding-left: 0px; padding-right: 0px;}
.pad0L { padding-left: 0px; }
.pad3L { padding-left: 3px; }
.pad5L { padding-left: 5px; }
.pad6L { padding-left: 6px; }
.pad10L { padding-left: 10px; }
.pad15L { padding-left: 15px; }
.pad17L { padding-left: 17px; }
.pad25L { padding-left: 25px; }

.height42{ height: 42px; }

.lineHeight15
{
	line-height: 1.5em;
}

.lineHeight30
{
	line-height: 30px;
}


.noWrap { white-space: nowrap; }

.textDecorNone { text-decoration: none ! important; }
.textDecorUnder { text-decoration: underline; }
.textBold {	font-weight: bold; }
.textNormal {	font-weight: normal; }
.textItalic {	font-style:italic; }

.outlineAuto { outline: auto; }
.outlineBSARed         { border-width: 3px;	border-style: solid; border-color: #DE3163; }
.outlineBSARedDark     { border-width: 3px;	border-style: solid; border-color: #990000; }
.outlineBSABlue        { border-width: 3px;	border-style: solid; border-color: #6495ED !important; }
.outlineBSABlueDark    { border-width: 3px;	border-style: solid; border-color: #003366 !important; }
.outlineBSABlueLight   { border-width: 3px;	border-style: solid; border-color: #9AB3D5 !important; }
.outlineBSAYellow      { border-width: 3px;	border-style: solid; border-color: #FFBF00 !important;  }
.outlineBSAYellowDark  { border-width: 3px;	border-style: solid; border-color: #FFCC00 !important;  }
.outlineBSAYellowLight { border-width: 3px;	border-style: solid; border-color: #FFCC66 !important;  }
.outlineBSAGold        { border-width: 3px;	border-style: solid; border-color: #CC9900; }
.outlineBSAGoldDark    { border-width: 3px;	border-style: solid; border-color: #996600 !important; }
.outlineOrange         { border-width: 3px;	border-style: solid; border-color: #FF7F50 !important; }
.outlineGreen          { border-width: 3px;	border-style: solid; border-color: #1E8449 !important; }
.outlinePurpleLight    { border-width: 3px;	border-style: solid; border-color: #CCCCFF !important; }
.outlineTeal           { border-width: 3px;	border-style: solid; border-color: #9FE2BF !important; }
.outlineAqua           { border-width: 3px;	border-style: solid; border-color: #40E0D0 !important; }

.BSAHeading { /* heading is from myScouting.org */
    -moz-border-radius: 0px 0px 0px 0px!important;
    -webkit-border-radius: 0px 0px 0px 0px!important;
    -khtml-border-radius: 0px 0px 0px 0px!important;
    border-radius: 0px 0px 0px 0px!important;
    border-bottom: none;
    border-top: none;
    background: #365383 none !important;
}
.floatLeft { float: left; }
.floatRight { float: right; }

.textDarkRed { 	color: #A00!important; }
.textGreen { color: #1E8449; }
.textWhite { color: #ffffff; }
.textBlack { color: #000000; }
.textClear { color: rgba(255, 255, 255, 0.0); }
.textPast { color: #db6e09; }

.textBSABlue { 	color: #003F87 !important; }
.textBSABlueDark { color: #003366 !important; }
.textBSABlueLight { color: #9AB3D5 !important; }

.textBSARed { 	color: #CE1126 !important; }
.textCancelRed { color: #f16c59 !important }
.textBSARedDark { color: #990000 !important; }
.textBSAYellow { color: #FCD116 !important;  }
.textBSAYellowDark { color: #FFCC00 !important;  }
.textBSAYellowLight { color: #FFCC66 !important;  }

.textBSAGold { color: #CC9900; }
.textBSAGoldDark { color: #996600 !important; }

.textBSABrown { color: #996633; }
.textBSABrownDark { color: #330000; }
.textBSABrownLight { color: #b39475; }
.textBSAGreen { color: #006B3F; }
.textPast {color: #db6e09; }
.textLight { color: #666; }

.textGray { color: #333; }
.textGray444 { color: #444; }
.textRating1 { color: #513f08; }
.textRating2 { color: #7a5e0c; }
.textRating3 { color: #a37e10; }
.textRating4 { color: #e6ac00; }
.textRating5 { color: #ffc61a; }

.textDraft { color: #735215; }
.backgroundGray { background-color: #F8F9F9!important; }
.backgroundGrayDarker { background-color: #2A2A2A!important; }
.backgroundGrayDark { background-color: #dfdfdf!important; }
.backgroundYellow { background-color: #fafaec!important; } /* jlm 2020-10-23 changed from ffff00 */
.backgroundBSABlue { background-color: #003F87!important; }
.backgroundBSARed { background-color: #CE1126!important; }
.backgroundBSARedDark { background-color: #990000!important; }
.backgroundGreen { background-color: #1E8449!important; }
.backgroundGreenLight { background-color: #e9f3e4!important; }
.backgroundGold { background-color: #eca80f!important;}
.backgroundWhite { 	background-color: #ffffff; }
.backgroundBlue { 	background-color: #003F87; }
.backgroundRedLight {background-color: #dfd1cf!important; }
.backgroundGreenHighlight { background-color: #d0f0c0; } /* jlm 2020-10-23 changed from #b7ff00 */
.backgroundBlueLight { background-color: #e0eaf1!important; }
.backgroundPast { background-color: #ebeae9! important; } /*  #f9ebdf!important } /*  #f1f1ee  #fbf4f3!important; } /* jlm 2021-10-15 switched out for a lighter color #dfd1cf!important; } */
.backgroundDeposit  { background-color: #f6f7ea!important; } /*  #f6f7ea!important } /* jlm 2021-10-15 changed to lighter color  #f2f3c9!important; } */
.backgroundDraft  { background-color: #f2fbf2!important } /* switchwd out for lighter color #d6ffd6!important; } */
.backgroundCancel { background-color: #fbf4f3!important } /*  #f1f1ee  #fbf4f3!important; } /* jlm 2021-10-15 switched out for a lighter color #dfd1cf!important; } */

.borderBSARed { 	border-color: #CE1126; }
.borderBSABlue { 	border-color: #003F87; }
.placeholderHighlight, .placeholderHighlightItem
{
	border: 1px solid #25505F;
}
.placeholderHighlight
{
	background-color: #A6D5DF;
}
.whiteBackground{
	background-color: #ebf3fb;
	padding-top:1px;
}
.inactiveColor { color: #CE1126; }
.activeColor { color: #1E8449; }

.borderBSABlue
{
	border: 1px solid #003F87;
	border-collapse: separate;

}
.borderBSARed
{
	border: 1px solid #CE1126;
	border-collapse: separate;

}
.borderBSAGreen
{
	border: 1px solid #1E8449;
	border-collapse: separate;
}
.borderRadius5
{
	border-radius: 5px;
}
.borderGray
{
	border: 1px solid #f1f1f0;
	border-collapse: separate;
}

.borderGrayDark
{
	border: 1px solid #CCC;
	border-collapse: separate;
}

.displayNone {
    display:none;
}
.visibleNone {
	visibility: hidden;
}
.displayInline {
    display:inline;
}
.displayInlineBlock {
    display:inline-block;
}

.displayInlineFlex {
    display:inline-flex;
}

.displayBlock
{
	display:block;
}

.textLeft { text-align: left; }
.textRight {text-align: right;}
.textCenter {text-align: center;}

.textTop { vertical-align: top; }
.textMiddle { vertical-align: middle ! important; }
.textBottom { vertical-align: bottom ! important; }

.form-control { max-width: 100%;}
.form-control-static {	max-width: 100%;}
.form-control.formControlInline {	display:inline; }
.form-control.fcXSmall { max-width: 50%;}


.ui-widget-overlay
{
	position: fixed ! important;
}

label.normal
{
	font-weight: normal;
}

label input
{
	margin-top: -1px ! important;
	vertical-align: middle ! important;
}

/* FLIP IMAGES */

.vertical-flip
{
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);

	filter: FlipY;
	-ms-filter: 'FlipY';
}

.horizontal-flip
{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);

	filter: FlipH;
	-ms-filter: 'FlipH';
}

/* START: ALERT AND CONFIRM BOXES */

.alert-wrapper, .alert-wrapper *, .confirm-wrapper, .confirm-wrapper *
{
	outline: 0px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.alert-wrapper .alertBox .titleBox, .alert-wrapper .alertBox button.buttonBox, .confirm-wrapper .alertBox .titleBox, .confirm-wrapper .alertBox button.buttonBox, button.buttonBox
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.alert-wrapper .alertBox .resizeBox, .confirm-wrapper .alertBox .resizeBox
{
	cursor: se-resize;

	width: 4px;
	height: 4px;

	position: absolute;
	right: 0px;
	bottom: 0px;

	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid transparent;
	border-top: 3px solid transparent;
}

.alert-wrapper, .confirm-wrapper
{
	display: none;

	position: fixed;
	left: 0px;
	top: 0px;

	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;

	background-color: rgba(0, 0, 0, .4);
	z-index: 9998;
}

.alert-wrapper .alertBox, .confirm-wrapper .alertBox
{
	display: block;
	overflow: hidden;

	font-size: 12px;
	cursor: default;

	width: 366px;
	height: 186px;

	position: fixed;
	left: calc(50% - (366px / 2));
	top: calc(50% - (186px / 2));

	background-color: #FFF;
	border: 2px solid #3B688A;
	border-radius: 6px 6px 0px 0px;

	z-index: 9999;
}

.alert-wrapper .alertBox .titleBox, .confirm-wrapper .alertBox .titleBox
{
	display: block;

	padding: 3px;

	text-align: center;
	font-weight: bold;
	font-family: Georgia;

	color: #FFF;
	background-color: #304058;
	border-bottom: 2px solid #304058;
	border-radius: 3px 3px 0px 0px;

	background-color: #3B688A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3B688A), to(#304058));
	background-image: -webkit-linear-gradient(top, #3B688A, #304058);
	background-image: -moz-linear-gradient(top, #3B688A, #304058);
	background-image: -ms-linear-gradient(top, #3B688A, #304058);
	background-image: -o-linear-gradient(top, #3B688A, #304058);
	background-image: linear-gradient(to bottom, #3B688A, #304058);

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #3B688A, endColorstr = #304058);
}


.alert-wrapper .alertBox .titleBox:hover, .confirm-wrapper .alertBox .titleBox:hover
{
	cursor: move;
}

.alert-wrapper .alertBox .messageBox, .confirm-wrapper .alertBox .messageBox
{
	display: block;

	margin: 4px;
	height: calc(100% - 57px);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

	overflow: auto;
	white-space: pre-wrap;
}

.alert-wrapper .alertBox button.buttonBox, .confirm-wrapper .alertBox button.buttonBox, button.buttonBox
{
	display: block;
	cursor: pointer;

	height: 20px;
	min-width: 80px;

	float: right;
	margin: 0px 4px 0px 0px;

	background: none;
	border: none;

	color: #FFF;
	font-weight: bold;

	background-color: #3B688A;
    background: -moz-linear-gradient(top, #3B688A 0%, #304058 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B688A), color-stop(100%,#304058 ));
    background: -webkit-linear-gradient(top, #3B688A 0%,#304058 100%);

	border: 1px solid #304058;
	border-radius: 2px;
}

.alert-wrapper .alertBox button.buttonBox:hover, .confirm-wrapper .alertBox button.buttonBox:hover, button.buttonBox:hover
{
    background: -moz-linear-gradient(top, #304058 0%, #3B688A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#304058), color-stop(100%,#3B688A ));
    background: -webkit-linear-gradient(top, #304058 0%,#3B688A 100%);
}

.alert-wrapper .alertBox button.buttonBox:active, .confirm-wrapper .alertBox button.buttonBox:active, button.buttonBox:active
{
	background-color: #304058;
}

.borderRight {
	border-right: 1px solid #ccc;
}
.borderLeft {
	border-left: 1px solid #ccc;
}
.borderBottom {
	border-bottom: 1px solid #ccc;
}
.borderBottomBlue
{
	border-bottom: 1px solid #003F87;
}

.borderTop {
	border-top: 1px solid #ccc;
}
/* END: ALERT AND CONFIRM BOXES */

/* Pointed Div Left */
.divpnt-left
{
  display: inline-block;
  height: 28px;
  padding: 2px 4px;
  margin-left: 24px;
  position: relative;
  background-color: rgba(90, 0, 0, 1);
  font-size: 10px;
  color: #FFF;
  text-align: center;
  font-family: Arial;
}

.divpnt-left:before, .divpnt-left:after
{
  content: '';
  position: absolute;
  left: -12px;
  width: 12px;
  height: 50%;
}

.divpnt-left:before
{
  top: 0px;
  background: linear-gradient(to top left, rgba(90, 0, 0, 1) 50%, transparent 51%);
}

.divpnt-left:after
{
  bottom: 0px;
  background: linear-gradient(to bottom left, rgba(90, 0, 0, 1) 50%, transparent 51%);
}

/* Pointed Div Right */
.divpnt-right
{
  display: inline-block;
  height: 28px;
  padding: 2px 4px;
  margin-right: 12px;
  position: relative;
  background-color: rgba(90, 0, 0, 1);
  font-size: 10px;
  color: #FFF;
  text-align: center;
  font-family: Arial;
}

.divpnt-right:before, .divpnt-right:after
{
  content: '';
  position: absolute;
  left: 100%;
  width: 12px;
  height: 50%;
}

.divpnt-right:before
{
  top: 0px;
  background: linear-gradient(to top right, rgba(90, 0, 0, 1) 50%, transparent 51%);
}

.divpnt-right:after
{
  bottom: 0px;
  background: linear-gradient(to bottom right, rgba(90, 0, 0, 1) 50%, transparent 51%);
}

/* Close Button for Modals */
.closeBtnBox
{
	position: absolute;
	right: 5px;
	top: 4px;
	line-height: 16px;
	text-align: center;
	color: #324862;
	font-size: 8px;
	display: block;
	background: #000;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	margin: 0;
	background: radial-gradient(circle at 30% 20%, #FFF, #555);
	cursor: pointer;
}

.closeBtnBox:after
{
	content: '';
	font-weight: bold;
	font-size: 8px;
	font-family: Courier New, monospace;
}

.closeBtnBox:hover
{
	background: radial-gradient(circle at 25% 25%, #FFF, #888);
}

.bpseditor
{
	white-space: pre;

	font-size: 10px;
	font-family: Courier New, monospace;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

.noselect
{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}

/*
 * Done Buttons
 */

.btnBlue
{
	cursor: pointer;
	outline: none;
	margin: 0px 2px;
	padding: 0px 8px;
	font-size: 10px;
	line-height: 13px;
	height: 18px;
	background: #003F87;
	border-radius: 4px;
	border: 1px solid #1E2D58;
	color: #FFF ! important;
	font-weight: bold;
}

.btnBlue:hover
{
	background-color: #1E2D58;
}

.btnBlueLarge
{
	cursor: pointer;
	outline: none;
	font-size: 18px;
	line-height: 13px;
	background: #003F87;
	border-radius: 100%;
	border: 1px solid #1E2D58;
	color: #FFF ! important;
	font-weight: bold;
	padding: 10px 30px;
}

.btnRed
{
	cursor: pointer;
	outline: none;
	margin: 0px 2px;
	padding: 0px 8px;
	font-size: 10px;
	line-height: 13px;
	height: 18px;
	background: #880101;
	border-radius: 4px;
	border: 1px solid #690000;
	color: #FFF ! important;
	font-weight: bold;
}

.btnRed:hover
{
	background-color: #690000;
}

.btnRedLarge
{
	cursor: pointer;
	outline: none;
	font-size: 18px;
	line-height: 13px;
	background: #880101;
	border-radius: 100%;
	border: 1px solid #690000;
	color: #FFF ! important;
	font-weight: bold;
	padding: 10px 30px;
}

.btnGreen
{
	cursor: pointer;
	outline: none;
	margin: 0px 2px;
	padding: 0px 8px;
	font-size: 10px;
	line-height: 13px;
	height: 18px;
	background: #819e43;
	border-radius: 4px;
	border: 1px solid #445420;
	color: #FFF ! important;
	font-weight: bold;
}

.btnGreen:hover
{
	background-color: #445420;
}

.btnGreenLarge
{
	cursor: pointer;
	outline: none;
	font-size: 18px;
	line-height: 13px;
	background: #819e43;
	border-radius: 100%;
	border: 1px solid #445420;
	color: #FFF ! important;
	font-weight: bold;
	padding: 10px 30px;
}

/*
 * Basic Floats
 */

.left
{
	float: left;
}

.right
{
	float: right;
}

/*
 * Add New (+ Button)
 */

.addNewPlus
{
	float: left;
	color: #003F87;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}

.addNewPlus p
{
	float: left;
	color: #0A0;
}

#navbarCollapseHeader li a
{
	background: none ! important;
}

#navbarCollapseHeader li a img
{
	opacity: .7;
}

#navbarCollapseHeader li.active a img, #navbarCollapseHeader li a:hover img
{
	opacity: 1;
}

/*
 * Action Menu
 */

.actionMenu
{
	position: relative;
	display: inline-block;
}

.actionMenu > .actionMenuOverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	cursor: default;
	z-index: 10;
}

.actionMenu > .actionMenuOptions
{
  position: absolute;
  top: calc(100% + 4px);
	z-index: 11;
	padding: 0px;
	border: 0px;
	white-space: nowrap;
}

.actionMenu > .actionMenuOptions > .list-group-item
{
	color: #252525;
}

.actionMenu > .actionMenuOptions > .list-group-item > .actionMenuIcon
{
	display: inline-block;
	width: 26px;
	text-align: center;
}


/*
 * Reporting
 */

#reportContainerFull
{
	font-size: 12px;
	line-height: 18px;
}

#reportContainerFull  .right-element h1
{
	font-size: 18px;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	color: #003F87;
}

.questionMarkHelp
{
	float: right;
	margin: -4px 8px 0px 0px;
	font-size: 22px;
}

#reportContainerFull  .right-element h1 img
{
	margin-bottom: -7px;
}

#reportContainerFull a
{
	cursor: pointer;

	color: #104065;
	text-decoration: none;
}


#reportContainerFull  a:hover
{
	color: #003F87;
}

#reportContainerFull td:hover > a > span > span.favorite-hover
{
	display: inline-block ! important;
}

#reportContainerFull  fieldset
{
	border: 1px solid #4E5C52;
	background-color: #f0f0f0;
	padding: 5px;
	margin: 5px;
}

#reportContainerFull  fieldset legend
{
	padding: 0.2em 0.5em;
	width: inherit;
	border: 1px solid #003F87;
	background-color: #E1EAEF;
	color: #000000;
	font-size: 90%;
	text-align: left;
	margin: 0;
}

#reportContainerFull #reportSearchContentDIV  .right-element, #reportContainerFull #favoriteReportsDIV  .right-element
{
	width: 100%;
	vertical-align: bottom;
	background-color: rgba(240, 240, 240, .5);
	margin: 2px 3px 0px 0px;
}

#reportContainerFull #reportSearchContentDIV  .right-element h2, #reportContainerFull #favoriteReportsDIV  .right-element h2
{
	font-size: 16px;
	color: #003F87;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 5px 20px 5px 20px;
	border-bottom: solid 0px #F1F1F0;
	margin: 8px 0px 2px 0px;
}

/*
 * Support Tab
 */

.supportTab
{
	position: fixed;
	left: 100%;
	bottom: 0px;
	height: 500px;
	width: 300px;
	max-height: calc(100% - 10px);
	overflow: visible;
	z-index: 9993;

	font-family: Arial;
	text-align: left;

	background-color: rgba(255, 255, 255, .9);
	border-radius: 10px 0px 0px 0px;
}

.supportTab.tabOpen
{
	left: auto ! important;
	right: 0px ! important;

	box-shadow: 0px 0px 10px #000;
}

.supportTab > div
{
	width: 100%;
	height: calc(100% - 10px);
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}

.supportTab > div > div
{
	padding: 20px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.supportTab > div > div:hover
{
	background-color: rgba(0, 0, 0, .05);
}

.supportTab > div > div .supportTabThumb
{
	float: left;

	width: 100px;
	margin-right: 8px;
}

.supportTab > div > div .supportTabTitle
{
	font-weight: bold;
	font-size: 12px;
	color: #555;
}

.supportTab > div > div .supportTabDesc
{
	font-size: 12px;
	color: #222;
}

.supportTab > .supportTabImg
{
	position: absolute;
	right: 100%;
	bottom: 20px;

	cursor: pointer;
}

/*
 * Text on HR
 */

.strike
{
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span
{
    position: relative;
    display: inline-block;
}

.strike > span:before, .strike > span:after
{
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: rgba(0, 0, 0, .5);
}

.strike > span:before
{
    right: 100%;
    margin-right: 15px;
}

.strike > span:after
{
    left: 100%;
    margin-left: 15px;
}

.questionMarkHelp
{
	float: right;
	margin: -4px 8px 0px 0px;
	font-size: 22px;
}

.inverted
{
	/* filter: invert(100%); */
	-webkit-filter: invert();
	/* Firefox */
	filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='negative'><feColorMatrix values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#negative");
	/* IE 6-7 */
	filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
	/* IE 8 */
	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}

/* Notifications */

div#notification-icon
{
	cursor: pointer;

	width: 50px;
	height: 61px;

	opacity: .8;

	background-image: url('/images/bell.png');
	background-size: 46%;
	background-position: center center;
	background-repeat: no-repeat;
}

div#notification-icon:hover
{
	opacity: 1;
}

div#notification-icon > div.count
{
	display: inline;

	position: absolute;
	left: 50%;
	top: calc(50% - 16px);

	padding: 2px;
	line-height: 11px;
	font-size: 10px;
	font-weight: bold;
	border-radius: 6px;

	background-color: rgba(200, 0, 0, .85);
}

div#notification-icon > div.messages
{
	display: none;

	position: absolute;
    top: 100%;
    left: -200px;
    width: 250px;
    max-height: 250px;
    overflow-y: auto;
}

div#notification-icon > div.messages > div
{
	padding: 10px;
	font-size: 10px;
	font-family: Arial;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

div#notification-icon > div.messages > div.empty
{
	padding: 8px;

	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div#notification-icon > div.messages > div:hover
{
	background-color: rgba(255, 255, 255, .1);
}

ul.bps-dropdown
{
	cursor: pointer;

	position: fixed;
	left: 0px;
	top: 0px;

	margin: 0px;
	padding: 0px;
	list-style-type: none;

	color: #FFF;
	font-size: 10px;
	font-family: Arial;
}

ul.bps-dropdown li
{
	padding: 4px 10px;
}

ul.bps-dropdown li:hover
{
	background-color: rgba(255, 255, 255, .1);
}

td.actionImgTD span
{
	text-align: center;
	border: none;
	cursor: pointer;
	font-size: 12px;
	padding: 0px 4px;
	vertical-align: middle;
}

span.anchor
{
	display: block;
	position: relative;
	top: -62px;
	visibility: hidden;
}

td.tbl-label
{
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}
.wrapper-container
{
	max-width: 970px;
}

footer
{
	color: #000 ! important;
	font-size: 10px;
	line-height: 36px;
	padding: 0px 5px ! important;
}

.footer > img.logo
{
	height: 36px;
}

.footer a
{
	color: #003F87 ! important;
	padding: 0px 6px;
}

.footer a:hover, .footer a:active, footer a:focus
{
	color: #003F87 ! important;
	text-decoration: underline ! important;
	font-weight: normal ! important;
}

.footer > span
{
	white-space: nowrap;
}
.page-content
{
	padding: 20px 15px;
	background-color: #FFF;
}
.error {
  border:2px solid red;
}

.actionItem
{
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 14px;
	float: left;
}

.actionItem span
{
	font-size: 14px;
	color: #366577;
}

.clear { clear: both; }

.basic-title
{
	font-weight: bold;
	font-size: 18px;
	font-family: Arial;
	color: #003F87;
	padding: 4px;
}

.basic-title > span
{
	font-weight: normal;
	color: #CE1126;
}

.ui-datepicker-div { font-size: 14px; }
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

.break-bs-padding
{
	position: relative;
	left: -15px;
	width: calc(100% + 30px);
}

.break-bs-padding-heading
{
	position: relative;
	left: -5px;
	width: calc(100% + 30px);
}


.unit-nbr-response
{
	font-size: 10px;
	font-weight: bold;
	padding-top: 4px;
	color: #900;
}

.fixed-btm
{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 10px;
	background: rgba(0, 0, 0, .7);
	border-top: 2px solid rgba(0, 0, 0, .5);
	z-index: 100;
}

.fixed-btm > div
{
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	padding-right: 6px;
}

.fixed-btm > button, .fixed-btm > input[type = "button"]
{
	margin-left: 6px;
}

.tblPadding tr td, .tblPadding tr th
{
	padding: 2px 4px;
}


input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*start copied from style.css*/
.half-width
{
	width: 50%;
}

.top-margin
{
	margin-top: 20px;
}

.camp-name
{
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.camp-attributes
{
	font-size: 12px;
}

.camp-attributes .camp-attributes-sum table
{
	width: 100%;
}

.camp-attributes .camp-attributes-sum table td.quantity
{
	vertical-align: top;
	text-align: right;
	padding-right: 6px;
	width: 1px;
	white-space: nowrap;
}

.camp-attributes .camp-block-times .panel-body
{
	text-align: center;
	font-weight: bold;
}

.panel-heading-tab > .left
{
	width: 40px;
	margin: -10px 0px -10px -15px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.panel-heading-tab > .right
{
	width: calc(100% - 10px);
	text-align: center;
	margin: -10px -15px -10px 0px;
	background: #FFF;
	padding: 10px 0px 10px 0px;
	border-radius: 2px;
}
.amenities-table th, .amenities-table td
{
	padding: 2px 6px ! important;
	font-size: 14px ! important;
}

.amenities-table .amenities-quantity
{
	float: right;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

.amenities-table .amenities-quantity span
{
	font-size: 10px;
}

.amenities-table .amenities-comment
{
	padding: 0px 0px 4px 10px;
	font-size: 12px;
	color: #666;
}
.monospace
{
	font-family: Courier New, monospace;
}

.hoverDiv {background: inherit; }
.hoverDiv:hover {background: #EAF2FB!important; }
.hoverDiv:hover .row {background: #EAF2FB!important; }

.displayData
{
	clear: both;
	margin-bottom: 10px;
    border: none; /* 1px solid #c2c2c2;
    border-collapse: separate;
    background-color: #f1f1f0;
    border-radius: 5px; */
}

.transparent {
   background-color: transparent;
   background: transparent;
   border-color: transparent;
   color: transparent;
}
.noborder
{
	border: 0px;
	box-shadow: none;
}

.nav-tabs>li>a /* used on event-tab */
{
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
	border-bottom: 2px solid transparent;
}
/*end copied from sytle.css*/

.cookieNotification
{
	position: fixed;
	width: 100%;
	max-height: 100%;
	left: 0px;
	bottom: 0px;
	background-color: rgba(20, 20, 20, 0.8);
	z-index: 999;
	padding: 15px 0px;
}

.cookieNotification .cookieText
{
	color: #FFF;
	font-size: 14px;
	padding-bottom: 15px;
}

.cookieNotification .cookieTextTitle
{
	font-size: 20px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
}

.cookieNotification .cookieAccept
{
	color: #FFF;
	font-size: 12px;
	height: 100%;
	position: relative;
}

.cookieNotification .cookieAccept .btn-success
{
	padding: 6px 12px;
	width: 100%;
	margin-top: 15px;
}

.editBundleTbl td
{
	vertical-align: middle !important;
	padding: 2px !important;
}

.textBSARed[id^="required"]::before {
	content: "\e101";
	padding-right: 4px;
	font-weight: bold;
	font-family: 'Glyphicons Halflings';
	position: relative;
	top: 1px;
}

.flex-vcenter {
	display: flex;
	align-items: center;
}

.menuDivider {
	height: 3px;
	background: #ddd !important;
}

/*
.menuDivider {
	overflow: hidden;
	text-align: center;
}

.menuDivider span {
	display: inline-block;
	position: relative;
	font-size: 14px;
}

.menuDivider span::before, .menuDivider span::after {
content: "";
position: absolute;
height: 10px;
border-bottom: 1px solid black;
top: 0;
width: 600px;
}

.menuDivider span::before {
right: 100%;
margin-right: 15px;
}

.menuDivider span::after {
left: 100%;
margin-left: 15px;
} */

hr.divider {
margin: 0em;
border-width: 2px;
}

.desktop-icon {
	display: inline-block;
	width: 24%;
	text-align: center;
	margin: 10px 0;
	vertical-align: top;
}

.desktop-icon > img {
	max-width: 90%;
	height: 30px;
	display: inline-block;
}

.desktop-icon > span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
}

.background-img {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

/*
 * Modal Floating Footer
 */

 .modal-footer-floating {
	position: fixed;
	top: 0;
	width: calc(100% - 2px);
	background: #FFFFFF;
	z-index: 10;
	display: none;
 }

 body.noBackground {
	background: none !important;
 }

 .genericTable .odd-row
 {
	background-color: #F7F7F7;
 }

 .genericTable th, .genericTable td
 {
	padding: 2px 4px;
	vertical-align: top;
 }

 .full-width
 {
	width: 100%;
 }

 div.overflowList {
	height: 100px;
	width: 100%;
	overflow-y: auto;
	border: 1px solid;
 }
 label.overflowLabel {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
 }

