html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select {
	color: #454545;
	font-family: 'Quicksand', sans-serif;
	font-size:16px;
}

html, body, #content {
	overflow-x: hidden;
}

body {
	margin: 0;
}

body.test-environment {
	background: url('../images/bg-test-environment.jpg') repeat;
}

.smaller, ul.smaller li {
	font-size:0.92em;
}

#header {
	display: ;
	height: 120px;
	position:relative;
}


#header-content {
	height: 110px;
}

#logo img {
	width: 100%;
}

#byline {
	right: 0;
	top: 55px;
}

body.test-environment .grid-container:not(#header-content):not(footer .grid-container) {
	background: #fff;
}

#content {
	background: #fff;
	padding: 24px 24px 36px;
}

footer {
	height:160px;
	padding:20px 2%;
}

footer p {
	color: #fff;
}

p {
	line-height:1.4em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
}

h1 {
	font-size: 1.45em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.3em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.1em;
}

h4 {
	font-size:1.1em;
	line-height: 1em;
}

a {
	color: #FF8500;
}

span.fakelink {
	border-bottom: 1px dashed #454545;
}

hr {
	background-color: #999;
	color: #999;
	margin: 2px 0 20px;
}

hr.row {
	margin: 6px 0;
}

hr.navigation {
	margin: 12px 0 0;
}

ul { 
	text-indent: -1.1em;
 }

ul li {
	line-height: 1.3em;
	list-style-type: none;
	margin-bottom: 12px;
}

ul.qq-upload-list {
	text-indent: 0.1em;
}

input, textarea {
	font-family: 'Quicksand', sans-serif;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select {
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	height: 32px;
	margin:0 0 15px;
	padding: 2px 8px;
	width: 98%;
}

::placeholder {
	font-size: 1em;
	font-weight: normal;
}

input[type="text"].medium, input[type="email"].medium, input[type="tel"].medium, input[type="password"].medium {
	width:47.5%;
}

select {
	height: 33px;
	padding: 0 4px;
}

select.medium {
	width:47.5%;
}

input[type="text"].small {
	width:25%;
}

textarea {
	font-size: 16px;
	height: 100px;
	width: 99.5%;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

option {
	font-weight: lighter;
}

input[type=submit], input[type="button"], .qq-upload-button, .qq-upload-delete, .qq-dialog-buttons button {
	background: #FF7001;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 3px 8px;
	text-transform: uppercase;
}

#dashboard_action_buttons_holder_admin input[type="button"], #dashboard_action_buttons_holder_user input[type="button"] {
	min-width: 88%;
}

input[type=submit]:hover, input[type="button"]:hover, .qq-upload-button:hover, .qq-upload-delete:hover, .qq-dialog-buttons button:hover {
	background: #FFF;
	border: 1px solid #FF7001;
	color: #FF7001;
}

input[type="button"]:disabled, input[type="submit"]:disabled {
	cursor: not-allowed;
}

input [type="checkbox"] {
	margin-right: 12px;
}

form p {
	margin-top: 0;
}

#filter_form input[type=text], #filter_form select {
    display: inline-block;
    margin-right: 2%;
    width: 25%;
}

#reset_filters {
	cursor: pointer;
}

#submit-result {
	display:none;
}

.lost {
    cursor: pointer;
}

label {
	margin-bottom:12px;
}

#ag_membership_status_message_holder {
	margin: 0;
	padding:8px 1%;
	width: 98%;
}
#ag_membership_status_message_holder p {
	margin: 0;
}

.response-msg, #card_errors {
	padding:8px;
	font-size:1.4em;
	line-height:1.4em;
	margin:0 0 10px;
}

.response-msg p {
	margin: 0;
}

.response-msg span {
	display:block;
	font-weight:bold;
	padding:0 0 4px;
}

div.error, #card_errors {
	background:#f9e5e6;
	color:#b50007;
	font-size: 1em !important;
}

div.error p , div.error a {
	color:#b50007;
}

div.notice  {
	background:#f9f9e5;
	color:#828400;
}

div.notice p , div.notice a {
	color:#828400;
}

div.inf {
	background:#e5ecf9;
	color:#0055b5;
}

div.inf p, div.inf a {
	color:#0055b5;
}

