.hiddenCategory {
	display: none;
}
.hidden {
	display: none !important;
}
.bottomSpace {
	margin-bottom: 15px !important;
}
.tableform {
	margin-bottom: 5px;
}
.myQuestionAnswer {
	position: absolute;
    right: -50px;
    top: 50px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
	padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.myBox {
	padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.breadcrumb {
	    background-color: rgba(0,0,0,.03) !important;
		border: 1px solid rgba(0,0,0,.125) !important;
}
.ellipsisText200 {
	overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
	width: 200px;
    display:inline-block;
}
.ellipsisText {
	overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display:inline-block;
	width: 100%;
}
.errorText {
	color: #f00;
}
.btn-full {
	width: 100%;
}
.headerLogo {
	max-height: 150px;
	width: auto;
	max-width: 80%;
}
.headerBack {
    background: no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.btn-fullspace {
	margin: 5px;
	width: 100%;
}
.apice {
	font-size: 80%;
    font-weight: 400;
}
.nolarge {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.pull-right {
	float: right;
	line-height: 23px;
	vertical-align:middle;
}
.pull-left {
	float: left;
	line-height: 23px;
	vertical-align:middle;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
#tagContainer {
	padding: 5px;
}
.noOverflow {
	overflow: hidden;
    white-space:nowrap;
}
.iconBtn{
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	background: none;
	color: rgba(0,0,0,0.7);
}
.iconBtnNoSpace{
	border: none;
	background: none;
}
.textCenter {
	text-align: center;
}
.card-bar {
	color: rgba(0,0,0,0.7);
    background-color: rgba(0,0,0,.03) !important;
	border: 1px solid rgba(0,0,0,.125) !important;
    height: 30px;
    padding: 2px;	
}
.card-bar span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.7em;
}
.card-body {
	padding: 0.5rem 1.25rem  !important;
}
.card-button {
	color: #666;
}
.nomeRelatore {
    position: relative;
    color: rgba(0,0,0,0.7);
    padding: 0px;
    text-align: Left;
    left: 0px;
    top: 0px;
    height: 1.4em;
    width: 100%;
    font-size: 0.9em;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.titoloRelazione {
    position: relative;
    color: rgba(0,0,0,0.7);
    padding: 0px;
    text-align: Left;
    left: 0px;
    top: 0px;
    height: 2.5em;
    width: 100%;
    font-weight: lighter;
    font-size: 0.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1em;
}
.mymodaldialog {
      max-width: 1200px;
	  margin: 30px 0px !important;
  }
.mymodalbody {
  position:relative;
  padding:0px;
  background-color: #000;
}
.mymodalclose {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.lb-chat-notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff5533;
  font-size: 10px;
  line-height: 0;
  font-weight: 500;
  color: #fff;
  padding: 1em 0.7em;
  border-radius: 7px;
}
/*toadd-chat 3.0 */

.lb-ownchat-notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff5533;
  font-size: 10px;
  line-height: 0;
  font-weight: 500;
  color: #fff;
  padding: 1em 0.7em;
  border-radius: 7px;
}

.lb-chat-standbit-notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff5533;
  font-size: 10px;
  line-height: 0;
  font-weight: 500;
  color: #fff;
  padding: 1em 0.7em;
  border-radius: 7px;
}