.am-no-margin p, .am-no-margin h4 {
	margin-bottom:0px;
}

.text-right {
	text-align:right;
}
#am_login_form input:not([type=checkbox]):not([type=submit]) {
	display:block;
	width:100%;
	box-sizing: border-box;
	margin-top:10px;
}
#am_login_form label {
	font-size:16px;
	color:#FF6D00;
	font-weight:600px;
}
#am_login_form input[type=submit] {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	outline:none;
	border:none;
	letter-spacing: 1px;
	min-width: 0px;
	transition: color 0.15s ease-in-out 0s, #6363CE 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s;
	backface-visibility: hidden;	
	background-color: #FF6D00;
	border-radius: 0px;
	color: #FFF !important;
	margin-bottom: 15px;
	margin-top: 0px;
	min-width: 0px !important;
	padding: 12px 18px;
	font-size: 10px;
	line-height: 100%;
}
#am_login_form input[type=submit]:hover {
	background-color: #ED5600 !important;	
}
/* Loader */
.loader-wrapper {
	display: none;
	position:fixed;
	width:100%;
	left:0;
	height:100%;
	background-color: rgba(0, 0, 0, 0.47);
	top: 0;
	z-index: 100001;
}
.loader-inner {
	position:fixed;
	width:100px;
	height:100px;
	font-size:40px;
	color:white;
	line-height:40px;
	vertical-align:middle;
	position:absolute;
	left:calc(50% - 40px);
	top:calc(50% - 40px);
}	
.am-line-break {
	height:1px;
	border-bottom:1px solid #ACACAC;
	width:100%;	
	calc(100% - 30px);
	margin:18px auto;
}
.am-heading {
	font-size:26px;
	font-weight:600;
	margin:10px 0px;	
}
.am-sub-heading {
	font-size:22px;
	font-weight:600;
	color:#FF6D00;
	margin:15px 14px;	
}
.line-dashed {
	border-bottom-style:dashed;	
}
.am-button-no-margin {
	margin:20px 14px 0px !important;
}
.am-button {
	box-shadow:0px 3px 0px 0px #CC5700;
	background-color:#FF6D00 !important;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right:0px;
	color:white !important;
	min-width: 0px !important;
}
.am-button:hover {
	background-color:#ED6500;	
}
.am-button:active {
	box-shadow:0px 1px 0px 0px #cc5700;
}
.ebp-content .title {
	margin-top:40px;	
}
.ebp-content label {
	font-size:18px;
	display:block;
	margin-top:20px;
}
.am-table-row {
	min-height: 30px;
	padding: 15px 0px 10px;
	margin-bottom: 0px;
}
.mk-text-block p {
	padding-top:5px;	
}
.am-table-row-striped {
	background-color: #161616;	
}
.am-table-row-header {
	min-height: 49px;
	padding: 30px 0px 10px;
	margin-bottom: 0px;
	box-sizing:content-box !important;
	background-color: #333;	
}
.am-full-width > .mk-grid {
    max-width:none !important;
}
.am-full-width > .mk-grid > .mk-padding-wrapper > .wpb_column {
    padding:0px !important;
}
.am-select {
	border:none !important;
	color:white !important;	
	outline:none !important;
	box-sizing:border-box;
	display:inline-block !important;
	height:36px;
	vertical-align:top;
	padding:10px 30px 10px 10px !important;
	width:100%;
	background:#4B4A4A url("../images/selectbox-arrow.png") no-repeat scroll right center !important;
}
select[id^="am-select-event"] {
	margin:30px 0px;
}

.am-field {
	width:calc(50% - 260px);
	display:inline-block;
	vertical-align:top;
	line-height:60px;
}
.am-field-full {
	width:calc(100% - 260px);	
}
.am-label {
	width:50%;
	font-size:18px;
	vertical-align:top;
	line-height:60px;
	font-weight:600;
	display:inline-block;
	box-sizing:border-box;
}
.am-right {
	display:inline-block;
	float:right;
	text-align:right;
	min-width:50%;
}
.vc_row .vc_row {
	margin-left:0px;
	margin-right:0px;
}
.am-right input, .am-right select {
	width:100%;
}
.am-field .am-label {
	text-align:right;
	width:auto;
	max-width:240px;
}
input[type="password"] {
	box-sizing:border-box;
}
.am-field div {
	vertical-align:top;	
}
.am-field input:not([type=checkbox]), .am-field select, .am-field textarea {
	height:40px;
	margin:10px 0px;
	background-color:#F3F4F4;
	width:100%;
	border:none;
	box-shadow:none;
	box-sizing: border-box;
	outline:none;
}
.am-field-small {
	width:250px;	
}
.am-field input:focus, .am-field select:focus, .am-field textarea:focus {
	outline:none;
}
.am-label-table {
	width:auto;	
}
.am-label-table td {
	width:auto;	
	text-align:left;
}
.am-label-table td:first-child {
	padding-left:0px;
}

.desktop-only {
	display:block;
}
.mobile-only {
	display:none;
}

.am-modal-wrapper {
	position:fixed;
	background-color:rgba(49, 47, 47, 0.7);
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
	z-index:10000;
}

.am-modal {
	width:100%;
	max-width:800px;
	margin:60px 20px;
	position:absolute;
	border-radius:10px;
	top:60px;
	left:50%;
	transform:translateX(-50%);
}

.am-modal .modal-header {
	background-color:#FF6D00;
	padding:8px 16px;
	font-size:20px;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	width:100%;
	border-bottom:2px solid #CC5700;
	color:#FFFFFF;
}

.am-modal .modal-content {
	background-color:#000000;
	padding:16px;
}

.am-modal .modal-footer {
	background-color:#000000;
	border-top:1px dashed #222222;
	padding:16px 6px 6px 16px;
	text-align:right;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}

i.am-modal-close {
	font-size:18px;
	position:absolute;
	top:10px;
	right:16px;
	cursor:pointer;
}

.am-modal select, .am-modal input {
	display:block;
	width:100%;
}

/* Container Match */
.container {
	padding-left:20px;
	padding-right:20px;
}

.row .row {
	margin-left:-20px;
	margin-right:-20px;
}

@media only screen and (max-width:980px) {
	.am-label {
		line-height:30px;
	}
	.am-label > div {
		margin-top:10px;
	}
	.am-right {
		float:none;
		width:100%;
		text-align:left;
		display:block;
	}	
}
@media only screen and (max-width:770px) {
	.mobile-only {
		display:inline-block;
	}
	.desktop-only {
		display:none;
	}
	.am-select {
		width:100%;
	}
	.am-label {
		width:100%;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.am-table-row .mk-button-align > * {
		float:left;
	}
	.am-full-width .mk-padding-wrapper {
		padding:0px;
	}
}

@media only screen and (max-width:480px) {
	.am-modal {
		top:0px;
		border-radius:0px;
		margin:0;
		overflow:auto;
		max-height:100vh;
	}
}