.layout .radio label > input { /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.layout .radio label > input + img { /* IMAGE STYLES */
  cursor: pointer;
}
.layout .radio label > span {
	display: block;
	margin-bottom: 24px;
}
.layout .radio label > input:checked + img { /* (RADIO CHECKED) IMAGE STYLES */
	border-color: #5b9dd9;
  -webkit-box-shadow: 0 0 2px rgba(30,140,190,.8);
  box-shadow: 0 0 2px rgba(30,140,190,.8)
}

.gd-admin-table__wrapper {
	height: 300px;
	max-width: 800px;
	overflow: scroll;
}

.gd-admin-table {
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

.gd-admin-table th + th,
.gd-admin-table td + td {
	padding-left: 1rem;
	text-align: left;
}

.add_item__btn--delete {
	cursor: pointer;
}

.radio label, .checkbox label {
	line-height: 24px;
}

.add_item__submit {
    display: block;
    margin-bottom: 8px;
}

.gd-settings .panel-body > .row:not(:last-child) {
    margin-bottom: 15px;
}

/********************************************************************
* SETTINGS: GENERAL
********************************************************************/
#gd-city-selection {
	height: 200px;
	max-width: 400px;
	padding: 1em;
	overflow-y: scroll;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

/********************************************************************
* SETTINGS: CUSTOM SEARCH
********************************************************************/
.submit {
	margin-top: 54px;
}




.ui-sortable-handle {
	cursor: pointer;
}

.children-border-box * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gd-custom-search-form label {
	display: inline-block;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 700;
}

#gd-map {
	height: 400px;
}

/******* Bootstrap additions ******/
.bg-info {
    background-color: #d9edf7;
    padding: 15px;
}
