#EventUserInfo {
    position: absolute;
    top: 68px;
    width: 300px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.2);
    min-height: 134px;
}

#EventUserInfo img {
    width: 61px;
}

#EventUserInfo .event-user-info-name {
    margin-left: -10px;
    margin-top: -10px;
    text-decoration: none;
    font-size: 1.2em;
}

#EventUserInfo .event-user-info-name:hover {
    text-decoration: underline;
}

#EventUserInfo .event-user-info-org {
    opacity: .7;
    margin-bottom: 6px;
}

#EventUserInfo .event-user-info-answer {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.history-container .grid-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.event-details-text {
    min-height: 95px;
}

.specialbutton {
    float: right;
    margin-right: 5px;
    padding: 5px 10px;
    margin-bottom: .3em;

    background: #4acef9;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;

    cursor:pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #07526e, 0px 0px 0px #999;
    background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
}

.specialbutton:hover {
    background: #3dacd1;
    background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
}

.specialbutton:active {
    background: #00618b;
    background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
}

.closeButton {
    height: 21px;
    width: 21px;
    float:right;
    cursor: pointer;
    background: url("https://static.livesafemobile.com/images/icons/black/close.svg") no-repeat scroll center center / 20px 20px rgba(0, 0, 0, 0);
}

.chaticon {
    background: url("../images/chat.png") no-repeat scroll center center / 30px 30px rgba(0, 0, 0, 0);
}

.reportsubtitlecontainer {
    width: 80%;
    float: left;
}

.headerlabelgroup {
    display:inline-block;
    float:right;
    width:100%;
    padding: 5px 0 14px;
}

.subheaderlabelgroup {
    display:inline-block;
    float:right;
    margin-right:25px;
    color:#4d4d4d;
}

.headerlabel {
    width: auto;
    float: left;
    color: #4d4d4d;
    display: flex;
    align-items: center;
    font-size: 1.2em;
}

.reportsubtitle {
    float: left;
}

.tip-location-overlay {
    background: white;
    display: inline-block;
    padding: 7px 11px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.reportbuttoncontainer {
    width: 40%;
    float: right;
}

.evidencemedia {
    margin-left: auto;
    margin-right: auto;
    display:block;
}
.evidencevideo {
    background: url('../images/loading.gif') no-repeat center;
    margin-left: auto;
    margin-right: auto;
    display:block;
    height: 100%;
}
.downloadlink {
    float: right;
    text-align: center;
    width: 100%;
}

#eventuser {
    float: left;
    margin: 0 5px 0 0;
}

.reportContainerHeader {
    padding: 5px 15px;
    background-color: #eaeaea;
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    z-index: 1;
}

.headerlabel > span {
    margin-right: 15px;
    display: inline-block;
}

.headerlabel .event-id {
    font-size: 1.4em;
    font-weight: 500;
}

.headerlabel .event-status {
    border: solid 1px #4d4d4d;
    border-radius: 3px;
    color: #4d4d4d;
    padding: 2px 15px;
}

.headerlabel .event-status.open {
    background: #21A688;
    border-color: #21A688;
    color: #fff;
}

.headerlabel .event-status.closed {
    background: #00618b;
    border-color: #00618b;
    color: #fff;
}

.headerlabel .event-date {
    font-size: .7em;
}

.wrapperContainerHeader {
    margin-top: -5px;
    width: 100%;
    float: left;
    background-color: #d2d2d2;
    padding: 8px;
}

.wrapperContainerBody {
    width: 100%;
}

#ScrollEventDetailsContainer {
    overflow-y: auto;
    float:left;
    width: 100%;
}

#ChatColumn{
    width: 300px;
    position: absolute;
    top: 212px;
    bottom: 15px;
}

#btnHideUserInfo {
	float:right;
}

#DetailsTitle {
	float:left;
	width: 60%;
	margin-bottom:5px;
}

#UserDetails {
	float: left;
    width:60%;
    padding: 5px;
}

#EventMenuBar {
    float:right;
    width:35%;
    padding: 5px;
    font-family: 'LiveSafe-Dashboard-Icons';
    font-size: 1.3em;
    line-height: 1.4em;
}

