/*
 * @package	BM.Admin
 * @copyright	Copyright (c) Bienvenue-Multimedia (http://www.bienvenue-multimedia.ca)
 */

@media print{
	a[href]:after{ content: ""; }
}
.btn-share > .btn{
	width: 32px;
	height: 32px;
	margin-right: 5px;
	padding: 0;
	text-align: center;
	border: 0;
	font-size: 26px;
	line-height: 32px;
	color: #ffffff;
}
.btn-share .btn-facebook{ background: #305891; }
.btn-share .btn-twitter{ background: #2ca8d2; }
.btn-share .btn-envelope{ background: #000000; }

/* _______________________________________________________________________
 * Form */
input[maxlength='10'], input[maxlength='6']{ display: inline; width: 120px; }
input[maxlength='2']{
	display: inline;
	width: 50px;
}
.input-phone input{
	display: inline;
	width: 60px;
}
.ui-sortable li{ cursor: move; }

/* _______________________________________________________________________
 * Header */
.navbar{
	margin: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.navbar-brand{ padding: 0; }
.navbar-brand img{
	display: block;
	max-height: 100%;
}

/* _______________________________________________________________________
 * Sidebar */
aside{ padding-bottom: 15px; }
.sidenav ul ul{
	padding: 0;
	list-style: none;
}
.sidenav ul ul a{
	display: block;
	padding: 10px 15px 10px 30px;
}
.sidenav ul ul a:hover{
	background: #eeeeee;
	text-decoration: none;
}

/* _______________________________________________________________________
 * Main */
.breadcrumb{
	padding: 8px 0;
	background: none;
}
.breadcrumb .pull-right:before{ content: ""; }

/* _______________________________________________________________________
 * Footer */
footer p{ margin: 0; }
footer .nav li{ float: left; }
footer .nav li a:hover{ background: none; }
@media (min-width:992px){
	footer .nav{ float: right; }
}