﻿body {
}
.Veteranlabel {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
}

.vitem {
    background-color: Transparent;
    font-size: 12px;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.btnNormal {
    background-color: #284883; /* Blue */
    border: 1px solid white;
    border-radius: 15px;
    color: whitesmoke;
    font-family: Calibiri;
    padding: 6px 38px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 3px 1px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btnNormalBxShdw {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.btnNormalBxHvr:hover {
    box-shadow: 0 12px 20px 0 rgba(0,0,0,0.45),0 17px 50px 0 rgba(0,0,0,0.19);
}

.btnCancelV {
    background-color: #f1f1f1;
    border: 1px solid black;
    border-radius: 15px;
    color: black;
    font-family: Calibiri;
    padding: 5px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 3px 1px;
    cursor: pointer;
}

    .btnCancelV:hover {
        background-color: #284883;
        color: white;
    }
.valFailure {
    color: #bf1616 !important;
    background-color: #e4effe;
    border: 1px solid #bf1616;
    font-weight: bold;
    text-align: left;
    margin: 10px 0;
    line-height: 1.5;
    margin-left: 5px;
}

    .valFailure ul {
        padding-left: 20px;
    }

        .valFailure ul li {
            padding-top: 2px;
        }
.vallblFailure {
    color: #bf1616 !important;
    background-color: white;
    border: 1px solid #bf1616;
    font-weight: bold;
    text-align: left;
    margin: 10px 0;
    line-height: 1.5;
    margin-left: 5px;
}

    .vallblFailure ul {
        padding-left: 20px;
    }

        .vallblFailure ul li {
            padding-top: 2px;
        }
.custombutton {
    background-color: #99CCFF;
    border: thin solid #008080;
    width: 200px;
}
.instructions {
    font-size: 14px;
    font-family: arial,helvetica;
}
/*CSS for radio Button*/
.container {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align:left;
    font-family:Calibri;
}

.lblEmail {
   
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    font-family: Calibri;
}
    /* Hide the browser's default radio button */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color:aliceblue;
    border-radius: 50%;
    border:1px solid;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*text box*/
.txtboxNormal {
    border: 2px solid #456879;
    border-radius: 10px;
    height: 22px;
    width: 230px;
    font-size:12px;
    font-variant:normal;
    font-weight:bold;
}
/*TextBox for Change Paassword*/
.txtboxRegular {
    border: 2px solid #456879;
    border-radius: 10px;
    height: 20px;
    width: 200px;
    font-size: 12px;
    font-variant: normal;
}
/*DropDown*/
.dropdwnRegular {
    border: 2px solid #456879;
    border-radius: 18px;
    height: 26px;
    width: 205px;
    font-size: 12px;
   
}
/*text area*/
.textareaNormal {
    width: 70%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #456879;
    border-radius: 1Opx;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
/*       }
#wizHeader li .prevStep
{
    background-color: #669966;
}
#wizHeader li .prevStep:after
{
    border-left-color:#669966 !important;
}
#wizHeader li .currentStep
{
    background-color: #C36615;
}
#wizHeader li .currentStep:after
{
    border-left-color: #C36615 !important;
}
#wizHeader li .nextStep
{
    background-color:#C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-left-color:#C2C2C2 !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: brown; 
background: hsla(34,85%,35%,1);
position: relative;
display: block;
float: left;
}

#wizHeader li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; 
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

#wizHeader li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

#wizHeader li:first-child a {
    padding-left: 10px;
}

#wizHeader li:last-child {
    padding-right: 50px;
}

#wizHeader li a:hover {
    background: #FE9400;
}

    #wizHeader li a:hover:after {
        border-left-color: #FE9400 !important;
    }

.content {
    height: 150px;
    padding-top: 25px;
    padding-left: 25px;
    text-align: left;
    font-size: 48px;
    width: 450px;
}



.nxtbutton {
    display: inline-block;
    border-radius: 2px;
    background-color: cornflowerblue;
    border: none;
    color: Whitesmoke;
    text-align: center;
    font-size: 16px;
    font-family: Calibri;
    padding: 10px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

    .nxtbutton span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
        font-family: Calibri;
        font-size: 20px;
    }

        .nxtbutton span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
            font-family: Calibri;
            font-size: 20px;
        }

    .nxtbutton:hover span {
        padding-right: 25px;
        font-family: Calibri;
        font-size: 20px;
    }

        .nxtbutton:hover span:after {
            opacity: 1;
            right: 0;
            font-family: Calibri;
            font-size: 20px;
        }*/