#ReportEventDetails {
	margin-right:10px;
	z-index: 9999!important;
	top: 20px;
}

.eventdetailsicon {
    height:50px;
    width:50px;
    float:left;
    margin-left:10px;
}

.eventdetailsicon > .eventicon {
    background-color: #fff;
}

.eventheaderinfo {
    font-size: 1em;
    color: #666;
    padding: 5px 0;
    float: left;
    width: 100%;
}

.hollowbutton {
    background: none;
    border: 1px solid #00618b;
    color: #00618b;
}

.dropdownlist {
    float:left;
    width: 99%;
    background-color: #ffffff;
    padding: 5px 0;
    cursor: pointer;
}

.EDsubtitle {
	width:  100%;
	font-weight:bold;
	font-size:14px;
	color:#006699;
	margin-top: 5px;
	margin-bottom:  10px;
	float: left;
}

.EDlabel{
	float: left;
	margin: 5px 5px 0 0;
	color:#4d4d4d;
	font-family: 'AvenirNextLTW01-Medium';
	font-size:14px;
}

.EDvalue {
	float: left;
	margin-top:5px;
	color: #666;
	font-size:14px;
}

.EDinput {
	top: 10px;
	width: 300px;
	height: 80px;
}

.EDorglogo {
    float:left;
    height:50px;
    width:50px;
    padding: 5px;
}

.EDorglogo img {
    height:50px;
    width:50px;
}

.currentstatuslabel {
	width:auto;
	color:#4d4d4d;
	font-weight:bold;
	margin: 5px 5px 0 0;
}

.currentstatusvalue {
	font-weight:bold;
	margin-top:5px;
}

.ChatTitle {
	color: #FF0000;
}

#EventDetails {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

.mapContainer {
	height: 300px;
 	width: 660px;
 	float: left;
 	top: 0px;
 	left: 0px;
 	border: 1px solid #e1e1e1;
}

#MapDetails {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 5px 0 5px 5px;
}

#bigmapContainer {
 	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#smallmapContainer {
    float: left;
    height: 300px;
    width: 99%;
}

#bigmap-canvas, #smallmap-canvas, #map-canvas {
	margin: 0;
	padding: 0;
	height: 100%;
}

#formattedaddress {
	color: #666;
	display:block;
	font-size: 1em;
    text-decoration: none;
}

.eventdetailregular {
    color: #666;
    float:left;
    font-size: 1em;
}

#EvidenceContent {
    float:left;
    padding-left:5px;
    height: 100px;
}

.evidencefile img {
	display:block;
	max-width: 100%;
}

.evidencefilelabel {
    float:left;
}

.evidencefilebutton {
    margin-right: 10px;
}

.otherevidencefile {
    text-align: left;
}

.noevidence {
    text-align: center;
    border: none;
    background: none;
}

.TAtall {
	resize: vertical;
	max-height: 190px;
}

#emergencycontacts {
	vertical-align: middle;
	cursor:pointer;
}

#previousreports {
	vertical-align: middle;
	cursor:pointer;
}

.reporttextarea {
    background-color: #eaeaea;
    border: 0 none;
    height: 120px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}

#ReportButtons {
	width: 100%;
}

.tipinfosection {
    position: absolute;
    right: 15px;
    left: 325px;
    bottom: 182px;
    top: 68px;
}

.internalnotes {
    margin-bottom: 0;
    position: absolute;
    bottom: 14px;
    right: 15px;
    left: 325px;
    width: auto;
}

/* Chat Details */
#EventChatDetails {
	float: left;
	width: 100%;
	overflow: hidden;
    background-color: transparent;
}

#btnChatTemplates {
    position: absolute;
    bottom: 129px;
    left: 0;
    right: 0;
}

.haschats {
	/*height: 255px;*/
}

.nochats {
	/*height: 90px;*/
}

#ChatDetails {
    border: 1px solid rgba(0,0,0,.2);
	overflow-y: auto;
	background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 168px;
    width: 100%;
}

