.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.form-group {
	margin-bottom: 0;
	margin-top: 10px;
}

.form-control {
	padding: 0rem .75rem;
	height: 42px;
	line-height: 42px;
}

label {
	margin-bottom: 10px;
	font-size: .96rem;
	line-height: 2;
}

input,
textarea {
	color: #777;
	font-size: 0.8rem;
}

textarea {
	min-height: 7rem;
	line-height: 1.2rem!important;
	resize: none;
}

.inputlinr {
	width: 100%;
	clear: both;
	margin-bottom: 8px;
	overflow: hidden;
}

.inputlinr .form-group {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.inputlinr .form-group:nth-child(2) {
	margin-right: 0;
}

input[type="button"],
input[type="submit"] {
	padding: 0rem 1.2rem;
	background: #cbd0d3;
	line-height: 28px;
	height: 30px;
	color: #1d1d1d;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: rgba(203, 208, 211, .8);
}

.fg-red {
	color: #ce352c;
}

.form-control:focus {
	box-shadow: 0 0 0 3px rgba(228, 228, 228, .45);
}


/*dialog*/

.dialog {
	display: none;
	position: fixed;
	width: 90%;
	max-width: 500px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	background-color: #fff;
	color: #1d1d1d;
	z-index: 1050;
	border: 1px solid #dfdfdf;
	box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19), 0 12px 15px 0 rgba(0, 0, 0, .24);
}

.overlay {
	display: none;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
}

.dialog-title {
	font-size: 1.325rem;
	padding: 4px 20px;
	border-bottom: 1px solid #dfdfdf;
	color: #60a917;
}

.dialog-content {
	padding: 10px 20px 20px 20px;
	margin-top: 8px;
}

.dialog-content .icon {
	font-size: 2.5em;
	color: #fa6800;
}

.dialog-actions {
	padding: 0px 20px 20px 20px;
}

.dialog-actions .btn-sm {
	padding: 6px 20px;
}

.digtxt {
	padding-top: 5px;
	color: #607d8b;
}

.loading {
	display: none;
	position: fixed;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1041;
}

.loading img {
	width: 100%;
}

.inpposition {
	position: relative;
}

.inpposition i {
	position: absolute;
	top: 32px;
	right: 8px;
	width: 16px;
	color: #000;
}

.inpposition input {
	padding-right: 30px;
}

.inpposition1 i {
	font-size: 1.5rem;
	top: 30px;
}
#etw_set_feedback_form{padding: 2rem 2rem 1rem;}
