@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(icons/style.css);
.ucase-font, #navigation #day-selector a {
  font-size: 15px;
  text-transform: uppercase; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .ucase-font, #navigation #day-selector a {
      font-size: 15px; } }

input, textarea, *[contenteditable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

html, body {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 15px;
  color: #666;
  background: #f0f1f4; }

h1, h2, h3 {
  color: #587893;
  font-weight: 400; }

h1 {
  font-size: 20px;
  line-height: 30px;
  margin: 15px auto 30px; }

a {
  text-decoration: none;
  color: #3e8bcc; }
  a:hover {
    color: #666; }

ul {
  list-style: square inside;
  text-align: left;
  margin: 10px 20px;
  line-height: 20px;
  font-size: 13px; }

.icon {
  font-size: 60px;
  cursor: pointer;
  vertical-align: top;
  color: #3e8bcc;
  margin: 0 22px; }
  .icon:hover {
    color: #666; }

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  background: #f0f1f4;
  height: 120px;
  width: 100%;
  min-width: 700px;
  margin: 0 auto;
  padding: 15px 0 30px;
  text-align: center;
  z-index: 1; }
  #navigation #navigation-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 720px) {
      #navigation #navigation-content {
        height: 180px; } }
  #navigation #week-selector-wrapper {
    cursor: pointer; }
    #navigation #week-selector-wrapper div {
      display: inline-block; }
    #navigation #week-selector-wrapper #week-selector-text:hover {
      color: black; }
    #navigation #week-selector-wrapper .week {
      font-size: 30px;
      padding-top: 10px;
      display: block; }
    #navigation #week-selector-wrapper .year {
      font-size: 20px;
      margin-top: 10px;
      display: block; }
  #navigation #day-selector {
    position: relative;
    display: block;
    margin-top: 15px;
    cursor: default; }
    #navigation #day-selector a {
      font-size: 30px;
      line-height: 60px;
      margin: 0 30px;
      cursor: pointer; }
    #navigation #day-selector .selected {
      color: #666; }
  #navigation #training-calendar-date-picker {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: 32px;
    opacity: 0; }
  #navigation #settings-toggler {
    display: none; }

#settings {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -350px;
  width: 350px;
  background: #222;
  height: 100%;
  z-index: 2; }
  #settings #filters-actions {
    text-align: center;
    padding-bottom: 15px; }
    #settings #filters-actions h2 {
      margin: 15px 0 15px;
      font-size: 26px;
      font-weight: 300; }
    #settings #filters-actions button {
      border: 1px solid #666;
      background: #333;
      color: #dedede;
      padding: 10px 15px;
      font-size: 20px; }
      #settings #filters-actions button:hover {
        background: #587893;
        cursor: pointer; }
  #settings #group-filters {
    height: 100%;
    overflow-y: scroll;
    text-align: center; }
    #settings #group-filters li {
      list-style: none;
      background: #333;
      color: #dedede;
      margin: 10px 0;
      padding: 10px 15px;
      font-size: 20px; }
      #settings #group-filters li span {
        margin-left: 25px; }
      #settings #group-filters li:hover {
        background: #587893;
        cursor: pointer; }
    #settings #group-filters .icon {
      display: inline-block;
      height: 15px;
      width: 15px;
      line-height: 15px;
      vertical-align: middle;
      font-size: 20px;
      color: #49abf9;
      margin: 0; }
      #settings #group-filters .icon .selected {
        background: #222; }
    #settings #group-filters .not-in-list {
      color: #666;
      background: #252525;
      text-decoration: line-through; }

#settings-button {
  position: fixed;
  top: 15px;
  left: 0px;
  z-index: 2; }
  #settings-button .filters-count {
    font-size: 16px;
    margin-left: 25px; }

#print-button {
  position: fixed;
  top: 15px;
  right: 0px;
  z-index: 2; }

#content {
  min-width: 700px;
  margin: 170px auto 0;
  text-align: center; }
  @media screen and (max-width: 720px) {
    #content {
      margin: 230px auto 0; } }
  #content .day-container {
    margin: 0 auto 60px;
    max-width: 800px;
    min-height: 120px; }
  #content .day-container h1, #content .day-container p {
    margin-left: 10px; }
  #content .day-container .training-event {
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 30px 10px;
    text-align: center;
    width: 220px; }
    #content .day-container .training-event .event-header {
      color: #dedede; }
      #content .day-container .training-event .event-header .time {
        padding: 10px 0 5px 0; }
      #content .day-container .training-event .event-header .location {
        padding-bottom: 10px; }
    #content .day-container .training-event .event-content {
      background: #f0f1f4; }
      #content .day-container .training-event .event-content .event-groups ul {
        padding: 10px;
        margin: 0; }
      #content .day-container .training-event .event-content .divider {
        border-top: 1px dashed #666; }
      #content .day-container .training-event .event-content .info {
        font-size: 13px;
        padding: 5px;
        line-height: 20px; }
        #content .day-container .training-event .event-content .info .info-title {
          color: #587893; }
        #content .day-container .training-event .event-content .info .info-text {
          color: #947800; }
  #content .day-container .type-ice {
    background: #6092bf;
    border: 3px solid #6092bf; }
  #content .day-container .type-misc {
    background: #73777f;
    border: 3px solid #73777f; }

#overlay {
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(10, 10, 10, 0.9);
  z-index: 1;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }

#loader {
  background: #f0f1f4;
  line-height: 50px;
  text-align: center; }

#group-filters::-webkit-scrollbar {
  width: 20px; }

#group-filters::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }

#group-filters::-webkit-scrollbar-thumb {
  background-color: #333;
  outline: 1px solid #222; }
  #group-filters::-webkit-scrollbar-thumb:hover {
    background-color: #666; }

/*# sourceMappingURL=main.css.map */
