/*
 * Custom BS
 */

.btn-blue-green
{
	color: #FFF;
	background-color: #528799;
	border-color: #366577;
}

.btn-blue-green:hover
{
	color: #FFF;
	background-color: #406977;
	border-color: #366577;
}

.btn-yellow
{
	color: #FFF;
	background-color: #d5d508;
	border-color: #a5a50a;
}

.btn-yellow:hover
{
	color: #FFF;
	background-color: #a3a306;
	border-color: #a5a50a;
}

.btn-gray
{
	color: #FFF;
	background-color: #91908f;
	border-color: #7d7975;
}

.btn-gray:hover
{
	color: #FFF;
	background-color: #6e6e6d;
	border-color: #7d7975;
}

/*
 * Custom Panels
 */

.panel > .panel-heading
{
	background-position: right center;
	background-repeat: repeat-y;
}

.panel-danger > .panel-heading
{
	background-image: url('https://gvrclubs.com/images/tile-diagonal.png');
}

.panel-warning > .panel-heading
{
	background-image: url('https://gvrclubs.com/images/tile-horizontal.png');
	background-color: #F5F1DB;
}

.panel-info > .panel-heading
{
	background-image: url('https://gvrclubs.com/images/tile-checker.png');
}

.panel-success > .panel-heading
{
	background-image: url('https://gvrclubs.com/images/tile-circle.png');
}

.panel-default > .panel-heading
{
	background-image: url('https://gvrclubs.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://gvrclubs.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: 100%;
	padding: 0px 4px;
	font-size: 18px ! important;
	margin: 0px;
}

.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;
	}
}

@media print {
	.footer { display: none;}
	.printHide { display: none;}
}
/*
 * 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;
}

/*
 * Other
 */

.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;
 }

 .box-warning
  {
	color: #a94442;
	background-color: #fcf8e3;
	border-color: #faebcc;
	font-weight: bold;
	text-align:center;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.box-success
  {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	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; }
.marginTop10I { margin-top: 10px !important; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginTop30 { margin-top: 30px; }
.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 ! important; }
.marginLeft30 { margin-left: 30px; }
.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; }
.marginRight30 { margin-right: 30px; }
.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 !important; }
.width65  { width: 65px; }
.width100  { width: 100px !important; }
.width110 { width: 110px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
.width250 { width: 250px; }
.width300 { width: 300px; }
.widthPct50 { width: 50%; }
.widthPct100 { width: 100% !important; }
.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; }
.pad30T { padding-top: 30px ! important; }

.pad0R { padding-right: 0px; }
.pad3R { padding-right: 3px; }
.pad3R { padding-right: 3px; }
.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; }

.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; }
.height25{ height: 25px; }

.lineHeight15 { 	line-height: 1.5em; }
.lineHeight30 { 	line-height: 30px; }
.lineHeight25 { line-height: 25px; }

.noWrap { white-space: nowrap; }
.wrap { white-space: normal !important; }

