/* Custom Code For Navigation Bar */

* {
	font-family: Whitney SSm A, Whitney SSm B, Helvetica, Arial;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased !important;
}

html {
	height: 100%;
}

body {
	color: #6B7984;
	background-color: #EBF4FA;
	/* #f1f5f9; */
	font-size: 14px;
	letter-spacing: -.5px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	overflow-x: hidden;
}

.pageContent,
#pageContent {
	min-height: calc(100% - 185px);
}

h1 {
	font-size: 26px;
	font-weight: 500;
	color: #2E383D;
	letter-spacing: -1px;
	margin: 15px 0 15px 0;
	text-align: left;
}

h2 {
	font-size: 22px;
	font-weight: 500;
	color: #2E383D;
	letter-spacing: -1px;
	margin: 15px 0 15px 0;
	text-align: left;
}

h3 {
	font-size: 20px;
	font-weight: 500;
	color: #2E383D;
	letter-spacing: -1px;
}

h4 {
	font-size: 18px;
	font-weight: 500;
	color: #2E383D;
	display: block;
}

h5 {
	font-size: 16px;
	font-weight: 500;
	color: #2E383D;
	display: block;
}

h6 {
	font-size: 15px;
	font-weight: 500;
	color: #2E383D;
	display: block;
}

h1.lineThrough,
h2.lineThrough,
h3.lineThrough,
h4.lineThrough {
	display: table;
	white-space: nowrap;
}

h1.lineThrough:before,
h2.lineThrough:before,
h3.lineThrough:before,
h4.lineThrough:before,
h1.lineThrough:after,
h2.lineThrough:after,
h3.lineThrough:after,
h4.lineThrough:after {
	border-top: 1px solid #c9cacb;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.6em;
	width: 45%;
}

h1.lineThrough:before,
h2.lineThrough:before,
h3.lineThrough:before,
h4.lineThrough:before {
	right: 1.5%;
}

h1.lineThrough:after,
h2.lineThrough:after,
h3.lineThrough:after,
h4.lineThrough:after {
	left: 1.5%;
}

h1 .fa,
h2 .fa {
	margin-right: 10px;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.6em;
}

p.topMargin {
	margin-top: 40px;
}

p.bottomMargin {
	margin-bottom: 40px;
}

img {
	max-width: 100%;
}

img.shadow {
	-webkit-box-shadow: 0 0 2px 2px #737373;
	box-shadow: 0 0 2px 2px #737373;
}

.hidden {
	display: none;
}

a {
	color: #3297d3;
	font-weight: 500;
	text-decoration: none;
}

a:hover {
	color: #6B7984;
}

ul,
ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul li {
	margin-left: 40px;
	margin-bottom: 10px;
	list-style-type: circle;
	line-height: 1.6em;
	text-align: left;
}

ol.breadcrumb li {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	list-style-type: none !important;
	line-height: 1em !important;
	text-align: 0 !important;
}

ol li {
	margin-left: 40px;
	margin-bottom: 10px;
	list-style-type: decimal;
	line-height: 1.6em;
	text-align: left;
}

hr {
	border: none;
	border-bottom: 1px solid #c9cacb;
}

b,
strong {
	font-weight: 700;
}

pre {
	padding: 10px;
	color: #FFF;
	font-size: 90%;
	background-color: #3e4042;
	border-left: 5px solid #3297d3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 20px 0 20px 0px;
	overflow: scroll;
}

pre code {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.opaque {
	opacity: .3;
}

.opaque:hover {
	opacity: .3 !important;
}


/*------------- Grid Styles ----------------------*/

.col-row {
	clear: both;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.col-2 {
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	width: 49.5%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}

.col-3 {
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	width: 33%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}

.col-4 {
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	width: 24.6%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}

.col-2:first-child,
.col-3:first-child,
.col-4:first-child {
	padding-left: 0px;
}

.col-2:last-child,
.col-3:last-child,
.col-4:last-child {
	padding-right: 0px;
}


/*------------- Text Colors ----------------------*/

.whiteText {
	color: #FFF !important;
}

.greyText {
	color: #6B7984 !important;
}

.lightGreyText {
	color: #b4bbc1 !important;
}

.greenText {
	color: #27AE60 !important;
}

.slickBlueText {
	color: #27c4f1 !important;
}

.blueText {
	color: #3297d3 !important;
}

.redText {
	color: #C4332D !important;
}

.purpleText {
	color: #9B59B6 !important;
}

.orangeText {
	color: #FB7339 !important;
}

.yellowText {
	color: #F1C40F !important;
}


/*------------- Background Colors ----------------------*/

.whiteBackground {
	background-color: #FFF;
}

.greyBackground {
	background-color: #6B7984;
}

.darkgreyBackground {
	background-color: #2e383d;
}

.lightGreyBackground {
	background-color: #b4bbc1;
}

.greenBackground {
	background-color: #27AE60;
}

.slickBlueBackground {
	background-color: #27c4f1;
}

.blueBackground {
	background-color: #3297d3;
}

.redBackground {
	background-color: #C4332D;
}

.purpleBackground {
	background-color: #9B59B6;
}

.orangeBackground {
	background-color: #FB7339;
}

.yellowBackground {
	background-color: #F1C40F;
}


/*-------------Common Element Styles---------------------------*/

.container {
	/*max-width: 1124px;*/
	max-width: 95%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.container-full {
	width: 100%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

.container.bottomBorder,
.container-full.bottomBorder {
	border-bottom: 1px solid #e1e1e1;
}

.container.topBorder,
.container-full.topBorder {
	border-top: 1px solid #e1e1e1;
}


/*-------------Form Styles----------------------*/

form {
	text-align: left;
	width: auto;
}

form .form-group {
	display: block;
	clear: both;
}

form #icons span {
	font-size: 28px;
	/*margin-top: -18px*/
}

form #icons .upload_text {
	text-decoration: none;
	font-size: 18px;
	padding: 3px;
}

form h4 {
	font-size: 14px;
	font-weight: 500;
	color: #2E383D;
	display: block;
	margin-bottom: 10px;
	margin-top: 18px
}

form .form-group input:disabled {
	color: #b2babb !important;
	/* background: #E5E8E8; */
}

form .form-group.textRight {
	text-align: right;
}

form .form-group.half {
	display: inline-block;
	width: 48%;
}

form .form-group.quarter-and-half {
	display: inline-block;
	width: 73%;
}

form .form-group.half.left {
	float: left;
	clear: none;
}

form .form-group.half.right {
	float: right;
	clear: none;
}

form .form-group input[type=text],
input[type=text],
form .form-group input[type=email],
input[type=email],
form .form-group input[type=tel],
input[type=tel],
form .form-group input[type=date],
input[type=date],
form .form-group input[type=password],
input[type=password],
form .form-group input[type=number],
input[type=number],
form .form-group input[type=checkbox],
input[type=checkbox],
form .form-group textarea,
textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c8cdd1;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 10px;
	min-width: 100px;
	width: 100%;
	height: 34px;
	color: #6B7984;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #fbfbfb;
}


/* Prevent Chrome from using their default datepicker */

form .form-group input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-calendar-picker-indicator {
	display: none;
}

form .form-group input[type=date]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder {
	visibility: hidden !important;
}


/* Set color of placeholder text */

form .form-group input::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #6b7984;
	opacity: .3;
}

