.fd-lg {
	color: black;
}

.sec-lay-row-empty {
	text-align: center;
	color: red;
	font-weight: 700;
}

.delete-row-icon {
	width: 100%;
	float: left;
	text-align: center;
}

.sec-lay-row {
	width: 100%;
	float: left;
	border-right: 1px solid black;
}

.fd-alert-dialog-message {
	margin: 10px;
}

.sec-lay-col {
	border-left: 1px solid black;
	float: left;
	text-align: center;
	ord-wrap: break-word;
}

.section-active-bg {
	background-color: #D3D3D3;
}

.add-row-icon {
	text-align: center;
	float: left;
	width: 50%;
	border: none !important;
}

.magin-r {
	margin-right: 3px;
}

.margin-bot {
	margin-bottom: 10px;
}

.text-area {
	width: 95% !important;
	height: 50px;
	resize: none;
}

.display-drop-icon {
	float: left;
	cursor: pointer;
}

.display-all-icon {
	float: right;
}

.fd-text-area {
	resize: none;
	width: 100%;
}

.fd-select-one-menu {
	margin-top: -10px;
	width: 100%;
}

.imag-captch {
	width: 100%;
}

.mini-html-div {
	word-wrap: break-word;
	width: 100%;
}

.fd-radio-btn {
	margin-top: -15px;
}

.fd-section-name .ui-inputtext {
    max-width: 100% !important;
}

.fd-section-name .ui-state-default {
    margin-bottom: 0px !important;
}

.fd-section-name .ui-selectonemenu {
    max-width: 100% !important;
}

.fd-section-name .ui-selectmanymenu {
    max-width: 100% !important;
}

.mini-html-lab {
		margin-top: -5px;
	}
	
.fd-file-upload {
    margin-top: -12px;
}

.font-bold {
    font-weight: bold !important;
}

.input-group-addon {
    padding: 7px 12px !important;
}

.input-group-addon.disabled, .input-group-addon.disabled + input {
    opacity: 0.7;
}

.fd-file-upload {
	width: 120px;
}

@media ( max-width : 640px) {
	.fd-large-screen-only {
		display: none !important;
	}
	.imag-captch {
		width: 100%;
	}
	.del-col {
		display: block;
	}
	.fd-lg {
		font-size: large;
		color: black;
	}
	.ui-radiobutton {
		padding-top: 3px;
	}
}

@media ( max-width : 1024px) { /* STYLES GO HERE */
	.mini-html-lab {
		margin-top: -8px;
	}
	.ui-radiobutton {
		padding-top: 3px;
	}
}

@media ( max-width : 768px) { /* STYLES GO HERE */
	.mini-html-lab {
		margin-top: -15px;
	}
	.ui-radiobutton {
		padding-top: 3px;
	}
}