﻿#SiteGrid {
    position: relative;
}


#contactForm .submit-container {
    text-align: right;
    margin-top: 20px;
}

.right-menu-body {
    margin-top: 10px;
}

.contact-table-wrapper .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.table-responsive   { overflow-x:hidden; }

.contact-table-wrapper .table > thead > tr > th,
.contact-table-wrapper .table > tbody > tr > th,
.contact-table-wrapper .table > tfoot > tr > th, 
.contact-table-wrapper .table > thead > tr > td, 
.contact-table-wrapper .table > tbody > tr > td, 
.contact-table-wrapper .table > tfoot > tr > td {
    border: none;
    white-space: normal;
}


.contact-table-wrapper .table tr td:first-child {
    padding-left: 0px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact-table-wrapper .table tr td:last-child {
    padding-right: 0px;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
}

.right-menu-socail-header {
    font-size: 150%;
    color: #fff;
}


#contactsubject {
    border: none;
    margin-bottom: 0px;
    font-size: 100%;
    color: #999999;
    padding: 15px 0px 15px 15px;
    background: #fff !important;
    height: 50px;
    position: relative;
    cursor: text !important;
    border-radius: 0px 0px 0px !important;
    font-style: italic;
    width: 100%;
}


.form .messages {
    display: none;
}

.form .messages.valid {
    display: inline-block;
}

.form .messages.error {
    display: inline-block;
}

@media (min-width: 971px ) {
    .right-menu {
        width: 41.66666667%;
    }
}

#sendContact { padding:10px 30px; font-size:150%; }

@media (max-width: 767px) {
    .right-menu {
        margin-top: 10px;
    }
    
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none;
    }
}