/* Common */
.hidden-fields {
	display: none;
}
.cleardiv {
	clear: both;
}
.loading {
	text-align: center;
	margin: 130px 0;
}
.tiva-events-calendar {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Bar */
.events-calendar-bar {
	margin-top: 20px;
}
.events-calendar-bar .bar-btn.active {
	background: #5AA4A3;
}
.events-calendar-bar .bar-btn {
	color: #fff;
    background: #757575;
    padding: 3px 10px 3px 28px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    border: 0;
    margin-right: 10px;
	line-height: 26px;
	cursor: pointer;
	display: inline-block;
	position: relative;
}
.events-calendar-bar .bar-btn:hover {
	background: #5AA4A3;
}
.events-calendar-bar .back-calendar {
	padding: 3px 10px 3px 22px;
	margin-right: 0;
	float: right !important;
}
.events-calendar-bar .bar-btn i {
	position: absolute;
	left: 10px;
}
.events-calendar-bar .calendar-view i {
	top: 7px;
}
.events-calendar-bar .list-view i {
	top: 9px;
}
.events-calendar-bar .back-calendar i {
	top: 9px;
}

/* Calendar */
.tiva-calendar .calendar-table {
	table-layout: auto;
	box-sizing: content-box;
	border-right: 0;
}
.tiva-calendar .calendar-table th, .tiva-calendar .calendar-table td {
	border-bottom: none;
	border-right: none;
	padding: 0px;
}
.tiva-calendar .calendar-btn span {
	font-size: 14px;
	color: #00acf5;
}

/* Tooltip */
.calendar-day-event {
	position: relative;
}
.calendar-day-event .tiva-event-tooltip {
	position: absolute;
    z-index: 9999;
    width: 180px;
    left: 50%;
	margin: 0 0 0 -100px;
    bottom: 35px;
    background: #f5f5f5;
    opacity: 0;
	border: 1px solid #cccccc;
	box-shadow: 0 0 5px 2px rgba(145,145,145,.35);
    border-radius: 6px;
	pointer-events: none;
	padding: 10px;
	text-align: left;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.calendar-day-event .tiva-event-tooltip::before, .calendar-day-event .tiva-event-tooltip::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.calendar-day-event .tiva-event-tooltip::after {
	border-color: rgba(245, 245, 245, 0);
	border-top-color: #f5f5f5;
	border-width: 8px;
	margin-left: -8px;
}
.calendar-day-event .tiva-event-tooltip::before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 9px;
	margin-left: -9px;
}
.calendar-day-event .tiva-event-tooltip .event-tooltip-item {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.calendar-day-event .tiva-event-tooltip .event-tooltip-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.calendar-day-event .tiva-event-tooltip .event-time {
	display: inline-block;
	font-size: 12px;
	color: #fff;
    background: #757575;
    padding: 0 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    margin-bottom: 5px;
	line-height: 22px;
}
.calendar-day-event .tiva-event-tooltip .event-time i {
	margin-right: 5px;
}
.calendar-day-event .tiva-event-tooltip .event-name {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 6px;
	color: #5AA4A3;
}
.calendar-day-event .tiva-event-tooltip .event-image  img {
	width: 100%;
	margin-bottom: 6px;
	border: 1px solid #EEE;
}
.calendar-day-event .tiva-event-tooltip .event-intro {
	font-size: 14px;
}

.calendar-day-normal{
	position: relative;
}
.day-counter {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(33, 33, 33, 0.9);
    color: #7e8286;
    padding: 3px 10px;
    z-index: 1;
}

.tiva-calendar-full .calendar-day-today .day-counter{
    background-color: #FFFFFF;
    color: #7e8286;
}

.grayscale {
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.nongrayscale {
    filter: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}	

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid rgba(157, 159, 160, 0.3)!important;
}

.popover{
	float: left;
	width: 400px!important;
	background: #000;
	padding: 5px;
	border-radius: 0;
	
}

.popover-content{
	float: left;
	width: 100%;
	border: 1px solid rgba(157, 159, 160, 0.7);
}

.popover-content .pp-header{
	float:left;
	width: 60%;
}

.popover-content .pp-title{
	float:left;
	width: 100%;
	font-size: 16px;
	margin:5px 0;
	color:#ffffff;
	font-weight: bold;
}


.popover-content .pp-button a{
	background: #fff;
	color:#000000;
	border-radius: 0;
	width: 48%;
	margin: 5px 0;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.popover-content .pp-button a:hover{
	background: #212121;
	color:#FFFFFF;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.popover-content .pp-button a{
	float:left;
	margin-right: 1%;
}

.popover-content .pp-image{
	float:left;
	width: 100%;
}
.popover-content .pp-image img{
	float:left;
	width: 100%;
}

.popover-content .pp-location{
	float:left;
	width: 39%;
}

.popover-content .pp-location img{
	float:left;
	width: 100%;
	padding: 5px 10%;
}

.withImage60, .withImage39{
	display: none;
}


.event-item .pp-button a{
	background: #000000;
	color:#FFFFFF;
	border-radius: 0;
	width: 48%;
	margin: 5px 0;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.event-item .pp-button a:hover{
	background: #FFFFFF;
	color:#121212;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.event-item .pp-button a{
	float:left;
	margin-right: 1%;
}

.ny_cal{
	display: none;
}

.selectLabel{
	float:left;
	width: 45%;
	font-weight: bold;
}

.calendar-event-name.cc a {
    background: #666!important;
    color: #fff!important;
}