form .form-group input::-moz-placeholder,
input::-moz-placeholder {
	/* Firefox 19+ */
	color: #6b7984;
	opacity: .3;
}

form .form-group input:-ms-input-placeholder,
input:-ms-input-placeholder {
	/* IE 10+ */
	color: #6b7984;
	opacity: .3;
}

form .form-group input:-moz-placeholder,
input:-moz-placeholder {
	/* Firefox 18- */
	color: #6b7984;
	opacity: .3;
}

form .form-group input[type=text].threeQuarter,
input[type=text].threeQuarter,
form .form-group input[type=tel].threeQuarter,
input[type=tel].threeQuarter,
form .form-group input[type=date].threeQuarter,
input[type=date].threeQuarter,
form .form-group input[type=password].threeQuarter,
input[type=password].threeQuarter,
form .form-group input[type=checkbox].threeQuarter,
input[type=checkbox].threeQuarter,
form .form-group input[type=number].threeQuarter,
input[type=number].threeQuarter,
form .form-group textarea.threeQuarter,
textarea.threeQuarter,
form .form-group select.threeQuarter,
select.threeQuarter {
	width: 75%;
}

form .form-group input[type=text].half,
input[type=text].half,
form .form-group input[type=tel].half,
input[type=tel].half,
form .form-group input[type=date].half,
input[type=date].half,
form .form-group input[type=password].half,
input[type=password].half,
form .form-group input[type=number].half,
input[type=number].half,
form .form-group input[type=checkbox].half,
input[type=checkbox].half,
form .form-group textarea.half,
textarea.half,
form .form-group select.half,
select.half {
	width: 50%;
}

form .form-group.quarter,
form .form-group input[type=text].quarter,
input[type=text].quarter,
form .form-group input[type=tel].quarter,
input[type=tel].quarter,
form .form-group input[type=date].quarter,
input[type=date].quarter,
form .form-group input[type=password].quarter,
input[type=password].quarter,
form .form-group input[type=checkbox].quarter,
input[type=checkbox].quarter,
form .form-group textarea.quarter,
textarea.quarter,
form .form-group select.quarter,
select.quarter {
	width: 25%;
	padding-right: 15px !important;
}

form .form-group input[type=text].fifth,
input[type=text].fifth,
form .form-group input[type=tel].fifth,
input[type=tel].fifth,
form .form-group input[type=date].fifth,
input[type=date].fifth,
form .form-group input[type=password].fifth,
input[type=password].fifth,
form .form-group input[type=checkbox].fifth,
input[type=checkbox].fifth,
form .form-group textarea.fifth,
textarea.fifth,
form .form-group select.fifth,
select.fifth {
	width: 15%;
}

form .form-group textarea,
textarea {
	min-height: 125px;
}

form .form-group select,
select,
#inspectionDetails .custom-file {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c8cdd1;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 10px;
	min-width: 100px;
	width: 100%;
	height: 34px;
	color: #6B7984;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #fbfbfb;
}

#inspectionDetails .custom-file label {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	min-width: 100px;
	width: 100%;
	height: 34px;
	color: #6B7984;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #fbfbfb;
}

#inspectionDetails .custom-file-label::after {
	height: 34px;
}

form .form-group select.small,
select.small {
	padding: 3px 25px 3px 10px;
}

form .form-group input[type=checkbox],
input[type=checkbox] {
	width: auto;
	min-width: 0px;
	margin-right: 10px;
	cursor: pointer;
	-webkit-appearance: checkbox;
	/* removes weird styling in ios */
	-moz-appearance: checkbox;
	/* removes weird styling in other mobile browsers */
}

form .form-group input[type=radio],
input[type=radio] {
	width: auto;
	min-width: 0px;
	margin-right: 10px;
	cursor: pointer;
	-webkit-appearance: radio;
	/* removes weird styling in ios */
	-moz-appearance: radio;
	/* removes weird styling in other mobile browsers */
}

form .form-group input[type=text]:focus,
form .form-group input[type=tel]:focus,
form .form-group input[type=password]:focus,
form .form-group input[type=number]:focus,
form .form-group select:focus,
form .form-group textarea:focus {
	border: 1px solid #80D3EF;
	box-shadow: 0 0 5px #80D3EF;
	outline: medium none;
}

form .form-group label,
label {
	text-align: left;
	font-size: 14px;
	color: #141414;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 2px;
	opacity: .6;
}

form .form-group ul.errors {
	padding: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #c4332d;
	font-weight: 500;
}

form .form-group ul.errors li {
	color: #FFF;
	margin-left: 20px;
	margin-bottom: 0px;
	list-style-type: none;
}

form.vertical .form-group {
	margin-bottom: 10px;
}

form.vertical .form-group label {
	display: block;
	margin-bottom: 2px;
}

form.horizontal .form-group label {
	text-align: right;
	font-weight: 400;
	display: inline-block;
	margin-right: 10px;
	width: 25%;
}

form.horizontal .form-group input[type=text],
form.horizontal .form-group input[type=tel],
form.horizontal .form-group input[type=password],
form.horizontal .form-group input[type=number],
form.horizontal .form-group select,
form.horizontal .form-group textarea {
	width: 70%;
	vertical-align: top;
}

