﻿#signup_box
{
    display:none;
}
.bg-popup
{
   position: fixed;
    top: 0;
    left: 0;
    z-index: 1040000;
    width: 100vw;
    height: 100vh;
    overflow-y:auto;
    background: rgba(0, 0, 0, 0.6);  
    display:none; 
    
}
/*SignUp New*/
.wrapperdeal
{
    max-width:700px;
    margin:0px auto;
    position:absolute;
    top:45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 50px; 
    background:url(../img/bg-body.webp) 0px 0px repeat;
    border:1px solid #f0f0f0;    
    border-radius:4px;
    z-index:99999;  
    width:100%;
    height:700px;
    overflow-y: auto;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
#close_signup
{
    text-align:right;
    padding:10px;
    cursor:pointer;
    font-size:15pt;
    color: #000;
}
#back_signupdeal
{
    width:100%;
    height:auto;
    margin-bottom:20px;
    display:none;  
}
#box_signup
{
    width:100%;
    max-width:650px;
    height:auto;
    overflow:hidden;    
    margin:auto;
    padding-bottom:20px;
}
#banner_signup
{
    width:650px;
    margin:0px auto;
    text-align:center;
    margin-bottom:30px;
    margin-top:30px;
}
#banner_signup img
{
    width:100%;
}
#bg_banner
{
    width:100%;
    height:auto;
    border-bottom:1px solid #888;
    padding-bottom:20px;    
}
#title_signup
{
    text-align:center;
    font-size:25pt;
    font-weight:bold;    
    color:#000;
    text-transform:uppercase;
    line-height:30px;
}
#box_restrictions
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size: 16pt;
    line-height: 30px;
    margin-top:10px;
    color:#000;
}
#restrictions
{
    color:#000; 
    font-size: 16pt;  
}
#box_expired
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size: 16pt;
    line-height: 30px;
    margin-top:10px;
    color:#000;
}
#expired
{
    color:#000;  
    font-size: 16pt;    
}
#box_serial
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size: 16pt;
    line-height: 30px;
    color:#4099d3;
    margin-top:10px;
}
#serial
{
    color:#000;   
}
#box_serial b
{
     color:#000;   
}
.signdeal
{
    width:100%;
    max-width:648px;
    overflow:hidden;
    margin:0px auto;
    color:#000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #999;
    padding:40px;
    background:#fff;
}
#bSubmit, #bSubmitS
{
    width: 100%;
    max-width: 100px;
    background: linear-gradient(140deg, #8df9fb, #52f5f9, #8df9fb, #52f5f9, #8df9fb);
    border-radius:5px;
    -moz-border-radius:5px;
    color: #000;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 35px;
    line-height: 35px;
}
#bSubmit:hover, #bSubmitS:hover
{
    opacity:0.8;
}
#formsigndeal
{
    margin-top:0px;
}
.formrowtopdeal
{
	color:#000;
    margin-bottom:5px;
    text-align:left;
    font-weight: bold;
    font-family: Arial;
}
.formrowdeal
{
	margin-bottom: 10px;
}
.txtboxsigndeal
{
    width:99%;
    border: 1px solid #ccc;
    height: 30px;
}
.buttonrowdeal
{
	text-align: center;
}
#loadspinner
{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    padding-top:250px;
    left:0px;
    overflow:hidden;
    display:none;
    z-index:999999999999999999;
    background:rgba(0,0,0,0.5);
}
#img_loader
{
    width:28px;
    height:28px;
    margin:0px auto;
}
#img_loader img
{
    width:28px;
    height:28px;
}
.row_title_top
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size: 16pt;
    line-height: 30px;
    margin-top:10px;
    color:#000;
}
#row_title
{
    margin-bottom:20px;    
    color:#000;
}
#formnotifysignup, #formnotifyS
{
	width: 98%;
	max-width: 400px;
	min-height: 160px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	padding: 10px;
	text-align: center;
	box-shadow: 2px 2px 5px #666;
	z-index: 99999;
	display: none;
}
#formnotifycontentsignup, #formnotifycontentS
{
	font-size: 12pt;
	color: #333;
	margin-top: 30px;
}
#formnotifyoksignup, #formnotifyokS
{
	margin: 0px auto;
	margin-top: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #000;
	background: #a6fcdc;
	cursor: pointer;
}
#formnotifyoksignup:hover,  #formnotifyokS:hover
{
	background: #ddab6c;
}
/*SignUp New*/





@media screen and (max-width: 700px) 
{
    #box_signup
    {
        width:96%;    
    }
    #banner_signup
    {
        width:96%;    
    }
    .signdeal
    {
        width:96%;
        max-width:400px;
        padding:20px;
    }
    #box_restrictions 
    {
        font-size: 14pt;
        line-height: 25px;
    }
    .row_title_top 
    {
        font-size: 14pt;
        line-height: 25px;
    }
    #box_serial 
    {
        font-size: 14pt;
        line-height: 25px;
    }
}


@media screen and (max-width: 500px) 
{
    .signdeal
    {
        width:96%;
        max-width:310px;
        padding:20px;
    }
}


@media screen and (max-width: 400px) 
{
    .signdeal
    {
        width:96%;
        max-width:230px;
        padding:20px;
    }
}

