/**
 * Auteur: Allemandou David
 * Société: Warmbee (Deliv's SARL)
 * Date: 2015
 * Desc: Fichier CSS principal
 */
 
/**
 * Menu
 */
ul.nav .divider2
{
    overflow: hidden;
    background-color: rgb(69, 95, 118);
	text-align: center;
	padding: 3px;
	color: rgb(255, 255, 255);
	font-weight: 700;
	border-top: solid 2px rgb(255, 255, 255);
	border-bottom: solid 2px rgb(255, 255, 255);
}

.middle{vertical-align: middle;}

th.dt-left, td.dt-left { text-align: left; }
th.dt-center, td.dt-center { text-align: center; }
th.dt-right, td.dt-right { text-align: right; }
th.dt-justify, td.dt-justify { text-align: justify; }

.img-historique {width: 35px; height: 35px;}

.no-mb {margin-bottom: 0px !important;}
.mr3 {margin-right: 3px;}

.no-p {padding: 0;}

.fa {text-align: center;}

.stream-badge .fa {width: 27px;}

.logo-divider
{
	max-height: 20px;
	max-width: 100px;
}

.suggdiv
{
	border: solid 1px rgb(220, 220, 220);
	padding: 3px;
	width: 100%;
	color: rgb(50, 50, 50);
}

.sugglink:link
{
	color: rgb(50, 50, 50);
}
.sugglink:active
{
	color: rgb(50, 50, 50);
}
.sugglink:visited
{
	color: rgb(50, 50, 50);
}
.sugglink:hover
{
	color: rgb(50, 50, 50);
}

.pull-right
{
  position: absolute !important;
  right: 15px;
}