form.inline {}

form.inline .form-group {
	display: inline-block;
	vertical-align: top;
}

form.inline .form-group label {
	margin-bottom: 0;
	display: block;
}

form.inline .form-group input[type=text],
form.inline .form-group input[type=tel],
form.inline .form-group input[type=password],
form.inline .form-group input[type=number],
form.inline .form-group input[type=checkbox],
form.inline .form-group select,
form.inline .form-group textarea {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
	width: auto;
}


/* ----------------------------Slider ---------------------------- */

form .form-group .switch-field {
	margin-bottom: 10px;
	overflow: hidden;
}

form .form-group .switch-title {
	margin-bottom: 6px;
}

form .form-group .switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	overflow: hidden;
}

form .form-group .switch-field label {
	float: left;
	display: inline-block;
	width: 25%;
	height: 34px;
	opacity: 1 !important;
	background-color: #fbfbfb;
	color: #6b7984;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-shadow: none;
	padding: 6px 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

form .form-group .switch-field label:hover {
	cursor: pointer;
}

form .form-group .switch-field input:checked+label {
	color: white;
	font-weight: 700;
	background-color: #3297d3;
	/*#f9bf0d; #27AE60; */
	-webkit-box-shadow: none;
	box-shadow: none;
}

form .form-group .switch-field label:first-of-type {
	border-radius: 5px 0 0 5px;
}

form .form-group .switch-field label:last-of-type {
	border-radius: 0 5px 5px 0;
}

/*---------------------- Icons in Text Input ----------------------*/

.inner-addon {
	position: relative;
}

/* style icon */
.inner-addon .fa {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}

/* align icon */
.left-addon .fa {
	left: 0px;
}

.right-addon .fa {
	right: 0px;
}

/* add padding  */
.left-addon input {
	padding-left: 30px !important;
}

.right-addon input {
	padding-right: 30px;
}


/*------------- Navigation and Sub-Navigvation --------------------*/

#nav {
	background-color: #2E383D;
	position: relative;
	z-index: 2;
}

#nav .container {
	/*max-width: 1124px;*/
	max-width: 95%;
}

#nav #navContent {
	padding: 0 0 0 0;
	overflow-x: hidden;
}

#nav a#navLogo {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 30px 0px 0px;
	margin: 5px 10px 2px 0;
	/* border-right:1px solid #566166;
	*/
}

#nav a#navLogo img {
	height: 45px;
	margin-top: -4px;
}

#nav #navContent .dropdown.dropdown-tip:after {
	border-bottom: 6px solid #2e383d !important;
}

#nav #navContent ul {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav #navContent ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 0 0 -4px;
	vertical-align: middle;
}

#nav #navContent ul li a {
	color: #FFF;
	opacity: 1;
	font-weight: 500;
	display: inline-block;
	padding: 8px 15px 8px 15px;
	line-height: 28px;
	font-size: 12px;
}

#nav #navContent ul li a.last {
	padding-right: 0px;
}

#nav #navContent ul li a .icon {
	font-size: 18px;
	line-height: 29px;
}

#nav #navContent ul li a .icon.alert {
	position: relative;
}

#nav #navContent ul li a .icon.alert:after {
	display: inline-block;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 4px;
	background-color: #f74740;
	border: 2px solid #2e383d;
	content: "";
	position: absolute;
	top: 1px;
	right: -1px;
}

#nav #navContent ul li .dropdown a .icon {
	font-size: 14px;
	line-height: 18px;
}

/* Today */

.quarterWidth {
	width: 20%;
	padding-right: 5%;
}

#basicDetails .row,
#inspectionDetails .row,
#listingDetails .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 2px;
}

#basicDetails h2 span,
#inspectionDetails h2 span,
#listingDetails h2 span {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.3rem;
	margin-bottom: 1rem;
}

.condition_sections .row,
#listingDetails .row,
#advancedSearches .row {
	padding-left: 15px;
}

/*.condition_sections .row .form-group.quarter:nth-child(4) {
    padding-right: 0px!important;
}*/

#basicDetails .greyText {
	margin-top: 0px !important;
}

#additionalDetails .row {
	margin-left: 0px !important;
	margin-top: 2px;
}

#additionalDetails .greyText {
	margin-top: 0px !important;
}

#conditionDetails .row {
	margin-left: 0px !important;
	margin-top: 2px;
}

#conditionDetails .greyText {
	margin-top: 0px !important;
}

/* Today */

#nav #navContent ul#navRight {

	float: right;
}

#nav #navContent ul#navRight li a {
	border-left: 1px solid #3f494e;
}

#nav #navContent ul#navRight .userMeta {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	margin: 0px 10px 0 0;
	padding: 0 0 0 10px;
}

#nav #navContent ul#navRight .userMeta .userName {
	line-height: 15px;
	font-weight: 700;
	color: #FFF
}

#nav #navContent ul#navRight .userMeta .userRole {
	line-height: 15px;
	font-size: 10px;
	font-weight: 500;
	color: #3297d3;
}

#nav #navContent ul#navRight #navAvatar {
	border-radius: 50%;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	height: 30px;
	line-height: 30px;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	background-color: #3297d3;
}

#subNav {
	background-color: #6b7984;
	-webkit-box-shadow: 1px 1px 5px 0 #8e9ca7;
	box-shadow: 1px 1px 5px 0 #8e9ca7;
	margin-bottom: 20px;
}

#subNav #subNavContent {
	padding: 0 0 0 0;
	overflow-x: hidden;
}

#subNav #subNavContent ul {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#subNav #subNavContent ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 0 0 -3px;
	vertical-align: middle;
}

#subNav #subNavContent ul li a {
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	padding: 8px 18px 5px 18px;
	border-bottom: 3px solid #6b7984;
	line-height: 28px;
	font-size: 13px;
}

#subNav #subNavContent ul li a.last {
	padding-right: 0px;
}

#subNav #subNavContent ul li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #FFF;
}

#subNav #subNavContent ul li a.active {
	border-bottom: 3px solid #3297d3;
	background-color: #3297d3;
	color: #FFF;
}