.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; }
.outlineBlue-Green     { border-width: 3px;	border-style: solid; border-color: #528799 !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); }

.textBSABlue { 	color: #003F87 !important; }
.textBSABlueDark { color: #003366 !important; }
.textBSABlueLight { color: #337ab7 !important; } /* was #9AB3D5 */

.textBSARed { 	color: #CE1126 !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; }

.textGray { color: #333; }
.textGray444 { color: #444; }
.textRating1 { color: #513f08; }
.textRating2 { color: #7a5e0c; }
.textRating3 { color: #a37e10; }
.textRating4 { color: #e6ac00; }
.textRating5 { color: #ffc61a; }

.backgroundGray { background-color: #F8F9F9!important; }
.backgroundGrayDark { background-color: #dfdfdf!important; }
.backgroundYellow { background-color: #ffffe0!important; } /* jlm 2020-10-23 changed from ffff00 #FAFAD2 */
.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;}
.backgroundGoldLight { background-color: #f0ca70!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; }
.backgroundGreenHeader { background-color: #d4e7c7!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; }
.backgroundCancel td { background-color: #fbf4f3!important; }

.backgroundWarning {background-color: #F5F1DB!important;}
.backgroundWarningDark{background-color: #ebe9da!important; }

.borderBSARed { 	border-color: #CE1126; }
.borderBSABlue { 	border-color: #003F87; }
.verticleLR { writing-mode: vertical-lr; }
.verticleRL { writing-mode: vertical-rl; }

.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;
}

.displayFlex { display:flex!important;}

.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;
}

.wrapper-body
{
	min-height: 300px;
}

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 {
	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;
}

body {
/*	padding-top: 70px; */
}

.container{

	max-width:100% ! important;

}
.boxShadow { box-shadow: 0px 0px 6px #000; }


table.tblgenericNew { background-color: #ffffff; border: 0px;font-family: Verdana, Arial, Helvetica, sans-serif; /* font-size: 12px; */
	font-weight: normal; color: #003F87;}

table.tblgenericNew  tr   { background-color: #ffffff; /* font-size: 12px; */ font-weight: normal; color: #000000;
							}
table.tblgenericNew td {padding:0 2px 0 2px; border-width: 0px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #DCDDDD #DCDDDD #DCDDDD #DCDDDD; }

table.tblgenericNew tr:hover td img{ background-color: #EAF2FB!important;}

table.tblgenericNew tr.even-line td { background-color: #ffffff; /* font-size: 10px; */  font-weight: normal; color: #000000; }
table.tblgenericNew tr.even-line a { background-color: #ffffff; /* font-size: 10px;  */  font-weight: normal; color: #000000; }
table.tblgenericNew tr.even-line a:link {text-decoration: underline; color: #003F87; background-color: #ffffff;}
table.tblgenericNew tr.even-line a:visited {text-decoration: underline; color: #003F87; background-color: #ffffff;}
table.tblgenericNew tr.even-line a:hover {text-decoration: underline; color: #ff0000; background-color: #ffffff;}
table.tblgenericNew tr.even-line a:active {text-decoration: underline;  color: #003F87; background-color: #ffffff;}
table.tblgenericNew tr.odd-line td { background-color: #f2f2f2; /* font-size: 10px;  */ font-weight: normal; color: #000000; }
table.tblgenericNew tr.odd-line a { background-color: #f2f2f2; /* font-size: 10px; */  font-weight: normal; color: #000000; }
table.tblgenericNew tr.odd-line a:link {text-decoration: underline; color: #003F87; background-color: #f2f2f2;}
table.tblgenericNew tr.odd-line a:visited {text-decoration: underline; color: #003F87; background-color: #f2f2f2;}
table.tblgenericNew tr.odd-line a:hover {text-decoration: underline; color: #ff0000; background-color: #f2f2f2;}
table.tblgenericNew tr.odd-line a:active {text-decoration: underline;  color: #003F87; background-color: #f2f2f2;}


.dropdown-menu .divider {
	background-color: #2a5114; /* rgba(255,255,255,.2); */
	color: #2a5114;
	margin: 10px;
}

.eye
{
	float: right;
    margin-top: -24px;
    margin-right: 9px;
    color: #8d8d88;
}

/**************************** CALENDAR  */
.bps-cal .bps-cal-tbl
{
	width: 100%;
	table-layout: fixed;
}

.bps-cal .bps-cal-head
{
	padding: 4px 10px 10px;
}

.bps-cal .bps-cal-day, .bps-cal .bps-cal-head, .bps-cal .bps-cal-weekday
{
	padding: 4px 8px;
	border: 2px solid #CCC;
	position: relative;
}

.bps-cal .bps-cal-weekday
{
	font-weight: bold;
	text-align: center;
	color: #003F87;
	padding: 2px;
}

.bps-cal .bps-cal-day
{
	width: 14.2857142857%;
	vertical-align: top;
}

.bps-cal .bps-cal-head .bps-cal-month
{
	font-weight: bold;
	font-size: 30px;
	font-family: Times, Arial;
	color: #003F87;
	padding-left: 10px;
	display: inline-block;
}

.bps-cal .bps-cal-head .bps-cal-year
{
	font-size: 16px;
	text-align: right;
	padding-right: 12px;
	color: #CE1126;
	margin-top: -6px;
}

.bps-cal .bps-cal-day > div
{
	min-height: 30px;
}

.bps-cal .bps-cal-day .bps-cal-date
{
	width: 22px;
	height: 22px;
	position: absolute;
	right: 4px;
	top: 2px;
	border-radius: 100%;
	right: 1px;
	top: 1px;
	display: inline-block;
}

.bps-cal .bps-cal-day .bps-cal-date.curdate
{
	background-color: #CE1126;
	color: #FFF;
}

.bps-cal .bps-cal-day .bps-cal-date > div
{
	text-align: center;
	line-height: 22px;
}

.bps-cal .bps-cal-day .bps-cal-date.curdate > div
{
	color: #FFF;
}

.bps-cal .bps-cal-day .bps-cal-event-wrapper
{
	margin-top: 20px;
}

.bps-cal-event
{
	margin-top: 4px;
	font-size: 12px;
	padding: 1px 4px;

	white-space: nowrap;
	overflow-x: hidden;
}

.bps-cal-event-title-wrapper
{
	width: calc(100% + 4px);
}

.bps-cal-event-title-wrapper:hover
{
	background-color: rgba(255, 255, 255, .4);
}

.bps-cal-event .bps-cal-event-title
{
	display: inline-block;
	width: 10px;
	overflow: visible;
	color: #000;
}

/*
.bps-cal .bps-cal-day .bps-cal-event-wrapper .bps-cal-event:hover .bps-cal-event-title
{
	background-color: rgba(255, 255, 255, .4);
}
*/

.bps-cal-options-menu
{
	display: none;

	position: absolute;
	left: -2px;
	top: 100%;
	width: 380px;
	max-width: calc(100% + 4px);
	background-color: #FFF;
	z-index: 100;
	border: 2px solid #cccccc;
	font-size: 12px;
	padding: 10px;
	cursor: default;
}

.bps-cal-group
{
	clear: both;
	margin: 4px 0px;
}

.bps-cal-label
{
	float: left;
	width: 100px;
	text-align: right;
	line-height: 30px;
	padding-right: 4px;
}

.bps-cal-label-content
{
	float: left;
	width: calc(100% - 100px);
	min-height: 30px;
	line-height: 30px;
	padding-left: 6px;
}

.bps-cal-label-input
{
	width: 100%;
	padding: 4px 6px;
	min-height: 30px;
	border: 1px solid #CCC;
	color: #353535;
	border-radius: 4px;
	background: transparent;
}


.tightPrint thead > tr > th,
.tightPrint tbody > tr > th,
.tightPrint tfoot > tr > th,
.tightPrint thead > tr > td,
.tightPrint tbody > tr > td,
.tightPrint tfoot > tr > td {
  padding: 3px;
  line-height: 1;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}


#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('/inc/images/ajaxloader.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(/inc/images/ajaxloader.gif) no-repeat center center;
  border: 0px solid #000;
  z-index: 1001;
}
#ajaxBusyModal1 {
  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(/inc/images/ajaxloader.gif) no-repeat center center;
  border: 0px solid #000;
  z-index: 1001;
}
#ajaxBusyModal2 {
  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(/inc/images/ajaxloader.gif) no-repeat center center;
  border: 0px solid #000;
  z-index: 1001;
}

