/* #member_information {
    height: 100%;
}

#member_information iframe {
    height: 100%;
    width: 100%;
} */

#member_information div.portlet-body,
#survey_iframe div.portlet-body{
    overflow-y: auto;
    -webkit-overflow-scrolling:touch !important;
    /* height: 100%; */
}

#member_information iframe,
#survey_iframe iframe {
    /* height: 100%; */
    min-width: 100%;
    width: 100px;
    *width: 100%;
}

/* @media (min-width: 1200px) {
    .disable-responsive {
        width: unset !important;
    }
}

.disable-responsive {
    width: 1170px;
} */

.navbar-static-side ul li a:hover table,
.navbar-static-side ul li a:focus table {
  color:#FFFFFF;
}

#member_menu {
    float: right;
    height: 100%;
}

.event_table {
    width: 100%;
}

.event_table td {
    padding: 8px;
}

.event_table th {
    padding: 8px;
}

.event_table tr:nth-child(odd) {
    background-color: #E6F6FF;
}

.representative_field_table {
    width: 70%;
    margin: auto;
    font-size: 13px;
    border: none;
    padding: none;
}

.representative_td_1 {
    vertical-align: top;
    width: 30%;
}

.representative_td_2 {
    vertical-align: top;
    text-align: center;
    width: 30%;
}

.representative_td_3 {
    vertical-align: top;
}

.main_grid
{
    /* padding: 10px 20px;
    background-color: #FFFFFF;
    border:1px solid #A5A5A5;
    font-size: 14px; */
    animation: fadeEffect 1s;
}

#events,
#meetings
{
    background-color: #FFFFFF;
    padding: 0;
    border: 0;
    font-size: 14px;
}

#myopenerp {
    height: 40em;
    overflow: auto;
}

#myopenerpMessage {
    height: 40em;
    overflow: auto;
    border: 1px solid #ddd; /* Add a grey border */
}

#myInput {
    /* background-image: url('/css/searchicon.png'); Add a search icon to input */
    /* background-position: 10px 12px; Position the search icon */
    /* background-repeat: no-repeat; Do not repeat the icon image */
    width: 100%; /* Full-width */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: none;
}

#myMessageInput {
    /* background-image: url('/css/searchicon.png'); Add a search icon to input */
    /* background-position: 10px 12px; Position the search icon */
    /* background-repeat: no-repeat; Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#myUL li a {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* Grey background color */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding-bottom: 20px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    /* background-color: #ccc; */
    border-bottom: 5px solid #4C8DC3;
}

/* Style the tab content */
.events_and_meetings {
    /* display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none; */
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.post {
  border-top: 1px solid #DDD;
  margin: 60px 0;
}

.post img {
  display: block;
  max-width: 100%;
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

.js_crm_surveyform {
    margin: 0;
}
.js_crm_surveyform h4{
    margin: 4px 0;
    font-size: 13px;
    font-weight: bold;
}
.js_crm_surveyform button{
    margin-top: 5px;
}