div.success {
	background:#e9f9e5;
	color:#1c8400;
}

div.success p, div.success a {
	color:#1c8400;
}

.clickable-row {
	cursor:pointer;
}

.button {
	height: 35px !important;
    line-height: 35px !important;
}

#password_holder {
	position: relative;
}
img.ag-show-password-icon {
	cursor: pointer;
	position: absolute;
	right: 4%;
	top: 18%;
	width: 20px;
}

.learn-more, .hide {
	background:#dedede;
	padding:4px;
	cursor:pointer;
	display:block;
	border-radius:2px;
	content:'Learn more...';
}

.eligibility {
	display:none;
}

.ag-wait {
	background: url('../images/spinner.gif') no-repeat;
	background-size: contain;
	display: none;
	height: 36px;
}

#ag_results_holder, #ag_results_holder_flashdata {
	border-radius: 4px;
	cursor:ne-resize;
	font-size: 1em !important;
	line-height: 2em;
	padding: 0 36px 0 12px;
	position: fixed;
	top: 12px;
	right: 12px;
	width: 33%;
	z-index: 10;
}

#ag_results_holder.error, #ag_results_holder_flashdata.error {
	background:#f9e5e6;
	border:1px solid #e8aaad !important;
	color:#b50007;
}

#ag_results_holder.error a, #ag_results_holder_flashdata.error a {
	color:#b50007;
}

 #ag_results_holder_page_flashdata.error {
 	background: none;
 	color:#b50007;
 }

 #ag_results_holder_page_flashdata.inf {
 	background: none;
 	color:#0055b5;
 }

 #ag_results_holder.notice, #ag_results_holder_flashdata.notice, .notice {
	background:#f9f9e5;
	border:1px solid #e8e3aa !important;
	color:#828400;
}

#ag_results_holder.inf, #ag_results_holder_flashdata.inf, .inf {
	background: #e5ecf9;
	border:1px solid #aac6e8 !important;
	color:#0055b5;
}

#ag_results_holder.success, #ag_results_holder_flashdata.success, .success {
	/*background: url('../images/close.png') 90% 10% no-repeat #e9f9e5; */
	background: #e9f9e5;
	border:1px solid #b4e8aa !important;
	color:#1c8400;
}

input[type='text'].error, input[type='email'].error, input[type='password'].error, input[type='tel'].error, select.error {
	border:1px solid #e8aaad !important;
}

input[type="text"].eligibility {
	display: none;
}

label.error {
	background:#f9e5e6;
	border-radius: 4px;
	color:#b50007;
	display: block;
	padding: 2px 6px;
	width: fit-content;
}

label.error.valid {
	display: none !important;
}

ul label.error {
	text-indent: 0;
}

#export_report_url a { 
	font-weight:600 !important; 
	text-transform:uppercase;
}

#submit-result {
	display:none;
}

/*------------------------------------------- TABLES ---------------------------------------------*/


table.general, table.edit {
	border-collapse: collapse;
	margin: 6px 0 0;
	width: 100%;
}

table.general th, table.general td {
	padding: 4px 6px;
}

table.no-border {
	border:none;
	box-shadow:none;
}

table tbody tr, table thead tr {
	height:1.4em;
	line-height:1.4em;
	vertical-align: text-top;
}

table.general thead tr th {
	background:#edeeef;
	color:#555;
	text-align: left;
}

table.general tr th, table.general tr td {
	border-bottom:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	padding:8px 4px 2px;
	vertical-align: text-top;
}

table.general tr th {
	border-top:1px solid #d9d9d9;
}

table.general tr th:first-child, table.general tr td:first-child {
	border-left:1px solid #d9d9d9;
}

table.general tr td select {
	margin-bottom: 0;
}

table.no-border tr td {
	border:none;
}
table.general tr td:first-child {
	min-width:18%;
}

/* ----- member states ------ */

table.general tr.pending {
	background: url(../images/row-bg-pending.png) repeat-x 0 10px;
}

table.general tr.payment-pending, table.general tr.information-pending {
	background: url(../images/row-bg-payment-pending.png) repeat-x 0 10px;
}

table.general tr.current {
	background: url(../images/row-bg-current.png) repeat-x 0 10px;
}

