﻿.nav-custom-icons .ui-btn
{
	padding-top: 40px !important;
}

.nav-custom-icons .ui-btn:after
{
	width: 30px!important;
	height: 30px!important;
	margin-left: -15px !important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

#btn-back:after
{
	background:  url(../../images/icons/113-navigation.png) 50% 50% no-repeat;
	background-size: 28px 28px;

}
#btn-home:after
{
	background:  url(../../images/icons/53-house.png) 50% 50% no-repeat;
	background-size: 22px 22px;
}

#btn-narrative:after
{
	background:  url(../../images/icons/08-chat.png) 50% 50% no-repeat;
	background-size: 24px 22px;
}
	
#btn-addnarr:after
{
	background:  url(../../images/icons/09-chat-2.png) 50% 50% no-repeat;
	background-size: 24px 22px;
}

#btn-incident:after
{
	background:  url(../../images/icons/179-notepad.png) 50% 50% no-repeat;
	background-size: 22px 28px;
}

#btn-filter:after
{
	background:  url(../../images/icons/06-magnify.png) 50% 50% no-repeat;
	background-size: 24px 24px;
}

#btn-locate:after
{
	background:  url(../../images/icons/07-map-marker.png) 50% 50% no-repeat;
	background-size: 16px 26px;
}

#btn-bookmark:after
{
	background:  url(../../images/icons/28-star.png) 50% 50% no-repeat;
	background-size: 26px 26px;
}

#btn-acknowledge:after
{
	background:  url(../../images/icons/117-todo.png) 50% 50% no-repeat;
	background-size: 18px 19px;
}

#btn-notproceed:after
{
	background:  url(../../images/icons/184-warning.png) 50% 50% no-repeat;
	background-size: 24px 19px;
}

#btn-refresh:after
{
	background:  url(../../images/icons/02-redo.png) 50% 50% no-repeat;
	background-size: 30px 26px;
}

#btn-status:after
{
	background:  url(../../images/icons/145-persondot.png) 50% 50% no-repeat;
	background-size: 24px 26px;
}

#btn-reject:after
{
	background:  url(../../images/icons/118-cross.png) 50% 50% no-repeat;
	background-size: 22px 22px;
}

#btn-proceed:after
{
	background:  url(../../images/icons/63-runner.png) 50% 50% no-repeat;
	background-size: 18px 25px;
}

#custom-border-radius .ui-btn-icon-notext.ui-corner-all {
    -webkit-border-radius: .3125em;
    border-radius: .3125em;
}

.MapIncidentLabel {
    color: #3B3B3B;
    background-color: white;
    font-family: "Arial";
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    width: 120px;     
    border: 1px solid #3B3B3B;
    padding: 4px;
    border-radius:4px;
    white-space: nowrap;
}