﻿﻿@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);

#mainform {
    width: 960px;
    margin: 20px auto;
    padding-top: 20px;
    font-family: 'Proxima Nova Regular';
    display: block;
}

#onclick {
    padding: 3px;
    color: green;
    cursor: pointer;
    padding: 5px 5px 5px 15px;
    width: 70px;
    color: white;
    background-color: #123456;
    box-shadow: 1px 1px 5px grey;
    border-radius: 3px;
}

b {
    font-size: 18px;
    text-shadow: 1px 0px 3px gray;
}

#popup {
    padding-top: 80px;
}

.form {
    border-radius: 2px;
    padding: 20px 30px;
    box-shadow: 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    width: 400px;
    margin: 20px 250px 0 35px;
    float: left;
}

input {
    width: 100%;
    height: 35px;
    margin-top: 5px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px;
}

    input[type=button] {
        background-color: rgb(243, 108, 33);
        border: 1px solid white;
        font-family: 'Proxima Nova Regular';
        font-size: 18px;
        color: white;
        width: 46%;
        display: inline-block;
    }

    input[type=radio] {
        width: 6%;
        -webkit-appearance: checkbox;
    }

    input[type=date] {
        width: 38%;
    }

textarea {
    width: 100%;
    height: 80px;
    margin-top: 5px;
    border-radius: 3px;
    padding: 5px;
    resize: none;
    background: #fafafa;
}

#required {
    color: gray;
}

#logindiv {
    opacity: 0.92;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#login, #contact, #contact_HR, #mailsent, #contact_th, #contact_HR_th, #mailsent_th {
    margin: 0px;
    background-color: white;
    font-family: 'Proxima Nova Regular';
    position: relative;
    /*border: 5px solid rgb(90, 158, 181);*/
}

.img {
    float: right;
    margin-top: -35px;
    margin-right: -37px;
}

#contactdiv, #contactdiv_HR, #contactdiv_th, #contactdiv_HR_th {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
    opacity: 0.96;
}

#contact, #contact_HR, #contact_th, #contact_HR_th {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#mailsentdiv, #mailsentdiv_th {
    opacity: 0.96;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#mailsent, #mailsent_th {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#login {
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -158px;
}

.contact-office-select {
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 10px;
    font-family: 'Proxima Nova Light';
    font-weight: bold;
    background-image: url('/Content/artwork/_ks_down_arrow.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position-x: -1px;
    background-position-y: 10px;
    padding-left: 12px;
}

@media screen and (max-width: 750px) {
    #contact, #contact_HR {
        top: 56%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    #label {
        display: none;
    }

    textarea {
        width: 100%;
        height: 90px;
        margin-top: 5px;
        margin-bottom: 35px;
        border-radius: 3px;
        padding: 5px;
        resize: none;
        background: #fafafa;
    }

    #mailsent {
        width: 380px;
    }
}
