/*
 * Body
 * --------------------------------------------------
 */
body {
  height:100%;
  padding-top: 40px;
  margin-bottom: 0;
}

html,.row-offcanvas {
  height:100%;
}

/*
 * Navbar
 * --------------------------------------------------
 */
.navbar {
    background-color: #e4e4e4;
    min-height: 40px;
}

.navbar-toggle {
    padding: 4px 10px;
    margin-bottom: 0px;
}
.navbar-nav {font-size: 18px;}

.navbar-nav > li > a, .navbar-brand {
    color: #333;
    padding-top: 10px;
    padding-bottom: 0;
    height: 40px;
}

.brand {
  color:#808080;
  font-size:25px;
  line-height:1.6;
}

.brand:hover {
  color:#808080;
  text-decoration:none;
}

#crm_sidebar {
  width: inherit;
  min-width: 220px;
  max-width: 220px;
  background-color:#f5f5f5;
  float: left;
  height:100%;
  position:relative;
  overflow-y:auto;
  overflow-x:hidden;
}

#crm_sidebar a {
  color:#3e3f3a;
  text-decoration:none;
}

#crm_main {
  height:100%;
  overflow:auto;
}

/*
 * off Canvas sidebar
 * --------------------------------------------------
 */
.row-offcanvas {
position: relative;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
width:calc(100% + 220px);
}

.row-offcanvas-left
{
left: -220px;
}

.row-offcanvas-left.active {
left: 0;
}

.sidebar-offcanvas {
position: absolute;
top: 0;
}

ul.sbml0 > li, ul.sbml1 > li {
    list-style-type:none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #3e3f3a;
}

ul.sbml0 > li {
    font-weight: bold;
}

ul.sbml1 > li {
    font-weight: normal;
}


#menu_sw {
	width: 18px;
	height: 36px;
	position: absolute;
	top: 0;
	left: -5px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(153, 153, 153, 0.80);
	font-size: 12px;
	padding: 0px;
	z-index: 9999;
	border-radius: 5px;
	line-height: 36px;
}

/*
 * work_head page header
 * --------------------------------------------------
 */
#work_head {
    border-bottom: medium solid #808080;
    margin-top: 8px;
    margin-bottom: 4px;
    padding-bottom: 5px;
}

.crm_wh00 > h2 {
    margin-top: 0;
}

/*
 * FullCalendar mods
 * --------------------------------------------------
 */
.fc-event {
    font-size: 1em;
    border: 2px solid;
    border-radius: 5px;
}