/* global body padding */
body {
  padding-top:    20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  body {
    padding-top:    50px;
    padding-bottom: 50px;
  }
}


/* global spacing overrides */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.navbar-fixed-top,
.navbar-static-top {
  border-bottom: 0;
}

.swd_date_header_grey {
	background:#333;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.swd_date_header_today {
	background:#03F;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.swd_plan_entry a:hover, .swd_plan_entry a {
	text-decoration:none;	
	color: inherit;
}

.swd_date_header {
	background:#C30;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.swd_planner_wrapper{
	border:medium dotted #CCC;	
	float:left;
	width:100%;
}

.swd_column_wrapper{
	border:thin solid #CCC;	
}

.swd_plan_entry{
	border-radius: 2px;
	border: 1px solid transparent;
	border-top: none;
	border-bottom: 1px solid #DDD;
	width:100%;
}

.swd_planhover:hover{
   background-color:transparent;
}

@media (max-width: 768px) {
	.hide-sm {
		display:none;
	}
}

@media (min-width: 768px) {
	.hide-md {
		display:none;
	}
}


 /* The sidebar menu */
.swdsidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 998; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.swdsidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.swdsidebar a:hover {
  color: #1997c6;
}

/* Position and style the close button (top right corner) */
.swdsidebar .swdclosebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

.swd-nopadding{
	padding-top:0px;
	padding-bottom:0px;

}