﻿
/*@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700|EB+Garamond");*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    font-size: 13px;
}

#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    /*  font-family: Raleway;*/
    font-family: 'Cairo', sans-serif;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

h1 {
    text-align: right;
}


input {
    padding: 10px;
    width: 100%;
    font-size: 13px;
    font-family: 'Cairo', sans-serif;
    border: 1px solid #aaaaaa;
}

    /* Mark input boxes that gets an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }

/* Hide all steps by default: */
.tab {
    display: none;
}

.xbutton {
    background-color: #325133;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 11px;
    font-family: 'Cairo', sans-serif;
    cursor: pointer;
}

    .xbutton:hover {
        opacity: 0.8;
    }

#prevBtn {
    background-color: #325133;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #cacdb7;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #325133;
    }

font-family: 'Cairo', sans-serif;font-family: 'Cairo', sans-serif;font-family: 'Cairo', sans-serif; font-family: 'Cairo', sans-serif; font-family: 'Cairo', sans-serif; font-family: 'Cairo', sans-serif; * {
    box-sizing: border-box;
}

body {
    background-color: #cacdb7;
    background-image: url("images/Wallpaper-3.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    /*  background-position: 0vw 2vw;*/
    z-index: -1;
    font-family: 'Cairo', sans-serif;
    letter-spacing: 1px;
    /*min-width: 50%;*/
    /*overflow-x: hidden;*/
}

h1 {
    font-size: 1.5em;
}

.header-box {
    float: right;
    width: 50%;
    /*border: 2px solid red;*/
}

    .header-box div {
        text-align: center;
        word-spacing: 0.5em;
        background-color: rgba(174,190,164, 0.5);
        background-image: linear-gradient( to right, rgba(255, 255, 255, 0.3), rgba(75, 76, 116, 0.3) );
        border-radius: 25px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  /*width: 20em;*/
        height: auto;
  /*position: fixed;*/
        top: 10em;
  /*right: 8vw;*/
    }

.form-box {
    float: left;
    width: 80%;
    padding: 130px;
    padding-top: 4em;
    /*border: 2px solid blue;*/
    height: auto;
}

#title {
    font-family: 'Cairo', sans-serif;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.125em;
}

form {
    border: 2px solid #325133;
    border-radius: 3px 40px;
    padding: 20px;
    background-color: rgba(248, 248, 255, 0.8);
    background-image: linear-gradient( rgba(248, 248, 255, 0.73), rgba(245, 245, 245, 1) );
    max-width: 500px;
    width: 100%;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.5);
}

#motto {
    font-family: 'Cairo', sans-serif;
    margin-top: 0px;
    font-size: 1.2em;
    font-weight: bold;
}

.description {
    font-family: 'Cairo', sans-serif;
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    font-size: 1.2em;
    font-weight: bold;
}



.inline label {
    display: inline;
}

.form-label {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0.5em;
    display: inline-block;
    text-align: right;
}

    .form-label:first-child {
        margin-top: 0px;
        text-align: right;
    }

.txt-label {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0.5em;
    display: inline-block;
    text-align: right;
    font-size: 9px;
    float: right;
    color: red;
}

#joinjob-label {
    display: inline-block;
    width: 180px;
    margin: 30px -8px;
    float: right;
}

#issuedate-label {
    display: inline-block;
    width: 160px;
    margin: 30px -8px;
    float: right;
}


#date-label {
    display: inline-block;
    width: 90px;
    margin: 30px -8px;
    float: right;
}

#number-label {
    display: inline-block;
    width: 35%;
    margin: 30px 0px 0px;
}

fieldset {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 1em;
    border-color: #385C35;
    border-radius: 4px;
}

legend {
    text-color: #385C35;
    text-align: right;
}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #325133;
    border-radius: 8px;
    box-sizing: border-box;
}

input[type="date"] {
    width: 37%;
    border: 1px solid #325133;
    border-radius: 8px;
    padding: 10px 3px;
    margin: 12px 20px;
    float: right;
}




.checkboxList input[type="checkbox"] {
    width: auto;
    float: right;
}

.checkboxList label {
    width: auto;
    display: inline;
    /*margin-right: 120px;*/
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
input[type="number"]:focus {
    outline: none;
    border-radius: 14px;
    border-width: 2px;
}




.radioButtonList input[type="radio"] {
    width: auto;
    float: right;
}

.radioButtonList label {
    width: auto;
    display: inline;
    margin-left: 120px;
}


.radioBoxList input[type="radio"] {
    width: auto;
    float: right;
}

.radioBoxList label {
    width: auto;
    display: inline;
    margin-left: 270px;
}









::placeholder {
    text-align: right;
}



textarea {
    height: 100px;
    resize: none;
    font-family: 'Cairo', sans-serif;
}

    textarea:focus {
        outline: none;
        border-radius: 8px;
        border-width: 2px;
    }

input[type="submit"] {
    background-color: #325133;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 11px;
    font-family: 'Cairo', sans-serif;
    cursor: pointer;
}

    input[type="submit"]:hover {
        opacity: 0.8;
    }



.dropdown {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
}



label {
    display: block;
    margin: 10px 0;
}

fieldset label:hover {
    background-image: linear-gradient( to left, rgba(174, 190, 164, 0.3), rgba(245, 245, 245, 0.1) );
    width: 100%;
    border-radius: 5px;
}

option, .ui-menu-item {
    background-color: #aebea4;
}

.req {
    color: red;
}

@media only screen and (max-width: 900px) {
    .header-box {
        float: none;
        width: 100%;
        margin: 1.5em auto 0;
        padding: 0 100px;
    }

        .header-box img {
            width: 30%;
        }

        .header-box div {
            position: absolute;
            top: 18%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin-bottom: 0;
        }

    #title {
        font-size: 0.9em;
    }

    #motto {
        font-size: 0.85em;
        text-shadow: none;
    }

    .form-box {
        float: none;
        display: block;
        width: 90%;
        margin: 0px;
        padding: auto;
    }

    form {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -4%);
    }
}


.radioBoxList {
    text-align: right;
    width: 100%;
    padding-right: 20px;
}

select {
    /*color: grey;*/
    font-family: 'Cairo';
}

#successBlock {
    text-align: center;
    height: 300px;
}

.submissionMessage, #BackToHome {
    top: 40%;
    position: relative;
}

/* Hide Arrows on Numeric fields */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.ui-menu-item {
    text-align: right;
    color: grey;
    font-weight: normal;
}

    .ui-menu-item div:focus {
        text-align: right;
        text-decoration-color: white;
        font-weight: normal;
    }

.valAlerts {
    display:none;
    color:red;
    font-weight: bold;
    font-size: 9px;

}

label.comments {
    font-size: 11px;
    color: black;
}
.outer-div {
  width: 100%;
  text-align: center;
}

.inner-div {
  display: inline-block;
  margin: 0 auto;
  padding: 3px;
}

#tab3 ul, #tab0 ul, #tab4 ul, #tab5 {
    text-align: right;
}

.form-box .inner-div {
    min-width: 40%;
}

#tab0 .xbutton {
    margin-top: 20px;
    width: 70px;
}

.bahSpan {
    font-weight: bold;
    color: red;
    font-size: 13px;
}
