﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
	position:relative;
	min-height:100%;
}

body {
	/*padding-top: 50px;*/
	/*margin-bottom:25px;*/
	background-color:#ffffff;
	font-family:arial;
}

h1 {margin-left: 20px;}

h2 {line-height: 1.5;}

.textLeft {text-align: left;}
.textRight {text-align: right;}

.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.body-content {
	padding: 15px 15px 0 15px;
	height: 100%;
	width: 100%;
}

.page-wrapper {position:relative;height:calc(100vh - 75px);margin-top:50px;}

.page-wrapper-login {
	position: relative;
	height: calc(100vh - 198px);
	margin-top: 100px;
}

.page-footer {
	position: fixed;
	bottom: 0;
	/*left: 15px;*/
	width: 100%;
	background-color: #0077C0;
	color: #ffffff;
	z-index: 1030;
	border-top: 1px solid black;
}

.page-footer a {color: #ffffff;}

.labelMarginTop {margin-top: 5px;}

.textinput {height: 24px;margin-top: 2px;}

/* Header */
.headerLogo {width: 30px;float:left;margin-top:-5px;}
.headerSelectedDealer {text-align: right;color: #ffffff;display: inline-block;float: right;}
.headerDealerName {float: right;padding: 15px 15px;}
.headerDealerInfo {float: right;padding: 15px 15px;}
.headerLabel {
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	vertical-align: middle;
}
.headerText {
	font-size: 15px;
	color: #000000;
	vertical-align: middle;
	text-decoration: underline;
}

.actionBackground
{
	background-color: hsl(202, 100%, 31%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0084d1", endColorstr="#00649e");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0084d1), to(#00649e));
	background-image: -moz-linear-gradient(top, #0084d1, #00649e);
	background-image: -ms-linear-gradient(top, #0084d1, #00649e);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0084d1), color-stop(100%, #00649e));
	background-image: -webkit-linear-gradient(top, #0084d1, #00649e);
	background-image: -o-linear-gradient(top, #0084d1, #00649e);
	background-image: linear-gradient(#0084d1, #00649e);
	border-color: #00649e #00649e hsl(202, 100%, 28.5%);
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
	-webkit-font-smoothing: antialiased;
	width: 100%;
}

/* Footer */
.footer-content {padding-left:10px;}

/* Login Page */
.loginBanner {
	height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #f2f2f2;
	background: linear-gradient( to left, #878787 0%, #454545 50%, #878787 100% ) bottom #f2f2f2 no-repeat;
	background-size: 100% 2px;
}
.loginpagelogo {}
.loginTitle
{
	text-align: center;
	font-size:200%;
	color: #000000;
	line-height: 100px;
}
.loginContainer {margin-top:60px;}
.maintenanceTitle {
	/*margin-top: 60px;*/
	justify-content: center;
	text-decoration: underline;
	color: red;
	font-weight: bold;
}
.maintenanceMessage {
	justify-content: center;
	text-decoration: underline;
	color: red;
}

@keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}

	50% {
		visibility: hidden;
	}

	100% {
		visibility: visible;
	}
}
.loginWindow
{
	width:100%;
	height:auto;
	min-height: 300px;
	background-color: #EAEAEA;
	margin:0 auto;
}
.loginContent
{
	width: 40%;
	height: 80%;
	background-color: #eee;
	position: relative;
	top:20px;
	margin:0 auto;
	min-height: 260px;
}
.loginImage {position: absolute;top:-22%;left:0;right: 0;margin: auto;}
.loginValues {font-size: 16px;}
.loginText {text-align: center;font-size: 24px;padding-top: 30px;}
.loginInfoPane
{
	bottom: 25px;
	background-color: #0077C0;
	width:100%;
	color: #ffffff;
	background: linear-gradient(to bottom, #015B93 0%, #0167A6 10%, #0075BD 50%, #0077C0 100%) bottom #0077C0 no-repeat;
	border-bottom: 1px solid black;
}
.loginInfoPane a {color: #ffffff;}
.logintextbox
{
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	text-align: center;
	margin-top:10px;
	width:100%;
	font-size: 12px;
}
.logintextbox:focus {background-color: #f9f9f9;outline:none;}
.loginError {color: red;text-align: center;min-height: 20px !important;}
.loginForgotPwd {text-align: center;font-size: 12px;position: absolute;bottom: 10px;left: 15px;}
.loginForgotPwd a {color: #2D2D2D;}
.submitButton
{
	margin-top:10px;
	width: 100px;
		background-color: hsl(202, 89%, 29%) !important;
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d9aec", endColorstr="#085b8b");
		background-image: -khtml-gradient(linear, left top, left bottom, from(#0d9aec), to(#085b8b));
		background-image: -moz-linear-gradient(top, #0d9aec, #085b8b);
		background-image: -ms-linear-gradient(top, #0d9aec, #085b8b);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d9aec), color-stop(100%, #085b8b));
		background-image: -webkit-linear-gradient(top, #0d9aec, #085b8b);
		background-image: -o-linear-gradient(top, #0d9aec, #085b8b);
		background-image: linear-gradient(#0d9aec, #085b8b);
		border-color: #085b8b #085b8b hsl(202, 89%, 24%);
		color: #ffffff !important;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
		-webkit-font-smoothing: antialiased;
}

/* Navbar */
.navbarBranding {width: 256px;}
.navbarProduct {position: absolute;top: 4px;left: 55px;font-size: 20px;}
.navbarPageTitle {position: absolute; top: 25px; left: 70px; font-size: 14px;}
.navbar-lmi {
	background-color: #005589;
	border-color: #080808;
}
.navbar-lmi .navbar-brand {
	color: #ffffff;
}

.navbar-lmi .navbar-brand:hover,
.navbar-lmi .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-lmi .navbar-text {
	color: #d0d0d0;
}
.navbar-lmi .navbar-nav > li > a {
	color: #d0d0d0;
}
.navbar-lmi .navbar-nav > li > a:hover,
.navbar-lmi .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #0068A5;
}
.navbar-lmi .navbar-nav > .active > a,
.navbar-lmi .navbar-nav > .active > a:hover,
.navbar-lmi .navbar-nav > .active > a:focus {
	color: #fff;
	background-color:	#0068A5;
}
.navbar-lmi .navbar-nav > .disabled > a,
.navbar-lmi .navbar-nav > .disabled > a:hover,
.navbar-lmi .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-lmi .navbar-toggle {
	border-color: #333;
}
.navbar-lmi .navbar-toggle:hover,
.navbar-lmi .navbar-toggle:focus {
	background-color: #333;
}
.navbar-lmi .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-lmi .navbar-collapse,
.navbar-lmi .navbar-form {
	border-color: #101010;
}
.navbar-lmi .navbar-nav > .open > a,
.navbar-lmi .navbar-nav > .open > a:hover,
.navbar-lmi .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #080808;
}
.navbar-lmi .navbar-link {
	color: #9d9d9d;
}
.navbar-lmi .navbar-link:hover {
	color: #fff;
}
.navbar-lmi .btn-link {
	color: #9d9d9d;
}
.navbar-lmi .btn-link:hover,
.navbar-lmi .btn-link:focus {
	color: #fff;
}
.navbar-lmi .btn-link[disabled]:hover,
fieldset[disabled] .navbar-lmi .btn-link:hover,
.navbar-lmi .btn-link[disabled]:focus,
fieldset[disabled] .navbar-lmi .btn-link:focus {
	color: #444;
}

.nav-link-lmi {color:#ffffff !important;}

.navbar-lmi-border {
	border-bottom: 1px solid black;
}

/* Dealer Select */
.btnSubmitDefault {visibility: hidden;}

.ddlDealerSelect {
	width: 100%;
	height: 100%;
	padding: 3px;
	border: solid 1px #517B97;
	border-radius: 5px;
	outline: 0;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #CAD9E3 1px, #FFFFFF 25px);
}
.txtSearch
{
	height: 100%;
	width:100%;
	vertical-align: top;
	padding: 3px;
	border: solid 1px #517B97;
	border-radius: 5px;
	outline: 0;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #CAD9E3 1px, #FFFFFF 25px);
}
.btnAccountSearch {height: 20px;font-size: 12px;}

.btnAccountFilterClear {
	background-image: url(../Images/fa-icons/filter-circle-xmark.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	padding: 15px;
	border: none;
}

.btnAccountFilterClear:focus {
	outline: none;
}

/* Vehicle Management (VehicleManagement.aspx) */
.VehicleMarketingButtons {font-size: 0; display:inline-flex;}
.VehicleMarketingButtons img {margin:0; opacity: 1;transition:.5s ease;}
.VehicleMarketingButtons img:hover {box-shadow: 10px;opacity: 0.4;}

.pointer:hover {
	cursor: pointer;
}

/* Add Vehicle */
.vinError {
	color: red;
	text-align: center;
	min-height: 20px !important;
}

/* Modal CSS  */
.modalPopup {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 5; /* Sit on top */
	left: 0;
	top: 0;
	padding-top: 100px;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: scroll; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Placeholder for reworking Popup design */
.modalContentRework {
	position: relative;
	/*background-color: #99ABD1;*/
	margin: auto; /* 15% from the top and centered */
	/*padding: 20px;*/
	/*border: 1px solid #888;*/
	width: 75%; /* Could be more or less, depending on screen size
	/*height: 90%;*/
	overflow: overlay;
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
	animation-name: animateOpacity;
	animation-duration: 0.5s;
}

.modalContent {
	position: relative;
	background-color: #99ABD1;
	margin: auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	/*height: 90%;*/
	overflow: overlay;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	animation-name: animateOpacity;
	animation-duration: 0.5s;
}

/* Add Animation */
@keyframes animateOpacity {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.closeModalButton {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.closeModalButton:hover,
.closeModalButton:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modalHeader {
	padding: 2px 16px;
	background-color: #121419;
	color: white;
	text-decoration: underline;
}

.modalBody {
	padding: 2px 16px;
	border: solid;
}

/* General Formatting */
.sectionMain {border:1px solid black;padding:0;}
.sectionHeader
{
	background-color: #0077C0;
	height: 40px;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	padding: 10px;
}
.sectionFieldset {
	background-color: #f7f7f7;
	margin: 5px 0px;
	border: 1px solid #94a1b6;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
	width: 100%;
}
.sectionFieldset legend {
	color: #009;
	background-color: #fcfcfc;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #94a1b6 !important;
	font-size: 14px;
	font-weight: bold;
	background: #ffffff;
	padding: 2px 6px;
	width: auto;
	margin: 2px;
}
.sectionLabel {
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	vertical-align: middle;
}
.sectionTextInput {
	padding: 5px 10px;
	line-height: 1.5;
	border-radius: 3px;
	color: #000000;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #999999;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	font: 13.3333px Arial;
}
.sectionDropdown {
	height: 24px;
	line-height: 1.5;
	border-radius: 3px;
	color: #000000;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #999999;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	font: 12px Arial;
	margin-right: 20px;
}
.sectionRadioButton {
	vertical-align: middle;
	font-size: 14px;
}
.sectionRadioButton input[type="radio"]
{
	margin-left: 12px;
	margin-right: 1px;
	padding: 0 !important;
}

.sectionText {
	font-size: 14px;
}

.blank-row {
	height: 10px !important;
	background-color: #FFFFFF;
}

/* Preferences Pages */

.preferencesContainer {
	/* padding: 5px; */
	/* margin-right: 10px; */
	height: calc(100vh - 130px);
	overflow: auto;
}

.preferencesContainerNoHeight {
	padding: 5px;
	margin-right: 10px;
	overflow: auto;
}

.rules {
	font-weight: bold;
	text-decoration-line: underline;
}

/* Market Info  */

.singleRow {
	display: table-row;
}

.centerCell {
	display: table-cell;
	text-align: right;
}

.centerContent {
	display: table-cell;
}

.updateCenterCell {
	display: table-cell;
	text-align: right;
}

.updateCenterContent {
	display: table-cell;
}

/* Import Inventory (ImportInventory.aspx) */

#divImportDelimiter input[type="radio"]
{
	margin-right: 5px;
}

.rbImportInventory
{
	font-size: 14px;
	margin-bottom: 0;
}

.lblImportInventory
{
	font-size: 14px;
}

.ddlImportInventory
{
	font-size: 14px;
	margin: 10px 0 10px 0;
}

.btnImportInventory
{
	height: 25px;
	font-size: 14px;
	padding-top:0;
	margin-right: 20px;
}

/* Dropdown list Styles */

.dropdownHover {
	position: relative;
	display: inline-block;
}

.dropdownHoverContent {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdownHoverContent a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdownHoverContent a:hover {
	background-color: #ddd;
}

.dropdownHover:hover .dropdownHoverContent {
	display: block;
}

/* Update Vehicle Dropdown */

.lotLocation {
	height: 25px;
	width: 18px;
	line-height: 1.5;
	border-radius: 3px;
	color: #000000;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #999999;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	font: 16px Arial;
}

/* Scrollbar styling */

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	border-radius: 15px;
	background-color: transparent;
}

::-webkit-scrollbar {
	height: 10px;
	width: 10px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.left-padding::-webkit-scrollbar {
	display: none;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(112, 112, 112);
}

::-webkit-scrollbar-thumb:active {
    background-color: rgb(128, 128, 128);
}


/* Buttons 
::-webkit-scrollbar-button:single-button {
    background-color: #eee;
    display: block;
    background-size: 12px;
    background-repeat: no-repeat;
}*/

/* Up 
::-webkit-scrollbar-button:single-button:vertical:decrement {
	height: 15px;
	width: 15px;
	background-position: center 4px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(73, 73, 73)'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='50,00 0,50 100,50'/></svg>");
}*/

/* Down 
::-webkit-scrollbar-button:single-button:vertical:increment {
	height: 15px;
	width: 15px;
	background-position: center 4px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(73, 73, 73)'><polygon points='0,0 100,0 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 100,0 50,50'/></svg>");
}*/

/* Left 
::-webkit-scrollbar-button:single-button:horizontal:decrement {
	height: 15px;
	width: 15px;
	background-position: center 1px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,50 50,100 50,0'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,50 50,100 50,0'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,50 50,100 50,0'/></svg>");
}
*/
/* Right 
::-webkit-scrollbar-button:single-button:horizontal:increment {
	height: 15px;
	width: 15px;
	background-position: center 1px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 0,100 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 0,100 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:increment:active {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 0,100 50,50'/></svg>");
}*/


/* jsGrid img hover */
.jsgrid-grid-body img {
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: .5s ease;
}

.jsgrid-grid-body img:hover {
	box-shadow: 10px;
	opacity: 0.4;
}

/* Sidebar Menu */
.sidepanelClosed {
	height: 100%;
	width: 40px;
	position: fixed;
	z-index: 4;
	background-color: #0077c0;
	overflow-x: hidden;
	padding-top: 10px;
	padding-bottom: 30px;
	transition: 0.5s;
	left: 0;
	border-right: 1px solid black;
}

.sidepanelClosed a {
	padding: 5px;
	text-decoration: none;
	font-size: 18px;
	color: #111;
	display: block;
	transition: 0.5s;
	width: 220px;
}

.sidepanelClosed a img {
	height: 30px;
	width: 30px;
}

.sidepanelClosed h2 a:hover {
	filter: invert(1);
}

.sidepanelClosed li a {
	padding: 5px 5px;
	font-size: 18px;
	color: #111;
	display: block;
	transition: 0.5s;
	padding-left: 50px;
	background-color: #0077c0;
}

.sidepanelClosed li {
	padding: 5px 5px;
	font-size: 15px;
	color: #111;
	display: block;
	background-color: #0077c0;
	border: none;
}

.sidepanelOpen {
	 width: 220px;
	 z-index: 1001; 
}

.sidepanelOpen li a:hover {
	color: #f1f1f1;
}

.closeBtn {
	background: url(../Images/fa-icons/chevron-right.svg) no-repeat center;
	position: absolute;
	bottom: 10px;
	left: 3px;
	z-index: 1001;
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	outline: none;
}

.closeBtn:hover {
	filter: invert(1);
}

.closeBtn:focus {
	outline: none;
}

@media (max-width: 575px) {
	.closeBtn {
		bottom: -20px;
	}
}

@media (max-width: 420px) {
	.closeBtn {
		bottom: 5px;
	}
}

.openBtn {
	filter: invert(1);
	transform: rotate(180deg);
	margin-left: 180px;
}

#sidebar_button {
	transition: margin-left 0.5s;
}

/* Page containers */

.wholesaleDefault {
	height: calc(100vh - 130px);
}

.vehicleManagement {
	margin-left: 35px;
	height: calc(100vh - 135px);
	overflow-y: scroll;
}

.vehicleActionsBar {
	padding-left: 35px;
	padding-top: 10px;
}

.dealerPreferences {
	padding-top: 10px;
	margin-left: 45px;
	height: calc(100vh - 75px);
}

.salesDataApproval {
	padding-top: 10px;
	margin-left: 45px;
	height: calc(100vh - 75px);
}

.auctionCredential {
	padding-top: 10px;
	margin-left: 45px;
	height: calc(100vh - 90px);
	overflow: overlay;
}

.updateVehicle {
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100vh - 75px);
}

.inspectVehicle {
	padding-left: 45px;
	padding-top: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100vh - 75px);
}

.modifyVehicle {
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100vh - 75px);
}

.startWholesale, .endWholesale, .vehicleNotes {
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100vh - 80px);
}

.vehicleSearch {
	height: calc(100vh - 245px);
	overflow-y: scroll;
}

.importVehicle {
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: calc(100vh - 80px);
}

.addVehicle {
	padding-left: 45px;
	padding-right: 10px;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: calc(100vh - 75px);
}

.creditApproval {
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: calc(100vh - 80px);
}

.multiStartWholesale, .multiEndWholesale, .reportViewerContainer {
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.multiEndWholesale, .reportViewerContainer {
	height: calc(100vh - 75px);
}

.startWholesaleGrid {
	margin-left: 35px;
	height: calc(100vh - 400px);
	min-height: 300px;
	overflow-y: scroll;
}

.accountSetup {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: calc(100vh - 80px);
}

/* Nav Dropdown */
.navDropdown {
	position: relative;
	display: inline-block;
}

.dropdownContent {
	text-align: left;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 0;
	transition: all 0.5s ease-in-out;
	right: -1px;
	top: -300px;
	opacity: 0;
}

.openContent {
	transition: all 0.5s ease-in-out;
	opacity: 1;
	top: 41px;
	display: block;
	z-index: 1;
}

.dropdownContent a {
	color: black;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	font-size: 15px;
	cursor: default;
	border: 1px solid black;
}

.dropdownButton {
	background-image: url(../Images/fa-icons/bars.svg);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	filter: invert(0);
	border: none;
	outline: none;
	height: 30px;
	width: 30px;
	right: 5px;
}

.dropdownButton:focus {
	outline: none;
}

.openDropdown {
	filter: invert(1);
}

.show_display{
	display: block;
}

.headerVinSearch {
	text-decoration: underline;
	color: white;
	text-align: center;
	text-align-last: center;
	cursor: pointer;
}

.headerAccountName {
	text-decoration: underline;
	color: white;
	text-align: center;
	display: initial;
}

.dropdownAccount, .dropdownVehicleSearch {
	display: none !important;
}

/* Breadcrumb back */
.backBreadcrumb {
	color: #0077c0;
	font-weight: bold;
	text-decoration: underline;
}

/* DropDownList & TextBox styles */

.inputStyle {
	padding: 3px;
	border: solid 1px #517B97;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF));
}

.inputStyleReadOnly {
	padding: 3px;
	border: solid 1px black;
	background: -webkit-gradient(linear, left top, left 25, from(#AAB7BF), color-stop(4%, #CAD9E3), to(#AAB7BF));
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide_scrollbar::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide_scrollbar {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

/* Photo Count css */
.gridPhotoCount {
	top: -5px;
	left: 48px;
	height: 20px;
	width: 20px;
	background: #007bff;
	color: #ffffff;
	border-radius: 15px;
	padding: 2px;
	text-align: center;
	position: absolute;
	z-index: 1;
}

/* Update Vehicle Actions */
.updateActions {
	background-image: url(../Images/fa-icons/ellipsis-h.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 35px;
	width: 40px;
	border: none;
	outline: none;
}

.updateActionsContent {
	position: absolute;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 3;
	width: 125px;
	top: 20px;
	left: 40px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	filter: invert(0);
}

.updateActionsContent a {
	color: black;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	font-size: 15px;
	cursor: default;
	border: 1px solid black;
}

.openUpdateActionsContent {
	transition: all 0.5s ease-in-out;
	opacity: 1;
	display: block;
	left: -100px;
	top: 20px;
}

.openUpdateActions {
	filter: invert(0.5);
}

.updateActions:focus {
	outline: none;
}

/* Vehicle Actions */
.vehicleActions {
	background-image: url(../Images/fa-icons/ellipsis-v.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 85px;
	width: 15px;
	border: none;
	outline: none;
}

.actionsBar {
	position: relative;
	display: inline-block;
}

.actionsContent {
	position: absolute;
	background-color: #f1f1f1;
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	z-index: 4;
	min-width: 150px;
	height: 85px;
	left: -260px;
	top: 0;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.openActionsContent {
	transition: all 0.5s ease-in-out;
	opacity: 1;
	display: block;
	left: 20px;
	top: 0;
}

.lcOpenActionsContent {
	transition: all 0.5s ease-in-out;
	opacity: 1;
	z-index: 3;
	display: block;
	left: -160px;
	top: 0;
}

.openVehicleActions {
	filter: invert(1);
}

.vehicleActions:focus {
	outline: none;
}

/* Additional Auctions */
.auctionsMenu {
	background-image: url(../Images/fa-icons/ellipsis-h.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 25px;
	width: 30px;
	border: none;
	outline: none;
}

.additionalAuctions {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}

/* Auction Error Messages */
.errorMessage {
	display: inline-block;
}

.errorMessage:hover {
	cursor: pointer;
}

.errorMessage::-webkit-scrollbar {
	display: none;
}

.errorMessage .auctionStatusTooltip {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 3;
	bottom: 0px;
}

.errorMessage:hover .auctionStatusTooltip {
	visibility: visible;
}

/* Update Vehicle Save Button */
.vehicleSaveButton {
	height: 35px;
	width: 35px;
	position: absolute;
	top: 15px;
	right: 10px;
	background-image: url(../Images/fa-icons/save.svg);
	background-position: center;
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.vehicleSaveButton:hover {
	opacity: 1;
}

.vehicleSaveButton:focus {
	outline: none;
}

/* FA icon sizes */
.xtraSmIcon {
	height: 20px;
	width: 20px;
	padding: 2px;
}

.smIcon {
	height: 35px;
	width: 35px;
	padding: 3px;
}

.mdIcon {
	height: 40px;
	width: 40px;
	padding: 3px;
}

.lgIcon {
	height: 45px;
	width: 45px;
	padding: 3px;
}

.ColRowSwap {
	display: table-cell;
}

.ColRowSwapLabel {
	display: table-cell;
}

.SingleIndent {
	margin-left: 0px;
}

.HideItem {
	display: none;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
	max-width: 280px;
}

.ONLYSHOWONWDMOBILE {
	display: none;
}

/* custom styles per width */
/* Responsive xs custom */
@media(max-width:768px) {
	html * {
		font-size: .8rem;
	}

	.page-wrapper {
		height: calc(100vh - 90px);
		margin-top: 52px;
	}

	.loginContainer {margin-top:65px;}
	.maintenanceTitle {margin-top: 70px;}
	.loginBanner
	{
		text-align: center;
	}

	.loginTitle
	{
		text-align: center;
		font-size: 40px;
	}

	.dealerSelectDiv {text-align: center;width:100%;}
	.divAccountSearch {margin: 0 auto;}
	.txtSearch {width: 78%;}
	.btnAccountSearch {width: 20%;}

	.navbar-lmi .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-lmi .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-lmi .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-lmi .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-lmi .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-lmi .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-lmi .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-lmi .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808;
	}
	.navbar-lmi .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-lmi .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-lmi .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}

	.closeBtn {
		bottom: 25px;
	}

	.body-content {
		padding: 0;
	}

	.VehicleSearch {
		height: calc(100vh - 270px);
	}

	.wholesaleDefault {
		height: calc(100vh - 270px);
	}

	.updateVehicle {
		height: calc(100vh - 95px);
	}

	.importVehicle {
		height: calc(100vh - 115px);
	}

	.headerAccount {
		display: none;
	}

	.headerAccountName, .headerVinSearch, .listingsSection, .endListing {
		display: none !important;
	}

	.dropdownAccount, .dropdownVehicleSearch {
		display: block !important;
	}

	.vehicleSaveButton {
		opacity: 1;
	}

	.preferencesContainer {
		height: calc(100vh - 165px);
	}

	.singleRow {
		width: 100%;
		display: inline-grid !important;
	}

	.centerCell {
		text-align: center !important;
	}

	.centerContent {
		text-align-last: center !important;
	}

	.smallHide {
		display: none !important;
	}

	.smallShowRow {
		display: table-row !important;
	}

	.smallShowBlock {
		display: block !important;
	}

	.MainContent_PhotoItem {
		width: 100%;
	}

	.ColRowSwap {
		display: table-row !important;
	}

	.ColRowSwapLabel {
		display: table-row !important;
		text-align: left !important;
	}

	.SingleIndent {
		margin-left: 10px !important;
	}

	.DoubleIndent {
		margin-left: 20px !important;
	}

	input,
	select,
	textarea {
		max-width: 240px;
	}

	.inspectVehicle {
		height: calc(100vh - 105px);
	}

	.SmallLeftAlign {
		text-align: left !important;
	}

	::-webkit-scrollbar {
		height: 5px;
		width: 5px;
		background-color: transparent;
	}

	.multiEndWholesale, .reportViewerContainer {
		height: calc(100vh - 95px) !important;
	}

	.jsgrid-pager-extra {
		padding: 0.2em 0.2em !important;
	}

	.jsgrid-pager-nav-button {
		padding: 0.2em 0.2em !important;
	}
	.jsgrid-pager-page {
		padding: 0.2em 0.2em !important;
	}

	.creditApproval {
		height: calc(100vh - 95px) !important;
	}

	.salesDataApproval {
		height: calc(100vh - 95px) !important;
	}

	.accountSetup {
		height: calc(100vh - 95px) !important;
	}

	.DealerSelect {
		width: 100%;
	}
}

/* Special Circumstance css */
@media (max-width: 811px) {
	.loginInfoPane {
		bottom: 48px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.body-content {
			padding: 0;
	}
	.loginBanner
	{
		text-align: center;
	}

	.npr-col {
		padding-right: 0;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {

}

/* Only Medium devices */
@media (min-width:768px) and (max-width:991px) {
		.headerSelectedDealer {display: none;}
}

/* If printing a page, you can use this class to hide when attempting to window.print() */
@media print {
	.noPrint {
		display: none !important;
	}

	.print {
		display: block !important;
		overflow: visible !important;
	}

	.printOnly {
		display: block !important;
	}
}

.printOnly {
	display: none
}

/* Hendle loading popup */
.LoadingMask {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 102%;
	text-align: center;
	z-index: 100;
	background-image: url('/Images/overlayBKG.png');
	background-repeat: repeat;
}

.loadingHolder {
	display: none;
	margin: 0;
	position: absolute;
	top: calc(50vh - 38px);
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 3px;
	border: solid 3px #00649e;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF));
}

.loadingHolderLogin {
	display: none;
	margin: 0;
	position: absolute;
	top: calc(50vh - 99px);
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 3px;
	border: solid 3px #00649e;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF));
}