#content {
	margin: 0 auto;
	border-bottom: 1px solid #000;
}

h2 {
	margin: 0;
	text-align: center;
	padding-top: 10px;
}

#imgContainer {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#imgContainer img {
	margin auto;
	border: 1px solid #000;
	padding 0;
}

#preco {
	position: absolute;
	left: 1%;
	top: 7%;
	font-weight: bold;
}

#prazo {
	position: absolute;
	left: 45%;
	bottom: 0%;
	font-weight: bold;
}

#values {
	width:100%;
	margin: 0 auto;
	padding: 10px;
}

.radio-item {
	display: inline-block;
	padding: 5px;
}

.fixlabel {
	border: 0;
	padding: 0 10px;
	margin: 0 10px;
	height: auto;
}

.fixlabel input {
	height: auto;
	padding: 0;
	margin: 5px 0 0 0;
}

.foo {
	background: #3dc4e1;
	color: white;
	font-weight: bold;
}

.bar {
	background: #fff648;
	color: black;
}

#tables table, #tables th, #tables td {
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #35aac3;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: auto;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	width: 500px;
	transition: all 5s ease-in-out;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup h2 {
  margin-top: 0;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}

.popup .close:hover {
	color: orange;
}

.popup .content {
	overflow: auto;
}

#popup12 {
	display: none;
}

#popup12 progress {
	width: 100%;
}

#countval {
	margin-top: -10px;
	float: right;
}

input[type=checkbox] {
	width: 16px;
	height: 16px;
}

.multiselect-container {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
}

.multiselect-container li {
	left: 0 !important;
}

.multiselect-container label {
  padding: 4px 20px 3px 20px;
  margin: 0;
}

.btn-file {
	position: relative;
	top: 2px;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

input[type=image] {
	width: 171px;
	height: 47px;
	float: none;
}

input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

.captchaAdjust {
	position: relative;
	top: -2px;
}

#captcha {
	width: 50px;
}

.clear {
	clear: both;
}

#addedFiles {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
}

.fileName{
	float:left;
	max-width: 80%;
}

.fileSize{
	float:right;
}

.fileItem progress {
	width: 100%;
}

.speed, .remaining {
	float: left;
	margin-right: 1em;
	display: inline-block;
}

.b_transfered {
	float: right;
}

#msgs {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

#msgs > div {
	width: 400px;
	margin: auto;
}

.div-inline {
	padding: 0 5px;
	width: 240px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.sizedText {
	height: 110px;
}

.smallForm {
	width: 400px;
	padding: 0px 10px 5px 10px;
	border: 1px solid #99f;
	border-radius: 10px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 20px;
	left: 30px;
}

.smallForm h2 {
	font-size: 1.8em;
	color: #000;
}

@media all and (max-width: 1200px) {
    .smallForm {
		font-size: 0.8em;
		font-weight: normal;
		width: 320px;
		top: 5px;
		left: 40px;
    }
	.smallForm input {
		margin-top: -10px;
	}
}

@media all and (max-width: 991px) {
    .smallForm {
		display: none;
    }
}