body {
	padding-top: 50px;
	overflow-y: scroll;
}
.main-template {
	padding: 20px 15px;
}

footer {
	border-top: solid #cfcfd1 1px;
	border-bottom: solid #cfcfd1 1px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.new-issue .title {
	margin:0;
}

*.bg-success, *.bg-danger
	{
	padding: 10px;
	}


#startbutton {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: 32px;
    background-color: rgba(0, 150, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    color: rgba(255, 255, 255, 1.0);
}


.photo
	{
	max-width: 100%;
	}
	
#issue-list
	{
	min-width: 800px;
	}
	
#InputLocation
	{
	text-transform:uppercase;
	}

body .select2-container--bootstrap .select2-results__option[aria-disabled=true]
	{
	background: #f4f4f4;
	font-size: 14px;
	color: #000;
	}

#issue-list .col-date
	{
	min-width: 160px;
	}

#issue-list .col-issue
	{
	min-width: 80px;
	}

#issue-list .col-notes
	{
	min-width: 20px;
	}

#loading-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
}