/**
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * PROPRIETARY INFORMATION:
 * The information disclosed in this document was either originated by, or
 * licensed from SmartTech Enterprises.  SmarTech Enterprises originated
 * proprietary information is to be used only for the specific purposes for
 * which it was supplied and is not to be disclosed to others or reproduced
 * without the prior written consent of SmartTech Enterprises.  Licensed third
 * party materials distributed herein shall be used only to the extent permitted
 * by the applicable license.
 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 * @copyright (c) 2022, SmartTech Enterprises, All Rights Reserved.
 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 * FILE:             dashboard.css
 *
 * CHANGE HISTORY:   All change history will be kept within version control
 *                   software.
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */

.page.landing,
.page.select-dealer {
    padding: 0 6em;
}

.page.landing .form,
.page.select-dealer .form {
    background: #fff;
    margin-top: 4em;
    padding: 2em;    
}

@media (max-width: 640px) {
    .page.landing,
    .page.select-dealer {
        padding: 1em;
    }    
}

.items {
	margin: 20px 0 0 0;
}

.items .item {
	padding: 3px;
}

.items .item .wrap {
	background: #EEEEEE;
	border: 1px solid #C2C2C2;
	padding: 2em 1em;
	position: relative;
	margin: 0;
}

.items .item .wrap [type=submit]{
	background: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border: 0;
}

.items .item .icon {
	height: 50px;
}

.items .item .icon img {
	max-height: 100%;
	max-width: 100%;
}

.page.select-dealer [name=SetupDealer],
.page.select-dealer [name=DEALERNAME] {
    margin: 15px auto 0;
    width: 50%;
}