/*General */

.body {
    font-family: sans-serif;
    font-size: 11px;
}

.body-bg {
    background-image: url('../img/main-image.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: sans-serif;
    font-size: 11px;
}

h2 {
    color: white;
    text-align: auto;
}

#feedback-page {
    text-align: center;
}

#form-main {
    margin-top: 10px;
    width: 100%;
}

#form-div {
    background-color: #FCFCFC;
    padding: 15px;
    width: 450px;
    float: left;
    left: 50%;
    position: absolute;
    margin-top: 10px;
    margin-left: -260px;
    border-radius: 20px;
}

#form-combined {
    width: 49%;
    float: left;
    padding-right: 2%;
    padding-bottom: 2%;
}

#form-combined1 {
    width: 49%;
    float: left;
    padding-bottom: 2%;
}

#form-single {
    width: 100%;
    float: left;
    padding-bottom: 1%;
}

#form-group {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 5px;
    width: 200px;
    float: left;
    left: 50%;
    position: absolute;
    margin-top: 0px;
    margin-left: -260px;
    border-radius: 20px;
}

.feedback-input {
    font-family: sans-serif;
    font-size: 11px;
    border-radius: 20px;
    padding: 12px 12px 12px 40px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid grey;
}


/*Inputs styles*/

.feedback-input:focus {
    background: #fff;
    outline: none;
}


/* Icons ---------------------------------- */

#empFullNames,
#empLastName,
#empFathersName {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-male.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#empMothersName,
#empMothersSurname {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-female.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#empHomeAirport {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-ticket.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#empNationality,
#empCountry,
#empCityName {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-flag.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
    background-color: #fff;
}

#empBirthDate,
#empKinRelationship,
#empKinName,
#empKinSurname {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-torsos.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#empHomeNumber,
#empCellNumber,
#empKinContactNo {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-telephone.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#empEmailAddress,
#empKinEmailAddress {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#empSkypeID {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-social-skype.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#client {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-foundation.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#empSalaryDay,
#empTravelDay,
#empStandbyDay {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-dollar-bill.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#empLocationAss {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-map.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#employer,
#aboutCompany {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-monitor.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#empResidentialAddress,
#empCity,
#empPostalCode {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-address-book.svg);
    background-size: 20px 20px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

textarea {
    height: 40px;
    resize: vertical;
}

.button-blue {
    border: none;
    outline: none;
    height: 40px;
    width: 50%;
    margin-left: 25%;
    align-self: center;
    background: #4e73df;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
}

.button-blue:hover {
    cursor: pointer;
    background: #ffc107;
    color: #000;
    font-weight: bold;
}

#submit {
    border: none;
    outline: none;
    height: 40px;
    width: 50%;
    align-self: center;
    background: #4e73df;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 20px;
    margin-left: 25%
}

#submit:hover {
    cursor: pointer;
    background: #ffc107;
    color: black;
}

.intro {
    border: none;
    outline: none;
    height: 50px;
    padding: 10px 10px 15px 10px;
    align-self: center;
    background: #4e73df;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 25px;
    margin-left: 10%
}

.intro:hover {
    cursor: pointer;
    background: #ffc107;
    color: black;
}

.ease {
    width: 0px;
    height: 40px;
    transition: 0.3s ease;
}

.submit:hover .ease {
    width: 100%;
}


/*Styles for small screens*/

@media only screen and (max-width: 580px) {
    #form-div {
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
}

.logo-text {
    float: left;
    width: 5%;
    margin-top: 200px;
    margin-left: 150px;
    padding-top: 12px;
    padding-bottom: 12px;
}

span {
    color: grey;
    padding-top: 10px;
}

h1 {
    text-align: center;
    font-size: 22px;
}

#resume {
    height: 100%;
    background-color: #fff;
}

.date-combined {
    width: 47%;
    float: left;
    padding-left: 2%;
    padding-bottom: 10px;
}

.date-combined1 {
    width: 47%;
    float: right;
    padding-left: 3%;
    padding-bottom: 10px;
}

.button-blue-align {
    border: none;
    outline: none;
    height: 40px;
    width: 30%;
    margin-left: 12%;
    align-self: center;
    background: #4e73df;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
}

.button-blue-align:hover {
    cursor: pointer;
    background: #ffc107;
    color: #000;
}

.button-red-align {
    border: none;
    outline: none;
    height: 40px;
    width: 30%;
    margin-left: 12%;
    margin-bottom: 2%;
    align-self: center;
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
}

.button-red-align:hover {
    cursor: pointer;
    background: #ffc107;
    color: #000;
}

.button-green-align {
    border: none;
    outline: none;
    height: 40px;
    width: 30%;
    margin-left: 12%;
    margin-bottom: 2%;
    align-self: center;
    background: #228B22;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
}

.button-green-align:hover {
    cursor: pointer;
    background: #ffc107;
    color: #000;
}

label {
    font-weight: bold;
    padding-left: 8px;
}

small {
    display: block;
    padding: 1% 1% 1% 2%;
}