////////////////////////////////////////////////////////////////////////////////
@import "/lib/ttf/SourceSansPro.css";

////////////////////////////////////////////////////////////////////////////////
html, body {
  min-height: 100%;
  height: 100%;
  height: 100vh;
}

body {
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.xmodal, .xmodal2, .xconfirm {
  background-color: #FAFAFA;
  top: 0;
  left: 0;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0;
  width:100%;
  height:100%;
  will-change: top, opacity;
  z-index: 300;
}

.xconfirm {
  height: 30%;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

nav i.material-icons {
  font-size: 2em;
  margin: 0 auto;
}

.fc-view-container { margin: 10px; }
.fc-day-top { background-color: #f5f5f5 !important; border-color: #ddd !important;}
