body {
	padding-top: 0px;
}

img.header-logo {
	max-height: 50px;
}

body > section {
	padding: 0;	
}

body > section > div.top-border {
	border-top: 1px solid #44bbdd;
}

body .navbar {
	margin-bottom: 0px;	
}

body .navbar .container ul.nav > li > a {
    color:#44bbdd; 
    border-bottom-color:#aaccee;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 15px; font-weight: 400;
	text-transform: none;
}

body .navbar .container ul.nav > li > a:hover,  body .navbar .container ul.nav > li > a:active {
	color:#3399dd;border-bottom-color:#aaccee
}

body .navbar .container ul.nav > li.navbtn > a {
  background-color: #337ab7;
  border-color: #2e6da4;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
	
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

body .navbar .container ul.nav > li.navbtn > a:hover, body .navbar .container ul.nav > li.navbtn > a:active {
	color:#fff;background-color:#286090;border-color:#204d74
}

img {
	max-width: 100%;
}

.form_table th, .form_table td { 
     border-top: none !important; 
 }
 
 /* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }

.edit_link { font-size: 10px;}

 