/* FORM CUSTOM FOR NEW LAYOUT */
.custom-form {
}
.custom-form .label {
	font-size: 14px;
	margin: 10px;
}
.custom-form textarea {
	font-size: 16px;
	margin-bottom: 10px;
	min-height: 135px;
}
.custom-form select {
	width: 100%;
	border: 1px solid #e9e9e9;
	height: 32px;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}
.custom-form select{
	color: #b0b0b0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent url("../../resources/img/icons/chevron-select.png") no-repeat 100% center;
	background-color: #FFF;
}
.custom-form input[type="checkbox"],
.custom-form input[type="radio"] {	
	-khtml-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../../resources/img/icons/icon-sprite-35.png') no-repeat;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	border: 0;
}

.custom-form h2{
	line-height: 22px;
	padding: 10px 0px 11px 18px;
	font-size: 18px;
	font-weight: 400;
	color: #3D3D3D;
}

.custom-form input{
	border: 1px solid #BAC2C7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	background-color: #fff;
}
.custom-form .input-label {
	white-space: initial;
}
.custom-form .list{
	margin: 5px;
}
.custom-form .input-label {
	text-align: right;
}
.custom-form input[type="checkbox"],
.custom-form input[type="checkbox"]:hover {
	background-position: -1750px 0;
}
.custom-form input[type="checkbox"]:checked,
.custom-form input[type="checkbox"]:checked:hover {
	background-position: -1785px 0;
}
.custom-form input[type="radio"],
.custom-form input[type="radio"]:hover {
	background-position: -1820px 0;
}
.custom-form input[type="radio"]:checked,
.custom-form input[type="radio"]:checked:hover {
	background-position: -1854px 0;
}

/* FILTER RADIO */
.filter .custom-form input[type="checkbox"],
.filter .custom-form input[type="radio"] {
	-khtml-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../../resources/img/icons/icons-sprite.png') no-repeat;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	border: 0px;
}
.filter .custom-form input[type="radio"],
.filter .custom-form input[type="radio"]:hover {	
	background-position: -6px -64px;
}
.filter .custom-form input[type="radio"]:checked,
.filter .custom-form input[type="radio"]:checked:hover {
	background-position: -37px -64px;
}
.filter .custom-form input[type="checkbox"],
.filter .custom-form input[type="checkbox"]:hover {	
	background-position: -6px -64px;
}
.filter .custom-form input[type="checkbox"]:checked,
.filter .custom-form input[type="checkbox"]:checked:hover {
	background-position: -37px -64px;
}

/* ADD EVENT CATEGORIES RADIO */
.event-add .custom-form input[type="radio"] {
	-khtml-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../../resources/img/icons/icons-sprite.png') no-repeat;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	border: 0px;
}
.event-add .custom-form input[type="radio"],
.event-add .custom-form input[type="radio"]:hover {	
	background-position: -6px -64px;
}
.event-add .custom-form input[type="radio"]:checked,
.event-add .custom-form input[type="radio"]:checked:hover {
	background-position: -37px -64px;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="password"] {
	width: 100%;
	margin-right: 12px;
	height: 32px;
	padding: 5px;
	font-size: 15px;
	color: #7F7F7F;
}

/* disabled settings for checkbox and radiobutton */
.custom-form input[type="radio"]:disabled,
.custom-form input[type="checkbox"]:disabled,
.custom-form input[type="text"]:disabled {
	opacity: .5;
}
.custom-form button {
	color: #FFF;
	border: 0 !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
	padding: 7px 30px 7px 30px;
}
.custom-form .button-small {
	color: #FFF;
	background-color: #53A93F;
	border: 1px solid;
	border-radius: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	padding: 3px 10px 3px 10px;
}
.inline-form .button-small {
	color: #FFF;
	background-color: #53A93F;
	border: 1px solid;
	border-radius: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	padding: 3px 10px 3px 10px;
}
.custom-form .button-save {
	background: #29ABE2;
}
.custom-form .button-cancel {
	background: #FC4349;
}
.custom-form .button-call {
	background: #38dd53;
	border-color: #fff;
	font-size: 22px;
	font-weight: normal;
	width: 100%;
}
.custom-form .button-call.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.custom-form .row {
	padding: 0px;
}
.custom-form .col:first-child {
	padding-left: 0px;
}
.custom-form .col:last-child {
	padding-right: 0px;
}

/* Override for ionic form. It was going through end of screen */
.custom-form.profile-edit .label {
	float: left;
	text-align: right;
	padding: 4px;
	width: 35%;
	font-weight: 700;
	white-space: initial;
	margin: 0px;
	color: #7F7F7F;
}

.custom-form.profile-edit .input {
	float: left;
	width: 65%;
}

.custom-form.contact-edit .label {
	float: left;
	text-align: right;
	padding: 8px 12px 0 0;
	width: 30%;
	white-space: initial;
	margin: 0px;
	font-weight: bold;
	color: #7F7F7F;
}

.custom-form.contact-edit .input{
	float: left;
	width: 65%;
}

.custom-form.profile-edit h2 {
	line-height: 22px;
	padding: 11px 0px 4px 12px;
	font-size: 18px;
	color: #7F7F7F;
}

.custom-form.contact-edit h2 {
	line-height: 22px;
	padding: 11px 0px 4px 12px;
	font-size: 18px;
	color: #7F7F7F;
}

.custom-form .button-remove {
	background-color: #FF0000;
}
