body{
font-family:"Arial", sans-serif;
}

.zInputWrapper{
padding: 4px;
margin: 2px;
border-radius:12px;
display:inline-block;
}

.zInput{
    border: none !important;
    padding: 10px 25px 10px !important;
    font-family: inherit;
    font-size: inherit;
    color: #ffffff !important;
    background: #404040;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600 !important;
    outline: none;
    margin: 0 0px 0 41px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.zCheckbox{
color: #000099;
border: #000099 1px solid;
}

.zSelected{
color: white;
background-color:#9e0b0f;
}

.zSelected.zCheckbox{
background-color: #000099;

}