#subNav #subNavContent ul li a .icon {
	margin-right: 5px;
}


/* ------------------- Page Content --------------------- */

#pageContent.goNative {
	padding-top: 75px;
}


#uploadImage {
	display: none;
	margin-bottom: 20px;
	/*margin-top:20px;*/
}

#uploadImage #uploadImageBox {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c8cdd1;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 10px;
	min-width: 100px;
	width: 100%;
	color: #6B7984;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #fbfbfb;
}


#uploadImage #uploadImageBox #uploadLeft {
	display: inline-block;
	vertical-align: middle;
	width: 63%;
	margin-right: 2%;
	text-align: center;
	min-height: 100px;
}

#uploadImage #uploadImageBox #uploadLeft #btnBrowse {
	margin-top: 10px;
	margin-bottom: 15px;
	text-decoration: none;
}

#uploadImage #uploadImageBox #uploadLeft #btnBrowse span {
	margin-left: 10px;
}

#uploadImage #uploadImageBox #uploadLeft #uploadImageError {
	font-size: 11px;
	margin-bottom: 10px;
}

#uploadImage #uploadImageBox #uploadLeft #uploadImageError:empty {
	display: none;
}

#uploadImage #uploadImageBox #uploadLeft #uploadImageText {
	font-size: 11px;
	font-weight: 400;
	max-width: 75%;
	margin: 0px auto;
}

#uploadImage #uploadImageBox #uploadRight {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #e9e8e9;
	padding-left: 3.5%;
	padding-top: 1%;
	min-height: 100px;
	width: 33%;
}

#uploadImage #uploadImageBox #uploadRight #uploadPreview {
	text-align: center;
	font-size: 55px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#uploadImage #uploadImageBox #uploadRight #uploadPreview span {
	margin-top: 15px;
}


/* ------------------- Header -------------- */

.header {
	margin-bottom: 8px !important;
	overflow: hidden;
}

.header.bottomBorder {
	border-bottom: 1px solid #c9cacb;
	padding-bottom: 10px;
}

.header.centered {
	text-align: center;
}

/*.header h1 {
	margin: 0 0 2px 0;
}*/

.header.centered h1 {
	text-align: center;
}

.header h4 {
	margin: 0 0 0 0;
	font-weight: 400;
	font-size: 14px;
	color: #6B7984;
}

.header .left {
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	width: 50%;
}

.header .right {
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
	width: 50%;
}

.header .right .label {
	margin-right: 10px;
	font-size: 15px;
	font-weight: 900;
}


/*------------- footer ---------------------------*/

#footer {
	clear: both;
	margin-top: 50px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#footer.goNative {
	display: none;
}

#footer #footerContent {
	border-top: 1px solid #c9cacb;
	/*max-width: 90%;*/
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	opacity: .7;
}

#footer #footerContent #copyright {
	font-size: 12px;
	float: left;
}

#footer #footerContent #footerShortcode {
	font-size: 12px;
	float: right;
}

#footer #footerContent #toggleDesktopDashboard {
	margin-top: 40px;
	display: block;
	text-align: right;
}


/* --------------- Panel -------------- */

.panel {
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09);
	background-color: #FFF;
	overflow: hidden;
}


.panel.doublePadding {
	padding: 20px;
}

.panel.tripplePadding {
	padding: 30px;
}

.panel.withHeader,
.panel.noPadding {
	padding: 0px;
}

.panel.noShadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel.withHeader .panelHeader {
	border-bottom: 1px solid #ebecee;
	text-align: left;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0 10px 10px;
	margin: 0 0 0 0;
}

.panel.withHeader.reverseColors .panelHeader {
	background-color: #f9fafc;
}

.panel.withHeader .panelHeader a {
	float: right;
	margin-right: 10px;
	font-weight: 500;
	font-size: 14px;
	margin-top: 2px;
}

.panel.withHeader .panelHeader a span {
	margin-left: 5px;
}

.panel.withHeader .panelBody {
	padding: 10px;
	background-color: #f9fafc;
	margin: 0;
}

.panel.withHeader.reverseColors .panelBody {
	background-color: #FFF;
}

.mfp-content .panel {
	margin-top: 50px;
	margin-bottom: 30px;
}


/*-----------------------------------submitForm--------------------------------------------*/

@charset "UTF-8";

/* CSS Document */

h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

h4 {
	font-size: 14px;
	margin-bottom: 30px;
}

form .form-group select,
select {
	min-width: 50%;
}

#submitForm {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#submitForm select {
	width: 100%;
}

#submitForm .header {
	margin-bottom: 40px;
}

#submitForm #customFields {
	margin-top: 20px;
}

#submitForm #customFields h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #c9cacb;
}

#submitForm input[type=checkbox] {
	margin-bottom: 0px;
	float: left;
}

#submitForm .agree {
	font-size: 12px;
	margin-bottom: 20px;
}

#submitForm .btn-small {
	float: right;
}

#submitForm .cancel {
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}

#submitFormLimit {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#submitFormLimit img {
	max-width: 150px;
	margin: 0 auto 30px auto;
	display: block;
}

#submitFormLimit h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}

#submitFormLimit .btn-medium {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 200px;
}


/*-------------Media Queries---------------------------*/

@media all and (max-width: 768px) {
	#submitFormLimit .btn-medium {
		margin-bottom: 20px;
		width: 80%;
	}

	#submitForm .cancel {
		margin-top: 17px;
	}
}

@media all and (max-width: 992px) {}

@media all and (max-width: 1200px) {}


/*-------------Button Styles---------------------------*/

