﻿#admin-container{
    height: 100vh;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#admin-content-container{
}

#dealer-container{
    width: 85%;
    margin: auto;
    padding: 0 0 5.5em 0;
    padding-top: calc(4.5em + 60px);
}
#dealer-containers{
    margin: auto;
    width: 85%;
    padding: 0 0 5.5em 0;
    padding-top: calc(4.5em + 60px);
}
#dealer-content-title{
    max-width: 800px;
    margin: auto;
    text-align: center;
}
#dealer-content-container{
    margin: auto;
    text-align: left;
    margin-top: 1em;
}
#dealer-content-container h3{
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: 0.02em;
}
#dealer-content-container h3.comp-details{
    margin-top: 2em;
}
#dealer-content-container.signin{
    max-width: 400px;
    padding: 2em;
    border: #777 1px solid;
    text-align: left;
}
#dealer-content-container.register{
    width: 90%;
    max-width: 700px;
    margin: auto;
    text-align: left;
    padding-top: 2em;
}
#dealer-content-container.reset{
    width: 90%;
    max-width: 500px;
    margin: auto;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 5em;
}
#dealer-content-container.account-info{
    width: 90%;
    max-width: 700px;
    margin: auto;
    text-align: left;
    padding-bottom: 5em;
}
#dealer-content-container.account-info h4{
    text-align: center;
    font-size: 1.2em;
    margin: 2em 0 1em 0;
}
#dealer-msg{
    line-height: 1.5;
    margin-bottom: 0.5em;
    font-size: 0.9em;
    font-weight: 600;
}
#dealer-msg.login-msg{
    color:#009f4c;
}
#dealer-msg.login-msg-err{
    color: #a94442;
}
form span.help-block{
    color: #a94442;
    font-size: 0.9em;
    line-height: 1;
}
form p.help-block{
    color: #a94442;
    font-size: 0.9em;
    line-height: 1.4;
    text-align: left;
    margin-top: 4px;
}
#product-item-container{
    min-height: 750px;
}
#product-item-container span.dealer-name{
   
}
#product-item-container p.subtitle{
    text-align: center;
}
#product-item-container h3 span.brand{
    display: block;
    font-size: 0.7em;
}
#dealer-welcome{
    text-align: right;
    font-size: 0.85em;
    padding-top: 0.8em;
    position: relative;
}
#dealer-welcome>span{
    font-weight: 600;
}
#dealer-if-admin{
    position: absolute;
    left: 10px;   
}
#dealer-if-admin a{
    text-decoration: none;
}

.form-group label{
	letter-spacing:0.02em;
	display:block;
	font-size:0.9em;
	line-height:1.6;
	padding-left:5px;
    font-weight: 600;
    margin-top: 1.3em;
}
.input-disabled{
	width: calc(100% - 22px);
	font-size:1em;
	padding:10px;
	margin-bottom:0em;
	border:#aaa 1px solid;
	border-radius:0;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #aaa;
}
.form-group input,
.form-group-radio input.sp,
.form-group textarea,
#dealer-pl-search input{
	width: calc(100% - 22px);
	font-size:1em;
	padding:10px;
	margin-bottom:0em;
	border:#999 1px solid;
	border-radius:0;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}
.form-group input:focus,
.form-group-radio input.sp:focus,
.form-group textarea:focus,
#dealer-pl-search input:focus{
    outline: none;
    border: #222 1px solid;
}
.form-group-radio input.sp{
    padding: 16px 10px;
}

.form-group select,
#dealer-pl-search select{
	display: block;
	font-size: 1em;
	font-family: var(--font);
	font-weight: 400;
	color: #252525;
	line-height: 1.3;
	padding: .8em 1.4em .7em .6em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #999;
	box-shadow: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
    background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 14 9" style="enable-background:new 0 0 14 9;" xml:space="preserve"%3E%3Cstyle type="text/css"%3E .st0%7Bfill:%23666666;%7D%0A%3C/style%3E%3Cpolygon class="st0" points="7,8 1,1 13,1 "/%3E%3C/svg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
    cursor: pointer;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}
.form-group select::-ms-expand,
#dealer-pl-search select::-ms-expand{
	display: none;
}
.form-group select:focus,
#dealer-pl-search select:focus{
    outline: none;
    border: #222 1px solid;
}
.form-group select option,
#dealer-pl-search select option{
	font-weight:normal;
}
.form-group-submit{
    text-align: center;
    margin: 2.1em 0 0.7em 0;
}
form p{
    text-align:center;
    font-size: 0.8em;
}
form p>a,
form span>a{
    font-weight: 600;
    color: #252525;
    text-decoration: none;
}
form p.help-block>a{
    font-weight: 400;
    font-size: 0.85em;
}
form p>a:hover,
form span>a:hover{
    color:#D80000;
}
.form-group-radio{
    margin: 1.5em 0 0.5em 0;
}
.form-group-radio input{
    width: 15px;
    height: 15px;
}
.form-group-checkbox input{
    width: 14px;
    height: 14px;
    margin-right: 0.5em;
}
.form-group-checkbox span{
    line-height: 2;
}
.form-group-radio label{
    display: block;
    font-weight: 600;
    font-size: 0.9em;
    margin-left: 0.3em;
}


