/**
 * style.css
 *
 * Part of YiiCalendar extension for Yii 1.x (based on ecalendarview extension).
 *
 * @website   http://www.yiiframework.com/extension/yii-calendar/
 * @website   https://github.com/trejder/yii-calendar
 * @author    Tomasz Trejderowski <tomasz@trejderowski.pl>
 * @author    Martin Ludvik <matolud@gmail.com>
 * @copyright Copyright (c) 2014 by Tomasz Trejderowski & Martin Ludvik
 * @license   http://opensource.org/licenses/MIT (MIT license)
 */
table.yiicalendar thead th,
table.yiicalendar tbody td {
  padding: 2px;
  text-align: center;
}
table.yiicalendar thead th {
  color: #fff;
  font-weight: normal;
  background-color: inherit;
  border: 1px solid #ccc;
}
table.yiicalendar thead th a {
  color: #fff;
  font-weight: bold;
}
table.yiicalendar thead tr.weekdays-row th {
  font-size: 14px;
}
table.yiicalendar td.current {
  opacity: 0.5;
  border: 1px solid #fff;
}
table.yiicalendar td.not-relevant {
  color: #3fc351;
  opacity: 0.3;
}
table.yiicalendar a.navigation-link {
  font-size: 21px;
  color: #fff;
  padding: 5px;
}
table.yiicalendar a.navigation-link:hover {
  background-color: #3fc351;
  color: #252525;
  text-decoration: none;
}
table.yiicalendar thead .dropdown-menu a {
  color: #297d35;
}
table.yiicalendar thead button.btn.btn-default {
  background-color: #fff;
}
table.yiicalendar tbody td {
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: #aaa;
}
table.yiicalendar tbody td a {
  color: #fff;
  padding: 10px;
}
table.yiicalendar tbody td a:hover {
  text-decoration: none;
  background-color: #3fc351;
  color: #252525;
}
