.table tbody>tr>td.vert-align{
    vertical-align: middle;
}


.top-buffer { 
	margin-top:4px;
	font-size:12px;
}

.customhover:hover {background: #f5f5f5;}

.form-inline > * {
   margin:8px 3px;
}

.list-group-item-text > * {
   margin:2px 0px;
}

.custom-row-left { 
	margin-top: 8px; 
	text-align: left;
}

.custom-row { 
	margin: 2px 0px; 
}

.users tr[data-href] {
    cursor: pointer;
}


#dropzone {
    text-align: center;
}

.dz-drag-hover{
	width: 600px;
    height: 200px;
    font-size: larger;
    display: table-cell;
	vertical-align: middle;
	background: #87C540;
	color: black;
    border-color: rgba(0, 0, 0, 0.15);
}

.dz-started{
	width: 600px;
    height: 200px;
    font-size: larger;
    display: table-cell;
	vertical-align: middle;
	background: #87C540;
	color: black;
    border-color: rgba(0, 0, 0, 0.15);
}

#map-canvas {
    height: 300px;
    width: 100%;
    margin-left: auto;
	margin-right: auto;
    padding: 2px;
}
#map-canvas-modal {
    height: 300px;
    width: 100%;
    padding: 2px;
}
.controls {
	margin-top: 16px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
	background-color: #fff;
	padding: 0 11px 0 13px;
	width: 300px;
	font-size: 15px;
	font-weight: 300;
	text-overflow: ellipsis;
}

#pac-input:focus {
	border-color: #4d90fe;
	margin-left: -1px;
	padding-left: 14px;  /* Regular padding-left + 1. */
	width: 301px;
}

#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}

#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

.buffer { 
	margin: 3px 3px;
	
}

.table-responsive-modal {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    -webkit-overflow-scrolling: touch;
}

.btn-huge, .btn-group-huge > .btn {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33;
    padding-top:20px;
    padding-bottom:20px;
}

