.pnlAddMapLocation {
    margin-top: 20px;
}

.smFormRow {
  padding: 5px 0 5px 200px;
  z-index: 2;
  clear: both;
}

.smFormRow > label {
  display: inline-block;
  font-weight: bold;
  margin-left: -200px;
  text-align: right;
	vertical-align: middle;
  width: 200px;
}

.smFormRow label.longer {
  display: inline-block;
  font-weight: bold;
  margin-left: -200px;
  text-align: right;
	vertical-align: middle;
  width: 250px;
}

.smHelpIcon {
	background: #000000;
	border-radius: 8px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin-left: 4px;
	text-align: center;
	width: 16px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity: 0.6;
  -khtml-opacity: 0.6;
	opacity: 0.6;
}

.smHelpContainer {
	background: #666666;
	border-radius: 6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	position: absolute;
	width: 300px;
	z-index: 1000;
}

.smTextBox
{
    line-height: 1.5em;
    width: 600px;
}

.GoogleURLPanel
{
    margin-top: 20px;
}

.requiredField
{
  color: Red;
  font-size: 10px;
}

.commands
{
    text-align: center;
    font-size: 2em;
}


/*Bootstrap CSS*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}