﻿body {
}

.formCampaign .row{
	height: 80px;
}

.control-n {
	border: 0px;
	border-bottom: 1px #888888 solid;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
	overflow: visible;
}

select {
	padding: 6px 0px;
}

::placeholder {
	color: #000000;
	opacity: 1;
	overflow: visible;
}

:-ms-input-placeholder {
	color: #000000;
	overflow: visible;
}

.error {
	color: #FF0000 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "SamsungSharpSansBold" !important;
}

.form-dropdown {
	width: 300px !important;
}

.form-radio-check {
	padding: 6px;
}

.validation-alert {
	color: red;
	font-size: 14px;
}

.validation-summary {
	color: red;
	font-size: 24px;
}

.defaulfields label {
	font-weight: bold;
	margin-bottom: 10px;
}

.field-validation-valid {
	display: none;
}