.border-b{
    border-bottom: #cdcdcd 1px solid;
}
.border-l{
    border-left: #cdcdcd 1px solid;
}
.border-r{
    border-right: #cdcdcd 1px solid;
}
.border-t{
    border-top: #cdcdcd 1px solid;
}
#dealer-pl-container{
    margin-left: 10px;
    font-size: 0.8em;
}

#dealer-pl-container tr.tag td.pl-model,
#dealer-pl-container tr.tag td.pl-image,
#dealer-pl-container tr.tag td.pl-description,
#dealer-pl-container tr.tag td.pl-feature,
#dealer-pl-container tr.tag td.pl-msdp,
#dealer-pl-container tr.tag td.pl-msrp{
    background: #ededed;
    font-weight: 600;
    
}
#dealer-pl-container tr.tag td.pl-feature{
    width: 12%;
}


#dealer-pl-container tr td.pl-description{
   
}
#dealer-pl-container table{
    width: calc(100% - 2px);
    
}
#dealer-pl-container table td{
    line-height: 1.4;
    padding: 8px 8px;
    border-bottom: #cdcdcd 1px solid;
}
#dealer-pl-container table td img.hot-icon{
    width: 20px;
    position: absolute;
    top: 3px;
    left: 3px;
}
#dealer-pl-container table td img.new-icon{
    width: 25px;
    position: absolute;
    top: 3px;
    right: 3px;
}
#dealer-pl-container table td img.stock-icon{
    width: 60px;
    position: absolute;
    top: 7px;
    right: 8px;

}
.pl-model{
    width: 19%;
    text-align: left;
    font-weight: 600;
    position: relative;
}
#dealer-pl-container table td.pl-model a,
#dealer-pl-container-mobile td.m-pl-model a{
    color:#A00000;
    text-decoration: none;
}
#dealer-pl-container table td.pl-model a:hover,
#dealer-pl-container-mobile td.m-pl-model a:hover{
    color: #D80000;
    text-decoration: none;
}
.pl-image{
    width: 10%;
    text-align: center;
}
#dealer-pl-container table td.pl-image,
#dealer-pl-container table td.pl-msrp{
    background: #fff;
    position: relative;
}
.pl-description{
    width: 46%;
    text-align: left;
    font-size: 0.95em;
}
.pl-description span{
    font-weight: 400;
    }
.pl-description ul{
    margin: 0;
    padding: 0;
    margin-left: 13px;
}

.pl-feature{
    width: 12%;
    text-align: left;
    font-weight: 400;
    font-size: 0.9em;
}
#dealer-pl-container td.pl-msrp span{
    font-size: 0.75em;
}
#dealer-pl-container td.pl-feature span{
    color:#D80000;
}
.pl-msrp{
    width: 13%;
    text-align: right;
    font-weight: 600;
}
#dealer-pl-container td.no-result{
    border-right: none;
    height: 70px;
    text-align: center;
    font-size: 1.2em;
}
.hot{
    
}
.pl-category{
    background:#D12A2A;
    text-align: center;
    font-weight: 600;
    color: #fff;
    
}
#pagination-dealer{
    text-align: center;
    margin-top: 1em;
    margin-bottom: 5em;
    font-size: 0.8em;
    font-weight: 400;
}
#pagination-dealer span{
    margin: 0 1.5em;
}
#pagination-dealer p{
    width: 35px;
    height: 35px;
    font-size: 1.5em;
    line-height: 35px;
    padding:0;
    display:inline-block;
    color: #252525;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 35px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
#pagination-dealer p.haspage{
    border: #bbb 1px solid;
}
#pagination-dealer p.haspage:hover{
    background: #e5e5e5;
}
#pagination-dealer p.nopage,
#pagination-dealer p.nopage:hover{
    color: #ccc;
    border: #ddd 1px solid;
}
#pagination-dealer select{
	font-size: 1em;
	font-family: var(--font);
    font-weight: 400;
    height: 31px;
    line-height: 33px;
    border: #bbb 1px solid;
    width: auto;
    margin-top: 0px;
    padding: 0 20px 0 12px;
	box-shadow: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
    background-image: url('data:image/svg+xml,%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 14 9" style="enable-background:new 0 0 14 9;" xml:space="preserve"%3E%3Cstyle type="text/css"%3E .st0%7Bfill:%23666666;%7D%0A%3C/style%3E%3Cpolygon class="st0" points="7,8 1,1 13,1 "/%3E%3C/svg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .3em top 50%, 0 0;
	background-size: .65em auto, 100%;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
#pagination-dealer select::-ms-expand {
	display: none;
}
#pagination-dealer select:hover{
    background-color: #e5e5e5;
}
#pagination-dealer select:focus{
    outline: none;
}