table.general tr.declined, table.general tr.expired, table.general tr.cancelled {
	background: url(../images/row-bg-cancelled.png) repeat-x 0 10px;
}

/* ------- other member stuff --------- */

#member_expiry_date_days {
	display: inline;
	padding-left: 10px;
}

span.days-current {
	color: green;
	font-size: 16px;
}

span.days-expired {
	color: red;
	font-size: 16px;
}

/*------------------------------------ SEARCH  -------------------------------------------*/

.search-bar {
	text-align:right;
	font-size:0.9em;
}

/*------------------------------------ PAGINATION & NAVIGATION -----------------------------------*/

.pagination {
	float:right;
	font-size:14px;
	font-weight:normal;
	margin:2px 0 6px;
	padding:10px 15px 8px;
	text-transform:uppercase;
}

.csv-export-holder {
	padding:10px 15px 8px;
}

.pagination select, .display-option select {
	font-size:14px;
	height: 22px;
	width: auto;
	display:inline;
	margin:0 12px;
	border-radius:3px;
	border:0.5px solid #ccc;
	
}

#pagination span {
	font-size: 14px;
}

#pagination .pagination a {
	background:#fff;
	border:none;
	cursor:pointer;
	font-size:0.95em;
}

#pagination .pagination a:hover {
	text-decoration:none;
}

/* Exporter button (orders) */

.exporter-holder {
	float:left;
	font-size:0.9em;
	margin:2px 0 6px;
	padding:10px 15px 8px 0;
}

.back {
	float:left;
	padding:0 5px;
	font-size:1.2em;
}
.back a {
	color:#289cd5;
}
.back a i {
	color: #7b7b7b;
	padding: 0 10px;
	font-size:1.2em;
}
.back a i:hover {
	text-decoration:none;
}

.ag-form-field { display:none; }

#dashboard_navigation_holder {
	margin-bottom: 24px;
}

ul#dashboard_navigation {
	border-bottom: 1px solid #999;
	height: 34px;
	margin: -4px auto 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
	width: 100%;
}

ul#dashboard_navigation li {
	display: inline;
	line-height: 36px;
	list-style-type: none;
}

ul#dashboard_navigation li a {
	border-radius: 2px;
	border-right: 1px solid #999;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	padding: 3px 8px 3px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

ul#dashboard_navigation li:last-child a {
	border-right: 0px solid #999;
}

ul#dashboard_navigation li a:hover, ul#dashboard_navigation li a.active {
	background: #FF7001;
	color: #fff;
}

ul#header_admin_navigation  {
	margin-top: 24px;
}

ul#header_admin_navigation li {
	display: inline;
}

ul#header_admin_navigation li a {
	margin: 0 0 0 20px;
}

#back_to_top {
	/*border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 33px solid #FF7001;
	*/
	background: url(../images/back_to_top.png) no-repeat;
	cursor:pointer;
	display:none;
	height: 44px; 
	position:fixed;
	bottom:5%;
	right:8%;
	width: 44px; 
	z-index:9;
}

/*------------------------------------ FINE UPLOADER DRAG AND DROP -----------------------------------*/

.fine-uploader-container {
	margin-bottom: 15px;
}

.qq-upload-drop-area, .qq-upload-extra-drop-area {
	background:#fff;
	border:1px dashed #898989;
	border-radius: 4px;
	display:block !important;
	height: auto;
	min-height: 28px;
	left:  -1px;
	top: -1px;
}

.ag-qq-upload-drop-area-text-selector {
	font-size: 0.8em;
	line-height: 28px;
	padding: 0 8px;
	text-align: right;
}

#qq_template_testamur .qq-uploader:before {
	content:  "Drop file here";
}

.qq-upload-button {
	width: 50%;
	z-index:3 !important;
}

.qq-upload-button div, .qq-upload-delete span {
	color: #fff;
	cursor: pointer;
	font-size: 1em;
}

.qq-upload-delete span {
	font-size: 0.8em;
}

.qq-upload-button:hover div, .qq-upload-delete:hover span {
	color: #FF7001;
}

.qq-upload-file {
	font-size: 14px;
	line-height: 26px;
}

