/*
Theme Name: Digital Monopoly Default Bootstrap
Theme URI: http://www.digitalmonopoly.com.au/
Author: Digital Monopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Pharmacy 777 Dashboard
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
@font-face {
    font-family: 'Avenir', sans-serif;
    src: url('fonts/Avenir-Light.eot');
    src: url('fonts/Avenir-Light.eot') format('embedded-opentype'),
         url('fonts/Avenir-Light.woff') format('woff'),
         url('fonts/Avenir-Light.ttf') format('truetype'),
         url('fonts/Avenir-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Book', sans-serif;;
    src: url('fonts/Avenir-Book.eot');
    src: url('fonts/Avenir-Book.eot') format('embedded-opentype'),
         url('fonts/Avenir-Book.woff') format('woff'),
         url('fonts/Avenir-Book.ttf') format('truetype'),
         url('fonts/Avenir-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir', sans-serif;;
    src: url('fonts/Avenir-Medium.eot');
    src: url('fonts/Avenir-Medium.eot') format('embedded-opentype'),
         url('fonts/Avenir-Medium.woff') format('woff'),
         url('fonts/Avenir-Medium.ttf') format('truetype'),
         url('fonts/Avenir-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir', sans-serif;;
    src: url('Avenir-Roman.eot');
    src: url('Avenir-Roman.eot') format('embedded-opentype'),
         url('Avenir-Roman.woff') format('woff'),
         url('Avenir-Roman.ttf') format('truetype'),
         url('Avenir-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir', sans-serif;;
    src: url('Avenir-Heavy.eot');
    src: url('Avenir-Heavy.eot') format('embedded-opentype'),
        url('Avenir-Heavy.woff2') format('woff2'),
        url('Avenir-Heavy.woff') format('woff'),
        url('Avenir-Heavy.ttf') format('truetype'),
        url('Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}


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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	float:none;
}
body {
	background: #fff;
}
html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline:0;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Avenir', sans-serif;
  font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Avenir', sans-serif;
	font-weight: 400;
}

h1{ font-size: 38px; }
h2{ font-size: 28px; }
h3{ font-size: 22px; }
h4{ font-size: 20px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
	font-size: 16px;
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
}
strong p {font-weight: 800;}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 40px 40px 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin:0;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	background: #e6e6e6;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 10px 15px;
	height:auto;
	line-height:1em;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#cccccc;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color:#aaaaaa;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
	margin-right: 10px;
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type='radio']:after {
  width: 17px;
  height: 17px;
  border-radius: 15px;
  top: -1px;
  left: -2px;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #dddddd;
}

input[type='radio']:checked:after {
  width: 17px;
  height: 17px;
  border-radius: 15px;
  top: -1px;
  left: -2px;
  position: relative;
  background-color: #6acee7;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #dddddd;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b2b2b2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b2b2b2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b2b2b2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b2b2b2;
}
input[type=tel],
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 2px solid #ebebeb;
	width:100%;
	max-width: 100%;
	outline: none;
	margin-top: 5px;
	border-radius: 5px;
}
input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {}

input[type=tel],
input[type=text],
input[type=email],
input[type=password] {
	height: auto;
	line-height: 1em;
	padding: 13px 10px;
  margin-bottom: 5px;
}
input[type="number"] {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    height: auto;
    line-height: 1em;
    padding: 13px 10px;
    margin-bottom: 5px;
    color: #666;
    border: 2px solid #ebebeb;
    width: 100%;
    max-width: 100%;
    outline: none;
    margin-top: 5px;
    border-radius: 5px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height:100px;
}

/* Links */
a,
a:visited {
	color: #01274b;
	text-decoration:none;transition:color 0.3s ease-in-out;-o-transition:color 0.3s ease-in-out;-ms-transition:color 0.3s ease-in-out;-moz-transition:color 0.3s ease-in-out;-webkit-transition:color 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color: #62bbe7;
	text-decoration:none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

:-webkit-input-placeholder { /* Chrome/Opera/Safari */
  background: #f1f1f1;
}
::-moz-placeholder { /* Firefox 19+ */
  background: #f1f1f1;
}
:-ms-input-placeholder { /* IE 10+ */
  background: #f1f1f1;
}
:-moz-placeholder { /* Firefox 18- */
  background: #f1f1f1;
}
/* =Main Layout
----------------------------------------------- */
#page{ overflow:hidden; width: 100%; float: left; height: 100%;}
.container{ }
#page .container{ margin-left: auto;margin-right: auto;padding-left: 0;padding-right: 0;float:none;width: 1210px;left:0 !important;}
#page .container.vc_row.wpb_row {width: 1210px !important;padding-left: 0 !important;padding-right: 0 !important;}

.site-header{}
.site-header .navbar-brand {display: block; font-size: 18px; line-height: 40px; height: auto; width: 100%; text-align: center; padding:20px;}
.site-header .navbar-brand img{ height: auto; display: block; padding-left: 15px;}
.navbar.navbar-default.navbar-static-top {width: 16.666%; float: left; text-align: center;}
.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}

.site-main{width: 100%; height: 100%;}

.site-footer{float: left; width: 100%;}
.site-footer .footer-content{
	background: #F6F6F6;
	clear: both;
	float: left;
	margin: auto;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	background: #000000;
	clear: both;
	color: #666666;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: auto;
	padding: 15px 0;
	position: relative;
	width: 100%;

}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; }

.home .navbar-default .navbar-brand, .home .navbar-default .navbar-brand {background-color: transparent !important;}
.page-template-registration .navbar-default .navbar-brand, .page-template-registration .navbar-default .navbar-brand {background-color: transparent !important;}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand {background-color: #012143 !important;}

.page .entry-header{}
.page .entry-header .entry-title{}

.home .front-content {margin-bottom: 0px;float: left;width: 100%;height: 100%;min-height: 100%;}
.home .front-content .entry-header{ margin:0; height:auto;}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}
.single-breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}

