.is-floating {
	position: absolute !important;	
}

.margin-top-small {
	margin-top: 5px;
}

.margin-top-normal {
	margin-top: 10px;
}

.margin-top-large {
	margin-top: 20px;
}

.margin-bottom-small {
	margin-bottom: 5px;
}

.margin-bottom-normal {
	margin-bottom: 10px;
}

.margin-bottom-large {
	margin-bottom: 20px;
}

.module-align-left {
	
}

.module-align-center {
	text-align: center;
}

.module-align-right {
	text-align: right;
}

.slide-button {
	cursor: pointer;
}

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 30px;
}

img {
	   height: auto;
	   max-width: 100%;
}

.cms-chrome-alert-container {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 160px;
	width: 100%;
	background-color: white;
	z-index: 5005;
	box-shadow: 3px 3px 10px #000;
}

.cms-chrome-alert-content {
	width: 600px;
	height: 160px;
	margin: 0 auto;
	background-image: url(/cms_files/components/cms/images/chrome_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 180px;
	padding-top: 20px;
	color: black;
	font-family: arial !important;
	font-size: 12px !important;
	line-height: 20px !important;
	color: #000 !important;
}

.form-group .required {
	color: red;
	font-weight: bold;
}

ul.nav-tabs li {
   padding: 0;
}

ul.nav-tabs li:before {
  content: "";
  display: none;
}

.table.table-borderless td,
.table.table-borderless th {
    border-top: 0;
}

/* Styles of anti-spam field */
.your-website-url {
	visibility: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	display: none;
}