/*fonts are Source Sans Pro for buttons and headings and Open Sans for body text.*/

* {
    margin: 0;
    padding: 0;
}

input {
    width: 100%;
    height: 34px;
    background-color: #e2e2e2;
    font-size: 14px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 15px;
}

h5 {
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}

li {
    /*font-family: "Nunito Sans", sans-serif;*/
    font-weight: normal;
    font-size: 18px;
    margin-left: 25px;
    width: 200px;
}

.the-b {
    color: #33682f;
}



.form-input {
    width: 100%;
    height: 34px;
    background-color: #e2e2e2;
    font-size: 14px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.login-image {
    background-image: url(images/login_background_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.login-logo {
    image-rendering: auto;
    width: 250px;
    top: 0px;
}

.login-block {
    width: 400px;
    height: 400px;
    background-color: #343434;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 50px;
    border-radius: 10px;
}

.shading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(145, 145, 145, 0.80);
}

.login-header {
    margin-top: 40px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    color: #e2e2e2;
}

.terms-header {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color: #e2e2e2;
}

.terms-text {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #e2e2e2;
    margin-left: 10px;
    margin-right: 10px;
}

.terms-text-2 {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #e2e2e2;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

::placeholder {
    color: #e2e2e2;
}

:-ms-input-placeholder {
    color: #e2e2e2;
}

::-moz-placeholder {
    color: #e2e2e2;
}

.login-form {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);

    font-family: 'Nunito Sans', sans-serif;
    width: 300px;
    line-height:20px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.fieldset-style {
    border: none;
}

.form-input {
    width: 100%;
    height: 34px;
    background-color: rgba(171, 171, 171, 0.26);
    color: #e2e2e2;
    font-size: 14px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.form-input:focus {
    width: 100%;
    height: 34px;
    background-color: rgba(171, 171, 171, 0.26);
    color: #e2e2e2;
    font-size: 14px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.form-input-invalid {
    width: 100%;
    height: 34px;
    background-color: rgba(249, 188, 180, 0.78);
    font-size: 14px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.is-invalid {
    color: #e24e4e;
}

.login-button {
    width: 50%;
    height: 30px;
    background: #343434;
    color: #e2e2e2;
    border: #33682f solid 1px;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
}

.login-button:hover {
    background: #33682f;
}

.terms-button {
    width: 50%;
    height: 30px;
    background: #343434;
    color: #e2e2e2;
    border: #33682f solid 1px;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    margin-top: 250px;
}

.terms-button:hover {
    background: #33682f;
}

.other-links {
    margin-top: 45%;
}

.other-links a {
    height: 30px;
    line-height: 30px;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #e2e2e2;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

.other-links-list {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.copyright {
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    font-size: 13px;
    position: fixed;
    left: 15px;
    bottom: -10px;
}

.errors {
    color: #e2e2e2;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.button-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.employee-report-left-button {
    width: 40%;
    height: 150px;
    line-height: 150px;
    background: #33682f;
    color: #e2e2e2;
    border: #33682f solid 1px;
    border-radius: 10px;
    margin-right: 10px;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-decoration: none;
}

.employee-report-right-button {
    width: 40%;
    height: 150px;
    line-height: 150px;
    background: #33682f;
    color: #e2e2e2;
    border: #33682f solid 1px;
    border-radius: 10px;
    margin-left: 10px;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-decoration: none;
}

.employee-report-right-button:hover {
    background: #174d13;
    border: #174d13 solid 1px;
}

.employee-report-left-button:hover {
    background: #174d13;
    border: #174d13 solid 1px;
}

.report-header {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    color: #e2e2e2;
}

.report-block {
    width: 1000px;
    height: 720px;
    border-radius: 10px;
    background-color: #343434;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 50px;
}

.event-forms {
    border: none;
    font-family: 'OpenSans', sans-serif;
    width: 98%;
    height: calc(100% - 20px);
    line-height:20px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;

}

.employee-fieldset-style {
    border: none;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow-y: -moz-hidden-unscrollable;
    margin-top: 8px;
    margin-left:2px;
}

.is-invalid {
    color: #e24e4e;
}

.employee-form-input-invalid {
    /*width: 436px;*/
    width: 428px;
    height: 34px;
    background-color: rgba(249, 188, 180, 0.78);
    font-size: 18px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.employee-form-input {
    width: 400px;
    height: 34px;
    background-color: #e2e2e2;
    font-size: 18px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.employee-submit-button {
    width: 150px;
    height: 50px;
    line-height: 30px;
    border: 0px;
    border-radius: 10px;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    /*background: #e2e2e2;*/
    background: #33682f;
    color: #e2e2e2;
    /*color: #343434;*/
    text-decoration: none;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.employee-submit-button:hover {
    background: #174d13;
}

.button-position-left-relative {
    position: relative;
    top: 10px;
    margin-bottom: 20px;
}

.employee-content-input {
    width: 680px;
    /*width: 436px;*/
    height: 310px;
    background-color: #e2e2e2;
    font-size: 18px;
    margin-bottom: 10px;
    border-width: 0;
    padding-top: 16px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.description-field-label {
    margin-bottom: 10px;
    width: 250px;
    text-align: left;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    color: #e2e2e2;
}

.radio-field-labels {
    margin-bottom: 10px;
    width: 360px;
    text-align: left;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    color: #e2e2e2;
}

.name-field-label {
    margin-bottom: 10px;
    width: 460px;
    text-align: left;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    color: #e2e2e2;
}

.radio-field-input {
    width: 100%;
    height: 34px;
    font-size: 18px;
    color: #e2e2e2;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-left: 0;
    border-width: 0;
    padding-left: 0;
    font-family: 'Nunito Sans', sans-serif;
    display: inline-flex;
    justify-content: space-around;
    list-style-type: none;
    align-items: center;
}

.radio-field-input:focus {
    width: 100%;
    height: 34px;
    background-color: #e2e2e2;
    font-size: 18px;
    color: #e2e2e2;
    margin-bottom: 10px;
    border-width: 0;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
    align-items: center;
    display: inline-flex;
}

.radio-field-input-invalid {
    width: 100%;
    height: 34px;
    background-color: rgba(249, 188, 180, 0.78);
    font-size: 18px;
    color: #e2e2e2;
    margin-bottom: 10px;
    border-width: 0;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
    display: inline-flex;
    align-items: center;
}

.radio-field {
    width: 100%;
    height: 80px;
    font-size: 18px;
    color: #e2e2e2;
    line-height: 34px;
    border-width: 0;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
    display: inline-flex;
    align-items: center;
}

.description-field {
    width: 100%;
    height: 310px;
    font-size: 18px;
    color: #343434;
    line-height: 34px;
    border-width: 0;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
    display: inline-flex;
    align-items: center;
}

.top-margin {
    margin-top: 15px;
}

.big-top-margin {
    margin-top: 30px;
}

.select-form-input {
    /*width: 444px;*/
    width: 435px;
    height: 34px;
    background-color: #e2e2e2;
    font-size: 18px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.select-form-input:focus {
    /*width: 444px;*/
    width: 435px;
    height: 34px;
    background-color: #e2e2e2;
    font-size: 18px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.select-form-input-invalid {
    /*width: 444px;*/
    width: 435px;
    height: 34px;
    background-color: rgba(249, 188, 180, 0.78);
    font-size: 18px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.confirmation-message {
    width: 700px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    /*width: 800px;*/
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-family: 'Work Sans', sans-serif;
    font-size: 25px;
    color: #e2e2e2;
    background-color: #174d13;
}

.code-form-input {
    width: 100%;
    height: 34px;
    background-color: #e2e2e2;
    font-size: 18px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.code-form-input:focus {
    width: 100%;
    height: 34px;
    background-color: #e2e2e2;
    font-size: 18px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}

.code-form-input-invalid {
    width: 100%;
    height: 34px;
    background-color: rgba(249, 188, 180, 0.78);
    font-size: 18px;
    margin-bottom: 10px;
    border-width: 0px;
    padding-left: 8px;
    font-family: 'Nunito Sans', sans-serif;
}
