/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2014, 2:00:00 PM
    Author     : Narmandakh. V, Infinite Solutions LLC
*/

.contact-container {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    color: #323232;
}

.contact-content {
    padding: 0px;
    position: relative;
}

.contact-info {
    /* position: absolute; */
    float:left;
    top: 10px; 
    left: 10px; 
    z-index: 99;
    padding: 20px;
    background-color: white;
    border-radius: 2px;
    width: 290px;
    height: auto;
}

@media (max-width: 768px) {
    .contact-info {
        position: static;
        margin: 0 auto;
    }
}

.contact-map {
/*    float: none;
    overflow:hidden;
    width: 100%;*/
    
    float: left;
    overflow: hidden;
    width: calc(100% - 300px);
    height: 750px;
}

#gmap_canvas {
    max-width:none!important;
    background:none!important
}

.contact-title {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

.contact-main-address {
    border: none;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
}

table.contact-info-table {
    border: none;
    font-size: 14px;
    margin-bottom: 10px;
}

table.contact-info-table th {
    font-weight: normal;
    color: #717171;
    text-align: left;
    width: 100px;
}

table.contact-info-table td {
    text-align: left;
}

table.contact-info-table th, table.contact-info-table td {
    padding: 5px;
}

#contact-form-container {
    margin-top: 0px;
}

#contact-form-container .contact-fotm-row {

}

#contact-form-container .contact-input {
    border: 1px solid #eaeaea;
    font-size: 14px;
    height: 40px;
    margin-bottom: 3px;
    padding: 5px 15px;
    width: 170px;
}

#contact-form-container select {
    background-color: white;
    width: 250px !important;
    padding-left: 10px !important;
}

#contact-form-container select:focus {
    box-shadow: none;
}

#contact-form-container textarea {
    background-color: white;
    border: 1px solid #eaeaea;
    height: 135px;
    width: 250px;
    padding: 10px 15px;
}

#contact-form-container .contact-button{
    height: 40px;
    width: 72px;
}

#contact-form-container .cancel-button {
    color: #3f3f3f;
    background-color: #d6d6d6;
    border: 1px solid #d6d6d6;
}

#contact-form-container .submit-button{
    color: #fff;
    background-color: #0094da;
    border: 1px solid #0094da;
}