.hidden {
	display: none !important;
}
.bottomSpace {
	margin-bottom: 15px !important;
}

.btn-full {
	width: 100%;
}
.headerLogo {
	max-height: 350px;
	width: auto;
	max-width: 100%;
}
.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;
}
.card {
	margin-bottom: 1.5rem;
}
#tagContainer {
	padding: 5px;
}
.noOverflow {
	overflow: hidden;
    white-space:nowrap;
}

.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;
    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;
}

.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;
}