#dealer-pl-search{
    margin-left: 10px;
    margin-bottom: 0.6em;
    margin-top: 2em;
    position: relative;
}
#dealer-pl-search button{
    background: none;
    padding: 10px 20px;
    font-size: 0.75em;
    margin-left: 15px;
    color:#333;
    border: #999 1px solid;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: 0.2s;
}
#dealer-pl-search button:hover{
    cursor: pointer;
    background: #e9e9e9;
}
#dealer-pl-search-1{
    float: left;
    width: auto;
}
#dealer-pl-search select{
	font-family: var(--font);
	font-weight: 400;
    padding: .6em 1.7em .5em .6em;
    font-size: 0.9em;
    min-width: 200px;
}
#dealer-pl-search input{
    padding: .4em 0.6em .4em .6em;
    font-size: 0.9em;
	font-weight: 400;
}
#dealer-pl-search-2{
    float: right;
    width: 40%;
    position: relative;
}
#dealer-pl-search-2 p{
    text-align: left;
    padding-top: 0.3em;
    padding-left: 10px;
    font-size: 0.9em;
}
#dealer-pl-search-2 p>span{
    font-weight: 600;
}
#search-pricelist{
    position: absolute;
    width: calc(100% - 2px);
    margin-top: 0.1em;
    padding: 0.5em 0.6em;
    display: none;
    background:rgba(255,255,255,0.97);
    border: #ccc 1px solid;
    box-sizing:border-box;
    z-index: 1000;
    font-size: 0.85em;
}
#search-pricelist a,
#search-pricelist a:hover,
#search-pricelist a:visited{
    text-decoration: none;
}
#dealer-pl-search-2 #suggestion-field ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#dealer-pl-search-2 #suggestion-field li{
    border-bottom: #ccc 1px solid;
    line-height: 1.3;
    padding: 0.4em;
    color: #333333;
}
#dealer-pl-search-2 #suggestion-field li:hover{
    cursor: pointer;
    color: #d80000;
}
#dealer-pl-search-2 .suggest-model{
    font-size: 1em;
    font-weight: 600;
}
#dealer-pl-search-2 .suggest-desc{
    font-size: 0.9em;
}
#dealer-pl-search-2 #suggestion-field span{
    display: block;
}
#dealer-pl-search-2 #suggest-more{
    text-align: center;
    padding: 0.3em;
}
#dealer-pl-container-mobile{
    display: none;
}

#reset-success{
    margin-top: 2em;
    text-align: center;
}
#reset-success span{
    color: #009f4c;
}
.reset-err{
    max-width: 700px;
    margin: auto;
    margin-top: 5em;
    text-align: center;
    font-size: 0.9em;
    padding: 0 0.5em;
}
.reset-err h4{
    line-height: 1.8;
}
.register-dealer-success{
    color:#009f4c;
    font-weight: 400;
}
.panasonic{
    background:#FEFEE5;
    text-align: center;
    font-weight: 600;
    
}
#button{
	width:auto;
    min-width: 120px;
	font-weight:600;
	font-size: 0.95em;
	letter-spacing:0.01em;
	text-decoration:none;
	color:#252525;
	padding:0.8em 1.2em 0.8em 1.3em;
	border:#444 1px solid;
	background:none;
	border-radius:0px;
	cursor:pointer;
	-webkit-transition:0.2s;
	transition:0.2s;
}
#button:hover{
    color: #d80000;
    border-color: #d80000;
}
#button:focus{
    outline: none;
}
.button-gap{
    margin-right: 10px;
}
li b{
    font-weight: 400;
    color: #DF861F;
}
.reject-header{
	width: 100%;
	height: 50px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
}
.reject-header img{
	height: 40px;
}
.reject-contents{
	width: 92%;
	max-width: 500px;
	margin: auto;
	margin-top: 51px;
}
.reject-contents h2{
	font-size: 1.4em;
	text-align: center;
	padding-top: 1em;
}
.reject-contents div.email{
	text-align: center;
	line-height: 1.5;
	margin: 1.5em 0;
}
.reject-contents label{
	font-size: 1em;
	margin-bottom: 0.5em;
}
.form-group-radio input{
	padding: 0.8em 0.5em !important;
}
#reject-container a{
	color: #d80000;
	text-decoration: none;
}
#reject-container a:hover{
	color: #B40000;
}