/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

html, body, main {
  font-family: 'Roboto', 'Helvetica', sans-serif !important;
  width: 100%;
}
a {
  text-decoration: none;
}
li a {
  text-decoration: underline;
  color: #0288d1;
}
/*.mdl-grid {
  max-width: 1024px;
  margin: auto;
}
.mdl-login {
  max-width: 512px !important;
  top: 50%;
}
.mdl-layout__header-row {
  padding: 0;
}*/
pre {
  overflow-x: scroll;
  line-height: 18px;
}
code {
  white-space: pre-wrap;
  word-break: break-all;
}
h3 {
  background-size: 40px;
  padding-left: 40px;
  margin: 0 !important;
  color: white;
}
header {
  height: 64px;
}
header table {
  border: none;
}
.left {
  width: 30%;
  float: left;
  text-align: right;
  line-height: 2;
}
.right {
  width: 65%;
  margin-left: 10px;
  float:left;
}
.float-right {
  float: right;
}
.none {
  display: none;
}
#CE_Logo {
  height: 60px;
  padding-left: 10px;
  margin: 0;
}

.events_feed {
  width: 100%;
}
.dateHeader {
  opacity: 0.5;
  font-weight: bold;
  font-size: large;
  padding-top: 24px;
  padding-bottom: 6px;
}
.eventPost {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 6px;
  margin-bottom: 12px;
}
.eventPost:hover {
  cursor: pointer;
}
.eventPost table {
  width: 100%;
  border-collapse: collapse;
}
.eventPost table td, th {
  vertical-align: text-top;
  padding: 0;
}
.eventPost img {
  width: calc(100% - 5px);
  padding-left: 5px;
  vertical-align: top;
}
.eventTitle {
  font-size: x-large;
  padding-top: 20px;
  padding-bottom: 5px;
  line-height: 120%;
}
.eventTime {
  padding-top: 3px;
  padding-bottom: 2px;
}
.eventLoc {}
.eventDesc {
  opacity: 0.5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.eventScore {
  background-color: white;
  color: #424242;
  font-weight: bold;
  padding: 0;
  margin-bottom: 15px;
  border: none;
}
.eventScore:hover {
  color: #1976D2;
}
.liked {
  color: #2196F3 !important;
}
.liked:hover {
  color: #1976D2 !important;
}
.overlay-popup {
  background-color: white;
  margin: 50px;
  padding: 20px;
  border-radius: 4px;
  transition: all 0.3s;
}
#overlay-img {
  width: 100%;
}
#overlay-event-title {
  font-weight: bold;
  font-size: 22px;
}
.material-icons {
  font-size: 15px;
}
.event-metadata {
  background-color: #E1F5FE;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 5px;
  font-size: 17px;
  vertical-align: text-top;
}
#overlay-event-location,
#overlay-event-time {
  margin: 2px 0px;
}
.event-contact-info {
  background-color: #424242;
  color: #FAFAFA;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 5px;
  font-size: 15px;
}
.event-contact-info a {
  color: orange;
}
.event-contact-info p {
  margin: 0px 0px;
}

#month_calendar {
  background: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
  border: none;
  width: 300px;
  margin: 20px;
}
.yui3-g,
.yui3-u-1 {
  font-family: 'Roboto', 'Helvetica', sans-serif !important;
}
.yui3-calendar-day {
  padding: 10px !important;
  border: none !important;
  font-weight: normal !important;
}
.yui3-calendar-header {
  margin-bottom: 10px;
}
.yui3-calendar-prevmonth-day,
.yui3-calendar-nextmonth-day {
  border: none !important;
}
.yui3-calendar-weekday {
  text-align: center !important;
}
.yui3-calendar-day:hover,
.yui3-calendar-day-selected {
  color: white !important;
  background-color: #2196F3 !important;
  border-radius: 20px;
}

.options {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 64px;
}
.compose {
  color: white;
  padding-top: 7px;
  font-size: 44px !important;
}
.userSubBtn {
  background-color: transparent;
  border: none;
}
.dropbtn {
  background-color: transparent;
  border: none;
  height: 70px;
}

.dropbtn:after {
  content: '\2807';
  font-size: 44px;
  color: white;
  background-color: #E65100;
  text-align: right;
  border-style: hidden;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  background-color: #E65100;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10px;
  right: -1px;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}
.overlay-post-fields {
  display: inline;
  width: 300px;
}
.overlay-post-banner {
  margin: -20px -20px 10px -20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#overlay-num-fields td:first-child {
  width: 100px;
}
#overlay-post-form tr {
  margin-bottom: 10px;
}

select {
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #757575;
  cursor: pointer;
}