.ChatControls {
	width: 100%;
}

#chatMessageTextarea{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 119px;
    z-index: 1000;
}

#btnSubmitChat {

}

.chatdisplayname {
    float:left;
    width: 135px;
    text-align: left;
    padding: 5px 0 0 0
}

.chatdisplaydatetime {
    float: left;
    text-align: right;
    font-size: 11px;
    padding-top: 5px;
}

.chatdisplaymessage {
    margin: 8px 0 0 0;
    width: 200px;
    text-align: left;
    word-wrap: break-word;
}

.chatrow {
    float: right;
    padding: 5px;
    width: 95%;
    border-top: 1px solid #eaeaea;
    margin: 5px 0;
}

.userchat {
    background-color: rgba(67, 190, 230, 0.3);
    float: left;
}

.adminchat {
    background-color: rgba(0, 0, 0, .01);
    border: solid 1px #eaeaea;
    border-right-width: 0;
}

.chatdisplayicon {
    float: left;
    height: 50px;
    padding: 5px;
    width: 50px;
}

.systemmessage {
	font: italic 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #4d4d4d;
}

.reportrow {
    margin-bottom: 15px;
}

.reportrow::after {
    display: block;
    clear: both;
    content: ''
}

.Rlabel {
	margin:0 5px 0 0;
	float: left;
	width: 125px;
}

.Rvalue {
	float: left;
	font-size: 80%;
}

.edited {
	font: bold 12px Arial;
}

.message-to {
	width: 100%;
	display:block;
	float:left;
}

#ddladmins{
	width:200px;
	float: left;
	margin: 10px;
}

#ddlorgs{
    width:250px;
    float: left;
    margin: 10px;
}

.clear_det{
	height:5px;
	margin-top:5px;
	width:100%;
}

#ReportDetailsInfo i {
	color:#666;
}

#addreportnotes {
	width: 400px;
	height: 80px;
	resize: none;
}

#addreportdetails {
	width: 400px;
	height: 80px;
	resize: none;
}

#forwardreportnotes {
    height: 100px;
}

.sendeventtexts {
    float:right;
    width: 50%;
    height: 60px;
    margin: 10px;
    resize: none;
}

.chattemplatelist {
    background-color: #eaeaea;
    border: 1px solid #000000;
    max-height: 500px;
    position: absolute;
    right: 100px;
    top: 90px;
    width: 257px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 99999;
}

.chattemplateheader {
    border-top: 1px solid #000000;
    float: left;
    font-weight: bold;
    padding: 5px 0;
    width: 100%;
    color: #ffffff;
    background-color: #00618b;
}

.chattemplateitem {
    border-top: 1px dashed #4d4d4d;
    cursor: pointer;
    float: left;
    height: 18px;
    overflow: hidden;
    padding: 2px 5px;
    text-align: left;
    width: 99%;
    background-color: #ffffff;
}

.chattemplatenewitem {
    font-style: italic;
    color: #4acef9;
}

#EvidenceTabButtons {

}

#EvidenceGalleries {
    float:left;
    width:100%;
}

.evidenceGallery {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 314px;
}

.evidencetabbutton {
    width: 50%;
    line-height: 30px;
    color: #00618b;
    background-color: #fff;
    border: 1px solid #00618b;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-align:center;
}

.evidencetabbuttonselected {
    color: #fff;
    background-color: #00618b;
}

.evidencetabbuttondisabled {
    background: none;
    color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: auto;
}

#ddlChatTemplate {
    border: none;
    width: calc(100% - 25px);
    color: #00618b;
}

.presetMessageConfigButton {
    height: 25px;
    width: 25px;
    float: right;
    cursor: pointer;
    background: url("../images/gear.svg") no-repeat scroll center center / 25px 25px rgba(0, 0, 0, 0);
}

.halfChatPreview {
    width: calc(50% - 4px);
    margin: 0 2px 5px;
    height: 250px;
    float: left;
    resize: none;
    overflow-y: auto;
}

.presetMessageListItem {
    width: 100%;
}

.presetMessageItemTitle {
    width: 100%;
}
