/* CSS RDWD EF overides *//* Utils */

.left {
	text-align: left!important;
}
.center {
	text-align: center!important;
}
.right {
	text-align: right!important;
}
.marg-top-30 {
	margin-top: 30px;
}
.row {
	margin-bottom: 0px;
}

/* Layout */

.head-bg {
	background: url(../images/blueGradient.jpg) top left no-repeat;
}
.logo {
	display: block;
	padding: 20px 0;
}
.hide-item {
	display: none;
}
.buynow {
	text-align: center;
	padding: 20px 0;
}

@media (max-width: 767px) {
#progressBar {
	display: none;
}
.head-bg {
	background: none;
}
}

/* Namecheck Alerts */




/* Buy Page Edits */

.deleteButton { margin-bottom: 10px; }

.efOptionalTrProduct { font-weight: bold; }

.efOptionalTrProduct a { color: #337ab7; }

.efOptionalTrProduct a:hover { color: #5FC315; }



p.subtextcheck { font-weight: normal; }

.comp-name {  padding: 30px 10px 10px 10px; }
.comp-name span { color: red; font-weight: bold }

#efPackageOptionalItemsTitle {
	display: block;
}

#alert-checkout {
	display: block;
	padding: 40px 0;
}
.buynow .left {
	text-align: left;
}
table#efOptionalTable tr td:nth-child(5) {
	text-align: right;
}
table#efOptionalTable tr td:nth-child(3), table#efOptionalTable tr td:nth-child(4) {
	display: none;
}
.efButton {
	background: #ff6f04!important;
	color: white!important;
	border-color: chocolate!important;
	font-weight: 600;
}
.efButton:hover {
	background: #c8651b!important;
}
.alert {
	padding: 0;
}
.ui-widget {
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 1em;
}
.ui-widget-header {
	background: #0099cb;
	color: white;
}
.efTableSubheader {
	background: white;
	color: #444;
}
#buy-holder {
	width: 65%;
}
#efPackageBuyPackageNameHeader, #efPackageOptionalItemsTitle {
	color: red;
	font-size: 1em;
}
#box-delta-single, #box-sigma-single, #box-omega-single, #box-delta-msc, #box-sigma-msc, #box-omega-msc, #efIncludedTable, #efPackageIncludedItemsTitle, #qoppa, #delta, #sigma, #omega {
	display: none;
}
#Div1 {
	margin-right: 0;
}
.included {
	margin: 20px 0;
	border: 1px solid #E5E5E5;
	padding: 10px
}

@media (max-width: 767px) {
#buy-holder {
	width: 100%;
}
}

/* ORDER edits */

#ef-order-form { margin: 2em; }

.ef-nav-section-link.current, #ef-panel-title, .ef-order-form-nav-step-wrapper, .ef-tab-link {
background: #0099cb;
}

.ef-btn.nextstep, .ef-btn.prevstep {
	    background-color: #ff6f04!important;
    color: white!important;
    border-color: chocolate!important;
}

.ef-nav-section-link {
    border-top: 1px solid #636363;
}

/* Company Manager */

#efMyAccountOrderControls {
    width: 50%;
}
@media (max-width: 767px) {

#efMyAccountOrderControls {
	width: 100%;
}

}

#efNameCheckAccount form { padding: 30px; }
#efNameCheckAccount form p { margin-bottom: 30px; }


/* Additional */

#efLoginContainer { width: 50%; padding: 30px; }

#efLoginBox .efButton { padding: 10px 20px; }

@media (max-width: 767px) {
	#efLoginContainer { width: 100%; }
}