.btn-xsmall {
	padding: 5px 15px 5px 15px;
	text-align: center;
	letter-spacing: -0.5px;
	display: inline-block;
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.btn-xsmall:hover {
	color: #FFF;
	opacity: .8;
}

.btn-small {
	padding: 8px 15px 8px 15px;
	text-align: center;
	letter-spacing: -0.5px;
	display: inline-block;
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.btn-small:hover {
	color: #FFF;
	opacity: .8;
}

.btn-medium {
	padding: 10px 20px 10px 20px;
	text-align: center;
	letter-spacing: -0.5px;
	display: inline-block;
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.btn-medium:hover {
	color: #FFF;
	opacity: .8;
}

.btn-large {
	padding: 10px 40px 10px 40px;
	text-align: center;
	letter-spacing: -0.5px;
	display: inline-block;
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.btn-large:hover {
	color: #FFF;
	opacity: .8;
}


/*------------- Button Shadow ---------------------------*/

.btn-xsmall.shadow,
.btn-small.shadow,
.btn-medium.shadow,
.btn-large.shadow {
	-webkit-box-shadow: 1px 1px 3px #1c1c1c;
	box-shadow: 1px 1px 3px #1c1c1c;
}


/*------------- Button Colors ---------------------------*/

.btn-xsmall.green,
.btn-small.green,
.btn-medium.green,
.btn-large.green {
	color: #FFF !important;
	border: none;
	background-color: #27AE60;
}

.btn-xsmall.green.outline,
.btn-small.green.outline,
.btn-medium.green.outline,
.btn-large.green.outline {
	color: #27AE60 !important;
	border: none;
	background-color: transparent;
	border: 1px solid #27AE60;
}

.btn-xsmall.green:hover,
.btn-small.green:hover,
.btn-medium.green:hover,
.btn-large.green:hover {
	opacity: .8;
	color: #FFF !important;
}

.btn-xsmall.blue,
.btn-small.blue,
.btn-medium.blue,
.btn-large.blue {
	color: #FFF !important;
	border: none;
	background-color: #3297d3;
}

.btn-xsmall.blue:hover,
.btn-small.blue:hover,
.btn-medium.blue:hover,
.btn-large.blue:hover {
	opacity: .8;
	color: #FFF !important;
}

.btn-xsmall.slickBlue,
.btn-small.slickBlue,
.btn-medium.slickBlue,
.btn-large.slickBlue {
	color: #FFF !important;
	border: none;
	background-color: #27c4f1;
}

.btn-xsmall.slickBlue:hover,
.btn-small.slickBlue:hover,
.btn-medium.slickBlue:hover,
.btn-large.slickBlue:hover {
	opacity: .8;
	color: #FFF !important;
}

.btn-xsmall.red,
.btn-small.red,
.btn-medium.red,
.btn-large.red {
	color: #FFF !important;
	border: none;
	background-color: #C4332D;
}

.btn-xsmall.red:hover,
.btn-small.red:hover,
.btn-medium.red:hover,
.btn-large.red:hover {
	opacity: .8;
	color: #FFF !important;
}

.btn-xsmall.purple,
.btn-small.purple,
.btn-medium.purple,
.btn-large.purple {
	color: #FFF !important;
	border: none;
	background-color: #9B59B6;
}

.btn-xsmall.purple:hover,
.btn-small.purple:hover,
.btn-medium.purple:hover,
.btn-large.purple:hover {
	opacity: .8;
	color: #FFF !important;
}

.btn-xsmall.orange,
.btn-small.orange,
.btn-medium.orange,
.btn-large.orange {
	color: #FFF !important;
	border: none;
	background-color: #FB7339;
}

.btn-xsmall.orange:hover,
.btn-small.orange:hover,
.btn-medium.orange:hover,
.btn-large.orange:hover {
	opacity: .8;
	color: #FFF !important;
}

.btn-xsmall.yellow,
.btn-small.yellow,
.btn-medium.yellow,
.btn-large.yellow {
	color: #FFF !important;
	border: none;
	background-color: #F1C40F;
}

.btn-xsmall.yellow:hover,
.btn-small.yellow:hover,
.btn-medium.yellow:hover,
.btn-large.yellow:hover {
	opacity: .8;
	color: #FFF !important;
}

.btn-xsmall.lightGrey,
.btn-small.lightGrey,
.btn-medium.lightGrey,
.btn-large.lightGrey {
	color: #FFF !important;
	border: none;
	background-color: #b4bbc1;
}

.btn-xsmall.lightGrey:hover,
.btn-small.lightGrey:hover,
.btn-medium.lightGrey:hover,
.btn-large.lightGrey:hover {
	opacity: .8;
	color: #FFF !important;
}

.btn-xsmall.grey,
.btn-small.grey,
.btn-medium.grey,
.btn-large.grey {
	color: #FFF !important;
	border: none;
	background-color: #6B7984;
}

.btn-xsmall.grey.outline,
.btn-small.grey.outline,
.btn-medium.grey.outline,
.btn-large.grey.outline {
	color: #6B7984 !important;
	border: none;
	background-color: transparent;
	border: 1px solid #6B7984;
}

.btn-xsmall.grey:hover,
.btn-small.grey:hover,
.btn-medium.grey:hover,
.btn-large.grey:hover {
	opacity: .8;
	color: #FFF !important;
}

.btn-xsmall.grey.outline:hover,
.btn-small.grey.outline:hover,
.btn-medium.grey.outline:hover,
.btn-large.grey.outline:hover {
	color: #6B7984 !important;
}


/* -------------------------------------------- CREATE A DIFFERENT CSS FOR THE BELOW STYLES AS THESE WILL BE ONLY RELATED TO THE MAIN DASHBOARD E.G. dashboard.css ---------------------------------------------*/

#quickStats {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

#quickStats .col-4 {
	border-right: 1px solid #e2e4e5;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#quickStats .col-4:last-child {
	border-right: none;
}

#quickStats .col-4.last {
	border: none;
}

#quickStats .col-4 .stat {
	font-weight: 900;
	font-size: 32px;
	letter-spacing: -2px;
	display: block;
	margin-right: 5px;
}

#quickStats .col-4 .label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
}

#mainContainer {
	/*background-color: #f9fafc;*/
	margin-bottom: 20px;
	/*max-height: 240px;*/
}

#mainContainer #quickLinks {
	width: 25%;
	min-height: 375px;
	background-color: #2e383d;
	display: inline-block;
	vertical-align: top;
}

#mainContainer #quickLinks h2 {
	color: #FFF;
	width: 80%;
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

#mainContainer #quickLinks ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 0px;
}

#mainContainer #quickLinks ul li {
	list-style-type: none;
	margin: 0 0 0 0;
}

#mainContainer #quickLinks ul li a {
	padding: 3px 15px 3px 15px;
	margin: 0 0 7px 0;
	border: 1px solid #2e383d;
	text-align: left;
	display: inline-block;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}

