﻿#content_contact {
    margin-left: 11%;
    padding: 1em 1.5em;
}

div#contact_info {
    float: right;
}

#feedback-page {
    text-align: center;
}

div#contact_calendar {
    float: left;
    width: 700px;
    position: relative;
}

div#contact_times {
    float: left;
}

#form-main {
    float: right;
    position: relative;
    vertical-align: top;
}

#p.error, p.success {
    font-weight: bold;
    padding: 10px;
    border: 1px solid;
}

#p.error {
    background: #ffc0c0;
    color: #900;
}

#p.success {
    background: #b3ff69;
    color: #4fa000;
}

#form-div {
    background-color: rgba(72,72,72,0.4);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
    min-width: 300px;
    width: 50%;
    float: left;
    position: relative;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    display: none;
}

.feedback-input {
    color: #3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 5px 5px 5px 54px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

    .feedback-input:focus {
        background: #fff;
        box-shadow: 0;
        border: 3px solid #22B24C;
        color: #22B24C;
        outline: none;
        padding: 13px 13px 13px 54px;
    }

.focused {
    color: #22B24C;
    border: #22B24C solid 3px;
}

/* Icons ---------------------------------- */
#company_name {
    background-image: url(../Entypo/Entypo/home_2.svg);
    background-size: 25px 25px;
    background-position: 5px;
    background-repeat: no-repeat;
}

#contact_person {
    background-image: url(../Entypo/Entypo/user_2.svg);
    background-size: 25px 25px;
    background-position: 5px;
    background-repeat: no-repeat;
}

#dateForm {
    background-image: url(../Entypo/Entypo/calendar_2.svg);
    background-size: 25px 25px;
    background-position: 5px;
    background-repeat: no-repeat;
}

#time {
    background-image: url(../Entypo/Entypo/clock_2.svg);
    background-size: 25px 25px;
    background-position: 5px;
    background-repeat: no-repeat;
}

#email {
    background-image: url(../Entypo/Entypo/mail.svg);
    background-size: 25px 25px;
    background-position: 5px;
    background-repeat: no-repeat;
}

    #email:focus {
        background-image: url(../Entypo/Entypo/mail.svg);
        background-size: 25px 25px;
        background-position: 5px;
        background-repeat: no-repeat;
    }

#comment {
    background-image: url(../Entypo/Entypo/edit.svg);
    background-size: 25px 25px;
    background-position: 5px 3px;
    background-repeat: no-repeat;
}

#employees {
    background-image: url(../Entypo/Entypo/add-user.svg);
    background-size: 25px 25px;
    background-position: 5px;
    background-repeat: no-repeat;
    color: #3C3C3C;
}

textarea {
    width: 100%;
    height: 100px;
    line-height: 150%;
    resize: vertical;
}

    input:hover, textarea:hover,
    input:focus, textarea:focus {
        background-color: white;
    }

#button-blue {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    border: #fbfbfb solid 3px;
    cursor: pointer;
    background-color: #22B24C;
    color: white;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 400;
}

    #button-blue:hover {
        background-color: rgba(0,0,0,0);
        color: #ffffff;
    }

.submit:hover {
    color: #22B24C;
}


@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%;
    }

    #content_contact {
        margin-left: 0%;
    }
}
