body{
	min-width:400px;
	cursor:  default;
}

.dealerHeaderCont img{ vertical-align: middle }

.portalLogo {
    color: #8D8D8D;
    font-size: 20px;
    margin: 20px 40px 20px 20px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.portalLogoHSize {
    width:300px;
	height: 100px;
}

.alignCenter{
	text-align: center;
}

.portalLogoImg{
	vertical-align: middle;
	max-width:300px;
	max-height:100px;
}




.dealerHeaderCont,  .dealerHeaderCont2{
    margin: 20px 20px 60px 20px;
    background: #BCD;
	background: linear-gradient(to top, rgb(187, 204, 221) 20%, rgb(58, 108, 164) 90%);
	background:-webkit-linear-gradient(top,  rgb(58, 108, 164) 10%,  rgb(187, 204, 221) 80%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(58, 108, 164)), color-stop(80%, rgb(187, 204, 221)));
	background:-moz-linear-gradient(top,  rgb(58, 108, 164) 10%,  rgb(187, 204, 221) 80%);	   
	background:-o-linear-gradient(top,   rgb(58, 108, 164) 10%,  rgb(187, 204, 221) 80%);
    padding: 10px;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgb(34, 34, 34);
    z-index: 2;
	text-align: left;
}

.dealerHeaderCont2 {
    margin: 20px;
	background: linear-gradient(to top, rgb(58, 108, 164) 20%, rgb(187, 204, 221) 90%);
	background:-webkit-linear-gradient(top,  rgb(187, 204, 221) 10%,  rgb(58, 108, 164) 80%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(187, 204, 221)), color-stop(10%, rgb(58, 108, 164)));
	background:-moz-linear-gradient(top,  rgb(187, 204, 221) 10%,  rgb(58, 108, 164) 80%);	   
	background:-o-linear-gradient(top,  rgb(187, 204, 221)  10%,  rgb(58, 108, 164) 80%);
    padding: 10px 20px;
}

.mBtnCont{
    height: 0px;
    text-align: left;
    position: relative;
    top: 10px;
    left: 10px;
}

.mBtnPass {
    padding: 6px 32px 10px;
    border-radius: 0px 0px 36px 36px;
    display: inline-block;
    box-shadow: 8px 8px 6px rgb(34, 34, 34);
    position: relative;
    z-index: 1;
    background: rgba(187, 204, 221, 0.5);
	background: linear-gradient(to top, rgb(79, 82, 86) 30%, rgb(180, 180, 180) 70%, rgb(0, 0, 0) 100%);
	background:-webkit-linear-gradient(top,  rgb(0, 0, 0) 0%,  rgb(180, 180, 180) 30%,  rgb(79, 82, 86) 70%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 0, 0)), color-stop(30%,  rgb(180, 180, 180)), color-stop(70%,  rgb(79, 82, 86)));
	background:-moz-linear-gradient(top,  rgb(0, 0, 0) 0%,  rgb(180, 180, 180) 30%,  rgb(79, 82, 86) 70%);	   
	background:-o-linear-gradient(top,   rgb(0, 0, 0) 0%,  rgb(180, 180, 180) 30%,  rgb(79, 82, 86) 70%);
    font-size: 20px;
    color: rgb(200, 200, 200);
	cursor: pointer;
}

.mBtnAct {
    background: rgb(187, 204, 221);
	background: linear-gradient(to top, rgb(58, 108, 164) 30%, rgb(187, 204, 221) 90%);	
	background:-webkit-linear-gradient(top,  rgb(187, 204, 221) 10%,  rgb(58, 108, 164) 70%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(10%,  rgb(187, 204, 221)), color-stop(70%, rgb(58, 108, 164)));
	background:-moz-linear-gradient(top, rgb(187, 204, 221) 10%,  rgb(58, 108, 164) 70%);	   
	background:-o-linear-gradient(top,   rgb(187, 204, 221) 10%,  rgb(58, 108, 164) 70%);
    padding: 6px 32px 10px;
    border-radius: 0px 0px 36px 36px;
    display: inline-block;
    box-shadow: 8px 8px 6px rgb(34, 34, 34);
    z-index: 2;
	position: relative;
    font-weight: bold;
    font-size: 20px;
    color: rgb(255, 160, 32);
	cursor: pointer;
}

.dealerInfo{
	display:inline-block;
	font-weight: bold;
    color: #333;
}
.dealerName{
	font-size: 24px;
}
.dealerBalance{
	font-size: 32px;
}

.exitBtn{
	float: right;
	cursor: pointer;
}


.mBtnLeft0{ left: 0px; }

.mBtnLeft1{ left: -20px; }
.mBtnLeft2{ left: -40px; }
.mBtnLeft3{ left: -60px; }

.popFrame {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 32px;
}

.popFrameCont {
    background: url('../images/bg.png');
    background-size: cover;
	width: 80%;
	min-width: 800px;
	height: 840px;
	border-radius: 32px;
	box-shadow: 20px 20px 20px rgb(32, 32, 32);
	margin: auto;
}

#hidePaymentsBtn{
    position: absolute;
    right: 32px;
    top: 32px;
}