/*
    Document   : Scratch Coupon Popup Plugin CSS
    Created on : June 23, 2014
    Author     : Dhirender
    Description: CSS for pop-up which appears on home page

*/


#scratch_coupon_div h2{
  margin-top: 10px;
}

#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';
    padding: 15px ;
}

.velsof-scratch-popupicon{
    display:none;
    position: absolute;
    right: -200px;
    padding: 7px 8px;
    border-width: 2px;
    border-style: solid;
    border-right: none;
    top: 10px;
    font-weight: bold;
    z-index: 999999;
    cursor:pointer;
}

.velsof-innerpanel{
    /*    max-width: 70em;*/
    width: 100%;
    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: 21px;
  height: 21px;
  line-height: 40px;
  float: right;
  cursor: pointer;
  font-size: 21px !important;
  font-weight: bold !important;
  margin-top: -10px !important;
  margin-right: 0px !important;
  border: 2px solid #F67B8F !important;
  border-radius: 10px;
}

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;
    background: none;
    height: auto;
}

.velsof-title2{
    font-size:25px !important;
    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: 100%;
    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;
    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:left;
    width: 100%;
    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 input, .velsof-form-email input{
    height: 30px;
    box-shadow: inset 0px 0px 9px -4px #888888;
    color: #666 !important;
    font-size: 15px !important;
    padding-left: 10px !important;
    background: #F8F8F8 !important;
    border: 1px solid #CCCCCC !important;
    padding: 3px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.velsof-form-input input.name_field, .velsof-form-email input.email_field{
    height: 30px;
}

.velsof-form-input select{
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

.velsof-form-input select{
    height: 32px;
    box-shadow: inset 0px 0px 9px -4px #888888;
    width: 50px;
    color: #666;
    font-size: 15px;
}

@-moz-document url-prefix(){
    .velsof-form-input select{
        height: 26px;
    }
}


@media (min-width: 240px) and  (max-width:320px) {
    /* smartphones, smallphone, portrait 240x320 phones */
    .velsof-scratch-popupicon{
        padding: 1px 2px;
        font-size:10px;
    }

    h1.velsof-title1 {
        font-size:20px !important;
        line-height:1;
    }

    .velsof-title2 {font-size: 15px !important;}

    .velsof-title3 {font-size:15px !important;}

    .velsof-title4 {font-size: 13px !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, .velsof-form-email input.email_field{
	width:157px !important;
    }
    .velsof-errDiv {
	padding-left: 100px !important;
    }

    .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 */
    .velsof-scratch-popupicon{
        padding: 2px 8px;
        font-size:11px;
    }

    h1.velsof-title1 {
        font-size:20px !important;
        line-height:1;
    }

    .velsof-title2 {font-size: 15px !important; margin-top: 8px;}

    .velsof-title3 {font-size:15px !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: 14px !important;
	display:inline;
    }

    .velsof-form-input select {
        width: 44px;
        font-size: 14px !important;
    }

    .velsof-form-input input.name_field, .velsof-form-email input.email_field{
	width: 177px !important;
    }

    .velsof-errDiv {
	padding-left: 95px !important;
    }

    .velsof-thanksTxt {font-size: 25px !important;}

    .velsof-successMsg {font-size: 20px !important;}

    .velsof-sub_btn{
    	padding: 5px 10px;
	font-size:12px;
	margin-left: 90px;
    }

}

@media (min-width: 480px) and  (max-width:768px) {
    /* tablets */
    h1.velsof-title1 {
        font-size:22px !important;
        line-height:1;
    }

    .velsof-title2 {font-size: 18px !important;}

    .velsof-title3 {font-size: 15px !important; padding-top: 0.2em !important;}
    .velsof-title4 {font-size: 13px !important;}

    div.velsof-scratch-form-main{
        width:90% !important;
    }
    .velsof-scratch-form-main .label{
        width: 100px !important;
        font-size: 16px !important;
        display:inline !important;
    }

    .velsof-form-input select {
        width: 44px;
        font-size: 14px !important;
    }


    .velsof-form-input input.name_field, .velsof-form-email input.email_field{
	width: 268px !important;
    }

    .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*/

    h1.velsof-title1 {
        font-size:35px !important;
        line-height:1.5;
    }

    .velsof-title2 {font-size: 25px !important;}

    .velsof-title3 {font-size: 18px !important; padding-top: 0.2em !important;}
    .velsof-title4 {font-size: 15px !important;}

    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, .velsof-form-email input.email_field{
	width: 270px !important;
    }

    .velsof-errDiv {padding-left: 118px !important;}

    .velsof-sub_btn{
    	padding: 8px 22px;
	font-size:18px;
        margin-left:116px;
    }

}

@media (min-width: 1024px){
    .velsof-title3 {font-size: 18px !important; padding-top: 0.2em !important;}
    .velsof-title4 {font-size: 15px !important;}
    .velsof-form-input input.name_field, .velsof-form-email input.email_field{
        height: 30px;
	width: 320px !important;
    }

    .velsof-errDiv {padding-left: 133px !important;}

    .velsof-sub_btn{
        /*margin-left:164px;*/
    }
}

@media (min-width: 1366px){

    .velsof-errDiv {padding-left: 173px !important;}

    .velsof-sub_btn{
        /*margin-left:175px;*/
    }
}