.qq-drop-processing-spinner, .qq-upload-spinner {
	display: none !important;;
}

 .qq-drop-processing span {
 	font-size: 14px;
 }

 .qq-upload-cancel-selector {
 	/*display: block !important; */
 	margin: 8px 0
 }

.qq-upload-list li.qq-upload-success, ul.ag-existing-file, ul.ag-existing-association-file {
	background-color: #e9f9e5;
	font-size: 1.2em;
	line-height: 17px;
}
 ul.ag-existing-file, ul.ag-existing-association-file {
 	margin: 0 0 12px 0;
 	padding: 6px;
 	text-indent: 0;
 }

 ul.ag-existing-file li, ul.ag-existing-association-file li {
 	margin-bottom: 0;
 }

 ul.ag-existing-file li input[type=button], ul.ag-existing-association-file li input[type=button] {
 	float: right;
 }

.qq-upload-list li.qq-upload-fail {
	background-color: #f9e5e6;
}

.qq-upload-list li::before { 
	content: '' !important;
	padding-right:0 !important;
}

#fine-uploader .qq-upload-drop-area, #update_fine-uploader .qq-upload-drop-area {
	background: #FFE0B2 !important;
}

.qq-upload-drop-area.qq-upload-drop-area-active {
	background: #e9f9e5 !important;
}

#fine-uploader .qq-upload-file {
	font-size:0.75em !important;
}

#fine-uploader.qq-upload-size, #fine-uploader .qq-upload-cancel, #fine-uploader .qq-upload-retry {
}

.delete-existing-file {
	margin-left: 20px;
}

.qq-uploader DIALOG .qq-dialog-message-selector {
	padding-left: 20px;
}

/*------------------------------------ STRIPE -----------------------------------*/

#stripe_logo {
	margin-top: 0px;
}

#card_element {
	background: #e9f9e5;
	border:  1px solid #999;
	border-radius: 4px;
	padding: 8px 12px;
}

#card_errors {
	border: none;
	border-radius: 4px;
	font-size: 1em;
	line-height: 1.8em;
	margin: 18px 0;
	padding: 0 8px;
}
/* ---------------------- PROGRAMMATIC ELEMENTS ------------------------ */

.other-qualification, .other-institution {
	display: none;
}

#single_qualification_holder {
	padding-bottom: 0px;
}

#renewal_training_hours_holder {
	display: none;
}


/* ------------------------ Structure from Public Site -------------------------------- */

#ag_preamble_privacy {
	background-color: #ededed;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 10px 20px 20px;
}

#ag-modal-overlay-dark {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:20;
}

#header {
	background: #454545;
	border-bottom:5px solid #ff7000;
	height:110px;
	padding: 25px 0 0;
	text-align:center;
	width:100%;
	z-index:2;
}

#header-content {
	position:relative;
	height:140px;
}

#header-social {
	position:absolute;
	top:0;
	right:9%;
}

#header-social li, #footer-social li {
	display:inline;
	line-height:30px;
}

#logo {
	z-index:1000;
	text-align:left;
}

#logo img {
	width:93%;
	max-width:324px;
}

#byline {
	z-index:3;
	position:relative;
	top: 29px;
	right: -10px;
	text-align: right;
}

#byline h2, #footer_byline h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin: 27px 20px 0;
}

#footer_byline h2 {
	margin: 1px;
}

#byline.admin {
	top: 0;
	right: 0;
}

#byline.admin h2 {
	margin: 0;
}

#footer_byline {
	text-align: right;
}

footer {
	background: #454545;
	color:#fff;
	font-size:12px;
	height:fit-content;
	padding:30px 0 15px;
}

#footer_logo img {
	width:110%;
}

#footer_copyright {
	font-size:0.6em;
	text-align: right;
}

#footer_links {
	margin-top: 18px;
}

#footer_links ul li {
	display:inline;
}

#footer_links ul li a {
	border-right: 1px solid #f9cd34;
	color:#f9cd34;
	font-size: 0.8em;
	line-height:1.4em;
	margin:0 auto;
	padding:0 10px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}

#footer_links ul li:last-child a {
	border-right: none;
	padding-right: 0;
}

#ag_footer_copyright {
	text-align: right;
}

#ag_footer_copyright p {
	font-size: 0.9em;
	margin-top: 8px;
}

#mobile-nav-button {
	display:none;
}

