/* 
    Document   : Scratch Coupon Popup Plugin CSS
    Created on : June 23, 2014
    Author     : Dhirender
    Description: CSS for pop-up which appears on home page

*/

#velsof-scratch-main  input[type="text"].name_field{
    width: 270px;
}
#velsof-scratch-main  input[type="text"].email_field{
    width: 323px;
}
#velsof-scratch-main{
    /*position: absolute;
        top: 0;*/
    height: auto;
    width:100%;
    margin: 0 auto;
    background-color: #333;
    left: 0;
    z-index: 99999;
    font-family:'droid_serifregular','Droid Serif','serif';
}
#velsof-scratch-main a:hover{
    text-decoration: none !important;
}

.velsof-innerpanel{
    /*    max-width: 70em;*/
    width: 98%;
    margin: 0 auto;
    color:#fff;
}

.velsof-panel-seperator{
    border-width: 1px !important;
    border-style: solid !important;
}

.velsof-scratch-text{
    padding-top: 5px !important;
}

.velsof-scratch-close{
    border: none;
    width: 13px;
    height: 29px;
    float: right;
    cursor: pointer;
    font-size: 21px !important;
    font-weight: bold !important;
    margin-top: 10px !important;
}

h1.velsof-title1{
    text-transform: uppercase;
    font-size:35px;
    text-align: center;
    line-height: 2em;
    font-weight: normal;
    font-family: 'droid_serifregular','Droid Serif',serif;
    margin-bottom: 0;
    color:#fff;
    margin-top: 0 !important;
}

.velsof-title2{
    font-size:25px;
    text-align: center;
    padding: 5px 0 20px 0 !important;
    font-family: 'droid_serifregular','Droid Serif',serif;
}

.velsof-scratch-img-block{
    margin: 0 auto 20px auto !important;
    width: 240px;
}

.velsof-scratch-border{
    border-width: 5px !important;
    border-style: solid !important;
    width:230px;
    height:62px;
}

.velsof-discount-text{

}

#velsof-wscratchpad{
    position:relative;
}

.velsof-scratch-here{
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    font-size: 20px;
    color: yellow;
}

#velsof-stractchPad{
    background-color: #fff;
    width: 100%;
    height: 100%;
    line-height:58px !important;
    text-align: center;
    font-size: 50px !important;
    font-weight: bold !important;
}

#velsof-wscratchpad img {
    top:0;
    display:none !important;
}

#velsof-wscratchpad canvas {
    top:0;
    left:0;
}

.velsof-div-scratch-form{

}

.velsof-title3{
    font-family: 'droid_serifregular','Droid Serif',serif;
    font-weight: normal;
    text-align: center !important;
    padding: 1.2em 0 0.8em !important;
}

.velsof-title4{
    font-family: 'droid_serifregular','Droid Serif',serif;
    font-weight: normal;
    text-align: center;
    padding: 0 1.2em;
}

.velsof-scratch-form-main{
    width: 50%;
    margin: 1.2em auto !important;
    padding-bottom: 10px;
}

.velsof-scratch-form-main .label {
    color: #666;
    font-family: 'droid_sansregular','Droid sans',sans;
    font-size: 20px !important;
    font-weight: bold;
    padding: 5px 8px 0 5px !important;
    text-transform: capitalize;
    text-align: right;
    width: 26%;
    display: inline-block;
}

.velsof-scratch_form_main div{
    display: block;
    margin: 0.8em 0;
}

.velsof-scratch_form_main select{
    width: 12%;
    margin-right: 0.2em;
    -webkit-appearance: none;
}

.vel-input-box{

}

.velsof-errDiv {
    text-align: center;
    width: 45%;
    margin: 0 auto !important;
}

.velsof-nameErr, .velsof-emailErr{ 
    margin: 0px auto;
}

.velsof-err_msg {
    color: #FF0000;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    word-wrap: break-word;
    display:none;
}

.velsof-sub_btn {
    border-radius: 4px;
    /*    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset, 0 2px 0 0 #BB2B2B;*/
    clear: both;
    /*    color: #913944 !important;*/
    margin: 1em auto 0;
    font-weight:600;
    font-family: 'droid_serifregular','Droid Serif',serif;
    padding: 10px 28px;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
    text-transform: uppercase;
    display: table;
    font-size: 20px;
}

.velsof-success-msg-div{
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #fff;
    font-family: 'droid_serifregular','Droid Serif',serif !important;
    font-size: 16px;
    padding: 0 0 0.8em 0;    
}

.velsof-thankyouDiv{
    max-width: 70em;
    width: 98%;
    margin: 0 auto;
    color: #fff;
    padding-bottom: 15px !important;
}

.velsof-thanksTxt{
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    line-height: 2em;
    font-weight: normal;
    font-family: 'droid_serifregular','Droid Serif',serif;
}

.velsof-successMsg{
    font-size: 25px;
    text-align: center;
    /*    padding: 5px 0 20px 0;*/
    font-family: 'droid_serifregular','Droid Serif',serif;
}

.velsof-errorResponse {
    font-size: 25px;
    text-align: center;
    /* padding: 5px 0 20px 0; */
    font-family: 'droid_serifregular','Droid Serif',serif;
}

.velsof-form-input, .velsof-form-email{
    /*    text-align:center;*/
}

.velsof-form-email{
    /*    padding-left:55px;*/
}

.velsof-form-input input, .velsof-form-email input{
    height: 30px;
    box-shadow: inset 0px 0px 9px -4px #888888;
    color: #666;
    font-size: 15px;
    padding-left: 10px;
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
}