#mainContainer #quickLinks ul li a:hover,
#mainContainer #quickLinks ul li a.active {
	color: #FFF !important;
	border: none;
	border: 1px solid #fff;
}

#mainContainer #quickLinks ul li a span {
	margin-right: 10px;
}

#mainContainer #quickLinks a.btn-small {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#growthChart {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

#growthChart h2 {
	border-bottom: 1px solid #ebecee;
	text-align: left;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0 10px 10px;
	margin: 0 0 0 0;
	background: #FFF;
}

#growthChart #chart {
	padding: 10px 10px 0 10px;
	text-align: center;
	height: 330px;
}

#growthChart #chart img {
	max-width: 210px;
	display: inline-block;
	margin-top: 13%;
	margin-bottom: 10px;
}

#growthChart #chart span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 10px;
}

.content {
	overflow: hidden;
}


/* -------------------------------------------- END OF dashboard.css ---------------------------------------------*/



.auctionbuybox {
	text-align: center;
	padding: 0rem;
}

.auctiontime h1 {
	font-size: 1.5rem;
	color: #545454;
	font-weight: 800;
	margin-bottom: 0rem;
	line-height: inherit;
}

.auctiontime h2 {
	font-size: .8rem;
	color: #545454;
	margin-bottom: 0rem;
	line-height: inherit;
}

.auctiontime h6 {
	font-size: 0.7rem;
	color: #545454;
	margin-bottom: 0rem;
}

.auctionbuybox .text {
	text-align: left;
	font-size: 14px;
	color: #6B7984;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 2px;
	opacity: .6;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	...
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.auctionbuybox {
		text-align: center;
		padding-right: 1rem;
	}

	.auctiontime h1 {
		font-size: 1.75rem;
		font-weight: 800;
		margin-bottom: 0rem;
		line-height: inherit;
	}

	.auctiontime h2 {
		font-size: 1rem;
		margin-bottom: 0rem;
		line-height: inherit;
	}

	.auctiontime h6 {
		font-size: 0.8rem;
		margin-bottom: 0rem;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	...
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	...
}

@media(min-width: 1400px) {
	.col-xl-2n5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.bidboxhr {
	margin: 15px 40px;

}

.dollarColor {
	background: #757575 !important;
	border: 1px solid #757575 !important;
}

.auctiontimeinfo h4 {
	font-size: .8rem;
	text-transform: uppercase;
	margin-bottom: .1rem;
	line-height: .8rem;
}

.auctiontimeinfo small {}

.auctionbox {
	padding: 5px;
	margin: 10px 0px 30px 0px;
}


#auctionDetails {
	margin-top: 20px;
}

#conditionDetails {
	margin-top: 20px;
}

/***************Seller Rating**********************/
.star {
	position: relative;
	display: inline-block;
	font-size: 15px;
}

.star-under {
	color: #ddd;
}

.star-over {
	color: #FFDF00;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.star-visible {
	display: inline-block;
}

/************Datepicker Input*****************/

.gj-unselectable {
	color: #2E383D !important;
	font-weight: 700;
}

input#datepicker {
	border-image: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c8cdd1;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 10px;
	min-width: 100px;
	width: 100%;
	height: 34px;
	color: #6B7984;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #fbfbfb;
}


/******************Favorite Css********************/
.card-footer .fa.fa-heart {
	color: #FA8072;
}

.card-footer .fa.fa-heart-o {
	color: #6B7984;
}


/*******************  Toggle Button *******************/
.btn-toggle {
	top: 50%;
	padding: 0;
	position: relative;
	border: none;
	height: 1.5rem;
	width: 3rem;
	border-radius: 1.5rem;
	color: #6b7381;
	background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
	outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
	line-height: 1.5rem;
	width: 4rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	transition: opacity 0.25s;
}

.btn-toggle:before {
	content: 'Off';
	left: -4rem;
}

.btn-toggle:after {
	content: 'On';
	right: -4rem;
	opacity: 0.5;
}

.btn-toggle>.handle {
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1.125rem;
	background: #fff;
	transition: left 0.25s;
}

.btn-toggle.active {
	transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
	left: 1.6875rem;
	transition: left 0.25s;
}

.btn-toggle.active:before {
	opacity: 0.5;
}

.btn-toggle.active:after {
	opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
	line-height: -0.5rem;
	color: #fff;
	letter-spacing: 0.75px;
	left: 0.4125rem;
	width: 2.325rem;
}

.btn-toggle.btn-sm:before {
	text-align: right;
}

.btn-toggle.btn-sm:after {
	text-align: left;
	opacity: 0;
}

.btn-toggle.btn-sm.active:before {
	opacity: 0;
}

.btn-toggle.btn-sm.active:after {
	opacity: 1;
}

.btn-toggle:before,
.btn-toggle:after {
	color: #6b7381;
}

.btn-toggle.active {
	background-color: #29b5a8;
}

.btn-toggle.btn-sm {
	/*margin: 0 0.5rem;
  padding: 0;
  position: relative;*/
	border: none;
	height: 1.5rem;
	width: 3rem;
	border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
	outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
	line-height: 1.5rem;
	width: 0.5rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.55rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
	content: 'Off';
	left: -0.5rem;
}

.btn-toggle.btn-sm:after {
	content: 'On';
	right: -0.5rem;
	opacity: 0.5;
}

