/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
    RESET
\*------------------------------------*/


/* Add tabs */
.legend_header {
	background: #cb0e47 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
}
.margin_bottom {
    margin-bottom: 15px;
}
.margin_btm0 {
    margin-bottom: 0px;
}

.add_staff_new
{
	background:url(../images/add_receptionist.png);
	background-repeat:no-repeat;
	height:124px;
	-webkit-transition: all 0.6s ease-in-out;
	}
.add_staff_new_active
{
	background:url(../images/add_receptionist_hover.png);
	background-repeat:no-repeat;
	height:124px;
	-webkit-transition: all 0.6s ease-in-out;
	}
.add_staff_new:hover
{
	background:url(../images/add_receptionist_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	-webkit-transition: all 0.6s ease-in-out;
	}
  
.view_staff
{
	background:url(../images/view_receptionist.png);
	background-repeat:no-repeat;
	height:124px;
	-webkit-transition: all 0.6s ease-in-out;
	}
.view_staff_active
{
	background:url(../images/view_receptionist_hover.png);
	background-repeat:no-repeat;
	height:124px;
	-webkit-transition: all 0.6s ease-in-out;
	}
.view_staff:hover
{
	background:url(../images/view_receptionist_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	-webkit-transition: all 0.6s ease-in-out;
}

/* Dentist */
.add_dentist
{
	background:url(../images/add_dentist.png);
	background-repeat:no-repeat;
	height:124px;
	-webkit-transition: all 0.6s ease-in-out;
	}
.add_dentist_active
{
	background:url(../images/add_dentist_hover.png);
	background-repeat:no-repeat;
	height:124px;
	-webkit-transition: all 0.6s ease-in-out;
	}
.add_dentist:hover
{
	background:url(../images/add_dentist_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	-webkit-transition: all 0.6s ease-in-out;
	}
  
.view_dentist
{
	background:url(../images/view_dentist.png);
	background-repeat:no-repeat;
	height:124px;
	-webkit-transition: all 0.6s ease-in-out;
	}
.view_dentist_active
{
	background:url(../images/view_dentist_hover.png);
	background-repeat:no-repeat;
	height:124px;
	-webkit-transition: all 0.6s ease-in-out;
	}
.view_dentist:hover
{
	background:url(../images/view_dentist_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	-webkit-transition: all 0.6s ease-in-out;
}

*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/*body {
	font:400 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background:#333;
}*/

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1280px;
	margin:0 auto;
}
.header {
	padding:15px 25px;
	background:#FFF;
	border-left:5px solid #2BA6CB;
	overflow:hidden;
}
.logo {
	float:left;
}
.demo-nav {
	float:right;
	margin:12px 0;
	list-style:none;
}
.demo-nav-link {
	
}
.demo-nav-link a {
	color:#2BA6CB;
	text-decoration:none;
}