/* Gravity Forms Section */
#main .gform_wrapper {margin-top:0;margin-bottom: 0;}
#main .gform_wrapper ul { margin: 0px; }
#main .gform_wrapper ul li { margin: 10px 0px; padding: 0px; list-style-image: none; list-style: none; }
#main .gform_wrapper .gfield .gfield_label {display: none;}
#main .gform_wrapper .gfield.gf_left_half {padding-right: 25px;}
#main .gform_wrapper .gfield .ginput_container {margin-top: 0;}
#main .gform_wrapper .gfield .ginput_container input {width: 100%;background: #fafafd;color:#3e404e;letter-spacing: 1px;border:1px solid #e5e5e5;font-size: 12px;line-height: 1.2em;padding:18px 15px 18px 15px;
	border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;outline: none;
	transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
#main .gform_wrapper .gfield .ginput_container textarea {width: 100%;background: #fafafd;color:#3e404e;letter-spacing: 1px;border:1px solid #e5e5e5;font-size: 12px;line-height: 1.2em;padding:18px 15px 18px 15px;
	border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;outline: none;
	transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
#main .gform_wrapper .gfield .ginput_container input:focus, #main .gform_wrapper .gfield .ginput_container textarea:focus {background:#ffffff;}
#main .gform_wrapper .gfield .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: 100%;margin-bottom: 0;}
#main .gform_wrapper .gfield .bootstrap-select > .btn {padding-top: 18px;padding-bottom: 18px;padding-left: 15px;background: #fafafd;color:#3e404e;letter-spacing: 1px;border:1px solid #e5e5e5;font-size: 12px;line-height: 1.2em;
	border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
#main .gform_wrapper .gfield .bootstrap-select.btn-group .btn .caret {border-top:8px solid #ec582d;border-left: 8px solid transparent;border-right: 8px solid transparent;}
#main .gfield_required { color: #d1aa2d; }
#main .gform_wrapper .gform_footer {}
#main .gform_wrapper .gform_footer .gform_button {background-color:#ec582d;color:#ffffff;padding:18px 50px;font-family: 'Saira Condensed',sans-serif;font-size: 15px;text-transform: uppercase;letter-spacing: 2px;
	border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
#main .gform_wrapper .gform_footer .gform_button:hover {background-color: #121222;}

.form-group {
	margin-bottom: 15px;
	min-height: 150px;
	float: left;
	width: 100% !important;
	overflow: visible !important;
}
/*-- Gravity Error Section ----------------*/
#main .gform_wrapper div.validation_error {background:#ec582d;border-color:#f15a29;text-align: left;padding:10px 15px;font-weight: 400;color:#ffffff;}
#main .gform_wrapper li.gfield.gfield_error, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border:none;background:none;}
#main .gform_wrapper .validation_message {padding-top: 0px;font-weight: 400;color:#f15a29;}
#main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, #main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {max-width: 50% !important;}
#main .gform_confirmation_wrapper {border:1px solid #eeeeee;background:#eeeeee;padding:20px;border-top:4px solid #ec582d;margin-bottom: 20px;}
#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {margin-top: 0;}

#page .bootstrap-select .dropdown-menu li {margin:5px 0px; padding:0px 20px; width: 100%; float: left;}
#page .bootstrap-select .dropdown-menu li:hover, #page .bootstrap-select .dropdown-menu li:focus {border-left: 5px solid #002a5c;}
#page .bootstrap-select .dropdown-menu li a {padding:5px 0px;line-height: 24px; border-bottom: 1px solid #dddddd;}
#page .bootstrap-select .dropdown-menu li a:hover, #page .bootstrap-select .dropdown-menu li a:focus {color:#002a5c; background-color: transparent; background: transparent; margin-left: -5px;}
#page .bootstrap-select .dropdown-menu li.selected {border-left: 6px solid #002a5c;float: left;width: 100%;}
#page .bootstrap-select .dropdown-menu li.selected a {color: #002a5c !important;margin-left: -5px;}
li.disabled {display: none;}
li.disabled.selected {color: #dddddd; display: none; padding-left: 0; border-left: 5px solid #ffffff;}
li.disabled.selected a:hover, li.disabled.selected a:focus {margin-left: -5px;}
.signup.register button.btn.dropdown-toggle.selectpicker.btn-default {padding-left: 55px;font-size: 15px; letter-spacing: 0.5px;line-height: 20px;background: url(images/account-icon.png)4% 50% no-repeat #002a5c;}

/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 200px;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}
.not-found  #searchform{ margin-bottom: 50px;}
.not-found hr {
    margin: 20px auto;
   	max-width: 365px;
}

#page #contact-map{
	height: 300px;
	position: relative;
	width: 100%;
}

/* =Layout: Content-Sidebar
----------------------------------------------- */

#content {}
#sidebar { margin: 0px 0 0px; }
#sidebar .widget{  }

/* =Menu
----------------------------------------------- */

.navbar{margin: 0;}
.navbar-default{
	border:none;
	background: transparent;
	background-color: transparent !important;
	position: absolute;
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-brand {
	color: #777777;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}
.navbar-nav > li > a {
	 line-height: 40px; padding: 20px 10px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}
.navbar-toggle {
	border-color: #dddddd;
	margin-top: 16px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: #dddddd;
}
.navbar-toggle .icon-bar {
	background-color: #888888;
	transition: all 0.2s;
}
.navbar-toggle .icon-bar.top-bar{transform: rotate(0);}
.navbar-toggle .icon-bar.middle-bar{opacity:1;}
.navbar-toggle .icon-bar.bottom-bar{transform: rotate(0);}
.navbar-toggle.active .top-bar {
transform: rotate(45deg);
transform-origin: 10% 10%;
}
.navbar-toggle.active .middle-bar {
opacity: 0;
}
.navbar-toggle.active .bottom-bar {
transform: rotate(-45deg);
transform-origin: 10% 90%;
}
.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
	border-bottom: #e7e7e7 solid 1px;
}


.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}



.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 180px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}



#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a{
	background: none repeat scroll 0 0 #000000;
	border-radius: 15px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 29px;
	line-height: 29px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 29px;

}

.socials li a:hover{ opacity:1; }
.socials li.facebook a{;}
.socials li.twitter a{ }


/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:20px; }

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }


.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none;  }
.hentry.service .entry-content{ }

.clear{ clear:both;display:block; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
}
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:196px; }
#searchsubmit {}

