.navbar-fixed-top {
  display: none;
}

body {
  padding: 0px;
  color: #47474C;
}

h1,h2,h3,h4,h5,h6 {
  color: #47474C;
}

.container {
  margin-top: 40px;
  margin-bottom: 20px;
}

#cat-holder {
  display: none;
}

a[href="export.php"] {
  display: none;
}

a[href="#cal_import"] {
  display: none;
}

.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: #000;
}

.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;
  background: url('../img/header.jpg');
  background-size: 100% auto;
}

.fc-other-month {
  background: #FBFBFB;
}

.fc-unthemed .fc-today {
  background: rgba(230, 245, 252, 0.6);
}

.fc-day-number {
  color: #47474C;
}

body {
    background: #84B414;
    color: #3f3f3f;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.container {
    background: white;
    border-radius: 4px;
    padding: 1em;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border-top: 5px solid #e00078;
}

#calendar h2 {
    color: #fff;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
}

a, a:hover {
    color: #e00078;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background-color: #e00078 !important;
    border-color: #e00078 !important;
}
.btn-info, .btn-info:hover, .btn-info:focus {
    background-color: #e00078 !important;
    border-color: #e00078 !important;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus {
    background-color: rgb(219, 219, 219) !important;
    border-color: rgb(219, 219, 219) !important;
}

#modal-form-body .custom-fields p:nth-child(2) {
    width: 48%;
    float: left;
}  
#modal-form-body .custom-fields p:nth-child(3) {
    width: 48%;
    float: right;
}  

#calendar .fc-head {
  color: #e00078;
}
.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
	overflow: hidden;
}
#ics_link {
    margin: 0 20px 30px 20px;
    text-align: center;
    color: #fff;
}
#ics_link a {
    color: #fff;
}
* {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input, textarea, button {
	outline: none;
}
#details-body-content {
    overflow: hidden;
}