/* calendar */
table.calendar		{
    border-left:1px solid #999;
    font-size: 10px;
}
tr.calendar-row	{
    height: auto;
}
td.calendar-day	{
    position:relative;
    height: auto;
}
* html div.calendar-day {
}
td.calendar-day:hover	{
    background:#eceff5;
}
td.calendar-day-np	{
    background:#eee;
}
* html div.calendar-day-np {
    height: auto;
}
td.calendar-day-head {
    background:#3F6CFF;
    font-weight:bold;
    color: #fff;
    text-align:center;
    width:20px;
    border-bottom:1px solid #999;
    border-top:1px solid #999;
    border-right:1px solid #999;
}
div.day-number{
    background:#fff;
    color:#0000FF;
    font-weight:bold;
    width:20px;
    text-align:center;
}

div.day-number-event{
    background:#B80000;
    color: #fff;
    font-weight:bold;
    width:20px;
    text-align:center;
}

/* shared */
td.calendar-day, td.calendar-day-np {
    width:20px;
    max-height: 20px;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
}
/* end of calendar stuff */

/* flex */
.my-container{
	display: flex;
	justify-content: space-between;
}

/* displays an image with text center aligned */
.image-text-container {
    display: flex;
    align-items: center;
}
.inside-image {
    max-width: 125px; /* Adjust as necessary */
    height: auto;
}
.text-maroon {
    color: #800000;
}

.inside-text-info {
    margin-left: 20px;
    color: #000000;
}

ul {
    margin: 0px;
    padding: 0px;
    line-height: 2;
}

/* standard classes */
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size24 { font-size: 24px; }
.size28 { font-size: 28px; }
.size36 { font-size: 36px; }

.no_link {text-decoration: none;}
.bold {font-weight: bold; }

.img_btn { cursor: pointer; }
.img_left {float: left;}
.img_right {float: right;}

.cal_btn {
	width: 46px;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif ;
	border: none;
	display: inline-block;
	padding: 4px 8px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

.cal_add_btn {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif ;
	border: none;
	display: inline-block;
	padding: 4px 8px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

/* my w3 button with less padding */
.download-button
{
	border: 2px solid #000000;
	display: inline-block;
	padding: 8px 8px 8px 8px;
	vertical-align: top;
	overflow: hidden;
	text-decoration: none;
	color: #ffffff;
	background-color: #ff0000;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

.my-button1
{
	border: none;
	display: inline-block;
	padding: 12px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}
.my-button2
{
	border: none;
	display: inline-block;
	padding: 10px 14px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}
.my-button3
{
	font-size: 11px;
	border: none;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}
.my-button1:hover .my-button2:hover .my-button3:hover {
	background-color: #cccccc;
	color: #00274E;
	border: 1px solid #1256A4;
	text-align: center;
	text-decoration: none;
}


/* drag and drop list styles */
#section-list { list-style-type: none; margin: 0; padding: 0; } 
#section-list li {padding: 2px 2px 2px 2px;background-color: #FFFFCC;border: 1px solid #3CA18E;float: left;width: 250px;height: 30px;margin: 2px 2px 2px 2px;}
#section-list .handle { float: left; margin-right: 10px; cursor: move; } 
/* --------------------------------------------------------------------- */

/* Go To Top button position control  */
#scroll-top-btn {
	display: none;
	position: fixed;
	bottom: 30px;
	left: 10px;
	z-index: 99;
  }

  #scroll-top-btn:hover {
	background-color: #fd7c57;
  }
  /* --------------------------------------------------------------------- */

  /* Emailtip CSS */
.emailtip_head {
	background-color: #4e8adc;
	font-size:12px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	padding:1px;
	border: 1px solid #4e8adc;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.emailtip_body {
	width: 650px;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	border-left: 1px solid #4e8adc;
	border-right: 1px solid #4e8adc;
	border-bottom: 1px solid #4e8adc;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
/* --------------------------------------------------------------------- */

  /* Tooltip CSS */

.tooltip_head {
	background-color: #4e8adc;
	font-size:12px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	padding:1px;
	border: 1px solid #4e8adc;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.tooltip_body {
	width: 350px;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	border-left: 1px solid #4e8adc;
	border-right: 1px solid #4e8adc;
	border-bottom: 1px solid #4e8adc;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

.user_tooltip_head {
	background-color: #008F21;
	font-size:12px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	padding:1px;
	border: 1px solid #008F21;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.user_tooltip_body {
	width: 450px;
	background-color: white;
    line-height:11px;
	border-left: 1px solid #008F21;
	border-right: 1px solid #008F21;
	border-bottom: 1px solid #008F21;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

.calnote_head {
	background-color: #6a5acd;
	font-size:12px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	padding:1px;
	border: 1px solid #6a5acd;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.calnote_body {
	max-width: 300px;
    min-width: 125px;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	border-left: 1px solid #6a5acd;
	border-right: 1px solid #6a5acd;
	border-bottom: 1px solid #6a5acd;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
/* --------------------------------------------------------------------- */

/* pagination */
.pag_input {
	font-size:11px;
	color: blue;
	width: 25px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
}
.pag_align { vertical-align: middle; }
/* --------------------------------------------------------------------- */

/* JQuery Alerts CSS */
#popup_container {
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #00C;
	color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background-color: #fc601d;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {background-image: url(images/info.gif);}
#popup_content.confirm {background-image: url(images/important.gif);}
#popup_content.prompt {background-image: url(images/help.gif);}
#popup_message {padding-left: 48px;}
#popup_panel {text-align: center;	margin: 1em 0em 0em 1em;}
#popup_prompt {	margin: .5em 0em;}
/* --------------------------------------------------------------------- */

