body {
  padding: 0px;
  color: #47474C;
}

h1,h2,h3,h4,h5,h6 {
  color: #47474C;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0!important;
  background: #FFF!important;
  color: #8F8F8F!important;
  border: 1px solid #F2F2F2!important;
  box-shadow: none!important;
}

#search button {
  border-radius: 0;
  background: #31B0D5;
  color: #FFF;
  padding: 5px;
}

input, textarea {
  border-radius: 0!important;
  border: 1px solid #dadada!important;
  box-shadow: none!important;
  /*font-size: 12px!important;*/
}

#cat-holder {
  margin-bottom: 0;
  margin-top: 10px;
}

a[href="export.php"] {
  margin-bottom: 10px;
  margin-top: 20px;
  border-radius: 0;
}

a[href="#cal_import"] {
  margin-bottom: 10px;
  margin-top: 20px;
  border-radius: 0;
}

.box {
  box-shadow: none;
  border: 1px solid #F2F2F2;
  border-radius: 0;
  margin: 0;
}

.box .header {
  display: none;
}

.fc th, .fc td {
	border: 0;
  border-top: 1px solid #F5F5F5;
}

.fc .fc-row {
  padding: 10px 0;
}

.fc-widget-header {
  border: none!important;
}

.fc-head {
  border-bottom: 1px solid #F2F2F2;
  color: #8F8F8F;
}

.fc-toolbar .fc-center {
  display: inline-block;
  position: static;
  top: 0;
  padding: 0;
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-button.fc-state-default {
  background: #fff;
  box-shadow: none;
  border: 1px solid #F2F2F2;
  color: #8F8F8F;
}

.fc-button.fc-state-default {
  background: #fff;
  box-shadow: none;
  border: 1px solid #F2F2F2;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 12px;
}

.fc-button.fc-state-active {
  background: rgba(230, 245, 252, 0.6);
}

.fc button {
  height: 2.5em;  
}

.fc-toolbar {
  position: static;
  top: 0;
  padding: 30px 20px;
  color: #47474C;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffe8+0,e3f5ab+33,b7df2d+100;Green+3D+%234 */
  background: rgb(248,255,232); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(248,255,232,1) 0%, rgba(227,245,171,1) 33%, rgba(183,223,45,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(248,255,232,1) 0%,rgba(227,245,171,1) 33%,rgba(183,223,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(248,255,232,1) 0%,rgba(227,245,171,1) 33%,rgba(183,223,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */
}

.fc-other-month {
  background: #FBFBFB;
}

.fc-unthemed .fc-today {
  background: rgba(230, 245, 252, 0.6);
}

.fc-day-number {
  color: #47474C;
}
