

/*
	ACUMEN BUSINESS LAW - Acceptance Styles
	Author: cFront Software Ltd. (SABN) 11 June 2014
	
	Colours:
	Grey(body bg):#BAB6AE;
	Grey(page bg):#EBE9E2;
	Orange:#FF9000;
	Blue:#0D1D43;
	Dark Grey(font):#7A766F;
*/

html {
	height:100%;
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	font-family: Verdana, sans-serif;
	font-size:1em;
	color:#000000;
	background: #BAB6AE;
	height:100%;
}

a {
	text-decoration:none;
	color:#c35b08;
}

a:hover {
	text-decoration:underline;
	color:#f23705;
}

#page {
	height:100%;
	padding:0;
	margin:0;
}

#header {
	background:#FFFFFF;
	font-size:2em;
	width:100%;
	min-height:80px;
	position:relative;
	border-bottom:5px solid #FF9000;
}
#header img {
	vertical-align: bottom;
}

#content {
    min-height: calc(100% - 201px);
	width:100%;
	font-size:0.75em;
}

#footer {
	background:#000000;
	color:#BAB6AE;
	font-size:0.825em;
	width:100%;
	line-height:150%;
}

#footer a {
	text-decoration:none;
	color:#BAB6AE;
}

#footer a:hover {
	text-decoration:none;
	color:#FF9000;
}

.orange_note {
    font-weight:bold;
    color:#ea8808;
	font-size:17px;
	margin:10px 0;
}

#footerLeft,
#footerRight {
	width:60%;
}

#footerRight {
	width:40%;
	text-align:right;
}

#headerContainer,
#contentContainer,
#footerContainer {
	padding:20px 40px;
}

#headerContainer {
	position:absolute;
	top:50%;
	margin-top:-39px;
}

#footerContainer {
    display:flex;
    flex-wrap:wrap;
}

#footerRight ul {
	list-style-type:none;
	float: right;
}

#footerRight ul li {
	display:block;
	float:left;
	margin:5px 10px;
}

/* 
	form styles
*/

#loginForm {
	margin: 5% 5% 5% 10%;
}

#loginForm input, 
#loginForm textarea {
	background: #FFFFFF;
	padding: 10px 15px;
	color: #222222;
	border: none;
	width: 350px;
	font-size: 1.2em;
	font-weight:200;
	margin: 15px 0 10px 0;
	display: block;
	border-radius:3px;
}

#loginForm input[type="submit"] {
	background: #2e2e2e;
	padding: 10px 15px;
	color: #FFFFFF;
	border: none;
	font-family: 'colaborate_regular_macroman', Arial;
	font-size: 1.2em;
}

#loginForm input[type="submit"]:hover {
	background: #FF9000;
	transition: all 0.5s ease;
	cursor: pointer;
}

#adminForm {
	margin-bottom:20px;
}

#adminForm input, 
#adminForm select,
#adminForm textarea {
	background: #eeeeee;
	padding: 10px 10px;
	color: #222222;
	border: none;
	width: 350px;
	font-size: 1em;
	font-weight:200;
	margin: 15px 0 10px 0;
	display: block;
	font-family: Verdana, sans-serif;
	border-radius:3px;
}

#adminForm textarea {
	display: inline-block;
}

#adminForm input[type="submit"] {
	background: #2e2e2e;
	padding: 10px 15px;
	color: #FFFFFF;
	border: none;
	font-family: 'colaborate_regular_macroman', Arial;
	font-size: 1.2em;
}

#adminForm input[type="submit"]:hover {
	background: #FF9000;
	transition: all 0.5s ease;
	cursor: pointer;
}

#clientForm {
	margin-bottom:20px;
}

#clientForm input, 
#clientForm select,
#clientForm textarea {
	background: #FFFFFF;
	padding: 10px 15px;
	color: #222222;
	border: none;
	width: 350px;
	font-size: 1.2em;
	font-weight:200;
	margin: 15px 0 10px 0;
	display: block;
	font-family: Verdana, sans-serif;
	border-radius:3px;
}

#clientForm input[type="submit"] {
	background: #2e2e2e;
	padding: 10px 15px;
	color: #FFFFFF;
	border: none;
	font-family: 'colaborate_regular_macroman', Arial;
	font-size: 1.2em;
}

#clientForm input[type="submit"]:hover {
	background: #FF9000;
	transition: all 0.5s ease;
	cursor: pointer;
}

#jobList {
	list-style-type:none;
	margin:10px 0;
	width:300px;
	padding: 0;
}

#jobList li {
	margin:5px 0;
	display:block;
	padding:0 10px;
	background:#FFFFFF;
	border-radius:3px;
}

#adminForm input[type="checkbox"],
#adminForm input[type="radio"],
#clientForm input[type="checkbox"],
#clientForm input[type="radio"] {
	width:auto;
	display: inline-block;
}

.section_container {
	width:62.5%;
	float:left;
	margin-right:2.5%;
}

iframe {
	height:400px;
	border-radius:3px;
}

#worldpay_info {
	width:30%;
	float:right;
	font-size:0.75em;
}

.worldpay_logos,
.worldpay_text {
	background: #FFFFFF;
	border-radius:3px;
	padding:20px;
}

.worldpay_logos {
	margin-bottom:10px;
}

.worldpay_text {
	background:#a49f96;
}

.red_note {
	color:#c35b08;
}

/* clearfix */

.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

body.acceptance_admin {
	background: #ffffff;
}

.acceptance_admin_page {
	background: #ffffff;
	border: 1px solid #cac9c9;
	border-radius: 10px;
	padding: 20px;
	overflow: auto;	
}

.validation_errors {
	margin: 0px;
	padding: 0px;
}

.validation_errors li {
	color: #ff0000;
	padding: 4px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	border: 1px solid #ff0000;
	border-radius: 3px;
	background: #ffff90;
}

.cf_ephemeral.warning {
	color: #ff0000 !important;
}

.ui-widget-header {
	background: #eeeeee !important;
}

.acceptance_client_page .section { 
	margin-bottom: 40px;
}

#consumerWaiver {
	margin-top: 40px;
}

.payment_options {
	float: left;
}

.admin_completion_dialog  .ui-dialog-titlebar-close, .completion_dialog .ui-dialog-titlebar-close {
  display: none;
}

#completionDialog {
	display: none;
}

.completion_dialog .ui-dialog-title, #completionDialog p {
	text-align: center
}

p.important {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #909090;
	padding: 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}


.acceptance_admin_page #Cost {
	float: left;
}

.acceptance_admin_page .cost_help {
	float: left;
	padding-top: 28px;
	padding-left: 10px;
}

.acceptance_admin_page .consumer > p {
	float: left;
}

.acceptance_admin_page .consumer .consumer_help {
	float: left;
	padding-top: 28px;
	padding-left: 20px;
	font-size: 0.8em;
	color: #0000dd;
	width: 500px;
}

.delete_job {
	margin-left: 10px;
	position: relative;
	top: -30px;
}

.select_label {
	display:block;
}

@media screen and (max-width:600px) {

    #footerLeft,
    #footerRight {
        100%;
    }

}