
.top-buffer { 
	margin-top:7px; 
}

.big-top-buffer { 
	margin-top:30px; 
}

.underline { 
   border-bottom: 1px solid #000;
   width: 100%;	
}

.italic { 
   font-style: italic;
}

.width_100_percent {
	width: 100%;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.draft {
	background-color: #eef2d5;
}

.hover_gray:hover {
	background-color: #eff0f1;
}

.vertical_align {
    display: flex;
    align-items: center;
}

.clickable-row { 
	cursor: pointer;
}

.glyphicon-big {
    font-size: 1.2em;
}

.padding_5 {
	padding: 5px;
}

.footer_place_holder {
    padding-bottom: 150px;
}

footer{
    width:100%;
    height:150px;    
    background-color: #222; 
}

.hide-overflow
{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
    display:block;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
}

.fixed-right-panel {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    width: auto;
	height: auto;
}

#calendar {
    width: 200px;
    margin: 0 auto;
    font-size: 10px;
}
.fc-toolbar {
    font-size: .9em;
}
.fc-toolbar h2 {
    font-size: 12px;
    white-space: normal !important;
}
/* click +2 more for popup */
.fc-more-cell a {
    display: block;
    width: 85%;
    margin: 1px auto 0 auto;
    border-radius: 3px;
    background: grey;
    color: transparent;
    overflow: hidden;
    height: 4px;
}
.fc-more-popover {
    width: 100px;
}
.fc-view-month .fc-event, .fc-view-agendaWeek .fc-event, .fc-content {
    font-size: 0;
    overflow: hidden;
    height: 2px;
}
.fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}
.fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}

.fc-button-content {
    padding: 0;
}