.btn-toggle.btn-sm>.handle {
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1.125rem;
	background: #fff;
	transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
	transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active>.handle {
	left: 1.6875rem;
	transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
	opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
	opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
	line-height: -0.5rem;
	color: #fff;
	letter-spacing: 0.75px;
	left: 0.4125rem;
	width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
	text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
	text-align: left;
	opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
	opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
	opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
	display: none;
}

.img-round {
	position: relative;
	height: 0;
	padding: 3px;
	overflow: hidden;
	border-radius: 50%;
}

.img-round>img {
	position: absolute;
	width: 100px%;
	height: 100px%;
	-o-object-fit: cover;
	object-fit: cover;
}


/********************Preference************************/
.preference ul .image-wrap {
	z-index: 1;
	display: block;
	margin: 0 auto;
	margin-bottom: .5em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	height: 115px;
	width: 115px;
	line-height: 0;
}

.preference ul .image-wrap {
	border: 4px solid white;
	-moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
	display: inline-block;
}

.preference ul .image-wrap img {
	max-width: 100%;
	height: auto;
	/*  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; */
}

.preference ul {
	width: 600px;
	margin: 0px;
	padding: 0px !important;
	overflow: hidden;
	*zoom: 1;
}

.preference ul .image-wrap {
	background: grey;
}

.preference ul .image-wrap img {
	opacity: 1;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.preference ul li {
	list-style: none;
	float: left;
	width: 22%;
	margin-left: 0px !important;
	margin-right: 0px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.preference ul li:nth-child(4) {
	margin-right: 0;
}

.preference ul li:hover .title {
	left: 0;
	margin-left: 0;
}

.preference ul li:hover .caption {
	left: 0;
	margin-right: 0;
}

.preference ul li:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}

.preference .info {
	text-align: center;
	font-size: .75em;
	color: white;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 40%;
}

.preference .title {
	font-weight: bold;
	display: block;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	margin-left: -200%;
}

.preference li:nth-child(2) .title {
	margin-left: 0;
	margin-top: -100%;
}

.preference li:nth-child(2):hover .title {
	margin-top: 0;
}

.preference li:nth-child(3) .title {
	margin-left: 0;
	margin-top: 200%;
}

.preference li:nth-child(3):hover .title {
	margin-top: 0;
}

.preference li:nth-child(4) .title {
	margin-left: 0;
	margin-top: -200%;
}

.preference li:nth-child(4):hover .title {
	margin-top: 0;
}

.preference .caption {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: block;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	margin-right: -200%;
}

.preference li:nth-child(2) .caption {
	margin-right: 0;
	margin-top: 199%;
}

.preference li:nth-child(2):hover .caption {
	margin-top: 0;
}

.preference li:nth-child(3) .caption {
	margin-right: 0;
	margin-top: 100%;
}

.preference li:nth-child(3):hover .caption {
	margin-top: 0;
}

.preference li:nth-child(4) .caption {
	margin-right: 0;
	margin-top: -100%;
}

.preference li:nth-child(4):hover .caption {
	margin-top: 0;
}

.preference a {
	position: absolute;
	top: 82px;
	left: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	color: white;
	text-decoration: none;
	font-weight: light;
	font-size: .75rem;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.preference li:hover a {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

input[type=range] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 400px;
	margin: 0;
	padding: 0 2px;
	/* Add some L/R padding to ensure box shadow of handle is shown */
	overflow: hidden;
	border: 0;
	border-radius: 1px;
	outline: none;
	background: linear-gradient(grey, grey) no-repeat center;
	/* Use a linear gradient to generate only the 2px height background */
	background-size: 100% 2px;
	pointer-events: none;
}

input[type=range]:active,
input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-thumb {
	height: 28px;
	width: 28px;
	border-radius: 28px;
	background-color: #fff;
	position: relative;
	margin: 5px 0;
	/* Add some margin to ensure box shadow is shown */
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	pointer-events: all;
	box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}

input[type=range]::-webkit-slider-thumb::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 13px;
	left: 100%;
	width: 2000px;
	height: 2px;
}

.multi-range {
	position: relative;
	height: 50px;
}

.multi-range input[type=range] {
	position: absolute;
}

.multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
	background-color: red;
}

.multi-range input[type=range]:nth-child(2) {
	background: none;
}

.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
	background-color: grey;
}

#spinner-modal .modal-dialog,
#spinner-modal .modal-content,
#spinner-modal .modal-body {
	background: transparent;
	color: rgba(255, 255, 255, 1);
	box-shadow: none;
	border: none;
}


.carousel-inner .carousel-item img.d-block.img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: -120px;
}

.carousel-inner {
	height: 430px !important;
}

.used-factory-carousel {
	height: 522px !important;
}

input#inspectionDate {
	border-image: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c8cdd1;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 10px;
	min-width: 100px;
	width: 100%;
	height: 34px;
	color: #6B7984;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #fbfbfb;
}

.warningLights {
	padding-top: 5px;
}

.warningLights .form-group {
	padding-right: 19px;
}

.checkboxPadding .form-group {
	padding-right: 19px;
}

.warningLights .form-group .switch {
	margin-left: 10px;
}

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #e9ecef;
	/* background: rgba(0, 0, 0, 0.7); */
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: #000;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: #e9ecef;
}

#return-to-top:hover i {
	color: #000;
	top: 5px;
}

.uploadImage .form-group {
	border-image: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c8cdd1;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 10px;
	min-width: 100px;
	width: 100%;
	height: 34px;
	color: #6B7984;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #fbfbfb;
}

.uploadImage .form-group #uploadImageBox input[type=file] {
	/*position: absolute;*/
	margin-top: -5px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}

#contactUsForm {
	width: 54%;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}


/*** ------ Accordions --------***/
#accordion .panel {
	border-radius: ;
	border: 0;
	margin-top: 0px;
}

#accordion a {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #3297d3;
	text-decoration: none;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
	background-color: #3297d3;
	color: white;
	transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
	color: white;
}

#accordion .panel-heading {
	padding: 0;
	border-radius: 0px;
	text-align: center;
}

#accordion .panel-heading a:not(.collapsed) {
	height: 30px;
	padding-top: 7px;
	color: white;
	background-color: #3297d3;
	transition: all 0.2s ease-in;
}

#accordion .panel-heading a {
	height: 30px;
	padding-top: 7px;
	color: white;
	background-color: #3297d3;
	border-radius: 8px;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
	font-family: 'FontAwesome';
	content: '\f00d';
	float: left;
	color: white;
	font-weight: lighter;
	transform: rotate(0deg);
	transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
	color: white;
	transform: rotate(-135deg);
	transition: all 0.2s ease-in;
}

.draft-btn {
	width: 50px;
	height: 50px;
	padding: 6px 0px;
	border-radius: 25px;
	text-align: center;
	font-size: 25px;
	line-height: 1.42857;
}

.btn-float {
	position: fixed;
	left: 20px;
	bottom: 20px;
}

/********Profile***/
.panel #bannerImage {
	background-image: url('/banner_image.jpg');
	margin: -22px;
	height: 60px;
}