/* Header widget */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }


/* PWD Address widget */
.pwd-address{}
.pwd-address .location{ clear: none; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ }
.pwd-address .image-map{ float: right;margin-left: 10px;}

.pwd-address .phone,
.pwd-address .fax,
.pwd-address .email,
.pwd-address .address{
	padding-left: 25px;
	position: relative;
}

.pwd-address .phone .fa,
.pwd-address .fax .fa,
.pwd-address .email .fa,
.pwd-address .address .fa{
	position: absolute;
	left: 0;
}

#footer-sidebar{}
#footer-sidebar .widget{}
#footer-sidebar .widget:first-child{ margin-left:0;}
#footer-sidebar .widget_pwd_address_widget{}

/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}


/* =Custom Post type
----------------------------------------------- */

/* Custom Post type Slidshow */
#slidercontainer{ margin:auto; background:#d7d7d7;  }
#sliderarea{ width:100%; height:468px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:468px; background:none!important; }
#custom-slideshows > .slide{ width:100%!important; height:468px; background-size: cover; }


/* Custom Post type CTA */
#cta-container{ margin-bottom:20px; }
#custom-cta{}
#custom-cta .cta{ background: none repeat scroll 0 0 #F4F4F4; }
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}
#custom-cta .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 10px;
}
#custom-cta .cta-summary{ padding: 10px; }
#custom-cta .cta-summary .readmore{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 85px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	display:none;
}
#custom-cta .cta:hover .readmore{ display:block;  }




#testimonials{ padding:50px 0; background: #f4f4f4;}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 250px;  background:none!important; }

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
}

#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}

#slider-testimonials > .testimonial .info{ font-size: 20px;  }


#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
	float: left;
	width: 100%;
}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #1982d1;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #1982d1;
	border-color: #1982d1;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* Gravity Forms Section */
#main .gform_wrapper ul { margin: 0px; }
#main .gform_wrapper ul li { margin: 10px 0px; padding: 0px; list-style-image: none; list-style: none; }
#main .gfield_required { color: #d1aa2d; }

/*-- Gravity Error Section ----------------*/
#main .gform_wrapper div.validation_error {border-color:#D1AA2D;text-align: left;padding:10px 0;font-weight: 400;color:#ff3300;}
#main .gform_wrapper li.gfield.gfield_error, #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border:none;background:none;}
#main .gform_wrapper .validation_message {padding-top: 5px;font-weight: 400;color:#ff3300;}
#main .gform_confirmation_wrapper {border:1px solid #eeeeee;background:#eeeeee;padding:20px;border-top:4px solid #D1AA2D;margin-bottom: 20px;}

/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }

/* Custom bootstrap
-------------------------------------------------- */
.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}
.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}

