/* 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 */

/* W3 Blue Theme */
.w3-theme-l5 {color:#000 !important; background-color:#f0f9ff !important}
.w3-theme-l4 {color:#000 !important; background-color:#ccebff !important}
.w3-theme-l3 {color:#000 !important; background-color:#99d6ff !important}
.w3-theme-l2 {color:#000 !important; background-color:#66c2ff !important}
.w3-theme-l1 {color:#fff !important; background-color:#33adff !important}
.w3-theme-d1 {color:#fff !important; background-color:#008ae6 !important}
.w3-theme-d2 {color:#fff !important; background-color:#007acc !important}
.w3-theme-d3 {color:#fff !important; background-color:#006bb3 !important}
.w3-theme-d4 {color:#fff !important; background-color:#005c99 !important}
.w3-theme-d5 {color:#fff !important; background-color:#004d80 !important}

.w3-theme-light {color:#000 !important; background-color:#f0f9ff !important}
.w3-theme-dark {color:#fff !important; background-color:#004d80 !important}
.w3-theme-action {color:#fff !important; background-color:#004d80 !important}

.w3-theme {color:#fff !important; background-color:#0099ff !important}
.w3-text-theme {color:#0099ff !important}
.w3-border-theme {border-color:#0099ff !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#0099ff !important}
.w3-hover-text-theme:hover {color:#0099ff !important}
.w3-hover-border-theme:hover {border-color:#0099ff !important}

/* --------------------------------------------------------------------- */

/* Standard classes */
.bluetxt {color: #0000ff;}
.redtxt {color: #ff0000;}
.whitetxt {color: #ffffff;}
.blacktxt {color: #000000;}
.maroontxt {color: #800000;}
.navytxt {color: #1F1FAB;}
.greentxt {color: #008000;}
.greytxt {color: #737373;}
.orangetxt {color: #06711c;}
.boldtxt { font-weight: bold; }
.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; }
.link { text-decoration: underline; } 
.nolink { text-decoration: none; } 
.center { text-align: center;}
.left { text-align: left;}
.right { text-align: right;}
.just { text-align: justify;}
.table_background{background-color: #a6afdb;}
.login_bg {background-color: #0000ff;}
.menu_bg { background-color: #4f69ff;}
/* ================================== */

/* Dashboard sections */
.appt_backgrd{background-color: #deca6b;}
.anni_backgrd{background-color: #aed2c5;}
.birth_backgrd{background-color: #caabd6;}
/* ================================== */

/* button styling */
.btn_style {
	background-color: #0099ff;
	color: #ffffff;
	padding: 2px 8px 2px 8px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #0e01fe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.btn_style:hover {
	background-color: #2b54f9;
	color: #ffffff;
	text-align: center;
}

.btn_login {
	background-color: #3366FF;
	color: white;
	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	text-align: center;
	border: 1px solid transparent;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;	
}

.btn_login:hover {
	background-color: #cccccc;
	color: #3366FF;
	border: 1px solid #3366FF;
	text-align: center;
	text-decoration: none;
}

.footer_top {	border-top: 1px solid blue; padding: 2px;}	

.proj_note_head {
	background: #1D73AA;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  line-height: 20px;
	color: white;
	text-align: center;
  padding:1px;
  border: 1px solid #1D73AA;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.proj_note_body {
	width:600px;
	background-color: white;
  font-family: verdana;
  font-size:11px;
	line-height: 16px;
  border-left:1px solid #1D73AA;
  border-right:1px solid #1D73AA;
  border-bottom:1px solid #1D73AA;
  padding:3px;
	text-align: left;
}

.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;
}

.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: #99d6ff;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}
.cal_btn:hover {
   background-color: #0000FF;
   color: #FFFFFF;
}

.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: #B0B0B0;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}
.cal_add_btn:hover {
   background-color: #FFFFFF;
   color: #0000FF;
}

.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;
}

.tooltip_head {
	background: #1D73AA;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  line-height: 20px;
	color: white;
	text-align: center;
  padding:1px;
  border: 1px solid #1D73AA;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.tooltip_body {
	width:450px;
	background-color: white;
  font-family: verdana;
  font-size:11px;
	line-height: 16px;
  border-left:1px solid #1D73AA;
  border-right:1px solid #1D73AA;
  border-bottom:1px solid #1D73AA;
  padding:3px;
	text-align: left;
}

.borderall {border: 1px solid #1F1FAB;}
.bordertop {border-top: 1px solid #1F1FAB; padding: 2px;}
.bordertopbot {border-top: 1px solid #1F1FAB;border-bottom: 1px solid #1F1FAB;padding: 2px;}
.borderbot {border-bottom: 1px solid #1F1FAB;	padding: 2px;}
.borderlbr {border-left: 1px solid #1F1FAB;	border-bottom: 1px solid #1F1FAB;	border-right: 1px solid #1F1FAB;}
.borderleft {border-left: 1px solid #1F1FAB;}
.borderright {border-right: 1px solid #1F1FAB;}

.img_btn {cursor: pointer;}
.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
}
/* 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;
  }
  /* --------------------------------------------------------------------- */

/* JQuery Alerts CSS */
#popup_container {
	font-family: Arial, sans-serif;
	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: #0099ff;
	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;}