.panel .avatar img {
	width: 130px;
	height: 130px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 3px;
	border-radius: 50%;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: auto;
}

/*** Dealer Rating  **/
.dealer_rating .rating input[type=radio] {
	border: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	opacity: 0;
}

.dealer_rating .rating label {
	position: relative;
	float: right;
	color: #C8C8C8;
}

.dealer_rating .rating input+label:before {
	margin: 5px;
	content: "\f005";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 1.5em;
	color: #ccc;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.dealer_rating .rating input:checked~label:before {
	color: #FFC107;
}

.dealer_rating .rating label:hover~label:before {
	color: #ffdb70;
}

.dealer_rating .rating label:hover:before {
	color: #FFC107;
}

.loader {
	display: none;
	position: fixed;
	background: url('../turn-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 9999;
}

.turn-loader {
	display: none;
	position: fixed;
	background: url('../turn-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 9999;
}

.turn-loader-ai {
	display: none;
	position: fixed;
	background: url('../turn-loader-ai.gif') 50% 50% no-repeat rgb(249, 249, 249);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 9999;
}

/**************************/
.vehicle-cover-img {
	min-height: 425px;
	background-position: center !important;
	background-size: cover !important;
}

.location {
	position: absolute;
	padding: 5px;
	font-weight: bold;
	left: 30px;
	bottom: 0;
	width: auto;
	color: white;
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
	transition: .5s ease;
	font-size: 13px;
	text-align: left;
}

.btn-tal {
	background: url('/tal_logo.png');
	background-position: 8px 8px;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-color: #28a745;
	padding-left: 28px;
}

select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #f9f8f9;
	background-image: url(../select-arrow-down-grey.svg);
	background-position: center right 7px;
	background-repeat: no-repeat;
	background-size: 10px;
}

/* Search filter css*/
.search {
	width: 100%;
	position: relative;
	display: flex;
}

.searchTerm {
	min-width: 250px !important;
	width: 250px !important;
	border: 1px solid rgb(223, 223, 223) !important;
	border-left: none;
	border-right: none;
	padding: 5px;
	outline: none;
	border-radius: 0 !important;
}

.searchListingType {
	min-width: 120px !important;
	width: 120px !important;
	background-color: #fbfbfb;
	line-height: 20px;
	border: 1px solid rgb(223, 223, 223);
	padding: 0 10px;
	border-radius: 5px 0 0 5px;
}

.newFilter {
	display: flex;
	min-width: 150px;
}

.toDate,
.fromDate {
	width: 120px !important;
	border: 1px solid rgb(223, 223, 223) !important;
	border-left: none;
	border-right: none;
	padding: 5px;
	outline: none;
	border-radius: 0 !important;
	background: white !important;
	cursor: default !important;
}

.light_icon {
	width: 10%;
	margin-right: -10px;
}

.searchListingType:focus {
	outline: none;
}

.searchButton {
	min-width: 100px;
	width: 100px;
	border: 1px solid #00B4CC;
	background: #3297d3;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 34px;
	border-radius: 0 5px 5px 0;
}

/* --- Reusable Button Loading Spinner --- */
.btn-loading {
	pointer-events: none;
	opacity: 0.8;
}

.btn-loading .btn-loading-spinner {
	display: inline-block;
	animation: btnSpin 0.8s linear infinite;
}

@keyframes btnSpin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.orderConfirmed {
	position: absolute;
	padding: 5px;
	font-weight: bold;
	left: 0px;
	top: 0;
	width: auto;
	color: black;
	opacity: 1;
	background: rgb(255, 255, 255);
	transition: .5s ease;
	font-size: 17px;
	text-align: left;
}

.dropdown-menu {
	left: -30px !important;
}

.light-badges {
	font-size: 12px !important;
	vertical-align: middle;
	display: inline-block;
	padding: 0.50em 0.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100px;
}

.tile {
	max-width: 24%;
	color: white;
	font-weight: bold;
	padding: 10px;
	background: #3297d3;
	margin-right: 15px;
	text-align: center;
	box-shadow: 1px 1px 5px 0 #8e9ca7;
	text-decoration: none !important;
	border-radius: 5px;
	;
}

.tile:hover {
	border-color: rgb(10, 109, 175);
	background: rgb(10, 109, 175);
	color: white;
}

.tile-active {
	border-color: rgb(9, 140, 227);
	background: rgb(1, 75, 124);
	color: white;
}

.tile:last-child {
	margin-right: 0;
}

/* .tile .reportNotification {
	position:absolute;
	top:-7px;
	right:-6px;
} */

.dashboard-tile {
	padding: 0;
	margin: 0;
}

.badge-notification {
	position: relative;
}

.badge-notification[data-badge]::after {
	content: attr(data-badge);
	position: absolute;
	top: -11px;
	right: -10px;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50%;
	background: #C4332D;
	color: #FFF;
}

.newFactoryError {
	display: block;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.factory-is-invalid {
	border: 1px solid #dc3545 !important;
	box-shadow: 0 0 5px #dc3545 !important;
	outline: medium none;
}

.no-record-div {
	background-image: url("/no_record_found.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 182px;
}

#dealer-table_length {
	display: inline-block !important;
}

.dealer-type {
	display: inline-block !important;
}

#dealer-table_length label select {
	margin-bottom: 1px;
}

#dealerType {
	width: 130px;
}

#dealerDevice {
	width: 95px;
}

#button#downloadPdfIcon:force {
	outline: none !important;
}

#downloadPdfIcon:hover {
	color: #545454 !important;
}

#downloadPdfIcon {
	float: right;
	margin-right: 5px;
	border: none;
	margin: 0;
	cursor: pointer !important;
	padding: 0;
	outline: none;
}

/* Chrome, Safari, Edge, Opera */
#reserve_price::-webkit-outer-spin-button,
#reserve_price::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
#reserve_price {
	-moz-appearance: textfield;
}

div#swal2-content {
	text-align: justify;
}

div#declinedListingsDiv a.link {
	position: relative;
}

div#declinedListingsDiv a.link img:last-child {
	position: absolute;
	z-index: 1;
	width: 140px;
	right: 0;
	left: 0;
	margin: 0 auto;
	height: 110px;
	bottom: 40px;
}