/* Custom Dashboard Pharmacy 777 - Front page signup/signin
-------------------------------------------------- */
#frontpage {float: left;width: 100%; height: 100%;}
#registration {float: left;width: 100%; height: 100%;}
span.signinbox {width: 550px;padding: 70px 50px;float: left;border: 1px solid #dddddd;margin-left: 15%; background: url(images/form-bg.png)0% 0% no-repeat; background-size: cover;}
.signup.col-md-4 {background: #002a5c; height: 100%; padding: 250px 7%; color: #ffffff; background: url(images/signup-bg.png)50% 50% no-repeat;background-size: cover;}
.signin.col-md-8 {background: #ffffff; padding: 20px; height: 100%; padding-top:8%}
p.forminfo {margin-top: 35px; line-height: 27px; font-size: 16px; float: left;width: 100%;}
a.btn {color: #ffffff; border: 1px solid #ffffff; font-weight: 500; font-size: 15px; text-shadow: none; letter-spacing: 0.5px;padding: 15px 25px; margin-top: 20px; background: transparent;webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a.btn:hover, a.btn:focus {background:#004f87; color: #ffffff;}

span.signinbox strong {color: #002346;}
span.signinbox h1 {color: #002346;}
span.signinbox p.forminfo {color: #002346;}

span.form-title {color: #637689;margin-top: 35px;float: left;width: 100%; font-size: 15px;}
.signin span.form-title {margin-top: 15px;}
a.forgotpw.col-md-6 {color: #b2b2b2;margin-top: 50px;padding-left: 0; font-weight: 800;}

input.btn-blue {margin-top: 30px;background: #62bae7;color: #ffffff;padding:20px 40px; float: right;text-align: center;border-radius: 7px;font-weight: 500;font-size: 16px;letter-spacing: 0.5px; -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

input.btn-blue:hover {background: #002a5c;}
a.forgotpw.col-md-6:hover {color: #002a5c;}
.signup.register.col-md-4 {background: url(images/registration-bg.png)50% 50% no-repeat; background-size: cover;}
.btn-default {background-color: #002a5c ;border: 0px;padding: 15px;color: #ffffff !important;}
.bootstrap-select {width: 100% !important;}
#page .bootstrap-select .dropdown-menu {padding-top: 0px !important;padding-bottom: 0;margin-top: 10px;height: 100%;min-height: 420px;border-radius:7px;}
input.street-name {width:64%; float: left; margin-right:1%;}
input.street-number {width: 35%; float: left;}
input.suburb {width:64%; float: left; margin-right:1%;}
input.postalcode {width: 35%; float: left;}

/* Register pages */
.register.col-md-8 {background: #ffffff;padding: 20px;height: 100%;padding: 50px 5%; overflow: scroll;}
span.registrarionbox {border: 1px solid #dddddd;float: left;padding: 50px; width: 100%;}
.registrarionbox h2 {color: #002346;}
p.steps {color: #aaaaaa; font-size: 12px; float: right;}
input#register-name {width: 49.5%; float: left;}
input#register-first-name {width: 49.5%; float: left; margin-left: 1%;}
form#address-radiobtn {float: left; width: 100%;}
span.form-title.col-md-3 {width: 25%; float: left; padding-left: 0px;}
form.address-radiobtn.col-md-9 {margin-top: 30px; color: #b2b2b2;}
form.address-radiobtn.col-md-9 input[type="radio"] {margin-right: 10px;}
.signup.register.col-md-4 {background: url(images/registration-bg.png)50% 50% no-repeat;background-size: cover;}
#subParts{display:none;}
.moreaddresspart{margin:10px 50px;}
#address {float: left;}
#postal-address {float: left;margin-top: 15px;}

span.tel.col-md-6 {padding-left: 0;padding-right: 0; width: 49.5%;}
span.tel-home.col-md-6 {padding-left: 0;padding-right: 0; width: 49.5%; margin-left: 1%;}
input#emailAddress {margin-top: 15px; float: left; width: 100%;}

/*----- DASHBOARD CUSTOM STYLE CSS ------*/

#dashboard-tab {
    float: left;
    height: 100vh;
    background: url(images/dashboard-side-bg.png)0% 0% no-repeat #01274b;
    background-size: cover;
    text-align: center;
    padding: 0;
    padding-top: 80px;
    width: 16.66666%;
    overflow: scroll;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#previousorder {width: 100%; float: left; height: 100%;}
#orders {padding: 20px; background: url(images/page-bg.png)100% 100% no-repeat #F7F5F6; height: 100vh; overflow: scroll;}
#orders label {color:#637689; margin-bottom: 10px;}
.page-title {background: #012143; padding: 10px 20px; color: #ffffff; letter-spacing: 0.5px; font-weight: 300; float: left; width: 100%;}
.page-title h3 {width: 50%; float: left; margin-bottom: 0px;}
.page-title p a{width: 50%; float: left; text-align: right; margin-bottom: 0px; padding-top: 3px; color: #ffffff; cursor: pointer;}
.page-title p a:hover {color: #62bbe7;}

h1.box-title.col-md-4 {float: left;padding: 30px 0px;font-size: 42px; padding-left: 10px;}
span.ordersearch.col-md-8 {float: left;margin-top: 25px;}
span.box-header { float: left; width: 96%; border-bottom: 1px solid #dddddd; padding: 20px 0px; margin-left: 2%;}
.ordersearch input {background: url(images/search-icon.png) 13px 6px no-repeat;background-color: transparent; padding-left: 50px;}
span.search-results {font-size: 22px; padding: 30px 0px; width: 100%; float: left; color: #002346; font-weight: 300; border-bottom: 1px solid #dddddd; padding-left: 10px;
margin-left: 2%; width: 96%;}
#dashboard-tab a.profile {color: #ffffff; letter-spacing: 0.5px; text-align: center; float: left; width: 100%; border-bottom: 1px solid #013662; padding: 5vh 0px 2vh 0px;}
#dashboard-tab a.new-quote {float: left; width: 100%; padding:2vh 1vh; border-bottom: 1px solid #013662;}
#dashboard-tab a.previoud-order {float: left; width: 100%; padding:2vh 1vh; border-bottom: 1px solid #013662;}
#dashboard-tab a.current-order {float: left; width: 100%; padding:2vh 1vh; border-bottom: 1px solid #013662;}
#dashboard-tab a.resources {float: left; width: 100%; padding:2vh 1vh; border-bottom: 1px solid #013662;}
#dashboard-tab .dash-logout { float: left; width: 100%; z-index: 9; left: 0; margin-top: 5px; position: relative;
transition: none; background: url(images/logout-bg.png)0% 0% no-repeat; background-size: cover; min-height: 180px; bottom: 0;}
a.deshboard-signout {position: relative;width: 100%;float: left;left: 0; bottom: 30px; color: #ffffff; background: transparent !important; font-weight: 500; font-size: 15px; letter-spacing: 0.5px; cursor: pointer; margin-top: 140px;}
a.deshboard-signout:hover {color:#002246;}
#dashboard-tab a.profile h1 {color: #62bbe7;text-align: center; font-size: 24px; font-weight: 500; margin-bottom: 10px;}
#dashboard-tab a.profile {color: #ffffff; letter-spacing: 0.5px; text-align: center;}
#dashboard-tab img.profile-img {margin-bottom: 20px;}

.box-header.resources {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dddddd;
    float: left;
    width: 100%;
}
.box-header.resources .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 19px;
    color: #999 !important;
}
.box-header.resources .select2-container--default .select2-selection--single .select2-selection__arrow b {margin-top: 6px;}
.box-header.resources .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 40px;}

#dashboard-tab h1.deshboard-sub-title {color: #ffffff;text-align: center; font-size:1.2em; font-weight: 400; margin-bottom: 10px;}
#dashboard-tab h1.deshboard-signout { color: #ffffff; text-align: center; font-size: 18px; font-weight: 400; transition: all 0.3s ease;
 -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; position: relative; text-align: center; width: 100%; left: 0;}
#dashboard-tab a.menu-active {background: #041423;border-right: 10px solid #62bbe7;}

#dashboard-tab a {transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
#dashboard-tab a:hover {background: #041423;}
#dashboard-tab a.logout:hover {background: transparent;}
#dashboard-tab a.logout h1:hover {color: #041423;}

/* TABLE STYLE */
section#orderlist {float: left; width: 100%; padding: 0px;}
section#orderlist tr {
    line-height: 50px;
}
tr.d0 td {background-color: #f9f9f9;}
tr.d1 td {background-color: #ffffff;}
#orderlist td, #orderlist th, .egh_orders td, .egh_orders th {font-size: 14px; color: #707070; text-align: left;}
th.list-name {padding-left: 50px;}
#orderlist th, .egh_orders th {font-weight: 300; color: #b2b2b2;}
#orderlist td.name {font-weight: 700; padding-left: 50px;}
.orderbox {float: left;width: 100%;background: #ffffff; border: 1px solid #dbdbdb;}

a.active-btn {border: 1px solid #62bbe7;padding: 8px 28px;text-align: center;width: 100%;color: #62bbe7;border-radius: 6px; cursor: pointer; transition: all 0.3s ease;
  -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
a.active-btn:hover {background: #62bbe7; color: #ffffff;}
th.list-action {text-align: center;}
td.action {text-align: center;}



/* Previous Order Single Page Style CSS */

span.previous-single-box-header {float: left;width: 100%;padding: 30px 20px;background: #ffffff;}
span.previous-single-box-header h1 {color: #002346;font-size: 38px;}
.previous-single-box { float: left;width: 100%; padding: 30px 30px;}
span.previousorder.col-md-3 {background: url(images/prev-order-bg.png)0% 0% no-repeat;background-size: cover;text-align: center;
  width: 23%;margin: 1%;padding-bottom: 0;border-radius: 5px;padding:0px;padding-top: 244px;min-height: 348px;}
.previousorder p.order-date {color: #637689;font-size: 14px; letter-spacing: 1px;}
.previousorder p.order-type {background: #f5f5f6;padding:15px 0px;color: #637689; margin-bottom: 0px;font-size: 14px; letter-spacing: 0.5px;}
.previousorder p.order-location {padding:15px 0px;color: #637689; text-transform: uppercase;font-size: 14px;letter-spacing: 0.5px;margin-bottom: 0px;}
a.previous-reorder-btn {width: 100%; float: left;background: #004f87;width: 100%;border-radius: 0 0 5px 5px;padding: 17px 0px;color: #ffffff;font-weight: 500;letter-spacing: 1px;font-size: 16px; outline: none;}
a.previous-reorder-btn:hover {background: #62bbe7;transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
span.previousorder.neworder.col-md-3 {background: #e2e2e4; padding-top: 71px;}
.previousorder p.new-order-title {color: #b8b8b8;font-weight: 800;}
span.previousorder.neworder.col-md-3 i {font-size: 120px;color: #f5f5f5;}

/* RE_ORDER POPUP BOX STYLE CSS */
input[type="file"] {display: block; outline: none; width: 85px;float: left;font-size: 21px;}

.fancybox-close {position: absolute;top: 15px;right: 15px;width: 65px;height: 36px;cursor: pointer;z-index: 8040;border: 2px solid #ffffff;background: url(images/fancy_close.png)50% 50% no-repeat !important}
.fancybox-close:hover {border: 2px solid #dddddd;}
.fancybox-skin {padding:70px 50px; width: 100% !important; min-width: 500px !important;}
.fancybox-opened {z-index: 8030; width: 40% !important;left: 30% !important;}
.fancybox-inner {width: 100% !important; padding-bottom: 50px;}
#reorder {padding: 50px; min-height: 600px;}
#reorder span {line-height: 24px; padding-left: 0px;}
#reorder a {color: #62bae7;}
#reorder h1 {font-weight: 300; color: #002346; margin-bottom: 15px;}
p.reorder-title { margin-top: 20px;margin-bottom: 10px;color: #637689; width:100%; float: left;}
span.getpatientname {width: 100%; float: left;}
span.script {width: 100%;float: left;}
a.script-edit.col-md-3 {float: right;margin-top: -70px; position: relative;}
span.script input[type="radio"] {margin-right: 10px; margin-bottom: 10px;}
a.confirm-order-btn {background: #62bae7;color: #ffffff !important;padding: 15px;width: 100%;float: left;text-align: center;margin-top: 40px;border-radius: 5px;font-size: 16px; font-weight: 500;}
a.confirm-order-btn:hover {background: #004f87;transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease}

.upload-btn-wrapper {position: relative;overflow: hidden;display: inline-block;float: right;margin-top: -70px; width: 26%;}
.upload-btn-wrapper input[type=file] {font-size: 100px; position: absolute; left: 0; top: 0;opacity: 0;}
.upload-btn-wrapper button.btn {background: transparent;color: #62bae7;}
.upload-btn-wrapper button.btn:hover {color:#01274b;}

/* START NEW ORDER PAGE */
.new-orderbox.stepone {float: left; width: 100%; background: #ffffff; padding:30px;}
h1.steptitle {background: #012143; padding: 15px 20px; color: #ffffff; letter-spacing: 0.5px; font-weight: 500; float: left; width: 100%; font-size: 16px;}
h1.steptitle a {color: #ffffff;}
h1.steptitle a:hover {color: #62bbe7;}
.new-orderbox .col-md-8 {border: 1px solid #dddddd;padding: 40px;min-height: 400px;width: 58%;margin-right: 2%;border-radius: 5px;}
.new-orderbox .col-md-4 {width: 33%;}
.order-review-box {background: #e5e9eb; padding: 40px 40px 25px; border-radius: 5px; width: 100%; float: left;}
.line-2 {height: 1px;width: 100%;float: left;background: #dddddd;margin-top: 25px;margin-bottom: 25px;}
.line-white {height: 1px; width: 100%; float: left;background: #ffffff; margin-top: 25px; margin-bottom: 25px;}
.new-orderbox.stepone h1 {font-weight: 300; font-size: 32px; color: #002346}

/* Order tables */
/* STEP 1 */
table.yourqoute {padding: 0px 0px;}
th.list-title {color:#637689; margin-bottom: 5px; width: 100%; float:left; margin-top: 5px; font-weight: 300;}
td.tab-base {color: #707070; font-weight: 600;}
td.tab-amount {color:#01274b; font-weight: 600;}

a.place-order.col-md-12 {color: #ffffff; width: 100%;background: #62bbe7;padding: 20px;border-radius: 5px;text-align: center;font-size: 20px;
font-weight: 500; letter-spacing: 0.5px; transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease; cursor: pointer;}
a.place-order.col-md-12:hover {background: #01274b;}
a.generate-btn.col-md-9 {width:50%;float: left;background: #01274b;  padding: 17px;text-align: center;color: #ffffff;font-weight: 500;font-size: 16px !important;border-radius: 5px; letter-spacing: 0.5px;
  transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
a.generate-btn.col-md-9:hover {background: #62bae7;}
h3.ganerated-price.col-md-3 {padding-right: 0px;width: 50%;float: right;clear: none; text-align: right; line-height: 60px; font-size: 27px;color: #01274b;}

.terms-neworder.col-md-12 {background: #e5e9eb; margin-top: 15px;border-radius: 5px; width: 100%; float: left; padding:0px; margin-bottom: 15px;}
span.tnc.title {width: 100%; float: left; background: #01274b; color: #ffffff; padding: 10px 20px; border-radius: 5px 5px 0px 0px; letter-spacing: 0.5px; }
span.tnc.title a {text-align: right; float: right;  color: #ffffff; width: 200px; background: url(images/eye-icon.png)55px 50% no-repeat;}
span.tnc.title a:hover {color: #62bbe7}
p.check-tnc {padding: 10px 20px;float: left;width: 100%;margin-bottom: 0;font-size: 13px;color: #8c8c8c;}
input#check-tnc {margin-right: 10px;width: 20px;}

.new-orderbox button.btn.dropdown-toggle.selectpicker.btn-default {background: #dadfe2;color: #01274b !important;font-weight: 800;font-size: 16px;padding: 12px 15px; outline: none;}
#page .ingredients {width: 100%; float: left; line-height: 45px; font-size: 14px; padding:0px; margin-top: 15px;}
#page .ingredients span.col-md-2 { color: #707070; font-weight: 600; padding-left: 5px; padding-right: 5px; width: 15%;}
#page .ingredients .bootstrap-select .dropdown-menu {  min-height: auto;  height: auto;margin-top: 0;  padding-top: 0;padding: 0;outline: none;}
#page .ingredients .bootstrap-select .dropdown-menu li {border: 0px !important;margin:10px !important; padding:0 5px;}
#page .ingredients .bootstrap-select .dropdown-menu li.selected a {margin-left: 0px;}
#page .ingredients .bootstrap-select .dropdown-menu li:hover {border: 0px !important; margin-left: 10px !important; border: 0px !important;}
.ing-add-remove {width: 12%; float: left;}
.bootstrap-select {outline: none;}
#page .bootstrap-select .dropdown-menu li a:hover {margin-left:0px;}
#page .ingredients span.col-md-2 a {
    font-weight: 300;
    padding: 4px 25px;
    float: left;
    height: 30px;
    line-height: 22px;
    margin-top: 10px;
}
input.base-size {
    color: #334;
    border: 1px solid #aaa;
    padding: 4px;
    margin-top: 10px;
    float: left;
    height: 30px;
}
#page .ingredients span.col-md-2 a:hover {color:#01274b;}
span.col-md-2.removebtn  {text-align: center;}
span.col-md-2.removebtn a {color: #e76262;}
span.col-md-2.addbtn {text-align: center;}
span.col-md-2.addbtn a {color: #62bbe7; border: 1px solid #62bbe7; padding: 13px 25px;border-radius: 5px;}

.step1-child-amount button.btn.dropdown-toggle.selectpicker.btn-default {background: #ffffff;border: 2px solid #dadfe2;padding: 11px 15px;}
select#ingredient-unit {color: #334; border: 1px solid #aaa; padding: 4px; margin-top: 10px; float: left; height: 30px; background: transparent;}
select#base-unit {color: #334; border: 1px solid #aaa; padding: 4px; margin-top: 10px; float: left; height: 30px;background: transparent;}
.add-remove {
    float: left;
    width: 12%;
}
div#data {
    padding: 30px;
}
#data h3 {color:#012143;}
/* Steps top Banner  */
.new-orderbox {min-height: 600px; overflow: scroll;}
span.newqoute.step1 {min-height: 230px; float:left; width:100%; background: url(images/step-01-bg.jpg)50% 45% no-repeat; background-color: #ffffff;}
span.newqoute.step2 {min-height: 230px;float: left; width: 100%; background: url(images/step-02-bg.jpg)50% 45% no-repeat; background-color: #ffffff;}
span.newqoute.step3 {min-height: 230px;float: left; width: 100%; background: url(images/step-03-bg.jpg)50% 45% no-repeat; background-color: #ffffff;}
span.newqoute.step4 {min-height: 230px;float: left; width: 100%; background: url(images/step-04-bg.jpg)50% 45% no-repeat; background-color: #ffffff;}

/* STEP 2 */
.new-orderbox.steptwo {width: 100%; float: left; background: #ffffff; padding: 30px;}
.new-orderbox.steptwo h1 {font-weight: 300; font-size: 32px; color: #002346; float: left; width: 100%; margin-top:10px; margin-bottom: 20px;}
.new-orderbox.steptwo .col-md-4 {background: #dadfe2;padding: 30px;border-radius: 5px; width: 30%;}
.step2-orderdetails.col-md-6 {width: 68% !important; margin-left: 2%;}
.step2-orderdetails.col-md-6 .col-md-12 {float: left; width: 100%; border: 1px solid #d1d1d1; padding: 35px; border-radius: 5px; margin-top: 1px;}
.new-orderbox.steptwo td.tab-amount {text-align: left; color: #707070;}
td.tab-amount {text-align: right;}
.new-orderbox.steptwo td.tab-base {width: 50%;}
.new-orderbox.steptwo tr.ingredients-tab td {width: 50%; float: left;}
.new-orderbox.steptwo tr.ingredients-tab {width: 100%; margin-top: 10px;margin-bottom: 10px; float: left;}
.new-orderbox.steptwo th.list-title {margin-bottom: 10px; font-weight: 500;}
.totalprice {padding-left: 10px; font-size: 30px;color: #01274b;font-weight: 300;letter-spacing: 1px;margin-top: 10px;width: 100%;  float: left;}
.step2-orderdetails.col-md-6 label {margin-top: 20px; float: left;width: 100%; color: #002346;}
.step2-compounder button.btn.dropdown-toggle.selectpicker.btn-default {background: #01274b;color: #ffffff !important;margin-top: 10px;}
#page .bootstrap-select.step2-compounder .dropdown-menu {  min-height: auto;  height: auto;margin-top: 0;  padding-top: 0;padding: 0;outline: none;}
#page .bootstrap-select.step2-compounder .dropdown-menu li {border: 0px !important;margin:10px !important;}
#page .bootstrap-select.step2-compounder .dropdown-menu li.selected a {margin-left: 0px;}
#page .bootstrap-select.step2-compounder .dropdown-menu li:hover {border: 0px !important; margin-left: 10px !important;}

select.step2-compounder {
    height: 30px;
    width: 100%;
    background: transparent;
    color: #999;
    border: 1px solid #999;
    outline: none;
}
input#user_id {
    float: left;
    width: 49%;
    margin-left: 1%;
}
textarea.comments {width: 100%; float: left; min-width: 350px; height: 200px;
	color: red;}
textarea.comments::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: red;
	opacity: 1; /* Firefox */
}

textarea.comments:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: red;
}

textarea.comments::-ms-input-placeholder { /* Microsoft Edge */
	color: red;
}
input#dateofbirth, input#allergies, input.suburb.weight {
	width: 49.5% !important;
}

a.savenext {background: #62bae7;color: #ffffff;text-align: center;width: 100%;float: left;margin-top: 15px;padding: 16px;  border-radius: 5px;font-weight: 500;font-size: 17px;
letter-spacing: 0.5px; transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
a.savenext:hover {background: #01274b;}

/* STEP 3 */
.new-orderbox.stepthree {width: 100%; float: left; background: #ffffff; padding:30px;}
.new-orderbox.stepthree h1 {font-weight: 300; font-size: 32px; color: #002346; float: left; width: 100%; margin-top:10px; margin-bottom: 20px;}
.new-orderbox.stepthree .col-md-7 { border: 1px solid #d1d1d1;border-radius: 5px; padding: 30px;}
.new-orderbox.stepthree .col-md-5 {padding-left: 50px;}
input.mobile {margin-bottom: 5px;}
span.form-title.sctipt {
	/* width: 60px; */
	/* margin-top: 30px; */
	float: left;
	margin-top: 0;
	margin-bottom: 10px;
}
.address-radiobtn.col-md-9 {padding:0px;}
.new-orderbox.stepthree .upload-btn-wrapper {margin-top: -5px; text-align: left; float: right; width: 66%; overflow: visible;}
span.ordertotal-price {width: 100%;padding: 10px;background: #dadfe2;float: left; border-radius: 5px;}

.order-review-total h3 {color: #637689; text-transform: uppercase; font-size: 16px; margin: 20px 0px;}
span.ordertotal-price p { font-size: 30px; color: #01274b; width: 50%; float: left; padding-top: 40px; padding-left: 25px; font-weight: 300; letter-spacing: 0.5px;}
span.ordertotal-price p.price {text-align: right; padding-right: 35px;}
a.confirm-order { background: #62bae7; margin-top: 20px; float: left; width: 100%; text-align: center; padding:17px; border-radius: 5px; color: #ffffff; font-size: 16px; font-weight: 500;}
.order-review-total {width:50%; margin: 0 auto; min-height: 355px; border:1px solid #d1d1d1;text-align: center; padding-top: 220px; margin-bottom: 20px; background: url(images/new-order-step3-bg.png)50% 20% no-repeat;}


#ui-datepicker-div {width: 200px;background: #ffffff;border: 1px solid #dddddd;padding: 10px;}
#ui-datepicker-div thead {margin:0px 10px;}
#ui-datepicker-div select {width: 50%;}
a.ui-datepicker-next.ui-corner-all {float: right;}

	/* STEP 4 - checkout */
.new-orderbox.stepfour { float: left; width: 100%; padding: 30px; background: #ffffff; }
.new-orderbox.stepfour h1 {font-weight: 300; font-size: 32px; color: #002346; float: left; width: 100%; margin-top:10px; margin-bottom: 20px;}
a.checkout-order-btn {padding: 17px 40px; text-align: center; background: #62bae7; color: #ffffff; margin-top: 15px;  border-radius: 5px;font-weight: 500;font-size: 17px; float: left;
letter-spacing: 0.5px; transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
a.checkout-order-btn:hover {background: #01274b;}

.amx-checkout img {border: 1px solid #d1d1d1; border-radius: 5px;padding: 10px;width: 100%;}

/* STEP 5 - Order comfirmation */
.new-orderbox.stepfive { float: left; width: 100%; padding: 30px; background: #ffffff; }
.new-orderbox.stepfive h1 {font-weight: 300; font-size: 32px; color: #002346; float: left; width: 100%; margin-top:10px; margin-bottom: 20px;}
.amx-checkout-success {width: 100%; float: left; border: 1px solid #d1d1d1; padding: 30px; border-radius: 5px; margin-bottom: 20px;}
.amx-checkout-success h3 {float: left; width: 100%; margin-bottom: 10px;}
.amx-checkout-success h1 {color: #62bbe7 !important}

.amx-checkout-failed {width: 100%; float: left; border: 1px solid #d1d1d1; padding: 30px; border-radius: 5px; margin-bottom: 20px;}
.amx-checkout-failed h3 {float: left; width: 100%; margin-bottom: 10px;}
.amx-checkout-failed h1 {color: #62bbe7 !important}


/* USER DASHBOARD */
.dashboard {width: 100%; float: left; background: #ffffff; padding: 30px 30px 50px;}
.dashboard h1.username {color: #002346;font-weight: 300;width: 100%;float: left;margin-bottom: 10px;font-size: 50px;}
.dashboard h3.account-type {color: #002346;font-weight: 300;width: 100%;float: left;margin-bottom: 10px;font-size: 32px;}
.profileinfo {float: left; width: 100%;}
span.your-profile-info.col-md-4 {float: left; border: 1px solid #d1d1d1; padding: 50px 40px 30px; margin-left: 50px;}
a.edit-your-profile {float: right;border: 1px solid #d1d1d1;color: #666;font-size: 16px;padding-left: 30px;padding: 10px 20px;border-radius: 5px; width: auto;
  transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
a.edit-your-profile:hover {background: #f1f1f1;}
span.your-profile-info.col-md-4 h4.profile-title {width: 80%; float: left;  margin-top: -30px;margin-bottom: 30px;font-size: 16px; color: #637689;}
span.your-profile-info.col-md-4 p {float: left; width: 100%; color: #6a6a6a;}
span.your-profile-info.col-md-4 p span {font-weight: 600;}
a.edit-your-profile:hover {color: #002346;}
span.your-profile-info.col-md-4 h3 {color: #002346;}

span.your-profile-info.col-md-12 {padding: 30px;float: left;border: 1px solid #d1d1d1;border-radius: 5px;}
.your-profile-info-2 {float: left;margin-left: 50px;width: 33.333333%;}
a.col-md-12.add-additional {border-radius: 5px;background-color: #e7e7e7;margin-top: 0;padding: 35px;  color: #72828b;  font-size: 18px;  letter-spacing: 0.5px;font-weight: 500;  padding-left: 70px;margin-top: 15px;  background: url(images/plus-icon.png)25px 50% no-repeat #e7e7e7;
transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
a.col-md-12.add-additional:hover {background-color: #ccc;}
span.your-profile-info.col-md-12 h4.profile-title {float: left;width: 80%; float: left; margin-top: -30px; margin-bottom: 30px; font-size: 16px; color: #637689;}
.your-profile-info-2 p {float: left; width: 100%; color: #6a6a6a;}
.your-profile-info-2 p span {font-weight: 600;}

input.ingredient-size {color: #334;border: 1px solid #aaa;padding: 4px;  margin-top: 10px;float: left;}
a.download-pdf img {width: 80px; padding: 10px 0px;}
select.medication-type.col-md-9 {height: 30px;outline: none; width:73.5% !important; float: right !important;}
.medi-type span.select2.select2-container.select2-container--default {width: 73.5% !important; margin-left: 10px;}
.medi-type span.select2.select2-container.select2-container--default.select2-container--focus {width: 73.5% !important; margin-left: 10px;}
.medi-type .select2-container--default .select2-selection--single {color:#999 !important;}
p.check-tnc a {color: #40bfea;}

.medi-type {
	float: left;
	width: 100%;
	line-height: 60px;
}
a#add-medication-type {
	color: #62bbe7;
	border: 1px solid #62bbe7;
	width: 100%;
	float: right;
	line-height: 30px;
	float: right;
	margin-top: 16px;
	text-align: center;
	border-radius: 5px;
}

#page .ingredients select {
	background: transparent !important;
	border: none;
	-webkit-appearance: none;
}
span#notes-text {
	color: #62bbe7;
	margin-left: 9px;
}

.amx-loader {
	height: 4px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #ddd;
}
.amx-loader:before{
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 4px;
	background-color: #62bbe7;
	animation: amx-loading 2s linear infinite;
}

@keyframes amx-loading {
	from {left: -200px; width: 30%;}
	50% {width: 30%;}
	70% {width: 70%;}
	80% { left: 50%;}
	95% {left: 120%;}
	to {left: 100%;}
}

a#contact-btn {color: #62bbe7;}
#compounders {line-height: 30px; padding:30px;}
#compounders h3 {
	line-height: 30px;
	margin-bottom: 10px;
	color:#012143;
}
#compounders thead {
	margin-bottom: 10px;
	line-height: 30px;
}
#compounders tbody tr {
	margin-bottom: 10px;
	line-height: 30px;
}
#compounders tr td {
	margin-right: 40px;
	min-width: 8.5em;
}

#prev-orders_wrapper table.dataTable thead th, #prev-orders_wrapper table.dataTable thead td {
	padding: 10px 34px;
	border-bottom: 0;
}
#prev-orders_wrapper table.dataTable tbody th, #prev-orders_wrapper table.dataTable tbody td {
	padding: 8px 35px;
}
#prev-orders_wrapper table.dataTable.no-footer {
	border-bottom: 1px solid #aaa;
}
.dataTables_wrapper .dataTables_info {padding-left: 35px;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: transparent !important;
	border: none !important;
}
.dataTables_wrapper {padding:0px 35px;}
.dataTables_wrapper .dataTables_paginate {padding-right: 35px}

.registrarionbox .select2-results {
	display: none;
}

.page-template-registration .select2-results {
	display: none;
}

#mySelect2 {
	width: 38%;
	margin-left: 1em;
	margin-top: 1%;
}

.registrarionbox .select2 {
	width: 38% !important;
	margin-left: 1em;
	margin-top: 0.5%;
}

.registrarionbox .select2-selection--single {
	height:43px;
}

.registrarionbox .select2-selection--single .select2-selection__rendered {
	padding-top:7px;
}

.registrarionbox .select2-container--default .select2-selection--single {
	border: 2px solid #ebebeb;
}

.fancybox-inner {
	padding-left:2em;
	padding-right:2em;
}

a.confirm-order-btn-common {
	background: #62bae7;
	color: #ffffff !important;
	padding: 15px;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
}

.egh-common-order-btn {
	margin-top:0px !important;
}

#reset-password-box {
	padding-top: 4em;
}

#submit_retype_pwd {
	float:left;
}

.page-id-3095 .navbar {
	width: 100% !important;
}

.page-id-3095 .signinbox {
	margin-top: 5%;
    width: 75%;
}

/*.common-orders-table tr {*/
	/*height:4em;*/
/*}*/

.common-orders-table tr {
	line-height:5em;
}

.egh_common_order_title {
	padding-left:1%;
}

#common-orders-box {
	display: block;
	float: left;
	width: 100%;
	background: #ffffff;
	border: 1px solid #dbdbdb;
}

.egh_orders .dataTables_length, .egh_orders #prev-orders_filter {
	display:none;
}

.egh_orders .dataTables_wrapper .dataTables_paginate {
	display: block;
	float: right;
}

.egh_orders .dataTables_info {
	display:block;
	float:left;
}

.egh_orders .paginate_button {
	padding-right:5%;
}

.egh_orders .dataTables_wrapper {
	padding:0px;
}

.egh-applicable-label {
	padding-bottom:3%;
}

.breastfeeding-parent-div, .pregnant-parent-div, .other-radio-div {
	padding-top:3%;
}

.egh-gender-container {
	display:inline-block;
	width:100%;
}

.reorder-container {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.new-orderbox.steptwo tr.ingredients-tab td {
	    overflow-wrap: break-word;
}

.tab-amount {
	padding-left:20px;
}

#process-order {
	color: #ffffff;
	width: 100%;
	background: #62bbe7;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	cursor: pointer;
}

#reordersubmit {
	background: #62bae7;
	color: #ffffff !important;
	padding: 15px;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
}

#reordersubmit:hover, #process-order:hover {
	background: #01274b;
}

/** Old Submit buttons to hide **/

.col-md-4 > a.place-order.col-md-12{
	display:none !important;
}

.page-template-previous-order .fancybox-inner #confirm_btn_popup_box {
	display:none !important;
}

.page-template-previous-order .fancybox-inner #reordersubmit {
	display:block !important;
}
