.navbar-brand {
  padding: 0px; /* firefox bug fix */
}
.navbar-brand>img {
  height: 100%;
  padding: 15px; /* firefox bug fix */
  width: auto;
}

/* -------------------- */
/* NAV BAR 				*/
/* -------------------- */
.navbar-brand-image {
	height: 30px;
	margin-top: -12px;
	display: inline-block !important;
	padding-right: 30px;
}

.navbar-profile-image {
	height: 30px;
	margin-top: -12px;
}


/* -------------------- */
/* ICON / LIST			*/
/* -------------------- */
.span-icon-article {
  margin-right: 1rem !important;
}

.ul-noicon {
    list-style-type: none;
}

.ul-cloud {
    display: inline;
    list-style-type: none;
    width: 400px;
}
.ul-cloud li {
    list-style: none;
    display: inline;
}



/* -------------------- */
/* CONTAINER			*/
/* -------------------- */
.container-box {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* -------------------- */
/* TABLE				*/
/* -------------------- */

.btn{
	margin-right:10px !important;
}


.label-gray {
    background-color: #06060633;
}