#agenda-email{
	display:none;
}
#my-agenda-selected ul {
	padding-left: 20px;
}
.agenda-email-fixed-div{
	position:fixed;
	right:-5px;
	bottom:10px;
	width:300px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0.3em 1.8em;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0.3em 1.8em;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.3em 1.8em;
	z-index:200;
}
.agenda-email-fixed-div{
	display:none;
}
.agenda-email-fixed-div .head{
	width:100%;
	height:50px;
	line-height:50px;
	background:#000;
	color:#fff;
	font-size: 16px;
    font-weight: normal;
	padding:0 10px;
	border:1px solid #191919;
	border-bottom:0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.agenda-email-fixed-div .body{
	width:100%;
	min-height:250px;
	background: #FFF;
	border:1px solid #191919;
	border-top:0;
	font-size:14px;
	color:rgb(25,25,25);
	padding:10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.agenda-email-fixed-div .body p{
	margin-bottom:5px;
}
.agenda-email-fixed-div .body hr{
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #CCC;
}
.agenda-email-fixed-div ul{
	max-height:300px;
	overflow-y:scroll;
}
#agenda-contract,#agenda-selections{
	display:none;
}
#agenda-email-input{
	width:100% !important;
	border:1px solid rgb(166, 166, 166) !important;
	border-radius: 5px !important;
	outline:none !important;
}
.event-agenda:hover,.event-agenda.event-selected{
	background:#191919 !important;
}
.agenda-email-fixed-div .btn-minimize{
	line-height:50px;
	cursor:pointer;
}
.agenda-email-fixed-div .minimized-forebg{
	display:none;
}
.agenda-email-fixed-div.minimized{
	width:54px !important;
	height:54px !important;
	right:50px !important;
	bottom:50px !important;
	overflow:hidden;
	background:none;
	border-radius:50%;
}
.agenda-email-fixed-div.minimized .head,.agenda-email-fixed-div.minimized .body{
	display:none;
}
.agenda-email-fixed-div.minimized .minimized-forebg{
	display:block;
	background:#191919;
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:210;
	height:54px;
	line-height:54px;
	font-size:25px;
	text-align:center;
	border-radius:50%;
	border:2px solid #ff7234;
/*	animation-name: heartbeat;
	animation-duration: 1s; 
	animation-iteration-count: infinite;
	animation-direction: alternate; 
	animation-timing-function: linear;
	animation-delay: 0.5s; */
}
.agenda-email-fixed-div.minimized .minimized-forebg span{
	line-height:50px;
	cursor:pointer;
}
@-webkit-keyframes heartbeat{
	0%   { border:2px solid #ff7234; }
	100% { border:2px solid #191919; }
}
@-moz-keyframes heartbeat{
	0%   { border:2px solid #ff7234; }
	100% { border:2px solid #191919; }
}
@-o-keyframes heartbeat{
	0%   { border:2px solid #ff7234; }
	100% { border:2px solid #191919; }
}
@keyframes heartbeat{
	0%   { border:2px solid #ff7234; }
	100% { border:2px solid #191919; }
}
@media only screen and (max-width: 768px) {
	.agenda-email-fixed-div{
		z-index:1000201;
	}
	.agenda-email-fixed-div .xshide{
		display:none;
	}
    #agenda-email-input{
        height:30px !important;
    }
    .agenda-email-fixed-div .head,.agenda-email-fixed-div .body{
    	border-radius:0;
    }
    .agenda-email-fixed-div .head{
    	height:30px;
    	line-height:30px;
    	font-size:18px;
    }
    .agenda-email-fixed-div .body{
    	min-height:0;
    }
	.agenda-email-fixed-div .body form{
    	margin-bottom:0;
    }
	.agenda-email-fixed-div .btn-minimize{
		line-height:30px;
	}
    .agenda-email-fixed-div.minimized{
	    right:10px !important;
		bottom:60px !important;
	}
}