.velsof-form-input select{
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;    
}


.velsof-form-input input{
    width: 293px;    
}

.velsof-form-email input{
    width: 352px;    
}

.velsof-form-input select{
    height: 32px;
    box-shadow: inset 0px 0px 9px -4px #888888;
    width: 50px;
    color: #666;
    font-size: 15px;
}


.velsof-form-input input{
    width:270px;    
}

.velsof-form-email input{
    width: 322px;    
}

/*.velsof-errDiv{
    text-align:left;
    margin:0 !important;
}*/

@-moz-document url-prefix(){
    .velsof-form-input select{
        height: 26px;
    }
}


@media (min-width: 240px) and  (max-width:320px) { 
    /* smartphones, smallphone, portrait 240x320 phones */

    h1.velsof-title1 {
        font-size:20px !important;
        line-height:1;
    }

    .velsof-title2 {font-size: 15px !important;}

    .velsof-title3 {font-size:16px !important;}

    .velsof-title4 {font-size: 11px !important;}


    div.velsof-scratch-form-main{
        width:85% !important;
    }
    .velsof-scratch-form-main .label{
        width: auto !important;
        text-align: left;
        font-size: 15px !important;
    }

    .velsof-form-input select {
        width: 42px;
        font-size: 11px;
    }

    .velsof-form-input input.name_field{
        width:140px !important;
    }

    .velsof-form-email input.email_field{
        width: 96% !important;  
    }

    .velsof-form-input select, .velsof-form-input input.name_field, .velsof-form-email input.email_field{
        height: 20px;
    }
    .velsof-errDiv {
        width: 100%;
    }

    .velsof-thanksTxt {font-size: 20px !important;}

    .velsof-successMsg {font-size: 17px !important;}
    
    .velsof-sub_btn{
    	padding: 5px 10px;
	font-size:12px;
	margin: 1em 0 0 100px;
    }

}

@media (min-width: 320px) and  (max-width:480px) { 
    /* smartphones, iPhone, portrait 320x480 phones */
    h1.velsof-title1 {
        font-size:27px !important;
        line-height:1;
    }

    .velsof-title2 {font-size: 22px !important;}

    .velsof-title3 {font-size:17px !important;}

    .velsof-title4 {font-size: 13px !important;}

    div.velsof-scratch-form-main{
        width:90% !important;
    }
    .velsof-scratch-form-main .label{
        width: 100% !important;
        text-align: left;
        font-size: 18px !important;
    }

    .velsof-form-input select {
        width: 44px;
        font-size: 14px !important;
    }

    .velsof-form-input input.name_field{
        width: 220px !important;
    }

    .velsof-form-email input.email_field{
        width: 273px !important;   
    }

    .velsof-form-input select, .velsof-form-input input.name_field, .velsof-form-email input.email_field{
        height: 26px;
    }

    .velsof-errDiv {
        width: 100%;
    }

    .velsof-thanksTxt {font-size: 25px !important;}

    .velsof-successMsg {font-size: 20px !important;}
    
    .velsof-sub_btn{
    	padding: 5px 10px;
	font-size:12px;
    }

}

@media (min-width: 480px) and  (max-width:768px) { 
    /* tablets */
    h1.velsof-title1 {
        font-size:27px !important;
        line-height:1;
    }

    .velsof-title2 {font-size: 22px !important;}

    div.velsof-scratch-form-main{
        width:90% !important;
    }
    .velsof-scratch-form-main .label{
        width: 100px !important;
        font-size: 18px !important;
        display:inline !important;
    }

    .velsof-form-input select {
        width: 44px;
        font-size: 14px !important;
    }

    .velsof-form-input input.name_field{
        width: 215px !important;
    }

    .velsof-form-email input.email_field{
        width: 273px !important;   
    }

    .velsof-form-input select, .velsof-form-input input.name_field, .velsof-form-email input.email_field{
        height: 26px;
    }

    /*.velsof-errDiv {padding-left: 26% !important;}*/

    .velsof-thanksTxt {font-size: 25px !important;}

    .velsof-successMsg {font-size: 20px !important;}
    
    .velsof-sub_btn{
    	padding: 6px 22px;
	font-size:17px;
	margin-left:105px;
    }

}


@media (min-width: 768px) and  (max-width:1024px) { 
    /*ipad, potrait*/

    div.velsof-scratch-form-main{
        width:60% !important;
    }
    .velsof-scratch-form-main .label{
        width: 100px !important;
        font-size: 18px !important;
        display:inline !important;
    }

    .velsof-form-input select {
        width: 44px;
        font-size: 14px !important;
    }

    .velsof-form-input input.name_field{
        width: 215px !important;
    }

    .velsof-form-email input.email_field{
        width: 273px !important;   
    }

    .velsof-form-input select, .velsof-form-input input.name_field, .velsof-form-email input.email_field{
        height: 26px;
    }

/*    .velsof-errDiv {padding-left: 118px !important;}*/

    .velsof-sub_btn{
    	padding: 8px 22px;
	font-size:18px;
        margin-left:116px;
    }

}

@media (min-width: 1024px){ 
    /*.velsof-errDiv {padding-left: 133px !important;}*/
    
    .velsof-sub_btn{
        margin-left:136px;
    }
}

@media (min-width: 1366px){

    /*.velsof-errDiv {padding-left: 173px !important;}*/
    
    .velsof-sub_btn{
        margin-left:175px;
    }
}
