/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 8, 2015, 10:45:48 AM
    Author     : manektech2
*/

/* full calender */

.kalendar{
    font-family: "TrajanPro-regular";
}
.fc-widget-header{
    background-color: #270a02;
    color: #FFF;
    height: 60px;
    line-height: 60px;
    border-width: 0px;
}
.fc-head th,.fc-head td{
    border-width: 0px !important;
}

.fc-unthemed .fc-row {
         border-bottom: 0px;
         border-top: 0px;
}
/*.fc-row .fc-bg table{
    border: 0px;
}*/
.fc-bg{
    border:0px;
}
.fc-ltr .fc-basic-view .fc-day-number{
    text-align: left;
    padding: 10px;
   
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover{
    border-color: #cabaa1;
}
.fc-unthemed tbody{
    border-left: 0px;
}
.fc-unthemed .fc-bg .fc-today{
    background: #dac6ab none repeat scroll 0 0;
box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1) inset;
}
.fc-day-grid-event{
    margin: 1px 10px;
    padding: 5px
}
.fc-event{
   background: #c4b095 none repeat scroll 0 0;
   border: 1px solid #c4b095;
   color: #270a02;
   font-size: 12px;
   cursor: pointer;
}
.fc-event:hover{
    color: #270a02;
    background: #b19e86 none repeat scroll 0 0;
    border: 1px solid #b19e86;
}
.event_detail{
    width: 600px;
     font-family: "Tahoma-Regular";
     
}
.event_detail .title{
    font-family: "Tahoma-Regular";
    color: #3e1d0c;
}
.event_detail .other_info{
    font-size: 14px;
    padding-top: 0px;
}

.event_detail .other_info .event_info_row{
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #cec1ae;
}
.event_detail .other_info .event_info_row .event_info_col{
    width: 50%;
    display: inline-block;
}
.event_detail .other_info .event_info_row .event_info_col2{
    width: 100%;
    display: inline-block;
}
.event_info_row label b{
    color: #812903;
}
.event_info_row span{
    color: #3e1d0c;
}
.event_info_row span a{
    color: #3e1d0c;
    text-decoration: underline;
}
.event_detail .other_info .event_info_row:last-child{
    border:none;
}
.fc-prev-button{
  color: #FFF; 
  background-color: #542d24;
  margin-right: 5px !important;
  background-image: linear-gradient(to bottom, #431c13, #542d24);
}

.fc-next-button{
    color: #FFF; 
  background-color: #542d24;
  background-image: linear-gradient(to bottom, #431c13, #542d24);
}
.fc-today-button{
    background-color: #542d24;
  background-image: linear-gradient(to bottom, #431c13, #542d24);
      color: #FFF; 
}
