/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 10, 2017, 11:27:36 AM
    Author     : antho
*/


#step2, #step3, #step4, #step5, #step6, #step7, #step7, #step8, #step9, #step10, #step11, #step12, #step13  {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}



input[type="text"],input[type="tel"],input[type="number"],select,textArea{
    border: 2px solid  #C0C0C0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 21px;
    letter-spacing: .1em;
    margin: 5px auto;
    padding: 10px;
    width: 100%;
    
}
.backLink{
    text-align: center;
    color: #c0c0c0;
    font-size: 9pt;
}
.bttn{
        font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    -moz-border-radius:  5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    background-color: #ea7e00;
    margin: 5px auto;
    padding: 10px;
    cursor: pointer;
}
.bttn_prev{
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius:  5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: bold;
    background-color: #C0C0C0;
    margin: 15px auto;
    padding: 10px;
    cursor: pointer;
}
.bttn_next{
        font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    -moz-border-radius:  5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 600;
    background-color: #ea7e00;
    margin: 5px auto;
    padding: 10px;
    cursor: pointer;
}




label,.inputWrapper{
    width: 100%;
    /**padding-left: 15px;
    //padding-right: 15px;**/
}

label > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
label > input + img{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
}


@media screen and (max-width: 650px) {
    input[type="text"]{
        width: 100%;
    }
    
    input[type="tel"]{
        width: 100%;
    }
    select,textArea{
        width: 100%;
    }
            input[type="number"]{
        width: 100%;
    }
    
    .bttn{
        font-size: 20px;
        padding: 10px 8px;
        width: 100%;
        font-weight: 700;
    }
 .bttn_next{
        width: 100%;
    }
}
