/* INFLUX INFOTECH */
/* CUSTOM */

.copy p a:hover {
    color: #ff0000;
}
input[type="date"] {
    width: 100%;
    color: #000;
    outline: none;
    font-size: 14px;
    padding: .6em 1em;
    margin: 10px 0px 9px;
    border: 1px dashed #a9a8a8;
    -webkit-appearance: none;
    display: inline-block;
    background: rgb(255, 255, 255);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-sizing: border-box;
}
.form-group p, .form-left-to-w3l p, .order-list p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}
h2.formhead {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    /* border-bottom: 1px dashed #989898; */
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #0093dd;
    color: #fff;
}
h1.header-w3ls {
    font-size: 2em !important;
    font-weight: 700 !important;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0px 25px;
}
.logo {
    text-align: center;
    padding: 20px;
    padding-top: 0px;
}
.midhead h3 {
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #a9a8a8;
    border-top: 1px solid #a9a8a8;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #d9251c
}
.form-order input {
    width: 100%;
    color: #000;
    outline: none;
    font-size: 14px;
    padding: .8em 0.5em;
    margin: 10px 0px 20px;
    border: 1px dashed #a9a8a8;
    -webkit-appearance: none;
    display: inline-block;
    background: rgb(255, 255, 255);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.midpara p {
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
    margin-top: 15px;
}
input#myFile {
    width: 100%;
    color: #000;
    outline: none;
    font-size: 14px;
    padding: .8em 0.5em;
    margin: 10px 0px 25px;
    border: 1px dashed #a9a8a8;
    -webkit-appearance: none;
    display: inline-block;
    background: rgb(255, 255, 255);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-sizing: border-box;
}
#w3lDemoBar.w3l-demo-bar {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px 15px;
    background: #0D1326;
    box-shadow: 0 1px 10px rgba(13, 19, 38, 0.5);
    text-align: center;
    color: #fff;
}
/* #w3lDemoBar.w3l-demo-bar a {
    display: inline-block;
    border-radius: 3px;
    color: var(--link-color);
    text-decoration: none;
    line-height: 24px;
    opacity: .6;
} */
#w3lDemoBar.w3l-demo-bar a .w3l-icon {
    vertical-align: bottom;
}
#w3lDemoBar.w3l-demo-bar .w3l-text, #w3lDemoBar.w3l-demo-bar .w3l-icon {
    display: inline-block;
}
#w3lDemoBar.w3l-demo-bar .w3l-icon svg {
    fill: var(--link-color);
}
#w3lDemoBar.w3l-demo-bar .w3l-icon svg {
    display: block;
    width: 100%;
    font-family: inherit;
}
#w3lDemoBar.w3l-demo-bar .w3l-text, #w3lDemoBar.w3l-demo-bar .w3l-icon {
    display: inline-block;
}
#w3lDemoBar.w3l-demo-bar .w3l-logo {
    display: inline-block;
    width: 131px;
    height: 24px;
    background-image: url(W3Layouts-light.html);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999em;
    margin: 0 auto;
    line-height: inherit;
}

#w3lDemoBar.w3l-demo-bar .w3l-template-options {
    float: right;
    text-align: right;
}

div#w3lDemoBar a {
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-right: 10px;
}
div#w3lDemoBar a:hover {
    color: #0093dd !important;
    font-size: 14px;
    letter-spacing: 0.6px;
}
.male {
    float: left;
    margin-right: 50px;
    margin-top: 10px;
}
.female {
    float: left;
    margin-right: 50px;
    margin-top: 10px;
}